.navbar-brand-box {
  align-self: center;
  text-align: center;
}

.dtr-details li {
  display: flex;
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
}

.dtr-details .dtr-title {
  margin-right: 15px;
}

/* checkbox input */
.dtr-data input[switch] {
  position: absolute;
  display: block;
  opacity: 0;
  left: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.dtr-data {
  position: relative;
}

/* css-common */
.error {
  color: red !important;
}

body[data-layout-mode=dark] .form-check-input:checked {
  background-color: #5156be;
  border-color: #5156be;
}

.form-check-input:checked {
  background-color: #5156be;
  border-color: #5156be;
}

/* new design css code */
* {
  margin: 0 0;
  padding: 0;
  outline: none;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #000;
  font-weight: normal !important;
  font-style: normal !important;
  overflow-x: hidden;
  padding: 0px !important;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.btn {
  border-radius: 50px;
  font-size: 16px;
  box-shadow: none !important;
  background: transparent !important;
  border: 2px solid transparent !important;
  font-weight: 600;
  padding: 6px;
}

@font-face {
  font-family: 'peridot_pecompressed_heavy';
  src: url('../fonts/peridotpe/peridotpe-compheavy-webfont.woff2') format('woff2'), url('../fonts/peridotpe/peridotpe-compheavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset;
  transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
  caret-color: white;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*  */
.auth_page {
  width: 100%;
  display: flex;
  background: #000;
  min-height: 100vh;
}

.auth_page .auth_bg_image {
  width: 50%;
  /* height: 100%; */
  background: url(../images/backendauth.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  display: none;
}

.auth_page .auth_from_block {
  width: 50%;
  flex: 1;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.auth_from_block .logo_img {
  max-width: 324px;
  height: 32px;
  margin: 0px auto 90px;
  width: 100%;
}

.auth_from_block .page_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.afb_block {
  max-width: 370px;
  width: 100%;
  margin: 0px auto;
}

.afb_block .form-group {
  margin-bottom: 16px;
}

.afb_block .form-control {
  background-color: #FFFFFF1A !important;
  box-shadow: none !important;
  border-radius: 8px;
  border: 2px solid transparent !important;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 8px 16px;
}

.afb_block .form-control::placeholder {
  color: #8D8D8D !important;
}

.forgot_link {
  padding: 14px 0px;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 20px;
}

.forgot_link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-block;
}

.forgot_link a:hover {
  text-decoration: underline !important;
}

.auth_page .common_btn.btn:disabled {
  color: #5F5F5F !important;
}

.auth_page .common_btn {
  width: 100%;
  display: block;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  background: rgba(255, 255, 255, 0.101961) !important;
  border-radius: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #FFF !important;
  padding: 12px;
}

.auth_page .common_btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.auth_page .fp_desc {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  max-width: 370px;
  margin: 0px auto 24px;
  text-align: center;
}

.other_page_link {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 40px;
}

.other_page_link a {
  color: #fff !important;
  text-decoration: underline !important;
}

.iti {
  display: block !important;
}

.iti__flag-container {
  /* display: none !important; */
  color: #8D8D8D;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding: 11px 16px !important;
  padding-left: 75px !important;
}

/*  */
.vertical-menu {
  top: 0 !important;
  background: #000000;
  border: none !important;
  width: 230px;
  padding: 24px;
}

.main-content {
  background: #000000;
  padding: 70px 24px 24px;
  margin-left: 230px !important;
  min-height: 100vh;
}

.footer {
  display: none !important;
}

.page-content {
  /* border: 1px solid #313131; background: #0B0B0B; */
  padding: 0px !important;
  border-radius: 20px;
  min-height: 95vh;
}

/* side nav bar */
.vertical-menu .site_logo {
  margin-bottom: 20px;
  max-width: 253px;
  height: 25px;
}

.metismenu li {
  margin-bottom: 24px;
}

.metismenu li:last-child {
  margin-bottom: 0px !important;
}

#sidebar-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 0 30px;
}

#sidebar-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8D8D8D !important;
  padding: 2px 15px;
  /* border-radius: 8px; */
  /* background: #FFFFFF1A; */
  display: flex;
  align-items: center;
}

#sidebar-menu ul li a img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#sidebar-menu ul li a img+img {
  display: none;
}

.metismenu li.mm-active {
  background: transparent;
}

#sidebar-menu ul li a.active,
#sidebar-menu ul li a:hover {
  color: #8D8D8D !important;
  background: transparent;
}

/* #sidebar-menu ul li a.active img , #sidebar-menu ul li a:hover img { display: none; }
#sidebar-menu ul li a.active img + img, #sidebar-menu ul li a:hover img + img { display: inline-block; } */
#sidebar-menu ul li ul.sub-menu li {
  margin-bottom: 0px !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  font-size: 14px;
}

#sidebar-menu ul li ul.sub-menu li a.active {
  background: #FFFFFF1A;
  border-radius: 15px;
}

#sidebar-menu ul li ul.sub-menu li a img {
  width: 18px;
  height: 18px;
}

.mm-active>a {
  color: #000 !important;
}

#sidebar-menu .has-arrow::after {
  font-size: 20px;
  display: block !important;
  margin-right: 0;
  margin-top: 0;
  margin-left: auto;
}

/* #sidebar-menu .metismenu li.mm-active a img { display: none; }
#sidebar-menu .metismenu li.mm-active a img + img { display: inline-block; } */
#sidebar-menu ul li ul.sub-menu {
  padding: 5px 0px 0px;
}

