﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #4a2c1b;
}


p, body {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 25px;
    color: #797979;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 45px;
    line-height: 50px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

h3 {
    font-size: 35px;
    line-height: 35px;
}

h4 {
    font-size: 30px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 25px;
}

h6 {
    font-size: 18px !important;
    line-height: 30px !important;
}

.sub-title {
    color: #c19d56;
    font-size: 15px!important;
    font-weight: 500!important;
    text-transform: uppercase;
    line-height: 1em!important;
    letter-spacing: 2px;
}

.sub-title .fa-mug-hot {
    margin-right: 5px;
}

.text-muted {
    color: #b2adad !important;
}

.text-primary {
    color: #4a2c1b !important;
}

.content-wrapper > .content {
    padding: 40px;
    margin-bottom: 60px;
}

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

/* Sidebar */
.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (14rem + 1px));
}

[class*=sidebar-dark-] {
    background-color: #1c0f0a !important;
    box-shadow: 0 -0.8rem 1.2rem #28232d1a;
}

.main-sidebar {
    width: 290px!important;
}

.sidebar-mini .main-sidebar .nav-link {
    width: calc(280px - .5rem*2);
}

.side-bar-fixed-col {
    background-color: #fff;
}

.side-bar-logo {
    padding: 0.5rem 1rem;
}

.logo-img {
    width: 200px;
}

.side-bar-profile {
    border-top: 1px solid #79554878;
    display: flex;
    padding: 1rem;
    align-items: center;
}

.img-avatar {
    width: 55px;
    background-color: #eeddd7;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
}

.profile-img-sec {
    position: relative;
}

.online-circle {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #34c759;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.7);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(52, 199, 89, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0);
    }
}

.online-text {
    font-size: 14px;
    line-height: 14px;
}

.logged-username {
    color: #4a2c1b;
    margin-bottom: 0px;
}

