:root {
    /*    --header-color: linear-gradient( 36deg, #1a86c7 10%, #9dce58 60%);*/
    --header-color: linear-gradient( 36deg, #1a86c7 10%, #1a5fc5 60%);
    --menu-color: #4568dc;
    --icon-background-color: #fff;
    --icon-text-color: #5c678f;
}

@font-face {
  font-family: 'Lato'; /* The name you'll use in your CSS */
  /*src: url('/fonts/yourcustomfont.woff2') format('woff2'),
       url('/fonts/yourcustomfont.woff') format('woff');*/

/*
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Black.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-BlackItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Bold.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-BoldItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Hairline.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-HairlineItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Heavy.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-HeavyItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Italic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Light.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-LightItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Medium.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-MediumItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Regular.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Semibold.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-SemiboldItalic.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Thin.ttf') format('truetype'),
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-ThinItalic.ttf') format('truetype');
*/

  src: 
url('https://stg.mvents.asia/HR2026/lib/fonts/Lato/Lato-Regular.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: 'Sans-serif', 'Arial', 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1630;
    text-align: left;
    background: #ebeef1;
    overflow-x: hidden;
}

@media (min-width: 1280px) {
    .container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 1280px;
    }
}

.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8rem;
    position: relative;
    display: inline;
}

#main-top-menu .nav-link {
    width: 100%;
}

    #main-top-menu .nav-link:hover .hor-icon {
        fill: var(--icon-background-color);
        color: var(--icon-background-color);
        background: var(--icon-text-color);
    }

    #main-top-menu .nav-link label {
        min-width: auto;
        white-space: nowrap;
    }

    #main-top-menu .nav-link label {
        cursor: pointer;
    }

@media (min-width: 769px) {
    #main-top-menu .nav-link label {
        color: #fff;
    }
}

.nav-link {
    display: block;
    padding: 0.2rem 0.9rem;
}

.required .dropdownsearch-selection,
.required .form-control {
    border: 1px solid #ef120d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-area {
    min-height: 400px;
}

.report-group-item {
    font-size: 120%;
}

.report-items {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.left-menu .content-area {
    min-height: 500px;
}

.mw-50px {
    min-width: 50px;
}

.mw-60px {
    min-width: 60px;
}

.mw-70px {
    min-width: 70px;
}

.mw-80px {
    min-width: 80px;
}

.mw-90px {
    min-width: 90px;
}

.mw-100px {
    min-width: 100px;
}

.mw-110px {
    min-width: 110px;
}

.mw-120px {
    min-width: 120px;
}

.mw-140px {
    min-width: 140px;
}

.no-records {
    color: #ef4b4b !important;
    font-size: 120%;
    margin: 0;
    padding: 0.5rem;
}

.btn.btn-danger {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #f42a3f;
    border-color: #f41d34;
}

.btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-danger:focus:not(.btn-text), .btn.btn-danger.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #EE2D41;
    border-color: #EE2D41;
}

.nav-tabs {
    margin: 0;
    border: 0;
}

    .nav-tabs .nav-link {
        border: 1px solid #ebecf1;
        border-bottom-color: transparent;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border: 1px solid transparent;
            border-bottom-color: transparent;
        }

            .nav-tabs .nav-link:hover:not(.disabled) {
                color: #6b6f80;
            }

        .nav-tabs .nav-link.active:hover,
        .nav-tabs .nav-link.active:focus {
            color: #fff;
        }

.btn {
    font-size: 0.85rem;
    /*float: right; /*Ashok*/
}

textarea, .form-control {
    font-size: 0.8575rem;
}

.tab-content {
    border: 1px solid #ebecf1;
}

@media (min-width: 1024px) {
    .modal-dialog.modal-xl .modal-content {
        min-height: 520px;
    }

    .SetiFRAME {
        width: 100% !important;
        height: 520px !important;
    }
}

.modal-backdrop {
    /*background-color: transparent;*/
    background-color: #ffffff;
}

.modal-content .close-popup {
    padding: 8px 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: #f44;
    color: #fff;
    z-index: 1;
    border-radius: 25px;
    text-align: center;
    border: 0;
}

