/*Branding - Standard Colors*/
:root {
    --btnSave: #3072c3;
    --btnCancel: #3072c3;
    --btnDelete: #B22222;
    --btnClickHere: #3072c3;
    --cusBtn1: #3072c3;
    --cusBtn2: #3072c3;
    --cusBtn3: #2E8B57;
    --cusBtn4: #3072c3;
    --cusBtn5: #c34b35;
    --cusBtn6: #FF6347;
    --cusBtn7: #FF8989;
    --cusBtn8: #3CB371;
    --cusBtn9: #228B22;
    --btnReprint: #3072c3;
    --btnGo: #00BFFF;
    --btnEditview: #3072c3;
    --btndanger: #D9534F;
    --popupColor: #3072c3;
    --tabColor: #3E4F5E;
    --activeTabColor: #3072c3;
    --divColor: #4682B4;
    --cusBorder1: #6B8E23;
    --cusBorder2: #FF6347;
    --cusBorder3: #11A9CC;
    --cusBorder4: #FF9900;
    --cusBorder5: #4682B4;
    --cusBorder6: #C71585;
    --cusBorder7: #8CC474;
    --cusBorder8: #FB6E52;
    --cusBorder9: #DF5138;
    --cusBorder10: #FFCE55;
    --headerBorderColor: #6B8E23;
    --alternateRowColor: #F9F9F9;
    --addBtnColor: #6B8E23;
    --printBtnColor: #FF9900;
    --exportBtnColor: #4682B4;
    --themeColour: #3072c3;
    --menuColour: #3072C3;
    --menuHoverColour: #005496;
    --GridHeaderBorderColor: #DDDDDD;
    --GridBorderColor: #DDDDDD;
    --cusLoadIconColor: #3072c3;
    --loadContainerBgColor: #3072c3;
    --arrowColorval: #23519D;
    --LogoutButton: #23519D;
    --ScrollBar: #3072c3 !important;
    --SiteDropdown: #23509C;
    --MyProfile: #23509C;
    --ChatBot: #23519D;
    --Support: #3072c3;
    --LoginBtn: #23519D;
    /*Velumani M*/
}
/*Branding - Standard Colors*/

/*Branding - Standard Button Colors*/

/*@font-face {
    font-family: 'Outfit';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#Outfit') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.igg_Control table {
    border-collapse: collapse;
    visibility: initial;
}

/*@font-face {
    font-family: 'Outfit';
    src: url('../fonts/OpenSans-Regular-webfont.eot');*/ /* IE9 Compat Modes */
    /*src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
    /*url('../fonts/OpenSans-Regular-webfont.svg#Outfit') format('svg'),*/ /* Legacy iOS */
    /*url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),*/ /* Pretty Modern Browsers */
    /*url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');*/ /* Legacy iOS */
    /*font-style: normal;
    font-weight: normal;
}*/

html {
    /*background:url(../img/building-bg.png) no-repeat !important;
    background-position: 100% -150% !important;*/
    /*font-family:Arial, Helvetica, sans-serif;*/
    /*font-family: "Outfit","Segoe UI";*/
}

body {
    /*background: #000 url(../img/tile-bg2.png) repeat !important;*/
    /*background-position: 100% -150% !important;*/
    font-family:'Outfit', sans-serif !important;
}
/*Mantis:149454 Inlcuded below code for Wrap text for dashboard combo*/
    .ui-igcombo-listitemtextwithcheckbox {
    max-width: 150px !important;
    width: 150px !important;
    white-space: normal !important;
}

.ui-igcombo-listitem {
    max-width: 175px !important;
    width: 175px !important;
    white-space: normal !important;
}

.bg-image {
    background: url(../img/building-bg.png) no-repeat !important;
    background-position: 100% 100% !important;
    background-attachment: fixed !important;
}

.bg-image-mcmc {
    background: rgba(0, 0, 0, 0) url("../img/MCMC_05.png") no-repeat top left / cover;
    background-size: 100% 720px;
}

@media (min-width: 1920px) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 35% !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 60% !important;
    }
}

@media (max-width: 480px) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 60% !important;
    }
}

.efacility_Logo {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .efacility_Logo {
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .efacility_Logo {
        padding-top: 60px;
    }

        .efacility_Logo > a > img {
            height: 65px;
        }
}

.efacility_Logo_div {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .efacility_Logo_div {
        visibility: hidden;
        top: -9999px !important;
        left: -9999px !important;
        overflow: hidden;
        position: absolute;
        display: block;
    }
}

@media (min-width: 1920px) {
    .efacility_Logo_div {
        padding-top: 5px;
        width: 5px;
        height: 60px;
    }
}

.disabledhyper {
    color: gray;
    cursor: default;
    pointer-events: none; /* This prevents the link from being clickable */
    text-decoration: none; /* Optional: remove underline */
}

.efacility_title {
    color: #1878b1;
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
    /*font-family: "Outfit","Segoe UI" !important;*/
    font-weight: bold;
    padding-top: 10px;
    text-align: left !important;
}

@media (max-width: 767px) {
    .efacility_title {
        font-size: 20px;
        text-align: center !important;
        margin-top: 0px;
       /* font-family: "Outfit","Segoe UI" !important;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .efacility_title {
        font-size: 20px;
        text-align: left !important;
        padding-top: 38px;
       /* font-family: "Outfit","Segoe UI" !important;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .efacility_title {
        font-size: 20px;
        text-align: center !important;
        padding-top: 38px;
       /* font-family: "Outfit","Segoe UI" !important;*/
    }
}

@media (min-width: 1201px) {
    .efacility_title {
        font-size: 25px;
        text-align: center !important;
        padding-top: 38px;
       /* font-family: "Outfit","Segoe UI" !important;*/
    }
}

@media (min-width: 1920px) {
    .efacility_title {
        font-size: 35px;
        text-align: center !important;
        padding-top: 48px;
       /* font-family: "Outfit","Segoe UI" !important;*/
    }
}

.cus-cont-margin {
    /*margin-bottom:30px;*/
    overflow: hidden;
    padding-left: 30px;
}
/*------Top row width adjust------*/
div.col-sm-3.efacility_Logo {
    width: auto;
}

div.col-sm-9.cus_title {
    width: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.col-sm-3.efacility_Logo {
        width: 18%;
    }

    div.col-sm-9.cus_title {
        width: 82%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.col-sm-3.efacility_Logo {
        width: 23%;
    }

    div.col-sm-9.cus_title {
        width: 77%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    div.col-sm-3.efacility_Logo {
        width: 100%;
    }

    div.col-sm-9.cus_title {
        text-align: center;
    }
}

.cus-width-logo {
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 480px) {
    .cus-width-logo {
        margin-left: 0px;
        margin-right: 0px;
    }
}


/**/
.cus-navbar-top {
    /*  background: var(--themeColour) !important;
    min-height: 45px !important;
    border: 0px !important;*/
}

@media (min-width: 1920px) {
    .cus-navbar-top {
        /*background: var(--themeColour) !important;
	min-height:55px !important;
	border:0px !important;*/
    }
}

.cus-navbar-bottom {
    background: var(--themeColour) !important;
    height: 25px !important;
    min-height: 25px !important;
    border: 0px !important;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 8px;
}

@media (min-width: 1920px) {
    .cus-navbar-bottom {
        background: var(--themeColour) !important;
        min-height: 55px !important;
        border: 0px !important;
        margin-bottom: 0px;
        border-radius: 0px;
        padding: 8px;
    }
}

.cus-home-menu {
    list-style: none;
    margin-left: 20px !important;
    margin-top: 10px;
}

.cus-home-menu-bars {
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-home-menu {
        list-style: none;
	 margin-left:0px !important;
        margin-top: 10px;
        font-size: 25px !important;
    }
}

.cus-home-menu-q {
    list-style: none;
    margin-right: 20px !important;
    margin-top: 10px;
}

@media (min-width: 1920px) {
    .cus-home-menu-q {
        list-style: none;
        margin-right: 20px !important;
        margin-top: 10px;
        font-size: 25px !important;
    }
}

.cus-home-menu-qu {
    color: #FFF;
}

/**/
.cus-droup {
    border-radius: 10px !important;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 275px;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    padding: 20px;
}

    .cus-droup > li {
        /*border-bottom:#d9d9d9 1px solid;*/
    }

.notification-icon {
    float: left
}

    .notification-icon i {
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        margin-right: 10px;
        font-size: 15px;
        border-radius: 15%;
        color: #FFF;
        font-size: 18px;
    }

.bg-darkred {
    background-color: #ed4e2a !important
}

.bg-darkorange {
    background-color: #f4b400 !important
}

.bg-darkgreen {
    background-color: #53a93f !important
}

.notification-body {
    float: left
}

    .notification-body .title {
        display: block;
        font-size: 13px; /*padding-top:5px;*/
    }

.cus-foot-sierra {
    text-align: right;
    padding-top: 3px;
}

@media (min-width: 1920px) {
    .cus-foot-sierra {
        text-align: right;
        padding-top: 10px;
    }
}

.cus-foot-sierra > a {
    margin-right: 10px;
    font-family: "Outfit","Segoe UI";
    font-size: 12px;
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-foot-sierra > a {
        margin-right: 10px;
        font-family: "Outfit","Segoe UI";
        font-size: 22px;
        color: #FFF;
    }
}
/*.cus-foot-efacility {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:11px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
}*/
.cus-foot-efacility2 {
    font-family: "Outfit","Segoe UI";
    font-size: 12px;
    color: #FFF;
    padding-top: 7px;
    text-align: left;
}

@media (min-width: 1920px) {
    .cus-foot-efacility2 {
        font-family: "Outfit","Segoe UI";
        font-size: 12px;
        color: #FFF;
        padding-top: 12px;
        text-align: left;
    }
}

.cus-foot-efacility2 > a {
    margin-left: 10px;
    font-family: "Outfit","Segoe UI";
    font-size: 12px;
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-foot-efacility2 > a {
        margin-left: 10px;
        font-family: "Outfit","Segoe UI";
        font-size: 22px;
        color: #FFF;
    }
}
.LoginCenterAlign {
   /*background: url(../img/home_bg.png);*/
}
.cus-postlogin-bg {
    /*background: url(../img/poslogin-bg.jpg) no-repeat;*/
    /*background: url(../img/poslogin-bg.png);*/
    background-position: 100% 100% !important;
    background-attachment: fixed !important;
    min-width: 100%;
    /*  height: 100vh; 
    overflow-y: auto;*/
    /*font-family: "Outfit","Segoe UI";*/
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%
}

.cus-postlogin-bg-cus {
    background-size: cover !important;
    background-color: #ffffff;
    font-family: "Outfit","Segoe UI";
    height: 100vph;
}

.cus-modules {
    /*font-size: 22px;*/
    color: #FFF;
  /*  padding-top: 20px;*/
    padding-left: 10px;
   /* margin-top: 1%;*/
    display:block;
}

.cus-outer-tile {
	 padding-right:20px; 
	 padding-left:20px;
     padding-top: 20px;
    min-height: 100%;
}

cls-arrow_sms {
    fill: #000000;
}

/*From Bootstrap CSS*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/**/

.imagedemo {
    border-radius: 60% !important;
    width: 35px;
    height: 35px;
}

.tile-green {
    background: #ffffff;
    padding: 15px;
    display: block;
    /*margin-bottom:10px;*/
    /*min-height:100px;*/
    min-height: 80%;
}

.tile-white {
    background: #ffffff;
    padding: 15px;
    display: block;
    /* margin-bottom: 10px;*/
    /*min-height:100px;*/
    min-height: 80%;
    height: 20%;
    box-shadow: 0.5px 0.5px 5px 2px #e7e7e7;
    border-radius: 5px;
}

.tile-brown {
    background: #ffffff;
    padding: 15px;
    display: block;
    /*margin-bottom: 10px;*/
    /*min-height:100px;*/
    min-height: 80%;
}

.tile-orange {
    background: #ffffff;
    padding: 15px;
    display: block;
    /* margin-bottom: 10px;*/
    /*min-height:100px;*/
    min-height: 80%;
}

.tile-red {
    background: #ffffff;
    padding: 15px;
    display: block;
    /* margin-bottom: 10px;*/
    /*min-height:100px;*/
    min-height: 80%;
}

.tile-blue {
    background: #ffffff;
    padding: 15px;
    display: block;
    /* margin-bottom: 10px;*/
    /*min-height:100px;*/
    min-height: 80%;
}

.tile-bg {
    padding: 5px;
    display: block;
    /*	margin-bottom:10px;*/
    background: url(../img/tile-bg.png);
    background-position: 100% 100% !important;
    /*min-height:100px;*/
    min-height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .tile-bg > img {
        height: 100%;
        width: 100%;
    }

.tile-green,
.tile-brown,
.tile-orange,
.tile-red,
.tile-blue,
.tile-bg {
    /*height:110px;*/
    height: 82%
}

@media (min-width: 1026px) and (max-width: 1200px) {
    .tile-green,
    .tile-brown,
    .tile-orange,
    .tile-red,
    .tile-blue,
    .tile-bg {
        height: 125px;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .tile-green,
    .tile-brown,
    .tile-orange,
    .tile-red,
    .tile-blue,
    .tile-bg {
        height: 115px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tile-green,
    .tile-brown,
    .tile-orange,
    .tile-red,
    .tile-blue,
    .tile-bg {
        height: 125px;
    }
}
/*.tile-heading {
    color: #000000;
    text-decoration: none;*/
/*margin-bottom: 5px;*/
/*font-size: 16px;*/
/*font-size: 20px;
    font-weight: bold;
    margin-left: 16.5%;
    font-family: 'Inter', sans-serif !important;
}*/

.tile-heading-cus {
    color: #525657;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 60%;
    float: left;
    padding-top: 5px;
}
/*.tile-img {
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
    margin-top: -3.5%;
    width: 50px;
    height: 50px;
}*/

.tile-img {
    /*float: left;*/
    /* margin-bottom: 10px; */
    /*margin-right: 5%;
    margin-top: -4.5%;*/
    width: 35px;
    height: 35px;
}

.tile-img2 {
    float: left;
    /* margin-bottom: 10px; */
    margin-right: 5%;
    margin-top: -5.5%;
    margin-left: 2%;
    width: 50px;
    height: 50px;
}

.tile-img1 {
    float: left;
    /* margin-bottom: 10px; */
    margin-right: 5%;
    margin-top: -2.5%;
    margin-left: 2%;
    width: 50px;
    height: 50px;
}

.tile-img-cus {
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
}

.tile-descrip {
    color: #444;
    font-size: 13px;
    text-decoration: none;
    height: 55px !important;
}

.tile-arrow {
    text-align: right;
    color: #FFF;
    display: none;
}

.tile-arrow-cus {
    text-align: right;
    color: #FFF;
}

/*Login Box*/
/*.sign-up {
  position: relative;
  margin: auto;
  width: 300px;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) 
{
.sign-up {
  position: relative;
  margin: 20px auto;
  width: 260px;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
}*/

.sign-up:before, .sign-up:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 10px;
    background: inherit;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 4px;
}

.sign-up:after {
    bottom: 3px;
    border-color: #dcdcdc;
}

.sign-up-title {
    margin: -25px -25px 5px;
    padding: 5px 25px;
    line-height: 35px;
    font-size: 26px;
    font-weight: 300;
    color: #aaa;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    background: #ffffff;
}

    .sign-up-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        background: #c4e17f;
        border-radius: 5px 5px 0 0;
        background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #e57373 37.5%, #e57373 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #e57373 37.5%, #e57373 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #e57373 37.5%, #e57373 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #e57373 37.5%, #e57373 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    }

input {
    font-family: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sign-up-input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px 2px;
    font-size: 17px;
    background: white;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px #ebebeb;
    box-shadow: inset 0 -2px #ebebeb;
}

@media (min-width: 1920px) {
    .sign-up-input {
        width: 100%;
        height: 70px;
        margin-bottom: 15px;
        padding: 0 15px 2px;
        font-size: 17px;
        background: white;
        border: 2px solid #ebebeb;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 -2px #ebebeb;
        box-shadow: inset 0 -2px #ebebeb;
    }
}

.sign-up-input:focus {
    border-color: #62c2e4;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #62c2e4;
    box-shadow: inset 0 -2px #62c2e4;
}

.lt-ie9 .sign-up-input {
    line-height: 48px;
}

.sign-up-button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 54px;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #e57373;
    border: 0;
    border-bottom: 2px solid #d76b60;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #d76b60;
    box-shadow: inset 0 -2px #d76b60;
}
/*sarang*/
/* style.css */
.RobotVerification {
    font-family: Roboto,helvetica,arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    position: absolute;
    margin-left: 15px;
    margin-top: 10px;
}

.OTPcontainer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 10vh !important;
    margin-top: 15px;
}

.OTPinput {
    width: 40px !important;
    border: none !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2) !important;
    margin: 0 4px !important;
    text-align: center !important;
    font-size: 36px !important;
    /*cursor: not-allowed !important; */
    /*pointer-events: none !important; */
}

    .OTPinput:focus {
        border-bottom: 3px solid grey !important;
        outline: none !important;
    }

    .OTPinput:nth-child(1) {
        cursor: pointer !important;
        pointer-events: all !important;
    }

.custom-checkbox {
    display: none;
}

    .custom-checkbox + label {
        position: relative;
        padding-left: 25px; /* Adjust the size of the checkbox as needed */
        cursor: pointer;
    }

        .custom-checkbox + label::before {
            content: '\2713'; /* Unicode checkmark symbol */
            font-size: 20px; /* Adjust the size of the checkmark as needed */
            position: absolute;
            left: 0;
            top: 0;
            line-height: 26px; /* Should match the height of the checkbox */
            width: 26px; /* Should match the height of the checkbox */
            height: 26px;
            border-radius: 2px;
            text-align: center;
            background-color: #eee; /* Background color when unchecked */
            border: 1px solid #999; /* Border when unchecked */
            color: #fff; /* Color of the checkmark when checked */
            background-color: #fff;
        }

    .custom-checkbox:checked + label::before {
        content: '\2714';
        font-size: 30px; /* Unicode checkmark jsymbol */
        background-color: #f7f7f7; /* Background color when checked */
        color: #4CAF50; /* Color of the checkmark when checked */
        border: none; /* Remove the border when checked */
    }

.captchaVerification-container {
    /*width: 300px;*/ /* Set the width of the form container */
    margin: 0 auto; /* Center the container horizontally */
    padding: 10px 0px 10px 8px; /* Add some padding for spacing */
    background-color: #f7f7f7; /* Background color of the container */
    border: 1px solid #ccc;
    text-align: left;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-radius: 1px; /* Adjust the border radius for rounded edges */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ /* Add a subtle shadow */
}

.captcha-container {
    /*width: 300px;*/ /* Set the width of the form container */
    margin: 0 auto; /* Center the container horizontally */
    padding: 10px 0px 0px 0px; /* Add some padding for spacing */
    /*background-color: #f7f7f7;*/ /* Background color of the container */
    border: 1px solid #ccc;
    border-radius: 1px; /* Adjust the border radius for rounded edges */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ /* Add a subtle shadow */
}

.captchaVerify-container {
    /*width: 300px;*/ /* Set the width of the form container */
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin: 0 auto; /* Center the container horizontally */
    padding: 0px 0px 10px 0px; /* Add some padding for spacing */
    /*background-color: #f7f7f7;*/ /* Background color of the container */
    border: 1px solid #ccc;
    border-radius: 1px; /* Adjust the border radius for rounded edges */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ /* Add a subtle shadow */
}

@media (min-width: 1920px) {
    .sign-up-button {
        position: relative;
        vertical-align: top;
        width: 100%;
        height: 74px;
        padding: 0;
        font-size: 22px;
        color: white;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        background: #e57373;
        border: 0;
        border-bottom: 2px solid #d76b60;
        border-radius: 5px;
        cursor: pointer;
        -webkit-box-shadow: inset 0 -2px #d76b60;
        box-shadow: inset 0 -2px #d76b60;
    }
}

.sign-up-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.cus-forgot {
}*/
@media (min-width: 1920px) {
    .cus-forgot {
        font-size: 22px;
    }
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**/

.login-wraper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 52%;
    display: block;
    margin-top: -140px;
    margin-left: -235px;
    padding: 25px;
    width: 420px;
    /* height: 320px;*/
    background: white;
    /*text-align: center;*/
    padding: 33px 25px 29px;
}

.login-wraper-mcmc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    /*top: 0%;
  left: 0%;*/
    display: block;
    margin-top: 5px;
    margin-left: 15px;
    padding: 25px;
    width: 420px;
    /* height: 320px;*/
    background: white;
    /*text-align: center;*/
    padding: 33px 25px 29px;
}


@media (min-width: 1920px) {
    /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        margin-left: -300px;
        width: 620px;
    }
}

