@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600|Poppins:400,500,600');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 html{
     height: 100%;
}
 body{
     height: 100%;
     font-family:'Hind';
     line-height: 1.42857143;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a {
	color: #1F74DE;
}
a:hover,a:active, a:focus {
	color: #1A62BC;
}
.navbar.navbar-default {
    background-color: white;
    padding-top: 5px;
	height: 10%;
	margin-bottom: 0;
    border-radius: 0;
}
.navbar-header{
    min-height: 65px;
}
.navbar-brand{
    padding: 0;
    height: 65px;
}
.navbar-brand img{
     height: 65px;
}
.navbar-form.navbar-login .form-group {
    vertical-align: top;
}
.navbar-form.navbar-login .form-group .help-block,
.navbar-form.navbar-login .form-group .help-block ul{
    margin-bottom:0;
    font-size: 12px;
    max-width:235px;
}
.navbar-form.navbar-login .form-group .form-control{
    max-width: 520px;
}
.no-margin{margin:0!important;}
.container-fluid-custom {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:100%;
}

.container-fluid-custom:before, .container-fluid-custom:after {
    display: table;
    content: " ";
}

.container-fluid-custom:after {
    clear: both;
}
@media (min-width: 1172px) {
    .container-fluid-custom {
        width: 1170px;
    }
}
.navbar-default .navbar-nav>li>a {
	color: #585865;
}
 .shade-gray{
    overflow: hidden;
    z-index: 2;
    min-height: -webkit-fill-available;
}
 .welcome, h1{
     font-family: Poppins, sans-serif;
}
.btn{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn-rounded {
	border-radius: 25px;
}
.btn-wide-sm {
	padding: 6px 26px;
	min-width: 100px;
}
.btn-custom {
    color: #ffffff;
    background-color: #1F74DE !important;
    border-color: #1F74DE !important;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #ffffff;
    background-color: #1A62BC !important;
    border-color: #1A62BC !important;

}
.btn-outline-blue,
.btn-outline-blue:focus {
	color: #1F74DE;
	background-color: #ffffff;
	background-image: none;
	border-color: #1F74DE;
}
.btn-outline-blue:hover {
	color: #fff;
	background-color: #1064EC;
	border-color: #1064EC;
}
.btn-accent {
    color: #ffffff;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important;
}
.btn-accent:not(.btn-hover-nobg):hover,
.btn-accent:not(.btn-hover-nobg):focus,
.btn-accent:active {
	background-color: transparent !important;
	border-color: #0cb4ce !important;
	color: #0cb4ce;
}
.slice-one.not-authenticated{
    background-image: linear-gradient(to right, rgba(48, 49, 51, .63), rgba(48, 49, 51, .63)), url("../../img/dashboard-anonymous/Header_Proctortrack.jpg")!important;
}
.slice-one.not-authenticated-dmv{
    background-image: linear-gradient(to right, rgba(22, 49, 89, 0.77),rgba(22, 49, 89, 0.77)), url("../../img/dashboard-anonymous/illustration-bridge.png")!important;
}
.slice-one.is-authenticated{
    background-image: linear-gradient(to right, rgba(48, 49, 51, .63), rgba(48, 49, 51, .63)), url("../../img/dashboard-anonymous/background-login.jpg")!important;
}
.slice-one{
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: top left;
    margin-top: 0;
}
.slice-one h1{
    line-height: 1.2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1;
}
.slice-one h3{
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    font-family: Hind, sans-serif;
    margin-bottom: 25px;
}
.slice-one p{
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    font-family: Hind, sans-serif;
    /* margin-bottom: 25px; */
}
.slice-one .welcome{
     padding: 50px 60px 0;
     /*margin: 10% 5% 0;*/
}
hr.separator-break {
    width: 90px;
    border-top-width: 2px;
    margin: 27px 0;
    border-style: solid;
}
.mobile{
     display: none;
}
@media only screen and (max-width: 760px){
    h1{
         font-size: 1.9em !important;
        text-align: center;
    }
    .slice-one .welcome{
         padding: 20% 0 0 0;
         margin: 0;
    }
    .welcome h3{
         text-align: center;
    }
    hr.separator-break{
        margin: 27px auto;
    }
    .btn.btn-success{
        margin: 0 auto;
        display: block;
    }
     .mobile{
         display: block;
        padding: 10% !important;
        text-align: center !important;
    }
     .mobile span a{
         color: white;
    }
    .help-position-fixed-center{
        display: none;
    }
}
/* Footer */
footer {
  background-color: #F5F6FA;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  color: #585865;
  font-family: 'Hind';
}

footer ul {
  margin-bottom: 0;
  margin-left: 0 !important;
}

footer ul li {
  padding: 0 !important;
}

footer ul li:after {
  content: '|';
  margin: 0 5px;
}

footer ul li:last-child:after {
  content: initial;
}
footer .list-inline>li>a {
	color: #1769ce;
}

/*support modal*/
/* Help Buttons */

.help-text {
	font-size: 24px;
	font-weight: 600;
	padding-right:10px;
}

.help-position-fixed-top {
	position:fixed !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 12px 10px 20px 20px;
	background-color: #223746;
	color: #fff;
	font-size: 14px;
	width: 260px;
	cursor: pointer;
}

.help-position-fixed-center {
	position:fixed;
	bottom:0;
	right:50px;
	padding: 4px;
	margin-left:-4px;
	z-index: 9998;
}

.help-position-fixed-center-angular {
	position:fixed;
	bottom:0;
	right:50px;
	padding: 4px;
	margin-left:-4px;
	z-index: 9999;
}

.help-expand-out-absolute {
	position:fixed !important;
	bottom: 10%;
	left:80%;
	padding: 4px;
	margin-left:-4px;
}

.support-modal-open {
	overflow: hidden;
}

.support-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.support-modal.fade .support-modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	}

.support-modal.in .support-modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.support-modal-dialog {
	position: relative;
	z-index: 1050;
	width: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.support-modal-content {
	position: relative;
	background-color: #ffffff;
	border: 0 solid #999999;
	border: 0 solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.support-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}

.support-modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.support-modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.support-modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 0;
}

.support-modal-header .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	margin-top: -8px;
	background-color:#a7a7a7;
	height:30px;
	width:30px;
	border-radius:20px;
}