/* dashboard */
.common_heading_row {
  padding: 0px 0px 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.common_heading_row .page_title {
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

/* site config page */
.common_from_block {
  max-width: 1160px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 20px;
}

.cfb_inner_block {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #8D8D8D;

}

.cfb_title_row {
  padding-bottom: 2px;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cfb_title_row .cfbtr_text {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #8D8D8D;
  margin-bottom: 0px;
}

.cfb_title_row .form-group {
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 24px;
  width: 100%;
  display: block;
}

.form-group .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8D8D8D;
  margin-bottom: 8px;
  display: block;
}

.form-group .form-control {
  background-color: #FFFFFF1A;
  border-radius: 4px;
  color: #fff;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 12px;
}

.form-group textarea.form-control {
  resize: unset;
}

.form-group .form-control::placeholder {
  color: #8D8D8D !important;
}

.form-group .form-control:focus {
  outline: 2px solid #767676 !important;
}

.form-group.has-error .form-control {
  outline: 2px solid #EB0034 !important;
}

.form-group.has-error .form-control:focus {
  outline: 2px solid #EB0034 !important;
}

.form-group.has-error .input-group {
  outline: 2px solid #EB0034 !important;
  border-radius: 4px;
}

.form-group.has-error .input-group .form-control {
  outline: none !important;
}

.auth_page .form-group .form-control {
  font-size: 16px;
  padding: 11px 16px;
  border-radius: 8px;
}

.help-block {
  font-size: 12px;
  margin-top: 2px;
}

.input-group:focus-within {
  outline: 2px solid #767676 !important;
  border-radius: 4px;
}

.input-group:focus-within .form-control {
  outline: 2px solid transparent !important;
}

.form-group .input-group .btn {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000;
  background: rgba(255, 255, 255, 1) !important;
  padding: 7px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 500;
}

.form_btn {
  border: 2px solid #FFFFFF !important;
  background: #FFFFFF !important;
  max-width: 160px;
  width: 100%;
  margin: 0px auto;
  display: block;
  padding: 6px;
  border-radius: 28px;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.form_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

input[type=file]::file-selector-button {
  display: none;
}

.form-group .form-select {
  background-image: url(../images/downgray.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.fav_icon {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.site_logo_img {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}

.common_from_block .form-group .form-select option {
  color: #fff;
}

.form-group .form-select option {
  color: #000000;
}

.booking_filter_block .form-group .form-select option {
  color: #fff;
}

/* profile page */
.profile_image_block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 36px;
  padding-bottom: 20px;
}

.profile_image_block .pib_image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #2A2A2A;
}

.profile_image_block .pib_image img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.profile_image_block .pib_image img.dummyimg {
  border-radius: 0;
  object-fit: contain;
}

.profile_image_block .pib_text {
  width: 100%;
  flex: 1;
  padding-left: 15px;
}

.profile_image_block .pib_text .pib_name {
  font-size: 24px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.profile_image_block .pib_text .pib_type {
  font-size: 14px;
  letter-spacing: -0.75px;
  color: #5C5C5C;
  margin-bottom: 0px;
}

.profile_image_block .error {
  width: 100%;
  display: block;
  padding: 10px 0px 0px 10px;
}

.profile_upload_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.delete_img_button {
  max-width: 210px;
  width: 100%;
  background: #FFFFFF1A !important;
  color: #5F5F5F;
  font-size: 16px;
}

.delete_img_button:hover {
  color: #fff;
  background: transparent !important;
  border-color: #fff !important;
}

.upload_btn {
  max-width: 210px;
  width: 100%;
  margin-right: 15px;
  border: 2px solid #FFFFFF !important;
  background: #FFFFFF !important;
  color: #000000 !important;
  position: relative;
}

.upload_btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  opacity: 0;
}

.upload_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

/* data table */
.search_bar {
  max-width: 145px;
  width: 100%;
}

.search_bar .input-group {
  background: #000;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
  border-radius: 50px;
}

.search_bar .input-group-text {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  border-radius: 4px;
  padding: 8px 5px 8px 12px;
}

.search_bar .input-group-text img {
  width: 16px;
  height: 16px;
}

.search_bar .form-control {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  padding: 0;
}

.search_bar .form-control::placeholder {
  color: #fff;
}

.search_bar .shortcut {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  color: #fff;
  background: transparent;
  padding-right: 10px;
}

.search_bar .shortcut kbd {
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  padding: 0 4px;
  color: #8D8D8D;
  font-family: "Inter", sans-serif;
}

.search_bar .shortcut kbd:first-child {
  padding-right: 0px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info {
  display: none !important;
}

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

table.dataTable tr th {
  border-bottom: 0px !important;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding: 12px;
  background: #FFFFFF1A;
}

table.dataTable tr td {
  border-bottom: 0px !important;
  border-right: 1px solid #D9D9D9 !important;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  vertical-align: middle;
  background: transparent !important;
  box-shadow: none !important;
  padding: 6px 12px;
  border: none !important;
}

table.dataTable tr td a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: underline !important;
}

table.dataTable tr td:last-child {
  border: none !important;
}

table.dataTable tr th:last-child {
  border: none !important;
}

table.dataTable>tbody>tr:nth-child(2n+1) {
  background: transparent !important;
}

table.dataTable>tbody>tr {
  background: #FFFFFF1A !important;
}

table.dataTable tr td .userinfo {
  display: flex;
  align-items: center;
}

table.dataTable tr td .userinfo span {
  width: 80%;
}

code {
  color: #fff;
}

.action_btn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.action_btn a {
  /* box-shadow: 0px 2px 4px 0px #3A3A3ACC; background: linear-gradient(180deg, #3B3B3B 0%, #0F0F0F 100%); padding: 1px; border-radius: 4px; */
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 2px 5px;
}

.action_btn a span {
  display: block;
  width: 100%;
  height: 100%;
  /* background: #000000; */
  /* display: flex; width: 100%; height: 100%; */
  /* border-radius: 4px; padding: 3px; */
  /* align-items: center; justify-content: center; */
}

.action_btn a.pay_btn {
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF !important;
  max-width: 70px;
  width: 100%;
  margin: 0px auto;
  display: block;
  padding: 4px 16px;
  border-radius: 4px;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  height: auto !important;
  text-decoration: none !important;
  line-height: 14px;
  text-align: center;
  margin-left: 0;
}

.action_btn a.pay_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.shild_img {
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}

.dataTables_paginate {
  padding-right: 20px;
}

.page-item .page-link {
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #fff;
  font-size: 14px;
  box-shadow: none !important;
  border-radius: 50%;
  padding: 4px 10px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 4px 0 !important;
}

.page-item .page-link:hover {
  background: #FFFFFF !important;
  color: #000 !important;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.page-item.active .page-link {
  background: #FFFFFF !important;
  color: #000 !important;
}

.page-item.disabled .page-link {
  color: #8D8D8D;
}

#datatable_first .page-link {
  margin-right: 0px !important;
  border-radius: 4px !important;
  width: auto !important;
}

#datatable_last .page-link {
  margin-left: 0px !important;
  border-radius: 4px !important;
  width: auto !important;
}

#datatable_previous .page-link,
#datatable1_previous .page-link,
#datatable2_previous .page-link {
  border-radius: 50% !important;
  padding: 0px !important;
}

#datatable_next .page-link,
#datatable1_next .page-link,
#datatable2_next .page-link {
  border-radius: 50% !important;
  padding: 0px !important;
}

#datatable_previous .page-link:hover,
#datatable1_previous .page-link:hover,
#datatable2_previous .page-link:hover {
  background: transparent !important;
}

#datatable_next .page-link:hover,
#datatable1_next .page-link:hover,
#datatable2_next .page-link:hover {
  background: transparent !important;
}

.paginate_button.disabled img {
  opacity: 0.6;
}

#datatable2_first .page-link {
  width: auto;
}

#datatable2_last .page-link {
  margin-left: 0px !important;
  border-radius: 4px !important;
  width: auto !important;
}

#datatable1_first .page-link {
  width: auto;
}

.page-item {
  margin: 0px 4px;
}

.add_btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 0px;
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
}

.add_btn img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.add_btn:hover {
  text-decoration: underline !important;
  color: #fff !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}

.col-md-7:has(.dataTables_paginate) {
  width: 100% !important;
}

/* email template */
.pagebackbtn {
  max-width: 210px;
  width: 100%;
  margin: 0px auto;
  border-radius: 50px;
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  color: #000000;
  display: block;
}

.pagebackbtn:hover {
  background: transparent !important;
  color: #fff;
}

.email_view_content_block {
  max-width: 750px;
  width: 100%;
  margin: 0px auto;
}

.evcb_info {
  background: #EB003480;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 17px;
  margin-bottom: 16px;
}

.evcb_info h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 4px 0px;
}

.cke_chrome {
  border: none !important;
  box-shadow: none !important;
}

.cke_bottom {
  display: none !important;
}

.cke_inner {
  background: #FFFFFF1A !important;
  border-radius: 8px;
}

.cke_top {
  border-bottom: none !important;
  background: transparent !important;
}

.cke_contents {
  padding-bottom: 10px !important;
}

.cke_wysiwyg_frame {
  background-color: transparent !important;
}

/* toggle button */
.toggler {
  width: 40px;
  padding: 1px;
  border-radius: 50px;
}

.toggler input {
  display: none;
}

.toggler label {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0px;
}

.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #FFFFFF80;
  content: '';
}

.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) translateX(-50%);
  transition: left 0.15s ease-in-out, background-color 0.2s ease-out, width 0.15s ease-in-out, height 0.15s ease-in-out, opacity 0.15s ease-in-out;
  border-radius: 50%;
}

.toggler input:checked+label::after,
.toggler input:checked+label .toggler-on,
.toggler input:checked+label .toggler-off {
  left: 75%;
}

.toggler input:checked+label::after {
  background-color: #fff;
}

.toggler .toggler-on,
.toggler .toggler-off {
  opacity: 1;
  z-index: 2;
}

.toggler input:checked+label .toggler-off,
.toggler input:not(:checked)+label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.toggler .toggler-on {
  background: #EB0034;
}

.toggler .toggler-on .path {
  stroke: #000000;
}

.toggler .toggler-off .path {
  stroke: #8D8D8D;
}

.toggler label .toggler-off {
  background: #8D8D8D;
}

/*  */
.create_btn {
  border: 2px solid #FFFFFF !important;
  background: #FFFFFF !important;
  color: #000000;
  min-width: 170px;
  max-width: unset !important;
  width: auto;
}

.create_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

/*  */
.sub_admin_image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px auto;
  background: #2A2A2A;
}

.sub_admin_image img {
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.sub_admin_image img.admin_img {
  border-radius: 50%;
  object-fit: cover;
}

.sub_admin_image img.dummyimg {
  border-radius: 0px !important;
  object-fit: contain;
}

.edit_icon {
  position: absolute;
  background: #fff;
  border-radius: 30px;
  font-weight: 590;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 6px 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 54px;
  justify-content: center;
}

.edit_icon img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.edit_icon input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
}

.backpage {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  text-align: right;
  color: #fff;
  margin-bottom: 25px;
}

.backpage img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.backpage:hover {
  text-decoration: underline !important;
  color: #fff !important;
}

/* check box */
.permissions_block {
  width: 100%;
  display: block;
  padding-top: 20px;
}

