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

* {
  font-family: 'Poppins', sans-serif;
}

.alert-hide {
  display: none;
}

.f-right {
  float: right;
}

.mt-10 {
  margin-top: 10%;
}

.media-body {
  position: relative;
}

.media-body .indicator {
  position: absolute;
  top: 0;
  right: 0;
}

.list-group .list-group-item {
  color: #fff !important;
  background-color: transparent;
}

.list-group .list-group-item.active {
  color: #101010 !important;
  background-color: #fcfcfc;
}

.list-group .list-group-item.list-group-item-action {
  border-bottom: 1px solid #e4eaec !important;
}

.dropdown-menu .list-group .list-group-item {
  background-color: #3d3d3d;
}

.nav-link {
  padding: unset;
}

.red {
  color: red !important;
}

.blue {
  color: blue !important;
}

.disabled {
  cursor: not-allowed;
}

.chart-spline.flot-chart {
  height: 350px;
}

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

.table>tbody>tr>td .btn {
  width: 50px;
  margin: 2px;
  display: inline-block;
}

label.error {
  color: #ff0002 !important;
  margin-bottom: 0;
}

.modal .modal-header {
  background-image: none;
  box-shadow: none;
  padding: 14px 16px;
}

.modal .modal-header .modal-title {
  text-shadow: none;
}

.modal .modal-body .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.modal .modal-body .table td,
.modal .modal-body .table th {
  border: 0;
  word-break: break-word;
}

/* Dashboard responsive css start*/
.row.success {
  margin-right: -8px;
  margin-left: -8px;
}

.row.success .col-lg-4 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.row.success .h3 {
  font-size: 1.25rem;
}

/* Dashboard responsive css end*/
.btn-secondary {
  border: 1px solid #ef5418;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #ef5418;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #ef5418;
  border-color: #ef5418;
}

div.dataTables_wrapper div.dataTables_processing {
  padding: 0.5rem 0;
}

