
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

html {
    font-size: 14px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.table {
    font-size: 16px !important;
}

td {
    white-space: nowrap;
}

.asterisk {
    color: #DC4C64;
}

.btn-green {
    background-color: #039881 !important;
    box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.5) !important;
}

.btn-cancel {
    color: #039881 !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
}
.btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff;
    border-color: #cccccc !important;
}
.form-control {
    outline: none;
}
.form-control:focus {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border-color: #cccccc !important;
}

.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }


body {
    margin-bottom: 0px;
    font-family: 'Roboto' !important;
    background: rgba(251, 251, 251, var(--mdb--bg-opacity));
}

.container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.logoView {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: #f8f9fa;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.logoRight img {
    cursor: pointer;
}
.custom-select {
    position: relative;
    display: inline-block;
}

.confirmation {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px !important;
}

    .confirmation .form-check-input[type=radio] {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

.search-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }


.addfilter {
    padding: 16px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-bottom: 16px;
}

.filterexport {
    margin: 24px 0;
}
.filterexport .btn {
    width: 12px;
    height: 12px;
    background-color: #039881 !important;
    box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.5) !important;
    padding: 16px;
    border-radius: 50% !important;
    position: relative;
    cursor: pointer;
}
.filterexport .btn .fas {
    position: absolute;
    top: 9px;
    left: 9px;
}
.filterlist {
    width: 12px;
    height: 12px;
    background-color: #039881 !important;
    box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.5) !important;
    padding: 16px;
    border-radius: 50% !important;
    position: relative;
    cursor: pointer;
}
.title.textSize {
    font-size: 2.2rem !important;
}
.navbar {
    height: 80px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

    .navbar > .container {
        max-width: 100%;
    }

.navbar-nav .nav-link {
    color: #666666 !important;
}

.userdropdown {
    margin-right: 20px !important;
    box-shadow: none !important;
    border: 1px solid #333 !important;
    padding: 16px 0 !important;
}

.username {
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px;
}

.menutitle {
    margin: 10px 0 5px;
    text-transform: uppercase;
}

.nameview {
    margin-bottom: 0;
}

.username::after {
    display: none !important;
}

.sideNavigation {
    height: calc(100vh - 80px);
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
}

.menuIcon {
    font-size: 16px !important;
    margin-right: 10px;
    color: #039881;
}

.pad0 {
    padding: 0 !important;
}

.primary-btn-view {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #039881;
    border: none;
    line-height: 42px;
    color: #ffffff;
}

.mainLayout {
    display: flex;
    align-items: flex-start;
}

.navMenuLeft {
    width: 15%;
    height: 100vh;
}

.innerPage {
    width: 85%;
}

.innerPage1 {
    width: 100%;
    padding: 6em 16px;
    height: calc(100vh - 75px);
}

.innerPage2 {
    width: 100%;
    padding: 1em 0 0 0;
}

.innerPage3 {
    width: 100%;
    padding: 6em 16px;
    height: calc(100vh - 100px);
}

.filtertableScroll {
    height: auto !important;
}

.tableYscroll {
    max-height: calc(100vh - 280px);
}

.formYscroll {
    overflow-y: scroll;
    max-height: calc(100vh - 280px);
    scroll-behavior: smooth;
}
.excelbtn {
    position: relative;
    width:30px;
    height:30px
}
.excelIocn {
    position: absolute;
    top: 15px;
    left: 8px;
    color: #ffffff;
    padding-top: 5px;
}
    .excelIocn .fas {
        top: 15px;
        left: 8px;
        color: #ffffff;
    }
    .tablepad {
    padding-top: 16px;
}

.pageLayout {
    /* height: calc(100vh - 278px);*/
    border-radius: 4px;
    margin: 0;
    padding: 16px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCCCCC;
    /*   box-shadow: 0 .10rem 1.10rem 0 rgba(58, 59, 69, .2) !important;*/
}

.pageLayout2 {
    padding: 0 !important;
}

.pageLayouttable {
    padding: 16px;
}

.pageLayoutAuto {
    height: auto !important;
    padding: 16px 16px 0 0 16px !important;
}

.formLayout {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.topFilter {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCCCCC;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 16px;
}
/*.topFilter .formblock {
    display: flex;
    align-items: center;
}*/
.topFilter .filters {
    display: flex;
    align-items: center;
    gap: 15px;
}
.centerFormHeight1 {
    overflow-y: scroll;
    height: calc(100vh - 350px);
}

.appoinmentScroll {
    height: calc(100vh - 450px);
    overflow-y: scroll;
    overflow-x:hidden;
    padding:0 16px;
}

.formCenter {
    margin: 0 auto;
    padding: 0;
}

.formRight {
    text-align: right;
    padding: 5px 16px;
}

.formfooterright {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
/*.formLeft {
    display:flex;
    align-items:flex-start;
    gap: 15px;
}*/
.formlineheight {
    line-height: 48px;
}

.formBlock {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px;
}

.formblock1 {
    display: flex;
    margin-bottom: 16px;
}

.formInputblock {
    display: flex;
    width: 100%;
    gap: 5px;
}

.formInputflex {
    display: block;
    width: 100%
}

.mobileInputFlex {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.formWidth {
    width: 100%
}

.formbtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.idbtm {
    margin-bottom: 5px;
}

.hostscroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 430px);
}

.title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 2px 9px 17px 0;
    width: 100%;
    padding: 24px 0 16px 16px;
    border-radius: 4px;
    background-color: #ebedec;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 15px;
}
.title .addIcon {
   width: 12px;
   height: 12px;
   background-color: #039881 !important;
   box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.5) !important;
   padding: 16px;
   border-radius: 50%;
   position:relative;
   cursor: pointer;
}
.title .addIcon .fas{
  color: #ffffff;
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 1.6rem;
}
.title .addIcon1 .fas{
  color: #ffffff;
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    font-size: 1rem !important;
}
.borderRound {
    border-radius: 50% !important;
    padding: 14px !important;
}
.borderRound .fas {
    position: absolute;
    top: 6px;
    left: 6px;
}
.removeRow {
    border-radius: 50% !important;
    padding: 8px 12px !important;
}
/*.formblock {
    display: flex;
    align-items: center;
    gap: 15px;
}*/
.form-label {
    white-space: nowrap;
    width: 175px;
    color: #000000 !important;
    font-weight: 500 !important;
 
}
.form-select {
  font-size: 14px !important;
}
.form-label-form {
    width: 27rem;
}
.form-label-lunch {
    width: 9rem;
}
.inputHeight {
    height: 44px !important;
    line-height: 44px !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #CCCCCC !important;
}
.bootstrap-select > .dropdown-toggle {
    height: 44px !important;

}
:not(.btn-check) + .btn-group > .btn:hover, .btn-group > .btn:first-child:hover, .btn-group > .btn:focus-visible, .btn-group > .btn:hover {
    background-color: #ffffff;
    box-shadow: none !important;
    border: 1px solid #CCCCCC !important;
}
.open > .dropdown-toggle.btn-default:hover {
    background-color: #ffffff;
    box-shadow: none !important;
    border: 1px solid #CCCCCC !important;
}
.titleHost {
    font-size:2.2rem !important;
}
.containerhost {
    width: 100% !important;
}
.inputHeightRadius {
    height: 44px;
    line-height: 44px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #CCCCCC !important;
}

