/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 March, 2019, 3:26:16 PM
    Author     : Knowband
    Developer  : bbisht
*/

body{
	margin:0;
	padding:0;
}
.kbabdreminderpopup_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
	    overflow: auto;
	display: table;
    height: 100vh;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 680px;	
}
.kbabdreminderpopup_modal {
    width: 680px;
    margin: 6% auto 0;
    position: relative;
    background: transparent;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #383636;
    transition: 0.75s ease;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: none;
	display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}
.kbabdreminderpopup_modal_body {
    margin-top: 35px;
}
.kbabdreminderpopup_modal_content_section {    
    padding: 0px;
    box-sizing: border-box;
	position: relative;
}
.kbabdreminderpopup_modal_header h4 {
    font-family: 'Estrangelo Edessa';
    padding: 20px 10px;
    text-align: center;
    font-size: 32px;
    margin: 0;
    font-weight:500;
    text-transform: none;
}
.kbabdreminderpopup_modal_left, .kbabdreminderpopup_modal_right {
    width: 100%;
    display: inline-block;
	vertical-align: middle;
}
.kbabdreminderpopup_modal_right {
    float: right;
}
.kbabdreminderpopup_modal_left .kbabdreminderpopup_modal_left_content {
    background: #ffffff;
	color:#000;
    padding: 15px 15px 10px;
    margin-left: 0px;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 0;
	font-family: 'Eras Medium ITC';
	font-weight: 500;
}

.kbabdreminderpopup_modal_left_content h5 {
    font-family: 'Eras Medium ITC';
    font-size: 22px;
    margin: 0;
    text-align: center;
    max-width: 100%;
    color: #000;
    margin: 0 auto 25px; 
font-weight: 600;
text-transform: none;	
}
.kbexit_form_group {
    display: block;
    margin-bottom: 10px;
}
.kbexit_form_group .exit_form_control {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
        padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 2px 1px 11px rgba(0,0,0,0.37);
    font-size: 16px;
	min-height:44px;
}
.kbexit_form_group label span.astreik {
    color: #b10000;
}
.kbexit_form_group label a, .kbexit_form_group label  {
    text-decoration: none;
	color: #000;
	font-size: 16px;
    margin-left: 3px;
	line-height:1;
	margin-bottom:0;
}

label.checkbox-icon {
    display: inline-block;
    vertical-align: middle;
	position: relative;
	
}
.checkbox-icon span {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 4px;
    height: 9px;
	opacity:0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #ee5252;
    border-bottom: 2px solid #ee5252;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
    display: inline-block;
}
input[type="checkbox"]:checked + span{background:#fff;}
input[type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.btn.btn-exit-submit {
    background: #0aaac4;
    width: 100%;
    padding: 7px;
    border: 1px solid #0aaac4;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    font-family: 'Estrangelo Edessa';
}
.kbabdreminderpopup_modal_right h4 {
    font-family: 'Gadugi';
    font-size: 35px;
    color: #05a8c3;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    vertical-align: middle;
}
.kbabdreminderpopup_modal_right h4 .yellow {
    color: #edbc48;
    font-size: 41px;
    font-family: 'Gadugi';
}
.close_abdreminderpopup_modal {
    position: absolute;
    right: -21px;
    top: -21px;
    cursor: pointer;
}
#kbabdreminderpopup-modal-backdropDiv {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media(max-width:767px)
{
	.kbabdreminderpopup_modal {
    width: 90%;
	}
	.kbabdreminderpopup_modal{padding:10px;}
	.kbabdreminderpopup_modal_content_section{padding:0 5px;}
}
@media(max-width:480px)
{
	.kbabdreminderpopup_modal_left, .kbabdreminderpopup_modal_right {
		width: 100%;
	}	
	.kbabdreminderpopup_modal_right h4 {
		max-width: 100%;
		    font-size: 18px;
			padding: 10px 0;
	}
	.kbabdreminderpopup_modal_right h4 .yellow {
		display: inline-block;
		    font-size: 30px;
	}
	.kbabdreminderpopup_modal_header h4 {
		padding-bottom: 2px;
		font-size: 22px;
	}
	.kbabdreminderpopup_modal_body {
    margin-top: 0;
}
.kbabdreminderpopup_modal {
    padding: 0;
}
.kbabdreminderpopup_container, .kbabdreminderpopup_modal{display:inherit; height:auto}
.kbabdreminderpopup_modal{
    margin: 6% auto 0;
}
}