label.label,
.form-group label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper .dataTables_length select {
  color: #fff;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 0 15px !important;
  width: 80px;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper .form-control {
  color: #fff;
  background-color: #3d3d3d;
  border: 1px solid #999;
}

.dataTables_wrapper .page-item .page-link,
.dataTables_wrapper .page-item.disabled .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled>a {
  color: #fff !important;
  background-color: #3d3d3d;
  border-color: #fff;
}

.dataTables_wrapper .page-item.active .page-link {
  border-color: #fff;
  color: #fff;
  background-color: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
  margin: 0 -1px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
  border: 1px solid #dee2e6 !important;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

button.dt-button {
  background-color: #000000 !important;
  background-image: linear-gradient(45deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  border-color: #000000 !important;
  font-size: 13px !important;
  color: #fff !important;
  padding: 6px 10px !important;
  margin: 0 5px !important;
  -webkit-appearance: button;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  min-height: 36px;
}

button.dt-button:hover {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  background-color: #fff !important;
}

/* .wrapper .section-container {
    z-index: 9999;
} */

.modal {
  z-index: 9999;
}

.col-form-label {
  color: #fff;
}

.form-control[type="file"] {
  background-color: #f8f9fc;
  border: 1px solid #e2e9f3;
  border-radius: 4px;
  height: 40px;
  width: 400px;
  color: #565A90;
  max-width: 100%;
  padding: 0px 20px !important;
  font-size: 14px;
  cursor: pointer;
}

.form-control[type="file"]::file-selector-button {
  border: none;
  border-radius: 4px;
  color: white;
  background-color: #101010;
  border: 1px solid #101010;
  height: 24px;
  margin: 7px 10px 6px;
  transition: all .25s ease-in;
  cursor: pointer;
}

.form-control[type="file"]::file-selector-button:hover {
  background-color: #fff;
  color: #101010;
  transition: all .25s ease-in;
  cursor: pointer;
}

img+.form-control[type="file"] {
  margin-top: 5px;
}

.dataTables_wrapper .dt-buttons button.dt-button {
  min-height: 30px;
  transition: all 0.3s ease-in-out;
  border-color: #fff !important;
}

.dataTables_wrapper .dt-buttons button.dt-button:hover {
  background-image: none;
}

.page-link {
  color: #777;
}

.checkbox-cst-default-dv .checkbox-cst-default-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox-cst-default-dv .checkbox-cst-default-label input[type=radio] {
  margin-right: 6px;
}

.topnavbar {
  background-color: #3d3d3d;
  border-bottom: 1px solid #999;
}

.topnavbar .navbar-header {
  border-right: 1px solid #999;
}

.topnavbar .navbar-header .navbar-brand {
  padding: 2px 0;
}

.topnavbar .dropdown .dropdown-menu-right .list-group .nav-link .list-group-item p {
  margin-bottom: 0;
}

.table>tbody>tr>td .user_img {
  object-fit: cover;
}

.wrapper-admin-auth .wd-xxl {
  width: 420px;
  max-width: 100%;
}

h2.h2-admin-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #101010;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}

.btn.btn-link {
  font-weight: 500;
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
}

.card .card-header .logo-link-card img {
  height: auto;
  object-fit: contain;
  width: 100%;
  max-width: 300px;
}

.card .card-header .logo-link-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
}

.wrapper {
  background: #656565;
}

.wrapper.wrapper-admin-auth {
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  /*background-image: linear-gradient(#319bfe1a 1px, transparent 1px), linear-gradient(to right, #319bfe33 1px, #319bfe1a 1px);*/
  /*background-size: 60px 60px;*/
  background-image: url("/admin_assets/images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.card.card-auth-admin {
  padding: 10px 15px 15px;
  border-radius: 16px;
  box-shadow: 0 10px 10px #0000000d;
  background-color: #3d3d3d;
}

.card.card-auth-admin .h2-admin-title,
.card.card-auth-admin p {
  color: white;
}

.card.card-auth-admin .form-control {
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #3d3d3d;
  height: 46px;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.card.card-auth-admin .c-checkbox {
  color: white;
}

.card.card-auth-admin textarea.form-control {
  height: 100px;
  resize: none;
}

.card.card-auth-admin .form-control.border-right-0 {
  border-radius: 10px 0 0 10px;
}

.card.card-auth-admin .form-group .input-group-text {
  border-color: #999;
  border-radius: 0 10px 10px 0;
  color: #fff !important;
}


.card.card-auth-admin .btn-primary {
  color: #fff;
  background-color: #101010;
  border-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 15px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.card.card-auth-admin .btn.btn-link {
  color: white;
}

.c-checkbox input[type=checkbox]:checked+span,
.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=checkbox]:checked+span,
.c-radio input[type=radio]:checked+span {
  border-color: #101010;
  background-color: #101010;
}

.input-group.with-focus .form-control:focus+.input-group-append>.input-group-text {
  border-color: #999;
}

.card.card-auth-admin .alert {
  border-radius: 10px;
  font-size: 16px;
}

.card.card-auth-admin .form-control.is-invalid {
  border-color: #f05050;
}

.input-group.with-focus .form-control.is-invalid+.input-group-append>.input-group-text {
  border-color: #f05050;
}

a:hover {
  text-decoration: none;
}

.img-icon-db {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.text-semibold {
  font-weight: 600;
}

h2.title-h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: rgb(0 133 255);
}

.card.card-custom-ds {
  align-items: center;
  flex-direction: row;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #999;
  background-color: #3d3d3d;
}

.content-wrapper .content-heading.dashboard-heading small {
  line-height: 1.5;
  font-size: 14px;
}

.wrapper .section-container {
  background-color: #202020;
}

.wrapper .section-container,
.section-container.section-dashboard {
  min-height: calc(100vh - 124px);
}

.card.card-custom-ds .card-img-dv {
  flex: 0 0 60px;
  max-width: 60px;
  background: transparent;
  color: #662d91 !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card.card-custom-ds .card-content-dv {
  flex: auto;
  max-width: none;
  background: transparent !important;
  color: #222 !important;
  padding: 0 0 2px 10px;
}

.card.card-custom-ds .card-img-dv .tex-ico-span {
  width: 60px;
  height: 60px;
  background: #101010;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.card.card-custom-ds .card-img-dv .tex-ico-span .img-icon-db {
  width: 40px;
  height: 40px;
}

.card.card-custom-ds .h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin: 0 !important;
}

.card.card-custom-ds .h3 {
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
}

.card.card-custom-ds .card-img-dv .tex-ico-span .img-icon-db.img-icon-db04 {
  width: 40px;
  height: 40px;
}

.card.card-custom-ds .card-img-dv .tex-ico-span .img-icon-db.img-icon-db05 {
  width: 40px;
  height: 40px;
}

.card-account-setting {
  background-color: #000000;
  background-image: linear-gradient(90deg, #2C2B2B00, #ffffff40, #2c2b2b00);
}

nav.sidebar {
  background-color: #000000;
  background-image: linear-gradient(90deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  /* background-image: linear-gradient(180deg, hsl(209deg 100% 50%) 0%, hsl(219deg 86% 60%) 21%, hsl(229deg 69% 62%) 30%, hsl(242deg 52% 62%) 39%, hsl(260deg 41% 57%) 46%, hsl(282deg 32% 51%) 54%, hsl(309deg 34% 47%) 61%, hsl(329deg 44% 47%) 69%, hsl(343deg 57% 47%) 79%, hsl(360deg 75% 44%) 100%); */
}

.sidebar .sidebar-nav>li>a .icon-span {
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.sidebar .sidebar-nav>li>a .icon-span svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.sidebar .sidebar-nav>li>a .icon-span svg g {
  fill: #fff;
}

.sidebar .sidebar-nav>li>a:hover .icon-span svg g {
  fill: #101010;
}

.sidebar .sidebar-nav>li>a .icon-span svg.img-svg01 {
  position: relative;
  top: 2px;
}

.sidebar .sidebar-nav>li>a .icon-span svg.img-svg02 {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
}

.sidebar-nav>li.active>a .icon-span svg g {
  fill: #101010;
}

.sidebar-nav>li.active>a:hover .icon-span svg g {
  fill: #101010;
}

.dashboard-heading-new h1 {
  font-size: 2rem;
  font-weight: 500;
  /* color: #101010; */
  margin: 0 0 5px;
}

.dashboard-heading-new p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #999;
}

.card.card-custom-ds .card-img-dv .tex-ico-span i {
  font-size: 24px;
}

.aside-collapsed .sidebar>.sidebar-nav>li>a>span.icon-span {
  display: inline-block !important;
}

.aside-collapsed .sidebar {
  overflow-y: auto;
}

.aside-collapsed-text .sidebar>.sidebar-nav>li>.nav-item,
.aside-collapsed-text .sidebar>.sidebar-nav>li>a,
.aside-collapsed .sidebar>.sidebar-nav>li>.nav-item,
.aside-collapsed .sidebar>.sidebar-nav>li>a {
  text-indent: 0;
}

.dashboard-heading-new .img-illustration {
  height: 80px;
  margin-right: 20px;
}

.topnavbar .navbar-header .brand-logo>img.logo-img-rt {
  height: 60px;
  object-fit: contain;
}


.content-wrapper .content-heading {
  color: #fff;
  background-color: #000000;
  background-image: linear-gradient(160deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  /* border-top: 1px solid #999; */
  row-gap: 20px;
}

.content-wrapper .content-heading h2 {
  font-size: 1.5rem;
  font-weight: 500;
  /* color: #101010; */
  margin: 0;
}

.card-default p {
  color: #999;
}

.card-default .card-header {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  background-color: #3d3d3d;
  border-bottom: 1px dashed #eee;
}

.card-default .card-body {
  background-color: #3d3d3d;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

div.dataTables_wrapper div.dataTables_length select,
.card-default .form-control,
.card .form-control {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #3d3d3d;
  min-height: 40px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  padding: 2px 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.card-default .select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 10px !important;
  background-color: #3d3d3d;
}

.select2-group-phone .select2-container .select2-selection--single {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card-default .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 40px;
}

.card-default .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.card-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.card-header.card-header02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #eee;
}

.card-header.card-header02 h4 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 1rem;
}

.card-header.card-header02 p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

ul.sidebar-nav {
  margin-top: 5px;
}

.card .card-header {
  background-color: #3d3d3d;
}

.card .card-header h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.card .card-body {
  background-color: #3d3d3d;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.btn.btn-danger {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 36px;
}

.btn.btn-danger .fa.fa-arrow-left {
  position: relative;
  margin: 0 8px 0 0;
}

.btn.btn-warning {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 36px;
  color: #fff;
  background-color: #c51c1d;
  border-color: #c51c1d;
}

.btn.btn-success,
.btn.btn-dark {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 36px;
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #fff;
  border-color: #fff;
}

.card-header .btn.btn-primary .fa {
  margin: 0 8px 0 0;
}

.card {
  border: 1px solid #999;
  border-radius: 8px;
}

.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.dataTables_length select {
  border-radius: 4px;
}

.w-40 {
  width: 40px;
}

.card.card-dash .table>thead>tr>th {
  border-top: 1px solid #999;
}

.modal .modal-header h5 {
  font-weight: 600;
}

.modal .modal-header .close {
  font-weight: 400;
}

.modal .modal-header .close span {
  font-size: 30px;
  line-height: 1;
}

.card table.dataTable>thead>tr>th.actions-th-big {
  width: 190px;
}

.table td.action-td .btn {
  width: auto;
  padding: 0.5rem;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  text-align: center;
  border-radius: 18px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn:focus,
.btn:active,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary.btn-priamry02 {
  background: #000000;
  border-color: #000000;
}

.btn.btn-primary.btn-priamry02:hover,
.btn.btn-primary.btn-priamry02:focus {
  background: #101010;
  border-color: #101010;
}

.btn.btn-primary.btn-priamry03 {
  background-color: #000000;
  background-image: linear-gradient(45deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  border-color: #000000;
}

.btn.btn-primary.btn-priamry03:hover,
.btn.btn-primary.btn-priamry03:focus {
  background-color: #000000;
  background-image: linear-gradient(-45deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  border-color: #000000;
}

.card .table>thead>tr>th.action-th-100 {
  width: 100px;
}

.table>thead>tr>th.mw-40 {
  min-width: 40px;
}

.table>thead>tr>th.mw-50 {
  min-width: 50px;
}

.table>thead>tr>th.mw-60 {
  min-width: 60px;
}

.table>thead>tr>th.mw-70 {
  min-width: 70px;
}

.table>thead>tr>th.mw-120 {
  min-width: 120px;
}

.table>thead>tr>th.mw-130 {
  min-width: 130px;
}

.table>thead>tr>th.mw-150 {
  min-width: 150px;
}

.fa-edit:before {
  content: "\f304";
}

fieldset .form-group p.note-p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}

fieldset .form-group p.note-p b {
  font-weight: 500;
  color: #fff;
}

.modal.modal-delete .modal-footer .btn {
  display: inline-flex;
  flex: auto;
  text-align: center;
  justify-content: center;
  border-radius: 6px;
}

.btn {
  transition: all 0.8s;
}

.btn.btn-info:hover {
  background-color: #000000;
  border-color: #000000;
}

.card.card-auth-admin input:-webkit-autofill,
.card.card-auth-admin input:-webkit-autofill:hover,
.card.card-auth-admin input:-webkit-autofill:focus,
.card.card-auth-admin input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.grid-loader lottie-player svg g>g:first-child {
  opacity: 0;
}

body .select2-dropdown {
  overflow-y: auto;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dde6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-group-phone .select2-container--default .select2-selection--single {
  border-radius: 4px 0 0 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #101010;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0000004d transparent transparent transparent;
}

.form-cst-div label.col-form-label {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0;
  margin: 0 0 4px;
}

.btn.btn-success.btn-success-link {
  background-color: #00d700;
  border-color: #00d700;
}

.btn.btn-success.btn-success-link:hover {
  background-color: #00af00;
  border-color: #00af00;
}

.form-cst-div fieldset {
  border-bottom: 1px dashed #ddd;
}

.form-cst-div .btn-cnt-dv {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.25rem;
}

.modal label.error {
  font-size: 12px;
  line-height: 1.5;
}

.table .w-20 {
  width: 20%;
}

.table .w-80 {
  width: 80%;
}

.mw-160 {
  min-width: 160px;
}

table.table-striped-default01 {
  border: 1px solid #eee;
}

table.table-striped-default01 th {
  font-weight: 500;
  color: #fff;
}

body .sidebar-nav>li.active ul.sidebar-nav.collapse {
  background-color: #fff;
  border: none;
  position: relative;
  padding: 5px 0 5px;
  border-top: 1px solid #00000014;
}

body .sidebar-nav>li ul.sidebar-nav a {
  background: transparent;
  padding: 6px 15px 6px 44px;
  color: #101010;
  line-height: 1.5;
  font-size: 14px;
  transition: all 0.3s;
}

.topnavbar .navbar-nav>.nav-item.show>.nav-link,
.topnavbar .navbar-nav>.nav-item>.nav-link {
  color: #FFF;
}

.topnavbar .navbar-nav>.nav-item.show>.nav-link:focus,
.topnavbar .navbar-nav>.nav-item.show>.nav-link:hover,
.topnavbar .navbar-nav>.nav-item>.nav-link:focus,
.topnavbar .navbar-nav>.nav-item>.nav-link:hover,
body .sidebar-nav>li ul.sidebar-nav a:hover {
  color: #FFF;
}

body .sidebar-nav>li.active ul.sidebar-nav.collapse li.active {
  background: #ffffff;
}

.sidebar-nav>li.active {
  background: transparent;
}

.sidebar-nav>li.collpse-li-nav+li ul.sidebar-subnav {
  margin-top: 0;
}

table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable td,
table.dataTable th {
  border-top: 1px solid #999999;
}

.table>thead>tr>th,
table.dataTable tbody th,
table.dataTable tbody td,
.table td,
.table th {
  padding: 8px 18px;
  background-color: #3d3d3d;
  color: #fff;
}

.table>tbody>tr>td {
  color: #ccc !important;
}

.table>tbody>tr.even>td {
  background: #595959 !important;
}

.card .table,
table.dataTable {
  margin-top: 0 !important;
}

.dtfh-floatingparent table.dataTable {
  margin-top: 0 !important;
}

.table>tbody>tr>td.pending_class,
.pending_class {
  color: #fcb815;
  font-weight: 600;
}

.fixedHeader-floating thead tr th {
  background: #000 !important;
  border-bottom: 1px solid #999999;
  text-align: center;
}

.table>tbody>tr>td.completed_class,
.completed_class {
  color: #00cf00 !important;
  font-weight: 600;
}

.table>tbody>tr>td.processing_class,
.processing_class {
  color: #88a38b;
  font-weight: 600;
}

.status-txt {
  min-height: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.order-status-dv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
}

.order-status-dv .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  top: -1px;
}

.message-card-qr-dv {
  padding: 0;
  margin: 0;
  position: relative;
}

.message-card-qr-dv .description-dv p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.message-card-qr-dv h2.h2-admin-title {
  margin: 0 0 5px;
  color: #01cd01;
}

.message-card-qr-dv .status_a,
.message-card-qr-dv .description-dv {
  color: #fff;
}

.check-center-dv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.check-center-dv .span-check {
  padding: 5px;
  border: 2px dashed #01cd0161;
  border-radius: 100%;
}

.check-center-dv .span-check i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01cd01;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
  padding: 2px 0 0;
  font-size: 24px;
}

.daterangepicker .drp-buttons .btn {
  padding: 0 10px;
  min-height: 30px;
  font-size: 12px;
  font-weight: 500;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #101010;
}

.radio-form-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  column-gap: 30px;
  min-height: 36px;
  align-items: center;
}

.radio-card .radio-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.radio-card .radio-label .radio-control {
  display: none;
}

.radio-card .radio-label .radio-text-dv {
  position: relative;
  min-height: 24px;
  padding: 0 0 0 30px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
}

.radio-card .radio-label .radio-text-dv::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: auto;
  background: transparent;
  border: 1px solid #999;
}

.radio-card .radio-label .radio-text-dv::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: auto;
  background: #fff;
  transform: scale(0);
}

.radio-card .radio-label .radio-control:checked+.radio-text-dv {
  color: #fff;
}

.radio-card .radio-label .radio-control:checked+.radio-text-dv::before {
  border-color: #fff;
}

.radio-card .radio-label .radio-control:checked+.radio-text-dv::after {
  transform: scale(1);
}

.date-picker-dv {
  position: relative;
}

.date-picker-dv i.ico {
  position: absolute;
  top: 0;
  height: 35px;
  display: flex;
  align-items: center;
  left: 12px;
  pointer-events: none;
  font-size: 16px;
  color: #fff;
}

.date-picker-dv .datepicker-cst {
  padding-left: 36px;
}

body .select2-group-rct {
  width: 100%;
}

body .select2-group-rct .select2-container {
  width: 100% !important;
}

body .select2-group-rct .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 16px;
}

.checkbox-form-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  column-gap: 30px;
  min-height: 36px;
  align-items: center;
}

.checkbox-card .checkbox-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.checkbox-card .checkbox-label .checkbox-control {
  display: none;
}

.checkbox-card .checkbox-label .checkbox-text-dv {
  position: relative;
  min-height: 24px;
  padding: 0 0 0 30px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
}

.checkbox-card .checkbox-label .checkbox-text-dv::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: auto;
  background: transparent;
  border: 1px solid #FFF;
}

