@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*---- General ----*/
.rounded-16 {
  border-radius: 16px !important;
}

body::before {
  display: block;
  content: '';
  height: 63px !important;
}

hr {
  height: 1.5px !important;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.horizontal-line {
  height: 2px;
}

.horizontal-line-1 {
  height: 1px;
}

.vertical-line-1 {
  width: 1px;
}

.box-shadow-btn {
  -webkit-box-shadow: 0 8px 6px -6px #000000;
  -moz-box-shadow: 0 8px 6px -6px #000000;
  box-shadow: 0 8px 6px -6px #000000;
}

.vertical-line-2 {
  width: 2px;
  height: 100px;
  background-color: #ffffff !important;
  opacity: 0.8;
}

.light-gray-bg-1 {
  background-color: #ededed;
}

.light-gray-bg-2 {
  background-color: #f2f3f3;
}

.light-gray-bg-3 {
  background-color: #f4f4f4;
}

.blue-gradient-bg-2 {
  background-image: linear-gradient(
    to right,
    #1e4040,
    #163d40,
    #0f3941,
    #0a3541,
    #073141,
    #063043,
    #062f45,
    #082e46,
    #07314b,
    #05334f,
    #043654,
    #033859
  );
}

.p-check-input {
  padding: 0.6rem !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-21px {
  font-size: 21px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-23px {
  font-size: 23px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-25px {
  font-size: 25px !important;
}

.w-60 {
  width: 60%;
}

.bg-facebook-blue {
  background-color: #3e5c9a !important;
}

.orange-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #f28907,
    #ed840a,
    #e97f0c,
    #e47a0e,
    #df750f,
    #db7111,
    #d76c12,
    #d36813,
    #ce6314,
    #c95e15,
    #c45a16,
    #bf5517
  );
}

.orange-gradient-bg-2 {
  background-image: linear-gradient(
    to right,
    #d27f1b,
    #cf7916,
    #cc7311,
    #c86d0c,
    #c56706,
    #c06404,
    #bc6102,
    #b75e00,
    #b05d00,
    #a95d01,
    #a35c02,
    #9c5b03
  );
}

.blue-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #54bfac,
    #4db5a7,
    #46aca1,
    #40a29b,
    #3b9995,
    #379290,
    #338b8b,
    #308486,
    #2d7e81,
    #29777d,
    #277178,
    #246b73
  );
}

.blue-gradient-bg-3 {
  background-image: linear-gradient(
    to right,
    #5cd0c0,
    #48b6b1,
    #379d9f,
    #2b848c,
    #236c78
  );
}

.purple-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #bf1f6a,
    #b01b66,
    #a21761,
    #93145c,
    #851157,
    #811056,
    #7d0f54,
    #790e53,
    #7e0f56,
    #82105a,
    #87105d,
    #8c1161
  );
}

.green-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #365945,
    #385e48,
    #3a624b,
    #3c674f,
    #3e6c52,
    #407054,
    #417557,
    #437959,
    #457e5c,
    #48825e,
    #4a8761,
    #4d8c63
  );
}

