.bg-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.no-decoration {
  text-decoration: none;
}

.min-h-100vh {
  min-height: 100vh;
}

.no-list-style {
  list-style-type: none;
}

.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.negative-horizontal-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.overflow-hidden {
  overflow: hidden;
}

.table-layout-fixed {
  table-layout: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-100 {
  max-width: 100%;
}

.text-mini {
  font-size: 12px;
}

.text-medium {
  font-size: 14px;
}

.text-regular, .form-label {
  font-size: 16px;
}

.text-large {
  font-size: 18px;
}

.text-x-large {
  font-size: 20px;
}

.mx-reverse-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-xxl {
  border-radius: 16px;
}

.stylish-scroll::-webkit-scrollbar, .table-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll::-webkit-scrollbar-track, .table-box::-webkit-scrollbar-track {
  background-color: #D4F7E7;
  border-radius: 4px;
}
.stylish-scroll::-webkit-scrollbar-thumb, .table-box::-webkit-scrollbar-thumb {
  background-color: #0C7059;
  border-radius: 4px;
}

.stylish-scroll-on-hover::-webkit-scrollbar, .sidebar .sidebar-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-track, .sidebar .sidebar-body::-webkit-scrollbar-track {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-thumb, .sidebar .sidebar-body::-webkit-scrollbar-thumb {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb, .sidebar .sidebar-body:hover::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb, .sidebar .sidebar-body:hover::-webkit-scrollbar-thumb {
  background-color: #0C7059;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-btn img {
  width: 100%;
}

.disabled-item {
  position: relative;
}
.disabled-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F5F5F5;
  opacity: 0.5;
  z-index: 9;
}

.filter-brightness-10 {
  filter: brightness(10);
}

.translate-y-n-1px {
  transform: translateY(-1px);
}

.translate-y-n-2px {
  transform: translateY(-2px);
}

.translate-y-n-3px {
  transform: translateY(-3px);
}

.translate-y-n-4px {
  transform: translateY(-4px);
}

.translate-y-n-5px {
  transform: translateY(-5px);
}

.focus-outline-0:focus {
  outline: 0;
}

.border-lightgreen {
  border-color: #D0E4DF !important;
}

/***************************************
    FONTS CLASSES
***************************************/
.font-inter-light {
  font-family: "Inter Light" !important;
}

.font-inter-regular {
  font-family: "Inter Regular" !important;
}

.font-inter-medium {
  font-family: "Inter Medium" !important;
}

.font-inter-semibold, .form-label {
  font-family: "Inter SemiBold" !important;
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #2F323F !important;
}

.text-secondary {
  color: #0C7059 !important;
}

.text-lightgrey {
  color: #F5F5F5 !important;
}

.text-grey {
  color: #3C3C43 !important;
}

.text-grey2 {
  color: #E2E2E2 !important;
}

.text-grey-for-text {
  color: rgba(60, 60, 67, 0.6) !important;
}

.text-success {
  color: #18C033 !important;
}

.text-danger {
  color: #D54D4D !important;
}

.text-warning {
  color: #D2952E !important;
}

.text-zink {
  color: #D2952E !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #2F323F !important;
}

.bg-secondary {
  background-color: #0C7059 !important;
}

.bg-lightgrey {
  background-color: #F5F5F5 !important;
}

.bg-grey {
  background-color: #3C3C43 !important;
}

.bg-grey2 {
  background-color: #E2E2E2 !important;
}

.bg-success {
  background-color: #18C033 !important;
}

.bg-danger {
  background-color: #D54D4D !important;
}

.bg-warning {
  background-color: #D2952E !important;
}

.bg-zink {
  background-color: #2297BA !important;
}

@font-face {
  font-family: "Inter Light";
  src: url("./assets/fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter Regular";
  src: url("./assets/fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter Medium";
  src: url("./assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf");
}
body {
  color: #2F323F;
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter Regular";
  min-height: 100vh;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
.text-h1 {
  font-size: 34px;
}

h2,
.text-h2 {
  font-size: 30px;
}

h3,
.text-h3 {
  font-size: 28px;
}

h4,
.text-h4 {
  font-size: 24px;
}

h5,
.text-h5 {
  font-size: 20px;
}

h6,
.text-h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter SemiBold";
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

span {
  display: inline-block;
}

section {
  padding: 50px 0;
}

/*************************************
    FORM CONTROL FIELD
*************************************/
.form-control {
  padding: 0.5rem 0.75rem !important;
  transition: 0.3s;
  transition-timing-function: ease-in;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0C7059;
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control[type=password] {
  padding-right: 2.5rem !important;
}
.form-control ~ .input-group-addon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-control ~ .input-group-addon i {
  color: #5F6368;
}

.form-control,
.form-select {
  background-color: #fff;
  height: 48px !important;
  border-radius: 8px;
  border-color: #0C7059;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #0C7059;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(60, 60, 67, 0.6);
}

.form-control.form-control-mini,
.form-select.form-select-mini {
  height: 30px !important;
}

textarea.form-control {
  height: unset !important;
}

.form-select {
  cursor: pointer;
}
.form-select.bg-secondary {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.bg-secondary option {
  background-color: #fff;
  color: #2F323F;
}

.input-group .input-group-text {
  background-color: #fff;
  border-color: #0C7059;
  border-radius: 8px 0 0 8px;
}
.input-group .input-group-text img {
  max-height: 25px;
}
.input-group .form-control {
  background-color: #fff;
  border-left: 1px solid #F2F5F6;
}
.input-group .form-control:focus {
  border-left: 1px solid #0C7059;
}

.form-check .form-check-input[type=radio] {
  width: 24px;
  height: 24px;
  transform: translateY(-3px);
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #0C7059;
}
.form-check .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 12px;
  transform: translateY(2px);
}

.form-switch .form-check-input {
  transition: 0.3s;
  height: 20px;
  width: 32px;
  background-color: #2F323F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-color: #0C7059 !important;
  border-color: #0C7059 !important;
}
@media only screen and (max-width: 1440.5px) {
  .form-switch .form-check-input {
    height: 16px;
    width: 24px;
  }
}

/*************************************
    OTHERS
*************************************/
.modal {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.modal.show {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal-content {
  border-radius: 12px;
}

@media only screen and (max-width: 767.5px) {
  .accordion-body {
    padding: 16px;
  }
}

/**************************************
    BUTTONS
**************************************/
.btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 7.4px 16px 7px;
  gap: 12px;
  min-width: 110px;
}
@media only screen and (max-width: 767.5px) {
  .btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.btn.btn-secondary {
  background-color: #0C7059;
  color: #fff;
}
.btn.btn-secondary2 {
  background-color: #1AA07B;
  color: #fff;
}
.btn.btn-primary {
  background-color: #2F323F;
  color: #fff;
}
.btn.btn-outline-secondary {
  border-color: #0C7059;
  color: #0C7059;
  background-color: #fff;
}
.btn.btn-outline-secondary > svg path {
  transition: 0.3s;
}
.btn.btn-outline-secondary:hover {
  background-color: #0C7059;
  color: #fff;
}
.btn.btn-outline-secondary:hover > svg path {
  fill: #fff;
}
.btn.btn-outline-secondary2 {
  border-color: #1AA07B;
  color: #1AA07B;
  background-color: #fff;
}
.btn.btn-outline-secondary2 > svg path {
  transition: 0.3s;
}
.btn.btn-outline-secondary2:hover {
  background-color: #1AA07B;
  color: #fff;
}
.btn.btn-outline-secondary2:hover > svg path {
  fill: #fff;
}
.btn[disabled] {
  background-color: #E2E2E2 !important;
  color: rgba(60, 60, 67, 0.6) !important;
  border-color: #E2E2E2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/*******************************
    MULTI RANGE SLIDER
*******************************/
.btlr-multi-range-slider-box input[type=number]::-webkit-inner-spin-button,
.btlr-multi-range-slider-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.btlr-multi-range-slider-box .range-slider {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 15px;
  background-color: #D4F7E7;
}
.btlr-multi-range-slider-box .range-slider .progress {
  position: absolute;
  left: 0;
  right: 33.33%;
  height: 100%;
  border-radius: 15px;
  background-color: #D4F7E7;
}
.btlr-multi-range-slider-box .range-slider input[type=range] {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}
.btlr-multi-range-slider-box .range-slider .range-min::-webkit-slider-thumb,
.btlr-multi-range-slider-box .range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #0C7059;
  border-radius: 50%;
  opacity: 1;
}

/*******************************
    BULLETED LIST
*******************************/
.bulleted-list {
  list-style-type: none;
  position: relative;
}
.bulleted-list:before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 7px;
  background-color: #D0E4DF;
}
.bulleted-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
}
.bulleted-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #0C7059;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.bulleted-list li:last-child {
  margin-bottom: 0;
}

/*******************************
    DROPDOWN
*******************************/
.btlr-dropdown > button.btn {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #0C7059;
  background-color: #F5F5F5;
  position: relative;
}
.btlr-dropdown > button.btn:focus {
  box-shadow: unset !important;
}
.btlr-dropdown > button.btn::after {
  width: 16px;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./assets/images/arrow-down-black-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0 !important;
}
.btlr-dropdown > .dropdown-menu {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #F5F5F5;
  border: 1px solid #0C7059;
}
.btlr-dropdown > .dropdown-menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #D0E4DF;
}
.btlr-dropdown > .dropdown-menu > li:last-child {
  border-bottom: 0;
}

/*******************************
    HAMBURGER
*******************************/
.hamburger {
  width: 25px;
  position: relative;
  height: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 340px) {
  .hamburger {
    width: 30px;
  }
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #0C7059;
  transition: 0.3s;
  border-radius: 4px;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 100%;
  top: 7px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 100%;
  top: 14px;
}

body.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
body.menu-btn-clicked .hamburger .line2 {
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
body.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}

/**************************************
    VERIFICAION CODE CONTAINER
**************************************/
.verification-code-container {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 336px;
}
@media only screen and (max-width: 480.5px) {
  .verification-code-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.verification-code-container .single-code-box {
  padding: 0px 4px;
  width: 25%;
}
.verification-code-container .single-code-box .form-control {
  min-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
  font-weight: bold;
}
.verification-code-container .single-code-box .form-control:focus {
  border: 1px solid #0C7059;
}

/**************************************
    BREADCRUMB
**************************************/
.als-breadcrumb li {
  color: #2F323F;
}
.als-breadcrumb li a {
  font-weight: bold;
  text-decoration: none;
  color: #2F323F;
  font-size: 18px;
  transition: 0.3s;
}
.als-breadcrumb li a:hover {
  color: #0C7059;
}
@media only screen and (max-width: 1599.5px) {
  .als-breadcrumb li a {
    font-size: 14px;
  }
}
.als-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.25rem;
  font-size: 18px;
  color: #0C7059;
}
@media only screen and (max-width: 1599.5px) {
  .als-breadcrumb .breadcrumb-item + .breadcrumb-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480.5px) {
  .als-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.75rem;
  }
}
.als-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: bold;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 480.5px) {
  .als-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0.75rem;
  }
}

/**************************************
    CARDS
**************************************/
/**************************************
    SEARCH BOX
**************************************/
/**************************************
    FIELD WITH BUTTON
**************************************/
/**************************************
    TABLES
**************************************/
.btlr-table > :not(caption) > * > * {
  box-shadow: unset;
}

.btlr-table {
  width: 100%;
}
.btlr-table tr th,
.btlr-table tr td {
  padding: 14px 16px;
  border-color: #dee2e6;
  vertical-align: middle;
  border-bottom: 0 !important;
  font-size: 14px;
}
.btlr-table tr th {
  background-color: #ECECEC;
  font-weight: 400;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F8F8F8;
}

.btlr-table .actions-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btlr-table .actions-container .single-action a img {
  max-width: 22px;
}
@media only screen and (max-width: 1440.5px) {
  .btlr-table .actions-container .single-action a img {
    max-width: 14px;
  }
}

.btlr-table2 tr th,
.btlr-table2 tr td {
  font-size: 16px;
  border-bottom: 1px solid #E2F0EF !important;
}
.btlr-table2 tr th {
  font-weight: 600;
}
.btlr-table2 tr td {
  box-shadow: unset;
  vertical-align: middle;
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #E2F0EF;
}

@media only screen and (max-width: 1599.5px) {
  .scroll-from-x-large-laptop table {
    width: 1599px;
  }
}

@media only screen and (max-width: 1440.5px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1366.5px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1200.5px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991.5px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767.5px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575.5px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480.5px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360.5px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/*******************************
    PROFILE DROPDOWN
*******************************/
.als-dropdown-menu {
  border-radius: 0;
  border: 0;
  inset: 26px auto auto 18px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1599.5px) {
  .als-dropdown-menu {
    inset: 20px auto auto 22px !important;
  }
}
.als-dropdown-menu:after {
  content: "";
  width: 26px;
  height: 26px;
  border-bottom: 13px solid #fff;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid transparent;
  position: absolute;
  top: -25px;
  right: 30px;
}
.als-dropdown-menu .als-profile-container {
  text-align: center;
}
.als-dropdown-menu .als-profile-container .als-profile-img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 4px;
  margin-top: 8px;
}
.als-dropdown-menu .als-profile-container .als-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.als-dropdown-menu .als-profile-container .als-profile-name {
  font-size: 18px;
}
.als-dropdown-menu .separator {
  height: 1px;
  background-color: #c9c9c9;
  margin: 4px 24px;
}
.als-dropdown-menu li a {
  display: block !important;
  text-decoration: none;
}
.als-dropdown-menu li a button {
  font-size: 16px;
  color: #7F7F7F;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: break-spaces;
  padding: 8px 24px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.als-dropdown-menu li a button .icon {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}
.als-dropdown-menu li a button .icon i {
  font-size: 20px;
}
.als-dropdown-menu li a button .text {
  display: block;
  width: calc(100% - 30px);
}
.als-dropdown-menu li a button:hover {
  border-left: 4px solid #0C7059;
  background-color: #E4ECF3;
  color: #0C7059;
}
.als-dropdown-menu li a:hover a {
  color: #0C7059;
}

/*******************************
    TABS
*******************************/
.btlr-nav-tabs {
  border-bottom: 0;
  gap: 8px 0;
}
.btlr-nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #D0E4DF;
  padding: 4px 8px;
  color: #969696;
}
.btlr-nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #0C7059;
  background-color: rgba(0, 0, 0, 0);
  color: #2F323F;
}