.checkbox-card .checkbox-label .checkbox-text-dv::after {
  content: "\f00c";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: auto;
  background: #FFF;
  transform: scale(0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 22px;
  text-rendering: auto;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  border-radius: 100%;
}

.checkbox-card .checkbox-label .checkbox-control:checked+.checkbox-text-dv {
  color: #fff;
}

.checkbox-card .checkbox-label .checkbox-control:checked+.checkbox-text-dv::before {
  border-color: #FFF;
}

.checkbox-card .checkbox-label .checkbox-control:checked+.checkbox-text-dv::after {
  transform: scale(1);
  color: #000;
}

.string-input-dv {
  padding-top: 5px;
}

.usg-own-string-div {
  padding: 15px 20px 10px;
  background-color: #3d3d3d;
  margin: 25px auto 25px;
}

.string-tkn-dv {
  padding: 10px 0 0;
}

#total_number_racquets_td {
  vertical-align: revert;
}

.topnavbar-wrapper .navbar-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.navbar-header .nav-link {
  display: block;
  position: relative !important;
  font-size: 16px;
  color: #ffffff;
}

.notes-user-th{
  width: 200px !important;
}

.stringing-mark .button_group_r .order-status-dv a.btn {
  min-width: 220px;
  width: fit-content !important;
  margin: 0 auto;
}


@media (max-width:991px) {
  .dataTables_wrapper {
    overflow-x: auto;
  }

  .card table.dataTable>thead>tr>th.actions-th-big {
    min-width: 190px;
  }

  .card table.dataTable>thead>tr>th.w-40 {
    min-width: 30px;
  }

  .dataTables_wrapper>.row:nth-child(2)>.col-sm-12 {
    overflow-x: auto;
  }

  .dataTables_wrapper input.form-control {
    width: 120px;
    min-width: 150px;
  }

  #completed_date_time input.form-control {
    width: 100%;
    min-width: 100%;
  }

  .table>thead>tr>th {
    font-size: 12px;
    min-width: 60px;
  }


  .dashboard-heading-new .img-illustration {
    height: 60px;
    margin-right: 10px;
  }

  .dashboard-heading-new h1 {
    font-size: 1.5rem;
    margin: 0 0 2px;
  }

  .dashboard-heading-new p {
    font-size: 14px;
  }

  .card.card-custom-ds .card-img-dv .tex-ico-span {
    width: 40px;
    height: 40px;
  }

  .card.card-custom-ds .card-img-dv {
    flex: 0 0 40px;
    max-width: 40px;
  }

  .card.card-custom-ds .h4 {
    font-size: 12px;
  }

  .card.card-custom-ds .h3 {
    font-size: 16px;
  }

  .card.card-custom-ds .card-img-dv .tex-ico-span i {
    font-size: 16px;
  }

  .card.card-custom-ds {
    padding: 10px;
    margin-bottom: 10px;
  }

  .content-wrapper .content-heading h2 {
    font-size: 1rem;
  }

  .table>tbody>tr>td {
    font-size: 12px;
    color: #fff;
  }

  .btn {
    padding: 0.375rem 0.5rem;
    font-size: 12px;
  }

  .card-header .btn.btn-primary .fa {
    margin: 0 5px 0 0;
  }

  div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
  }

  .table td.action-td .btn {
    padding: 0.25rem;
    min-height: 30px;
    min-width: 30px;
  }
}

