.error {
    color: red;
}

.file-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.upload-file {
    border: 2px dashed #505153;
    color: #9b9b9b;
    background-color: white;
    width: 100%;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    height: auto;
}

.upload-btn-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    min-height: 300px;
}

.success {
    display: none;
}

.success i {
    font-size: 22px;
    margin-left: 6px;
    margin-top: 10px;
    color: #00b665;
}

.font-50 {
    font-size: 100px;
}

.d-block {
    display: block;
}

.btn .upload-file {
    font-size: 13px;
}

.upload-btn {
    display: block;
    font-size: 18px;
    color: #508acc;
}

.select2-selection__choice {
    background-color: #405189 !important;
}

.date_css {
    background: #f5dc46 !important;
    color: white !important;
    text-align: center !important;
}

.back-btn {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.edit-form .card-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.edit-form .in-box .form-label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.edit-form .in-box label.error {
    bottom: -26px;
    font-size: 11px;
    left: 200px;
    position: absolute;
}

.edit-form .in-box .file-wrapper {
    display: block;
    width: 100%;
}

.edit-form .in-box .file-wrapper .upload-file {
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
    gap: 15px;
}

.edit-form .in-box .file-wrapper .upload-file .upload-btn i,
.edit-form .in-box .file-wrapper .upload-file .success i {
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 2px 0 0;
}

.edit-form .cancel-btn {
    background-color: #f06548;
    border: 1px solid #f06548;
}

.edit-table table {
    border: 1px solid #ebebf1;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.05);
    margin: 50px 0 0;
    width: 100%;
}

.edit-table th {
    background-color: #f3f3f3;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 28px;
}

.edit-table td {
    border-bottom: 1px solid #d9d9d9;
    color: #656565;
    font-size: 14px;
    padding: 12px 28px;
}

.edit-table td button {
    background-color: #0ab39c;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 3px 12px;
    transition: all ease 1s;
}

.edit-table td button:hover {
    background-color: #f06548;
}

.note-editor.note-frame.panel.panel-default {
    width: 100%;
}

.edit-form .in-box .note-editable p {
    text-align: center;
}

.edit-form .in-box .note-editable p img {
    width: 100% !important;
}

/* Mobile responsiveness */
@media (min-width: 320px) and (max-width: 767px) {
    .main-content .mob-sr {
        display: block !important;
    }

    .main-content .mob-sr .search-box,
    .main-content .mob-sr .col-xxl-3 {
        margin: 0 0 10px !important;
    }

    .main-content .mob-sr .btn.btn-primary {
        margin: 0 !important;
    }

    .mob-sr.dd .search-box .search-icon {
        margin-left: 10px;
    }

    .mob-sr.dd select.form-select {
        margin: 0 0 10px;
    }
}

/* Tablet and up */
@media (min-width: 768px) {
    .edit-form .in-box {
        display: flex;
        align-items: center;
    }

    .edit-form .in-box .form-label {
        margin: 0;
        width: 250px;
    }

    .edit-form .in-box.dd .form-label {
        width: 200px;
    }
}

/* File preview block */
.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    padding: 7px 10px;
}

.file-block .name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.file-block .file-delete {
    border-radius: 50%;
    height: 24px;
    display: flex;
    width: 24px;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
    background-color: #6eb4ff00;
    color: initial;
    font-size: large;
}

.file-block:hover .file-delete {
    background-color: #fff;
}

.file-block:hover .file-delete span {
    color: #f06548;
}

.file-delete span {
    transform: rotate(45deg);
}

#files-area {
    margin: 0 auto;
}

.normal-list table .text-muted p,
.normal-list table .text-muted p span {
    word-break: break-all;
}

.normal-list table th {
    width: 145px;
}

.brand-avatar {
    height: 2.5rem;
    width: 2.5rem;
}

.coming-soon-text-custom {
    font-weight: 600;
    text-transform: uppercase;
    color: #727272bb !important;
}

.custom-search-format {
    position: absolute;
    z-index: 99;
    background-color: white;
    width: 84%;
    border: 1px solid #efe3e3;
}

.custom-search-format ul li {
    border-bottom: 1px solid #e3dbdb;
}

/* Button styles */
.btn-success,
.btn-primary,
.btn-info {
    background-color: #f5dc46 !important;
    color: #000000 !important;
    border: 1px solid #f5dc46 !important;
}

/* Navbar active links */
.navbar-menu .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}

:is([data-layout=vertical], [data-layout=semibox])[data-sidebar=dark] .navbar-nav .nav-link.active {
    background: #28242440 !important;
}

/* Profile gradient */
.profile-wid-bg::before {
    background: linear-gradient(to top, #caaf5e, #98ae34) !important;
}

/* Sidebar hover color */
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link,
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar=dark][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
    background-color: #f5dc46 !important;
}

/* Theme utility classes */
.bg-theme {
    background-color: #f5dc46 !important;
    color: #000 !important;
}

.nav-customs.nav .nav-link.active,
.nav-customs.nav .nav-link.active:after,
.nav-customs.nav .nav-link.active:before {
    background-color: #f5dc46 !important;
    color: #000 !important;
}

.form-check-input:checked {
    background-color: #f5dc46 !important;
    border-color: #f5dc46 !important;
}

.select2-results__option--highlighted {
    background-color: #f5dc46 !important;
}
.navbar-menu .navbar-nav .nav-link {
    font-size:1rem !important;
    padding: 0.825rem 1.5rem !important;
}
.navbar-menu .navbar-nav .nav-link i {
    font-size: 21px !important;
    font-weight: 700;
}