/*******************************
    PAGINATION
*******************************/
.pagination .page-item .page-link {
  background-color: #fff !important;
  color: rgba(60, 60, 67, 0.6);
  width: 42px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  color: inherit;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link.active {
  border-color: #0C7059;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  width: 48px;
}
.pagination .page-item.active .page-link {
  background-color: #0C7059 !important;
  color: #fff;
  border: 0;
}

/*******************************
    HEADER PROFILE AREA
*******************************/
.user-profile-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-profile-area .user-avatar-box {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
@media only screen and (max-width: 1440.5px) {
  .user-profile-area .user-avatar-box {
    width: 40px;
    height: 40px;
  }
}
.user-profile-area .user-avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-profile-area .profile-dropdown-container .profile-dropdown-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.user-profile-area .profile-dropdown-container .profile-dropdown-btn:after {
  display: none;
}
.user-profile-area .profile-dropdown-container .profile-dropdown-btn > p {
  width: 50px;
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 8px;
}
.user-profile-area .profile-dropdown-container .profile-dropdown-btn .fa {
  font-size: 20px;
}

/*********************************
    BUTTON TABS
*********************************/
/******************************
    ACCORDION
******************************/
.btlr-accordion .accordion-item {
  margin-bottom: 8px;
  border-top: 1px solid #D0E4DF;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.btlr-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
  box-shadow: unset;
  background-color: #fff;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button > .row {
  width: calc(100% - 15px);
}
.btlr-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #2F323F;
  background-color: #EDFCF6;
}
.btlr-accordion .accordion-item.opened {
  border-color: #0C7059;
}

.btlr-accordion2 .accordion-item {
  margin-bottom: 8px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
}
.btlr-accordion2 .accordion-item:last-child {
  margin-bottom: 0;
}
.btlr-accordion2 .accordion-item .accordion-header .accordion-button {
  box-shadow: unset;
  background-color: #F5F5F5;
  border-radius: 8px;
  border: 1px solid #0C7059;
}
.btlr-accordion2 .accordion-item .accordion-header .accordion-button::after {
  background-image: url("./assets/images/arrow-down-black-icon.png");
  background-position: center;
}
.btlr-accordion2 .accordion-item .accordion-header .accordion-button > .row {
  width: calc(100% - 15px);
}
.btlr-accordion2 .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #F5F5F5;
}
.btlr-accordion2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #2F323F;
  background-color: #F5F5F5;
}
.btlr-accordion2 .accordion-item .accordion-body {
  margin-top: 4px;
  border-radius: 12px;
  border: 1px solid #0C7059;
  background-color: #F5F5F5;
}
.btlr-accordion2 .accordion-item.opened {
  border-color: #0C7059;
}