@media (max-width:767px) {

  .topnavbar .navbar-nav>.nav-item>.nav-link.sidebar-toggle>em.fas.fa-bars {
    color: #101010;
    font-size: 23px;
  }

  .topnavbar .navbar-nav>.nav-item>.nav-link.sidebar-toggle {
    padding: 0 5px 0 15px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    display: none;
  }

  .topnavbar .navbar-header {
    padding-left: 15px;
    padding-right: 0;
  }

  body .topnavbar .navbar-header .navbar-brand {
    margin-right: 0;
  }

  .aside-toggled .wrapper .footer-container,
  .aside-toggled .wrapper .section-container {
    margin-left: 0;
  }

  .topnavbar .navbar-nav>.nav-item.show>.nav-link,
  .topnavbar .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
  }

  .aside-toggled .wrapper .aside-container,
  .wrapper .aside-container {
    transition: all 0.8s;
  }

  .wrapper .footer-container {
    padding: 7px 15px 6px;
    height: auto;
    min-height: 34px;
    font-size: 13px;
    text-align: center;
  }

  .wrapper .section-container {
    margin-bottom: 34px !important;
  }

  .content-wrapper .content-heading {
    font-size: 16px;
    padding: 10px 15px 9px;
    min-height: 40px;
  }

  .content-wrapper .content-heading small {
    line-height: 1.5;
    margin-top: 5px;
  }

  .wrapper .footer-container p {
    font-size: 12px;
  }

  .topnavbar .navbar-header .brand-logo>img.logo-img-rt {
    max-width: 94px;
    padding-right: 8px;
  }

  .wrapper .aside-container .aside-inner {
    padding-top: 60px;
  }

  table.table-striped-default01 th {
    font-size: 12px;
    background: #0000000d;
  }

  table.table-striped-default01 tr {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    margin: 0 0 10px;
  }

  table.table-striped-default01 tr th,
  table.table-striped-default01 tr td,
  table.table-striped-default01 .w-80,
  table.table-striped-default01 .w-20 {
    width: 100%;
    display: block;
  }

  table.table-striped-default01.table-hover tbody tr:hover,
  table.table-striped-default01.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
  }

  .section-orders-container .btn.btn-success.btn-success-link {
    min-height: 32px;
    margin-top: 5px;
  }

  table.table-striped-default01 {
    border: none;
  }

  .order-status-dv.f-right {
    float: none;
  }
}

.content-wrapper .content-heading .btn.btn-secondary.f-right {
  margin-left: auto;
}

.card .table>thead>tr>th {
  border-top: 1px solid #999;
  background-color: #000;
  color: #fff;
}

.dt_input_div {
  display: flex;
  align-items: center;
}

.dynamic_inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dynamic_inline .form-control {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: auto !important;
  width: 90px;
}

.dynamic_inline select.form-control {
  width: 100%;
}

.dt_input_div {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.not-strung_class {
  color: red !important;
}

.stringing_class {
  color: #ffc107 !important;
}

.completed_class {
  color: #00cf00 !important;
}

.wrapper .footer-container {
  background-color: #000000;
  background-image: linear-gradient(45deg, #2C2B2B00, #ffffff40, #2c2b2b00);
  color: #fff;
  border-top: 1px solid #999;
}

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

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #fff;
}

.modal .modal-header .close {
  color: #fff !important;
  opacity: 1;
}

.modal .modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal .modal-footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal .modal-header .modal-title,
.modal .modal-body p {
  color: #fff;
}

.modal-footer .btn-secondary {
  color: #fff !important;
  background-color: #202020;
  border-color: #202020;
}

.button_group_r {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.button_group_r .order-status-dv {
  width: 100%;
}

.button_group_r .order-status-dv span,
.button_group_r .order-status-dv a.btn {
  display: block;
  width: 100% !important;
}

.main_or_button {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#registerForm .select2-group-phone {
  border: 1px solid #999;
  border-radius: 10px;
}

#registerForm .select2-group-phone input {
  border: 0;
  border-radius: 0;
  border-left: 1px solid #999;
}

#registerForm .select2-group-phone .select2-container .select2-selection--single {
  height: 100% !important;
  background: transparent;
  color: #FFFFFF;
  border: 0;
}

#registerForm .select2-group-phone .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #ffffff;
}

#registerForm .select2-group-phone .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

#registerForm .select2-group-phone .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

#registerForm .select2-group-phone .input-group-text {
  border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #101010 !important;
  color: #ffffff !important;
}

.btn-blue,
.btn-blue:hover,
.card.card-auth-admin .btn-primary.btn-blue {
  background: #1E45D8;
  color: #FFFFFF;
  border: 1px solid #1E45D8 !important;
}

.btn-gray,
.btn-gray:hover {
  background-color: #595959;
  color: white;
  border: 1px solid white;
}

.counter-box {
  display: block;
  /*background: #f6f6f6;*/
  border: 1px solid grey;
  padding: 40px 20px 37px;
  text-align: center;
  border-radius: 10px;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: white;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #666;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 28px
}

.btn-dark:hover {
  border: 1px solid #ffffff;
  background: #595959;
}

.btn-primary:hover,
.btn-warning:hover,
.btn-blue:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover {
  border: 1px solid #ffffff !important;
  background: #595959 !important;
}

.header-custom-logo {
  margin-bottom: 0;
  border: 2px dashed #999;
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
}

.card-img-top.business-logo {
  max-height: 104px;
  object-fit: contain;
}

.header-custom-logo form {
  margin-bottom: 0;
}