.blue-gradient-bg-4 {
  background-image: linear-gradient(
    to right,
    #1c98a6,
    #1c92a1,
    #1c8c9d,
    #1d8698,
    #1e8093,
    #1f7b8f,
    #21768a,
    #227186,
    #246c81,
    #25677d,
    #266278,
    #275d73
  );
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.border-radius-1 {
  border-radius: 10px !important;
}

.table {
  --bs-table-striped-bg: #d2d8d665;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 10px 20px !important;
}

.bg-light-green-gray {
  background: #d2d8d6;
}

.bg-silver-1 {
  background-color: #a7a9ac !important;
}

.border-1-white {
  border: 1px solid #ffffff;
}

.border-1-white-transparent {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-1-green {
  border: 1.5px solid #005a5f;
}

.border-2-green {
  border: 2px solid #005a5f;
}

.border-bottom-green-1 {
  border-bottom: 1.5px solid #005a5f !important;
}

.border-bottom-green-2 {
  border-bottom: 2px solid #005a5f !important;
}

.border-bottom-green-1-2 {
  border-bottom: 1.5px solid #00a79d !important;
}

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-shadow-3 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-shadow-4 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-shadow-5 {
  box-shadow: 0 25px 75px rgba(16, 30, 54, 0.25);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.height-50 {
  height: 50px;
}

.height-150 {
  height: 150px;
}

.height-250 {
  height: 250px !important;
  overflow-y: hidden;
}

.height-345 {
  height: 345px;
}

.width-250 {
  width: 250px;
}

.bg-green-2 {
  background: #005a5f !important;
}

.bg-orange-1 {
  background: #cd5f00 !important;
}

.text-align-justify {
  text-align: justify;
}

.text-light-green {
  color: #16d3c1 !important;
}

.text-light-green-2 {
  color: #00a79d !important;
}

.text-green {
  color: #224949 !important;
}

.text-green-2 {
  color: #005a5f !important;
}

.text-green-3 {
  color: #00a79d !important;
}

.text-orange-1 {
  color: #bf5e00 !important;
}

.text-orange-2 {
  color: #f7941d !important;
}

.text-orange-3 {
  color: #d68107 !important;
}

.top-30 {
  top: 30% !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

.header-img {
  background: url('../img/header.jpg') no-repeat bottom left/cover;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1.5px solid #cd5f00 !important;
}

.auth-bg {
  background: url('../img/login-bg.jpg') no-repeat top left/cover;
  height: 100vh;
}

.btn-circle {
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn.btn-icon {
  border-radius: 50%;
  width: 24px;
  line-height: 15px;
  height: 24px;
  padding: 1px;
  text-align: center;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.react-bootstrap-table-pagination #pageDropDown {
  border: none;
  background: transparent !important;
  color: #224949 !important;
  font-size: 12px;
  font-weight: 700;
}

.react-bootstrap-table-pagination #pageDropDown:focus {
  box-shadow: none !important;
}

.react-bootstrap-table-pagination-total {
  color: #224949 !important;
  font-size: 12px;
  font-weight: 700;
}

.react-bootstrap-table-page-btns-ul > li > a {
  border: none;
  font-size: 14px;
  font-weight: 800;
  background: transparent !important;
  color: #00a79d !important;
}

.react-bootstrap-table-page-btns-ul > li > a:focus {
  box-shadow: none !important;
}
.react-bootstrap-table-page-btns-ul > li > a:hover {
  color: #cd5f00 !important;
}

.react-bootstrap-table-page-btns-ul > li.active.page-item > a {
  color: #cd5f00 !important;
}

.react-bootstrap-table > table > :not(caption) > * > * {
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.react-bootstrap-table > table > thead {
  border-bottom: 1.5px solid #00a79d;
  font-weight: 800 !important;
}

.react-bootstrap-table > table > thead > tr > th {
  font-weight: 800 !important;
  color: #224949 !important;
}

.react-bootstrap-table > table > tbody {
  border-bottom: 1.5px solid #00a79d;
}

.react-bs-table-sizePerPage-dropdown.dropdown > .dropdown-menu {
  font-size: 10px !important;
}

.MTableToolbar-title-9 {
  display: none;
}

.MuiTableCell-root {
  border: none !important;
  color: #224949 !important;
}

.MuiTableRow-head {
  border-bottom: 3px solid #00a79d !important;
  color: #224949 !important;
  padding: 0;
  font-weight: 800 !important;
}

.MuiTableRow-head > th {
  font-weight: 700 !important;
  font-size: 12px;
}

.MuiTableCell-body {
  font-weight: 500 !important;
}

.MuiTableBody-root {
  border-bottom: 1.5px solid #00a79d !important;
}

.MuiTable-root {
  font-size: 12px;
}

/* .MTableToolbar-actions-8{
  color: #224949 !important;
} */

.MuiToolbar-regular {
  min-height: 0 !important;
}

.MuiTableCell-root {
  padding: 8px 16px !important;
}

.MuiIconButton-root {
  padding: 8px !important;
  float: left !important;
}

.MuiTableCell-root {
  color: #224949 !important;
}

.MTablePaginationInner-root-14 {
  color: #224949 !important;
}

.MuiTableFooter-root {
  display: flex !important;
  justify-content: center !important;
}

.ant-modal-body {
  padding: 0 !important;
}

.ant-modal-close-x {
  color: #f2f2f2 !important;
}

.pagination > .page-item > .page-link {
  border: none;
  background: transparent !important;
  color: #00a79d !important;
  font-size: 16px;
  font-weight: 700;
}

.pagination > .page-item > .page-link:hover {
  color: #d76c12 !important;
}

.pagination > .page-item > .page-link:focus {
  box-shadow: none !important;
}

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2em) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.card-container p {
  margin: 0;
}
.card-container > .ant-tabs-card .ant-tabs-content {
  height: 120px;
  margin-top: -16px;
}
.card-container > .ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane {
  padding: 16px;
  background: #fff;
}
.card-container > .ant-tabs-card > .ant-tabs-nav::before {
  display: none;
}
.card-container > .ant-tabs-card .ant-tabs-tab,
[data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-tab {
  background: transparent;
  border-color: transparent;
}
.card-container > .ant-tabs-card .ant-tabs-tab-active,
[data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-tab-active {
  background: #fff;
  border-color: #fff;
}
#components-tabs-demo-card-top .code-box-demo {
  padding: 24px;
  overflow: hidden;
  background: #f5f5f5;
}
[data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-content {
  height: 120px;
  margin-top: -8px;
}
[data-theme='dark'] .card-container > .ant-tabs-card .ant-tabs-tab {
  background: transparent;
  border-color: transparent;
}
[data-theme='dark'] #components-tabs-demo-card-top .code-box-demo {
  background: #000;
}
[data-theme='dark']
  .card-container
  > .ant-tabs-card
  .ant-tabs-content
  > .ant-tabs-tabpane {
  background: #141414;
}
[data-theme='dark'] .card-container > .ant-tabs-card .ant-tabs-tab-active {
  background: #141414;
  border-color: #141414;
}