.file-upload {
    border: 1px solid #dddee3;
    border-radius: 3px !important;
}

    .file-upload input[type='text'] {
        border: 0;
    }

    .file-upload .btn {
        height: auto;
        border-radius: 0 3px 3px 0;
    }

    .file-upload.choosed {
        border: solid 1px #38cb89;
    }

    .file-upload .file-input,
    .file-upload .file-name {
        padding: 3px;
        border-right: 0 !important;
        line-height: 28px;
        margin: 0;
        position: relative;
        /*overflow: hidden;
        height: 39px;*/
    }

        .file-upload .file-input.disabled {
            background: #ebebeb;
        }

.file-input {
    cursor: pointer;
}

    .file-input::after {
        position: absolute;
        top: 0;
        right: -3px;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.499rem - 1px * 2);
        padding: 0.375rem 0.75rem;
        line-height: 26px;
        color: #fff;
        background: #868e96;
        font-weight: 500;
        content: "Browse";
        cursor: pointer;
        width: 80px;
        text-align: center;
    }

    .file-input:hover::after {
        background: #666e76;
    }

    .file-input.disabled:hover::after {
        background: #868e96;
    }

.file-upload.choosed .file-input::after {
    background-color: #38cb89;
    /*display: none;*/
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#actionbuttons .dropdown-menu button {
    width: 100%;
    text-align: left;
}

.table {
    box-sizing: border-box;
    border-right: solid 1px #cac9c9;
    border-bottom: solid 1px #cac9c9;
}

    .table th {
        font-weight: bold;
        border-left: 1px solid #cac9c9;
        border-top: 1px solid #cac9c9;
    }

    .table td {
        border-left: 1px solid #cac9c9;
        border-top: 1px solid #cac9c9;
    }

    .table > :not(:last-child) > :last-child > * {
        border-color: #cac9c9;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #6d7393;
}

.mw-100px {
    min-width: 100px;
}

.mw-110px {
    min-width: 110px;
}

.mw-120px {
    min-width: 120px;
}

.mw-130px {
    min-width: 130px;
}

.mw-140px {
    min-width: 140px;
}

.mw-150px {
    min-width: 150px;
}

.mw-160px {
    min-width: 160px;
}


.float-button {
    position: fixed;
    bottom: 40px;
    right: 5px;
    background: #007bff;
    color: #fff !important;
    border-radius: 50%;
    height: 40px;
    line-height: 40px !important;
    box-shadow: -1px 1px 5px #2f2f2f;
    cursor: pointer;
    width: 40px;
    text-align: center;
    z-index: 100;
}

    .float-button i {
        margin-right: 0;
    }

    .float-button span {
        position: absolute;
        right: 40px;
        color: #4568dc;
        margin: 0;
        display: inline-block;
        padding: 6px 10px;
        top: 6px;
        background: #ffffff;
        box-shadow: -1px 1px 5px #2f2f2f85;
        display: none;
        z-index: 100;
        line-height: 20px;
        min-width: 80px;
    }

    .float-button:hover span {
        display: inline-block;
    }

.text-success {
    color: #38cb89 !important;
}

.text-danger {
    color: #F64E60 !important;
}

