: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;
}

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;
}

.btn-id {
    --bs-btn-color: #fff!important;
    --bs-btn-bg: #5e17eb!important;
    --bs-btn-border-color: #5e17eb!important;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: #4a5363!important;
    --bs-btn-hover-border-color: #5e17eb!important;
    --bs-btn-focus-shadow-rgb: 94, 23, 235!important;
    --bs-btn-active-color: #fff!important;
    --bs-btn-active-bg: #5e17eb!important;
    --bs-btn-active-border-color: #5e17eb!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(94, 23, 235, 0.125)!important;
    --bs-btn-disabled-color: #fff!important;
    --bs-btn-disabled-bg: #5e17eb!important;
    --bs-btn-disabled-border-color: #5e17eb!important;
}

.btn-danger {
    --bs-btn-color: #fff!important;
    --bs-btn-bg: #f80020!important;
    --bs-btn-border-color: #f80020!important;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: #d5745b!important;
    --bs-btn-hover-border-color: #c86e56!important;
    --bs-btn-focus-shadow-rgb: 251, 155, 129!important;
    --bs-btn-active-color: #fff!important;
    --bs-btn-active-bg: #c86e56!important;
    --bs-btn-active-border-color: #bc6750!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)!important;
    --bs-btn-disabled-color: #fff!important;
    --bs-btn-disabled-bg: #f80020!important;
    --bs-btn-disabled-border-color: #f80020!important;
}

.rs {
	width:120px;
}

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

.alert {
	text-transform: uppercase;
}

.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;
}

.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 h4 {
    margin-top: 2rem;
    text-transform: uppercase;
}

