﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');



/*******************/

body {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

h1 {
    font-size: 180%
}

h3 {
    font-size: 100%
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}


#main {
    margin: 0px; /*background-image: url('../img/mainbg.png') no-repeat;*/
    background-size: cover;
    position: fixed;
    /*  position: relative;*/
    z-index: 0;
    /* height: 100vh;*/
    height: 100%;
    width: 100vw;
    padding: 0 4.5rem;
}

    #main .overlay {
        background: rgb(0,7,13);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        content: "";
        opacity: calc(var(--opacity-percent) / 100);
    }

    /*  #main::after {
        background: rgba(0,7,13,0.85);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        content: "";
    }
*/
    #main > .container {
        position: relative;
        z-index: 2;
        padding: 0;
        padding: 2.5rem 0;
        max-width: inherit !important
    }

    #main > .container-main > .row {
        margin: 0 -40px
    }

        #main > .container-main > .row > div {
            padding: 0 40px
        }



.panel {
    position: relative;
}

.form-label {
    color: #949493;
    font-size: 80%
}

.form-control {
    padding: 15px 20px;
    font-size: 90%;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.form-check-label {
    color: #fff;
    font-size: 85%
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
    background-color: rgba(181,64,39,0.1);
    border: 1px solid rgba(181,64,39,1);
    border-radius: 4px;
    margin-right: 20px;
}

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.form-control::placeholder {
    color: #707070;
    opacity: 1;
    font-weight: 400;
    font-size: 90%
}

:-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 90%
}

.form-control::-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 90%
}

.form-control:focus, .form-select:focus {
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.btn:focus, button:focus {
    border-color: #ccc;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.text-gray {
    color: #949493
}

.btn-lg {
    padding: 18px 60px;
    font-size: 120%;
    border-radius: 8px;
    border: none;
    font-weight: 500
}

.btn-md {
    padding: 12px 36px;
    font-size: 90%;
    border-radius: 8px;
    border: none;
    font-weight: 500
}

.message-info h1.status {
    font-size: 287%;
    font-weight: 600
}

.message-info h1.status2 {
    font-size: 360%;
    font-weight: 600
}

.message-info p {
    color: #fff;
}

.user-list li .user-img {
    width: 42px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%
}

.user-list.dropdown-menu {
    width: 100%;
    border: 0;
    border-radius: 6px;
    margin-top: -3px !important;
    padding: 0
}

    .user-list.dropdown-menu .dropdown-item {
        padding: .75rem 1rem;
        /*color: #fff;*/
    }

        .user-list.dropdown-menu .dropdown-item:hover {
            background: rgba(255,255,255,0.1);
        }

.logo-sec {
    opacity: 0.2
}

    .logo-sec > p {
        font-size: 60%;
        color: #fff;
        margin-bottom: 0 !important
    }

.mydesk-logo {
    width: 125px;
    margin-bottom: 5px
}

#nda-document .modal-fullscreen {
    width: 90%;
    max-width: none;
    height: 84%;
    margin: 5% auto;
}

    #nda-document .modal-fullscreen .modal-content {
        border-radius: 8px
    }

.modal-header {
    padding: 20px 30px;
    border-bottom: 0
}

.modal-content .btn-close {
    font-size: 80%;
    opacity: .4;
}

.modal-footer {
    padding: 20px 30px;
    border-top: 0;
    justify-content: center !Important;
}

.modal-content .modal-body {
    color: #000;
    font-size: 70%;
    padding: 0 30px;
}

    .modal-content .modal-body p {
        line-height: 1
    }

.round-circle {
    background-color: rgba(181,64,39,1);
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-top: 43% !important;
}

/*******************/
/*.form-control,.form-check-input{border: 1.4px solid rgba(181,64,39,1) !important;}
.form-control{background-color:rgba(181,64,39,0.1); border-color:rgba(181,64,39,1);}*/


.form-control {
    background-color: var(--gr-primary-background-color) !important;
}
/*.form-control:focus, .form-select:focus{border-color:rgba(181,64,39,1); background-color:rgba(181,64,39,0.3) !Important; }*/
/*.message-info h1.status {
    color: rgb(181,64,39)
}*/

.btn {
    background-color: rgba(181,64,39,1);
}

    .btn:hover, .btn:focus {
        background-color: rgba(181,64,39,0.8);
    }

.form-check-input {
    background-color: rgba(181,64,39,0.1);
    border: 1px solid rgba(181,64,39,1);
}

    .form-check-input:checked {
        background-color: rgba(181,64,39,1);
        border-color: rgba(181,64,39,1);
    }

.user-list.dropdown-menu {
    background-color: rgba(181,64,39,1);
}



/*******************/
#main > .container {
    width: 1280px !important;
    height: 800px !important;
    vertical-align: middle;
    margin-top: 1%;
    /* margin: auto;*/
}


