
@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



body {
    margin: 0;
    font-family: Figtree;
}

.user-btn {
    margin-left: 865px;
    margin-top: -72px;
}

.form-control-select {
    width: 100%; /* required */
    display: block; /* required */
        font-size: 17px;
    border-radius: 20px;
    padding: 0.75rem 1rem;
    border: 1px solid #6e707e;
    background-color: #fff;
    height: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.document-btn {
    width: auto;
    transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
        box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
    border: 1px solid black;
    border-radius: 15px;
}
.document-btn:hover {
    background-color: #ffe01b;
    color: #000000;
    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 calc(1 * 0.0625rem) #231e15,
        0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
}

.dataTables_filter {
    margin-left: 153px;
}

#dataTable_paginate {
    margin-left: 208px;
}
.img-fluid {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100vh;
}
.card {
	margin-top: 70px;
    box-shadow: none !important;
    border: 0px;
}

#wrapper {
    flex-direction: column;
    display: flex;
}
.sidebar {
    width: 100% !important;
    min-height: auto;
    height: auto;
}

.menu-items1 {
            padding-top: 70px;
    padding-bottom: 20px;
    display: flex;
    margin: 0px;
    border-bottom: 1px solid #0000004f;
    padding-left: 20px;
}
.sidebar-brand-text.mx-3 {
    color: black;
}
a.nav-link span {
    color: black;
}
.sidebar-dark hr.sidebar-divider {
    border-top: 2px solid rgb(0 0 0 / 15%);
}
.sidebar-dark .nav-item .nav-link i {
    color: rgb(0 0 0);
}
.sidebar-dark .nav-item .nav-link {
    transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
        box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
    border: 1px solid black;
    border-radius: 15px;
    margin-right: 13px;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
    color: black;
}

/* .sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    background-color: #ffe01b;
    color: #000000;
    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 calc(1 * 0.0625rem) #231e15,
        0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #000000;
} */

/* ===== ROUTE ACTIVE STATE FIX ===== */
.sidebar-dark .nav-item .nav-link.active {
    background-color: #ffe01b;
    color: #000000 !important;
    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 1px #231e15,
        0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
}

.sidebar-dark .nav-item .nav-link.active i,
.sidebar-dark .nav-item .nav-link.active span {
    color: #000000 !important;
}

/* Prevent jump on hover when already active */
.sidebar-dark .nav-item .nav-link.active:hover {
    transform: none;
}


/*.btn-primary {
    color: #000000;
	transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
	    border: 1px solid black;
    border-radius: 15px;
	    padding: 10px 20px;
    background-color: #4e73df00;
}
.btn-primary:hover{
        background-color: #FFE01B;
    color: #000000;
	    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 calc(1 * 0.0625rem) #231e15, 0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
} */

.card-header:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #8587a0;
    background-color: #ffffff00;
    border-color: #e3e6f0;
}