.btn-outline {
	border: 3px solid #000;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 8px;
    font-weight: 800;
    display: block;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline:hover {
	background: #fff;
    color: #000;
}

/* 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;
}

.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:50px;
	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://interior-designer.wirestay.com/web/dist/images/id_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: #5e17eb;
    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;
}

.desktop-version {
	display:block!important;
}

.mobile-version{
	display:none!important;
}

.divider {
	border-top:1px solid #000;
	opacity:0.25;
}
@media screen and (max-width:767px) {
	.loginSection {
		display:none;
	}
	.desktop-version {
		display:none!important;
	}
	.mobile-version{
		display:block!important;
	}
	.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: #fff;
		color: #000;
	}
	::placeholder {
	  color: #fff;
	  opacity: 1;
	}

	::-ms-input-placeholder {
	  color: #fff;
	}
    .authentication-login {
		background: url(https://interior-designer.wirestay.com/web/dist/images/id_login_mobile_banner_1.png) 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;
}
/*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;
}
.delect-acc-box {
	width: 80%;
	margin: auto;
}
#deleteAccountBtn {
	width: 100%;
    height: 50px;
    border-radius: 5px;
}
.modal-content {
	border: 2px solid #5e17eb!important;
    border-radius: 2px !important;
}
.modal-footer button {
	width: 100%;
	flex:1;
}
#deleteAccountModal .modal-header {
	padding:0!important;
}
.logout-img {
    border: 2px solid #5e17eb;
    border-radius: 2px !important;
    margin: 0;
}
.deletep-icon {
	position: absolute;
    width: 30px;
    top: 25px;
    right: 25px;
}
.swal2-actions {
	width: 100%;
    padding: 0 20px;
}
.swal2-btn {
	display: block!important;
	width: 100%;
}

/*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-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 7px;
    background: #efefef;
	border-left: 4px solid #461454;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.notification-list_img {
    display:contents;
}
.notification-list_detail{
	margin:0 20px;
}
.notification-list .notification-list_content .notification-list_img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.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;
}

/*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-bottom: 10px;
    border-bottom: 1px solid;
}
.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: 0.5rem 8rem;
  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;
}

/*form css*/
.form-banner {
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
#id-form .form-control, #id-form .form-select {
	border: 2px solid #5e17eb!important;
	border-radius: 2px !important;
	color: #5e17eb;
}
.text-id {
	color: #5e17eb!important;
}
.package-container {
  display: block;
  flex-direction: column;
  row-gap: 10px;
  --primary-color: #5e17eb;
  --secondary-color: #5e17eb;
  --tab-text-color: #ffffff;
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  padding: 1rem 16px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.package-heading {
  font-size: 14px;
  font-weight: 600;
  color: #5e17eb;
  margin-bottom: 10px;
}
.package-tab-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
.package-tab-wrapper > div {
    margin: 0!important;
}
.itsp-ttle {
  font-size: 14px;
  font-weight: 600;
  color: #5e17eb;
  font-style: italic;
  width: 50px;
}
.package-tab-wrapper .input {
  display: none;
}
.package-tab {
  padding: 8px 16px;
  font-size: 14px;
  background: var(--tab-text-color);
  color: var(--secondary-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  border: 1px solid #d8c4ff;
  border-radius: 4px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.degree {
	padding: 5px!important;
}
.degree .package-heading {
	padding: 1rem 16px;
}
.degree .package-tab {
	padding: 5px;
	border:none;
	box-shadow: none;
	padding:0;
	border-radius:2px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.package-tab:last-child {
	margin-bottom:0;
}
.package-tab:active {
  transform: scale(1);
}
.input:checked + label.package-tab {
  background: #8fff00;
  color: #000;
}
.input:checked + label .wl-icons {
  border-right: 2px solid #000;
}
.wl-icons {
	width: 30px;
    border-right: 2px solid #000;
    padding-right: 10px;
    margin-right: 5px;
}
.mw-icons {
	width: 100px;
}
@media only screen and (max-width: 600px) {
	.package-tab {
		width: 100%;
		margin-bottom: 5px;
	}
	.package-tab-wrapper {
		display: block;
	}
	.form-banner img {
		height: 100%;
	}
	.mw-icons {
		width: 100%;
	}
}

/*Property list css*/
.property-section {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-bottom: 1rem;
	padding: 10px;
	border-radius: 4px;
}
.pty-img-box {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.ps-cat-img {
	position: relative;
}
.ps-pt-img {
	position: absolute;
    height: auto;
    width: 70% !important;
}
.pty-img-box img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.pty-txt {
	font-size: 16px;
	color: #000;
	text-transform: 600;
	text-transform: uppercase;
}
.pty-txt p {
	display: flex;
	gap: 8px;
	font-size:14px;
	margin-bottom: 10px;
}
.pty-adrs {
	display:inline-block;
	align-content: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    text-align: left;
}
.pointer-icon {
	width: 20px;
	height: 20px!important;
}
.pty-line {
	height: 20px;
	border-right: 2px solid #000;
}
.top-filter-box, .smrpfb {
	margin-bottom: 1rem;
}
.search-container {
    position: relative;
}
.search-input {
    height: 50px;
    padding-left: 50px!important;
    border: none;
    box-shadow: box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;!important;
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
.filter-drawer {
	position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
	cursor: pointer;
}
.image-gallery {
	margin-bottom: 1rem;
}
.title {
	color: #000;
	text-transform: uppercase;
}
.lst-detail-box {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.host-detail-box {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 15px;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	/*background-image: url("///interior-designer.wirestay.com/web/dist/images/host_spotlight.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.host-img-box {
	margin-bottom: 1rem;
}
.host-img-box img {
	width: 150px;
    height: 150px;
    border-radius: 50%;
}
.host-txt-box {
	color: #000;
	text-transform: uppercase;
}
.requestbtn-box .btn {
	width: 100%;
	height: 45px;
}
.pty-title {
	margin-bottom: 1rem;
	font-weight: 600;
}
.listing-data-box label{
	color: #000;
	text-transform: uppercase;
	margin-bottom:10px;
}
.listing-data-box textarea.form-control{
	color: #000;
	text-transform: uppercase;
	border: 2px solid #ccc!important;
}
.owl-carousel img {
	border-radius: 4px;
}
.list-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
}
.filter-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 20px;
	overflow: scroll;
}
.filter-sidebar.open {
    right: 0;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
	border: 1px solid #000;
	margin-bottom: 1rem;
	text-transform: uppercase;
	position: relative;
}
.filter-header h3 {
	font-size: 14px;
	font-weight: 800;
	margin: 0;
}
.filter-header .close-btn {
	position: absolute;
	right: 5px;
	top:4px;
	width: 25px;
	height: 25px;
    background: transparent;
	color: #fff;
    border: none;
    cursor: pointer;
}
.filter-content label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #2A3547;
	padding: 5px 10px;
}
.filter-content h4 {
	border-bottom: 1px solid #2A3547;
    padding: 10px;
    background: #5500ff;
    color: #fff;
    font-size: 14px;
	margin: 0;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.checkbox label input[type="checkbox"]:checked + .checkmark {
  background-color: #5500ff;
  border-color: #5500ff;
}

.checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #5500ff;
  border-radius: 50%;
}
.image_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:9;
}
.image_area .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(239, 239, 246, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    margin:0 auto;
}
.image_area:hover .overlay {
    height: 40%;
    cursor: pointer;
}
#loadingImage {
    position: absolute;
    background-color: rgba(239, 239, 246, 0.8);
    height: 200px;
    width: 200px;
    top: 0;
    display:none;
	border-radius: 50%!important;
}
.imageLoader{
	display:none;
}

/*form data*/
.form-field-box {
    display: flex;
    align-items: center;
	gap: 10px;
	margin-bottom: 1rem;
}
.form-field-box div {
	flex: 1;
	margin-bottom: 0!important;
}
.fm-icons {
	width: 58px;
}

.filter-content .list-group {
	height: 250px;
    background: #fff;
    overflow: auto;
    margin-bottom: 1rem;
	border: 1px solid #2A3547;
}
.profile-upload {
	width: 200px;
    height: 200px;
    border: 4px solid;
}
@media only screen and (max-width: 767px) {
	.profile-upload {
		width: 130px;
    	height: 130px;
	}
	.delect-acc-box {
		width: 100%;
	}
}

.register-form-div {
	display:flex;
	align-items:center;
	padding: 3rem;
	height: 100vh;
    overflow: auto;
}

.register-img-div {
	position: fixed;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.step {
	margin-bottom: 2rem;
}

.option-buttons {
	display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.select-type{
	background-color: #000 !important;
    color: #fff !important;
	border-radius: 5px !important;
    border: none !important;
	width: 100%;
}

.select-type.active {
	background-color: #64319f !important;
    color: #fff !important;
}
.button-box {
	position: fixed;
    padding: 10px 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    overflow: hidden;
}

.button-box .btn {
	width: 160px;
    height: 45px;
    font-size: 16px;
}

.button-box .btn-prev, .button-box .btn-prev:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.button-box .btn-nxt, .button-box .btn-nxt:hover {
	background: #008000;
	color: #fff;
}

.rimgbox {
	position: fixed;
	height: 100vh;
}

.rv-icon {
	width: 30px;
	margin-right: 10px;
}

.review-timeline {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  padding-left: 50px;
}

.review-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 2px;
  background: #cbd5e1;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-icon {
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.review-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-left: 40px;
}

.review-card h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 0;
}

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

.review-row .label {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #111827;
  font-size: 14px;
}

.review-row .label i {
  margin-right: 8px;
  color: #374151;
}

.review-row .value {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.step-edit-btn {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #f9fafb;
  color: #6b7280;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

.step-edit-btn:hover {
  background: #f3f4f6;
  color: #000;
}

.register-field-box {
	width: 80%;
    margin: auto;
    margin-top: 0;
}

.step-progress {
	margin-bottom: 15px;
}

.step-txt-box span {
	display: block;
    background: #8e63c9;
    color: #fff;
    width: 100px;
	height: 40px;
    text-align: center;
    align-content: center;
    border-radius: 2px;
	margin-bottom: 15px;
}

.register-img-box {
	display: none;
}

@media only screen and (max-width: 767px) {
	.register-img-div {
		display: none!important;
	}
	.register-img-box {
		display: block;
	}
	.register-form-div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.review-timeline {
		width:100%!important;
		padding-left:0!important;
	}
	.review-timeline::before {
		position: relative!important;
	}
	.timeline-icon {
		display:none!important;
	}
	.review-card {
		margin-left:0;
	}
	.register-field-box {
		width: 100%!important;
	}
	.button-box {
		left:0;
		width: 100%;
	}
	.register-card .button-box .btn {
		margin-left: 12px;
		margin-right: 12px;	
	}
	.button-box .btn {
		width: 100%;
		margin-left: 32px;
		margin-right: 32px;
	}
	.button-box .first-btn {
		width: 100%;
	}
	.rv-icon {
		display: none;
	}
	.timeline {
		max-width: 100%!important;
    	padding-left: 0!important;
	}
	.timeline::before {
		display:none!important;
	}
	.review-card {
		margin-left:0!important;
	}
	.step-txt-box span {
		font-size:12px;
		width: 55px;
		height: 40px;
	}
}

.upload-container {
  text-align: center;
  margin: 20px auto;
  background: #f2f2f2;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 25px;
}

.upload-box {
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-box:hover {
  background: #e8e8e8;
  border-color: #999;
}

.upload-content {
  border: 2px dashed #aaa;
  border-radius: 5px;
  padding: 30px;
  background: #fff;
}

.upload-icon {
  font-size: 45px;
  color: #666;
}

.choose-file-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

.upload-title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.upload-subtext {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.register-field-box .form-control, .register-field-box .form-select {
  border: 2px solid #2a3547;
}
.register-field-box .form-select {
  padding: 1rem 16px;
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.select2-container--krajee-bs5 .select2-selection {
	border-width: 2px;
}