.alert-success {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

.alert-danger {
    color: #fff !important;
    background-color: #F64E60;
    border-color: #F64E60;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

.btn-green {
    color: #fff !important;
    background-color: #198754;
    border-color: #198754;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

    .btn-green:hover {
        color: #fff !important;
        background-color: #38cb89 !important;
        border-color: #38cb89 !important;
    }

.btn-success {
    color: #fff !important;
    background-color: #38cb89;
    border-color: #38cb89;
    box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5);
}

    .btn-success:hover {
        color: #fff !important;
        background-color: #25b977 !important;
        border-color: #25b977 !important;
    }

    .btn-success:focus,
    .btn-success.focus {
        box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);
        background-color: #42c48a !important;
        border-color: #42c48a !important;
    }

/*Original
.alert {
    font-family: 'Nunito', sans-serif;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: 1px 1px 3px #0000006b;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 20px;
    border-radius: 6px;
    z-index: 99;
}
*/
.alert {
    font-family: 'Nunito', sans-serif;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: 1px 1px 3px #0000006b;
    position: fixed;
    right: 0;
    left: 0;
    border-radius: 6px;
    z-index: 99;
}

    /*Original
@media (min-width: 768px) {
    .alert {
        width: 450px;
        right: 55px;
        left:auto;
    }
}
*/

    /*@media (min-width: 768px) {
    .alert {
        width: 40%;
        left: 30%;
        top: 50%;
        height: auto;
    }
}
*/
    .alert span {
        display: inline-block;
        margin-bottom: 10px;
    }

    .alert .close {
        padding: 1px 6px;
        color: #ff0000;
        font-weight: bold;
    }

.main-footer {
    background: #fff;
    padding: 5px 0;
    font-size: 90%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border-top: solid 1px #e8e8e8;
    color: #5d5d5d;
}

.footer {
    background: #fff;
    padding: 5px 0;
    font-size: 90%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border-top: solid 1px #e8e8e8;
    color: #5d5d5d;
}

.w-0 {
    width: 0;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-5 {
    width: 5% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-15 {
    width: 15% !important;
}

.w-18 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.no-records {
    text-align: center;
    margin: -400px 0 15px 0 !important;
    padding: 25px 0;
}

    .no-records img {
        max-width: 300px;
    }

.zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    border-left: 1px solid #e0e4e8;
    max-width: 99%;
    height: 99%;
}

    .zui-scroller .table {
        table-layout: fixed;
    }

table th.left-fixed,
table td.left-fixed {
    position: sticky;
    right: 0;
    z-index: 2;
    width: 250px;
    background: #fff;
    border-right: 1px solid #e0e4e8;
}

.table-p-1 th,
.table-p-1 td {
    padding: 0.25rem !important;
}

.text-search {
    padding: 0.25rem !important;
    font-size: 0.850rem;
}

.table tbody tr:hover {
    background: #f1f1f1;
}

.control-label {
    font-weight: bold;
}

.dropdownUL {
    width: auto;
    border: 2px solid;
    border-color: cornflowerblue;
    margin-top: 2px;
    list-style: none;
    max-height: 300px;
    overflow: auto;
    box-shadow: 3px 3px #9cb9d7;
}

    .dropdownUL li {
        margin-left: -35px;
        border-bottom: 1px solid silver;
        height: auto;
        padding-left: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer;
    }

        .dropdownUL li:hover {
            background-color: rgb(210 223 252);
        }

.table > tbody,
.table > tfoot {
    border-top: 1px solid #cac9c9 !important;
}

.table tr th,
.table tr td {
    padding: 0.25rem 0.25rem;
}

.select2 {
    min-width: 100%;
    max-width: 100%;
}

.select2-container .select2-selection--single {
    min-height: 32px;
}

/*###### .freeze-pane ####### */
.freeze-pane {
    overflow-x: scroll;
    overflow-y: visible;
    /*padding-bottom: 5px;*/
    border: solid 1px #cac9c9;
    max-width: 100%;
    height: 100%;
}

    .freeze-pane table th.top-fixed,
    .freeze-pane table td.top-fixed {
        white-space: nowrap;
        min-width: 100px;
    }

@media (min-width: 768px) {
    .freeze-pane .table [data-span] {
        display: inline-block;
        padding: 1px;
        /*word-break: break-word;*/
    }

    .freeze-pane [data-span],
    .freeze-pane [data-span]:active {
        cursor: text;
    }

    .freeze-pane {
        cursor: grab;
    }

        .freeze-pane:active {
            cursor: grabbing;
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing;
        }

        .freeze-pane table th.top-fixed,
        .freeze-pane table td.top-fixed {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            border-top-width: 0;
            box-shadow: 1px 1px 5px #ececec;
            z-index: 2;
            background: #f7f9fc;
            white-space: nowrap;
            min-width: 100px;
        }

            .freeze-pane table th.top-fixed:first-child {
                z-index: 4;
                left: 0;
                top: 0;
                border-top-width: 0;
                border-left-width: 0;
            }

            .freeze-pane table th.top-fixed.left-auto {
                left: auto !important;
            }

        .freeze-pane table th.left-fixed, .freeze-pane table td.left-fixed {
            position: sticky;
            left: 0;
            border-left-width: 0;
            z-index: 3;
            width: 150px;
            border-right: 1px solid #e0e4e8;
            background: #f7f9fc;
        }

        .freeze-pane .table td {
            min-width: 80px;
        }
}

/*###### attendees-list-sidecolumn ####### */
@media (min-width: 300px) {
    .collist {
        min-width: 180px !important;
    }
}

@media (min-width: 768px) {
    .collist {
        min-width: 180px !important;
    }
}

/*###### grid-scrollbar ####### */
@media (min-width: 200px) {
    .grid-scroll {
        max-height: 360px !important;
    }
}

@media (min-width: 300px) {
    .grid-scroll {
        max-height: 410px !important;
    }
}

@media (min-width: 350px) {
    .grid-scroll {
        max-height: 430px !important;
    }
}

@media (min-width: 600px) {
    .grid-scroll {
        max-height: 460px !important;
    }
}

@media (min-width: 1000px) {
    .grid-scroll {
        max-height: 500px !important;
    }
}

.grid-scroll .select2-container .select2-selection--single {
    cursor: pointer !important;
}

.grid-scroll::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.grid-scroll::-webkit-scrollbar-corner,
.grid-scroll::-webkit-scrollbar-track {
    background-color: #f0f0f2;
    border-radius: 6px;
}

.grid-scroll::-webkit-scrollbar-thumb {
    background: var(--header-color);
    background-clip: padding-box;
    border: solid 2px #f0f0f2;
    border-radius: 6px;
}

    .grid-scroll::-webkit-scrollbar-thumb:hover {
        background-color: rgb(112, 112, 112);
    }

    .grid-scroll::-webkit-scrollbar-thumb:active {
        background-color: rgb(128, 128, 128);
    }

.grid-scroll::-webkit-scrollbar-button:single-button {
    background-color: rgb(64, 64, 64);
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 6px;
}

    /*Up*/
    .grid-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
        height: 16px;
        width: 16px;
        background-position: center center;
        background-color: rgba(0, 50, 126, 0.12);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(185 185 185)'><polygon points='50,00 0,50 100,50'/></svg>");
    }

        .grid-scroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
        }

        .grid-scroll::-webkit-scrollbar-button:single-button:vertical:decrement:active {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
        }

    /*Down*/
    .grid-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
        height: 16px;
        width: 16px;
        background-position: center center;
        background-color: rgba(0, 50, 126, 0.12);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(185 185 185)'><polygon points='0,0 100,0 50,50'/></svg>");
    }

        .grid-scroll::-webkit-scrollbar-button:single-button:vertical:increment:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
        }

        .grid-scroll::-webkit-scrollbar-button:single-button:vertical:increment:active {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
        }

    /*Left*/
    .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement {
        height: 16px;
        width: 16px;
        background-position: center center;
        background-color: rgba(0, 50, 126, 0.12);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(185 185 185)'><polygon points='0,50 50,100 50,0'/></svg>");
    }

        .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
        }

        .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
        }

    /*Right*/
    .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:increment {
        height: 16px;
        width: 16px;
        background-position: right;
        background-color: rgba(0, 50, 126, 0.12);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(185 185 185)'><polygon points='0,0 0,100 50,50'/></svg>");
    }

        .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
        }

        .grid-scroll::-webkit-scrollbar-button:single-button:horizontal:increment:active {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
        }