.table-bordered thead td,
.table-bordered thead th {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.table-bordered td,
.table-bordered th {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.table-bordered td {
    /* display: flex; */
    vertical-align: middle;
}
.table-bordered {
    border: 0px;
}
a.btn.btn-primary.btn-sm {
    padding: 6px 16px;
}
button.btn.btn-danger.btn-sm {
    padding: 6px 16px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
}
a.btn.btn-primary.document-btn {
    border: 1px solid black;
    border-radius: 15px;
    padding: 10px 20px;
    background-color: #4e73df00;
    color: black;
}

.profile-link {
    z-index: 999;
        position: relative;
    width: 50px;
    align-items: center;
    gap: 4px;
    display: flex;
    z-index: 999;
}
li.nav-item.dropdown.no-arrow .container{
    padding-right: 70px;
    width: 100%;
	    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.btn {
	   font-size: 17px;
    font-weight: 500;
    height: fit-content;
    padding: 6px 23px;
    color: #000000;
    background-color: transparent;
    border-color: #000000;
    border-radius: 14px !important;
	transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.btn:hover {
	border-color: black;
	    background-color: transparent;
    color: black;
	    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 calc(1 * 0.0625rem) #231e15, 0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
 }

 .sidebar-dark .nav-item .nav-link:hover {
    background-color: #ffe01b;
    color: #000000 !important;
    transform: translateY(calc(-1 * var(--animation-depth, 0.375em)));
    box-shadow: 0 0 0 1px #231e15, 0 var(--animation-depth, 0.375em) 0 0 rgb(0 0 0);
}
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #000000;
}
form.user .form-control-user {
    font-size: 17px;
    border-radius: 10px;
}

form.user .btn-user {
    font-size: 20px;
    width: auto;
    border-radius: 10rem;
    padding: 3px 28px;
}
h1.h4.text-gray-900.mb-4 {
    font-size: 30px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 20px;
}
.form-group.row.input-row .col-sm-6 .form-control {
    height: 200px;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: black;
    background-color: transparent;
    border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
     color: black;
    background-color: transparent;
    border-color: black;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: black;
    background-color: transparent;
    border-color: black;
}

/* document show page */
.list-wrapper {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.list-head {
  display: flex;
  background: #f5f5f5;
  font-weight: 600;
  padding: 10px;
}

.list-head span {
  width: 30%;
}

.list-head span:last-child {
  width: 70%;
}

.list-body {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-body li {
  display: flex;
  padding: 10px;
  border-top: 1px solid #eee;
}

.list-body span {
  width: 30%;
}

.list-body span:last-child {
  width: 70%;
}

.container.py-5.h-100.login-auth {
    max-width: 100%;
    width: 100vw;
	    overflow: hidden;
    padding: 0 !important;
    height: 100%;
    margin: 0;
}
.login-auth .col.col-xl-10 {
    padding: 0;
	height: 100%;
    width: 100%;
}
.login-auth .card {
    margin-top: 0;
    height: 100%;
}
.login-auth .card .row{
    height: 100%;
}

.pt-1.mb-4.register-text {
    display: flex;
	    align-items: center;
    justify-content: space-between;
}
.card-body.login-card.p-4.p-lg-5.text-black form {
    width: 550px;
}
.card-body.login-card.p-4.p-lg-5.text-black {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e0dc13;
    outline: 0;
    box-shadow: none;
}
.pt-1.mb-4.register-text p {
    margin-bottom: 0;
}
 .form-control {
      border-radius: 10px;
    margin: 8px 0;
 }

 .article-layout {
	     margin-left: 0;
    margin-right: 0;
    height: calc(100vh - 120px); /* adjust based on header height */
    overflow: hidden;
}

/* LEFT */
.sidebar-wrapper {
    height: 100%;
}
.container-fluid.view-container {
    padding-left: 0px;
}
.article-sidebar {
    position: sticky;
    top: 20px;
	    padding-left: 0 !important;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 0;

}

/* RIGHT */
.content-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}

/* links */
.article-sidebar a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.article-sidebar a:hover {
    color: #dc3545;
}

.dropdown-menu.dropdown-menu-right.shadow.show {
    left: 77px !important;
}

.sidebar .nav-item .nav-link span {
    font-weight: 600;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #616263;
}
.col-lg-7.mb-4.banner-pricing h1 {
    font-size: 52px;
}
.plan-card {
    margin-top: 0;
}

.col-lg-9.content-wrapper .card {
    margin-top: 0;
}

aside.article-sidebar h5 {
    font-weight: 700;
    color: black;
}
.card-body.p-5 h2 {
    color: #2a2a2a;
    font-weight: 500;
    margin-bottom: 22px;
}
.card-body.p-5 {
    color: #605f5f;
}
.sidebar-wrapper {
    height: 100%;
}

.col-lg-3.d-none.d-lg-block.sidebar-wrapper {
       padding: 0 20px;
	background-color: #F0F4F6;
}


@media (max-width: 1050px) {
tr {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
thead {
    display: none;
}
.table-bordered td {
    border: none;
}
td.blog-date {
    width: auto;
}
  }

    .sidebar.toggled{
        overflow: visible;
        width: 100% !important;
    }

@media (min-width: 768px) {
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: .75rem 1rem;
        width: auto;
    }
}
@media (max-width: 1100px) {
    .card-body.login-card.p-4.p-lg-5.text-black form {
    width: 450px;
}
}
@media (max-width: 991px) {
  .login-auth .card .row .col-md-6.col-lg-5.d-none.d-md-block {
   display:none !important;
}  .login-auth .card .row .col-md-6.col-lg-7.d-flex.align-items-center {
    width: 100%;
	        justify-content: center;
}
.card-body.login-card.p-4.p-lg-5.text-black {
    max-width: 75%;
    border-radius: 14px;
    padding: 100px 50px !important;
    background-color: #ffffff;
}
.form-control {
    border-color: black;
}
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

ul#accordionSidebar {
    background-color: #F5F5F5;
}
.sidebar li.nav-item.dropdown.no-arrow {
    background: white;
}
div#content {
    background-color: #F5F5F5;
}
#wrapper #content-wrapper #content .card {
       margin-top: 0 !important;
}

td.td-title {
    width: 40%;
}
td.td-btns {
    width: 190px;
}

.alert-success {
    position: absolute;
    right: 125px;
    top: 170px;
    z-index: 99;
    width: fit-content;
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
}

.user-back-btn{
    width: 10%;
    margin-top: 10px;
}
