﻿* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Poppins-Regular", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 12px;
    font-size: .75rem;
    color: #2c2c2c;
    background: #e2e6eb;
    min-height: 100vh;
}

#main-bg {
    background: url(../../images/202302/body_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

main{
    margin-top:3.5rem !important;
}

.app-body {
    background: #EEE 0% 0% no-repeat padding-box;
    min-height: 100vh;
}

.navbar {
    position: relative;
}

.offcanvas-collapse {
    position: relative;
    top: -10px;
    margin-right: 12px;
    /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 80%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 100vh;
}

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(100%);
    }

.nav-item .nav-link {
    color: #000;
    padding: 0px 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    border-bottom: 1px dotted #ccc;
}

    .nav-item .nav-link.active {
        color: #000;
    }

.brand-logo {
    margin-left: -1rem;
}

.brand {
    font-family: Poppins-SemiBold;
    font-weight: bold;
    font-size: 19px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        color: rgba(255, 255, 255, .75);
    }

    .nav-scroller .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
        color: #6c757d;
    }

        .nav-scroller .nav-link:hover {
            color: #007bff;
        }

    .nav-scroller .active {
        font-weight: 500;
        color: #343a40;
    }

/*
    Headers
*/
.panel-header {
    color: #2c2c2c;
    font-size: 19px;
    font-family: Poppins-SemiBold;
}

.blue-subh {
    font-size: 17px;
    color: #3D98F2;
    font-weight: 500;
}

.black-subh {
    color: #2c2c2c;
    font-size: 19px;
    font-family: Poppins-SemiBold;
}

.black-hdr {
    color: #2c2c2c;
    font-size: 19px;
}

/*
    Anchors
*/
a:hover, a:visited {
    color: rgb(13, 110, 253);
}

/*
    Labels
*/
.frm-lbl {
    font-size: 12px;
    color: #2c2c2c;
}

.crd-lbl {
    font-size: 12px;
    font-weight: 500;
}

/*
    Buttons
*/
.yellow-btn {
    background-color: #f2BB11;
    box-shadow: -2px -2px 2px #00000029;
    border: 0.5px solid #2C2C2C;
    border-radius: 10px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
}

.grey-btn {
    background-color: #ccc;
    box-shadow: -2px -2px 2px #00000029;
    border: 0.5px solid #2C2C2C;
    border-radius: 10px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
}

.grey-btn {
    background-color: #ccc;
    box-shadow: -2px -2px 2px #00000029;
    border: 0.5px solid #2C2C2C;
    border-radius: 10px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
}

/*................................................
    2. TYPOS
.................................................*/

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../../fonts/202302/Poppins-SemiBold.ttf") format('truetype'), url("../../fonts/202302/Poppins-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../../fonts/202302/Poppins-Regular.ttf") format("truetype"), url("../../fonts/202302/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Thin";
    src: url("../../fonts/202302/Poppins-Thin.ttf") format("truetype"), url("../../fonts/202302/Poppins-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../../fonts/202302/roboto-black-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../../fonts/202302/roboto-bold-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../../fonts/202302/roboto-light-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../../fonts/202302/roboto-medium-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../../fonts/202302/roboto-regular-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Thin";
    src: url("../../fonts/202302/roboto-thin-webfont.woff2") format("woff2"), url("../../fonts/202302/roboto-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue-Regular";
    src: url("../../fonts/202302/bebasneue-regular-webfont.woff2") format("woff2"), url("../../fonts/202302/bebasneue-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Shadows */
.blue-shadow {
    background: #3D98F2;
    border-radius: 10px;
    box-shadow: -0.5px -0.5px 2px #00000029;
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    text-shadow: 0px 3px 6px #00000029;
}

    .blue-shadow:hover {
        background: #0088CC;
    }

.white-shadow {
    box-shadow: -0.5px -0.5px 2px #00000029;
    font-family: Poppins-SemiBold;
    font-size: 12px;
    color: #2c2c2c;
    text-shadow: 0px 3px 6px #00000029;
}

/* Background colors */
.grey-bg {
    background-color: #eee;
}

.bg-purple {
    background-color: #6f42c1;
}

.bg-blue {
    background: #3D98F2;
}

.bg-yellow{
    background: #f2BB11 !important;
}

.bg-footer-gray{
    background: #d2d2d2 !important;
    z-index:9999;
}

.color-blue {
    color: #3D98F2;
}

.color-yellow {
    color: #f2BB11 !important;
}

/*
    Cards
*/
.card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0000004D;
}

    .card .card-footer {
        color: #3A3A3A;
        font-size: 12px;
    }

    .card .card-body .prof-details span {
        width: 100%;
        display: block;
        font-size: 12px;
    }

        .card .card-body .prof-details span.name {
            font-weight: 500;
            font-size: 19px;
        }

    .card .card-body .crd-img-hldr {
        height: 65px;
        width: 65px;
        border: 5px solid #606060;
        background: #707070;
        position: absolute;
        top: -33px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

        .card .card-body .crd-img-hldr i {
            font-size: 30px;
            margin: auto;
        }

        .card .card-body .crd-img-hldr img {
            width: 15px;
            height: 15px;
            position: absolute;
            bottom: -3px;
            right: -3px;
            border-radius: 5px;
        }

/*
    Colors
*/
.color-grey {
    color: #707070;
}

.color-s-black {
    color: #2c2c2c;
}

/*
   Easy auto complete
*/
.easy-autocomplete {
    width: 87% !important;
}

/*
    Utility classes
*/
.ml{
    width:40px;
    height:40px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -10px;
}

.hidden {
    display: none;
}

.pointer {
    cursor: pointer;
}

.line {
    margin-top:35px;
    width:70px;
    height:4px;
    background-color:#000;
    float:left;
    margin-left: -70px;
}

.text-justify {
    text-align: justify;
}

.ml-p2 {
    margin-left: 2% !important;
}

.w-18 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-44 {
    width: 44% !important;
}

.w-89 {
    width: 89% !important;
}

.w-80 {
    width: 80% !important;
}


.w-90 {
    width: 90% !important;
}

.mt-n55 {
    margin-top: -55px;
}

.mt-n10 {
    margin-top: -30px;
}

.btn-120 {
    width: 120px;
}

.btn-check:checked + .btn {
    background-color: #3D98F2 !important;
    border: 1px solid #000;
    color: #fff !important;
    font-weight: bold;
}

.btn-check-lbl {
    font-size: 12px !important;
}

.fw-600 {
    font-weight: 600;
}

.fs-5{
    font-size: .5rem !important;
}

.fs-6{
    font-size: .6rem !important;
}

.fs-7 {
    font-size: .7rem !important;
}

.fs-8 {
    font-size: .8rem !important;
}

.fs-9 {
    font-size: .9rem !important;
}

.fs-10 {
    font-size: 1rem !important;
}

.fs-px-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 1.1rem !important;
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-25 {
    font-size: 2.5rem !important;
}

.carousel-inner img {
    margin: auto;
}

.show-to-top-button{
    display:block !important;
    bottom: 80px !important;
}

.phone.form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* 
    Phone control
*/
.iti {
    max-width: 84%;
    width: 84%;
}

#ctl_ph_abt .iti{
    max-width: 84%;
    width: 84%;
}

#ctl_ph .iti{
    max-width: 91%;
    width: 91%;
}

.phone-ctl {
    border-radius: .375rem 0 0 .375rem !important;
}

/*
    Profile card
*/
.profile-card {
    height: 10rem;
    margin-bottom: 5rem;
}

    .profile-card .prof-details span {
        padding-bottom: .2rem;
    }

.prof-img {
    width: 75px;
    height: 75px;
    border-color: #000000 !important;
}

.prof-img-myp {
    width: 75px;
    height: 75px;
    border: 2px solid #000000 !important;
    border-radius: 50%;
}

/*
    TNC
*/
.tnc {
    font-size: 1rem;
}

    .tnc .chk {
        font-size: 1.3rem;
        margin-top: -1px;
    }

/*
    Nav bar
*/
.fixed-top {
    position: fixed;
}

/*
    Select2
*/
.select2-container--default{
    background: #fff;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    padding: 20px 10px;    
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: -13px;
        font-size: 14px;
    }

.select2-selection__arrow {
    margin-top: 7px;
}

.select2-selection__choice{
    text-transform: capitalize !important;
}

.qualify-select .select2-container{
    width: -webkit-fill-available !important;
}

.select2-container {
    width: 100% !important;
    /* border:var(--bs-border-width) solid var(--bs-border-color); */
    /* border: 1px solid #000 !important; */
}

.select2-selection--single{
    border: 1px solid #000 !important;
}

.input-group  input, .input-group select, .input-group .easy-autocomplete{
    border: 1px solid #000 !important;
    border-radius: 5px !important;
}

#loc_select .easy-autocomplete{
    width: 94% !important;
}

#loc_select .easy-autocomplete input{
    border:none !important;
    box-shadow: none !important;    
}

#loc_select .input-group-text{
    padding: .4rem .75rem !important;
    border: none !important;
}

