* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
    z-index: 1050;
}

#alertDiv {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
    z-index: 1050;
}

.raha-login #admin-login form button {
    display: flex;
    padding: 12px 40px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Main-Radial, radial-gradient(46.19% 50.94% at 50% 100%, #587EDB 0%, #1445C2 100%));
    width: fit-content !important;
    margin: 30px 0px 0px;
}



.form input {
    border-radius: 15px !important;
    border: 2px solid var(--Main-Radial, #587EDB) !important;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(46.19% 50.94% at 50% 100%, rgba(88, 126, 219, 0.10) 0%, rgba(20, 69, 194, 0.10) 100%);
    box-shadow: 0px 156px 44px 0px rgba(176, 176, 176, 0.00), 0px 100px 40px 0px rgba(176, 176, 176, 0.01), 0px 56px 34px 0px rgba(176, 176, 176, 0.05), 0px 25px 25px 0px rgba(176, 176, 176, 0.09), 0px 6px 14px 0px rgba(176, 176, 176, 0.10);
    display: flex;
    padding: 12px 20px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

#feedback-mockup {
    width: 100%;
}

h2 {
    font-weight: bold;
}

.raha-login .col-md-6.d-flex.align-items-center.justify-content-center {
    padding: 0px;
}

.raha-login .col-md-6.d-flex.align-items-center.justify-content-center {
    padding: 0px;
}

@media (max-width: 768px) {
    #admin-login {
        margin-bottom: 30px;
    }

    .raha-login .bg-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    }

    .raha-login .w-75 {
        width: 100% !important;
    }

    .raha-login .col-md-6.p-5.d-flex.align-items-center.justify-content-center.bg-white {
        padding: 0px !important;
    }

    #feedback-mockup {
        display: none;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        flex-direction: column;
    }
}


.table thead th {
    border-bottom: none;
}

.table td,
.table th {
    vertical-align: middle;
}

input.form-check-input {
    margin-right: 10px;
}

.btn {
    border-radius: 8px;
}


.pagination .page-link {
    border-radius: 50%;
    border: none;
}

.page-link {
    color: #587EDB;
}

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