.support-modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.support-modal-body {
	position: relative;
	padding: 20px;
}

.support-modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.support-modal-footer:before,
.support-modal-footer:after {
	display: table;
	content: " ";
}

.support-modal-footer:after {
	clear: both;
}

.support-modal-footer:before,
.support-modal-footer:after {
	display: table;
	content: " ";
}

.support-modal-footer:after {
	clear: both;
}

.support-modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.support-modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.support-modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.support-modal-dialog {
		width: 900px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.support-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
div#SupportModal {
	z-index: 1050;
}

.help-position-fixed-top {
	background-color: #1F74DE !important;
	width: 60px!important;
	height: 60px!important;
	bottom: 20px!important;
	right: 20px!important;
	border-radius: 34px 8px 34px 34px!important;
	box-shadow: 0 5px 4px 0 rgba(0,0,0,.26)!important;
	text-align: center!important;
	vertical-align: middle!important;
	font-size: 25px!important;
}
.help-position-fixed-top i{
    line-height: 30px;
}
/*new css for centering sections*/
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.mastfoot, .masthead, .cover-container{
    width: 100%;
}
.masthead, .mastfoot {
    position: fixed;
}
.masthead{
    top: 0;
}
.mastfoot {
	bottom: 0;
}
/* new css for dmv */
.btn-dmv{
	background: #FFFFFF 0% 0% no-repeat padding-box ;
	color: #0B669E !important;
	border: 1px solid #0B669E ;
}
.btn-dmv-lg{
	padding-left: 80px;
    padding-right: 80px;
}
.btn-dmv:hover,
.btn-dmv:focus,
.btn-dmv:active{
	background: #0B669E 0% 0% no-repeat padding-box;
	color: #ffffff  !important;
	border: 1px solid #ffffff;
}

.password-input{
	.form-control{
		border-right: none;
        border-left: none;
	}
	.input-group-addon.show-password-icon {
		background-color: #ffffff;
		border-left: none;
	}
    .password-icon{
        background-color: #ffffff;
        border-right: none;
    }

}
.username-input{
    .form-control{
        border-left: none;
	}
    .username-input-icon{
        background-color: #ffffff;
        border-right: none;
    }
}

.login-error-message{
	a{
		color: red;
		text-decoration: underline;
	}
}

/* Dropdown Container */
.dropdown-container {
    position: relative;
    display: inline-block;
    text-align: left;
	a{
		text-decoration: none;
	}
	padding-left: 2px;
}

.dropdown-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    padding: 0.5rem 1rem;
    background-color: white;
    font-size: 1.3rem;
    font-weight: 500;
    color: #4B5563;
    cursor: pointer;
    transition: background-color 0.2s ease;
	img{
		width: 3rem;
		height: 3rem;
	}
}

.dropdown-button:hover {
    background-color: #F9FAFB;
}

.dropdown-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.5);
}

.flag-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.dropdown-list {
    position: absolute;
    margin-top: 0.5rem;
    width: 10rem;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
	display: none;
}

.dropdown-list.show {
    display: block;  /* Show when 'show' class is added */
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s ease;
}

.dropdown-items {
    padding: 0.25rem 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    color: #374151;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #F3F4F6;
}

.dropdown-icon {
    margin-left: 0.5rem;
    width: 20px;
    height: 20px;
}
.dropdown-label{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    color: #374151;
    transition: background-color 0.2s ease;
}

.region-select-popup,
.modal-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 45%;
    /* height: 45%; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 2px #00000029;
    opacity: 1;
    color: #000000;
}
.region-select-popup{
    border-radius: 10px;
}
.modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 1049;
}

.region-select-popup[aria-hidden="false"] {
    display: block;
}

.region-select-popup .modal-body {
    background-color: white;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

.region-select-popup .modal-body h1 {
    margin-bottom: 15px;
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
    color: #1F3040;
    opacity: 1;
}

.region-select-popup .modal-body p {
    margin-bottom: 15px;
    text-align: left;
    font: normal normal normal 16px/22px Roboto;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #4E4E4E;
    opacity: 1;
}

.region-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.region-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    width: 156px !important;
    height: 40px;
    border: 1px solid #616774;
    border-radius: 20px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    font: normal normal medium 14px/27px Roboto;
    letter-spacing: 0px;
    color: #4E4E4E;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.region-btn img {
    width: 28px;
    height: 28px;
}

.region-btn:hover {
    background-color: #e0e0e0;
}
@media screen and (max-width: 888px) {
    .region-select-popup {
        width: 80%;
        height: 80%;
        overflow: auto;
    }
    .region-buttons {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        gap: 10px;
    }


}
