@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap');

:root {
    --orange: #f46904;
    --theme-dark-red: #af2248;
    --theme-color-1: #575757;
    /* --theme-color-2: #A80011; */
    --theme-color-2: #f14b01;
    --theme-primary: #2049a7;
    --white: #ffffff;
    --red: red;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

body {
     background: linear-gradient(132deg, #edcfa5, #f5ebcd, #ffe1b9, #dfae6b, #f9d9ae, #f3d7af, #f1e6c6);
    /* background-color: #f9f1ff; */
    font-family: 'Poppins', sans-serif;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
}

.bg-blue-theme {
    background-color: var(--theme-color-2);
}

.theme-color {
    color: var(--theme-color-2)
}

.text-danger {
    color: var(--red) !important;
}

/* main {
    border: 1px solid var(--theme-color-1);
    margin-top: 2px;
    margin-bottom: 2px;
} */

.bg-img-wave {
    background-image: url(../images/11.jpg);
    background-position: center;
    background-size: cover;
}

header {
    /* border: 1px solid var(--theme-color-1); */
    padding: 4px !important;
}

.button-style-1 {
    margin-right: 10px;
}

.button-style-1 a {
    color: #f24d01; font-weight: 500;
    border-radius: 20px;
 background-color: #ffffff;
 border: 1px solid transparent;
    padding: 5px 15px; transition: all 0.3s;
}

.button-style-1 a:hover {
    transition: all 0.3s;
    color: white;
     border: 1px solid white;
    background-color: #f24d01;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
  background-color: #f24d01!important;   
  border: 1px solid #fff!important;   
}
.login-dropdown ul
 {
        margin: auto !important;
    padding: 5px 5px;
}
/* navbar */
/* header {
    background-color: var(--theme-color-1);
} */
header.navbar-light {
    background: linear-gradient(to left, #f14b01, #faaf05, #f14b01);
}
.higlight {
    border: 1.9px solid #f14b01;
    background: #fff;
    padding: 5px 5px;
}
.navbar-brand .logo-area img {
    height: 70px;
    width: 70px;
}

.navbar-brand .logo-title h2 {
    font-size: 28px;
}
.navbar-toggler:hover,
.navbar-toggler:focus-visible,
.navbar-toggler:focus-within{
    box-shadow: none;
    border: 1px solid #f14b01;
}
 .navbar-collapse{margin-top: 10px;}
.navbar-brand .logo-title h2 a {
    font-weight: 600;
    text-shadow:rgb(0 0 0 / 14%) 1px 2px 3px, rgb(0 0 0 / 4%) 0px 0px 0px, rgb(0 0 0 / 24%) 2px 2px 3px;
    /* color: #2049a7 !important; */
    color: #ffffff !important;
}

.navbar-brand .logo-title h3 {
    font-size: 20px;
}

.navbar-brand .logo-title h3 a {
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.096) 1px 2px 3px, rgb(0, 0, 0, 0.096) 0px 0px 0px, rgba(0, 0, 0, 0.096) 2px 2px 3px;
    /* color: #cd261d; */
    color: #fff;
}

.nav-item .nav-link i {
    color: var(--theme-primary);
    margin-right: 5px;
}

.nav-item .nav-link {
    color: black;
    transition: all 0.3s
}

.nav-item .nav-link:hover {
    color: #4737e2;
    transition: all 0.3s
}

.nav-link,
.nav-tabs .nav-link {
    font-weight: 500;
    color: #2658cc;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    top: 55px;
    border-radius: 0 0 8px 8px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
}

/* captcha */
.captcha-row .form-catcha {
    width: calc(100% - 70px);
}

.captcha-row .form-catcha img {
    height: 50px;
}

.captcha-row .form-refresh {
    width: 50px;
}

.captcha-row .form-refresh .reload-btn {
    width: 50px;
    padding: 10px;
    font-size: 20px;
}

main.container-fluid {
    width: 95%;
}

.main-content {
    background: #fff;
    padding: 20px;
     border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding-left: 20px;
    padding-right: 20px; */
  
    /* max-height: calc(100vh - 150px); */
}
.theme-height{ 
margin-top: 10px;
    margin-bottom: 10px;
    min-height: calc(-150px + 100vh);
    padding: 20px;
    border-radius: 10px;
}
.inner-main .main-content {
    max-height: max-content;
}

.ins-card p {
    font-size: 14px;
}

.tab-content>.active {
    padding-top: 20px;
}

.btn-primary {
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 6px 19px;
}

.btn-primary:hover {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

footer {
    -webkit-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #f14b01;
}

footer p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.h-100vh {
    min-height: calc(100vh - 150px);
}

.news-heading {
    width: 75px;
    padding: 7px 0 7px 10px;
}

.news-side {
    width: calc(100% - 80px);
    padding-top: 3px;
    border-radius: 0 12px 12px 0;
}

.news-side a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 25px;
    color: var(--theme-color-2);
}

.home-right h1 {
    color: var(--theme-color-2);
}

/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--orange);
} */