.textareaHeight {
    height: 150px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #CCCCCC !important;
}

.textareainputHeight1 {
    height: 44px;
    line-height: 44px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #CCCCCC !important;
}

.justification {
    display: flex;
}

.inputwidth80 {
    width: 80%
}

.colorpicker {
    width: 20%;
}

.color-picker {
    margin: 0;
}

.colorinput {
    width: 100%;
    height: 45px;
    padding: 0;
    border: none;
    margin-top: 6px;
}

.color-picker-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.color-code-input {
    margin-left: 10px;
    width: 100px;
}

.color-preview {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

.tablecolorpicker {
    display: flex;
    align-items: center;
    width: 250px;
}

.colortableinput {
    width: 80px !important;
    height: 37px !important;
}
.tableColorpick {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
}

.inputFlex {
    display: flex;
    align-items: center;
    width: 100%;
}

.uploadview {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.userUploadimg {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0;
    background-image: url(/images/undraw_profile.svg);
    background-repeat: no-repeat;
}

.userUploadimg video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.userImageview {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.userImageview1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.uploadbtnvisible {
    opacity: 0;
    z-index: 999;
    height: 50px;
}

.uploadtableview {
    display: flex;
    align-items: center;
}

.uploadtableview1 {
    display: flex;
    align-items: center;
    position: relative;
}

.userUploadimg1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    position: absolute;
    top: -3px;
}

.footer {
    background-color: var(--white-color);
    height: 72px;
    text-align: center;
    line-height: 72px;
}



/*aside Navigation bar*/

.side-bar {
    /* background: #039881;*/
    background: #512D6D;
    backdrop-filter: blur(15px);
    width: auto;
    height: calc(100vh - 75px);
    /*  position: fixed;*/
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    scroll-behavior: smooth;
}

    .side-bar::-webkit-scrollbar {
        width: 0px;
    }



    .side-bar.active {
        left: 0;
    }

h1 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;
}

.side-bar .menu {
    width: 100%;
    margin-top: 30px;
}

    .side-bar .menu .item {
        position: relative;
        cursor: pointer;
    }

        .side-bar .menu .item a {
            color: #ffffff;
            font-size: 15px;
            text-decoration: none;
            display: block;
            padding: 0 0 0 16px;
            line-height: 60px;
        }

            .side-bar .menu .item a:hover {
                background: transparent;
                transition: 0.3s ease;
            }

        .side-bar .menu .item i {
            width: 30px;
        }

        .side-bar .menu .item a .dropdown {
            position: absolute;
            right: 0;
            margin: 23px 20px 0 0;
            transition: 0.3s ease;
        }

        .side-bar .menu .item .sub-menu {
            background: transparent;
            display: none;
        }

            .side-bar .menu .item .sub-menu a {
                padding-left: 45px;
            }

.rotate {
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #fff;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
}

.menu-btn {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 35px;
    margin: 25px;
    cursor: pointer;
}

.main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

    .main h1 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 60px;
        text-align: center;
        line-height: 80px;
    }

