:root {
  --clr-white: rgb(255, 255, 255);
  --clr-black: rgb(0, 0, 0);
  --clr-light: rgb(245, 248, 255);
  --clr-light-gray: rgb(196, 195, 196);
  --clr-blue: rgb(63, 134, 255);
  --clr-light-blue: rgb(171, 202, 255);
}

@font-face {
    font-family: 'Hero-R';
    src: url('/web/fonts/Hero-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/web/fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-B';
    src: url('/web/fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/web/fonts/Inter-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSerif';
    src: url('/web/fonts/DejaVuSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/web/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Hero-R'!important;
	touch-action: pan-x pan-y;
}

main > .container {
    padding: 70px 15px 20px;
}

.btn {
	text-transform:uppercase!important;
}

.btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4a5363;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 74, 83, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}

.btn-outline-black {
    --bs-btn-color: #000000!important;
    --bs-btn-border-color: #000000!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000!important;
    --bs-btn-focus-shadow-rgb: 42, 53, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
}

.rs {
	width:120px;
}

.error-msg {
	color:#ff6666;
    margin-bottom: 1rem;
}

.alert {
	text-transform: uppercase;
}

.hint-box {
	display: block;
    background: #ffcccc;
    padding: 10px;
    color: #000;
	border: 1px solid #ff0000;
	border-radius: 2px;
}

.otp-message {
	text-transform:uppercase;
	font-size: 12px;
}

#coupon-message{
    display: block;
    margin-top: -1.5rem;
    color: red;
}

.fs-gradient {
	background-image: radial-gradient( circle 815px at 23.4% -21.8%,  rgba(9,29,85,1) 0.2%, rgba(0,0,0,1) 100.2% );
}

.bg-sales{
	background-image: linear-gradient( 288deg,  rgba(0,85,255,1) 1.5%, rgba(4,56,115,1) 91.6% );
}

.bg-training{
	background: #00FFA7;
	color:#000000;
}

.text-sales{
	color:#ffffff!important;
}

.bg-red{
	background:#ff0000;
}

.btn-black{
	background-color:#000000!important;
	color:#ffffff!important;
}

.text-white{
	color:#000000;
}

.btn-theme {
	background-color: #263238 !important;
    color: #fff !important;
}

.btn-theme:hover {
	background-color: #263238 !important;
	color:#fff !important;
}

.wsp-warning {
	
}

.hint-box ul{
	list-style: disc;
    padding-left: 15px;
}

.hint-txt{
	color:#ff6666;
	font-size:12px;
	margin-bottom:5px;
}

.card {
    box-shadow: 0px 0px 4px #ceced1 !important;
    border: 1px solid #ceced1 !important;
}

.custom-hint {
	color: #000!important;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Hero-R';
	width: 100%;
    padding: 8px 15px!important;
}

.hint{
	color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
}

.m-text {
    color: #000000!important;
    text-align: center;
    font-family: 'Hero-R';
    margin-top: 10px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
}

.text-fs{
	color:#86124f;
}

.fs-shadow{
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px!important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.sidebar-nav ul .sidebar-item .sidebar-link .fas {
    flex-shrink: 0;
    font-size: 21px;
}

.content-box {
	font-family: 'Poopins';
}

.content-box h4 {
	font-family: 'Poopins';
    margin-top: 2rem;
    text-transform: uppercase;
}

.work-label {
	padding: 5px 10px;
    background: #2e93d2;
    color: #fff;
    border-radius: 2px;
	width:100%;
	display:block;
	margin-bottom:4px;
}
.work-label:hover {
    background: #2e93d2;
    color: #fff;
}

.banner-section {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	margin-bottom: 2rem;
}

.close-logout {
	position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
	width: 40px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
	text-transform: uppercase;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.pcsd .btn {
	height:45px;
	margin-top:1rem;
}

.form-line {
	display: block;
    position: relative;
    border: 0;
    border-top: 1px solid #000;
    opacity: 0.5;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}
@media(max-width:1299px) {
    .logo-img img {
		width:100%;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*Login css*/
.authentication-login{
	background: #ffffff;
}
.bg-fyre{
    background-color: #f7cbb9;
}
.loginSection {
	padding-right: 0;
	background-image: url(https://workspace.statustag.com/web/dist/images/ws_login_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.login-box select#country_code {
    border: 2px solid #000000;
    border-radius: 5px;
    margin-right: 4px;
    height: 50px;
    padding: 0 10px;
	background: transparent;
}
.login-box .input-box .input-form {
    border: 2px solid #000000;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    background: transparent;
}
.login-box .btnSubmit {
    text-align: center;
    width: 100%;
    background: #000000;
    margin: auto;
    display: block;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: transparent;
    font-size: 14px;
	text-transform: uppercase;
}
.terms-block {
    color: #000000;
    font-size: 12px;
    margin-top: 10px;
	text-transform: uppercase;
}

.terms-block a{
    color: #000000;
}
.login-box .error-message {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
	display:block;
	color: #000;
}
.login-box #resendOtp {
    display: none;
}
.login-box .resend-text {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 11px;
    font-weight: 800;
}
.login-box .rstbox {
    text-align: center;
    width: 100%;
    background: #f1f1f1;
    margin: auto;
    display: block;
    color: #000000;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.login-box .countdown span {
    text-align: center;
    width: 100%;
    background: #ff3131;
    margin: auto;
    display: block;
    color: #000000;
    padding: 14px 20px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: 1px solid #ff3131;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.login-box .input-box {
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin: auto;
    position: relative;
	text-align:center;
}
.login-box .inputs input {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid #000000;
    color: #000000;
    margin-bottom: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	   -webkit-appearance: none;
		margin: 0;
}

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

.mobile-version{
	display:none;
}

.divider {
	border-top:1px solid #000;
	opacity:0.25;
}
@media screen and (max-width:767px) {
	.loginSection {
		display:none;
	}
	.desktop-version {
		display:none;
	}
	.mobile-version{
		display:block;
	}
	.divider {
		border-top:1px solid #fff;
	}
	.login-box select#country_code, .login-box .input-box .input-form {
		border:2px solid #fff;
		color:#fff;
	}
	.terms-block, .terms-block a {
		color:#fff;
	}
	.login-box .error-message {
		color:#fff;
	}
	.login-box .btnSubmit {
		background-image: linear-gradient(to bottom right, #0B0044, #6B2779);
	}
	::placeholder {
	  color: #fff;
	  opacity: 1;
	}

	::-ms-input-placeholder {
	  color: #fff;
	}
    .authentication-login {
		background: url(https://wim.statustag.com/web/dist/images/wim-banner-bg.webp) rgba(0, 0, 0, 0.4);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-blend-mode: multiply;
	}
	.custom-hint {
		font-size: 7px;
		padding: 6px 10px !important;
	}
	.pcsd .btn {
        width: 100% !important;
    }
	.pcsd {
        box-shadow: none !important;
        border: none !important;
    }
	.pcsd .card-body {
        padding: 0 !important;
    }
}

.side-icon {
	width:30px;
}
.sidebar-nav span.hide-menu {
	text-transform:uppercase;
	font-size: 12px;
	font-weight:600;
}
.sidebar-item {
	border-bottom:1px solid lightgrey;
}
.fc-h-event .fc-event-title-container {
	padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
	font-family: 'DejaVuSerif';
}
/*dashboard css*/
.top-icon {
	width:40px;
	height:40px;
}
.pdbs {
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.pdbs .epdb{
	padding-right: 10px;
    border-right: 2px solid #808080;
}
.pdbs .wpdb{
	padding-left: 10px;
}
.pdbs .pimg{
	width:30px;
}
.pdbs .pdcn {
	font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'Hero-R';
}
.custom-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 2px;
    text-align: center;
    padding: 15px;
	margin: 2px;
}
.custom-item img {
	width:70%;
	margin-bottom:10px;
}
.custom-item .ci-title {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
	margin-top: 10px;
    margin-bottom: 10px;
	padding-bottom: 15px;
    border-bottom: 2px solid #000;
}
.custom-item .ci-date {
	background: #e8e8e8;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    border-radius: 2px;
}
.custom-item .ci-status {
	margin-bottom:0;
}
.custom-item .ci-status span {
	width:100%;
	border-radius:2px;
}
.custom-item .ci-ews {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
}
.custom-item .ci-ews span {
    height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: 0px;
    border-radius: 0;
	font-size:15px;
	font-weight:800;
	color:#000;
	padding-right: 10px;
    border-right: 1px solid #000;
}
.custom-item .ci-ews span:last-child {
	border:none;
}
.custom-item .ci-ews span img {
	margin: 0;
    width: 30px;
    margin-left: 5px;
	margin-right: 8px;
}

/*registration*/
.switch-tab{
	display: flex;
    align-items: center;
    justify-content: space-around;
    background: lightgrey;
    padding:10px;
	border-radius:5px;
}
.switch-tab-box.active{
    background: #870d4e;
}
.switch-tab-box.active .switch-tab-content h5{
	color:#ffffff;
}
.switch-tab-box {
    background: transparent;
    padding: 10px;
    width: 45%;
    text-align: center;
	border-radius:5px;
}
.switch-tab-content h5{
	color:#000000;
	font-weight: 800;
	margin-bottom:0px;
	cursor: pointer;
}

/* Upload Area */
.upload-area {
  background-color: var(--clr-white);
  border: 1px solid #dfe5ef;
  border-radius: 7px;
  padding: 1rem 1.875rem 1rem 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
}

.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {

}

.upload-area__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 5px;
  margin-top: 2.1875rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}
.drop-zoon__preview-image {
	display:none;
}
/*.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}*/

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
  
}

/*.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}*/

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.icon-txt {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

@media only screen and (max-width: 575px) {
	.fs-sm-10{
		font-size:30px;
	}
}
@media only screen and (max-width: 375px) {
	.fs-sm-10{
		font-size:20px;
	}
}


/*withdrawal popup*/
#withdrawalModal .modal-content{
	border-radius:0px!important;
}
#withdrawalModal .modal-body{
	padding: 0;
    border-radius: 0;
	/*background-image: radial-gradient( circle 763px at 18.3% 24.1%, rgba(255,249,137,1) 7.4%, rgba(226,183,40,1) 58.3% );*/
}

.withdrawal-popup img{
	width:100%;
}
.withdrawal-popup .withrawal-txt {
	margin-top:15px;
	color:#000;
}

.withdrawal-popup .withrawal-txt h4{
	color:inherit;
}

.content-box p, .content-box ul li, .content-box ol li{
	color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.1px;
    margin-bottom: 12px;
}

.content-box th, .content-box td{
	font-size:18px;
	color:rgba(0, 0, 0, 0.8)!important;
}

.wps {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.wps > div {
    flex: 1;
}
.wps .wpcb {
	padding: 15px;
}
.wps .wp-btn {
	background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
	text-transform: uppercase;
}

/*blog css*/
.post-section {
	padding:15px;
	border-radius:4px;
	background-color:#CECCFF; 
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.post-img {
	width:100%;
}
.post-badge {
	padding: .25rem .5rem;
	font-size:11px;
	border-radius:4px;
	position: relative;
    display: inline-block;
	min-width: 100px;
	text-transform:uppercase;
	background-color:#358cd1;
	color:#ffffff;
	text-align:center;
}
.post-title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-top:1rem;
	text-decoration:underline;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	width:100%;
}
.post-title:hover {
	color:#000;
}
.post-details{
	color:#000000;
}
.post-details p {
	font-size:16px;
}
.post-details ul {
	font-size:16px;
	list-style: disc;
	padding-left: 1rem;
}
.fs-badge{
	background-color: #6B2779;
    color: #ffffff;
}
.detail-post-title {
	font-weight:600;
	text-transform:uppercase;
	font-size:22px;
}
@media screen and (max-width:767px) {
	.detail-post-title {
		font-size:16px;
	}
	.custom-item .ci-title {
		font-size: 14px;
	}
}

/*Withdraw page css*/
.history-table {
	position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.table-body {
    min-width: 1000px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}
.table-box {
	display: flex;
    align-items: center;
	border:2px solid #000;
	border-right:0;
	padding:20px;
}
.table-box:last-child {
	border-right:2px solid #000;
}
.table-box {
	color:#000;
	font-size:16px;
}

.formImg img{
	width:100%;
	height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}
.edit-btn{
	position: absolute;
    top: 30%;
    right: 0px;
    padding: 2px 20px;
    font-size: 10px;
    border-radius: 1px;
    text-transform: uppercase;
	cursor:pointer;
}
.edit-btn .edit-close-icon {
	width:20px;
}

/*notification*/
.notification-ui_dd-content {
  margin-bottom: 30px;
}
.notification-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.notification-box:has(.empty) {
  grid-template-columns: 1fr;
}
.notification-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  background: #fff;
  border: 2px solid #a6a6a6;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.notification-list--unread {
  border-left: 4px solid #4d4d4d;
  background:#d3d3d3;
}
.notification-list .notification-list_content {
  display: block;
  width: 100%;
}
.notification-first_box {
  display: flex;
  align-items: center;
  padding: 10px;
}
.notification-second_box {
  padding: 10px;
}
.notification-second_box .noti-desc {
  font-size: 14px;
  margin: 0;
}
.notification-list_img {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.notification-list_img .ffl-sender-img {
  grid-row: 1;
  grid-column: 1 / span 7;
  z-index: 1;
}
.notification-list_img .ffl-guest-img{
  grid-column: 5 / -1;
  grid-row: 1;
}
.notification-list_detail{
  margin:0 20px;
  text-transform: uppercase;
}
.notification-list .notification-list_content .notification-list_img .noti-pic {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ccc;
}
.notification-list .notification-list_content .notification-list_detail p {
  margin-bottom: 1px;
  line-height: 1.2;
}
.notification-list .notification-list_content .notification-list_detail b {
  color:#000;
}
.notification-list_time {
  text-align: right;
}
.notification-btn{
 padding: 5px 10px;
 border-radius: 5px;
 background: #000;
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
}
.notification-btn:hover{
  color:#fff;
}
.notification-list_detail .noti-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px!important;
}
.notification-list_detail .noti-desc, .notification-list_detail .noti-time {
  font-size: 11px;
}

/*Detail page*/
.ld-header {
	display:flex;
	align-items:center;
	column-gap:20px;
	margin-bottom: 15px;
}
.ld-header img {
	height: 60px;
}
.ld-title {
	width: 100%;
    background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    font-weight: 800;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ld-title p {
	margin:0;
}
.cnsbox {
	display:flex;
	align-items:center;
	justify-content:space-between;
	column-gap:20px;
	padding:15px 30px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.cnbox {
	display:flex;
	align-items: center;
	gap:20px;
}
.cafe-title {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    font-weight: 800;
    display: flex;
    align-items: center;
	margin:0;
	overflow-x: auto;
    white-space: nowrap;
}
.cnbox p{
    color: #000;
	text-transform: uppercase;
}
.datebox {
	position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
	margin-bottom: 15px;
}
.datebox span {
	color: #000;
    background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 14%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 35px;
	border:1px solid #000;
	border-radius:2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wtitle, .etitle {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 15px 30px;
    border-radius: 2px;
	margin-bottom: 15px;
}
.wicon, .eicon {
	width:40px;
	margin-right:20px;
}
.wtitle span, .etitle span {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    font-weight: 800;
}
.wocbox, .eocbox {
	padding: 15px 30px;
	border-radius:2px;
	margin-bottom:15px;
}
.wocbox {
	background:#25D366;
	color:#fff;
}
.eocbox {
	background:#c71610;
	color:#fff;
}
.wobox {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
}
.wobox:last-child {
	margin-bottom:0;
}
.wobox span {
	 font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.rating-section {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	margin-bottom:15px;
	padding:15px 30px;
}
.rating-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:10px;
	padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.rating-box:last-child { 
	margin-bottom:0;
}
.rating-title {
	text-transform: uppercase;
    font-size: 25px;
    color: #A6A6A6;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin: 0;
}
.rating > label {
  margin-right: 4px;
}

.rating:not(:checked) > input {
  display: none;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  margin-top:-4px;
}

.rating:not(:checked) > label > svg {
  fill: #A6A6A6;
  transition: fill 0.3s ease;
}

.rating > input:checked ~ label > svg {
  fill: #461454;
}

.rating:not(:checked) > label:hover ~ label > svg,
.rating:not(:checked) > label:hover > svg {
  fill: #461454;
}

#star1:hover ~ label > svg,
#star1:hover > svg {
  fill: #461454 !important;
}

#star2:hover ~ label > svg,
#star2:hover > svg {
  fill: #461454 !important;
}

#star3:hover ~ label > svg,
#star3:hover > svg {
  fill: #461454 !important;
}

#star4:hover ~ label > svg,
#star4:hover > svg {
  fill: #461454 !important;
}

#star5:hover ~ label > svg,
#star5:hover > svg {
  fill: #461454 !important;
}

#star1:checked ~ label > svg {
  fill: #461454;
}

#star2:checked ~ label > svg {
  fill: #461454;
}

#star3:checked ~ label > svg {
  fill: #461454;
}

