*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
.main-content {
    /* background: #faf9e3; */
    padding: 1rem;
    background: radial-gradient(#f1efc6, #faf9e3);
    padding-top: 3rem;
    padding-bottom: 200px !important;
    position: absolute;
    right: 0;
    width: 100%;
}
.home-cards {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), inset 0 0 1rem 0px rgb(0 0 0 / 3%) !important;
    border: 5px solid #fff !important;
    transition: all 300ms;
}
.home-cards:hover {
    transform: translateY(-3px);
    transition: all 300ms;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), 0 0 0px 7px #f4f2d7 !important
}
.navbar {
    z-index: 99;
}
.navbar-toggler {
    filter: invert(1);
}
.table-responsive{
    padding-bottom: 120px
}
@media (min-width: 992px) {
    .main-content {
        padding: 1.5rem 3rem;
        padding-top: 3rem;
        width: 83.333333%; /* col-lg-10 */
    }
}
   .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
body{
    font-size: 16px;
    line-height: 1.5;
    color: #091935
}
img {
    width: 100%;
    height: auto;
    user-select: none
}
a{
    color: inherit;
    text-decoration: none
}
ul, li{
    list-style: none
}
input::placeholder, textarea::placeholder{
    color: #ACACAC !important
}
input, textarea, select {
    font-size: 14px !important;
    padding: 12px !important;
    border: 1px solid rgb(0 0 0 / 8%) !important;
    box-shadow: -1px 2px 2px rgb(0 0 0 / 3%);
}
button{
    border:0
}
label{
    color: #374151;
    font-size:14px
}
.form-control:focus, .form-select:focus{
    box-shadow: none !important;
    border-color: #124e4a !important
}
.ck a {
    color: var(--bs-primary);
    text-decoration: underline
}

.btn-green{
    background: #134e4a !important;
    color: #d4f478;
}
._btn:hover{
    background: #134e4a !important;
    color: #d4f478;
}


/*
|
|----------------------------------------------------------------------------------
|   Custom Classes
|----------------------------------------------------------------------------------
|
*/
.center{
    display: flex;
    align-items: center;
    justify-content: center
}
.space-between{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.align-center{
    display: flex;
    align-items: center
}

.rounded-15{
    border-radius: 15px !important
}
.rounded-top-15{
    border-radius: 15px 15px 0 0 !important
}
.py-6{padding-top: 6rem !important; padding-bottom: 6rem !important}

@media (max-width: 992px) {
    .py-6{padding-top: 5rem !important; padding-bottom: 5rem !important}
}
.pt-6{padding-top: 6rem !important}
.pb-6{padding-bottom: 6rem !important}

.w-h-16{width: 16px;height: 16px}
.w-h-30{width: 30px;height: 30px}
.w-h-35{width: 35px;height: 35px}
.w-h-40{width: 40px;height: 40px}
.w-h-50{width: 50px;height: 50px}

.fs-10{font-size: 10px !important}
.fs-11{font-size: 11px !important}
.fs-12{font-size: 12px !important}
.fs-13{font-size: 13px !important}
.fs-14{font-size: 14px !important}
.fs-15{font-size: 15px !important}
.fs-16{font-size: 16px !important}
.fs-17{font-size: 17px !important}
.fs-18{font-size: 18px !important}
.fs-19{font-size: 19px !important}
.fs-20{font-size: 20px !important}
.fs-21{font-size: 21px !important}

/* Backgrounds */
.bg-dark-1{background: #091935 !important}
.bg-dark-2{background: #374151}
.bg-dark-3{background: #6B7280}
.bg-dark-4{background: #9095a0}

.bg-smoke-1{background: #E4E4E4}
.bg-smoke-2{background: #F5F5F5}

.bg-gold-1{background: #124e4a}
.bg-gold-2{background: #FBF3E7}
.bg-red-1{background:  #790407}

/* Text */
.text-dark-1{color: #091935}
.text-dark-2{color: #374151}
.text-dark-3{color: #6B7280}
.text-dark-4{color: #9095a0}

.text-smoke-1{color: #E4E4E4}
.text-smoke-2{color: #F5F5F5}

.text-gold-1{color: #124e4a}
.text-gold-2{color: #FBF3E7}
.text-red-1{color:  #790407}


/*
|
|----------------------------------------------------------------------------------
|   Navbar
|----------------------------------------------------------------------------------
|
*/
.navbar-brand {
  z-index: 1
}
.sidebar .nav-item a {
    color: #374151;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 10px
}
@media (max-width: 992px) {

.sidebar {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}
.sidebar.show {
    transform: translateX(0);
    width: 75%;
}
}
.sidebar .nav-item a:hover {
    color: var(--bs-primary) !important;
    background: #faf9e3;
    box-shadow: 0px 0px 0px 0.1px #124e4a;
}
.sidebar .nav-item a.active {
        background: #faf9e3;
border: 1px solid #124e4a;
    box-shadow: -2px 3px #124e4a;
}

tr:last-child td{ border-bottom:0}
.table td{
    padding: .7rem .5rem
}
/* .table th {
    padding: 20px;
    font-size: 14px !important;
    font-weight: 600;
    background: #124e4a;
    color: #d4f478;
} */
.table th {
    padding: 20px;
    font-size: 14px !important;
    font-weight: 500;
    background: #ffffff;
    color: #6c757d;
}

.table tr:hover td{
    background: #f9f9f9;
}
.table th,
.table td{
    padding-left: 20px;
}

.table th:first-child{
    border-top-left-radius: 15px
}
.table th:last-child{
    border-top-right-radius: 15px
}


.page-item:first-child .page-link{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #ffffff !important; 
    transition: background-color 5000s ease-in-out 0s
}

.primary-btn-hover:hover {
    color: var(--bs-primary);
    box-shadow: 0 0 0px 1px var(--bs-primary);
    background: transparent !important
}
.dark-btn-hover:hover {
    color: #091935 !important;
    box-shadow: 0 0 0px 1px #091935;
    background: transparent !important
}

.navbar a.nav-link:hover {
    color: var(--bs-primary) !important
}
.link-hover:hover {
    color: var(--bs-primary) !important
}

.sidebar::-webkit-scrollbar{width:0px }
.no-arrow::after{
    display: none !important;
}
.dropdown-item{
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important
}