body {
    font-family: "Nunito", sans-serif;
}

span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
    font-family: "Nunito", sans-serif;
}

.radius-24 {
    border-radius: 24px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-16 {
    border-radius: 16px;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-1 {
    z-index: 1;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
.fz-12 {
    font-size: 12px;
}
.fz-10 {
    font-size: 10px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-30 {
    font-size: 30px;
}
.fz-100 {
    font-size: 100px;
}
.dark-link-hover:hover {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.container-guardian {
    height: 100vh !important;
    overflow-y: scroll !important;
}
.w-5 {
    width: 5% !important;
}

.w-95 {
    width: 95% !important;
}
.btn.bg-primary-color:hover {
    background-color: #9e192b !important;
}
.primary-color-hover:hover {
    color: #9e192b !important;
}
.wpx-100 {
    width: 100px !important;
}
.bg-grey {
    background-color: #edf0f2;
    background-image: url("../assets/bg/bg-guard.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-login {
    background-color: #edf0f2;
    background-image: url("../assets/bg/bg-login.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-darkblue {
    background-color: #2b1d85;
}
.progress-bar {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-dark-blue-100 {
    background-color: #2d314a !important;
}
.bg-secondary-color {
    background-color: #2d314a !important;
}
.bg-secondary-color:hover {
    background-color: #343a5f !important;
}
.dropdown-menu-custom {
    width: 100%;
    min-width: 0;
    transform: translate(0px, 32px) !important;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
}
.dropdown-item-custom:focus,
.dropdown-item-custom.active {
    color: #fff;
    background-color: #c72037;
}
.bg-guard {
    background-image: url("../assets/bg/bg-guard.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-guard-card {
    background-image: url("../assets/bg/card-mini.png");
    background-size: cover;
    background-position: 70% 50%;
    background-repeat: no-repeat;
}
.bg-homepage {
    background-image: url("../assets/bg/bg-homepage.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-list {
    list-style-position: inside;
}
.primary-color {
    color: #c72037 !important;
}
.bg-primary-color {
    background-color: #c72037 !important;
}
.dataTables_wrapper
    .dataTables_paginate
    .paginate_button:not(.previous):not(.next) {
    border-radius: 50% !important;
    padding: 0 0 !important;
    width: 26px !important;
    height: 26px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
    background: #9e192b !important;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #c72037 !important;
    color: white !important;
}
.w-calc-100 {
    width: calc(100% - 100px) !important;
}

.scroll-custom::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
}

.scroll-custom::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background: #c72037;
}

.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #9e192b;
}
.checkbox-custom {
    appearance: none;
    width: 1.5em !important;
    height: 1.5em !important;
    border-radius: 50%;
    border: 2px solid #212529;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.checkbox-custom:checked {
    border-color: #c72037;
    background-color: #fff;
}

.checkbox-custom:checked::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 0.4em;
    height: 0.7em;
    border: solid 2px #c72037;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.c_pointer {
    cursor: pointer;
}

.hovericon:hover {
    background-color: #f2f2f2;
}

.custom-select {
    border: 2px solid #c72037;
    color: #c72037;
    font-weight: 600;
    border-radius: 500px;
    font-size: 14px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.custom-select {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%c72037"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
}

.custom-select:active,
.custom-select:focus {
    box-shadow: none !important;
    border: 2px solid #c72037;
}

.save-insight {
    cursor: pointer;
}

.save-insight:hover {
    color: #c72037 !important;
}

.save-insight.clicked:hover {
    color: #851524 !important;
}
.save-insight:active {
    color: #851524 !important;
}
.save-insight.clicked:active {
    color: #c72037 !important;
}
.app-header.bg-light .navbar-brand {
    color: white !important;
    opacity: 1;
}
.app-header.bg-light .navbar-brand:hover {
    opacity: 0.8 !important;
}
.sidebar-custom {
    background-color: #2d314a !important;
}
.sidebar.sidebar-pills.sidebar-custom .nav-link {
    color: white !important;
    i {
        color: white !important;
    }
}
.sidebar.sidebar-pills.sidebar-custom .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    color: #ffc400 !important;
    i {
        color: #ffc400 !important;
    }
}
.body-custom .btn-success,
.body-custom .btn-primary {
    background-color: #c72037 !important;
    border-color: #c72037 !important;
    color: white !important;
}
.body-custom .btn-success:hover,
.body-custom .btn-primary:hover {
    background-color: #9e192b !important;
    border-color: #9e192b !important;
    color: white !important;
}
.body-custom .header-operation a,
.body-custom a.btn-link {
    color: #c72037 !important;
}
.body-custom .header-operation a:hover,
.body-custom a.btn-link:hover {
    color: #9e192b !important;
}

.p-header-2 {
    padding-top: 6rem !important;
}
/* sm: phone - landscape */
@media (max-width: 576px) {
}

/* md: tablet */
@media (max-width: 768px) {
    .w-calc-100 {
        width: calc(100%) !important;
    }
}

/* lg: desktop */
@media (max-width: 992px) {
}

/* xl: wide */
@media (max-width: 1200px) {
}

/* super wide */
@media (max-width: 1440px) {
}
