:root {
  --color-info: #34b5f0;
  --color-success: #31e284;
  --color-warning: #f0a834;
  --color-danger: #ff3f3f;
  --color-notification: white;
  --color-dark: #131821;
}

.defaultImage {
  display: flex;
  justify-content: center;
}

.buttons.filterBtn {
  display: flex;
  align-items: flex-end;
}

.card-body {
  min-height: 50vh;
}

.main-section {
  width: 100%;
  display: flex;
}

.main-section .left-side {
  height: 100%;
  width: 60%;
  text-align: center;
}

.main-section .left-side .logo {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  align-items: center;
}

.main-section .left-side .logo .text-logo {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #254daf;
  max-width: 261px;
  margin-left: 16px;
  margin-bottom: 0;
  border-left: 3px solid #254daf;
  padding-left: 16px;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-align: left;
}

.main-section .left-side .header-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #20293a;
  margin-bottom: 26px;
  text-align: center;
}

.main-section .left-side .section-registerLogin {
  margin-top: 80px;
  margin-bottom: 40px;
  max-width: 530px;
  width: 100%;
  display: inline-block;
}

.main-section .left-side .section-registerLogin .header-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #20293a;
  margin-bottom: 26px;
  text-align: center;
}

.main-section .left-side .section-registerLogin .tab-content {
  border: 1px solid #e7f0f9;
  border-radius: 8px;
  padding: 24px;
}

.main-section .left-side .section-registerLogin .tab-content .tab-navbar {
  display: flex;
  justify-content: center;
}

.main-section .left-side .section-registerLogin .tab-content .tab-navbar ul {
  display: flex;
  padding: 0;
  overflow: auto;
}

.main-section .left-side .section-registerLogin .tab-content .tab-navbar ul li.active,
.main-section .left-side .section-registerLogin .tab-content .tab-navbar ul li:hover {
  color: #1b72e8;
  cursor: pointer;
  box-shadow: inset 0 -2px #1b72e8;
}

.main-section .left-side .section-registerLogin .tab-content .tab-navbar ul li {
  padding: 8px 64px;
  list-style: none;
  font-family: inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin {
  display: block;
}

.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin label {
  width: 100%;
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #585757;
  margin-bottom: 18px;
}

.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin label select,
.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin label input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 8px 17px 8px 12px;
  display: block;
  height: 40px;
  margin-top: 8px;
}

.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin label select:focus,
.main-section .left-side .section-registerLogin .tab-content .tab-item .userlogin label input:focus {
  border-color: #000;
}

.main-section .right-side {
  min-height: 100vh;
  background: linear-gradient(0deg, rgba(27, 114, 232, 0.15), rgba(27, 114, 232, 0.15)), url("/img/dozimg.jpg");
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.main-section .right-side::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
}

@media (max-height: 800px) {
  .left-side .section-registerLogin {
    margin-top: 60px;
  }
}

.text-end {
  text-align: right !important;
}

.section-registerLogin .tab-item .forget-password {
  font-family: inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b72e8;
  margin-top: 18px;
  text-decoration: none;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

.section-registerLogin .btn-registerlogin {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.section-registerLogin .btn-register {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  font-family: inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b72e8;
  margin-right: 44px;
  text-decoration: none;
}

.btn-login {
  padding: 8.5px 45px 8.5px 44px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background: #1b72e8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1019607843), 0 2px 1px rgba(0, 0, 0, 0.0588235294), 0 1px 1px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.section-registerLogin .btn-login img {
  margin-left: 15px;
  margin-bottom: 2px;
}

.right-side .top_info {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  align-items: center;
}

.right-side .top_info .tel-number {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  padding: 12px 22px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  margin-left: 30px;
}

.right-side p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7019607843);
  position: absolute;
  bottom: 35px;
  margin: auto;
  right: 0;
  left: 0;
}

.alert-info {
  border-color: #1b72e8 !important;
  background-color: #1b72e8 !important;
}

.statusAlert {
  white-space: nowrap;
  border-radius: 4px;
  display: block;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 6px 10px;
  font-size: 12px;
}

.page-content {
  min-height: 100vh;
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px;
}

.page-content .card {
  background-color: #fff;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1019607843);
  border: none;
}