#star4:checked ~ label > svg {
  fill: #461454;
}

#star5:checked ~ label > svg {
  fill: #461454;
}

.rbtnbox {
	margin-top: 2rem !important;
    padding-top: 10px;
}

.r-btn {
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
	font-weight:600;
    text-transform: uppercase;
}
.s-btn {
	background: #461454;
    color: #fff;
}
.e-btn {
	background: #c71610;
    color: #fff;
}
.lcdetails {
	text-align:center;
}
.lcdetails p {
	text-transform:uppercase;
	color: #000;
    background: #DFE0FB;
    padding: 10px;
}

.Btn-container {
  display:inline-block;
  width:100%;
  border: none;
  transition: 0.2s;
  border-radius: 2px;
}
.table .Btn-container {
	width:150px;
}
.inner-wrapper {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 8px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  gap: 50px;
  transition: 0.2s;
}
.text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.text p {
  font-size: 1em;
  font-weight: 600;
  color: rgb(140, 140, 140);
  margin: 0;
  text-transform:uppercase;
}
.text .pro {
  background-color: black;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
}
.icon {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: 0.2s;
}
.icon svg {
  width: 15px;
}
.Btn-container:active {
  transform: scale(1);
}
.Btn-container:active .inner-wrapper {
  transform: scale(0.97);
}
.Btn-container:hover .icon {
  transform: rotate(0deg);
}

