﻿@font-face {
    font-family: 'poppins';
    font-weight: 200;
    src: url("fonts/Poppins-ExtraLight.ttf");
    src: url("fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: 'poppins';
    font-weight: normal;
    src: url("fonts/Poppins-Light.ttf");
    src: url("fonts/Poppins-Light.ttf") format("truetype");
}
/* SemiBold (600) Weight */
@font-face {
    font-family: 'poppins';
    src: url("fonts/Poppins-SemiBold.ttf");
    src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

a.navbar-brand {
    width: 260px;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn {
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: -apple-system,poppins, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

body {
    font-family: -apple-system,poppins, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #060f1e !important;
    margin-bottom: 0px;
    border: 0px;
    height: 58px;
    border-radius: 0;
}

.navbar-brand.imglogo {
    height: 30px;
    width: 190px;
    background: url(../img/logo.svg) no-repeat center left;
    background-size: auto 25px;
    margin-bottom: -1px;
    margin-top: 6px;
}

.cm-menu-bar {
    background-color: #F9F9F9 !important;
    margin-top: 60px;
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px white;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    border-style: none;
    width: auto;
    margin-left: 0px;
    padding: 8px;
    max-height: 50px;
}

.cm-panel-default {
    background: #F9F9F9 !important;
    border-radius: 0px;
    padding: 20px;
}

.cm-section-heading {
    font-family: 'Segoe UI', 'sans-serif' !important;
    font-size: 25px;
    background-color: #fff;
    border-bottom: 4px solid #2180a6;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: black;
}

.p10 {
    padding: 10px;
}

.w286 {
    width: 286px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.cm-button-default {
    color: #fff !important;
    background-color: #004578;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cm-button-default:hover {
        background-color: #2180a6;
        border-radius: 5px;
        padding: 12px 20px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-error {
    color: #fff;
    background-color: #004578 !important;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cm-button-error:hover {
        background-color: #EAE7E7 !important;
        border-radius: 5px;
        padding: 12px 20px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-success {
    color: #fff;
    background-color: #256525;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cm-button-success:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-danger {
    color: #fff;
    background-color: #EA2333;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cm-button-danger:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-weight: bold;
        color: #004578;
    }

.cm-table {
    background: #ffffff !important;
    font-size: 16px;
}

    .cm-table th {
        padding: 12px 12px 12px 24px !important;
    }

    .cm-table td {
        padding: 12px 24px;
    }

.cm-table-head th {
    text-align: center;
    background: #F9F9F9 !important;
    font-size: 14px;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: black !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: black !important;
    }

.cm-link-button {
    cursor: pointer;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #004578 !important;
    }

/*.cm-footer {
    background-color: #F9F9F9;
    position: absolute !important
}*/

.cm-container {
    margin-left: 80px;
}

.cm-footer, .cm-push {
    margin-top: auto;
/*    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E6E6E6;
    font-size: 12px !important;
    color: black !important;
    height: 20px;
    line-height: 20px;*/
    /*margin-top: 30px;*/
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #004578 !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}

.mr420 {
    margin-right: !important;
}

.red-star {
    color: red;
}

.drm-head-30px {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
}

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

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

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

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

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.375rem !important;
}

.mt-1 {
    margin-top: 0.375rem !important;
}

.mr-1 {
    margin-right: 0.375rem !important;
}

.mb-1 {
    margin-bottom: 0.375rem !important;
}

.ml-1 {
    margin-left: 0.375rem !important;
}

.mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
}

.my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.m-2 {
    margin: 0.75rem !important;
}

.mt-2 {
    margin-top: 0.75rem !important;
}

.mr-2 {
    margin-right: 0.75rem !important;
}

.mb-2 {
    margin-bottom: 0.75rem !important;
}

.ml-2 {
    margin-left: 0.75rem !important;
}

.mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}

.my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.m-3 {
    margin: 1.5rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-4 {
    margin: 2.25rem !important;
}

.mt-4 {
    margin-top: 2.25rem !important;
}

.mt-375 {
    margin-top: 3.75rem !important;
}

.mt-60px {
    margin-top: 60px !important;
}

.mt-48px {
    margin-top: 48px !important;
}

.mb-48px {
    margin-bottom: 48px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mr-4 {
    margin-right: 2.25rem !important;
}

.mb-4 {
    margin-bottom: 2.25rem !important;
}

.ml-4 {
    margin-left: 2.25rem !important;
}

.mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
}

.my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.m-5 {
    margin: 4.5rem !important;
}

.mt-5 {
    margin-top: 4.5rem !important;
}

.mr-5 {
    margin-right: 4.5rem !important;
}

.mb-5 {
    margin-bottom: 4.5rem !important;
}

.ml-5 {
    margin-left: 4.5rem !important;
}

.mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

.my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.375rem !important;
}

.pt-1 {
    padding-top: 0.375rem !important;
}

.pr-1 {
    padding-right: 0.375rem !important;
}

.pb-1 {
    padding-bottom: 0.375rem !important;
}

.pl-1 {
    padding-left: 0.375rem !important;
}

.px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
}

.py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.p-2 {
    padding: 0.75rem !important;
}

.pt-2 {
    padding-top: 0.75rem !important;
}

.pr-2 {
    padding-right: 0.75rem !important;
}

.pb-2 {
    padding-bottom: 0.75rem !important;
}

.pl-2 {
    padding-left: 0.75rem !important;
}

.px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.p-16px {
    padding: 16px !important;
}
.p-48px {
    padding: 48px !important;
}
.p-3 {
    padding: 1.5rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pr-3 {
    padding-right: 1.5rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-4 {
    padding: 2.25rem !important;
}

.pt-4 {
    padding-top: 2.25rem !important;
}

.pr-4 {
    padding-right: 2.25rem !important;
}

.pb-4 {
    padding-bottom: 2.25rem !important;
}

.pl-4 {
    padding-left: 2.25rem !important;
}

.px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}

.py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.p-5 {
    padding: 4.5rem !important;
}

.pt-5 {
    padding-top: 4.5rem !important;
}

.pr-5 {
    padding-right: 4.5rem !important;
}

.pb-5 {
    padding-bottom: 4.5rem !important;
}

.pl-5 {
    padding-left: 4.5rem !important;
}

.px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.bold-black-label {
    font-weight: 700 !important;
}

.bold700 {
    font-weight: 700 !important;
}

.bold600 {
    font-weight: 600 !important;
}

.bold500 {
    font-weight: 500 !important;
}

.bold-link {
    font-weight: 600 !important;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.btn-nav {
    --bs-btn-color: #000;
    --bs-btn-bg: #E0E6ED;
    --bs-btn-border-color: #E0E6ED;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #E0E6ED;
    --bs-btn-disabled-border-color: #E0E6ED;
}

.display-head-1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.display-head-6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.drm-container hr {
    overflow: visible;
    margin: 48px 0px;
}

.drm-table {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    background-color: white;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

    .drm-table thead tr {
        border-bottom: 1px solid #E0E6ED;
    }

        .drm-table thead tr th {
            padding: 12px !important;
            vertical-align: top;
            text-align: left;
            font-size: 1rem;
            font-weight: 600;
            line-height: normal;
            border: none;
            border-bottom: 1px solid #E0E6ED;
        }

    .drm-table tbody {
        border-top: 1px solid #8D8D8D;
    }

        .drm-table tbody tr {
            font-size: 16px;
        }

            .drm-table tbody tr td {
                border: none;
                border-bottom: 1px solid #E0E6ED;
                padding: 12px;
                vertical-align: middle;
            }

            .drm-table tbody tr:last-child td {
                border: none;
            }



.dt-container .dt-search {
    margin-left: 15px !important;
}

.dt-container .dt-length {
    margin-right: 15px !important;
}
.dt-container .dt-info {
    margin-left: 15px !important;
}

div.dt-container div.dt-paging {
    margin-right: 15px !important;
}


.page-container {
    margin-top: 48px;
    margin-bottom: 48px;
}


@media (min-width: 1020px) {
    .modal-lg {
        max-width: 98%;
    }

    .modal-md {
        max-width: 60%;
    }

    .modal-800px {
        max-width: 800px;
    }

    .modal-600px {
        max-width: 600px;
    }

    .modal-950px {
        max-width: 950px;
    }

    .modal-1080px {
        max-width: 1020px;
    }

    .modal-1280px {
        max-width: 1020px;
    }

    .modal-80per {
        max-width: 80%;
    }
}

.modal-1280px {
    max-width: 1280px;
}

.modal-1080px {
    max-width: 1080px;
}
.drmspinner {
    width: 18em;
    background: #00000014;
    border-radius: 200px;
    height: 18em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 5px;
    margin: auto;
}

    .drmspinner .loading-spinner {
        width: 32em;
        transform: translateX(-33%);
    }


.btn-outline-secondary {
    --bs-btn-color: #252525;
    --bs-btn-border-color: #252525;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #252525;
    --bs-btn-hover-border-color: #252525;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #252525;
    --bs-btn-active-border-color: #252525;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #252525;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #252525;
    --bs-gradient: none;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    padding-top: 48px;
    margin-top: 48px;
}
button.swal2-confirm.btn.btn-primary {
    margin-left: 10px;
}




.drm-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
}

    .drm-table tr th,
    .drm-table tr td {
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        padding: 5px;
    }

    .drm-table tr th {
        border-top: 1px solid #bbb;
        text-align: left;
    }

    /* top-left border-radius */
    .drm-table tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }

    /* top-right border-radius */
    .drm-table tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

    /* bottom-left border-radius */
    .drm-table tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    /* bottom-right border-radius */
    .drm-table tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }