@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

:root {
    --light-bg-color: #161e35;
    --dark-bg-color: #080b1d;
    --btn-color: #3071e7;
    --font-color: #fff;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #161e35;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2a3862;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f;
    border-radius: 6px;
}

[class*="sidebar-dark"] .brand-link,
[class*="sidebar-dark"] .brand-link .pushmenu,
[class*="sidebar-dark"] .brand-link:hover {
    color: rgb(255 255 255);
    font-weight: 800 !important;
}

[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid #18304a;
}

[class*="sidebar-dark-"] .sidebar a,
[class*="sidebar-dark-"] .sidebar a:hover {
    color: #c4cdd5;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 1px solid #18304a;
}

.brand-link {
    display: flex;
    align-items: center;
}

.brand-link img {
    opacity: 1 !important;
    max-height: unset !important;
    height: 45px;
    object-fit: contain;
}

.brand-link .brand-text {
    white-space: break-spaces;
    line-height: 22px;
    font-size: 19px;
}

.content-wrapper {
    background-color: #edf1f6 !important;
}

.content-header h1 {
    font-size: 23px;
    margin: 0;
    margin-bottom: 0px;
    color: #233446;
    font-weight: 600;
}

/* 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;
}

body {
    color: #697a8d;
    /* font-family: "Public Sans", sans-serif; */
    font-family: "Poppins", sans-serif;
    position: relative;
}

.loader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #f1f1f1d1;
}

.loader-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loader img {
    width: 70px;
}

.text-custom-dark {
    color: #3071e7 !important;
}

.form-control:focus {
    box-shadow: none;
    outline: #03a9f4;
    border-color: #03a9f4 !important;
}

.select2.select2-container {
    width: 100% !important;
}

a,
a:hover {
    text-decoration: none;
    color: #191919;
}

label {
    font-weight: 600;
    margin-bottom: 0.5rem !important;
    font-size: 0.75rem;
    color: #566a7f;
    text-transform: uppercase;
}

.validation-error {
    font-weight: normal;
    font-size: 13px;
}

.hp_wrapper {
    position: relative;
    background: #f5f5f9;
}

.site_navbar {
    padding: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #344d95;
}

.site_navbar_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site_hp_logo,
.site_hp_logo:hover {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.site_hp_logo_image {
    width: 40px;
}

.hp_menu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.close_mobile_menu_btn {
    display: none;
}

.mobile_menu_btn {
    display: none;
}

.hp_menu_list li {
    margin: 0px 10px;
}

.hp_menu_list li .hp_menu_link {
    color: #fff;
    position: relative;
}

.hp_menu_list li .hp_menu_link:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #3071e7;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.hp_menu_list li:hover > .hp_menu_link::before {
    opacity: 1;
    transform: scale(1);
}

.btn_hp_login,
.btn-custom,
.btn-custom:hover,
.btn-custom:focus {
    background-color: #03a9f4;
    color: white !important;
    padding: 8px 25px;
    border-radius: 6px;
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%); */
    border-color: #03a9f4;
}

.btn-custom-outline {
    background-color: transparent;
    color: #03a9f4 !important;
    padding: 8px 25px;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
    border: 2px solid #03a9f4;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    box-shadow: none;
}

.bg-custom-dark {
    background-color: #233446;
    color: white;
}

.bg-custom {
    background-color: #03a9f4 !important;
}

.hp_banner {
    background-color: #f5f5f9;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0px 80px 0px;
    background-image: linear-gradient(to right, #25476ae8, #03a9f4e0, #25476aed),
        url(../../assets/images/background.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center;
}

.hp_banner_col {
    display: flex;
    align-items: center;
}

.hp_text_col {
    color: #080c25;
    padding-left: 30px;
    width: 50%;
}

.hp_text_col h1 {
    font-size: 60px;
    font-weight: bold;
}

.hp_text_col h4 {
    font-size: 30px;
}

.btn_hp_banner {
    min-width: 180px;
    font-weight: bold;
    padding: 10px 12px;
}

.hp_image_col {
    width: 50%;
}

.hp_image_col img {
    width: 100%;
}

.site_footer {
    background: #344d95;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
    color: #fff;
}

.login_col {
    width: 400px;
    box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
    padding: 30px 22px;
    margin: auto;
    border-radius: 12px;
    background: #ffffff;
}

.login_title {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #566c85;
}

.login_title .login-title-image {
    height: 70px;
    object-fit: contain;
}

.login-subtitle {
    color: #566a7f;
}

.auth_form .form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.survey_details_col {
    width: 100%;
    margin: auto;
}

.survey_details_col > .card {
    color: #010229 !important;
    font-size: 17px;
    background-color: #f5f5f9;
    overflow-x: auto;
    border: none;
}

.survey_details_col > .card > .card-body {
    padding: 80px 30px;
}

/* ==================================================================== */
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
    font-size: 14px;
    color: #4c5054;
}

td.dtfc-fixed-left {
    background-color: white;
}

th.dtfc-fixed-left {
    background-color: #233446;
}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active {
    color: #eeeeee;
    background-color: rgb(3 169 244) !important;
    font-weight: 500;
    box-shadow: none;
    border-radius: 10px;
}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link:hover,
.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(67, 89, 113, 0.04);
    color: #697a8d;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #119cdb;
    color: #fff;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #c2c7d0;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(67, 89, 113, 0.04);
    color: #697a8d;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #dfe8fa !important;
    font-weight: 500;
    color: #25476a !important;
    border-radius: 10px;
}