@media (max-width: 980px) {
    /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        position: relative;
        top: 0;
        margin-top: 125px;
    }
}

@media (max-width: 495px) {
    /* line 29, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        margin-top: 0px;
    }
}

.cus-wraper-color {
    /* border-top: 5px solid #e3698e;
    border-bottom: 5px solid #e3698e;*/

}

/* Standard Buttons colors */
.cus-btn-save, .btn.cus-btn-save:hover {
    background-color: var(--btnSave) !important;
    border-color: var(--btnSave);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--btnSave) !important;
}

.cus-btn-cancel, .btn.cus-btn-cancel:hover {
    background-color: var(--btnCancel) !important;
    border-color: var(--btnCancel);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--btnCancel) !important;
}

.cus-btn-delete, .btn.cus-btn-delete:hover {
    background-color: var(--btnDelete) !important;
    border-color: var(--btnDelete);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--btnDelete) !important;
}


/* End of Standard Buttons colors*/

/* Buttons color order to be followed*/
.cus-btn1, .btn.cus-btn1:hover {
    background-color: var(--cusBtn1) !important;
    border-color: var(--cusBtn1);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn1) !important;
}

.cus-btn2, .btn.cus-btn2:hover {
    background-color: var(--cusBtn2) !important;
    border-color: var(--cusBtn2);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn2) !important;
}