/******************************
    SQUARE ARROW DROPDOWN
******************************/
.square-arrow-dropdown button {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #2F323F;
  padding-right: 32px;
  width: 100%;
  position: relative;
  border-radius: 0;
  text-align: left;
}
.square-arrow-dropdown button:hover, .square-arrow-dropdown button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #2F323F;
  outline: 0;
}
.square-arrow-dropdown button:after {
  position: absolute;
  right: 6px;
  top: 6px;
  content: "\f107";
  font-family: "Fontawesome";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #707070;
  color: #2F323F;
}

/******************************
    INPUT TAGS
******************************/
.selected-tags-container {
  border: 1px solid #E5E9EC;
  padding: 16px;
  border-radius: 4px;
  min-height: 61px;
  display: flex;
  flex-wrap: wrap;
}
.selected-tags-container .tags-box {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.selected-tags-container .tags-box .single-tag {
  font-size: 12px;
  padding: 3px 12px 3px 12px;
  border: 1px solid #EBEDF2;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.selected-tags-container .tags-box .single-tag .tag-text {
  margin-right: 8px;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: lowercase;
}
.selected-tags-container .tags-box .single-tag .fa {
  color: #D54D4D;
  cursor: pointer;
}
.selected-tags-container .tags-counter {
  color: #0C7059;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  width: 150px;
}

/******************************
    FULL WIDTH MODAL
******************************/
.full-width-modal .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.full-width-modal .modal-content {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  border: 0;
}

/***************************************
    HEADER
***************************************/
header#btlr-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
header#btlr-header .header-inner {
  display: flex;
  padding: 16px 24px;
  align-items: center;
}
header#btlr-header .header-inner .header-content {
  padding-right: 16px;
  width: calc(100% - 25px);
}

