:root {
    --bs-blue: #0646a6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #1c9e77;
    --bs-cyan: #109bb6;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0e418c;
    --bs-secondary: #6c757d;
    --bs-success: #329667;
    --bs-info: #1ea8c4;
    --bs-warning: #ab8616;
    --bs-danger: #962530;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
}

.login-page,
.register-page {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.input_field {
    position: relative;
    height: 39px;
    margin-top: 8px;
    width: 100%;
}

    .input_field input,
    .button button {
        height: 100%;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 4px;
    }

    .input_field input {
        padding: 0 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.captch_box input {
    color: #212529;
    font-size: 24px;
    pointer-events: none;
    font-family: 'Bahnschrift';
    font-weight: 400;
}

.refresh_button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #188844;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .refresh_button:active {
        transform: translateY(-50%) scale(0.98);
    }


.captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.login-page a {
    color: white;
}

.small-box {
    background: url(../img/bg_widget.png) no-repeat center center, linear-gradient(white, white);
    background-size: cover;
    /* border-width: 1.5px !important; */
}

    .small-box .icon img {
        height: 75px;
    }

[class*="sidebar-dark-"] {
    /*background: url(../../dist/img/bg_sidebar.png) no-repeat bottom center, linear-gradient(0deg, #099797, #015155);*/
    background: linear-gradient(0deg, #099797, #015155);
}

[class*="sidebar-dark"] .form-control-sidebar {
    background-color: #d2e3be;
    border: 1px solid #078586;
    color: #000000;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: transparent;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #c28018;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #c28018;
    border-color: #c28018;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c28018;
    border-color: #c28018;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #c28018;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

[class*="sidebar-dark"] .btn-sidebar,
[class*="sidebar-dark"] .form-control-sidebar {
    background-color: #409d9200;
    border: 1px solid #409d92;
    color: #fff;
}

[class*="sidebar-dark"] .list-group-item {
    background-color: #288783;
    border-color: #56606a;
    border-top-color: rgb(86, 96, 106);
    color: #c2c7d0;
}

.border-teal {
    border-color: #20c997 !important;
}

.border-purple {
    border-color: #6f42c1 !important;
}

.border-pink {
    border-color: #e83e8c !important;
}

.border-navy {
    border-color: #001f3f !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
}

.content-wrapper {
    background: #f6f5ef;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.table thead {
    background: linear-gradient(to left, #099797, #015155);
    color: white;
}

.dt-buttons {
    float: left;
}

    .dt-buttons.btn-group .btn.btn-default {
        background: white !important;
        color: black !important;
        border-color: #6e6e6e !important;
    }

.slider_wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.carousel-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #099797c7, #015155c6);
}

.carousel-item img {
    height: 100vh;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .nav-link p {
    white-space: normal;
    width: 100%;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    display: flex;
    gap: 5px;
}

    .nav-pills .nav-link .fa {
        margin-top: 2px
    }

.card-header {
    color: #015256;
    background: #49464133;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c56617;
    border-color: #c56617;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c56617;
    border-color: #c56617;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive::-webkit-scrollbar {
        display: none;
    }

.table-responsive {
    -ms-overflow-style: none; /* for Internet Explorer */
    scrollbar-width: none; /* for Firefox */
}


@media print {
    #cardThree {
        display: none !important;
    }
}
.consent {
    margin: 0.2rem 0rem 0rem 2rem;
    font-weight: 600;
}
.contsentdiv {
    background: linear-gradient(45deg, #c5c5c547, #00000017);
    border-radius:5px;
}