table td {
    word-break: break-all !important;
    max-width: 200px;
    white-space: normal !important;
}
.edit,
.delete {
    background-color: #fff;
    min-width: 30px !important;
    height: 35px;
    padding: 4px;
    width: 35px !important;
    vertical-align: middle;
    font-size: 17px !important;
}
.edit i {
    color: #0eb70c;
}

.edit {
    border: 1px solid #0eb70d;
}

.edit:hover {
    background: #0eb70c;
}

.edit:hover i {
    color: #fff;
}
.delete {
    border: 1px solid #d91212;
}
.delete i {
    color: #d91212;
}
.delete:hover {
    background: #d91212;
}

.delete:hover i {
    color: #d91212;
}

/* VV New*/
.right-icon {
    position: relative;
}

.right-icon button {
    position: absolute;
    right: 0;
    top: 0;
}
.Currentlogo img {
    max-width: 140px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 12px #d3d3d3;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
@media screen and (max-width: 992px) {
    .customlogin-content {
        padding: 3rem 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .header-brand img {
        max-height: 44px !important;
    }
    .tabs-menu1 ul.nav.panel-tabs li {
        display: inline-block;
        width: auto;
        margin-bottom: 0 !important;
        margin-right: 1px !important;
    }
    .tabs-menu1 ul.nav.panel-tabs li a {
        padding: 10px;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .page-header.d-xl-flex.d-block {
        margin: 0;
    }

    div#Organzations {
        position: relative;
    }

    .app .app-sidebar {
        margin-top: 67px;
    }
    .responsive-navbar.navbar .navbar-collapse {
        top: 67px;
    }

    /*Location page*/

    /* .card-body h4 { */
        /* display: inline-block; */
        /* float: left; */
    /* } */

    table#location_table thead {
        display: none;
    }

    #location_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #location_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #location_table tbody {
        width: 100%;
        display: block;
        float: left;
    }
    #location_table tbody,
    #location_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #location_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #location_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #location_table tbody tr td:nth-child(1):before {
        content: "Sl.No";
    }
    #location_table tbody tr td:nth-child(2):before {
        content: "Location";
    }
    #location_table tbody tr td:nth-child(3):before {
        content: "Contact Person";
    }
    #location_table tbody tr td:nth-child(4):before {
        content: "Contact Number";
    }
    #location_table tbody tr td:nth-child(5):before {
        content: "Email-ID";
    }
    #location_table tbody tr td:nth-child(6):before {
        content: "Address";
    }
    #location_table tbody tr td:nth-child(7) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }


    table#location_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #location_table tbody tr td:nth-child(7) button {
        border: 0;
        background: none;
        padding: 0;
        /* height: 31px; */
        /* max-width: 20px !important; */
        min-width: 20px !important;
        color: #fff !important;
    }

    #location_table tbody tr,
    #location_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
    }

    #location_table tbody {
        border: 0 !important;
    }

    #location_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #location_table tbody tr td:nth-child(7) button * {
        color: #fff;
    }

    /*department page*/


    table#department-table thead {
        display: none;
    }

    #department-table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #department-table tbody tr td {
        display: block;
        /* width: 100%; */
        float: left;
        position: relative !important;
        /* min-width: 100%; */
    }

    #department-table tbody {
        width: 100%;
        display: block;
        float: left;
    }
    #department-table tbody,
    #department-table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #department-table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        display: flex;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
        flex-wrap: wrap;
    }

    #department-table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #department-table tbody tr td:nth-child(1):before {
        content: "Sl.No";
    }
    #department-table tbody tr td:nth-child(2):before {
        content: "Department Name";
    }
    #department-table tbody tr td:nth-child(3):before {
        content: "Manager Name";
    }
    #department-table tbody tr td:nth-child(4):before {
        content: "Team Member";
    }
    #department-table tbody tr td:nth-child(5) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#department-table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #department-table tbody tr td:nth-child(5) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #department-table tbody tr,
    #department-table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
    }

    #department-table tbody {
        border: 0 !important;
    }

    #department-table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #department-table tbody tr td:nth-child(5) button * {
        color: #fff;
    }


    /*manage biometric device page*/


    table#datatable thead {
        display: none;
    }

    #datatable tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #datatable tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #datatable tbody {
        width: 100%;
        display: block;
        float: left;
    }
    #datatable tbody,
    #datatable body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #datatable tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
        min-inline-size: fit-content;
    }

    #datatable tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #datatable tbody tr td:nth-child(1):before {
        content: "Service Tag ID";
    }
    #datatable tbody tr td:nth-child(2):before {
        content: "Biometric Name";
    }
    #datatable tbody tr td:nth-child(3):before {
        content: "Auth Token";
    }
    #datatable tbody tr td:nth-child(4):before {
        content: "Security Key";
    }
    #datatable tbody tr td:nth-child(5):before {
        content: "Location";
    }
    #datatable tbody tr td:nth-child(6):before {
        content: "Details";
    }

    #datatable tbody tr td:nth-child(7) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#datatable {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #datatable tbody tr td:nth-child(7) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #datatable tbody tr,
    #datatable tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
    }

    #datatable tbody {
        border: 0 !important;
    }

    #datatable tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #datatable tbody tr td:nth-child(7) button * {
        color: #fff;
    }

    /*Asset Management mapping page*/

    table#manage_assets_table thead {
        display: none;
    }

    #manage_assets_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #manage_assets_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #manage_assets_table tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #manage_assets_table tbody,
    #manage_assets_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #manage_assets_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #manage_assets_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #manage_assets_table tbody tr td:nth-child(1):before {
        content: "S.No";
    }
    #manage_assets_table tbody tr td:nth-child(2):before {
        content: "Asset Name";
    }
    #manage_assets_table tbody tr td:nth-child(3):before {
        content: "Description";
    }
    #manage_assets_table tbody tr td:nth-child(4):before {
        content: "tag Id";
    }

    #manage_assets_table tbody tr td:nth-child(5) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#manage_assets_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #manage_assets_table tbody tr td:nth-child(5) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #manage_assets_table tbody tr,
    #manage_assets_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #manage_assets_table tbody {
        border: 0 !important;
    }

    #manage_assets_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #manage_assets_table tbody tr td:nth-child(5) button * {
        color: #fff;
    }

     /*Asset management*/

      /*Asset Reader Management mapping page*/

    table#asset_machine_table thead {
        display: none;
    }

    #asset_machine_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #asset_machine_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #asset_machine_table tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #asset_machine_table tbody,
    #asset_machine_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #asset_machine_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #asset_machine_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #asset_machine_table tbody tr td:nth-child(1):before {
        content: "S.No";
    }
    #asset_machine_table tbody tr td:nth-child(2):before {
        content: "Label Name";
    }
    #asset_machine_table tbody tr td:nth-child(3):before {
        content: "Service Tag ID";
    }
    #asset_machine_table tbody tr td:nth-child(4):before {
        content: "Reader";
    }
    #asset_machine_table tbody tr td:nth-child(5):before {
        content: "Location";
    }
    #asset_machine_table tbody tr td:nth-child(6):before {
        content: "Direction";
    }

    #asset_machine_table tbody tr td:nth-child(7) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#asset_machine_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #asset_machine_table tbody tr td:nth-child(7) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #asset_machine_table tbody tr,
    #asset_machine_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #asset_machine_table tbody {
        border: 0 !important;
    }

    #asset_machine_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #asset_machine_table tbody tr td:nth-child(7) button * {
        color: #fff;
    }

     /*Asset Reader management*/

     /*Entrance management*/

    table#manage_entrance_table thead {
        display: none;
    }

    #manage_entrance_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #manage_entrance_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #manage_entrance_table tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #manage_entrance_table tbody,
    #manage_entrance_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #manage_entrance_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #manage_entrance_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #manage_entrance_table tbody tr td:nth-child(1):before {
        content: "S.No";
    }
    #manage_entrance_table tbody tr td:nth-child(2):before {
        content: "Label";
    }
    #manage_entrance_table tbody tr td:nth-child(3):before {
        content: "In Facing";
    }
    #manage_entrance_table tbody tr td:nth-child(4):before {
        content: "Out Facing";
    }
    #manage_entrance_table tbody tr td:nth-child(5):before {
        content: "Delay";
    }

    #manage_entrance_table tbody tr td:nth-child(6) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#manage_entrance_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #manage_entrance_table tbody tr td:nth-child(6) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #manage_entrance_table tbody tr,
    #manage_entrance_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #manage_entrance_table tbody {
        border: 0 !important;
    }

    #manage_entrance_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #manage_entrance_table tbody tr td:nth-child(6) button * {
        color: #fff;
    }

     /*Entrance management*/

      /*Asset Mapping*/

    table#biometric_asset_mapping_table thead {
        display: none;
    }

    #biometric_asset_mapping_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #biometric_asset_mapping_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #biometric_asset_mapping_table tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #biometric_asset_mapping_table tbody,
    #biometric_asset_mapping_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #biometric_asset_mapping_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #biometric_asset_mapping_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #biometric_asset_mapping_table tbody tr td:nth-child(1):before {
        content: "S.No";
    }
    #biometric_asset_mapping_table tbody tr td:nth-child(2):before {
        content: "Asset";
    }
    #biometric_asset_mapping_table tbody tr td:nth-child(3):before {
        content: "Biometric";
    }
    #biometric_asset_mapping_table tbody tr td:nth-child(4):before {
        content: "RFID Tag ID";
    }

    #biometric_asset_mapping_table tbody tr td:nth-child(5) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#biometric_asset_mapping_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #biometric_asset_mapping_table tbody tr td:nth-child(5) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #biometric_asset_mapping_table tbody tr,
    #biometric_asset_mapping_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #biometric_asset_mapping_table tbody {
        border: 0 !important;
    }

    #biometric_asset_mapping_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #biometric_asset_mapping_table tbody tr td:nth-child(5) button * {
        color: #fff;
    }

     /*Asset Mapping*/

     /*biometric user mapping page*/


     table#biometric_table thead {
        display: none;
    }

    #biometric_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #biometric_table tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #biometric_table tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #biometric_table tbody,
    #biometric_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #biometric_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #biometric_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #biometric_table tbody tr td:nth-child(1):before {
        content: "Employee";
    }
    #biometric_table tbody tr td:nth-child(2):before {
        content: "Biometric";
    }
    #biometric_table tbody tr td:nth-child(3):before {
        content: "Work Model";
    }

    #biometric_table tbody tr td:nth-child(4) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#biometric_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #biometric_table tbody tr td:nth-child(4) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #biometric_table tbody tr,
    #biometric_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #biometric_table tbody {
        border: 0 !important;
    }

    #biometric_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #biometric_table tbody tr td:nth-child(4) button * {
        color: #fff;
    }

     /*Visitorpage*/

     table#visitors thead {
        display: none;
    }

    #visitors tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #visitors tbody tr td {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }

    #visitors tbody {
        /* height: 100px; */
        width: 100%;
        display: block;
        float: left;
    }
    #visitors tbody,
    #visitors body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #visitors tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
    }

    #visitors tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #visitors tbody tr td:nth-child(1):before {
        content: "Photo";
    }
    #visitors tbody tr td:nth-child(2):before {
        content: "Visitor_id";
    }
    #visitors tbody tr td:nth-child(3):before {
        content: "Name";
    }
    #visitors tbody tr td:nth-child(4):before {
        content: "Contact";
    }
    #visitors tbody tr td:nth-child(5):before {
        content: "Host";
    }
    #visitors tbody tr td:nth-child(6):before {
        content: "Address";
    }
    #visitors tbody tr td:nth-child(7):before {
        content: "Type";
    }

    .visitor-approve-button{
        display: none !important;
        visibility: hidden !important;
    }

    #visitors tbody tr td:nth-child(8) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#visitors {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #visitors tbody tr td:nth-child(8) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #visitors tbody tr,
    #visitors tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
        padding: 15px;
    }

    #visitors tbody {
        border: 0 !important;
    }

    #visitors tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #visitors tbody tr td:nth-child(1) img {
        border: 0 !important;
        box-shadow: none !important;

        width:95px;
        height:95px;
    }


    #visitors tbody tr td:nth-child(8) button * {
        color: #fff;
    }

    /*user model mapping page*/


    table#user_modelmapping_table thead {
        display: none;
    }

    #user_modelmapping_table tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #user_modelmapping_table tbody tr td {
        display: block;
        /* width: 100%; */
        float: left;
        position: relative !important;
        /* min-width: 100%; */
    }

    #user_modelmapping_table tbody {
        width: 100%;
        display: block;
        float: left;
    }
    #user_modelmapping_table tbody,
    #user_modelmapping_table body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #user_modelmapping_table tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    #user_modelmapping_table tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #user_modelmapping_table tbody tr td:nth-child(1):before {
        content: "S.No";
    }
    #user_modelmapping_table tbody tr td:nth-child(2):before {
        content: "Work Model";
    }
    #user_modelmapping_table tbody tr td:nth-child(3):before {
        content: "Employee";
    }

    #user_modelmapping_table tbody tr td:nth-child(4) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#user_modelmapping_table {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #user_modelmapping_table tbody tr td:nth-child(4) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #user_modelmapping_table tbody tr,
    #user_modelmapping_table tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
    }

    #user_modelmapping_table tbody {
        border: 0 !important;
    }

    #user_modelmapping_table tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #user_modelmapping_table tbody tr td:nth-child(4) button * {
        color: #fff;
    }

    /*holiday planner page*/


    table#holidayTable thead {
        display: none;
    }

    #holidayTable tbody tr {
        display: block;
        width: 100%;
        float: left;
        position: relative !important;
        min-width: 100%;
    }
    #holidayTable tbody tr td {
        display: block;
        /* width: 100%; */
        float: left;
        position: relative !important;
        /* min-width: 100%; */
    }

    #holidayTable tbody {
        width: 100%;
        display: block;
        float: left;
    }
    #holidayTable tbody,
    #holidayTable body tr {
        position: relative;
        width: 100%;
        float: left;
        display: grid;
    }
    #holidayTable tbody tr td {
        padding-left: 50% !important;
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        border: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    #holidayTable tbody tr td:before {
        position: absolute;
        left: 12px;
    }
    #holidayTable tbody tr td:nth-child(1):before {
        content: "Holiday Name";
    }
    #holidayTable tbody tr td:nth-child(2):before {
        content: "Location Name";
    }
    #holidayTable tbody tr td:nth-child(3):before {
        content: "Holiday Date";
    }

    #holidayTable tbody tr td:nth-child(4) {
        position: absolute !important;
        top: 0;
        min-width: 10px;
        right: 0;
        padding: 0 !important;
        width: 34px !important;
        background: #00cb34;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
    }

    table#holidayTable {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 10px;
    }

    #holidayTable tbody tr td:nth-child(4) button {
        border: 0;
        background: none;
        padding: 0;
        min-width: 20px !important;
        color: #fff !important;
    }

    #holidayTable tbody tr,
    #holidayTable tbody tr:hover {
        border: 1px solid #7bb5d9 !important;
        overflow: hidden;
        height: auto;
        background: #0142ff !important;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #fff;
    }

    #holidayTable tbody {
        border: 0 !important;
    }

    #holidayTable tbody tr * {
        border: 0 !important;
        box-shadow: none !important;
    }

    #holidayTable tbody tr td:nth-child(4) button * {
        color: #fff;
    }


}

label.error {
    color: #e11010;
}

.form-control.error {
    border: 1px solid #e11010;
    box-shadow: 0 0 0 3px #f5c5c5;
    transition: ease all 0.5s;
}

.form-control.valid {
    border: 1px solid #35ad2db8;
    box-shadow: 0 0 0 3px #c5f5cf;
    transition: ease all 0.5s;
}
.accounFormHead h4 {
    float: left;
    margin-top: 11px;
}

.accounFormHead {
    float: left;
    width: 100%;
    height: 50px;
}

.accounFormHead h4 + div {
    float: right;
}

a.logoRemove {
    background: #fff;
    color: #f12b2b;
    position: absolute;
    right: -14px;
    top: -12px;
    padding: 5px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}
a.logoRemove:hover {
    background: #f12b2b;
    color: #fff;
}

.Currentlogo {
    position: relative;
    max-width: 140px;
}
h4.mb-5.mt-7.font-weight-bold {
    width: 100%;
}
/* VV End*/

.start-camera {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  }

  .capture-visitor-photo, .capture-out-time {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  }

  .visitor_photo_heading{
    width:71px;
  }

  .work-model-error
  {
    margin-left : 5px !important;
    color:red;
    inline-size: -webkit-fill-available;
  }

  .canteen-report-datatable .buttons-excel
  {
    margin-bottom: 15px;
  }