@media (max-width: 900px) {
    .main h1 {
        font-size: 40px;
        line-height: 60px;
    }
}

/*Table*/
.table > thead > tr > th {
    padding: 8px 16px !important;
}
.table th {
    overflow-y: hidden;
    /*width: 100%;*/
    white-space: nowrap;
}
tr {
    border-style: solid !important;
    border-color: #cccccc !important;
}
.table > thead > tr > th {
    border-bottom: 1px solid #ddd !important;
}
.table > tbody > tr > td {
    padding: 20px 16px !important;
}
.table td .userPhoto {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-flex;
}
    .table td .userPhoto img {
        width: 100%;
        border-radius: 50%;
    }
.tablescroll {
    overflow-y: scroll;
    width: 100%;
    scroll-behavior: smooth;
}

.masterScroll {
    max-height: calc(100vh - 500px);
    overflow-y: scroll;
}

.tablescrollX {
    overflow-x: scroll;
    width: 100%;
    display: block;
    scroll-behavior: smooth;
    margin-bottom: 0 !important;
    height: calc(100vh - 430px);
}
.allreportscrollX {
    overflow-x: scroll;
    width: 100%;
    display: block;
    scroll-behavior: smooth;
    margin-bottom: 0 !important;
    /*height: calc(100vh - 520px);*/
}
.tablescrollDashboard {
    margin-bottom: 0 !important;
}

.tableHeader {
    white-space: nowrap;
    padding: 0 16px 0 0;
    margin-bottom: 0;
}

.tableuserphoto {
    width: 40px;
    height: 40px;
}

.tableflex {
    display: flex !important;
    align-items: baseline;
    gap: 5px;
}

.tablefooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px;
}

.transtableinput {
    width: 180px !important;
    min-width: 180px !important;
}

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*, ::before, ::after {
    box-sizing: border-box
}

/*body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}*/

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: #ffffff;
    z-index: var(--z-fixed);
    transition: .5s;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

    .header_img img {
        width: 40px
    }

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    /*width: var(--nav-width);*/
    width: 250px;
    height: 100vh;
    background-color: transparent;
    padding: .5rem 1rem 0 0;
    /*   transition: .5s;*/
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo, .nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: 0;
}