.form-check-label {
    margin-top: 1.1mm;
}

.form-radio-label {
    margin-top: 1.1mm;
}

input[type=checkbox] {
    width: 5mm;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5mm;
    border: 0.25mm solid black;
    margin-top: -0.2mm;
}

input[type=radio] {
    width: 5mm;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5mm;
    border: 0.25mm solid black;
    margin-top: -0.2mm;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.table_row {
    border-bottom: 1px solid rgba(0, 50, 126, 0.12);
}

.table-1col {
    width: 100%;
}

    .table-1col tbody tr:hover {
        background: #f1f1f1;
    }

    .table-1col th {
        font-weight: bold;
    }

    /*    .table-1col td {
        border-bottom: 1px solid rgba(0, 50, 126, 0.12);
    }
*/
    .table-1col td {
        vertical-align: middle;
    }

        .table-1col td selected {
            background: #00F260; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

    .table-1col > :not(:last-child) > :last-child > * {
    }

.selected {
    background-color: #a0d9fb;
    background-image: linear-gradient(to right, #a0d9fb, #b6ede7);
    /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
    /*background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);*/
}

/* for Token refresh */
/*.top-right {
    position: fixed;
    top: 8px;
    right: 16px;
    color: #EE2D41;
    font-weight: bold;
    font-size: larger;
}
*/
@media (max-width: 768px) {
    .btn {
        font-size: 11px;
        padding: 4px 6px;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@media (min-width: 992px) {
    .btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media (min-width: 1200px) {
    .btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}


@media (max-width: 768px) {
    .pagetitle {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .pagetitle {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .pagetitle {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .pagetitle {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .badge {
        font-size: 9px;
        padding: 3px 3px;
        float: right;
    }
}

@media (min-width: 768px) {
    .badge {
        font-size: 10px;
        padding: 3px 3px;
        float: right;
    }
}

@media (min-width: 992px) {
    .badge {
        font-size: 10px;
        padding: 4px 4px;
        float: right;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .badge {
        font-size: 10px;
        padding: 4px 4px;
        float: right;
        font-weight: bold;
    }
}

@media (min-width: 200px) {
    .card {
        /*min-width: 60px;*/
        min-width: 330px;
        min-height: 480px;
        height: 100%;
        margin-right: 2px;
        overflow: inherit;
    }
}

@media (max-width: 376px) {
    .card {
        /*min-width: 80px;*/
        min-width: 330px;
        min-height: 565px;
        height: 100%;
        margin-right: 2px;
        overflow: inherit;
    }
}

@media (max-width: 768px) {
    .card {
        /*min-width: 80px;*/
        min-width: 330px;
        min-height: 565px;
        height: 100%;
        margin-right: 2px;
        overflow: inherit;
    }
}

@media (min-width: 768px) {
    .card {
        /*min-width: 80px;*/
        min-width: 330px;
        min-height: 565px;
        height: 100%;
        margin-right: 2px;
        overflow: inherit;
    }
}

@media (min-width: 992px) {
    .card {
        /*min-width: 200px;*/
        min-width: 330px;
        min-height: 580px;
        height: 100%;
        margin-right: 2px;
        overflow: inherit;
    }
}

@media (min-width: 1200px) {
    .card {
        /*min-width: 200px;*/
        min-width: 330px;
        min-height: 580px;
        /*min-height: 100vh;*/
        overflow: inherit;
    }
}

@media (max-width: 768px) {
    .sideicon {
        padding: 2px 2px 0px 2px;
    }
}

@media (min-width: 768px) {
    .sideicon {
        padding: 5px 5px 2px 5px;
    }
}

@media (max-width: 768px) {
    .sidelabel {
        font-size: 10px;
        float: left;
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    .sidelabel {
        font-size: 14px;
        float: left;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .sidelabel {
        font-size: 14px;
        float: left;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .sidelabel {
        font-size: 16px;
        margin-left: 0px;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    .top-right {
        position: fixed;
        top: 54px;
        right: 24px;
        color: #ffffff;
        font-weight: bold;
        font-size: unset;
    }

    .bottom-right {
        text-align: center !important;
        bottom: 5px;
        color: #EE2D41;
        font-weight: bold;
        font-size: large;
    }
}

@media (min-width: 768px) {
    .top-right {
        position: fixed;
        top: 54px;
        right: 24px;
        color: #ffffff;
        font-weight: bold;
        font-size: unset;
    }

    .bottom-right {
        position: fixed;
        bottom: 5px;
        right: 5px;
        color: #EE2D41;
        font-weight: bold;
        font-size: large;
    }
}

@media (min-width: 992px) {
    .top-right {
        position: fixed;
        top: 8px;
        right: 24px;
        color: #EE2D41;
        font-weight: bold;
        font-size: larger;
    }

    .bottom-right {
        position: fixed;
        bottom: 5px;
        right: 5px;
        color: #EE2D41;
        font-weight: bold;
        font-size: large;
    }
}

@media (min-width: 1200px) {
    .top-right {
        position: fixed;
        top: 8px;
        right: 24px;
        color: #EE2D41;
        font-weight: bold;
        font-size: larger;
    }

    bottom-right {
        position: fixed;
        bottom: 5px;
        right: 5px;
        color: #EE2D41;
        font-weight: bold;
        font-size: large;
    }
}

@media (max-width: 768px) {
    .alert {
        width: 80%;
        left: 10%;
        top: 40%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .alert {
        width: 40%;
        left: 30%;
        top: 40%;
        height: auto;
        margin-right: -23px;
        margin-top: -43px
    }
}


@media (max-width: 768px) {
    .label_amount {
        font-size: small;
        width: 70px;
    }
}

@media (min-width: 768px) {
    .label_amount {
        font-size: unset;
        width: 200px;
    }
}


@media (max-width: 768px) {
    .label_charge {
        font-size: small;
    }
}

@media (min-width: 768px) {
    .label_charge {
        font-size: unset;
    }
}


@media (max-width: 768px) {
    .homebtn {
        font-size: medium;
        color: #ffffff;
        /*        min-width: 450px;
        height: 100px;*/
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .homebtn {
        font-size: x-large;
        /*        min-width: 600px;
        height: 100px;*/
        color: #ffffff;
    }
}

.boxshadow {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@media (max-width: 768px) {
    .indexbtn {
        margin-inline: auto;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .indexbtn {
        margin-inline: auto;
        display: inline-grid;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .indexbtn {
        /*margin-inline: auto;*/
        display: inline-grid;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .indexbtn1 {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .indexbtn1 {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .indexbtn1 {
        visibility: hidden;
    }
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #0575E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: -webkit-linear-gradient(to right, #00327e, #0f83cc);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #00327e, #0f83cc);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #3148ac; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3148ac, #34d6e2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3148ac, #34d6e2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #4331ac; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7d2543, #4331ac); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #7d2543, #4331ac); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #ea5d32; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64bbe3, #ea5d32); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #64bbe3, #ea5d32); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #4331ac; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7d2543, #4331ac); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #7d2543, #4331ac); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #0095da; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ccce34, #0095da); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ccce34, #0095da); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    .menu li {
        display: inline-block;
        position: relative;
        text-align: left;
        min-width: 75px;
        color: #ffffff;
    }

        .menu li a {
            display: block;
            padding: 14px 10px;
            text-decoration: none;
            color: #ffffff;
        }

            .menu li a:hover {
                color: #0095da;
                background: #ffffff;
                border-color: #9ee0ff;
                border-style: groove;
                padding: 11px 8px 11px 8px;
            }

        .menu li .dropdown {
            color: #fff;
            min-width: 150px;
            /*min-width: 100%;*/ /* Set width of the dropdown */
            background: #ffffff;
            display: none;
            position: absolute;
            z-index: 999;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            background: #0575E6; /* fallback for old browsers */
            background: -webkit-linear-gradient(to left, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            background: #8E2DE2; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            background: #3148ac; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #3148ac, #34d6e2); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #3148ac, #34d6e2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            background: #ea5d32; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #64bbe3, #ea5d32); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #64bbe3, #ea5d32); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            background: #4331ac; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #7d2543, #4331ac); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #7d2543, #4331ac); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            background: #0095da; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #ccce34, #0095da); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #ccce34, #0095da); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

        .menu li:hover .dropdown {
            display: block; /* Display the dropdown */
        }

        .menu li .dropdown li {
            display: block;
        }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Limit image width to avoid overflow the container */
img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

/*input:invalid::placeholder {
    font-style: italic;
}

input:valid::placeholder {
    font-style: italic;
}
*/

input::placeholder {
    font-style: italic;
}

label.valid {
    width: 100%;
    padding: 2px 2px 2px 2px;
    background-color: aqua;
    font-size: .875em;
    font-weight: bold;
    color: #EE2D41;
    /*    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
*/ /*color: #dc3545;*/
}

label.error {
    width: 100%;
    padding: 2px 2px 2px 2px;
    background-color: #ffc4c9;
    font-size: .875em;
    font-weight: bold;
    color: #EE2D41;
    /*    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
*/ /*color: #dc3545;*/
}

label.msg {
    width: 100%;
    padding: 2px 2px 2px 2px;
    background-color: #b0fec8;
    font-size: .875em;
    font-weight: bold;
    color: #23875a;
    /*    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
*/ /*color: #dc3545;*/
}

span.error {
    width: 100%;
    font-size: .875em;
    color: #EE2D41;
    /*color: #dc3545;*/
}


/*div.invalid-feedback {
    width: 100%;
    background-color: #EE2D41;
    font-size: .875em;
    color: #ffffff;*/
/*color: #dc3545;*/
/*}*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff;
    font-weight: bold;
}

/*.select2-container--default .select2-selection--single:nth-child(1) {
    color: #7d2543;
    font-weight: lighter;
    font-style: italic;
}*/

.select2-container--default .select2-results > .select2-results__options {
    color: #1074da;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.25rem;
}

/*.select2-container .select2-selection--single {
    font-weight: lighter;
    font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #767070;
    border: none;
}
*/
.select2-container--focus {
    /*color: #212529;*/
    border-color: none;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.25rem;
    border-style: none;
}

.select2-search__field {
    /*color: #212529;*/
    border-color: none;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.25rem;
    border-style: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}

.select2-selection__rendered_normal {
    font-weight: normal;
    font-style: normal;
}

.select2-selection__rendered_italic {
    font-weight: lighter;
    font-style: italic;
}

.paid_div {
    left: 45%; /* left-align your element to center */
    position: absolute; /* use or dont' use depending on element parent */
    /*    bottom: 500px;
    left: 200px;
*/ z-index: 1000;
    font-size: xx-large;
    color: blue;
    transform: rotate(-25deg);
    opacity: 0.65;
    font-weight: bold;
}

.unpaid_div {
    left: 45%; /* left-align your element to center */
    transform: translateX(-50%); /* offset left by half the width of your element */
    position: absolute; /* use or dont' use depending on element parent */
    /*    bottom: 500px;
    left: 200px;
*/ z-index: 1000;
    font-size: xx-large;
    color: red;
    transform: rotate(-25deg);
    opacity: 0.65;
    font-weight: bold;
}

.pendingapproval_div {
    left: 45%; /* left-align your element to center */
    transform: translateX( -50% ); /* offset left by half the width of your element */
    position: absolute; /* use or dont' use depending on element parent */
    /*    bottom: 500px;
    left: 200px;
*/
    z-index: 1000;
    font-size: xx-large;
    color: red;
    transform: rotate(-25deg);
    opacity: 0.65;
    font-weight: bold;
}

.rejected_div {
    left: 45%; /* left-align your element to center */
    transform: translateX( -50% ); /* offset left by half the width of your element */
    position: absolute; /* use or dont' use depending on element parent */
    /*    bottom: 500px;
    left: 200px;
*/
    z-index: 1000;
    font-size: xx-large;
    color: red;
    transform: rotate(-25deg);
    opacity: 0.65;
    font-weight: bold;
}

.header {
    display: inline;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }

@media (max-width: 768px) {
    #sidebarMenu {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -15px;
        width: 250px;
        transform: translateX(0);
        transition: transform 250ms ease-in-out;
        background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
        z-index: -1;
        overflow: auto;
    }
}

@media (min-width: 768px) {
    #sidebarMenu {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -15px;
        width: 250px;
        transform: translateX(0);
        transition: transform 250ms ease-in-out;
        background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
        z-index: 1;
        overflow: auto;
    }
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

.openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

@media (max-width: 768px) {
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 6px;
        left: 5px;
        height: 22px;
        width: 22px;
        margin-right: 10px;
    }
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    background-color: #000000;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    background-color: #000000;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    background-color: #000000;
}

#openSidebarMenu:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

@media (min-width: 768px) {
    .rightpanel {
        margin-left: 265px;
    }
}
