@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.signin-bg-gradient-dark {
    background-image: linear-gradient(195deg, #42424acc 0%, #191919e0 100%);
}

.w-half {
    width: 50%;
}

@media (max-width: 575.98px) {
    .signin-welcome {
        display: none !important;
    }

    .w-half {
        width: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .signin-welcome {
        padding: 1.5rem !important;
    }

    .signin-welcome h1 {
        font-size: 2rem !important;
        letter-spacing: 0.5rem !important;
    }

    .signin-welcome h3 {
        font-size: 1rem !important;
    }

    .social-logins a {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }

    .w-half {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .signin-welcome {
        padding: 1.5rem !important;
    }

    .signin-welcome h1 {
        font-size: 3rem !important;
        letter-spacing: 1rem !important;
    }

    .signin-welcome h3 {
        font-size: 1.5rem !important;
    }

    .social-logins a {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    .w-half {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .signin-welcome h1 {
        font-size: 4rem !important;
    }

    .signin-welcome h3 {
        font-size: 1.8rem !important;
    }

    .w-half {
        width: auto;
    }
}

@media (min-width: 1199.98px) and (max-width: 1919px) {
    .w-half {
        width: 75%;
    }
}

@media (min-width: 1920px) {
    .w-half {
        width: 50%;
    }
}

.signin-wrapper {
    display: flex;
    width: 100vw;
    z-index: 1;
}

.signin-welcome {
    height: 100vh;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signin-welcome h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1rem;
}

.signin-welcome h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    /* color: #f5f5f5; */
    letter-spacing: .2rem;
}

.signin-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    padding: 2rem;
}

.signin-logo {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.signin-logo img {
    width: 100%;
}

.signin-container .footer {
    position: absolute;
    bottom: 0;
}

.signin-container .text-sm,
.signin-container .form-switch .form-check-label,
.signin-container .footer .copyright {
    color: #5a5a5a;
}

.signin-container .footer .copyright a {
    text-decoration: none;
    color: #5a5a5a;
    transition: color 0.3s;
}

.signin-container .footer .copyright a:hover {
    color: #979797;
}

.input-dark input {
    background-color: #000 !important;
    color: #d5d5d5 !important;
    -webkit-text-fill-color: #d5d5d5 !important;
    padding: 0px 10px;
    height: 45px;
    border-radius: 5px;
}

.toggle-password-dark {
    margin-bottom: 0rem;
    width: 50px;
    padding: 0rem;
    box-shadow: none;
    border: none;
    background-color: #000 !important;
}

.toggle-password-light {
    margin-bottom: 0rem;
    width: 50px;
    padding: 0rem;
    box-shadow: none;
    border: 1px solid #d2d6da;
    background-color: #ffffff !important;
}

.is-filled .toggle-password-light,
.is-focused .toggle-password-light {
    border: 2px solid #2d87ec;
}

.is-filled #toggle_password {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.signin-btn {
    border-radius: 25px;
}

.social-logins {
    display: flex;
}

.social-logins a {
    text-decoration: none;
    color: #eaeaea;
    width: 50px;
    height: 50px;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 1rem 0rem 0rem;
}

.navbar-main {
    background-color: rgba(255, 255, 255, 0.8) !important;
    position: sticky !important;
    top: 1% !important;
    box-shadow: inset 0 0px 1px 1px rgba(254, 254, 254, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
    z-index: 1020;
    margin-top: 1.5rem !important;
}

.navbar-profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#permissions_tbody .row {
    margin: 0rem;
}

.loading-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.68);
    inset: 0;
    z-index: 1024;
}

.loading-container img {
    width: 100px;
    height: 100px;
}

.request-container {
    z-index: 1;
}

.request-container h4 {
    color: #f5f5f5;
}

#customer_request_status_modal .modal-content {
    background-image: url("../../img/backgrounds/background-request-status.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#customer_request_status_modal .subtitle {
    color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1;
    width: 75%;
    text-align: left;
    padding-left: .2rem;
}

#customer_request_status_modal .title {
    color: #18b3c5;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1;
    width: 75%;
    text-align: right;
    padding-right: .2rem;
}

#customer_request_status_modal .message {
    color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.btn.btn-sm i {
    font-size: inherit;
}

.select2-container {
    border: 1px solid;
    border-radius: 0.375rem !important;
    border-color: #2d87ec !important;
    border-top-color: transparent !important;
    box-shadow: inset 1px 0 #2d87ec, inset -1px 0 #2d87ec, inset 0 -1px #2d87ec;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 0.875rem;
}

.select2-results__option--selectable {
    font-size: 0.875rem;
}

/* .form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked {
    background: #2d87ec;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border-color: #2d87ec;
} */

.dataTables_info,
.dataTables_paginate .paginate_button {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

.dataTables_length,
.dataTables_info {
    padding-left: 1rem;
}

.dataTables_filter {
    padding-right: 1rem;
}

.dataTable td {
    border-color: #f0f2f5;
    padding: 0.5rem 0.5rem !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f0f2f5 !important;
}

.text-right {
    text-align: right !important;
}

td.table-action {
    padding-right: 1rem !important;
}

td.table-action .btn-sm {
    padding: 0.2rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 0.3rem;
}

.badge-order {
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 2rem;
    padding: .4rem 1rem;
    color: inherit;
    border: 2px solid #1a73e833;
}

.child-order-artwork {
    height: 250px;
    max-width: 100%;
    transition: scale 0.3s;
    object-fit: contain;
}

.child-order-artwork:hover {
    scale: 1.1;
}

.comment-container {
    background-color: rgba(255, 0, 121, 0.06);
    border-radius: 0.5rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03);
}

.comment-container p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