.nav_logo {
    margin-bottom: 0;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700;
    font-size: 1em;
    width: 200px;
}

.nav_logo-image {
    width: 190px;
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

    .nav_link:hover {
        color: var(--white-color)
    }

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.bx {
    display: none !important;
}

.body-pd {
    /*padding-left: calc(var(--nav-width) + 1rem)*/
    padding-left: calc(var(--nav-width) + 188px);
}

.active {
    color: var(--white-color)
}

    .active::before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 32px;
        background-color: transparent;
    }

.height-100 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        /* padding-left: calc(var(--nav-width) + 0rem)*/
        /*  padding-left: calc(var(--nav-width) + 180px);*/
    }

    .header {
        /* height: calc(var(--header-height) + 1rem);*/
        /*padding: 0 2rem 0 calc(var(--nav-width) + 1rem)*/
        height: 75px;
        padding: 0 2rem 0 calc(var(--nav-width) + 12rem);
    }

    .header_img {
        width: 40px;
        height: 40px
    }

        .header_img img {
            width: 36px;
            height: 36px;
            margin: 4px;
        }

    .l-navbar {
        left: 0;
        padding: 0;
        width: 200px;
    }

    .show {
        /*width: calc(var(--nav-width) + 156px);*/
        width: 250px;
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}


/*Dashboard*/
.DashboardLayout {
    padding: 16px;
    margin-top: 5em;
}

    .DashboardLayout .page .dashboardTitle {
        color: #000000;
        font-size: 1.4rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .DashboardLayout .page .dashboardTitle1 {
        margin-bottom: 1rem;
    }


    .DashboardLayout .page {
        border-radius: 4px;
        height: 100%;
        padding: 0 16px;
        padding-left: calc(var(--nav-width) + 130px);
    }

    .DashboardLayout .page .visitorBox {
        padding: 16px;
        width: 25%;
    }

        .DashboardLayout .page .visitorBox .visiterInfo {
            padding: 16px 16px 0 16px;
            border-radius: 4px;
            border: 1px solid transparent;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
        }

        .DashboardLayout .page .visitorBox .visiterInfoHover1:hover {
            border: 1px solid rgba(102,88,221);
            box-shadow: 0px 0px 6px rgba(102, 88, 221, 0.4) !important;
        }
        .DashboardLayout .page .visitorBox .visiterInfoHover2:hover {
            border: 1px solid rgba(26,188,156);
            box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.4) !important;
        }
        .DashboardLayout .page .visitorBox .visiterInfoHover3:hover {
            border: 1px solid rgba(67,191,229);
            box-shadow: 0px 0px 6px rgba(67, 191, 229, 0.4) !important;
        }
        .DashboardLayout .page .visitorBox .visiterInfoHover4:hover {
            border: 1px solid rgba(247,184,75);
            box-shadow: 0px 0px 6px rgba(247, 184, 75, 0.4) !important;
        }
        .DashboardLayout .page .visitorBox .visiterInfoHover5:hover {
            border: 1px solid rgba(26,188,156);
            box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.4) !important;
        }
        .DashboardLayout .page .visitorBox .visiterInfoHover6:hover {
            border: 1px solid rgba(241, 85, 108);
            box-shadow: 0px 0px 6px rgba(241, 85, 108, 0.4) !important;
        }
        .DashboardLayout .page .locationFlex {
            display: flex;
            align-items: center;
            gap: 10px;
        }