.cus-btn3, .btn.cus-btn3:hover {
    background-color: var(--cusBtn3) !important;
    border-color: var(--cusBtn3);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn3) !important;
}

.cus-btn4, .btn.cus-btn4:hover {
    background-color: var(--cusBtn4) !important;
    border-color: var(--cusBtn4);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn4) !important;
}

.cus-btn5, .btn.cus-btn5:hover {
    background-color: var(--cusBtn5) !important;
    border-color: var(--cusBtn5);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn5) !important;
}
/* End of Buttons color order to be followed*/

.cus-btn-Red, .btn.cus-Red:hover {
    background-color: var(--cusBtn1) !important;
    border-color: var(--cusBtn1);
    color: #fff;
    background-image: none !important;
    border: 1px solid var(--cusBtn1) !important;
}

/*Button control focus background highlight changes*/
.btn:hover {
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
}

.btn:focus {
    outline: none !important;
}

.err-msg {
    color: #ff0000;
    font-size: 17px;
}

.login-box {
    /*float: right;*/
    /*margin-right: 50px;*/
}

.logo {
    width: 213px;
    height: 36px;
    /*background:url(../img/background-image.jpg) no-repeat;*/
}

/*.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #2c3e75;
    margin: 0 auto;
}*/
.company-text {
    font-family: Outfit;
    font-size: 13pt;
    color: #000000;
    font-weight: 800;
    margin-left: 5px;
}