/***************************************
    MAIN CSS
***************************************/
.main-inner {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}
.main-inner:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.main-inner .close-icon {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 14px;
  right: 24px;
  z-index: 9;
  background-size: 100%;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 480.5px) {
  .main-inner .close-icon {
    right: 12px;
  }
}
.main-inner.show-backgorund-layer:before {
  opacity: 1;
  visibility: visible;
}
.main-inner.show-backgorund-layer .close-icon {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-inner.show-backgorund-layer .close-icon img {
  height: 100%;
}

/* Sidebar */
.sidebar {
  width: 280px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  z-index: 9;
  transition: 0.3s;
}
@media only screen and (max-width: 767.5px) {
  .sidebar {
    width: 340px;
    transform: translateX(-100%);
    box-shadow: unset;
  }
}
.sidebar > * {
  width: 100%;
}
.sidebar .sidebar-header {
  position: relative;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
@media only screen and (max-width: 767.5px) {
  .sidebar .sidebar-header {
    padding: 16px 24px;
  }
}
.sidebar .sidebar-header .logo-box {
  width: calc(100% - 44px);
}
.sidebar .sidebar-header .logo-box img {
  max-width: 100%;
}
.sidebar .sidebar-header .user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.sidebar .sidebar-header .user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .sidebar-header .btn-box {
  width: 25px;
  cursor: pointer;
}
.sidebar .sidebar-header .btn-box span {
  display: block;
  width: 100%;
}
.sidebar .sidebar-header .btn-box span.sidebar-toggle-btn {
  width: 28px;
  height: 24px;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .sidebar-header .btn-box span.btn-title {
  font-size: 8px;
  margin-top: 2px;
}
.sidebar .sidebar-body .nav-box,
.sidebar .sidebar-footer .nav-box {
  padding: 24px;
  transition: 0.5s;
}
@media only screen and (max-width: 991.5px) {
  .sidebar .sidebar-body .nav-box,
  .sidebar .sidebar-footer .nav-box {
    padding: 16px;
  }
}
.sidebar .sidebar-body .nav-box nav ul li,
.sidebar .sidebar-footer .nav-box nav ul li {
  list-style: none;
  margin-bottom: 1px;
}
.sidebar .sidebar-body .nav-box nav ul li a,
.sidebar .sidebar-footer .nav-box nav ul li a {
  transition: 0.3s;
  display: block;
  text-decoration: none;
  padding: 8px 11px;
  min-height: 44px;
  transition: 0s !important;
  display: flex;
  align-items: center;
  color: #2F323F;
  font-size: 18px;
}
.sidebar .sidebar-body .nav-box nav ul li a img,
.sidebar .sidebar-body .nav-box nav ul li a svg,
.sidebar .sidebar-footer .nav-box nav ul li a img,
.sidebar .sidebar-footer .nav-box nav ul li a svg {
  margin-right: 16px;
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.sidebar .sidebar-body .nav-box nav > ul > li > a,
.sidebar .sidebar-footer .nav-box nav > ul > li > a {
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar .sidebar-body .nav-box nav > ul > li > a span,
.sidebar .sidebar-footer .nav-box nav > ul > li > a span {
  display: block;
  width: calc(100% - 55px);
  line-height: 22px;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown > a,
.sidebar .sidebar-footer .nav-box nav .has-dropdown > a {
  position: relative;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown > a::after,
.sidebar .sidebar-footer .nav-box nav .has-dropdown > a::after {
  top: 12px;
  content: "\f107";
  font-family: "fontAwesome";
  position: absolute;
  right: 11px;
  font-size: 16px;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown .dropdown-list,
.sidebar .sidebar-footer .nav-box nav .has-dropdown .dropdown-list {
  margin-top: 10px;
  margin-left: 51px;
  display: none;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown .dropdown-list > li > a,
.sidebar .sidebar-footer .nav-box nav .has-dropdown .dropdown-list > li > a {
  position: relative;
  border-radius: 6px;
  font-size: 16px;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown .dropdown-list > li > a:hover, .sidebar .sidebar-body .nav-box nav .has-dropdown .dropdown-list > li > a.active,
.sidebar .sidebar-footer .nav-box nav .has-dropdown .dropdown-list > li > a:hover,
.sidebar .sidebar-footer .nav-box nav .has-dropdown .dropdown-list > li > a.active {
  background-color: #D4F7E7;
  color: #0C7059;
}
.sidebar .sidebar-body .nav-box nav .has-dropdown .dropdown-list > li > a img,
.sidebar .sidebar-footer .nav-box nav .has-dropdown .dropdown-list > li > a img {
  opacity: 0;
}
.sidebar .sidebar-body {
  flex: 1;
  margin-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 4px);
}
.sidebar.sidebar-toggle-btn-clicked {
  transform: translateX(0);
}

.main-content-box {
  width: calc(100% - 280px);
  margin-left: auto;
}
@media only screen and (max-width: 767.5px) {
  .main-content-box {
    width: 100%;
  }
}
.main-content-box .main-content {
  padding: 64px;
}
@media only screen and (max-width: 1366.5px) {
  .main-content-box .main-content {
    padding: 48px;
  }
}
@media only screen and (max-width: 767.5px) {
  .main-content-box .main-content {
    padding: 78px 24px 24px;
  }
}
.main-content-box .main-content .main-content-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  justify-content: space-between;
}
@media only screen and (max-width: 767.5px) {
  .main-content-box .main-content .main-content-header {
    display: none;
  }
}
.main-content-box .main-content .main-content-header .left-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-content-box .main-content .main-content-header .right-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}

.search-with-filter-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
.search-with-filter-form > .input-group {
  flex: 1;
}

.editable-box {
  width: 170px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editable-box .inner1 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.editable-box .inner2 {
  transform: translateY(-4px);
  padding-left: 8px;
}

.edit-text-box {
  width: 170px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #0C7059;
  background-color: #F5F5F5;
  padding: 4px 12px;
}
.edit-text-box .inner1 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.edit-text-box .inner2 {
  transform: translateY(-2px);
  padding-left: 8px;
}

.file-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 300px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #D0E4DF;
  background-color: #F5F5F5;
}
.file-tile .text {
  flex: 1;
  font-size: 14px;
}
.file-tile .dots {
  cursor: pointer;
}

.pending-payouts-filter-btn-box {
  margin-top: -60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.pending-payouts-filter-btn-box > .btn {
  min-height: 48px;
}
@media only screen and (max-width: 991.5px) {
  .pending-payouts-filter-btn-box {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex: wrap;
    align-items: center;
    justify-self: unset;
  }
}

/***************************************
    FOOTER
***************************************//*# sourceMappingURL=style.css.map */