.width516{
    max-width: 600px !important;
}
label.label_font_size{
    font-size: 16px;
}
.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.select-wrapper {
    position: relative;
}
.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
width: 316px;
left: 0px;
top: -69.25px;
height: 115.25px;
transform-origin: 0px 100% 0px;
opacity: 1;
transform: scaleX(1) scaleY(1);
}
select {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}
select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
.active_div{
 border-color: #01C7F4;   
}
.input_icon em {
    margin: 10px !important;
    border-right: 0px;
    min-width: 30px;
    padding: 0px;
}
nav.navbar {
    /* box-shadow: none; */
}
nav.navbar.make-navbar-fixed {
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.make-navbar-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
	-webkit-transition: background 2s; /* For Safari 3.1 to 6.0 */
    transition: background 2s;
    
}
.baner_section h2 {
    font-size: 36px;
}


/*		#input_tagator1 {
                   width: 300px;
               }
               #activate_tagator2 {
                   width: 300px;
               }*/
.badge-notify{
    background:#01C7F4;
    position:relative;
    top: -12px;
    left: -16px;
}
.error{
    margin:-5px;
    color:red;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.tagator_placeholder {
    color: #ced4da;
}
.custom_card.active {
    background: none;
    border: 3px solid #01C7F4;
    color: #292929;
}
.modal{font-family: 'Nunito', sans-serif !important ;}
.modal button, .modal input, .modal optgroup, .modal select, .modal textarea{font-family: 'Nunito', sans-serif !important ;}