.header-custom-logo .card-body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  overflow: hidden;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

.switch {
  display: flex;
  align-items: center;
  direction: row;
  justify-content: center;
}

.daterange-custom {
  position: relative;
}

.daterange-custom label {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  font-size: 16px;
  color: #bdbdbd;
  line-height: 40px;
  padding: 0 5px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
  padding: 2px 20px;
  background-color: #3d3d3d;
  border: 1px solid #dde6e9;
  border-radius: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dde6e9;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 40px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  padding: 2px 0px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #fff;
  font-weight: 400;
}

/* .string_input_id .select2-container--default .select2-search--inline .select2-search__field{
  width: 100% !important;
} */

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.string-tension-pre .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice {
  /* padding: 2px 2px 2px 10px; */
  border: 0;
  /* border: 1px solid #dde6e9; */
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  width: 22px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
  color: #FFF !important;
  background-color: #f05050 !important;
  border-radius: 0px;
  /* border-radius: 4px; */
  margin-right: 0;
}

@media (max-width: 640px) {
  .user-profile-navbar {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
  }

  .navbar-cache-clear {
    margin: 0 !important;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #999;
  }

  .topnavbar .navbar-header {
    width: calc(100% - 47px);
    gap: 0;
    padding: 0;
    border-bottom: 1px solid #999;
  }

  .topnavbar .navbar-header .navbar-brand {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
  }

  .topnavbar .navbar-header .brand-logo>img.logo-img-rt {
    max-width: 150px;
    padding-right: 0;
  }

  .navbar-header .nav-link {
    padding: 1.1rem .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #999;
    height: 65px;
  }

  .wrapper .aside-container .aside-inner {
    padding-top: 127px;
  }

  .back-main-admin {
    width: 100%;
    padding: 10px 15px;
  }

  .back-main-admin .btn-primary {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}