.input-image {
    max-width: 100px;
    margin: 10px 0;
}

.custom-btn {
    cursor: pointer;
}

.content {
    min-height: 1366px;
}

.dropdown-toggle:hover,
.nav-link:hover,
.list-icons-item:hover {
    cursor: pointer;
}

.error-text {
    color: red !important;
}

.error-field {
    border: 1px solid red;
}

.drop-down-content .year-drop-down {
    width: 90px !important;
}

.required {
    color: red;
}

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-xs {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0.125rem;
}

.table th,
.table td {
    padding: 5px 10px;
}

.restrict-content {
    white-space: nowrap;
    overflow: scroll;
    max-width: 200px;
}

.restrict-content {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.restrict-content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.navbar-brand img {
    height: 2.5rem;
}

.hover-thumb:hover {
    cursor: pointer;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    -webkit-box-pack: center;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon.swal2-warning {
    font-size: 1em !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

    /*  or  */

    /*   display: none; */
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.content {
    min-height: calc(100vh - 48px) !important;
}

html.swal2-shown,
body.swal2-shown {
    overflow-y: auto !important;
}

/* back-to-top starts */

.back-to-top {
    height: 40px;
    width: 40px;
    border-radius: 30px;
    background-color: #324148;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    display: none;
}

html,
body {
    scroll-behavior: smooth;
}

.back-to-top span {
    color: #ffffff;
}

.back-to-top span {
    pointer-events: none;
}

.hide-back-to-top {
    display: none;
}

.show-back-to-top {
    display: block;
}

/* back-to-top ends */

.swal2-content {
    padding-bottom: 15px !important;
}

body {
    padding-right: 0 !important;
}

input[readonly] {
    background-color: #eaeae9 !important;
}

input[type="checkbox"] {
    height: 18px !important;
    width: 18px !important;
    position: relative;
    top: 4px;
}

.icon-1x {
    font-size: 20px;
}

ul.module-options {
    list-style: "◈";
    font-size: 1.1em;
}

ul.module-options li::before {
    color: #2196f3;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    font-size: 1.2em;
}

.module-link-container-primary {
    margin: 8px 4px 8px 0px;
    padding: 8px;
}

.module-link-container-primary:hover {
    /* border: 1px solid #2196f3; */
    border-radius: 4px;
    background-color: #2196f3;
    color: #ffffff;
}

.text-teal {
    color: #26a69a;
}

.module-link {
    border: 1px solid rgba(50, 65, 72, 0.7);
}

.module-link:hover {
    border: 1px solid rgba(39, 163, 246, 1) !important;
    color: rgba(39, 163, 246, 1) !important;
}

.text-form-section-title {
    color: #084783;
}

.module-overall-title {
    font-weight: bold;
    color: rgba(50, 65, 72, 0.9);
}

.module-overall-description {
    color: rgba(50, 65, 72, 0.7) !important;
    /* background: url('/images/icon.png'); */
}

.active-sidebar {
    background: rgba(49, 186, 253, 0.7) !important;
}

@font-face {
    font-family: "Preeti";
    src: url("/brightsahakari/webfonts/preeti/Preeti.woff2") format("woff2"),
        url("/brightsahakari/webfonts/preeti/Preeti.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

input[name="full_name_nepali"],
.nepali-font {
    /* font-family: "Preeti"; */
    font-weight: normal;
    font-style: normal;
    /* font-size: 1.4em; */
}

.font-preeti {
    /* font-family: "Preeti"; */
    font-weight: normal;
    font-style: normal;
    /* font-size: 1.4em; */
}


input:focus {
    border: 1px solid #2D91C2;
}

.print-only {
    display: none !important;
}

@media print {
    .modal, .fade {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0); 
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0); 
        opacity: 1;
    }
    to {
        transform: translateX(100%); 
        opacity: 0;
    }
}

.modal-slide-in {
    animation: slideIn 0.6s forwards;
}

.modal-slide-out {
    animation: slideOut 0.6s forwards;
}


.setting-custom-checkbox {
    appearance: none; 
    width: 1.5rem; 
    height: 1.5rem; 
    border: 2px solid #0557A4;
    border-radius: 30%;
    outline: none; 
    cursor: pointer;
    position: relative;
    /* margin-left: 2px; */
}

.setting-custom-checkbox:checked {
    background-color: #0557A4; 
    border-color: #0557A4; 
}

.setting-custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 0.2rem; 
    width: 0.5rem; 
    height: 0.8rem; 
    border: solid white;
    border-width: 0 2px 2px 0; 
    transform: rotate(45deg); 
}
.hover-effect-checkbox {
    transition: background-color 0.3s, transform 0.3s;
    border-bottom: 1px solid rgb(208, 203, 203);
    padding-left: 40px;
    font-weight: 500;
}

.hover-effect-checkbox:hover {
    background-color: #ebebeb;
    border-radius: 5%;
    transform: scale(1.1); 
    font-weight: 700;
}
.hovered{
    background-color: #cbd5e1;
}

.no-link-style {
  color: inherit;
  text-decoration: none; 
}

.no-link-style:hover {
  color: inherit;
}

.no-link-style:focus {
  color: inherit;
}

.border-table tr td{
    border: 1px solid rgb(214, 211, 211);
    padding: 2px;
}