

/* Base styles (for default screen sizes) */
body {

    font-family: Poppins, serif;
    background: white!important;
    margin: 0;
    padding: 0;
}


/* ================================
   GLOBAL SCROLLBAR (X + Y)
================================ */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #c7d2fe transparent;
}

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    width: 6px;      /* vertical */
    height: 6px;     /* horizontal */
}

*::-webkit-scrollbar-thumb {
    background-color: #c7d2fe;
    border-radius: 6px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}


.main-card {
    background-image: url('/img/swal-bg.png') !important; /* 🔁 update path */
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
    border-radius: 16px;
    padding-bottom: 50px; /* space for image */
    overflow: hidden;
}

.swal-custom-popup {
    border-radius: 12px !important;
    padding: 0 !important;
    width: 420px !important;
    font-family: Poppins, serif;
}

.swal2-html-container {
    padding: 0!important;
}

.swal-custom-header {
    padding: 12px 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.swal-custom-title {
    font-size: 15px;
    font-weight: 600;
}

.swal-custom-close {
    cursor: pointer;
    font-size: 20px;
    opacity: 0.85;
}

.swal-custom-close:hover {
    opacity: 1;
}

.swal-custom-body {
    padding: 22px 18px;
    text-align: center;
}

.swal-custom-icon {
    margin-bottom: 12px;
}

.swal-custom-message {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}


.swal-custom-popup {
    background-image: url('/img/swal-bg.png'); /* 🔁 update path */
    background-repeat: repeat;
    background-position: bottom center;
    background-size: contain;
    border-radius: 16px;
    padding-bottom: 180px; /* space for image */
    overflow: hidden;
}

/* Optional: keep content readable */
.swal-custom-header,
.swal-custom-body {
    background: transparent;
    position: relative;
    z-index: 2;
}

/* Optional: if you want ONLY background (no UI at all) */
.swal-bg-only {
    background-image: url('/img/swal-bg.png');
    background-repeat: repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 0;
    height: 320px;
}

.disc-text {
    -webkit-text-security: disc;
}

.error-text {
    color: #dc3545;
    font-size: .875rem;
    margin-top: 4px;
}

.logo {
    max-width: -webkit-fill-available !important;
}

.theme-bg {
    background: #0E4CAF !important;
}

.cursor-pointer{
    cursor: pointer;
}


.error {
    color: #dc3545;
    padding-top: 2px;
}
.captcha{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.btn-refresh
{
    height : 36px
}

.swal-custom-popup {
    padding: 0 !important;
    border-radius: 12px;
    overflow: hidden;
    width: 420px;
}

.swal-custom-header {
    background: #162f6a;
    color: #fff;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.swal-custom-close {
    cursor: pointer;
    font-size: 20px;
}

.swal-custom-body {
    padding: 24px 28px 30px;
    text-align: center;
}

.swal-custom-icon i {
    font-size: 44px;
    color: #337ab7;
    margin-bottom: 12px;
}

.swal-custom-message {
    font-size: 16px;
    margin: 12px 0 0 0;
    color: #333;
}

.swal-custom-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #cfd8dc;
    padding: 10px 6px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    text-align: center;
}

.swal-custom-input:focus {
    border-bottom-color: #337ab7;
}

.input-error {
    border-bottom-color: #dc3545 !important;
}

.swal-input-error {
    display: none;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 14px;
    color: #dc3545;
    text-align: left;

}


.swal-custom-btn {
    margin-top: 24px;
    background: #286090;
    border: none;
    color: #fff;
    padding: 8px 26px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 14px 10px !important;
}