/*kyc*/
.file_upload_input {
	display:none!important;
}
.fulabel {
	display: grid;
    width: 100%;
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
    cursor: pointer;
}
.file_upload_label {
  border: none;
  display: flex;
  padding-left: 100px;
  background-color: #488aec;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.2rem;
  user-select: none;
  gap: 0.75rem;
  box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
  transition: all .6s ease;
}

.file_upload_label:hover {
  box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
}

.file_upload_label:focus,button:active {
  opacity: .85;
  box-shadow: none;
}

.file_upload_label svg {
  width: 1.25rem;
  height: 1.25rem;
}
.file-name-display {
	margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid;
    padding: 10px;
    border-radius: 4px;
    background: #dfecff;
    color: #000;
	padding-left: 8rem
}
.rating_icon {
	width: 40px;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) {
	.content-box {
		display: block!important;
	}	
}

@media only screen and (max-width: 767px) {
	.ld-header img {
		display:none;
	}
	.ld-title {
		font-size: 16px;
        justify-content: flex-start;
        padding: 0 15px;
	}
	.cnsbox {
		column-gap: 10px;
    	padding: 15px;
	}
	.cnbox {
		width:50%;
		gap: 10px;
	}
	.cafe-title {
		font-size:16px;
	}
	.csbox .cd {
		font-size:12px!important;
		width:100px;
	}
	.datebox span {
		font-size:12px;
		width:32%;
		height:30px;
	}
	.wtitle, .etitle {
		padding:15px;
	}
	.wocbox, .eocbox {
		padding:15px;
	}
	.wicon, .eicon {
		width:30px;
		margin-right:5px;
	}
	.wobox span {
		font-size:16px;
	}
	.content-box {
		display: none;
	}
	.rating-section {
		padding: 15px;
	}
	.rating_icon {
		width: 30px;
		margin-right: 5px;
	}
	.rating-title {
		font-size:16px;
	}
	.rating:not(:checked) > label {
		font-size: 16px;
	}
	.lcdetails {
		text-align:left;
	}
	.lcdetails p {
		font-size: 8px;
	}
	.file_upload_label {
		padding: 0.5rem 2rem;
	}
	.file-name-display {
		padding-left: 2rem;
	}
}

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