.company-text_otp {
    font-family: Outfit;
    font-size: 11pt;
    color: #555556;
    font-weight: 600;
    margin-left: 5px;
}

.login-textbox {
    Background-color: #dde0e4;
    border-radius: 10px;
    height: 60px;
    width: 300px;
}

.login-txt {
    font-family: Outfit;
    font-size: 18pt;
    font-weight: 400;
}

.login-button {
    Background-color: #e57373;
    height: 50px;
    width: 170px;
}

.Loginbtn-text {
    font-family: Outfit;
    /*font-style: Regular;*/
    font-size: 20pt;
    color: #fff;
    font-weight: 400;
}

.forgotpass-text {
    font-family: Outfit;
    font-size: 11pt;
    font-weight: 400;
    margin-left: 0px;
    color: black;
    font-weight: bolder;
    text-decoration: underline;
}

.version-text {
    font-family: Outfit;
    font-size: 7pt;
    color: #686c6a;
    font-weight: 400;
}


/*.login-block {
    width: 100%;  
    padding: 30px;    
    background-color: rgba(255, 255, 255, 0.9);    
    border-radius: 10px;    
    margin: 0 auto;
    height: auto;   
}*/
.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block loginInputbox {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    outline: none;
}

.loginSelectbox {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    outline: none;
}