.page-content .card .card-header {
  background: linear-gradient(184.15deg, #073b42 -1.5%, #031c20 99.23%);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content .card .card-header:after {
  display: none;
}

.page-content .card .card-header .card-title {
  font-size: 18px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.btn_white {
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  color: #245dab;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1019607843), 0 2px 1px rgba(0, 0, 0, 0.0588235294), 0 1px 1px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  padding: 6px 20px;
  border: none;
}

.btn_white i {
  font-size: 15px;
  margin-right: 5px;
}

.swal2-radio {
  flex-wrap: wrap;
}

.swal2-radio label {
  margin-bottom: 20px !important;
  font-size: 14px !important;
}

.closeSideBar {
  padding-bottom: 50px;
}

.admin_show_daily_blank .table-responsive,
.myinvoiceshow .table-responsive,
.show_invoice .table-responsive,
.invoice .table-responsive {
  height: auto;
  margin-bottom: 0px;
}

.swal2-container {
  z-index: 99999 !important;
}

@media (max-width: 900px) {
  .main-section .right-side {
    display: none;
  }
}

.card-body h1,
.card-text h1 {
  font-size: 1rem;
}

.card .card-body::after,
.card .card-footer::after,
.card .card-header::after {
  display: none;
}

.card .table {
  border-collapse: separate;
  /* Don't collapse */
  border-spacing: 0;
}

.card .table th,
.card .table td {
  white-space: nowrap;
  white-space: -moz-nowrap;
  white-space: -nowrap;
  white-space: -o-nowrap;
  word-wrap: normal;
}

.card .table-responsive {
  height: calc(100vh - 300px);
  margin-bottom: 30px;
}

.card th {
  position: sticky;
  top: 0;
  background: white;
}

.card-body::after,
.card-footer::after,
.card-header::after {
  display: none;
}

.new_table .card-body {
  position: relative;
  padding: 5px 20px;
}

.new_table .card-body .hid {
  display: block;
  width: 100%;
  height: 15px;
  background-color: #f4f6f9;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.new_table .card-body .table-responsive {
  height: calc(100vh - 150px);
  margin-bottom: 5px;
}

.new_table .table {
  border: none;
  border-collapse: separate;
  border-spacing: 0px 5px;
}

.new_table .table th,
.new_table .table td {
  font-family: "inter";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding: 8px 16px;
  vertical-align: middle;
  background: transparent;
  text-align: center;
}

.new_table .table th p,
.new_table .table th div,
.new_table .table td p,
.new_table .table td div {
  margin: 0;
}

.new_table .table thead {
  position: sticky;
  top: 10px;
  background: linear-gradient(184.15deg, #073b42 -1.5%, #031c20 99.23%);
  z-index: 1;
}

.new_table .table thead th {
  color: #fff;
  font-weight: 600;
  border-color: #073b42;
}

.new_table .table thead th:last-child {
  border-right: 1px solid transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.new_table .table thead th:first-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.new_table .table tbody tr td {
  background: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.new_table .table tbody tr td:last-child {
  border-right: 1px solid transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new_table .table tbody tr td:first-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.new_table .table tbody tr:hover td {
  border-color: #00c0bf;
}

.new_table .table-spacing-10 {
  border-spacing: 0px 10px;
}

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

.new_table .show {
  color: #68b2dd;
}

.new_table .progress_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new_table .progress_block .progress_box {
  text-align: left;
}

.new_table .progress_block p {
  margin: 0 0 3px;
}

.new_table .progress_block .progress_bar {
  width: 172px;
  height: 6px;
  border-radius: 5px;
  background-color: rgba(0, 192, 191, 0.2);
}

.new_table .progress_block .progress_bar .bar_inner {
  height: 6px;
  border-radius: 5px;
}

.new_table .progress_block .progress_bar .green {
  background-color: #00c0bf;
}

.new_table .progress_block .progress_bar .red {
  background-color: red;
}

.new_table .pagination .page-link {
  font-family: Inter !important;
  font-size: 12px !important;
}

.new_table .alert-success {
  background-color: #dfffe4 !important;
  color: #569860 !important;
}

.new_table .alert-info {
  background-color: #cdecfa !important;
  color: #0059be !important;
}

.new_table .alert-warning {
  background-color: #fff4d7 !important;
  color: #af8721 !important;
}

.new_table .alert-danger {
  background-color: #FFDCDC !important;
  color: #862F2F !important;
}

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

.new_table .badge_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  height: 28px;
  border-radius: 5px;
}

.new_table tfoot {
  background: #fff;
}

.new_table tfoot th {
  background: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.new_table tfoot th:last-child {
  border-right: 1px solid transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new_table tfoot th:first-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}