.manager-section {
    background-color: #ffffff;
    background: radial-gradient(circle at 55% 92%, #2e93d2 0 12%, transparent 12.2%), radial-gradient(circle at 94% 72%, #2e93d2 0 10%, transparent 10.2%), radial-gradient(circle at 20% max(78%, 350px), #81bee4 0 7%, transparent 7.2%), radial-gradient(circle at 0% 0%, #81bee4 0 40%, transparent 40.2%), #c0dff2;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 40px;
}
.manager-section .manager-heading, .premium-section .manager-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.manager-section .manager-heading:after, .premium-section .manager-heading:after {
    content: "";
    display: block;
    width: 6em;
    max-width: 70%;
    border-bottom: 4px solid #2e93d2;
    margin: auto;
}
.manager-section p, .premium-section p {
    font-size: 11px;
    margin-bottom: 0.5rem;
    color: #000000;
    text-transform: uppercase;
}

/*Create Listing*/
.create-listing-btn {
	display: inline-block;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4rem 1rem;
    font-size: .875rem;
    line-height: 2;
    border-radius: 0;
    text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.create-listing-btn:hover {
	color: #000;
}
.form-wizard input[type="checkbox"] {
  display: none;
}
    
.form-wizard input[type="checkbox"]:checked + span {
  color: #000;
  background-color: #8fdfa6;
}
    
.form-wizard input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.8rem;
}

.form-wizard input[type="radio"] {
  display: none;
}
    
.form-wizard input[type="radio"]:checked + span {
  color: #000;
  background-color: #8fdfa6;
  border: 2px solid #8fdfa6;
}
    
.form-wizard input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.8rem;
}

.campaign-form input, .campaign-form textarea, .campaign-form select {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0!important;
    margin-bottom: 1rem;
    padding: .4rem 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.campHeading h2{
    color:#000;
    border-bottom:2px solid #000;
    width: fit-content;
    padding:10px 12px;
}

.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #263238;
  color: #fff;
  display: inline-block;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border:0;
  border-radius:4px;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block!important;
}
.form-wizard .wizard-form-error {
  display: none;
  color: red;
  padding: 10px 0px;
  margin-top: -18px;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #263238;
  color: #fff;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 10px 0;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #d65470;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #d65470;
  left: 50%;
  width: 50%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .card {
    background-color: #ffffff !important;
    box-shadow: none!important;
    border: none!important;
  }
  .wizard-content-left {
    height: auto;
  }
  .d-md-flex .camp-head{
    width:100%;
    margin-bottom:1rem;
  }
  .d-md-flex .camp-data{
    text-align:center;
  }
  .btn-space {
    width: 100%;
  }
}