.loginSelectbox1 {
    width: 77%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    outline: none;
}

.OtpVerifyBtn {
    font-family: Roboto,helvetica,arial,sans-serif !important;
    background-color: #23519D !important;
    color: white;
    transition: all 0.1s;
    border: 1px solid #23519D !important;
    font-family: 'Outfit';
    margin-bottom: 3px;
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 8px 26px !important;
    height: none !important
}

}

.login-block select {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    outline: none;
}

.login-block input#username {
    /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;*/
    background-size: 16px 80px;
}

    .login-block input#username:focus {
        /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;*/
        background-size: 16px 80px;
    }

.login-block input#password {
    /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;*/
    background-size: 16px 80px;
}

    .login-block input#password:focus {
        /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;*/
        background-size: 16px 80px;
    }

.login-block input:active, .login-block input:focus {
    /*border: 1px solid #2c3e75;*/
   /* border: 1px solid var(--btnSave) ;*/
}

.login-blockbutton {
    width: 100%;
    height: 40px;
    background: #2c3e75;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #2c3e75;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.logo {
    width: 213px;
    height: 36px;
    /*background:url(../img/background-image.jpg) no-repeat;*/
}

.login-block button:hover {
    background: #546aaf;
}

.footer-div {
    background: #2c3e75;
    padding: 8px;
}

.link-txt {
    color: #fff;
    font-size: 11px;
}

.header-logo {
    margin-left: 0px;
    margin-right: 50px;
    padding: 5px;
    height: 135px;
    margin-bottom: 10px;
}

.toplogo_sctsb {
    position: absolute;
    left: 100px;
    top: 130px;
}

.bottomlogo_sctsb {
    position: absolute;
    left: 68%;
    top: 80%;
}


@media (max-width: 495px) {
    .header-logo {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.bg-image-rel {
    background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
    background-size: cover !important;
    /*background-size:127% !important;*/
}

.bg-image-sctsb {
    background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
    /*background-size: cover !important;*/
    /*background-size:127% !important;*/
}

@media (min-width: 1920px) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:35% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:60% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

@media (max-width: 480px) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:150% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

.logo-efaciity {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .logo-efaciity {
        text-align: center;
    }

    .logo-efaciity {
        padding-top: 0px;
    }
}

@media (min-width: 1920px) {
    .logo-efaciity {
        padding-top: 60px;
    }

        .logo-efaciity > a > img {
            height: 65px;
        }
}

.logo-efaciity_div {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .logo-efaciity_div {
        visibility: hidden;
        top: -9999px !important;
        left: -9999px !important;
        overflow: hidden;
        position: absolute;
        display: block;
    }

    .right-image {
        float: right;
        margin-right: 50px;
    }
}

@media (max-width: 481px) {
    .right-image {
        float: right;
        margin-right: 130px;
    }
}

@media (min-width: 1920px) {
    .logo-efaciity_div {
        padding-top: 5px;
        width: 5px;
        height: 60px;
    }
}

@media (max-width: 1349px) {
    .tile-white {
        height: 200px;
    }

    .tile-img-cus {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
    /*.tile-descrip-cus {
        padding-top: 20px
    }*/
    .tile-arrow {
        padding-top: 20px;
    }
}

@media (max-width: 1079px) {
    .tile-white {
        height: 250px;
    }

    .tile-img-cus {
        display: flex;
        justify-content: flex-end;
    }
}

div.col-sm-3.logo-efaciity {
    width: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.col-sm-3.logo-efaciity {
        width: 18%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.col-sm-3.logo-efaciity {
        width: 23%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    div.col-sm-3.logo-efaciity {
        width: 100%;
    }
}

.right-image {
    float: right;
}

.bg-none {
    background: none;
    margin-top: -5px;
}
/*for Login textbox and password Placeholder done by sanjay*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #979ba0;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #979ba0;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #979ba0;
}

:-moz-placeholder { /* Firefox 18- */
    color: #979ba0;
}

.info-msg1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222222;
}
/*SaaS - Index screen design changes. Done by: Manoj*/
.button {
    padding: 12px 24px;
    border-radius: 4px;
    border: 0;
    color: white !important;
    background-color: #D8DDE6;
    cursor: pointer;
    background-image: none !important;
}

.primary {
    /*background-color: #0070d2 !important;*/
    background-color: var(--LoginBtn) !important;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
    height: 40px !important;
    font-size: 12pt !important;
    font-family: 'Outfit', sans-serif;
}

.primary1 {
    background: linear-gradient(0deg, #29839f, #12D8FA);
    border: 1px solid #55C5DD;
    border-radius: 3px;
    color: white;
    letter-spacing: 2px;
}

.content {
    margin: 0px auto;
    padding: 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid #D8DDE6;
    color: #16325c;
}



#bottom_Image {
    margin-bottom: 10px;
}

.home-menu-margin {
    margin-top: 0px !important;
}

.search {
    background: url(images/internet.png) no-repeat;
    background-position: 10px center;
    padding-left: 18px;
    border: 1px solid #ccc;
    text-indent: 25px;
}

.rotate-315 {
    transform: rotateX(180deg) rotate(315deg) !important;
}

.input-group {
    padding-bottom: 15px;
}

.cus-chkbox-on {
}

    .cus-chkbox-on > label {
        padding-left: 5px;
        font-weight: normal;
        font-family: 'Outfit';
        vertical-align: middle;
        margin-bottom: 7px;
    }


#dwn_Mobile {
    margin-top: 15px;
    width: 40%;
    clear: both;
    text-align: center;
}

.lbl_Login {
    margin-left: 0px;
    margin-right: 25px;
    font-size: 20pt;
    font-family: system-ui;
}

#path1, #path2, #path3 {
    stroke: #8E8E8E;
}

/* Hover state - change stroke color to white when hovering over the SVG */
#mySvg:hover #path1,
#mySvg:hover #path2,
#mySvg:hover #path3 {
    stroke: white;
}

.lbl_LoginVerify {
    margin-left: 0px;
    margin-right: 25px;
    font-size: 18pt;
    font-family: system-ui;
}

.language-ddl {
    padding: 7px !important;
    -webkit-appearance: none;
    background: url('../../images/login/chevron-down.svg') no-repeat 98% 14px;
    border-radius: 10px;
}

.apk-ipa-QR {
    text-align: left;
    display: inline-block;
    border: 0px solid lightgray;
    background-color: white;
    /*height: 40px;*/
    width: 130px;
    border-radius: 7px;
    box-shadow: 0 0 0px rgba(0,0,0,.1);
}

.apk-ipa-Img {
    margin: auto;
    margin-left: 0;
    /*width: 100% !important;*/
}



/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/s/outfit/v15/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