@media (max-width: 1400px) {
    .tablescrollDashboard {
        display: block;
        overflow-x: scroll;
        width: 100%;
        scroll-behavior: smooth;
        margin-bottom: 0 !important;
    }
}
    @media (max-width: 1200px) {

        .DashboardLayout .page .visitorBox {
            padding: 16px;
            width: 33%;
        }

        .visiterInfo .visitorText h5 {
            font-size: 0.9em;
        }

        .loginContainer {
            background-position-x: 82%;
        }
    }

    @media screen and (max-width: 769px) {
        .DashboardLayout .page {
            padding-left: 16px;
        }

            .DashboardLayout .page .visitorBox {
                padding: 16px;
                width: 100%;
            }

        .commonFormPage {
            padding-left: 16px !important;
        }
    }


    .visiterInfo .iconBg {
        width: 56px;
        height: 56px;
        background-color: rgba(102,88,221,0.1);
        border: 1px solid rgba(102,88,221);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .visiterInfo .iconBg.iconBg2 {
            background-color: rgba(26,188,156,0.1);
            border: 1px solid rgba(26,188,156);
        }

        .visiterInfo .iconBg.iconBg3 {
            background-color: rgba(67,191,229,0.1);
            border: 1px solid rgba(67,191,229);
        }

        .visiterInfo .iconBg.iconBg4 {
            background-color: rgba(247,184,75,0.1);
            border: 1px solid rgba(247,184,75);
        }

        .visiterInfo .iconBg.iconBg5 {
            background-color: rgba(241, 85, 108, 0.1);
            border: 1px solid rgba(241, 85, 108);
        }

    .visiterInfo .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .visiterInfo .top .visitorText {
            text-align: right;
            max-width: 150px;
        }

    .visiterInfo .iconBg .fas {
        font-size: 24px;
    }

    .visiterInfo .iconBg .fas {
        color: rgba(102,88,221);
    }

    .visiterInfo .iconBg.iconBg2 .fas {
        color: rgba(26,188,156);
    }

    .visiterInfo .iconBg.iconBg3 .fas {
        color: rgba(67,191,229);
    }

    .visiterInfo .iconBg.iconBg4 .fas {
        color: rgba(247,184,75);
    }

    .visiterInfo .iconBg.iconBg5 .fas {
        color: rgba(241, 85, 108);
    }

    .visiterInfo .iconBg.iconBg6 .fas {
        color: rgba(241, 85, 108);
    }

    .visiterInfo .visitorText p {
        margin-bottom: 2px;
        font-size: 0.8em;
    }

    .visiterInfo .visitorText h5 {
        margin-bottom: 0;
        font-size: 1em;
        text-transform: uppercase;
    }

    @media (max-width: 1300px) {
        .visiterInfo .visitorText h5 {
            font-size: 0.9em;
        }
    }

    .visiterInfo .visitorText h5.textPurple {
        color: rgba(102,88,221);
    }

    .visiterInfo .visitorText h5.textGreen {
        color: rgba(26,188,156);
    }

    .visiterInfo .visitorText h5.textLightBlue {
        color: rgba(67,191,229);
    }

    .visiterInfo .visitorText h5.textOrange {
        color: rgba(247,184,75);
    }

    .visiterInfo .visitorText h5.textRed {
        color: rgba(241, 85, 108);
    }

    .visiterInfo .bottom {
        text-align: left;
        padding: 16px 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .visiterInfo .bottom h2 {
            font-size: 2.6rem;
            margin-bottom: 0;
            font-family: 'Roboto' !important;
            font-weight: bold;
            color: #343a40;
            padding: 0 15px;
        }

        .visiterInfo .bottom .visitorBoxImg img {
            width: 48px;
            height: 48px;
        }

    .dashboardTable {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        margin: 48px 16px;
        width: 98% !important;
        padding: 16px;
    }

        .dashboardTable .searchBar {
            text-align: right;
        }

        .dashboardTable .form-control {
            z-index: 99;
            position: absolute;
            width: 200px;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
            border: 1px solid #CCCCCC;
        }

        .dashboardTable .searchBar .input-group {
            justify-content: flex-end;
        }

        .dashboardTable .searchBar .form-outline {
            text-align: right;
            max-width: 200px;
        }

            .dashboardTable .searchBar .form-outline .form-control {
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
                border: 1px solid #CCCCCC;
            }

        .dashboardTable .table tbody tr .action span {
            padding: 0 12px 0 0;
            cursor: pointer;
            font-size: 16px;
        }

            .dashboardTable .table tbody tr .action span .far {
                font-size: 16px;
            }

        .dashboardTable .table tbody tr {
            border: 1px solid #cccccc;
        }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 2rem;
    }

        .dataTables_wrapper .dataTables_filter input {
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
            border: 1px solid #CCCCCC;
        }

    table.dataTable tbody td {
        padding: 20px 16px !important;
    }

        table.dataTable tbody td .bg-success {
            border: 1px solid rgba(26,188,156);
            box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.4) !important;
            background-color: rgba(26,188,156) !important;
            padding: 8px;
        }

        table.dataTable tbody td .bg-warning {
            border: 1px solid rgba(228,161,27);
            box-shadow: 0px 0px 6px rgba(228, 161, 27, 0.4)!important;
            background-color: rgba(228,161,27) !important;
            padding: 8px;
        }

        table.dataTable tbody td.tableAction {
            display: flex;
            justify-content: flex-start;
            gap: 15px;
            padding: 20px 0 30px 0 !important;
        }

            table.dataTable tbody td.tableAction a {
                font-size: 18px;
            }

                table.dataTable tbody td.tableAction a .far {
                    font-size: 18px;
                    border-radius: 50%;
                }

                table.dataTable tbody td.tableAction a .fa-circle-check {
                    color: rgba(26,188,156);
                    box-shadow: 0px 0px 6px rgba(26, 188, 156, 0.2) !important;
                }

                table.dataTable tbody td.tableAction a .fa-eye {
                    color: rgba(67,191,229);
                    box-shadow: 0px 0px 6px rgba(67, 191, 229, 0.2) !important;
                }

                table.dataTable tbody td.tableAction a .fa-arrow-right-from-bracket {
                    color: rgba(241, 85, 108);
                  /*  box-shadow: 0px 0px 6px rgba(241, 85, 108, 0.4) !important;*/
                }

    table.dataTable tbody tr {
        border: 1px solid #ccc;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 16px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: transparent !important;
        padding: 0px 8px !important;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #039881 !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #ffffff !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        background: transparent !important;
        padding: 0px 8px;
        border: 1px solid #039881 !important;
        color: #039881 !important;
    }
    .dataTables_wrapper .dataTables_info {
    padding-left: 10px;
    }

    table.dataTable thead th {
        border-bottom: 1px solid #cccccc !important;
    }

    .tableDescrition p {
        white-space: normal !important;
        margin: 0;
    }

    .chartTable {
        display: flex;
        gap: 16px;
        width: 98.8% !important;
        margin-bottom: 48px;
    }

    .chartTable2 {
        width: 100% !important;
    }

    .chartTable .chartColumn {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 16px;
    }

        .chartTable .chartColumn .ChartView {
            border-radius: 4px;
            padding: 16px;
            width: 350px;
            height: 350px;
            margin: 0 auto;
        }

        .chartTable .chartColumn .ChartView1 {
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
            border: 1px solid #CCCCCC;
            border-radius: 4px;
            padding: 16px;
        }

    #dataTable {
        border: none;
        margin: 1rem 0;
    }
    /*gate pass*/
    .pagegatepass {
        padding-left: 0 !important;
    }

    .gatePassLayout {
        padding: 16px;
        margin-top: 5em;
        width: 100%;
        margin: 0 auto;
        max-width: 800PX;
        height: calc(100vh - 60px);
    }

        .gatePassLayout .page .dashboardTitle {
            color: #000000;
            font-size: 1.4rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 16px;
            text-align: center;
        }

        .gatePassLayout .codeView {
            display: flex;
            margin-bottom: 0;
            justify-content: center;
        }

            .gatePassLayout .codeView .formWidth {
                width: auto;
                text-align: center;
                background-color: rgba(26, 188, 156, 0);
                border: 1px solid rgba(26, 188, 156);
                border-radius: 4px;
                padding: 4px 16px;
                line-height: 30px;
                color: rgba(26, 188, 156) !important;
                font-size: 1.4rem;
            }

        .gatePassLayout .gateView {
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
            border: 1px solid #CCCCCC;
            border-radius: 16px;
            padding: 24px 24px 0 24px;
            /*  background-color: #ffffff;*/
            margin-top: 2em;
            background-image: url('../images/gate.png');
            background-repeat: no-repeat;
            background-position-x: 15%;
            background-position-y: 0;
        }

        .gatePassLayout .gatePassForm {
            margin-bottom: 0;
        }

            .gatePassLayout .gatePassForm .getForm .form-label {
                width: 88px !important;
            }

        .gatePassLayout .printbtn {
            text-align: right;
            padding: 24px 0 0;
            width: 100%;
        }

        .gatePassLayout .page {
            border-radius: 4px;
            height: 100%;
            padding: 0 16px;
        }

        .gatePassLayout .getImg {
            border-radius: 4px;
            padding: 24px 0;
        }

        .gatePassLayout .getFormview {
            /*   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 16px 24px;
        background-color: #ffffff;*/
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
        }
        /*
    .gatePassLayout .getForm {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 16px;
        background-color: #ffffff;
    }*/

        .gatePassLayout .getForm .formView {
            display: flex;
            width: 100%;
            margin: 16px 0;
        }

        .gatePassLayout .getForm .personImg {
            width: 100%;
            height: 80px;
            border-radius: 5px;
            text-align: center;
            padding: 0;
            /*    background-image: url(/images/img.jpg);*/
            background-repeat: no-repeat;
        }

        .gatePassLayout .getImg .personImg {
            max-width: 80px;
            margin: 0 auto;
        }

            .gatePassLayout .getImg .personImg Img {
                width: 100%;
                border-radius: 4px;
            }

    .btmImg img {
        width: 100%;
    }

    .commonFormPage {
        padding-left: calc(var(--nav-width) + 130px) !important;
    }

    @media screen and (max-width: 769px) {
        .commonFormPage {
            padding-left: 16px !important;
        }
    }

    /*LoginForm*/
    .loginSection {
        margin: 0;
    }

    .loginAlert {
        position: absolute !important;
        max-width: 300px;
        margin: 2rem auto 0;
        margin-bottom: 2rem;
        text-align: center;
        height: 50px;
        line-height: 12px;
    }

.loginContainer {
    width: 100%;
    height: calc(95vh - 65px);
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url(../images/gate3.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 95%;
}

.LoginForm {
    background: #ffffff;
    background-image: url('../images/gate1.png');
    width: 500px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.1);
}

        .LoginForm .loginLogo {
            max-width: 175px;
            margin: 0 auto 1rem auto;
        }

            .LoginForm .loginLogo img {
                width: 100%;
            }

        .LoginForm h2 {
            font-size: 1.5rem;
            color: #000000;
            font-weight: 700;
            margin-bottom: 3rem;
            text-align: center;
        }

        .LoginForm .loginFormInput {
            width: auto;
            text-align: left;
        }

            .LoginForm .loginFormInput label {
                width: auto;
                text-align: left;
                font-weight: 500;
                font-size: 18px;
            }

            .LoginForm .loginFormInput input {
                position: relative;
                flex: 1 1 auto;
                width: 100%;
                margin: 8px 0 30px;
                /*        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);*/
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                display: block;
                border-radius: 30px;
                height: 44px !important;
                padding: 0 12px;
                border: 1px solid hsla(216, 33%, 97%, 1);
                background-color: hsla(216, 33%, 97%, 1);
                text-indent: 30px;
            }

                .LoginForm .loginFormInput input:active {
                    border: 1px solid #039881;
                }

                .LoginForm .loginFormInput input:focus-visible {
                    outline: 1px solid #039881;
                }

        .LoginForm .loginFormBtn {
            margin-top: 2rem;
            text-align: center;
        }

            .LoginForm .loginFormBtn button {
                width: 30%;
                border-radius: 25px;
                height: 42px;
                background-color: #039881;
                box-shadow: 0px 3px 4px rgba(3, 152, 129, 0.3);
                font-size: 16px;
           
            }

                .LoginForm .loginFormBtn button:hover {
                    box-shadow: 0px 3px 4px rgba(3, 152, 129, 0.5);
                }

        .LoginForm .loginiconuse {
            position: relative;
        }

        .LoginForm .loginicon {
            position: absolute;
            top: 12px;
            left: 16px;
        }

        .LoginForm .loginicon {
            .notification {
    width: 100%;
    max-width: 213px;
    margin:0 auto;
}

.form-check-label{
    margin-right: 18px;
}

/* Scrollbar*/

.tablescrollX::-webkit-scrollbar {
    width: 3px;
}

.tablescrollX::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tablescrollX::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 15px;
}

.tablescrollX::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.centerFormHeight {
    overflow-y: scroll;
    height: calc(100vh - 100px);
}