.main-sidebar {
    box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%) !important;
    background: #102031 !important;
    overflow-y: auto !important;
    max-height: 100vh;
}

.main-header {
    background: #ffffff;
    border-radius: 0px;
    border: none;
}

.main-footer {
    background-color: #ffffff;
    border-top: 1px solid #f5f5f9;
    color: #4f4f4f !important;
    padding: 1rem;
    border-radius: 0;
}

.info-box {
    border-radius: 10px;
    box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}

.info-box-icon {
    width: 80px !important;
    height: 80px !important;
    background-color: #119cdb !important;
    font-weight: 500;
    color: #f8fdff !important;
    border-radius: 50% !important;
}

.table thead {
    background: #25476a;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    color: #ffffff;
    font-size: 14px;
}

.card {
    box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
    border-radius: 12px;
}

.card-title {
    font-weight: 600;
    color: #102031;
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.modal-header {
    border-bottom: none;
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    color: #a1acb8;
    border: 0;
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 1;
    padding: 0.635rem;
    box-shadow: 0 0.125rem 0.25rem rgb(161 172 184 / 40%);
    transition: all 0.23s ease 0.1s;
}

.modal-title {
    position: relative;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

.modal-title::before {
    content: "";
    position: absolute;
    top: 110%;
    left: 0px;
    width: 85%;
    height: 2px;
    border-radius: 30%;
    background-color: #03a9f4;
}

.btn-rounded {
    border-radius: 50%;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:hover,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active {
    border-radius: 30px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.menu-open {
    background-color: #1a324c;
    border-radius: 10px;
}

.menu-open .nav-link.active {
    background-color: #03a9f4 !important;
    color: white !important;
}

.badge-warning {
    background-color: rgb(255, 145, 0) !important;
    color: white !important;
}

.btn {
    border-radius: 10px;
    font-size: 15px;
}

.btn-warning {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(255 171 0 / 40%);
}

.btn-default,
.btn-default:hover {
    color: #121212;
    background-color: #c3ccd8;
    border-color: #c3ccd8;
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(133 146 163 / 40%); */
}

.btn-success,
.btn-success:hover {
    color: #fff;
    background-color: #9fcc2e;
    border-color: #9fcc2e;
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(113 221 55 / 40%); */
}

.btn-danger {
    color: #fff;
    background-color: #df5645;
    border-color: #df5645;
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(255 62 29 / 40%); */
}

@media (max-width: 992px) {
    .site_footer,
    .site_navbar {
        position: relative;
    }
    .hp_banner {
        padding: 30px 0px;
        min-height: calc(100vh - 130px);
    }
    .hp_banner_col {
        flex-direction: column;
    }
    .hp_text_col {
        width: 100%;
    }

    .hp_image_col {
        margin: 10px 0px 40px 0px;
        width: 80%;
    }

    .hp_text_col h1 {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .login_col {
        width: 90%;
        margin: auto;
        padding: 40px 20px;
    }

    .mobile_menu_btn {
        display: block;
        cursor: pointer;
    }

    .hp_menu_list {
        position: relative;
        transition: all 0.5s ease-in-out;
        display: flex;
        position: fixed;
        top: -100%;
        left: 0;
        background: #161e35;
        width: 100%;
        flex-direction: column;
        height: 100%;
        justify-content: unset;
        z-index: 99 !important;
    }

    .hp_menu_list li {
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }

    .hp_menu_list li .hp_menu_link {
        padding: 15px 20px;
        display: block;
        width: 100%;
    }

    .close_mobile_menu_btn {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 18px;
        width: 35px;
        height: 35px;
        border: 4px solid white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .hp_text_col {
        padding: 10px;
    }

    .hp_text_col h1 {
        font-size: 32px;
    }
}

.filter-col {
    padding: 10px 16px;
    background: #edf1f6;
    border-radius: 10px;
}

.fieldset {
    padding: 0px 10px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    background-color: #f5f5f9 !important;
}

.legend {
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    font-size: 16px;
    border: 1px solid #03a9f4;
    border-radius: 4px;
    background: #03a9f4;
    color: white;
}

/* =========================== */
/* DIVIDER */
.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0rem 1rem;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(67, 89, 113, 0.2);
}

.divider .divider-text:after {
    left: 100%;
}

.divider .divider-text:before {
    right: 100%;
}

.finish_hp_wrapper {
    position: relative;
    background: #f5f5f9;
}

.finish_hp_banner {
    background-color: #f5f5f9;
    background-image: linear-gradient(
        to right top,
        #464646,
        #3e3e3e,
        #363636,
        #2e2e2e,
        #262626
    );

    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0px 80px 0px;
}

.finish_hp_banner .survey_details_col {
    width: 100%;
    margin: auto;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #03a9f4;
    border-bottom: 1px solid #03a9f4;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    color: white;
}

.card-success-custom.card-outline {
    border-top: 3px solid #03a9f4;
}

/* -------------------------------------- */
.btn-secondary-custom {
    background-color: #e8fadf !important;
    color: #26a69a !important;
    padding: 8px 25px;
    border-radius: 6px;
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%); */
    border-color: #26a69a;
}

.bootstrap-filestyle .btn-secondary {
    color: #ffffff;
    background-color: #233446;
    border-color: #233446;
    box-shadow: none;
    font-weight: 300 !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0px 5px 5px 0px;
}

/* ------------------------------------------ */
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    line-height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
    top: 1rem;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    /* border-right: 1px solid #03a9f4; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}



#all-list-datatable_length{
    margin-right: 50px;
}