/*
    Ribbon
*/
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 150px;
        padding: 10px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 10px/1 'Poppins-Regular', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: 0px;
    right: 0px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -10px;
        top: 10px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

/* Jobs */
.cmp-logo {
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.cmp-logo-72 {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    /* border: 1px solid #000; */
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* Footer */
.fixed-bottom {
    position: fixed;
    height: 75px !important;
    bottom: 0;
    width: 100%;
}

.half-circle {
    width: 70px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background: rgba(238, 238, 238, 1);
    z-index: -1;
}

.address .easy-autocomplete{
    width: 93% !important;    
}

@media (max-width: 991.98px) {
    .fixed-top {
        position: fixed;
    }

    .tnc {
        font-size: .9rem;
    }

        .tnc .chk {
            font-size: 1.3rem;
            margin-top: -1px;
        }

    .iti {
        max-width: 84%;
    }    

    #ctl_ph .iti, .emp_user_phone .iti{
        max-width: 84% !important;
        width: 84% !important;
    }

    .emp_phone .iti{
        max-width: 87% !important;
        width: 87% !important;
    }    

    /*
    #loc_select .easy-autocomplete{
        width: 89% !important;
    }
    */

    .address .easy-autocomplete{
        width: 87% !important;
    }
}


.api-error {
    color: #ff0000;
}

.ico-back {
    color: #000000 !important;
}

button.selected {
    /* background-color: var(--bs-btn-hover-bg); */
    background-color: #3D98F2 !important;
    color: #fff;
}

.loader {
    border: 5px solid #e2e2e8;
    border-radius: 50%;
    border-top: 5px solid #5b5ecf;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reverse-spinner {
    position: relative;
    height: 50px;
    width: 50px;
    border: 3px solid transparent;
    border-top-color: #4e51bf;
    border-left-color: #5b5ecf;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    position: fixed;
    z-index: 1;
    left: calc(50% - 25px);
    right: 0;
    top: calc(50% - 25px);
}

    .reverse-spinner::before {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        content: "";
        border: 3px solid transparent;
        border-top-color: #3c3fa8;
        border-left-color: #3c3fa8;
        border-radius: 50%;
        -webkit-animation: spinBack 1s linear infinite;
        animation: spinBack 1s linear infinite;
    }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

.mt-6 {
    margin-top: 6rem !important;
}


/*
    Specifics
*/
#cnt_country .select2-selection{
    border: none;
    padding-top: 26px;
    padding-bottom: 26px;
}


.capitalize {
    text-transform: capitalize;
  }

  .line {
    margin-top:35px;
    width:70px;
    height:5px;
    background-color:#000;
    float:left;
    margin-left: -70px;
}

.select2-dropdown.increasezindex {
    z-index:99999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #3D98F2 !important;
    color: #fff;
}

.select2-selection__choice__remove{
    color: #fff !important;
}

.selected-tab{
    background-color: #3D98F2 !important;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.border-bottom-line{
    border-bottom: 1px solid black;
}


/*
    Clearable text inputs
*/
.clearable{
    background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
  }
  .clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
  .clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
  .clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

  
.footer-bottom{
  padding: 0 11px;
}

.footer-bottom-2{
    padding:20px 0;
}

.text-deco-none{
    text-decoration: none;
}

textarea{
    resize:none;
}

.height-90{height:calc(100% - 50px);}
.height-70{height:calc(100% - 100px);}

.form-control.is-valid, .was-validated .form-control:valid{
    background-image: none !important;
}

.form-control{
    border-color: #000 !important;
}

.emp_phone .iti{
    width: 93%;
    max-width: 93%;
}

.emp_user_phone .iti{
    width: 90%;
    max-width: 90%;
}

.st-label{
    font-family: Poppins-SemiBold !important;
    font-weight: 300;
    font-size: .8rem !important;
}

#st-1.st-has-labels .st-btn{
    min-width: unset !important;
}

#st-1{
    z-index: unset !important;
}

.modal{
    overflow-y:unset !important;
    overflow-x:unset !important;
}

.disp_greeting{
    margin-top: 60px !important;
}

#search_location{
    font-weight: normal;
    font-size: 12px;
}

.page-success {
    margin: 10px 0;
    color: #fff;
    background: #198754;
    font-family: "Poppins-SemiBold";
    padding: 2px 0.7rem;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.select2-dropdown {
    z-index: 99999999 !important;
}

#map{
    min-height: 500px;
}

.datepicker-inline, .datepicker-inline .table-condensed{
    width: 100% !important;
}