/***Customcss****/
.loaderContainer {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*  height: 100vh;*/
    /*background-color: #f5f5f5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loading-bar {
    height: 2px;
    background: #cfcfcf;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}

    .loading-bar::before {
        content: '';
        width: 20%;
        height: 2px;
        background: #0073b1;
        position: absolute;
        left: -34px;
        animation: bluebar 1.5s infinite ease;
    }

@keyframes bluebar {
    50% {
        left: 100%;
    }
}

.selectColor {
    position: absolute;
    padding: 10px;
    border: none;
    outline: none;
    width: max-content;
    right: 0;
    background: #313131;
    color: white;
    margin: 5px 20px;
    font-size: 15px;
}

/*#lblValidation {
    color: red;
}*/

#lblChkValidation {
    color: red;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: white;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: none;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--gr-DropdownBg-color);
    /* color: var(--gr-primary-font-color);*/
}

.select2-dropdown {
    border: none;
}

.select2-dropdown--below {
    top: -63px;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--open {
    border: none;
}

input.select2-search__field {
    padding: 15px 20px !important;
    font-size: 90%;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 500;
    border-color: var(--gr-primary-color);
    background-color: rgba(254, 213, 6, 0.1);
}

span.select2-results {
    background-color: var(--gr-DropdownBg-color);
}

.form-check-input:checked, .form-check-input:valid:checked {
    background-color: var(--gr-primary-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--gr-primary-color) !important;
}

.spnBorder {
    /* border-right: 1px solid #5d5f61;*/
    margin-left: 16px;
    margin-right: 16px;
    color: #5d5f61;
    font-weight: 400;
}

#currentDate {
    color: var(--gr-primary-color) !important;
}

.ui-menu .ui-menu-item {
    background-color: var(--gr-DropdownBg-color);
}
/*#ui-id-2{
    display:block!important
}*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /*border: 1px solid #003eff;*/
    background: var(--gr-DropdownBg-color-hover) !important;
    font-weight: normal;
    color: #ffffff;
}

#hostAutoCompleted {
    /*border-color: var(--gr-Autocompleted-color) !important;*/
    background-color: var(--gr-Autocompleted-color) !important;
}

#CheckInFillter {
    /*border-color: var(--gr-Autocompleted-color) !important;*/
    background-color: var(--gr-Autocompleted-color) !important;
}

.Checkbox_Nametag:hover .CheckInBox:checked {
    color: white;
    background-image: url('/Areas/Admin/assets/img/white-CheckIn.svg') !important;
}



.wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 60px 0;
}

    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 4) - 0px);
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: 0;
        padding: 0;
        margin: 0;
        width: 83%;
    }

        .wrapper .carousel::-webkit-scrollbar {
            display: none;
        }

        .wrapper .carousel :where(.card, .img) {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wrapper .carousel.dragging {
            scroll-snap-type: none;
            scroll-behavior: auto;
        }

        .wrapper .carousel.no-transition {
            scroll-behavior: auto;
        }

        .wrapper .carousel.dragging .card {
            cursor: grab;
            user-select: none;
        }

        .wrapper .carousel .card {
            scroll-snap-align: start;
            height: 130px;
            list-style: none;
            /*background: #fff;*/
            background: #333333;
            border-radius: 8px;
            display: flex;
            cursor: pointer;
            width: 100%;
            padding: 0;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;
            border-radius: 40px / 80px;
        }

            .wrapper .carousel .card:before {
                content: '';
                /* background: url('/Areas/Admin/assets/img/bar-code.svg') no-repeat;
                position: absolute;
                left: 10px;
                width: 20px;
                top: 20px;
                bottom: 20px;*/
                background-size: cover;
            }

    .wrapper .card .img {
        width: 100%;
        height: auto;
        display: none;
    }

        .wrapper .card .img img {
            width: 100%;
            height: auto;
        }

    .wrapper .card .content {
        position: absolute;
        background: #2C2C2C;
        color: #AAAAAA;
        font-size: 11px;
        font-weight: 500;
        left: 10%;
        right: 10%;
        top: 12%;
        bottom: 12%;
        border-radius: 40px / 80px;
        padding: 10px 20px;
    }

        .wrapper .card .content > h2 {
            margin-top: 4px;
            line-height: 1;
            color: rgba(181,64,39,0.8);
            font-weight: 500
        }

        .wrapper .card .content > div {
            position: absolute;
            bottom: 10px
        }

            .wrapper .card .content > div > span {
                display: block;
                line-height: 1.5
            }

        .wrapper .card .content > span {
            position: absolute;
            right: 20px;
            top: 10px;
            display: none;
        }


    .wrapper .card.active:after {
        font-size: 140%;
        content: '✔';
        /*  background: rgb(181,64,39);*/
        width: 48px;
        height: 48px;
        position: absolute;
        bottom: 16px;
        overflow: visible;
        text-align: center;
        right: 32px;
        padding: 8px;
    }


    .wrapper .card.active .content {
        background: rgb(181,64,39);
        color: #fff;
    }

        .wrapper .card.active .content > h2 {
            color: #fff
        }

.form-control, .form-check-input {
    border: 1.4px solid var(--gr-primary-color)!important;
}

.form-select.selectColor {
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 12px 20px;
    background: #000;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.brand-logo {
    max-height: 66px;
    max-width: 200px;
    object-fit: contain;
}

.footer {
    float: right;
    color: #ffffff;
    position: fixed;
    background: none !important;
    z-index: 9999 !important;
    bottom: 5px;
    right: 10px
}

.btn-secondary {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: rgba(181,64,39,0.5);
    border-color: rgba(181,64,39,0.5);
}


.message-info h1.status {
    color: var(--gr-primary-color);
}

/*#main::after {
    background: rgba(0,0,0,0.9);*/
/* position: absolute;*/
/*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
}*/




.currentTime {
    display: none
}

.control {
    text-align: right
}

#pin-popup .modal-dialog {
    width: 90%;
    max-width: none;
    height: 40%;
    margin: auto;
}

    #pin-popup .modal-dialog .modal-content {
        border-radius: 8px
    }

        #pin-popup .modal-dialog .modal-content .form-control {
            padding: 16px 20px;
            color: #000;
            font-size: 140%
        }

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {

    .formGuestReg {
        margin: 0
    }

    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

    #main > .container-main > .row {
        margin: 0px !Important;
    }

        #main > .container-main > .row > div {
            padding: 0 0px
        }

    #main {
        position: absolute;
        z-index: 0;
        min-height: 100vh;
        width: 100%;
        padding: 0 30px;
    }

        #main > .container {
            width: 100% !important;
            /*   height: 100% !important;*/
            vertical-align: middle;
            margin: auto;
            padding: 25px 0px;
        }


        #main > .container-main > .h-100 {
            height: auto !important
        }

    .container-left .logo-sec,
    .container-left .message-sec, .container-tag-right {
        display: none
    }

    .container-left > div, .container-right > div {
        height: auto !important;
    }

    .container-left > div {
        min-height: 160px
    }


    #currentTime {
        position: absolute;
        right: 0px;
        text-align: right;
        top: 10px
    }

        #currentTime .spnBorder {
            display: none
        }

        #currentTime h1 {
            font-size: 120%;
        }

        #currentTime span {
            display: block;
            font-size: 60% !important;
        }

    .form-select.selectColor {
        top: 100px;
        left: 30px;
        right: 30px;
        width: auto;
        padding: 16px 20px;
        font-size: 18px
    }

    .brand-logo {
        max-height: 44px;
        max-width: 180px;
    }

    .currentTime {
        display: block !important
    }

    .message-search-sec {
        display: block !important;
        width: 100%
    }

        .message-search-sec .message-info {
            /*  margin-top: 120px*/
            margin-top: 53px;
        }

    .message-info h1.status {
        font-size: 200%;
    }

    #bindNameTag.wrapper {
        margin: 40px 0;
    }

        #bindNameTag.wrapper > .carousel {
            display: block;
            width: 100%
        }

    .wrapper .carousel .card {
        height: 60px;
        width: 80px;
        border-radius: 12px;
        display: inline-block;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .wrapper .card .content {
        border-radius: 8px;
        padding: 6px 0;
        margin: auto;
        text-align: center;
        left: 4%;
        right: 4%;
        top: 5%;
        bottom: 5%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .wrapper .carousel .card .content > div {
        display: none
    }

    .wrapper .card .content > h2 {
        margin: 8px 0
    }

    .control {
        margin-top: 30px;
        margin-bottom: 21%;
        padding-right: 8%;
    }

        .control button.btn {
            width: 100%;
            margin-bottom: 10px
        }

    .container-confirm .message-sec, #divConfirmation {
        display: block;
        width: 100%
    }

    .container-confirm .message-info {
        margin-top: 140px;
        text-align: center;
    }

        .container-confirm .message-info .w-75 {
            width: 100% !Important
        }

    #divConfirmation .round-circle {
        margin: 20px auto;
        width: 180px;
        height: 180px;
        margin-top: 4% !important;
    }

        #divConfirmation .round-circle img {
            width: 80px !Important;
        }
}

@media (max-width: 600px) {
    .wrapper .card.active:after {
        /*     width: 32px;*/
        height: 32px;
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        /* font-size: 23px; */
        /* text-align: center; */
        width: 100%;
        right: 0%;
        left: 80%;
        font-size: 80%;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

.wrapper.company {
    margin: 40px 0 60px;
}

    .wrapper.company .carousel {
        grid-auto-columns: calc((100% / 4) - 10px);
        gap: 12px; /* overflow: visible; */
    }

        .wrapper.company .carousel .card:before {
            display: none
        }

    .wrapper.company .card {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        position: relative;
        background: transparent;
        height: 180px;
        border: none;
    }

        .wrapper.company .card .img {
            width: 100%;
            height: 130px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 20px;
            background: #fff;
            border-radius: 8px
        }

            .wrapper.company .card .img img {
                max-width: 70%;
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
            }

        .wrapper.company .card .title {
            text-align: center;
            color: #ffffff;
            width: 100%;
            font-size: 85%;
            margin-top: 10px
        }