.aside-bar {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-top: 0px;
}

.sidebar-content {
    min-height: calc(100vh - 185px);
    max-height: calc(100vh - 185px);
    /* padding-right: 10px;
    padding-left: 10px; */
    /* background: #ffffff; */
    /* margin-top: 10px;
    margin-bottom: 10px; */
    overflow-y: auto;
}

.inner-main .aside-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 5px;
}

.inner-main .sidebar-content {
    max-height: calc(100vh - 20px);
}

.sidebar-nav {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.sidebar-nav li.active,
.sidebar-nav li:hover {
    /* background-color: #ffebd9; */
    background-color: #ffeedd;
    border-radius: 5px;
}

.sidebar-nav li,
.nav-item.dropdown {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 15px;
    padding: 7.5px 10px;
    width: 100%;
        border-bottom: 1px dotted #dbdbdb;
}

.sidebar-nav .dropdown-menu[data-bs-popper] {
    right: 0;
    --bs-dropdown-border-color: rgb(205 77 10);
    background: #fffaf4;
}

.sidebar-nav .dropdown-menu[data-bs-popper] li a {
    padding: 0px;
}

.sidebar-nav .dropdown-item:focus,
.sidebar-nav .dropdown-item:hover {
    background-color: inherit;
}

.sidebar-nav .dropdown-menu[data-bs-popper] li a:hover {

    color: #a80011;
}

.sidebar-nav li a {
    color: #742400 !important;
    font-weight: 600;
    white-space: normal;
    display: block;
    width: 100%; position: relative;
}
.sidebar-nav li .dropdown-toggle::after{right: 5px;
    position: absolute;
    top: 10px;}
.sidebar-nav li.active::before,
.sidebar-nav li:hover::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 4px;
    left: -1px;
    top: 10%;
    background-color: #f14b01;
    border-radius: 5px 0 0 5px;
}

/* .sidebar-nav li a {
    background-color: #f7f7f7;
    display: block;
    position: relative;
    padding: 12px 2px 12px 40px;
    color: var(--theme-color-2);
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border: 1px solid var(--theme-color-1);
    border-radius: 10px;
    color: black;
    transition: all 0.3s linear;
} */

/* .sidebar-nav li a i {
    position: absolute;
    left: -15px;
    top: -3px;
    color: var(--white);
    font-size: 16px;
    height: 46px;
    border: 1px solid;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: var(--theme-color-1);
    -webkit-box-shadow: -3px 3px 8px -2px #0000006e;
    -moz-box-shadow: -3px 3px 8px -2px #0000006e;
    box-shadow: -3px 3px 8px -2px #0000006e;
    transition: all 0.3s linear;
} */

/* .sidebar-nav li:hover a {
    background-color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
    color: white;
    transition: all 0.3s linear;
} */

/* .sidebar-nav li:hover a i {
    background: var(--theme-color-2);
    transition: all 0.3s linear;
} */
.navbar-expand-lg .navbar-nav, .menu-wrapper {
    width: 100%;
}
@media screen and (max-width:576px) {
    .logo-title h2, .logo-title h3 {
    font-size: 14px!important;
}
.dashboard-card {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 992px) {
    .select2-container {
    width: 100% !important;
    }
    .h-80vh {
        max-height: calc(80vh - 38px)!important;
    }
.menu-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.button-style-1 a {
    padding: 5px 5px;
    font-size: 10px;
}
.sidebar-content, .main-content {
        min-height: auto;
        max-height: fit-content;
    }


}
@media screen and (min-width: 992px) {
    .navbar .container-fluid,
    .navbar-expand-lg .navbar-collapse,
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar {
        align-items: flex-start;
    }

    .navbar-brand {
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 992px) {
    .sidebar-content {
        min-height: auto;
        max-height: fit-content;
    }
}

.banner-img img {
    border:2px solid #ffc5ab;
    border-radius: 15px;
    height: 160px;
    object-fit: cover;
}

.ins-list {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.ins-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.ins-list li a {
    color: #000;
    font-weight: 500;
}

.ins-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: var(--theme-color-2);
}

.heading-with-line {
    position: relative;
    border-bottom: 1px solid var(--theme-color-2);
    width: 100%;
    padding-bottom: 5px;
}

.form-control,
.form-select {
    border: 1px solid #b4b2b0;
}

.select2-container--default .select2-selection--single {
    height: auto;
    border: none;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #b4b2b0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    font-weight: 500;
}

.btn-theme {
    background-color: var(--theme-color-2);
    border-color: #0000;
}

.btn-theme:hover {
    background-color: black;
    border-color: #0000;
}
.btn-theme-2 {
    background-color: var(--theme-color-1);
    border-color: #0000;
}

.btn-theme-2:hover {
    background-color: black;
    border-color: #0000;
}


/* start  datatable css */

.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr {
    vertical-align: top;
}

.data-table-cl thead tr th,
.table tr th {
    background-color: #f5f5f5;
}

#example_filter {
    float: right;
}

.dataTables_length .form-control,
#example_filter label .form-control {
    border: 1px solid #425fa1 !important;
    appearance: auto;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--orange);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--orange);
    border-color: var(--orange)
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/* end  datatable css */
/* start list of bank  css */
/* .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  } */

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    border: 2px solid #2049a7;
    border-radius: 5px;
    transition: transform 300ms ease;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: #2049a7;
    border: 2px solid #2049a7;
    color: white;
    transform: scale(1.05, 1.05);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
    fill: white;
    background-color: #2049a7;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
    background-color: #2049a7;
}