.filter {
    position: relative;
    cursor: pointer;
}
.form-wizard input[type="checkbox"] {
    display: none;
}
.filter span {
    text-align: center;
    transition: 300ms ease all;
    padding: 14px 0 0 0;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 0;
    width: 250px;
    height: 50px;
    margin: 10px 0;
}
.alert-span-desc {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
/*preview image*/
.uploader {
  display: block;
  clear: both;
  margin:0;
  width: 100%;
}
.uploader label {
  	display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    background-color: #ffffff;
    padding: 1.5rem;
    min-height: 250px;
    border-radius: 5px;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
  color: red;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
#preview-container, #uploaded-container {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
#preview-container>*, #uploaded-container>*
 {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.image-wrapper, .uploaded-wrapper {
    position: relative;
    flex: 0 0 auto;
    width: 50%;
	margin-bottom: 2rem;
}
.preview-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: rgb(247, 247, 247);
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 15px;
    border-radius: 5px;
}
.remove-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    background: rgb(0, 0, 0);
    text-align: center;
    cursor: pointer;
}

/*Bookings*/
.bhsf-section {
	position: relative;
}
.booking-container {
	position: relative;
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: flex;
    align-items: center;
	margin-bottom: 20px
}

.bslr {
	display: inline-block;
	vertical-align: middle;
}
p {
	color: #a7a7a7	
}
.booking-container .left {
	border-right: 2px dashed #DADDE6;
	padding: 5px 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -2px
}
.booking-container .left p:first-child {
	color: #37383a;
	font-size: 60px;
	padding: 0;
	margin: 0;
}
.booking-container .left p:last-child {
	font-size: 25px;
	padding: 0;
}
.booking-container .right {
	padding: 10px 30px 10px 20px;
	width: 72%;
}
.booking-container .right h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.booking-container .right .cat-name {
	font-size: 14px;
    font-weight: 600;
	margin-bottom: 5px;
	color:#000;
	text-transform:uppercase;
}
.booking-container:nth-of-type(4) .right h2 {
	text-decoration: line-through	
}
.booking-container .right p:nth-of-type(2) {
	margin-bottom: 35px;	
}
.booking-container .right p {
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 600;
	width: 70%
}
.booking-container .right p:first-child {
	margin: 0px;
	font-size: 17px
}
.booking-container .right a {
	vertical-align: bottom;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 5px 20px;
	font-weight: bold;
	float: right;
	text-align: center;
	margin-left:10px;
}
.booking-container .right a span {
	background: transparent!important;
}
.slot-container {
    display: grid;
	grid-template-columns: auto auto auto auto;
    gap: 15px;
}
.slot {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
.desk-slot {
	width: 150px;
	height: 50px!important;
}
.slot.selected {
    background: green;
    color: white;
}
.slot.unavailable {
    background: gray;
    cursor: not-allowed;
}
.autoFillCheckbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom:1rem!important;
}
.autoFillCheckbox input{
	display: inline-block!important;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.booking-header-section {
	background-image: url("/web/dist/images/booking_banner_2.webp");
	background-color: #cccccc;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2rem;
	display: flex;
    padding: 50px 30px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.booking-header-section h1, .booking-header-section p { 
	color: #000;
    font-size: 40px;
    font-weight: 600;
}

/*Update time*/
.bbuis {
	display: flex;
    align-items: center;
    gap: 10px;
	border: 2px solid #000;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
}
.bb-icon {
	width: 25px;
}
.day-label {
	display: flex;
    align-items: center;
    gap: 10px;
}
.dtuds {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom:1rem;
}
#working-hours-container {
	margin-top: 1rem;
	color: #000;
	text-transform: uppercase;
}
#working-hours-container .form-control {
	border: 1px solid #000!important;
	color: #000!important;
}

.ff-section {
	display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
}
.ff-img {
	width:70px;
}
.ff-box {
	width: 100%;
}
.ff-box .mb-3 {
    margin-bottom: 0 !important;
}

/*pagination*/
.pagination{
	align-items: center;
    justify-content: center;
    align-content: center;
}
.pagination li{
	padding:4px;
}
.pagination li.mydisable span{
	width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
	color: #fff;
	background: #2e93d2;
	border-radius:5px;
}
.pagination li a.mylink{
	width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
	background: #2e93d2;
	color: #fff;
	border-radius:5px;
}
.pagination li a.mylink:hover,.pagination li.myactive a.mylink{
	background: #000000;
	color: #fff;
}

/*Dashboard*/
.card.mb-3 {
    margin-bottom: 30px !important;
}
.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}
.bg-midnight-bloom {
    background: #8fdfa6 !important;
	color: #000!important;
}
.widget-content .widget-content-wrapper {
    width: 100%;
    display: block;
    flex: 1;
    position: relative;
}
.widget-content .widget-img {
	margin-bottom: 1rem;
}
.widget-content .widget-content-left .widget-heading {
    text-transform: uppercase;
	font-family: 'DejaVuSerif';
	font-weight:600;
}
.widget-content .widget-content-left .widget-subheading {
    opacity: .5;
}
.widget-content .widget-content-right {
    margin-left: auto;
}
.widget-content .widget-numbers {
    font-size: 40px;
    display: block;
	font-family: 'DejaVuSerif';
	font-weight:600;
}

/*Booking Filter*/
.bfilter-box {
	margin-bottom: 1rem;
	text-transform: uppercase;
	position: relative;
}
.seftricon {
	position: absolute;
    top: 12px;
    left: 10px;
}
#search-title {
	padding-left: 50px;
}
.bfilter-box .form-control {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
	height: 45px!important;
	text-transform: uppercase;
	color:#000;
}
.button-group {
  flex-grow: 1;
  margin: auto;
}
.button-group input[type="radio"], .button-group input[type="checkbox"]{
  display: none;
}
.button-group label {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  transition: all ease 0.2s;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  font-size: 12px;
}
.button-group input[type="radio"]:checked + label, .button-group input[type="checkbox"]:checked + label {
  background-color: white;
  color: #fff;
  border: 1px solid #2e93d2;
  background: #2e93d2;
}
.br-filter {
  border: 0;
  display: flex;
  gap: 10px;
}

/*Listing availability*/
.mvm-box {
	border: 4px solid #000;
    border-radius: 5px;
}
#availabilityModal .modal-content {
	border-radius: 5px;
}
.mv-txt {
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	padding: 1rem 10px;
	text-align:center;
	width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
.mvm-title {
	text-align:center;
	width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
	padding-bottom:0;
}
#selectedDateText {
	text-align: center;
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 1rem;
}
.bvia-box {
	width: 100%;
}
.unbbl-box .button-group {
  flex-grow: 1;
  margin: auto;
  flex: 1;
}
.unbbl-box .button-group input[type="radio"] {
  display: none;
}
.unbbl-box .button-group label {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  transition: all ease 0.2s;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin:0;
}
.unbbl-box .button-group .blunbl-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  transition: all ease 0.2s;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin:0;
  border: none;
}
.unbbl-box .button-group input[type="radio"]:checked + .block-btn, .unbbl-box .button-group .blunbl-btn.block-btn {
  background: red;
  color:#fff;
}
.unbbl-box .button-group input[type="radio"]:checked + .unblock-btn, .unbbl-box .button-group .blunbl-btn.unblock-btn {
  background: #000;
  color:#fff;
}
.unbbl-box, .clsv-box {
  border: 0;
  display: flex;
  gap: 10px;
  width:100%;
}
.clsv-box {
  margin:0!important;
}
.clsv-box .btn{
  display: inline-block;
  width:100%;
  border-radius: 4px;
}
.clsv-box .btn-red, .clsv-box .btn-red:hover{
  background: red;
  color:#fff;
}
.clsv-box .btn-save, .clsv-box .btn-save:hover{
  background: #263238;
  color:#fff;
}
.ma-icon {
	width: 20px;
}