.sidebar-scroll {
    padding: 1rem;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background: linear-gradient(135deg, #c19d56 0%, #85682f 100%) !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active p > .right {
    right: 1rem;
}

.text-sm .nav-link {
    padding: .5rem .8rem;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: .5rem;
}

.nav-link.active p {
    color: #ffffff;
}

.nav-link p {
    color: #ababab;
    font-size: 15px;
}

.nav-sidebar .nav-link > p > .right {
    right: 0rem;
    top: .9rem;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link {
    background-color: #c19d5645;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link p {
    color: #ffffff;
}

[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: #c19d5600;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link p {
    color: #ffffff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #c19d5645;
}

.nav-sidebar .nav-treeview .nav-link {
    padding: .3rem 1rem !important;
}

/* mini sidebar */
.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    width: 5.2rem !important;
}

.sidebar-mini .side-bar-logo {
    padding: 13px;
}

.sidebar-mini .side-bar-profile {
    padding: 13px;
}

.sidebar-mini .os-content {
    padding: 13px!important;
}

.sidebar-mini.sidebar-collapse .logged-username, .sidebar-mini.sidebar-collapse .online-text {
    display: none;
}

.mini-logo {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .logo-img {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .mini-logo {
    display: block;
    width: 60px;
}

/* sidebar hover */
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 290px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logged-username, .sidebar-mini.sidebar-collapse .main-sidebar:hover .logged-username {
    display: block !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .online-text, .sidebar-mini.sidebar-collapse .main-sidebar:hover .online-text {
    display: block !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-link, .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-link {
    width: calc(280px - .5rem*2);
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .mini-logo, .sidebar-mini.sidebar-collapse .main-sidebar:hover .mini-logo {
    display: none!important;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-img, .sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-img {
    display: block;
}

/* Footer */
.main-footer {
    position: fixed;
    bottom: 0;
    padding: 0.7rem 2.5rem;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-top: 1px solid #6262620d;
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45,.10);
    color: #4a2c1b;
    font-size: 15px;
    margin-left: 150px !important;
}

/* Header */
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 290px;
}

.header-nav-icons {
    font-size: 25px;
    cursor: pointer;
    display: flex;
    background-color: #79554829;
    color: #795548;
    border-radius: 5px;
    padding: 0.5rem;
}

.navbar {
    padding: .5rem 1.5rem;
}

.header-nav-icons:hover, .header-icons:hover {
    color: #c19d56 !important;
    text-decoration: none;
}

.header-icons {
    font-size: 18px;
    cursor: pointer;
    display: flex;
    background-color: #79554829;
    color: #795548;
    border-radius: 5px;
    padding: 13px 13px 11px;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.img-avatar-header {
    width: 42px;
    background-color: #eeddd7;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}

/* user dropdown */
.user-menu .dropdown-toggle::after {
    display: none;
}

.dropdown-menu .dropdown-item button {
    width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ffffff00;
}

.dropdown-menu {
    margin-top: 20px;
    border-radius: 15px !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 250px;
}

.animated--fade-in {
    animation: fadeIn 0.2s ease-in-out;
}

.profile-header .logged-username {
    color: #fff;
    margin-bottom: -5px;
}

.profile-header {
    background: linear-gradient(135deg, #2e1a12 0%, #744023 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
}

.profile-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 1;
}

.profile-avatar img {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.profile-email {
    font-size: 15px;
    color: #c7c7c7;
}

.profile-info {
    margin: 5px 0px 10px;
}

.profile-status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    padding: 0.3rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.status-dot {
    border-radius: 50%;
    animation: pulse 2s infinite;
    font-size: 12px;
    line-height: 1rem;
    color: #15cd77;
}

.fa-circle {
    font-size: 12px !important;
    margin-right: 0px !important;
    position: relative !important;
    top: 0px !important;
    color: #c19d56;
}

.navbar-expand .navbar-nav .nav-link.logout-link {
    padding-left: 0rem;
}

.navbar-nav.logout-nav {
    justify-content: center;
}

.navbar-nav.logout-nav .nav-link {
    color: #e46161;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f90909;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrum */
.main-breadcrum-sec {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #79554878;
    margin-bottom: 30px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #c19d56;
}

.breadcrumb-item {
    color: #c19d56;
}

.breadcrumb-item a {
    color: #797979;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: #c19d56;
}

.breadcrumb-item.active {
    color: #c19d56;
}

.breadcrum-sec {
    padding: 0px;
}

/* Button */
.btn-primary {
    background: linear-gradient(135deg, #c19d56 0%, #936d23 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3) !important;
    color: #fff;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    box-shadow: 0 15px 35px rgba(212, 165, 116, 0.4) !important;
}

/* Datatable */
.table td, .table th {
    white-space: nowrap;
}

.data-table-sec, .form-sec {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 60px;
}

.table-header-col-1 {
    position: relative;
    z-index: 2;
}

.table-header-col-2 {
    display: flex;
}

.data-table-header, .form-header {
    padding: 30px;
    background: linear-gradient(135deg, #c19d56 0%, #85682f 100%);
    position: relative;
}

.data-table-header::before, .form-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.form-body {
    padding: 30px;
}

.table-last-create-btn {
    padding: 0px 30px 30px;
}

.data-table-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 25px;
    color: #fff;
}

.data-table-subtitle {
    color: #fff;
    font-size: 17px;
}

.header-add-btn {
    background-color: #fff;
    color: #4a2c1b;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
    z-index: 2;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.header-add-btn:hover {
    background-color: #ffffff00;
    color: #fff;
    border: 1px solid #fff;
}

table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: none;
}

.data-table-body th {
    text-align: left;
    padding: 18px 30px;
    color: #4a2c1b;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff3da !important;
    border-top: none;
    background: #fff9ed;
}

.data-table-body td {
    padding: 15px 30px;
    border-bottom: 1px solid #f7e9e4;
    border-top: none;
    font-size: 15px;
    color: #797979;
}

.data-table-body tr {
    border: none;
}

.data-table-body tbody tr:hover {
    background: linear-gradient(135deg, #ffac090f 0%, #ffd68512 100%);
    overflow: hidden;
}

.data-table-sec tbody tr {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
    gap: 0.5rem;
    padding: 0px 30px 30px;
}

.page-item .page-link {
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    background: white;
    color: #64748b;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    font-weight: 500;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem #d5c7c2;
}

.page-item.disabled .page-link {
    border-color: #cac0bc;
}

.page-item:hover .page-link {
    background: #79554814;
    border-color: #795548;
}

.page-item.active .page-link {
    background: #795548;
    color: white;
    border-color: #795548;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}

.dataTables_filter .form-control {
    padding: 0.75rem 1rem 0.75rem 1rem;
    border: 2px solid #d5c7c2;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 280px !important;
}

.dataTables_filter .form-control:focus {
    outline: none;
    border-color: #795548;
    box-shadow: 0 0 0 3px #79554830;
}

.dataTables_scroll {
    background: white;
    margin: 30px 0px;
}

table.dataTable {
    margin-top: 0px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0px 30px 35px;
}

.data-table-sec label {
    margin-bottom: 0rem;
}

.dataTables_wrapper .row {
    align-items: center;
}

.dataTables_length {
    padding: 30px 30px 0px;
}

div.dataTables_wrapper div.dataTables_filter {
    padding: 30px 30px 0px;
}

.btn-sm {
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-sm.btn-success {
    background-color: #28a745;
}

.btn-sm.btn-success:hover {
    background-color: #218838;
    color: #fff;
}

.btn-sm.btn-warning {
    background-color: #c19d56;
    margin-left: 10px;
}

.btn-sm.btn-warning:hover {
    background-color: #85682f;
    color: #fff;
}

.btn-sm.btn-danger {
    background-color: #e63946;
    margin-left: 10px;
}

.btn-sm.btn-danger:hover {
    background-color: #c82333;
    color: #fff;
}

.btn-sm.btn-primary {
    background-color: #936d23 !important;
    background: inherit;
    margin-left: 10px;
}

.btn-sm.btn-primary:hover {
    background-color: #c19d56 !important;
    background: inherit;
    color: #fff;
}

#stagingTable {
    margin: 30px 0px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: transparent;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #989191;
}

/* Forms */
.required:after {
    content: " *";
    color: red;
}

.form-control-sm {
    height: calc(2.5rem + 2px);
    font-size: 1rem;
    border: 2px solid #e0c9c1;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.form-body .form-control, .create-form-body .form-control {
    padding: 0.55rem 1rem 0.55rem 1rem;
    border: 2px solid #e0c9c1;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 50px;
}

textarea.form-control {
    height: auto !important;
}

.form-body .form-control:focus, .create-form-body .form-control:focus {
    outline: none;
    border-color: #4a2c1b;
    box-shadow: 0 0 0 3px #79554830;
}

.select2-container--bootstrap4 .select2-selection {
    padding: 0.3rem 0.8rem;
    border: 2px solid #e0c9c1;
    border-radius: 10px !important;
    transition: all 0.3s ease;
    height: auto !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    outline: none;
    border-color: #4a2c1b;
    box-shadow: 0 0 0 3px #79554830;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #4a2c1b;
    border-radius: 0.3rem;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #4a2c1b;
    border: 1px solid #4a2c1b;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
}

.select2-container--bootstrap4 .select2-selection__clear, .select2-container--bootstrap4 .select2-selection__clear:hover {
    color: #ffffff;
    background-color: #4a2c1b;
}

.btn {
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn.btn-update, .btn.btn-create {
    background-color: #c19d56;
    width: 100%;
}

.btn.btn-update:hover, .btn.btn-create:hover {
    background-color: #85682f;
    color: #fff;
}

.btn.btn-back {
    background-color: #8b9095;
    margin-left: 10px;
    width: 100%;
}

.btn.btn-back:hover {
    background-color: #5a6268;
    color: #fff;
}

.btn-sm.btn-info {
    background-color: #f5c126;
    border-color: #f5c126;
}

.btn-sm.btn-info:hover {
    background-color: #e0ad16;
    border-color: #e0ad16;
}

.btn-sm.btn-view-comment {
    background-color: #00BCD4;
    color: #fff;
}

.btn-sm.btn-view-comment:hover {
    background-color: #359aa7;
}

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length select:focus {
    padding: 5px 25px;
    border: 2px solid #d5c7c2;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 0px 5px;
    height: calc(2.5rem + 2px);
}

.create-form-body {
    margin: 30px 30px 0px;
}

.create-form-body .alert.alert-success {
    margin: 1rem 0rem !important;
}

div.dataTables_processing > div:last-child > div {
    background: #4a2c1b;
}

.alert-success h5 {
    color: #ffd;
}

.alert-success .close, .alert-success .mailbox-attachment-close {
    color: #ffffff;
    opacity: .5;
    background-color: #191919 !important;
    padding: 5px 11px 7px !important;
    font-size: 20px !important;
    position: relative;
    top: 7px !important;
    right: 7px !important;
}

.alert-success .close:hover, .alert-success .mailbox-attachment-close:hover {
    color: #fff;
    text-decoration: none;
}

.alert-dismissible {
    padding-right: 1rem;
}

hr {
    margin-top: 0.5rem;
    border-top: 1px solid #95763a7d;
}

/* Popup form */
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    background-color: #4a2c1b !important;
    padding: 5px 12px 7px !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
    right: 10px;
}

.close:hover {
    color: #ffffff;
    text-decoration: none;
}

.modal-body {
    padding: 40px;
}

/* nav tabs */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin: 30px 30px 0px;
}

.nav-tabs .nav-link {
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: #4a2c1b;
    color: #fff;
}

.nav-tabs .nav-link {
    color: #4a2c1b;
}

.report-filter-form .btn-sm.btn-danger {
    background-color: #e63946;
    margin-left: 0px;
}

/* Alert popup */
.alert-success {
    color: #23923d;
    background-color: #b7fac6;
    border-color: #6ec783;
    border-radius: 10px;
}

.alert-danger {
    color: #d32535;
    background-color: #ffcdd2;
    border-color: #eb7b85;
    border-radius: 10px;
}

.alert-success .custom-close-button {
    color: #ffffff;
    background-color: #23923d !important;
    border: none;
    padding: 8px 13px 10px;
    line-height: 18px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    right: 10px;
    position: absolute;
    top: 7px;
}

.alert-danger .custom-close-button {
    color: #ffffff;
    background-color: #dc3545 !important;
    border: none;
    padding: 8px 13px 10px;
    line-height: 18px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    right: 10px;
    position: absolute;
    top: 6px;
}