.checkbox_custom {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.checkbox {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  -webkit-user-select: none;
  color: #fff !important;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-left: 0px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background: transparent;
  border: 1px solid #8D8D8D;
  border-radius: 3px;
}

.checkmark::after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked~.checkmark {
  background: #EB0034 !important;
  border-color: #EB0034 !important;
}

input:checked~.checkmark::after {
  display: block;
}

/* radio css */
.custom_radio_block {
  display: flex;
  width: 100%;
  padding: 12px 0px;
}

.custom_radio_block .crb_box {
  width: 33.33%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3A3A3A;
  border-radius: 100%;
  background: #242424;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* view user page */
.user_info_block {
  width: 100%;
  display: flex;
}

.user_info_block .userImage {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB003480;
}

.user_info_block .userImage img {
  object-fit: cover;
  border-radius: 50%;
}

.user_info_block .userImage span {
  font-size: 30px;
  color: #fff;
}

.uib_conent {
  width: 100%;
  flex: 1;
  padding-left: 45px;
  display: flex;
}

.uibc_text {
  width: 35%;
}

.uibc_text:first-child {
  width: 65%;
  padding-right: 30px;
}

.uibc_text p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: flex;
}

.uibc_text p span {
  font-weight: 600;
  font-size: 14px;
  color: #8D8D8D;
  min-width: 110px;
}

.gameinfo {
  max-width: 560px;
  width: 100%;
  border-radius: 12px;
  background: #FFFFFF1A;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gameinfo p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding: 0px 5px;
}

.btn_row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.btn_row .vup_btn {
  border: 2px solid #FFFFFF !important;
  background: #FFFFFF !important;
  color: #000000;
  min-width: 210px;
  margin-left: 10px;
}

.btn_row .vup_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

/* booking page */
.common_heading_row .nav {
  justify-content: center;
  margin-bottom: 0px !important;
}

.common_heading_row .nav-pills .nav-link {
  margin: 0px 5px;
  width: 156px;
  border-radius: 8px;
  background: #FFFFFF1A;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
}

.common_heading_row .nav-pills .nav-link.active,
.common_heading_row .nav-pills .show>.nav-link {
  background: #FFFFFF;
  color: #000000;
}

.booking_filter_block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0px;
  flex-wrap: wrap;
}

.booking_filter_block .form-group {
  margin-right: 8px;
  width: auto;
}

.booking_filter_block .form-label {
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 0px;
  white-space: nowrap;
  margin-bottom: 8px;
}

.booking_filter_block .form-select {
  width: 200px;
  border-radius: 4px;
  background-color: #FFFFFF1A;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  border: none !important;
  padding: 16px;
  box-shadow: none !important;
}

.booking_filter_block input {
  width: 165px !important;
  border-radius: 4px !important;
  background-color: #FFFFFF1A !important;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  border: none !important;
  padding: 12px;
  box-shadow: none !important;
  height: 39px;
  text-transform: uppercase;
  background-image: url(../images/calendar.svg);
  background-position: right 10px center;
  background-size: 16px;
  background-repeat: no-repeat;
}

/* .booking_filter_block input#filterDate { background-image: url(../images/calendar.svg); background-repeat: no-repeat; background-size: 16px; background-position: center right 10px; } */
.booking_filter_block .input-group {
  flex: unset !important;
  width: auto !important;
}

.input-daterange input {
  text-align: left !important;
}

.booking_filter_block .input-group .input-group-text {
  background: transparent !important;
}

.booking_filter_block .reset_btn {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  margin-top: 8px;
}

.booking_page .booking_filter_block {
  justify-content: unset !important;
}

.record_scores_page .booking_filter_block {
  justify-content: unset !important;
}

.flatpickr-months,
.flatpickr-weekdays {
  background-color: #000;
}

.flatpickr-day.today {
  background-color: rgba(158, 158, 158, 0.1);
  border-color: #000 !important;
}

/* Organizations */
.input-group-text {
  background: #FFFFFF1A;
  border: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.color-picker-btn {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0px;
  background: transparent !important;
}

.color-picker-btn .icon,
.color-picker-btn svg {
  width: 24px;
  height: 24px;
}

.incolor_box {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  display: block;
}

.campaign_stats_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0px;
}