/* end list of bank  css */

.logo-title h5,
table tr td,
.data-table-cl thead tr th,
.table tr th,
.table li {
    font-size: calc(2rem - 17px);
}

.slip-print .logo-title h5,
.slip-print table tr td,
.slip-print .data-table-cl thead tr th,
.slip-print .table tr th,
.slip-print .table li {
    font-size: calc(2rem - 19.5px);
}

@media only screen and (min-width:1100px) and (max-width:1200px) {
    .button-style-1 a {
        font-size: 12px;
    }
}

@media (max-width:1199px) {

    .slip-print .logo-title h5,
    .slip-print table tr td,
    .slip-print .data-table-cl thead tr th,
    .slip-print .table tr th,
    .slip-print .table li {
        font-size: calc(2rem - 22.5px);
    }

    .radio-tile-group .input-container {
        min-width: calc((100%) / 1) !important;
    }
}

.bank-name {
    font-weight: 600;
    font-size: 17px;
}

.bank-icon img {
    width: 44px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.radio-tile-group .input-container {
    position: relative;
    min-width: calc((100% - 32px) / 2);
    margin: 0.5rem;
}

.cover-img {
    display: block;
    margin: auto;
    width: 95%;
    max-width: 400px;
    margin-bottom: 10px;
}

.h-80vh {
    max-height: calc(80vh - 338px);
}

.scroll-style {
    overflow-y: hidden;
}

.scroll-style:hover {
    overflow-y: auto;
}

.scroll-style:hover::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scroll-style:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbbbbb;
}

.scroll-style:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}


/* what's new */

.what-new-slider .what-new-single {
    border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.what-new-slider .what-new-single {
    border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.theme-card-body .date {
    border: 1px solid #a8001136;
    padding: 5px 8px;
    border-radius: 7px;
    color: var(--theme-color-2);
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
}

.what-new-slider .what-new-single a {
    font-size: 15px;
    /* height: 46px; */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

#what-new-slider,
#news-slider {
    height: 170px !important;
}

.btn-arrow-sm {
    display: flex;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}
/* fieldset */

.note-list li {padding-left: 70px;font-size: 14px;color: rgb(20, 20, 20);}
.note-list li.text-danger {color: var(--red) !important;}
.note-list li span{position: absolute;left: 0;font-weight: 600;}
.card-title{font-size: 20px;}
fieldset{border: 1px solid #c6c6c6  !important; padding: 10px;border-radius: 10px;}
fieldset legend{background-color: white;display: inline-block; margin-top: -25px;width: auto;max-width: 100%;padding: 0 5px;font-size: 20px;}
fieldset .fieldset-body{padding: 0 5px;}

.dashboard-card .card-title {
        font-size: 17px;
    color: #000;
}
.dashboard-card {
    min-height: 140px;
    border-radius: 8px;
    box-shadow: 8px 8px 0px #00000014;
    padding: 15px;
      background: linear-gradient(44deg, #ffb347, #faad05, #ffd175, #ffd48c, #f5cc73, #ffb166, #f57a03);
}
.dash-icon i {
background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    color: #f14b01;
    border: 2px solid #f68004;
}
 .grid-2{ display: grid;grid-template-columns: repeat(2, 1fr);}
 .form-check-input {
    border: var(--bs-border-width) solid #f14c01;
}
.print-logo-area{display: none!important;}
.print-logo-area .logo-title h2, .print-logo-area .logo-title h3{line-height: 22px;}
.print-logo-area .logo-title h2 a, .print-logo-area .logo-title h3 a{font-size: 17px; margin-bottom: 0px; color:#000!important}
  @media print {
    *{
            transition: none !important;
            -webkit-print-color-adjust: exact;
    }
    body{background: #fff!important;}
.print-logo-area{display: flex!important; margin-bottom: 15px; }
    }