/*listing page*/
.listing-container {
	font-family: 'DejaVuSerif';
	padding: 20px;
	border: 2px solid #a6a6a6;
	border-radius: 7px;
}
.listing-container .cate-box {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.listing-container .cate-box .lcat-icon {
	width: 100px;
}
.lct-line {
	width: 2px;
    height: 35px;
    border-left: 3px solid #a6a6a6;
}
.lct-ctnm {
	font-size: 25px;
	color: #a6a6a6;
	text-transform: uppercase;
}
.list-img {
	position: relative;
	margin-bottom: 15px;
}
.list-img img{
	height: 180px;
    object-fit: cover;
    width: 100%;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.list-name h4 {
	font-size: 25px;
	margin-bottom:0;
	color:#a6a6a6;
	text-transform: uppercase;
}
.lhzline {
	display: block;
	border-bottom: 2px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
	opacity:0.3;
}
.list-action-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.laicon-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.lama-box {
	display: flex;
	align-items: center;
	gap: 5px;
}
.list-action-box .la-box .ltac-icon{
	width: 35px;
}
.work-btn {
	margin: 0;
    background: #263238;
    color: #fff;
	font-size:10px;
    display: block;
    height: 40px;
    border-radius: 4px;
    padding: 10px 15px;
    text-align: center;
    align-content: center;
	text-transform:uppercase;
}
.work-btn:hover {
	color: #fff;
}
.bstbox {
	left: 10px;
    position: absolute;
    bottom: 10px;
}
.bstbox span {
	background-color: transparent!important;
	color: inherit!important;
}
.dv-btn {
	margin: 0;
    background: #5b716a;
	font-size:10px;
    color: #fff;
    display: block;
    height: 40px;
    border-radius: 4px;
    padding: 10px 15px;
    text-align: center;
    align-content: center;
	text-transform:uppercase;
}
.dv-btn:hover {
	color: #fff;
}
.dv-btn span, .work-btn span {
	padding: 0;
	background-color: transparent !important;
}
.date-time-box {
	display: flex;
	align-items: center;
	gap: 15px;
}
.date-time-box p{
	margin: 0;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.date-box, .time-box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.lct-status {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #263238;
    color: #fff;
    padding: 10px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
}

/*Rating*/
.image-container {
	background: #00ffa7;
	padding: 20px;
	text-align: center;
	min-height: 400px;
	align-content: center;
	margin-bottom: 1rem;
}
.image-container img {
	width:250px;
}
.rating-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rating-title {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rating-icon {
	width: 30px;
}
.rating-box .rating-title p {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 800;
	color: #000;
	font-family: 'DejaVuSerif';
}
.star-rating {
	display: flex;
	flex-direction: row-reverse;
	cursor: pointer;
	gap: 10px;
}
.star-rating input {
	display: none;
}
.star-rating label {
	font-size: 18px;
	color: gray;
	margin: 0;
	text-align: center;
	align-content: center;
	border-radius: 2px;
	transition: color 0.3s;
}
.star-rating input:checked ~ label,
.star-rating input:checked ~ label ~ label {
	color: #8fdfa6;
	background:linear-gradient(to right, #8fdfa6, #8fdfa6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.form-control {
	border: 2px solid #ccc!important;
}
@media only screen and (max-width: 370px) {
	.rating-title {
		gap: 8px;
	}
	.rating-icon {
		width: 25px;
	}
	.star-rating {
		gap: 8px;
	}
	.star-rating label {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
}

.rating-section {
	padding-top:1rem;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  gap:10px;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rating .rate-icon {
  width: 200px;
  margin: auto;
}
.rating .rno span {
	background: #e9ecef;
    border: 2px solid #000;
    border-radius: 2px;
    text-align: center;
	padding: 0 80px;
}
.rating-text {
   margin-bottom: 50px;
   text-align: center;		
}
.rating-text .rt-title {
	margin-bottom:0;
	font-weight: bold;
}
.rating-text p {
	font-weight: 400;
}
.rating-info {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: space-around;
  gap:10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow-x: scroll;
  width: auto;
  border-bottom: 1px solid #ccc;
}
.rating-info .item {
  flex: 1;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 2px;
  min-width: 180px;
  white-space: nowrap;
}
.rating-info .item:first-child {
  border: none;
  border-top: 2px solid #000;
  padding: 0;
  padding-top: 10px;
}
.rating-info .item .ri-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.rating-info .item .ri-rating {
	font-size: 25px;
	font-weight: 800;
}
.rating-info .item .ri-icon {
	margin-top:10px;
}
.rating-bar .rate-box {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 2px;
}
.rating-bar .rate-box .value {
	font-size: 12px;
	font-weight: 800;
	width: 20px;
}
.rating-bar .progress {
	width: 100%;
	height: 5px;
}
.reviews {
  margin-bottom: 20px;
}
.reviews .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.reviews .search{
	display:flex;
	position: relative; 
	margin-bottom: 20px;
}
.reviews .search input{
	height: 50px;
	text-indent: 35px;
	border-radius:2px;
	border: 1px solid #ccc;
}
.reviews .search input:focus{
	box-shadow: none;
}
.reviews .search .fa-search{
	position: absolute;
	top: 15px;
	left: 16px;
	font-size: 20px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.review-list .user .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.review-list .user .avatar img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit:cover;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.review-list .user .name {
  font-weight: bold;
}
.review-list .user .info {
  font-size: 12px;
}
.review-list .stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom:15px;
  border-bottom: 1px solid #ccc;
}
.review-list .stars .star {
  font-size: 10px;
  margin-right: 2px;
  color: #000;
}
.review-list .stars .rating-time p {
	margin: 0;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.review-list .content {
  font-size: 14px;
  padding-bottom:15px;
  border-bottom: 1px solid #ccc;
}
.wt-btn {
    border: 1px solid #263238;
    background: #263238;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
}

/*calender css*/
.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #666666 !important;
}
.fc .fc-daygrid-day-top {
	display: block!important;
    padding: 0 10px;
}
.fc .fc-daygrid-event {
	margin: 0 10px!important;
}
.dc-imgspan-box {
	margin-bottom: 10px;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 2px solid #d9d9d9;
}
.dc-sec {
	flex: 1;
}
.dc-img-box {
	width: 50%;
    height: 60px;
    border-right: 2px solid #d9d9d9;
    padding-right: 10px;
}
.dc-line-span {
	border: 1px solid #d9d9d9;
    height: 40px;
	display: none;
}
.dc-date-span {
	font-size: 20px;
    color: #000;
    border: 2px solid #d9d9d9;
    padding: 5px 10px;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'DejaVuSerif';
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	margin-bottom: 2rem;
}
.fc-daygrid-day-events .select-text {
	padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    font-family: 'DejaVuSerif';
    border: 1px solid #d9d9d9;
    width: 88%;
    display: block;
    margin: 0 10px;
    color: #000;
    border-radius: 2px;
}
.fc .fc-daygrid-day-frame {
	cursor: pointer;
}

/*Inventory*/
.ivnt-box {
	display: flex;
	gap: 20px;
}
.custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.custom-radio-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  font-size: 16px;
  color: #333333;
  user-select: none;
  border:1px solid #000;
  height: 50px;
  align-items:center;
}
.custom-radio-container:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.custom-radio-container input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.custom-radio-checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition:
    background-color 0.4s ease,
    transform 0.4s ease;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.custom-radio-container input[type="radio"]:checked + .custom-radio-checkmark {
  background-color: #ffffff;
  border-color: #007bff;
  box-shadow: 0 0 0 8px rgba(0, 123, 255, 0.2);
  transform: scale(1.2);
  animation: pulse 0.6s forwards;
}
.custom-radio-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio-container
  input[type="radio"]:checked
  + .custom-radio-checkmark::after {
  display: block;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #007bff;
  transform: translate(-50%, -50%);
}
@keyframes pulse {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}
.ws-header-section {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border: 1px solid #000;
	margin-bottom:1rem;
}
.ws-header-section img {
	width: 100%;
}
.title-section {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    padding: 1rem 10px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
	margin-bottom:1rem;
}
.title-section .ts-title, .title-section .ts-desc {
	font-weight: 800;
	color: #000;
} 

/*Documents*/
.dd-section {
	display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 1rem;
}
.dd-section .dd-img {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	width: 20%;
    height: 200px;
    text-align: -webkit-center;
}
.dd-section .dd-img .mb-3{
	margin-bottom: 0!important;
}
.dd-section .dd-img-box {
	display: block;
    background: #8fdfa6;
    padding: 20px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.dd-section .dd-img-txt {
	display: block;
	height: 100%;
	background: #263238;
	padding: 10px;
	border-radius: 2px;
	text-align: center;
	align-content: center;
	color: #fff;
	text-transform: uppercase;
}
.dd-section .dd-img-box img {
	width: 100px;
}
.dd-section .dd-box {
	border: 1px solid #000;
	background: #cfffdc;
	padding: 15px;
	border-radius: 2px;
	width: 80%;
	height: 200px;
}
.dd-section .dd-box .dd-box-title {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.dd-section .dd-box .dd-box-desc {
	font-size: 18px;
}
.dd-section .dd-box p {
	color: #000;
}
.dulbl {
	width: 100%;
	cursor: pointer;
}

.listing-images {
	margin-bottom: 2rem;
}
.image-gallery .image-item{
	margin-bottom: 1rem;
	position: relative;
}
.status-badge {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 10px;
}
.liBtn {
	height: 40px;
    align-content: center;
    text-transform: uppercase;
}
.image-gallery .image-item img{
	width:100%;
	height:200px;
	border-radius:4px;
	object-fit:cover;
}
.listing-data-box {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1rem;
}
.list-data {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.slctd {
    width: 15px;
}
.list-data .list-icon {
    width: 50px;
}
.list-data p {
    margin-bottom: 0;
}

.gmap-section {
	position: relative;
}
.search-address-box {
	position: absolute;
    top: 20px;
    z-index: 9;
    width: 100%;
	padding: 0 15px;
}
.search-address-box input, .search-address-box input:focus{
	background: #fff;
    height: 50px;
	margin:0;
}
#places-dropdown li {
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
	padding: 0 20px;
}
#places-dropdown li:first-child {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#places-dropdown li:last-child {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*detail view*/
.data-view-box {
	background: #cfffdc;
	color: #000;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 1rem;
	border: 2px solid #000;
}
.data-view-flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
.data-view-flex > div{
	flex: 1;
}
.data-view-flex p {
	margin: 0;
}
.data-view-title {
	color: inherit;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.data-view-info {
	color: inherit;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:0;
}
.data-icon-box img {
	width: 80px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}
.internal-flex  {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 10px!important;
}
.internal-flex:last-child {
	margin-bottom: 0!important;
}
.internal-flex .idvf-img {
	width: 30px;
	height: 30px;
}
.internal-flex .ifline {
	display: block;
	border-right: 2px solid #000;
	height: 30px;
}
.bookings-lot-box {
	position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.booking-lot-wide {
	flex: 0 0 25%!important;
  	box-sizing: border-box;	
}
.booking-lot-narrow {
	flex: 0 0 10%!important;
  	box-sizing: border-box;	
}

/*timeline*/
.timeline{
	background-color:#fff;
	color:#000;
	padding:30px 20px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	height: 80vh;
	overflow: auto;
}
.tl-date-box:first-child {
	margin-top: 0;
}
.tl-date-box {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.tl-date-box img {
	width: 30px;
	height: 30px;
}
.tl-date-box .tldb-sp {
	border-right: 2px solid #000;
	height: 30px;
}
.timeline .tl-date {
	color: #000;
	margin:0;
}
.timeline ul{
	list-style-type:none;
	border-left:2px solid #000;
	padding:10px 5px;
	padding-bottom: 1rem;
	padding-top: 0;
	margin-bottom:0;
}
.timeline ul li{
	padding:0 20px;
	position:relative;
	cursor:pointer;
	transition:.5s;
}
.timeline ul li .tl-cat{
	display:inline-block;
	background-color:#8fdfa6;
	border-radius:5px;
	padding: 5px 25px;
	color:#000;
	font-size:15px;
	text-align:center;
}
.timeline ul li .tl-cat a{
	text-decoration: none;
}
.timeline ul li .content h4{
	color:blue;
	font-size:17px;
	padding-top:10px;
	text-transform: uppercase;
}
.timeline ul li .content .tl-members{
	position: relative;
	margin:15px 0px 15px 0px;
	border-left:2px solid #a6a6a6;
	font-size:15px;
	color: #000;
}
.timeline ul li .content .tl-members span{
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
}
.timeline ul li .content .tl-members:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #a6a6a6;
    border-radius: 50%;
    left: -6px;
    top: 0;
    transition: .5s;
}
.timeline ul li .content .tl-members:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #a6a6a6;
    border-radius: 50%;
    left: -6px;
    bottom: 0;
    transition: .5s;
}
.timeline ul li:before{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	background-color:#000;
	border-radius:50%;
	left:-11px;
	top:0;
	transition:.5s;
}
#tlsb::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#tlsb::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#tlsb::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

/*Ratings*/
.lb {
    margin-bottom: 2rem !important;
}
.rtnicntxt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.rtnicntxt img {
    width: 40px;
}
.rtnicntxt h4 {
	font-size: 16px;
	font-weight: 600;
    margin: 0;
	text-transform: uppercase;
}
.rating-view-box .progress {
    border-radius: 0;
    margin-bottom: 10px;
	height: auto;
	background: #e9ecef;
}
.rating-view-box .progress-bar {
    height: 18px;
    border-radius: 0;
}
.bg-black {
    background-color: #000 !important;
}
.rating-score {
	color: #000;
	font-weight: 600;
}

/*terms*/
.ptc-modal p{
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.ptc-modal .ptc-title{
	font-weight:800;
}
.ptc-input {
	margin-top: 0;
}
.ptc-input label {
	color: #000;
	text-transform: uppercase;
}
.ptc-input input {
	color: #000;
	border: 1px solid #000;
}

#workspacelisting-listing_category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 2rem;
}
#workspacelisting-listing_category .filter span {
	width: 100%;
	margin: 0;
    padding: 0;
	border-radius: 5px;
}
#workspacelisting-listing_category .filter span img {
	border-radius: 5px;
}

/*Earning*/
.earning-glass {
  background: #fff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 1.5rem;
  border: 2px solid #ccc;
}
.balance-card {
  text-align: left;
  margin-bottom: 2rem;
  border: 2px solid #8fdfa6;
  padding: 0 20px;
}
.balance-card .col-md-3 {
	margin: auto;
}
.balance-card #totalBalance {
  background: #cfffdc;
  border: 1px solid #263238;
  padding: 10px 0;
  margin: 0.5rem 0;
  color: #000;
}
.balance-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.stat {
  display: flex;
  flex-direction: column;
}
.earning-label {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
.income {
  font-size: 20px;
  color: #10b981;
}
.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.glass-input {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #ccc;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.btn-primary {
  background: linear-gradient(135deg, #ccc, #000);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.btn-primary:hover {
  opacity: 0.9;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.tnstxt{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.progress-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.progress-bar {
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
}
.progress {
  height: 100%;
  transition: width 0.3s ease;
}
.progress.mandatory {
  background: linear-gradient(90deg, #f59e0b, #ef4444);
}
.progress.discretionary {
  background: linear-gradient(90deg, #818cf8, #6366f1);
}
.progress-label {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.transactions-list {
  margin-top: 1rem;
}
.transaction-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.transaction-item:last-child {
  border-bottom: none;
}
.category-tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
}
.breakdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.breakdown-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #94a3b8;
}
.custom-select {
  position: relative;
  width: 100%;
}
.selected-option {
  display: flex;
  align-items: center;
  padding: .375rem 2.25rem .375rem .75rem;
  border: 2px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  line-height: 40px;
}
.selected-option img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #ccc;
  border-radius: 2px;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  padding-left: 0;
}
.option-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}
.option-item:hover {
  background: #f0f0f0;
}
.option-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.tb {
  margin-right: 8px;
  vertical-align: middle;
}
.table-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ccc;
  overflow: auto;
}

.table-row {
  display: flex;
}

.table-header {
  background-color: #fff;
  font-weight: bold;
}

.table-cell {
  flex: 1;
  min-width: 200px;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.table-cell:last-child {
  border-right: none;
}

.table-row:last-child .table-cell {
  border-bottom: none;
}

.text-center {
  justify-content: center;
}
.engtbtn {
  padding: 6px 12px;
  background: #fff;
  border: 2px solid #ccc;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
}
.web-earning-box .data-row {
  margin-bottom: 20px;
}
.web-earning-box .data-container {
  background: #f1f9fc;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
  border-radius: 2px;
}
.web-earning-box .data-container .title-cell {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-earning-box .data-container .data-cell {
  text-transform: uppercase;
  padding: 8px 10px;
  border: 2px solid #ccc;
  background: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.web-earning-box .data-container .data-cell p{
  font-weight: 800;
  margin-bottom: 0;
  display: block;
}
.tmwe-box {
  border: 1px solid #263238;
  background: #8fdfa6;
  border-radius: 3px;
  padding: 25px 10px;
  text-align: center;
  align-content: center;
}
.tmwe-title {
	color: #000;
    text-transform: uppercase;
    font-size: 20px;
	font-weight: 600;
    font-family: 'DejaVuSerif';
    margin-bottom: 2rem;
}
.tnsbtn-box{
  display: block;
  margin-top: 15px;
}
.tnsbtn-box a {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.pay-history-section {
  margin-bottom: 2rem;
}
.recharts-default-legend {
  text-align: left!important;
}
.recharts-legend-item{
  display: block!important;
}
.phs-row {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  gap: 24px;
}
.phs-col-8 {
  width: 66%;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 15px;
}
.phs-col-4 {
  width: 34%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.espmbx-section {
  background: #5500ff;
  color: #fff;
}
.espmbx {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #fff;
}
.espmbx:hover {
  color: #fff;
}
.table-flex::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.table-flex::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #ccc;
}
.table-flex::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}
.pointer-icon {
    width: 20px !important;
}
@media only screen and (max-width: 600px) {
  .earning-glass {
    padding: 10px 8px;
  }
  .tecdbx {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .quick-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .balance-stats {
    margin-top: 1rem;
    gap: 0;
  }
  .balance-stats .stat:first-child {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .earning-label {
    font-size: 20px;
  }
  .balance-card h4 {
    font-size: 20px;
  }
}