.campaign_stats_block .cstitle {
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.campaign_stats_block div {
  border: 1px solid #242424;
  font-size: 12px;
  color: #fff;
  margin: 0px 10px;
  padding: 13px;
  border-radius: 8px;
}

.campaign_stats_block div span {
  color: #8D8D8D;
}

/* .cfbib_block { width: 100%; padding: 20px 70px; } */
.color_box {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.color_box .color_name {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  margin: 5px 10px;
  display: block;
}

.color_box .color_name.red {
  background: #F52E2E;
}

.color_box .color_name.yellow {
  background: #F5EF2E;
}

.color_box .color_name.yellow {
  background: #F5EF2E;
}

.color_box .color_name.red {
  background: #F52E2E;
}

.color_box svg {
  width: 20px !important;
  height: 20px !important;
}

/*  */
table.dataTable>tbody>tr.child ul.dtr-details {
  display: block !important;
}

.dtr-details li {
  display: flex !important;
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before {
  background-color: #fff;
  border: 2px solid transparent;
  color: #000 !important;
  font-weight: bold !important;
}

/*  */
.action_btn a.textlink {
  margin: 0px 5px;
  width: auto;
  height: auto;
  background: transparent !important;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFFFFF;
  box-shadow: none !important;
}

.addmorebtn {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF !important;
  display: inline-block;
}

.addmorebtn:hover {
  text-decoration: underline !important;
}

.action_btn a.actiontext_link {
  width: fit-content;
  font-size: 12px;
  text-transform: capitalize;
  color: #fff !important;
}

/* .action_btn a.actiontext_link span { padding: 1px 10px; } */
.individual_teams_page table.dataTable tbody tr td .form-select {
  background-color: #3E3E3E;
  background-image: url(../images/downgray.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding: 0px 10px;
  height: 28px;
  border-radius: 4px;
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.notes_block {
  position: relative;
  padding-right: 12px;
}

.notes_block .form-control {
  background-color: #3E3E3E;
  padding: 0px 10px;
  height: 28px;
  border-radius: 4px;
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
  resize: unset !important;
}

.notes_block .save_btn {
  box-shadow: 0px 2px 4px 0px #3A3A3ACC;
  border: none !important;
  background: linear-gradient(180deg, #3B3B3B 0%, #0F0F0F 100%);
  padding: 1px;
  border-radius: 4px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 2px;
  position: absolute;
  top: 4px;
  right: 0px;
}

.notes_block .save_btn span {
  background: #000000;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 3px;
  align-items: center;
  justify-content: center;
}

.total_team_block {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_team_block .ttb_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.total_team_block .ttb_info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}

.total_team_block .ttb_info p {
  padding: 5px 8px;
  display: inline-block;
  width: 33.33%;
  margin: 6px 0px;
}

.total_team_block .ttb_info p span:first-child {
  width: 120px;
  display: inline-block;
}


/* modal */
.modal {
  background: rgba(40, 0, 0, 0.8);
}

.modal-dialog {
  max-width: 500px;
}

.modal-content {
  border-radius: 16px;
  color: #000000;
  background: #000000;
  border: none !important;
}

.modal-content .modal-header {
  padding: 20px;
  border: none;
}

.modal-content .btn-close {
  background: none;
  margin: 0px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: 10px !important;
  color: #fff !important;
  font-size: 24px;
  text-align: right;
  height: auto;
}

.modal-content .modal-body {
  padding: 0px 45px 45px;
}

.modal-content .modal-title {
  font-size: 36px;
  line-height: 40px;
  width: 100%;
  color: #FFFFFF;
}

.modal-content .form_btn {
  max-width: 180px;
  margin-top: 30px;
}

/*  */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  background: #000;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fff;
  height: 9em;
  margin: 0 auto 30px auto;
  width: 9em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctn-preloader .animation-preloader .spinner img {
  -webkit-animation: imgspinner 1s infinite linear;
  animation: imgspinner 1s infinite linear;
}

/* Loader section Settings */
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.2s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.2s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.2s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.2s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes imgspinner {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes imgspinner {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}

/* sidenav link bottom */
.simplebar-content {
  height: 100%;
}

/* #sidebar-menu {display: flex; flex-direction: column; padding-bottom: 0px; height: 95%; } */
.user_link {
  margin-top: auto;
  /* border-top: 1px solid #313131; */
  padding-top: 15px;
}

.user_link .ul_inner_box {
  display: flex;
  /* padding: 10px; border:1px solid #313131; border-radius: 12px; */
  align-items: center;
  /* justify-content: space-between; */
}

.user_link .accountlink {
  width: auto;
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: #EB003480;
  border-radius: 50%;
  justify-content: center;
}

.user_link img.userimg {
  object-fit: cover;
  border-radius: 50%;
}

/* .user_link .accountlink span { padding: 0px 12px; font-weight: 500; font-size: 20px; letter-spacing: -3%; text-transform: capitalize; color: #fff; width: 100%; flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: none; } */
.user_link .accountlink span.user_text {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.user_link a.logoutlink {
  /* flex: 1; width: 100%; */
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  /* justify-content: flex-end;  */
}

.user_link a.logoutlink img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

/* .user_link a.logoutlink img + img { display: none; }
.user_link a.accountlink:hover span { color: #fff; }
.user_link a.logoutlink:hover img { display: none; }
.user_link a.logoutlink:hover img + img { display: inline-block; } */
/*  */
.dtr-details li {
  display: flex;
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
}

.dtr-details .dtr-title {
  margin-right: 15px;
}

/* checkbox input */
.dtr-data input[switch] {
  position: absolute;
  display: block;
  opacity: 0;
  left: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.dtr-data {
  position: relative;
}

/*  */
/* .add_program_page .cfbib_block { padding: 0px;} */
.add_more_btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.add_more_btn img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.booking_offer .form-label {
  color: #EB0034;
  font-weight: 600;
}

.booking_offer .form-label span {
  font-weight: 400;
}

.booking_offer .form-control {
  color: #fff;
  background: #EB003480;
}

.form-group .status_selected {
  color: #fff !important;
  background-color: #EB003480 !important;
}

.select2-container .select2-selection.status_selected {
  color: #fff !important;
  background-color: #EB003480 !important;
}

/*  */
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(40, 0, 0, 0.8);
}

.swal2-container.swal2-center>.swal2-popup {
  background: #000;
}

.swal2-title {
  color: #fff;
}

.swal2-html-container {
  color: #fff;
}

.swal2-styled.swal2-confirm {
  background: #fff !important;
  color: #000;
  border-radius: 50px;
  box-shadow: none !important;
}

.swal2-styled.swal2-confirm:hover {
  opacity: 0.9;
}

.swal2-styled.swal2-cancel {
  border-radius: 50px;
  box-shadow: none !important;
}

.swal2-icon.swal2-warning {
  border-color: #fff !important;
  color: #fff !important;
}

/* 404 */
.errorpage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.error_content_block h1 {
  font-size: 120px;
  color: #fff;
  text-align: center;
}

.error_content_block h1 span {
  color: #EB0034;
}

.error_content_block h4 {
  font-family: 30px;
  color: #fff;
  text-align: center;
}

.error_content_block .common_btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  padding: 10px 20px;
}

.error_content_block .common_btn:hover {
  background: transparent;
  color: #fff !important;
  background: transparent !important;
}

/*  */

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
  cursor: pointer;
}

/* select 2 */

/* .modal .select2-container { width: 100% !important; } */
.modal-open .select2-container--default.select2-container--open {
  z-index: 11111;
}

.select2-container .select2-selection {
  background-color: #FFFFFF1A !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
  padding-bottom: 12px !important;
  font-family: "Inter", sans-serif;
}

.form-group.has-error .select2-container--default .select2-selection--single,
.form-group.has-error .select2-container--default .select2-selection--multiple {
  border: 2px solid #EB0034 !important;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: auto !important;
  min-height: 39px;
  padding: 9px 12px !important;
  padding-right: 25px !important;
}

.select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: unset !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  top: 0px !important;
  right: 5px !important;
}

/* .select2-search.select2-search--dropdown { display: none !important; } */
.select2-dropdown {
  background-color: #1a1a1a !important;
  border: 1px solid #2D2D2D !important;
  border-radius: 4px !important;
}

.select2-results__option {
  padding: 5px;
  font-size: 12px;
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff !important;
  color: #000 !important;
}

.select2-container--default .select2-results>.select2-results__options {
  padding: 5px 0px;
}

.select2-container--default.select2-container--open {
  outline: none !important;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 39px !important;
  padding: 6px 12px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
  color: #fff !important;
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
  margin-top: -2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -4px !important;
  margin-top: -6px !important;
  width: 8px !important;
  height: 8px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-left: 0 !important;
  border-top: 0 !important;
  transform: rotate(45deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: transparent !important;
  color: #fff !important;
}

/*  */

.payout_setting {}

.stripe_connect_label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.stripe_connect_label i {
  margin-right: 10px;
}

.stripe-errors {
  font-size: 14px;
  color: red;
  margin-bottom: 12px;
}

.stripe-errors div i {
  margin-right: 10px;
}

.stripe_connect_label code {
  color: red;
}

/*  */

.build_schedule_page {}

.build_schedule_page .select2-container .select2-selection {
  font-size: 12px;
}

.build_schedule_page .select2-container .select2-selection--single {
  min-height: 28px;
  padding: 9px 16px !important;
  padding-left: 12px !important;
}

.build_schedule_page .form-group .form-control {
  font-size: 12px;
  padding: 8px 12px;
}

.repeat_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fff !important;
  padding: 0px;
  margin-right: 32px !important;
  margin-bottom: 20px !important;
}

.repeat_btn:hover {
  text-decoration: underline !important;
}

.build_schedule_page table.dataTable tr th {
  background: transparent !important;
  padding-left: 2px;
  padding-right: 8px;
}

.build_schedule_page table.dataTable tr td {
  padding-left: 2px;
  padding-right: 8px;
}

.build_schedule_page .select2-container {
  width: 170px !important;
}

.build_schedule_page .button_row {
  padding: 20px 0px 0px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #fff !important;
  box-shadow: #fff 0 1px 3px 0 inset !important;
  color: #000 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000 !important;
  background: #fff !important;
}


/*  */
.cps_form_section .page_title {
  max-width: 1160px;
  width: 100%;
  margin: 0px auto;
}

/* .booking_page table.dataTable.nowrap th:nth-child(4), 
.booking_page table.dataTable.nowrap td:nth-child(4) { white-space: unset !important; } */
.dtr-details .dtr-data {
  white-space: unset !important;
}

.booking_page table.dataTable.nowrap td.child {
  white-space: unset !important;
}

.record_scores_page table td .form-control {
  background-color: transparent !important;
}

.record_scores_page table td select option {
  color: #000 !important;
}

.record_scores_page table td select {
  background-image: url(../images/downarrow.svg);
  background-size: 10px;
}

.sbd_block input {
  background-image: url(../images/dategray.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.sbt_block input {
  background-image: url(../images/downarrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

/* Payout page */

.connect_stripe_section {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}

.connect_stripe_section p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.connect_stripe_section .form_btn {
  padding: 10px 20px;
  max-width: fit-content;
  margin: 30px auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #fff !important;
  width: fit-content;
}

.connect_stripe_section .form_btn img {
  width: 70px;
  height: auto;
  margin-left: 10px;
}

.connect_stripe_section .form_btn:hover {
  box-shadow: 0px 2px 4px 0px #fff !important;
}

.payout_page .form_btn {
  max-width: fit-content;
  padding: 6px 20px;
}

.dashbody_section .page_title {
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-align: center;
}

.dashbody_section .logoimg {
  max-width: 440px;
  width: 100%;
  height: 440px;
  margin: auto;
}

/*  */

.menuslider_block {
  height: calc(100% - 0px);
}

#page-topbar {
  background: #000 !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-brand-box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 250px;
  width: fit-content;
  height: 20px;
}

.navbar-brand-box a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.navbar-brand-box a span {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.navbar-brand-box a img {
  object-position: left;
  vertical-align: top;
}

.vertical-menu {
  top: 42px !important;
  padding: 5px 6px 24px;
}

.navbar-header {
  height: 42px;
  padding: 0;
}

/*  */

.profile_image_block .pib_image {
  background: #EB003480;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pib_image span.user_text {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}


.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #000 !important;
  border-color: #000 !important;
}


.guest_list_block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.guest_list_block .user_info_block {
  width: 48%;
  margin: 1%;
  border-radius: 10px;
  padding: 10px;
  background: #FFFFFF1A;
}

.guest_list_block .uibc_text:first-child {
  width: 100%;
  padding-right: 0px;
}

.guest_list_block .uib_conent {
  padding-left: 30px;
}

.guest_list_block .uibc_text p span {
  min-width: 80px;
}

.guest_list_block .uibc_text p span.pending {
  background: #fff;
  border-radius: 22px;
  text-align: center;
  color: #000;
  padding: 2px 10px;
}


/*  */
.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
  background-color: #1a1a1a !important;
  border-radius: 4px;
  padding: 10px;
}

.datepicker {
  border: 1px solid #767676 !important;
  padding: 0px !important;
  border-radius: 4px;
}

.datepicker-days {
  background-color: #1a1a1a !important;
  border: none !important;
  border-radius: 4px;
  padding: 10px;
}

.datepicker th {
  color: #fff;
  height: 30px !important;
}

.datepicker th.next,
.datepicker th.prev {
  padding-bottom: 2px;
}

.datepicker td.day,
.datepicker th.dow {
  width: 30px !important;
  height: 30px !important;
  color: #fff;
}

.datepicker-dropdown.datepicker-orient-top::after {
  border-top: 6px solid #767676 !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #000 !important;
  cursor: pointer;
  color: #fff !important;
}

.datepicker table tr td.active.active {
  background: #EB003480 !important;
}

.datepicker table tr td.today {
  background: #EB003480 !important;
  color: #fff !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #000 !important;
}

.datepicker-centuries td,
.datepicker-decades td {
  color: #fff;
}

.datepicker-months td {
  color: #fff;
}

.datepicker-years td {
  color: #fff;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #EB003480 !important;
  color: #fff !important;
}

.datepicker table tr td span {
  height: 42px !important;
  line-height: 42px !important;
}

.datepicker-dropdown::before {
  border-bottom: 7px solid #1a1a1a;
}


/* table sorting */

table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/sortdowm.svg) no-repeat;
  background-size: contain;
  background-position: center;
  right: 0 !important;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/sortup.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
  right: 0 !important;
}

table.dataTable>thead .sorting_asc::after {
  display: none;
}

table.dataTable>thead .sorting_asc::before {
  display: block;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control::before {
  background-color: #EB0034 !important;
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before {
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #444 !important;
}

.datepicker td.selected.range-start {
  border-radius: 4px 0px 0px 4px !important;
}

.datepicker td.selected.range-end {
  border-radius: 0px 4px 4px 0px !important;
}

/* booking setting page */

.nav-tabs {
  border-bottom: 1px solid #FFFFFF1A !important;
}

.nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  border: none !important;
  padding: 9px 0px;
  border-bottom: 2px solid transparent !important;
  cursor: pointer !important;
}

.nav-tabs .nav-item {
  margin-right: 24px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: transparent;
  color: #EB0034;
  border-color: #EB0034 !important;
}

.booking_content_block {
  padding-top: 24px;
}

.booking_content_block .form-label {
  font-weight: 500;
  font-size: 14px;
  color: #8D8D8D;
}

.booking_content_block .note-box {
  max-width: 440px;
  background: rgba(235, 0, 52, 0.502);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
}

.booking_content_block .note-box strong {
  font-weight: 600;
  font-size: 14px;
}

.booking_content_block .note-box li {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.booking_content_block .note-box li:last-child {
  margin-bottom: 0px;
}

.create_new_btn {
  min-width: 181px;
  height: 38px;
  background: #FFFFFF !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000 !important;
  padding: 10px;
  margin-bottom: 24px;
}

.create_new_btn:hover {
  border-color: #FFFFFF !important;
  color: #fff !important;
  background: transparent !important;
}

.categories_block,
.sporst_block {
  padding-top: 24px;
}

/* rental booking */

.rental_booking_page .booking_filter_block input {
  padding: 12px !important;
}

.rental_booking_page .booking_filter_block .create_btn {
  border-radius: 4px !important;
}

.archive_checkbox {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.form-check-input[type="checkbox"] {
  box-shadow: none !important;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-top: 2px;
  background: transparent;
  border: 2px solid #8D8D8D;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #EB0034 !important;
  border-color: #EB0034 !important;
}

.right_side_open_modal {}

.right_side_open_modal .modal-dialog {
  margin-left: auto;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  margin-right: 0;
  width: 100%;
}

.right_side_open_modal .modal-content {
  border-radius: 0;
  height: 100vh;
}

.table .form-check-input[type="checkbox"] {
  margin-right: 0px;
  margin-top: 0px;
}

.modal.right_side_open_modal .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.modal.right_side_open_modal.show .modal-dialog {
  transform: translateX(0);
}

.modal.right_side_open_modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}

.bookingForm.modal-content label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8D8D8D;
}

.modal.right_side_open_modal .bookingCard {
  max-width: 450px;
  width: 100%;
  margin: 0px auto;
}

.new_customer_btn {
  width: 100%;
  padding: 8px 10px;
  margin-top: 21px;
  background: #FFFFFF !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  box-shadow: none !important;
  border: 1px solid transparent !important;
}

.new_customer_btn:hover {
  border-color: #FFFFFF !important;
  color: #fff !important;
  background: transparent !important;
}

#bk_price {
  font-size: 14px;
  padding: 7px 0px;
}

.crb_box {
  margin-bottom: 8px;
}

.add_queue_btn {
  width: 160px;
  height: 40px;
  border: 2px solid #FFFFFF !important;
  color: #fff;
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px !important;
}

.add_queue_btn:disabled {
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  color: #5F5F5F;
}

.savebtn {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 28px;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  box-shadow: none !important;
  min-width: 160px;
  padding: 6px;
}

.savebtn:hover {
  color: #fff !important;
  background: transparent !important;
}

.add_queue_btn:hover {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  color: #000000;
}

.right_side_open_modal .modal-footer {
  border: none !important;
  padding: 0;
  justify-content: center;
}

#customerModal label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8D8D8D;
}

.right_side_open_modal #delete {
  font-size: 14px;
  padding: 0;
}

.right_side_open_modal #delete img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.availability_block_row {
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.location_select {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.calendar-toolbar {
  max-width: 320px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.calendar-toolbar .view-btn {
  padding: 10px 10px;
  height: 38px;
  border-radius: 4px 0 0 4px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  box-shadow: none !important;
  border: none !important;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}

.range-display {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 4px 4px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 10px 12px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-display .cal-btn {
  width: 18px;
  height: 18px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0px !important;
}

.nav-btn {
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#BookingBtn {
  margin-left: auto;
  margin-bottom: 10px;
}

#BookingBtn:hover {
  border-color: #76001a !important;
  color: #76001a !important;
  background-color: transparent !important;
}

.arrow_block {
  margin-bottom: 10px;
  margin-right: 10px;
  align-items: center;
  display: flex;
}

.day-btn {
  width: 56px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  border: none !important;
}

.rental_booking_page .text-success {
  color: #00EBB7 !important;
}

.rental_booking_page .text-warning {
  color: #00765C !important;
}

.rental_booking_page .bg-warning,
.view_user_page .bg-warning {
  background: #8D8D8D !important;
}

.rental_booking_page .badge,
.view_user_page .badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 2px;
}

.rental_booking_page .bg-success,
.view_user_page .bg-success {
  background: #FFFFFF !important;
}

.rental_booking_page .bg-danger,
.view_user_page .bg-danger {
  background: #EB0034 !important;
}

.bookingusername {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.reject_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #EB0034 !important;
  white-space: nowrap;
  margin-right: 12px;
}

.confirm_btn {
  padding: 6px 16px;
}

.order_info_block {
  padding-top: 30px;
  margin-bottom: 20px;
}

.order_info {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-bottom: 10px;
}

.order-label {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding-right: 10px;
  width: 120px;
  display: inline-block;
}

.order-amount {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}

.add_booking_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF !important;
}

.add_booking_btn:hover {
  text-decoration: underline !important;
}

.add_booking_btn img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.action_btn .badge.badge-danger {
  font-weight: 600;
  font-size: 14px;
  color: #EB0034;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 0px !important;
}

#editconflictForm .cal-btn {
  background-color: #FFFFFF1A;
  border-radius: 0px 4px 4px 0px;
  padding-right: 8px;
}

#editconflictForm .cal-btn img {
  width: 18px;
  height: 18px;
}

.ui-timepicker-input {
  background-image: url(../images/downarrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

table.dataTable>tbody>tr:has(.action_btn .badge.badge-danger) {
  background: #EB003480 !important;
}

.form-group .form-control#bk_date,
.form-group .form-control#bk_end_date {
  background-image: url(../images/calendar-event.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center right 10px;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 5px 0px !important;
  height: 27px !important;
}

.flatpickr-input.flatpickr-mobile {
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

dl dd,
dl dt {
  color: #fff !important;
}

dl dd a,
dl dt a {
  color: #fff !important;
}

dl dd a:hover,
dl dt a:hover {
  color: #EB0034 !important;
}

.chr_block {
  width: 100%;
  display: flex;
  align-items: center;
}

.chr_block .obp_btn {
  margin-left: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}

.chr_block .obp_btn svg {
  margin-left: 4px;
}

.chr_block .obp_btn svg path {
  stroke: #fff;
}

.chr_block .obp_btn:hover {
  color: #EB0034 !important;
}

.chr_block .obp_btn:hover svg path {
  stroke: #EB0034 !important;
}

/* nav setting page */

.nav_list_block {}

.nlb_title {
  font-weight: 500;
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 16px;
}

.nav_outer_block {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.navlinks {
  display: flex;
  max-width: 312px;
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 4px;
}

.navlinks .nob_image {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.101961);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.navlinks .nob_image img {
  width: 18px;
  height: 18px;
}

.navlinks .nob_body {
  padding-left: 8px;
  overflow: hidden;
  flex: 1;
  padding-top: 8px;
}

.navlinks .nob_body h4 {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.navlinks .nob_body p {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.navlinks:hover {
  background: #FFFFFF1A;
}

.navlinks:hover .nob_image {
  background: transparent;
}


/*  */

.tabpane_child_block {
  width: 100%;
  display: block;
  padding-top: 24px;
}

#locations table.dataTable tr td span {
  margin-left: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #8D8D8D;
}

.modal-content .modal-title {
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400 !important;
  padding-left: 24px;
  margin-bottom: 15px;
}

.modal-content .modal-header {
  padding: 20px 20px;
}

.right_side_open_modal .common_from_block {
  max-width: 680px;
  width: 100%;
  margin: 0px auto;
}

.modal-content .btn-close {
  margin-right: 0px !important;
  margin-left: auto !important;
  margin-right: 0px !important;
  line-height: 20px;
  margin-bottom: 16px !important;
  text-align: left !important;
}

.location_map_block {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background: #D9D9D9;
  margin: 16px 0px 24px;
}

.location_map_block img {
  border-radius: 12px;
  object-fit: cover;
}

.form-group .form-label span.req {
  color: #EB0034;
}

.amenities_check_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.amenities_check_block .acb_block {
  width: 31.33%;
}

.opening_hours_block {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.ohb_left_block {
  max-width: 200px;
  width: 100%;
}

.ohb_right_block {
  width: 100%;
  flex: 1;
}

.schedule-table {
  width: 100%;
  background: #000;
  padding-left: 10px;
  border-radius: 12px;
  color: #fff;
}

.schedule-table .header,
.schedule-table .schedule_table_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 60px;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.schedule-table .schedule_table_body .checkmark {
  position: relative;
  display: block;
}

.schedule-table .header {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.schedule-table .schedule_table_body .checkbox {
  padding-left: 16px;
}

.schedule-table .schedule_table_body .dayname {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}

.nothing_text {
  text-align: center;
  width: 100%;
  display: block;
}

.nothing_text p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.tcb_heading_row {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}

.tcb_heading_row .form-group {
  display: inline-block;
  width: auto;
  margin-right: 40px;
}

.tcb_heading_row .select2-container {
  width: 320px !important;
}

.tcb_heading_row .show_expired_link {
  margin-left: 56px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tcb_heading_row .show_expired_link span {
  display: inline-block;
  margin-right: 8px;
}

/*  */

.user_link .ul_inner_box {
  padding-right: 33px;
}

.user_link .ul_inner_box .topnavlink {
  background: #FFFFFF1A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-left: 16px;
}

.user_link .ul_inner_box .topnavlink img {
  width: 18px;
  height: 18px;
}

.user_link .accountlink {
  margin-left: 16px;
  margin-right: 0px !important;
}

/* time table */

.ui-timepicker-wrapper {
  background-color: #1a1a1a !important;
  border: 1px solid #2D2D2D !important;
  border-radius: 4px !important;
}

.ui-timepicker-list li {
  color: #fff !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  opacity: 0.5;
  background: transparent !important;
  color: #fff !important;
}

#newRateModal .select2-container {
  width: 100% !important;
}

.rate_check_block {
  padding-top: 10px;
}

.rate_check_block .rcb_checkmark {
  margin-bottom: 14px;
}

/*  */

.metismenu .mm-collapse,
.metismenu .mm-collapse:not(.mm-show) {
  display: block !important;
}

.enable_checkbox {
  border-bottom: 1px solid #8D8D8D;
  width: 100%;
  display: block;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.sort_by_block .select2-container {
  width: auto !important;
}

.sort_by_block .select2-container .select2-selection {
  background: transparent !important;
}

.form-group small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #8D8D8D;
  margin-top: 5px;
}

.edit_customer_page {}

.edit_customer_page .common_from_block {
  display: flex;
}

.user_image_block {
  max-width: 240px;
  width: 100%;
  padding-right: 40px;
}

.user_image_block .uib_block {
  width: 100%;
  height: 200px;
  background: #FFFFFF1A;
  border-radius: 4px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_image_block .uib_block img {
  object-fit: cover;
  border-radius: 4px;
}

.user_image_block .uib_block img.dummy {
  object-fit: contain;
  border-radius: 0;
  width: 72px;
  height: 72px;
}

.user_image_block .create_new_btn {
  min-width: 200px;
}

.no_waiver_btn {
  font-weight: 500;
  font-size: 14px;
  padding: 11px;
  line-height: 14px;
  text-align: center;
  color: #EB0034 !important;
  background: rgba(235, 0, 52, 0.202) !important;
  border: 1px solid #EB0034 !important;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 16px;
}

.request_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: underline !important;
  color: #FFFFFF;
  text-align: center;
}

/*  */

.not_desc {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #FFFFFF !important;
  text-align: left !important;
}

.not_desc a {
  color: #EB0034 !important;
}

.not_desc a:hover {
  text-decoration: underline !important;
}

/*  */

.leagues_scedule_page .tabpane_child_block {
  max-width: 560px;
  width: 100%;
  margin: 0px auto;
}

.schedule_block {
  width: 100%;
  display: block;
  margin-bottom: 32px;
}

.schedule_block .sb_title {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.sb_division_block {
  width: 100%;
  display: block;
}

.sb_division_block .sbdb_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  background: #EB003480;
  padding: 12px;
  margin: 0;
}

.sb_league_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000;
}

.sb_league_block:nth-child(2n+1) {
  background: #FFFFFF1A;
}

.sb_league_block .sblb_first_team {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sb_league_block .team_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  width: 120px;
  border-bottom: 4px solid #FF47DD;
  padding: 9px 0px;
}

.sb_league_block .team_point {
  width: 35px;
  height: 26px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.sb_league_block .sblb_time {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}

.sb_league_block .sblb_second_team {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sb_league_block .sblb_second_team .team_name {
  text-align: right;
  border-bottom: 4px solid #476FFF;
}

.leagues_scedule_page .tcb_heading_row .form-group:first-child {
  max-width: 200px !important;
  width: 100% !important;
}

.leagues_scedule_page .tcb_heading_row .form-group:last-child {
  max-width: 320px !important;
  width: 100% !important;
  margin-right: 0;
}

.leagues_scedule_page .tcb_heading_row .select2-container {
  width: 100% !important;
}


.leagues_standing_page .tabpane_child_block {
  display: flex;
  width: 100%;
}

.lsp_filter_block {
  max-width: 240px;
  width: 100%;
  padding-right: 40px;
}

.lsp_table_block {
  width: 100%;
  flex: 1;
}

.lsptb_block {
  width: 100%;
  display: block;
}

.lsptb_block .lspt_title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.dtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.createbtn {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  width: 77px;
  height: 38px;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
}

.createbtn:hover {
  color: #fff;
  border-color: #fff !important;
  background: transparent !important;
}

.createbtn:disabled {
  background: rgba(255, 255, 255, 0.101961) !important;
  color: #8D8D8D;
}

.createbtn:disabled:hover {
  cursor: no-drop;
}

.leagues_division_section .tcb_heading_row .form-group {
  margin-right: 8px;
}

.leagues_division_section .tcb_heading_row .select2-container {
  width: 250px !important;
}

.division_block {}

.db_heading_row {
  background: rgba(235, 0, 52, 0.502);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.db_heading_row span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  min-width: 150px;
  padding-right: 15px;
}

.view_teams_section .create_new_btn {
  min-width: 100px;
}

#addNewTeam .create_new_btn {
  min-width: 100px;
  margin-bottom: 0px;
}

#addNewTeam .select2-container {
  width: 100% !important;
}

.incolor_box {
  height: 100%;
  width: 12px;
  border-radius: 4px 0px 0px 4px;
  display: block;
}

.show_archived_link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #FFFFFF;
}

.show_archived_link a:hover {
  color: #EB0034;
}

.show_archived_link a:hover svg path {
  stroke: #EB0034;
}

/*  */

.view_pickup_page .common_from_block {
  max-width: 440px;
  margin-left: 0;
}

/* financial_page */

.financial_page .common_from_block {
  max-width: 800px;
  margin-left: 0;
}

.page_description {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding-top: 16px;
  margin-bottom: 4px;
}

.cfb_description {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-top: -8px;
}

/* admin_profile_page */

.admin_profile_page {}

.admin_profile_page .common_from_block {
  max-width: 800px;
  margin-left: 0;
}

.admin_profile_page .profile_image_block {
  padding-top: 5px;
  padding-bottom: 10px;
}

.profile_image_block .error {
  margin: 0px;
}

/* pay form */

.p-FieldLabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8D8D8D;
  margin-bottom: 8px;
  display: block;
}

.p-Input input {
  background-color: #FFFFFF1A;
  border-radius: 4px;
  color: #fff;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 12px;
}

.p-Input input:focus {
  outline: 2px solid #767676 !important;
}


.leagues_standing_page {}

.leagues_standing_page table.dataTable tr td {
  position: relative;
}

.leagues_standing_page table.dataTable tr td:nth-child(1) {
  padding-left: 20px;
}

.leagues_standing_page table.dataTable tr td:nth-child(1):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  background: var(--jersey-color, #EF47DD);
  left: 0;
  top: 0;
}

/*  */

.create_new_section_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  gap: 5px;
  background: #000000 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.create_new_section_btn img {
  width: 18px;
  height: 18px;
}

.create_new_section_btn:hover {
  opacity: 0.7;
}

.add_subsection_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  gap: 8px;
  background: #FFFFFF !important;
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000 !important;
}

.add_subsection_btn img {
  width: 18px;
  height: 18px;
}

.add_subsection_btn:hover {
  opacity: 0.7;
}

.locationfilter-dropdown .select2-results__option--selected[role="option"]::before {
  background: #EB0034 !important;
  border-color: #EB0034 !important;
}

.locationfilter-dropdown .select2-results__option--selected[role="option"]::after {
  left: 14px !important;
}

/* responsive view */

@media (min-width: 1250px) and (max-width: 1400px) {

  .common_heading_row .nav-pills .nav-link {
    width: 129px;
    padding: 8px 10px;
  }


}

@media (max-width: 1470px) {

  .backpage {
    margin-bottom: 20px;
  }

  .vertical-menu {
    width: 270px;
    padding: 15px;
  }

  .main-content {
    margin-left: 270px !important;
    padding: 70px 15px 15px;
  }

  .booking_filter_block {
    padding: 10px 5px;
  }

  .common_heading_row .page_title {
    font-size: 20px;
  }

  .uibc_text p {
    font-size: 14px;
  }

  .cfb_title_row {
    margin-bottom: 15px;
  }

  .common_heading_row {
    margin-bottom: 15px;
  }

  table.dataTable {
    margin-bottom: 22px !important;
  }

  /* table.dataTable tr th { padding: 8px;}
 */
  /* .add_program_page .cfbib_block { padding: 15px 30px;} */
}

/* @media (max-width: 1300px) {
.add_program_page .cfbib_block { padding: 15px 10px;}
} */
@media (max-width: 1199px) {
  .auth_page .common_btn {
    font-size: 18px;
    line-height: 18px;
  }

  #page-topbar {
    background: #000;
    position: relative !important;
    padding: 0px 10px;
    border-bottom: 1px solid #313131;
  }

  .navbar-header {
    width: 100%;
    padding: 0px;
    height: 60px;
  }

  .navbar-brand-box,
  body[data-sidebar-size="sm"] .navbar-brand-box {
    max-width: 200px !important;
    margin-right: auto;
    display: block !important;
    margin-bottom: 0px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
  }

  .header-item,
  .header-item:hover {
    color: #FFF;
    padding: 0px !important;
    height: auto !important;
    min-width: unset !important;
  }

  body:not([data-sidebar-size="sm"]) #vertical-menu-btn {
    margin-left: 0;
    margin-right: 0px;
    padding: 0 !important;
  }

  .vertical-menu {
    display: none !important;
  }

  .sidebar-enable .vertical-menu {
    position: absolute;
    z-index: 5;
    width: 250px !important;
    padding: 10px !important;
    top: 60px !important;
    display: block !important;
    height: calc(100% - 0px);
    overflow-y: auto;
  }

  .metismenu li {
    padding-right: 15px;
  }

  .vertical-menu .site_logo {
    display: none !important;
  }

  /* .menuslider_block { height: calc(100% - 61px);} */
  .main-content {
    padding: 15px;
    margin-left: 0px !important;
  }

  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a span {
    display: unset;
    padding-left: 0px;
  }

  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a {
    padding: 5px 5px !important;
  }

  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:active,
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:focus,
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:hover {
    color: #777777 !important;
  }

  #sidebar-menu {
    height: 100%;
  }

  .booking_filter_block .form-select {
    padding: 14px;
  }

  .booking_filter_block .form-label {
    font-size: 12px;
  }

  .search_bar .form-control {
    font-size: 12px;
  }

  .booking_filter_block .form-select {
    width: 125px;
  }

  .booking_filter_block .form-group {
    margin: 5px 5px;
  }

  table.dataTable {
    margin-bottom: 15px !important;
  }

  .dataTables_paginate {
    padding-right: 10px;
  }

  .backpage {
    font-size: 14px;
    line-height: 14px;
  }

  .btn {
    font-size: 14px;
  }

  .form-group .form-control {
    font-size: 14px;
  }

  .form-group .form-label {
    font-size: 12px;
  }

  .form-group .input-group .btn {
    padding: 9px;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    font-size: 14px;
    line-height: 14px;
  }

  .form_btn {
    max-width: 200px;
  }

  .campaign_stats_block {
    padding: 15px 0px;
  }

  table.dataTable tr th {
    font-size: 12px;
  }

  table.dataTable tr td {
    font-size: 12px;
  }

  .create_btn {
    min-width: 165px;
  }

  /* .cfbib_block { padding: 10px 70px;} */
  .booking_filter_block .reset_btn {
    margin-top: 20px;
  }

  .campaign_stats_block div {
    margin: 0px 5px;
    padding: 10px;
  }

  .upload_btn {
    max-width: 200px;
  }

  .delete_img_button {
    max-width: 200px;
  }

  .profile_image_block .pib_text .pib_name {
    font-size: 20px;
  }

  .profile_image_block .pib_text .pib_type {
    font-size: 12px;
  }

  .profile_image_block .pib_image {
    width: 120px;
    height: 120px;
  }

  .profile_image_block {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .select2-container .select2-selection {
    font-size: 14px;
  }

  .select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 0px;
  }

  .dashbody_section .page_title {
    font-size: 20px;
  }

  .dashbody_section .logoimg {
    max-width: 350px;
    height: 350px;
  }

  .uibc_text:first-child {
    width: 55%;
    padding-right: 20px;
  }

  .uibc_text {
    width: 45%;
  }

  .user_info_block .userImage {
    width: 85px;
    height: 85px;
  }

  .uib_conent {
    padding-left: 25px;
  }

  .guest_list_block .uib_conent {
    padding-left: 20px;
  }

  .common_heading_row .nav-pills .nav-link {
    width: 136px;
    padding: 7px;
  }

  .common_heading_row {
    flex-wrap: wrap;
  }

  .create_new_btn {
    width: fit-content;
    height: auto;
    padding: 8px;
    margin-bottom: 20px;
  }

  .categories_block,
  .sporst_block {
    padding-top: 20px;
  }

  .user_link .ul_inner_box {
    padding-right: 8px;
  }

  .no_waiver_btn {
    padding: 9px;
  }

  .user_link .ul_inner_box .topnavlink {
    margin-left: 8px;
  }

  .user_link .accountlink {
    margin-left: 8px;
  }


}

@media (max-width: 991px) {
  .auth_page .auth_bg_image {
    display: none;
  }

  .auth_page .auth_from_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body.sidebar-enable .vertical-menu {
    display: block !important;
    top: 60px !important;
    padding: 15px 0px 15px 12px;
  }

  .booking_filter_block {
    padding: 5px 5px;
  }

  .create_btn {
    min-width: 155px;
  }

  /* .cfbib_block {padding: 10px 35px;} */
  .checkbox {
    font-size: 14px;
  }

  .upload_btn {
    max-width: 180px;
    margin-right: 10px;
  }

  .delete_img_button {
    max-width: 180px;
  }

  .rental_booking_page .search_bar {
    margin-top: 10px;
  }

  .rental_booking_page .booking_filter_block .create_btn {
    border-radius: 4px !important;
    max-width: unset !important;
    width: auto;
    margin-left: 5px;
  }

  .archive_checkbox {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .profile_image_block .pib_image {
    width: 96px;
    height: 96px;
  }

  .profile_image_block .pib_text .pib_name {
    font-size: 18px;
  }

  .profile_image_block {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .common_heading_row {
    flex-wrap: wrap;
  }

  /* .cfbib_block { padding: 0px 10px;} */
  .guest_list_block .uibc_text p span {
    min-width: 65px;
  }

  .user_image_block {
    max-width: 210px;
    padding-right: 25px;
  }

  .user_image_block .uib_block {
    height: 185px;
  }

  .user_image_block .create_new_btn {
    min-width: 185px;
  }

  .request_text {
    font-size: 12px;
    line-height: 12px;
  }

  .form-group {
    margin-bottom: 16px;
  }


}

@media (max-width: 600px) {
  .profile_image_block {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  /* .common_heading_row .page_title { width: 100%; text-align: center; margin-bottom: 10px; order: 2; } */
  .backpage {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .common_heading_row .nav-pills .nav-link {
    padding: 8px;
  }

  .common_heading_row .nav {
    margin-bottom: 12px !important;
    width: 100%;
    order: 3;
  }

  .search_bar {
    max-width: 100% !important;
    order: 4;
  }

  .booking_filter_block .form-group {
    margin: 0px 0px 10px;
    width: 100%;
    display: block;
  }

  .booking_filter_block .form-group .form-label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }

  .booking_filter_block input {
    width: 100%;
  }

  .booking_filter_block {
    padding: 5px 0px 12px;
  }

  .booking_filter_block .reset_btn {
    margin-top: 5px;
  }

  .booking_filter_block .form-select {
    width: 100%;
  }

  .ms-auto.me-3 {
    margin: 0px auto 12px !important;
    order: 3;
  }

  .campaign_stats_block {
    display: block;
    padding: 15px 15px 0px;
  }

  .campaign_stats_block .cstitle {
    margin-bottom: 10px;
  }

  .campaign_stats_block div {
    padding: 10px;
    margin: 0px 0px 10px;
  }

  .custom_radio_block {
    display: block;
    padding: 0px 0px;
  }

  #bookingModal .custom_radio_block {
    display: flex;
  }

  .custom_radio_block .crb_box {
    width: 100%;
    margin: 0px 0px 10px;
  }

  /* .cfbib_block {padding: 0px 0px;} */
  .common_heading_row {
    margin-bottom: 10px;
  }

  .page-item .page-link {
    padding: 4px 5px !important;
  }

  .connect_stripe_section {
    margin-top: 20px;
    padding: 0px;
  }

  .uib_conent {
    display: block;
    padding-left: 15px;
  }

  .uibc_text,
  .uibc_text:first-child {
    width: 100%;
    padding-right: 0px;
  }

  .guest_list_block .user_info_block {
    width: 98%;
  }

  .right_side_open_modal .modal-content .modal-body {
    padding: 0px 20px 15px;
  }

  .add_queue_btn {
    width: 140px;
  }

  .savebtn {
    min-width: 140px;
  }

  #BookingBtn {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .day-buttons {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .day-btn {
    margin-bottom: 10px;
  }

  .rental_booking_page .form-check-input[type="checkbox"] {
    margin-top: 4px;
  }

  .rental_booking_page .common_heading_row .nav-pills .nav-link {
    margin-bottom: 10px;
  }

  .booking_filter_block input {
    width: 100% !important;
  }

  .nav-tabs .nav-item {
    margin-right: 15px;
  }

  .nav-tabs .nav-link {
    padding: 6px 0px;
  }

  #todayBtn {
    padding: 5px 10px !important;
  }

  .nav-btn {
    width: 36px;
    height: 36px;
  }

  .order_status_block {
    margin-bottom: 10px;
    width: 100%;
  }

  .order-label {
    font-size: 14px;
    line-height: 14px;
  }

  .order-amount {
    font-size: 16px;
    line-height: 16px;
  }

  .order_info {
    margin-bottom: 5px;
  }

  .bookingusername {
    font-size: 20px;
  }

  .edit_customer_page .common_from_block {
    display: block;
  }

  .user_image_block {
    max-width: 185px;
    padding-right: 0;
    margin: 0px auto 22px;
  }



}

@media (max-width: 400px) {
  .profile_upload_block {
    display: block;
  }

  .upload_btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* table */
table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid #313131 !important;
  padding: 0.5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li .toggler input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

/* ========== Dashboard Cards ========== */
.dashboard_section .common_heading_row { margin-bottom: 24px; }
.dashboard_section .common_heading_row .page_title { font-size: 22px; font-weight: 600; }

.dashboard_card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 20px;
  transition: border-color 0.2s;
}
.dashboard_card:hover { border-color: #444; }

/* KPI Cards — horizontal scroll strip */
.kpi_row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}
.kpi_row::-webkit-scrollbar { height: 4px; }
.kpi_row::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
.kpi_row .kpi_col { flex: 1 1 0; min-width: 140px; }

.kpi_card {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 10px 12px;
  text-decoration: none !important;
  color: #fff !important;
}

.dc_icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.dc_icon svg { width: 16px; height: 16px; }
.dc_icon_blue { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.dc_icon_orange { background: rgba(249, 115, 22, 0.15); color: #f97316; }
.dc_icon_purple { background: rgba(168, 85, 247, 0.15); color: #a855f7; }
.dc_icon_red { background: rgba(239, 68, 68, 0.15); color: #ef4444; }

.dc_content { flex: 1; min-width: 0; }
.dc_value { font-size: 18px; font-weight: 700; color: #fff; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dc_label { font-size: 10px; color: #888; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* List Cards */
.list_card { min-height: 320px; display: flex; flex-direction: column; }
.dc_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #222;
  padding-bottom: 12px;
  margin-bottom: 4px;
}
.dc_header h3 { font-size: 15px; font-weight: 600; margin: 0; color: #fff; }
.dc_header a { font-size: 12px; color: #888; text-decoration: none; }
.dc_header a:hover { color: #bbb; }

.dc_body { flex: 1; overflow-y: auto; }

.dc_list_item { padding: 8px 0; border-bottom: 1px solid #1a1a1a; }
.dc_list_item:last-child { border-bottom: none; }

.dc_list_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.dc_list_name { font-size: 13px; color: #fff; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dc_list_meta { font-size: 12px; color: #888; white-space: nowrap; }
.dc_list_sub { font-size: 11px; color: #666; display: block; margin-top: 2px; }
.dc_list_time { font-size: 12px; color: #22c55e; display: block; margin-top: 2px; font-weight: 500; }

.dc_list_inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Capacity Bars */
.dc_capacity_row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.dc_capacity_bar {
  flex: 1;
  height: 4px;
  background: #333;
  border-radius: 2px;
  overflow: hidden;
}
.dc_capacity_fill {
  height: 100%;
  border-radius: 2px;
  background: #22c55e;
  transition: width 0.3s;
}
.dc_capacity_fill.fill_orange { background: #f97316; }
.dc_capacity_fill.fill_red { background: #ef4444; }
.dc_capacity_text { font-size: 11px; color: #888; white-space: nowrap; min-width: 36px; text-align: right; }

.dc_util_bar { height: 6px; }

.dc_empty { color: #555; text-align: center; padding: 40px 0; font-size: 13px; }

/* Dashboard responsive */
@media (max-width: 767px) {
  .dashboard_section .common_heading_row { margin-bottom: 16px; }
  .dc_value { font-size: 22px; }
  .list_card { min-height: 240px; }
}