/*
--------------------------------------------------------------------------------------------------------
Theme Name:  
Theme Version: 1.0
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/
/*================================================
[ START CSS INDEX  ]
================================================== 
:: general css
   :: google font
   :: basic  
   :: helper    
:: Animations   

==================================================
[ End CSS INDEX ]
================================================*/
@charset "UTF-8";
/*================================================
    :: general css
==================================================*/
/* :: google font */

/* :: basic style  */
:root {
    scroll-behavior: smooth;
    /* --main-color: #E25D9C; */
    --main-color: #36B2E6;
    --text-color: #36B2E6;
    --text-color-1: #1a1a1a;
    --text-color-2: #008543;
    --white-color: #ffffff;
    --black-color: #202020;
    --body-bg: #fcfcfc;
    /* --bg-color-1: hsl(330, 38%, 95%); */
    --bg-color-1: #eff7fa;
    --main-transparent: #eff7fa;
    --light-gray: #aaa;
    --gark-gray: #989898;
    --border-color: #e8eaf2;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Spartan', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: var(--text-color-1);
    background: rgb(241 243 244 / 8%);
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

section {
    position: relative;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
    outline: none;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: var(--text-color-1);
    font-weight: normal;
    margin-bottom: 25px;
}

label,
span {
    color: var(--text-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

iframe {
    width: 100%;
    border: 0px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select:focus {
        outline: none;
    }

label.error {
    color: red;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border: 1px solid #130f40;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
}

.iti {
    width: 100% !important;
}

.form-control::placeholder, #GeneralVisitorWithoutVehicle_txtContactNo::placeholder, #GeneralVisitorWithVehicle_txtContactNo::placeholder, #SResident_txtContactNo::placeholder, #DResident_txtContactNo::placeholder {
    color: #aaa;
}

textarea.form-control {
    resize: none;
    height: 120px;
    display: block;
}

/* :: helper */
.text-gray {
    color: var(--text-color-1);
}

.text-color {
    color: var(--main-color) !important;
}

.text-color-1 {
    color: var(--text-color-2) !important
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.bg_white {
    background-color: var(--white-color) !important;
}

.bg_color {
    background-color: var(--main-color) !important;
}

/* .register-box{
    background: var(--bg-color-1);
    display: block;
    padding: 30px 15px;
    border-radius: 15px;
    width: 00px;
    height: 170px;
} */

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2rem;
}


.hide-after:after,
.hide-before:before {
    display: none;
}

.clearfix {
    clear: both;
    display: block;
}

/*custom-btn*/
button {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border: 1px solid transparent;
}

.button {
    padding: 10px 30px;
    border: 2px solid var(--white-color);
    background-color: var(--white-color);
    color: var(--main-color);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
}

    .button:hover {
        border: 2px solid var(--main-color);
        background: transparent;
        color: var(--white-color);
        text-decoration: none;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.button-outline {
    padding: 10px 30px;
    border: 2px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
}

    .button-outline:hover {
        border: 2px solid var(--main-color);
        background-color: var(--main-color);
        color: var(--white-color);
        text-decoration: none;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }


.button-style {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding: 1px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

    .button-style:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        color: var(--white-color);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: .5s;
        transform-origin: 0 100%;
        transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
    }

    .button-style:hover,
    .button-style:focus {
        color: var(--white-color);
    }

        .button-style:hover:before {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
        }


.button-style2 {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding: 1px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #36B2E6;
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

    .button-style2:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        color: var(--white-color);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: .5s;
        transform-origin: 0 100%;
        transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
    }

    .button-style2:hover,
    .button-style2:focus {
        color: var(--white-color);
    }

        .button-style2:hover:before {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
        }


/*================================================
:: Animation
==================================================*/

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}



/*================================================
:: Home page
==================================================*/

.nav-logo {
    position: absolute;
    top: 0px;
    /* background: #fff; */
    padding: 5px 15px;
}

    .nav-logo img {
        max-height: 100px;
        max-width: 100px;
    }


.Welcome-area {
    position: relative;
    padding: 30px 0 30px 0;
    background: url("/Images/headerbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .Welcome-area:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(30 29 29 / 75%);
        left: 0;
    }

.notice-board-grid {
    position: relative;
    background: var(--bg-color-1);
    padding: 30px 30px 15px 30px;
    border-radius: 15px;
    height: 250px;
    overflow: auto;
}

.notice-board-grid-list {
    border-bottom: 1px solid rgb(119 119 119 / 8%);
    padding-bottom: 25px;
}

.notice-board-grid .notice-board-grid-list:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: 0;
}

.notice-data a:hover {
    text-decoration: underline;
}

.title-area {
    margin-bottom: 50px;
    position: relative;
}

    .title-area h3:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 80px;
        background: var(--main-color);
        left: 0;
        bottom: -12px;
    }

.ecch-btns-list a {
    background: var(--bg-color-1);
    display: block;
    padding: 30px 15px;
    border-radius: 15px;
    border: 3px solid transparent;
}

    .ecch-btns-list a:hover {
        border: 3px solid var(--main-color);
    }

.ecch-data {
    background: var(--white-color);
    padding: 40px;
    border-radius: 16px;
    -webkit-box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
    box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
    position: relative;
}

.ecch-image {
    border-radius: 15px;
    overflow: hidden;
    max-width: 100%;
    max-height: 370px;
}


.visitor-data {
    margin-left: -80px;
}

.visitor-ward-data {
    margin-right: -80px;
}

.footer-area {
    background: #000206;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
    /*.footer-area {
    background: #000206;
    padding: 35px 0;
}*/

    .footer-area p {
        color: #ffffff;
    }

.cancel_booking_form {
    padding: 50px;
    border-radius: 5px;
    background: var(--main-transparent);
}

.delete-svg {
    position: relative;
    margin-bottom: 30px;
}

    .delete-svg svg,
    .delete-svg img {
        width: 80px;
        fill: var(--main-color);
        -webkit-animation: tada 1.5s ease infinite;
        animation: tada 1.5s ease infinite;
    }


.Reschedule_Appointment {
    margin: 15px 0;
}

    .Reschedule_Appointment .symbole {
        height: 10px;
        width: 10px;
        display: inline-block;
    }

        .Reschedule_Appointment .symbole.Available_sign {
            background: green;
        }

        .Reschedule_Appointment .symbole.Not_Available_sign {
            background: red;
        }

        .Reschedule_Appointment .symbole.Chosen_sign {
            background: blue;
        }

.date-icon,
.time-icon {
    position: relative;
}

    .date-icon i,
    .time-icon i {
        position: absolute;
        bottom: 42px;
        right: 21px;
    }

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 16px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--white-color);
}

.Select_time.show_select_time {
    display: inline-grid;
}

.select_time_list li a {
    background: #fcfcfc;
    display: block;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.Select_time {
    background: var(--white-color);
    padding: 15px;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
}

    .Select_time .select_time_list a.active,
    .Select_time .select_time_list a:hover {
        background: var(--main-color);
        color: var(--white-color);
    }


.form-search {
    position: relative;
}

    .form-search input {
        padding-left: 50px;
        background: url(../../assets/images/search.png) no-repeat;
        background-size: 25px;
        background-position: 10px 12px;
        height: 55px;
    }

.search-btn {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
    background-color: var(--main-color);
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease-out;
}

    .search-btn:hover {
        color: var(--white-color);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }


.Current-appointemnt-details-list p {
    background: hsl(0deg 0% 100%);
    margin: 2px 0;
}

    .Current-appointemnt-details-list p span {
        padding: 12px;
        color: #000;
        font-weight: 600;
    }

        .Current-appointemnt-details-list p span:nth-child(1) {
            width: 30%;
            background: hsl(0deg 0% 100%);
            display: inline-block;
            border-right: 1px solid var(--main-transparent);
            color: #000;
        }

.Select_time .select_time_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.change_appointment_box {
    background: var(--main-transparent);
    padding: 30px;
    border-radius: 5px;
}


.box_visitor_appointment_booking {
    background: var(--white-color);
    padding: 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
}

.advance_book {
    padding: 30px;
    border-radius: 5px;
    background: var(--main-transparent);
}

.Declaration__book {
    padding: 30px;
    border-radius: 5px;
    background: var(--main-transparent);
}

.box-questions {
    padding: 10px 20px;
    background: none;
    margin-bottom: 0px;
}

.questions {
    margin-bottom: 20px;
}


[type="radio"]:not(:checked) + label {
    background: none !important;
    padding: 10px 35px;
    border: none !important;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -400px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #202020;
        background: none !important;
        padding: 10px 35px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 10px;
            top: 10px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: var(--main-color) !important;
            position: absolute;
            top: 13px;
            left: 13px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.Registration-Note {
    background: rgb(244 67 54 / 12%);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgb(244 67 54 / 30%);
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #130f40;
    border-radius: 0.25rem;
    line-height: 38px;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 50px;
        padding: 0.375rem 0.75rem;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }


.bg-white {
    box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    border-radius: 5px;
}


.dashboardcontain {
    display: none;
}

    .dashboardcontain.active {
        display: block;
    }


.registration-left a {
    border: 2px solid rgb(241 243 244 / 100%);
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

    .registration-left a span {
        display: flex;
        width: 50px;
        text-align: center;
        background: #fff;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        height: 50px;
        border-radius: 30px;
        margin-bottom: 10px !important;
        border: 1px solid lightgrey;
    }


    .registration-left a.dashboard_menu_active span {
        color: var(--main-color);
    }

    .registration-left a.dashboard_menu_active {
        background: var(--main-color);
        color: var(--white-color);
        box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
        -webkit-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
        -moz-box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 9%);
    }

    .registration-left a small {
        font-size: 14px;
        margin-top: 10px;
        display: inline-block;
    }

.select_arrow {
    position: relative;
}

    .select_arrow i {
        position: absolute;
        right: 10px;
        bottom: 17px;
    }

.box-border {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border: 1px solid #130f40;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    color: #212529;
    background: #fff;
}


.Fill-Details {
    padding: 15px 10px;
    background: none;
}

    .Fill-Details .nav-tabs .nav-link {
        color: #202020;
        margin: 0;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 30px;
        font-size: 16px;
        padding: 11px 23px;
        line-height: 1.5;
    }

    .Fill-Details .nav-tabs > .nav-item > .nav-link.active {
        background-color: var(--main-color);
        border-radius: 30px;
        color: #FFFFFF;
        /* box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 30%); */
    }

    .Fill-Details .nav-tabs {
        border-bottom: none;
    }

.arrow-down {
    position: relative;
}

    .arrow-down i {
        position: absolute;
        right: 10px;
        top: 42px;
    }

.box-Foreigner {
    border-radius: 5px;
}

.Foreigner-title {
    padding: 15px;
    background: #dbf2fc;
    border-bottom: 1px solid #d0e4ed;
}

.Foreigner-form {
    padding: 15px;
    background: #fff;
}

.Upload-image {
    border: 2px dotted #9e9e9e;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    align-content: center;
}

    .Upload-image:after {
        content: "";
        background-image: url("../../assets/images/Upload.png");
        background-size: 60px;
        background-position: 20px 10px;
        background-origin: border-box;
        background-repeat: no-repeat;
        width: 100px;
        position: absolute;
        height: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.file-text {
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    display: inline-table;
    position: absolute;
    right: 0;
    left: 40%;
    width: auto;
}

input[type="file"].file-upload-input {
    cursor: pointer;
    opacity: 0;
    height: 150px;
    width: 100%;
}

.user-box {
    padding-left: 45px;
    background: url("/Images/User.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.CountPerson-box {
    padding-left: 45px;
    background: url("/Images/CountPerson.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.location-box {
    padding-left: 45px;
    background: url("/Images/Location.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.nric-box {
    padding-left: 45px;
    background: url("/Images/NRICNo.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.CaseNumber-box {
    padding-left: 45px;
    background: url("/Images/CaseNumber.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.vehical-box {
    padding-left: 45px;
    background: url("/Images/Vehical.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.visit-box {
    padding-left: 45px;
    background: url("/Images/Visit.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.remarks-box {
    padding-left: 45px;
    background: url("/Images/Remarks.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.relationship-box {
    padding-left: 45px;
    background: url("/Images/Relationship.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.user-box1 {
    padding-left: 45px;
    background: url("/Images/file-info-alt.svg") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.country-box {
    padding-left: 45px;
    background: url("../../assets/images/country.svg") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.mail-box {
    padding-left: 45px;
    background: url("/Images/email.png") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.call-box {
    padding-left: 45px;
    background: url("../../assets/images/call.svg") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

.passport-box {
    padding-left: 45px;
    background: url("/Images/passport.svg") no-repeat;
    background-position: 10px 14px;
    background-size: 20px;
}

/* CSS to style the table container and add horizontal scrollbar */
.table-scroll-container {
    width: 100%; /* Set the desired width of the container */
    overflow-x: auto; /* Add horizontal scrollbar when content exceeds container width */
    display: block;
    overflow-x: scroll;
    /* overflow-x: hidden; */
}

    .table-scroll-container::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Handle */
    .table-scroll-container::-webkit-scrollbar-thumb {
        background-color: var(--main-color);
        border-radius: .5rem;
    }

        /* Handle on hover */
        .table-scroll-container::-webkit-scrollbar-thumb:hover {
            background-color: var(--main-color);
            border-radius: .5rem;
          
        }

.table-data .table > :not(:first-child),
.table-data table > :not(caption) > * > * {
    border: 2px solid var(--main-transparent);
}

.table-data table thead tr {
    background: var(--main-transparent);
    border: none;
}

.table-data .table > :not(caption) > * > * {
    padding: 0.8rem 0.8rem;
    vertical-align: middle;
}

.table-data .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgb(234 131 0 / 1%);
}

/* -----------------------------------
            Media Query
------------------------------------ */

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

/* .tablescroll{
    overflow: scroll;
    max-width: 100%;
} */
@media screen and (min-width: 991px) {
    .progress {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .ecch-data {
        margin: 30px 0;
    }

    .ecch-image {
        display: none;
    }

    .tablescroll {
        overflow: scroll;
        max-width: 100%;
    }

    .registration-left ul {
        display: flex;
        justify-content: space-around;
    }

    .registration-left a {
        border: none;
        display: inline-block;
        width: 100%;
        margin: 5px 0;
        padding: 15px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

        .registration-left a.dashboard_menu_active {
            background: none !important;
            color: #000;
            box-shadow: none;
        }

            .registration-left a.dashboard_menu_active span {
                color: white;
                background: #36B2E6;
            }

    .progress-nav {
        position: relative;
        margin-right: 1rem;
        margin-left: 1rem;
    }

        .progress-nav .progress {
            /* position: absolute;
        left: 0;
        top:35%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60%;
        display: flex;
        justify-content: center; */
            height: 2px;
            background: #e0e0e0;
            position: absolute;
            width: 68%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 45px;
            z-index: -1;
        }

    .progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: var(--vz-progress-bar-color);
        text-align: center;
        white-space: nowrap;
        background-color: var(--vz-progress-bar-bg);
        width: 70%;
        align-self: center;
    }

    .nav-logo {
        position: relative;
        top: 0px;
        display: inline-block;
    }

    .notice-board-grid {
        margin-top: 20px;
    }

    .form-search {
        display: inline-block !important;
        width: 100%;
    }

    .search-btn {
        display: inline-block;
    }

    .cancel_booking_form,
    .box_visitor_appointment_booking {
        padding: 30px;
    }

    .Current-appointemnt-details-list p span:nth-child(1) {
        width: 100%;
    }

    .Current-appointemnt-details-list p span {
        display: inline-block;
    }

    .Current-appointemnt-details-list p {
        margin: 10px 0;
    }

    .gender ul li {
        margin-bottom: 10px;
    }

    #HealthConfirmation a.button-style {
        margin: 5px 0;
    }

    section.rcch-area.mtb-120 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 767px) {
    .notice-toggler {
        display: none;
    }
}


@media screen and (max-width: 767px) {

    .toggler {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .notice-toggler {
        padding: 3px 10px;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
        z-index: 10;
        /* margin-top: -20px; */
    }

    .registration-left ul {
        display: flex;
        justify-content: space-around;
    }

    h4 {
        font-size: 13px;
    }

    .Welcome-area {
        padding: 0px 0px 0px 0px;
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 50%;
        overflow: hidden;
        padding: 10px;
    }

    .rcch-area {
        margin: 25px 0px !important;
    }

    .fs_42 {
        font-size: 18px !important;
    }

    .notice-board-grid {
        display: none;
    }
}

@media screen and (max-width: 568px) {

    /* .registration-left ul {
        display: block;
    } */
    .nav-logo img {
        max-height: 50px;
        max-width: 50px;
        margin-top: 0px;
    }

    .questions-ans li {
        margin-bottom: 5px;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }


    .file-text {
        position: relative;
        left: 0;
    }
}

.hiddenLable {
    visibility: hidden;
    color: red;
}

.validate {
    border-color: red;
}

#GeneralVisitorWithoutVehicle_txtContactNo, #GeneralVisitorWithVehicle_txtContactNo, #SResident_txtContactNo, #DResident_txtContactNo {
    /*border: None;*/
    /*padding: 14px 169px;*/
    margin-left: 0px;
    width: 100%;
    height: 50px;
    border: 1px solid #130f40;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
}



#GeneralVisitorWithVehicle_ContactNo {
    /*padding: 14px 236px;*/
    margin-left: 0px;
    width: 100%;
    height: 50px;
    border: 1px solid #130f40;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
}

#GeneralVisitor_Declaration {
    display: none;
}

#Resident_DesignatedPersonDetails, #Resident_SpokePersonDetails {
    display: none;
}

.loading {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 205, 205, 205, 0.4 ) url('../Images/loading.gif') 55% 40% no-repeat;
}
/*#SpokePersonMenu, #DesignatedMenu {
pointer-events:none;
}*/

a {
    cursor: pointer;
}
