@import "../../bootstrap/css/bootstrap-icons-1.5.0/bootstrap-icons.css";
@media (min-width:1200px) {
    body.bg-cust {
        background-image: url('../../../images/ca_login_background_1.jpg');
        background-size: cover !important;
        overflow-x:hidden!important;
    }
    
    footer{
	background-color: #404040ad !important;
	
	}

     .table-responsive {
    max-height: 140px;
	}
}
.bg-teal-secondary{
	background-color:#35b1a1f7;
}

@media screen and (max-height:320px) and (orientation: landscape) {
	html{
	font-size: 5.5pt !important;
	}
}


@media screen and (max-height:576px) and (orientation: landscape)  {
	html{
	font-size: 8pt !important;
	}
}

@media (min-height:576px) {
    .mt-d {
        margin-top: 4vh!important;
    }
    html.loginscreen {
        font-size: 11pt!important;
        line-height: 25px!important;
    }
    html {
        font-size: 10pt!important;
        line-height: 25px!important;
    }
    
}

@media (min-height:768px) {
    .mt-d {
        margin-top: 6vh!important;
    }
    html {
        font-size: 12pt;
        line-height: 25px!important;
    }
   .table-responsive {
    max-height: 220px;
	}

}

@media (min-height:992px) {
    .mt-d {
        margin-top: 10vh!important;
    }
   .table-responsive {
    max-height: 240px;
	}
	html {
        font-size: 14pt;
       
    }
   
}

.bg-cust {
    background-color: rgb(179 192 215)!important;
}
@media (min-width:360px){
	.login-panel {
	    width: 21.75rem!important;
	}
	.otp_static_text{
		letter-spacing: 5px;
	}
}

.logo {
    width: 6rem!important;
}

@media (min-width:1600px) {
 .logo {
    width: 8rem!important;
 }
 #updateInfoModal .modal-body small {
	font-size: 1.1rem!important;
}
}

.nav-screen-bg {
    background-color: #d6d6d670!important;
}


.text-primary-green{
	color: #47ccbb!important;
}
.text-secondary-green{
	color: #246a61!important;
}
.text-dark-green{
	color: #0f2d29!important;
}
.bg-primary-green{
	background-color: #47ccbb!important;
}
.bg-secondary-green{
	background-color: #246a61!important;
}
.bg-dark-green{
	background-color: #0f2d29!important;
}
.text-secondary-blue {
	color: #0d6efd!important
}

/******  Form field style ******/

.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.form-control {
    border: 0;
    border-bottom: 1px solid rgb(124, 124, 124)!important;
    border-radius: 0;
}

input, .btn:focus ,.custom-toggler{
    filter: none!important;
    box-shadow: none!important;
    outline: none!important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
 .info-icon{
	position: absolute;
    margin-top: -2rem;
    margin-left: 8rem;
}

/*******  Button style  *******/

.btn-common {
    background-color: #1d655cf7!important;
    color: #fff;
}

.btn-common:hover, .btn-common:focus {
    color: #fff!important;
}

/**********  Table style   *************/

/* .table thead {
    position: sticky;
    top: 0;
} */

/* tbody {
    height: 140px;
}
 */
thead {
    background-color: #1d655cf7;
    color: #fff;
}

.tbl-header {
    position: sticky;
    top: 0;
    background-color: #1d655cf7!important;
    color: #fff!important;
}

/********   Accordion style ************/
.accordion-button{
	background-color: #d8d8d8f7;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    background-image: none!important;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd'  d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")!important;
    transform: rotate(-180deg)
}

.accordion-button:not(.collapsed) {
    background-color: #35b1a1f7;
    color: #fff;
}

/************  NAV bar style *************/

@media (min-width:576px) {
	.navbar-brand img {
	    height: 5rem;
	}
	.navbar-brand {
	font-size: 1.5rem;	
	}
	
}
@media (min-height:768px) {
    .navbar-brand {
	font-size: 2rem;	
	}
   
}

@media (max-width:576px) {
	.navbar-brand img {
	    height: 4rem;
	}
	.navbar-brand {
	font-size: 1rem;
	margin-right:0;	
	}
}


.dropdown-header {
    background: cornflowerblue;
    color: white;
}

.navbar-text {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

.navbar-custom {
    background-color: #ffffff;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
    color: #000;
}

.navbar-custom .navbar-nav .nav-link {
    color: #000;
}

.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #000;
}

.custom-toggler.navbar-toggler {
    border-color: #adadad;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-item:focus, .dropdown-item:hover {   
     background-image: linear-gradient(90deg,#47ccbb,0%,#47ccbb,3%, #e9ecef,3%,#e9ecef);
}

/*********  Device support related CSS styles ***************/

.device-support {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 10%;
    display: none;
}

.device-support img {
    width: 5em;
    height: auto;
}

/********   Font family ***************/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins/Poppins-Regular-1.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins/Poppins-Regular-2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins/Poppins-Regular-3.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, span, a, p, h1, h2, h2, h3, h4, h5, h6, div, ul, li {
    font-family: 'Poppins', sans-serif;
}

/*****   Footer style ******/
footer{
	background-color: #002d5a;
	
}
footer *{
	color: #fff;
}
.footer-img> a img {
    width: 3rem;
}

.footer-img> :nth-child(2) {
    width: 7rem;
}

/***********NAV scren styles ***************/

.top-16{
	top:16%;
}
/***********   Loader style  ************/

.pre_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../../images/loader/loader4.gif') center no-repeat #fff;
}
#loader_msg{
	position: absolute;
    display: inline-block;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#4270C8;
     text-align: center;
   
}

#loader_msg h3#msg1{
   	font-weight: bold;
}

/**************  Modal style *************/
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

.modal_subhead{
	background: #d4fef9a3;
    padding: 10px;    
}

@media (max-width:576px) {
	.w-sm-100{
	width: 100% !important;
	}
}
/************* OTP style ***************/
.otpnumber{

    text-align: center;
    line-height: 1.5em;
    border: solid 1px #40d6c4;
    box-shadow: 0 0 3px #40d6c4ab inset;
    outline: none;
    color: #1e6500;
    transition: all 0.2s ease-in-out;
    /* width: 2rem; */
    height: 3rem;
}
.otpnumber:focus {
  border-color: #0d8cf9;
  box-shadow: 0 0 3px #0d8cf9 inset;
}
.otpnumber::-moz-selection {
  background: transparent;
}
.otpnumber::selection {
  background: transparent;
}

@media (min-width:480px) {
	.otpnumber{
	width: 2rem;
	}
}