.btn-primary {
    background: linear-gradient(46.19% 50.94% at 50% 100%, #587EDB 0%, #1445C2 100%);
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary {
    border-color: #1445C2;
    color: #1445C2;
}

.table-hover tbody tr:hover {
    background-color: rgba(88, 126, 219, 0.05);
}

.admin {
    background: #F7F9FD;
}

.contain{
    /* width: 1600px; */
}
.ctm-bg {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 3px rgba(234, 236, 240, 1);
}

.ctm-bg-btn {
    background: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0px 0px 2px 1px rgba(234, 236, 240, 1);
}

.table td,
.table th {
    vertical-align: middle;
    padding: 15px 20px;
    border: 1px solid rgba(234, 236, 240, 1);
}

.table thead th {
    border-bottom: none;
    color: var(--Gray-500, #667085);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.table td {
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form-input-ctm {
    display: flex;
    gap: 10px;
    width: 100%;
}

.form-input input,
.form-input-ctm input {
    width: 100%;
}

.form-input {
    width: 100%;
}

.form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-primary {
    border-radius: 10px;
    background: var(--Main-Radial, radial-gradient(46.19% 50.94% at 50% 100%, #587EDB 0%, #1445C2 100%)) !important;
}

.form button.btn.btn-primary.w-100 {
    margin-top: 20px !important;
    padding: 12px 40px;
    width: fit-content !important;
    margin: 0 auto;
}

.modal-content .modal-body {
    border-radius: 20px;
    border: 2px solid var(--Main-Radial, #587EDB);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), #FFF;
    box-shadow: 0px 156px 44px 0px rgba(176, 176, 176, 0.00), 0px 100px 40px 0px rgba(176, 176, 176, 0.01), 0px 56px 34px 0px rgba(176, 176, 176, 0.05), 0px 25px 25px 0px rgba(176, 176, 176, 0.09), 0px 6px 14px 0px rgba(176, 176, 176, 0.10);
}

.modal-content .modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-body {
    text-align: center;
}

.modal-content {
    border-radius: 20px;
}

.modal-body img {
    width: 200px;
    height: 200px;
    margin-bottom: -94px !important;
    margin: 0 auto;
}

.form-input .icons img {
    position: absolute;
    width: 20px;
    z-index: 99999;
    right: 20px;
    bottom: auto;
    top: 15px;
    height: auto !important;
}

button.btn.btn-outline-secondary.btn-sm {
    border: none;
    outline: none;
    background: none;
}

a.btn.btn-outline-secondary.btn-sm {
    border: none;
    outline: none;
    background: none;
}

.board {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    min-height: 50vh;
    max-height: 70vh;
    overflow-y: scroll;
}

.text-gray {

    color: #a1a1a1;
    margin-top: 130px;
}

.tasks.tasks:not(:last-child) {
    margin-right: 0.6rem;
}

.tasks {
    display: inline-block;
    width: 18rem;
    padding: 0 1rem 1rem 1rem;
    border: 1px solid var(--ct-border-color);
    vertical-align: top;
    margin-bottom: 1.2rem;
    border-radius: var(--ct-border-radius);
}

.tasks .task-header {
    background-color: var(--ct-tertiary-bg);
    padding: 1rem;
    margin: 0 -1rem;
    font-size: 18px;
}

.task-list-items {
    min-height: 100px;
    position: relative;
}

.tasks .card {
    white-space: normal;
    margin-top: 1rem;
}

.card {
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    margin-bottom: 1.5rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.card {
    --ct-card-spacer-y: 1.5rem;
    --ct-card-spacer-x: 1.5rem;
    --ct-card-title-spacer-y: 0.75rem;
    --ct-card-border-width: var(--ct-theme-card-border-width);
    --ct-card-border-color: var(--ct-border-color);
    --ct-card-border-radius: var(--ct-border-radius);
    --ct-card-box-shadow: var(--ct-box-shadow);
    --ct-card-inner-border-radius: calc(var(--ct-border-radius) -(var(--ct-theme-card-border-width)));
    --ct-card-cap-padding-y: 1.125rem;
    --ct-card-cap-padding-x: 1.5rem;
    --ct-card-cap-bg: transparent;
    --ct-card-bg: var(--ct-secondary-bg);
    --ct-card-img-overlay-padding: 1.5rem;
    --ct-card-group-margin: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--ct-card-height);
    color: var(--ct-body-color);
    word-wrap: break-word;
    background-color: var(--ct-card-bg);
    background-clip: border-box;
    border: var(--ct-card-border-width) solid var(--ct-card-border-color);
    border-radius: var(--ct-card-border-radius);
}

.tasks {
    padding: 18px;
    border-radius: 7.059px 7.059px 7.06px 7.06px;
    background: var(--Light-Gray-Light-Gray-5, #F6F8F9);
}

.d-flex.wrap-box .d-flex img {
    width: 30px;
    height: 30px;
}

.d-flex.wrap-box img {
    width: 15px;
    height: 15px;
}

.d-flex.wrap-box .d-flex {
    gap: 10px;
}

.d-flex.wrap-box {
    justify-content: space-between;
    gap: 10px;
}

.tasks .card {
    white-space: normal;
    margin-top: 0.8rem;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.title span {
    color: var(--Gray-500, #667085);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    padding: 0px;
    margin: 0px;
}

.title h6 {

    word-break: break-all;
    white-space: normal;
    font-size: smaller;
    margin-bottom: 0rem;
}

.cat-select select{
    display: flex;
    padding: 6px 0px;
    margin-left: 5px;
    justify-content: right;
    outline: none !important;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Main-Radial, #587EDB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.year-month-select .month-select{

    padding: 0px 0px;
}
.year-month-select .year-select{
    /* display: flex; */
    padding: 0px 20px;

    /* margin-left: 3px;
    justify-content: right;
    outline: none !important;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Main-Radial, #587EDB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
}

.select select {
    display: flex;
    padding: 4px 4px;
    justify-content: space-between;
    outline: none !important;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Main-Radial, #587EDB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: small;
}

.select {
    margin-top: 5px;
}

.select .year-select {
    display: inline;
    padding: 5px 10px;
    /* margin-top: 1px; */
    padding-right: 0px;
    justify-content: space-between;
    outline: none !important;
    align-items: center;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid var(--Main-Radial, #587EDB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.select .month-select {
    display: inline;
    padding: 5px 10px;
    padding-right: 0px;
    /* margin-top: 1px; */
    justify-content: space-between;
    outline: none !important;
    align-items: center;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid var(--Main-Radial, #587EDB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


.file-uploader {
    min-width: 500px;
    max-width: 700px;
    background: #fff;
    display: block;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
    width: 100% !important;
}

.file-uploader .uploader-header {
    display: flex;
    padding: 20px;
    background: #EEF1FB;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
}

.uploader-header .uploader-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.uploader-header .file-completed-status {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.file-uploader .file-list {
    list-style: none;
    width: 100%;
    padding-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
}

.file-uploader .file-list:has(li) {
    padding: 20px;
}

.file-list .file-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.file-list .file-item:last-child {
    margin-bottom: 0px;
}

.file-list .file-item .file-extension {
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #5145BA;
}

.file-list .file-item .file-content-wrapper {
    flex: 1;
}

.file-list .file-item .file-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.file-list .file-item .file-name {
    font-size: 1rem;
    font-weight: 600;
    word-wrap: break-word; /* Ensures long words break to the next line */
    word-break: break-all; /* Optionally breaks long words if necessary */
    white-space: normal;
}

.file-list .file-item .file-info {
    display: flex;
    gap: 5px;
}

.file-list .file-item .file-info small {
    color: #5c5c5c;
    margin-top: 5px;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}

.file-list .file-item .file-info .file-status {
    color: #5145BA;
}

.file-list .file-item .cancel-button {
    align-self: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-size: 1.4rem;
}

.file-list .file-item .cancel-button:hover {
    color: #E3413F;
}

.file-list .file-item .file-progress-bar {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9;
}

.file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: #5145BA;
}

.file-uploader .file-upload-box {
    margin: 10px 20px 20px;
    border-radius: 5px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #B1ADD4;
    transition: all 0.2s ease;
}

.file-uploader .file-upload-box.active {
    border: 2px solid #5145BA;
    background: #F3F6FF;
}

.file-uploader .file-upload-box .box-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #626161;
}

.file-uploader .file-upload-box.active .box-title {
    pointer-events: none;
}

.file-upload-box .box-title .file-browse-button {
    color: #5145BA;
    cursor: pointer;
}

.file-upload-box .box-title .file-browse-button:hover {
    text-decoration: underline;
}

.file-uploader {
    width: 700px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
}

.upload {
    text-align: center;
    min-width: 500px;
    max-width: 600px;
    margin: 0 auto;
}

span.ctm-color {
    background: var(--Main-Radial, radial-gradient(46.19% 50.94% at 50% 100%, #587EDB 0%, #1445C2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h5.file-name {
    text-align: left;
}

.ctm-header.ctm-ctm.mb-5 a {
    border-radius: 10px;
    background: #F6F6F6;
    display: flex;
    padding: 15px 25px;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
}

.ctm-header.ctm-ctm.mb-5 {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
