@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
	width: 0px;
	height: 12px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #d62929;
}

table {
	margin-bottom: 0;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table_data {
	width: 100%;
	min-width: 800px;
}

/* Navbar section */

.align-cnter-justy {
	display: flex;
	align-items: center;
	justify-content: center;
}

.balnce-box {
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.balnce-box h3 {
	font-size: 14px;
	color: #212529;
	margin: 0;
	font-weight: 400;
}
.balnce-box h3 span {
	margin-top: 5px;
	font-size: 60px;
	color: #000;
	display: block;
	font-weight: 600;
}

.balance-type-mange {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}
.balance-type-mange h2 {
	margin: 0;
}
.balance-type-mange p {
	margin: 0;
	border: 1px solid #b3b3b3;
	padding: 2px 10px;
	border-radius: 7px;
}
.balance-type-mange p span {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.banner-img-cheease {
	border-radius: 20px 20px 0px 0px;
	background: #000;
	height: 160px;
}

.blance-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 20px 0;
}

.boking-list {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-x: scroll;
}
.boking-list h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 16px 0;
}
.boking-list table {
	width: 100%;
}
.boking-list table th {
	padding: 14px 16px;
}
.boking-list table td {
	width: 1%;
	padding: 14px 16px;
	font-size: 14px;
}
.boking-list table tr {
	border-bottom: 1px solid #f1f1f1;
}
.boking-list table tbody tr:last-child {
	border: 0;
}

.boking-lis::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bord-btn {
	background-color: #fff !important;
	color: #000 !important;
	padding: 7px 20px !important;
	border: 1px solid #000 !important;
	font-size: 16px !important;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
}
.bord-btn:hover {
	background-color: #000;
	color: #fff;
}
.bord-btn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(69%) saturate(0%)
	hue-rotate(90deg) brightness(111%) contrast(100%) !important;
}

.box {
	border: 1px solid #e2e2e2;
}

.box-data {
	border: 1px solid #e2e2e2;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.box-data h3 {
	font-size: 16px;
	text-align: center;
}
.box-data.curnt-black h3 {
	text-align: center;
}
.box-data h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 30px !important;
	font-weight: 700;
	margin-top: 20px;
}
.box-data h2.date-time {
	font-size: 24px;
}
.brder {
	height: 50px;
	width: 1px;
	background-color: #e2e2e2;
}

.comne-btn {
	background-color: #000;
	color: #fff;
	border-radius: 0px;
	padding: 14px 20px;
	border: 1px solid #000;
	font-size: 16px;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
}
.comne-btn:hover {
	background-color: #fff;
	color: #000;
}

.come-frm label {
	display: block;
	font-size: 14px;
	color: #515151;
	margin-bottom: 5px;
}

.come-frm input,
.come-frm textarea,
.come-frm select {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	font-size: 16px;
	padding: 18px 10px;
}
.date-time-frm-to.mange-width.keys-req {
	justify-content: center;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.ipt-icn {
	position: absolute;
	right: 10px;
	bottom: 30px;
}

.login-form {
	flex-basis: 51%;
}

.login-form h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 50px;
	color: #000;
	text-align: center;
	font-weight: 800;
}

.login-form p {
	margin-bottom: 50px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.login-form p a {
	color: #000000;
}

.login-btn-in {
	display: flex;
	/* align-items: center; */
	gap: 10px;
}

.login-btn-in button {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.weight-down {
	font-weight: 300;
}

.frgt-pswrd {
	display: block;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Home section */

.lgbn-bg {
	height: 100vh;
}

.login-text {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 99%;
	color: #ffffff;
	text-shadow: 0px 3px 10px #00000033;
	font-size: 70px;
	font-weight: 600;
	padding: 0 40px 60px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.login-text h3 {
	font-size: 75px;
	font-weight: 600;
}

.login-text h3 span {
	display: block;
	font-weight: 300;
}

.login-text p {
	font-size: 18px;
	font-weight: 300;
}

.logo {
	text-align: center;
}

.logo img {
	height: 40px;
}

.login-profile {
	padding: 60px 0;
	text-align: center;
}

.motnh-change img {
	cursor: pointer;
}

.resend-code-btn {
	display: flex;
	gap: 15px;
	justify-content: center;
	width: 100%;
	background-color: transparent;
	border: 0;
	padding: 0;
	font-weight: 500;
}

.section-heading h2 {
	font-size: 45px;
	font-weight: 600;
	color: #000;
}

.section-heading p {
	font-size: 20px;
	color: #656b7b;
	margin-bottom: 80px;
}

.sidebar {
	height: 100vh;
	border-right: 1px solid #e5e5e5;
	padding: 40px 0;
	width: 300px;
	flex: 0 0 auto;
	position: sticky;
	top: 0;
	z-index: 8;
}

.usr-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin: auto;
	position: relative;
}

.usr-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 80px;
}
.upload-img-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	bottom: 0;
	right: 0;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload-img-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
	hue-rotate(2deg) brightness(104%) contrast(102%);
	width: 50%;
	object-fit: contain;
	height: 100%;
}
.login-profile span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.login-profile a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.sidebar-menu-item {
	list-style: none;
	padding: 0 10px;
	padding-left: 20px;
	height: calc(90vh - 270px);
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar-menu-item li a {
	color: #6f6f6f;
	display: flex;
	font-weight: 400;
	gap: 20px;
	margin-bottom: 25px;
}

.sidebar-menu-item li a img {
	width: 20px;
}

.sidebar-menu-item li a.active,
.sidebar-menu-item li a:hover,
.sidebar-menu-item li a:hover img,
.sidebar-menu-item li a.active img {
	color: #000;
	font-weight: 500;
	filter: brightness(0);
}

/*.logout-btn {
	background-color: transparent;
	border: 0;
	color: #6F6F6F;
	display: flex;
	gap: 20px;
	padding: 0;
	position: absolute;
	bottom: -130px;
	left: 20px;
}
.logout-btn img {
	width: 20px;
}*/

.main-section-dsh {
	display: flex;
	gap: 40px;
	padding-right: 2%;
	width: 100%;
}
.right-content-box {
    flex: 0 0 auto;
    width: 80%;
}

.top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 40px 0 20px;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.top-header button {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.left-side-top {
	display: flex;
	gap: 30px;
	align-items: center;
}

.mobile-menu-btn {
	display: none;
}

.header-btn-amn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.header-btn-amn a {
	border: 1px solid #bfbfbf;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	margin-right: 5px;
	padding: 10px 20px;
}

.header-btn-amn a.active,
.header-btn-amn a:hover {
	background-color: #000;
	color: #fff !important;
}

.notification-bar-link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	padding: 6px 10px;
	color: #fff;
	font-weight: 400;
}

.dashborad-clndr {
	border: 1px solid #e2e2e2;
	padding: 40px;
}

.dashborad-clndr .rd-container {
	width: 100%;
	box-shadow: none;
}

.dashborad-clndr table {
	width: 100%;
}

.dashborad-clndr .rd-month {
	width: 100%;
	position: relative;
}

.dashborad-clndr table td {
	font-weight: 600;
}

.dashborad-clndr table th {
	color: #6f6f6f;
	text-align: left;
	padding: 0 10px;
}

/* .rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
	background-color: #000;
} */

.dashborad-clndr .rd-month-label {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
}

.dashborad-clndr .rd-back:before {
	content: "";
	background-image: url(../images/calendar-arrow.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 11px;
	position: absolute;
	right: 30px;
	top: 0;
}

.dashborad-clndr .rd-next:before {
	content: "";
	background-image: url(../images/calendar-arrow-1.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 11px;
	position: absolute;
	right: 0;
	top: 1px;
}

.oner-feed {
	height: 100%;
	border: 1px solid #e2e2e2;
	padding: 20px;
}

.oner-feed h2 {
	font-size: 20px;
	font-weight: 600;
}

.oner-feed h2 span {
	font-weight: 300;
	font-size: 14px;
}

.profile-folw {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 20px 0;
}

.profile-folw a {
	display: flex;
	align-items: center;
	gap: 15px;
}

.profile-folw a img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 60px;
}

.profile-folw a h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.profile-folw a h3 span {
	font-size: 13px;
	color: #6f6f6f;
	display: block;
	margin-top: 5px;
}

.post-img {
	width: 100%;
	object-fit: cover;
	height: 220px;
}
.profile-folw p {
	color: #424242;

	font-size: 13px;
	font-weight: 400;
}

.map-img {
	height: 200px;
	overflow: hidden;
}

.left-side-top h3 {
	margin-bottom: 0;
}

.post-box {
	padding: 30px;
	margin-bottom: 20px;
}

.post-box .post-man {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	object-fit: cover;
}

.post-box a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
}
.post-box a.bord-btn {
	margin-top: 15px;
}
.post-box ul {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 25px;
}

.post-box ul li {
	font-size: 14px;
	font-weight: 500;
}

.post-box ul li img {
	position: relative;
	top: -2px;
}

.keys-tle {
	border: 1px solid #bfbfbf;
	line-height: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding-right: 10px;
}

.keys-tle a {
	color: #000;
}

.keys-tle a span {
	font-weight: 600;
}

.main-pr-img {
	height: 380px;
	overflow: hidden;
	width: 100%;
}

.main-pr-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.coun-img {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	height: 380px;
	overflow: hidden;
}

.coun-img img {
	width: 100%;
	height: 188px;
}

.propertie-detail h2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.propertie-detail.propert-title {
	font-size: 30px;
	font-weight: 600;
}

.propert-title {
	font-size: 30px;
	font-weight: 600;
}

.propertie-detail p {
	font-size: 14px;
}

.prty-contct-dtl ul {
	list-style: none;
	padding: 0;
}

.prty-contct-dtl ul li {
	border: 1px solid #eaecee;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.prty-contct-dtl ul li h2 {
	font-size: 15px;
	color: #000;
	margin: 0;
	font-weight: 600;
}

.prty-contct-dtl ul li h2 span {
	font-size: 13px;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.map-section {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
}

.map-section iframe {
	width: 100%;
	height: 100%;
}

.date-time-frm-to {
	display: flex;
	gap: 15px;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.date-time-frm-to h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.date-time-frm-to h3 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	color: #707070;
	font-weight: 400;
}

.keys-req h3 {
	text-align: left;
	color: #212529;
	font-size: 14px;
	font-weight: 500;
}

.keys-req h3 span {
	font-size: 30px !important;
	font-weight: 600;
	color: #000;
}

.mdl-close {
	border: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 15px;
	right: 15px;
}

.succes-mdl {
	text-align: center;
	padding: 60px;
}

.succes-mdl h2 {
	margin: 20px 0 40px;
	font-size: 28px;
	font-weight: 600;
}

.wallet-sectin {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

img.key-img-2 {
	height: 70px;
}

.my-share-amnge {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
}

.my-share-amnge h2 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

.my-share-amnge h2 span {
	display: block;
	font-size: 70px;
	font-weight: 600;
	margin-top: 5px;
}

.mange-width {
	margin-bottom: 0;
}

.mange-width h3 span,
.curnt-black h2 {
	font-size: 50px;
	text-align: left;
}

.curnt-black {
	padding: 30px 40px;
}

.mange-width b {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: -10px;
	margin-top: 10px;
}

.transactions-flter {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}

select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 95% 13px;
	padding-right: 30px !important;
}

.select-amge {
	background-color: #f6f6f6;
	border: 0;
	padding: 6px 15px;
	border-radius: 50px;
}

.sell-key-input input {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	font-size: 16px;
	padding: 18px 10px;
	margin-bottom: 20px;
}

.outr-box {
	background: #fff;
	/*border-radius: 25px;*/
	box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 30px;
}

.outr-box h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.outr-box h4 {
    align-items: center;
    border: 1px dashed #909090;
    display: flex;
    font-size: 30px !important;
    gap: 15px;
    justify-content: center;
    padding: 10px 20PX !important;

    font-weight: 700;
}
.outr-box img {
    width: 20px;
    height: 24px;
}

.feed-post .post-img {
	width: 100%;
	height: 343px;
	object-fit: cover;
}

.feed-post .oner-feed {
	height: auto;
	margin-bottom: 20px;
}

.feed-post .profile-folw {
	margin: 0 0 20px;
}

#calendar-body {
	text-transform: uppercase;
}
#calendar-body span {
	font-size: 12px;
	font-weight: 700;
}

.calander-data-month {
	border: 1px solid #bfbfbf;
	/*border-radius: 15px;*/
	overflow: hidden;
	width: 100%;
}

.calander-data-month .calendar {
	margin: 0;
}

.calander-data-month .calendar td {
	border: 1px solid #ddd;
	height: 150px;
	background: white;
	position: relative;
	/*vertical-align: top;*/
}

.calander-data-month .calendar .header {
	background-color: #eee;
	font-weight: bold;
	text-align: left;
}

.calander-data-month .table > :not(:last-child) > :last-child > * {
	border: 1px solid #bfbfbf;
	font-weight: 700;
}

.red {
	background-color: #e56868;
}

.yellow {
	background-color: #ffce99;
}

.green {
	background-color: #ececec;
}

.diagonal-cut {
  /*position: relative;
	overflow: hidden!important;*/
}

.diagonal-cut:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 0 0 142px 208px;
	border-color: transparent #ffffff;
	z-index: 1;
}
/* .diagonal-cut:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width:  137px 220px 0 0;
	border-color: transparent #fff;
	z-index: 1;
} */
.diagonal-cut-year {
	position: relative;
	overflow: hidden !important;
}
.diagonal-cut-year:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 0 0 32px 28px;
	border-color: transparent #fbcc9c;
	z-index: 1;
}

/*.yellow td:first-child:before {
	border-color: transparent #ececec;
}*/

.green td:first-child:before {
	border-color: transparent #ffce99;
}

.top-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.date-rang-mange {
	display: flex;
	gap: 15px;
}

.motnh-change {
	text-align: center;
}

.mange-size-divi {
	width: 153px;
	margin-left: auto;
}
.date-rang-mange,
.date-rang-mange .form-group {
	width: 100%;
}
.date-rang-mange input {
	border: 1px solid #bfbfbf;
	padding: 10px;
	font-size: 12px;
	width: 100%;
}

.date-rang-select {
	display: flex;
	align-items: center;
	gap: 10px;
}

.motnh-change h2 {
	display: flex;
	gap: 30px;
	font-size: 15px;
	margin: 0;
	justify-content: center;
}

.label-data-show {
	background: #eee;
	margin: 0px;
	padding: 10px;
	padding-top: 60px;
	width: 5%;
}

.data-date {
	margin-right: 16px;
  /*align-items: flex-end;
	display: flex;
	transform: rotate(-90deg);*/
	height: 146px;
	padding-bottom: 14px;
	text-align: center;
}

.data-date h6 {
	color: #7d7d7d;
	display: block;
	font-size: 10px;
	margin: 0;
	width: 100%;
}

.data-date h6 span {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 3px;
	padding: 1px 6px;
}

.low-season h6 span {
	background-color: #ececec;
}

.not-availabe h6 span {
	background-color: #ececec;
	/* color: #fff; */
}

.high-season h6 span {
	background-color: #ececec;
}

.mid-season h6 span {
	background-color: #ececec;
}

.over-all-month {
	width: 106%;
	margin-left: -67px;
}

.year-clander .table thead th {
	border-bottom: 0px solid #dee2e6;
	width: auto !important;
}

.year-clander .text-muted {
	display: none;
}

.year-clander {
	position: relative;
	text-align: center;
}

.year-clander .jqyc-year-chooser {
	position: absolute;
	top: -46px;
	left: 53%;
	transform: translate(-50%, -50%);
	border: 0 !important;
}

.year-clander .jqyc-change-year {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff;
}

.year-clander .jqyc-month .month-tble {
	border: 1px solid #d6d6d6;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.year-clander .jqyc-month h5 {
	font-size: 15px;
	margin-top: 30px;
}

.year-clander .jqyc-months .table td,
.year-clander .jqyc-months .table th {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	position: relative;
}

.year-clander .jqyc-months .table th {
	font-weight: 500;
}

.year-clander .year-clander .jqyc-month {
	height: auto !important;
}

.user-dtl-pr {
	border-radius: 25px;
	background: #fff;
	box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 40px;
}
.user-dtl-pr ul {
	padding: 0;
	list-style: none;
}
.user-dtl-pr ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	position: relative;
}
.user-dtl-pr ul li img {
	width: 25px;
	flex: 0 0 auto;
}
.errow-msg {
	position: absolute;
	bottom: -25px;
	color: red;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.user-dtl-pr ul li h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.user-dtl-pr ul li h3 span {
	color: rgba(31, 31, 31, 0.7);
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 400;
	display: block;
}
.profile-update {
	margin-top: -60px;
}
.profile-update .usr-img {
	width: 120px;
	height: 120px;
}
.special-day {
	background-color: #e56868;
}
.special-day td:last-child {
	position: relative;
	overflow: hidden;
}
.special-day td:last-child::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
  /* border-style: solid;
	border-width: 47px 40px 0 0;
	border-color: transparent #fff; */
	border-top: 42px solid #ffffff00;
	border-right: 66px solid #ffffff;
}

.year-clander .jqyc-tr {
	position: relative;
}

.year-clander .jqyc-tr th:first-child,
.year-clander .jqyc-tr td:first-child {
	position: absolute;
	/* left: -50px; */
	left: -30px;
	/*font-size: 9px;*/
	top: -1px;
}

.coment-post {
	position: relative;
}
.coment-post input {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 60px;
	font-size: 16px;
	padding: 12px 10px;
}
.submit-btn {
	background-color: transparent;
	padding: 0;
	border: 0;
	position: absolute;
	top: 13px;
	right: 15px;
}

.submit-btn img {
	width: 24px;
}
.comment-section h2 {
	font-size: 15px;
	font-weight: 400;
	color: #727272;
	margin-top: 20px;
}
.post-view-cmnt {
	margin-top: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.post-view-cmnt .profile-folw a img {
	width: 40px;
	height: 40px;
}
.post-view-cmnt .profile-folw a h3 {
	font-size: 15px;
}

.post-view-cmnt .profile-folw a h3 span {
	font-size: 11px;
	margin-top: 0;
}
.post-view-cmnt .profile-folw {
	margin: 0;
}

.post-view-cmnt p {
	font-size: 14px;
	margin-top: 10px;
}

.search-filter-tbl {
	display: flex;
	gap: 15px;
}
.search-filter-tbl button {
	white-space: nowrap;
}

.jqyc-not-empty-td {
	padding: 11px 0px !important;
}

td.jqyc-week-number {
	background: #ededed;
	font-size: 9px;
	width: 30px;
}

.calendar .high_season_class {
	background-color: #ed646b;
}

.getdate td:first-child:before {
  /*content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	z-index: 1;*/
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	/*border-top: 80px solid red;*/
	border-left: 50px solid white;
	width: 0;
}

.high_season_class + tr td:first-child:before {
	border-color: transparent #ed646b;
}
.maintenance_class + tr td:first-child:before {
	border-color: transparent #e3e3e3;
}

.mid_season_class + tr td:first-child:before {
	border-color: transparent #fbcc9c;
}
.low_season_class + tr td:first-child:before {
	border-color: transparent #e5c7a1;
}

.hove-remove a:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.notifct {
	display: flex;
	justify-content: flex-start;
	gap: 25px;
	border-bottom: 1px solid #dedede;
	padding: 10px 0 10px;
}
.notifct-ic {
	background: #000;
	border-radius: 5px;
	flex: 0 0 auto;
	height: 30px;
	/*width: 33px;*/
	padding: 2px;
	text-align: center;
}
.notifct h3 {
	color: #05133a;
	font-size: 18px;
	margin: 0;
}
.notifct span {
	color: #404b69;
	font-size: 13px;
}
.notifct p {
	color: #404b69;
	font-size: 15px;
	margin-bottom: 0px;
}

th {
	white-space: nowrap;
	width: 1% !important;
}
td {
	padding: 16px 9px !important;
	white-space: nowrap;
}
.data-tbl-mang table {
	margin: 20px 0 !important;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.modal {
	background: #00000045;
}
/* .modal-backdrop {
	z-index: -1 !important;
} */
.modal-backdrop.show {
	opacity: 0;
}

.modal-content {
	border-radius: 0px;
	z-index: 9;
}

.modal-otp-section {
	text-align: center;
	margin-top: 40px;
}
.modal-otp-section h5 {
	font-size: 26px;
	font-weight: 700;
	margin-top: 15px;
}
.modal-otp-section p {
	margin-bottom: 30px;
}
.otp-frm input {
	width: 84px;
	height: 54px;
	border-radius: 10px;
	border: 1px solid #b5b5b5;
	margin-bottom: 15px;
	margin-top: 15px;
}
.time-lft {
	text-align: center;
	color: #0d6efd;
	font-weight: 600;
}
.change-mail-address {
	font-size: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #fff;
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #000;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #cfcfcf;
}

th.jqyc-th {
	font-size: 13px;
}

.page-item.active .page-link {
	background: #000;
}
.page-link,
.page-link:hover {
	color: #6c757d;
}

.swal-button {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
}
.swal-button:not([disabled]):hover,
.swal-button--cancel {
	background-color: #fff;
	color: #000;
	border-radius: 0;
}
.swal-button:focus {
	box-shadow: none;
}

.main-content { flex: 0 0 auto; width: 100%; }




@media only screen and (max-width: 1801px) {
	.diagonal-cut:before {
		border-width: 0 0 142px 184px;
	}
}
@media only screen and (max-width: 1600px) {
	.date-rang-select {
		width: 500px;
	}
	.diagonal-cut:before {
		border-width: 0 0 141px 143px;
	}
	.special-day td:last-child::before {
		border-top: 41px solid #ffffff00;
		border-right: 50px solid #ffffff;
	}
}

@media only screen and (max-width: 1500px) {
	.main-section-dsh {
		gap: 10px;
	}
	.sidebar {
		padding: 40px 20px;
		width: 270px;
	}
}
@media only screen and (max-width: 1400px) {
	.blance-section {
		gap: 10px;
	}
	.box-data {
		padding: 10px 10px;
	}
	.date-rang-select {
		width: auto;
	}
	.diagonal-cut:before {
		border-width: 0 0 141px 127px;
	}
  /*.logout-btn {
		bottom: -120px;
		left: 40px;
	}*/
	.year-clander .jqyc-year-chooser {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
		border: 0 !important;
	}
}

@media only screen and (max-width: 1300px) {
	.main-section-dsh {
		padding-left: 20px;
		padding-right: 20px;
	}
	.top-section {
		grid-template-columns: repeat(1, 1fr);
	}
	.mange-size-divi {
		margin: auto;
	}
	.sidebar {
		position: fixed;
		left: -400px;
		top: 0;
		z-index: 99;
		background: #fff;
		transition: 0.3s;
	}
	.blance-section {
		grid-template-columns: repeat(3, 1fr);
	}
	.sidebar.active {
		left: 0;
		box-shadow: 16px 0px 20px #00000017;
	}
	.mobile-menu-btn {
		display: block;
		background-color: transparent;
		border: 0;
		padding: 0;
	}
  /*.left-side-top {
		padding-left: 20px;
	}*/

	/* Animation */
	/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

	.navTrigger {
		cursor: pointer;
		width: 30px;
		margin: auto;
		display: block;
	}
	.navTrigger i {
		background-color: #000;
		border-radius: 2px;
		content: "";
		display: block;
		width: 100%;
		height: 4px;
	}
	.navTrigger i:nth-child(1) {
		-webkit-animation: outT 0.8s backwards;
		animation: outT 0.8s backwards;
		-webkit-animation-direction: reverse;
		animation-direction: reverse;
	}
	.navTrigger i:nth-child(2) {
		margin: 5px 0;
		-webkit-animation: outM 0.8s backwards;
		animation: outM 0.8s backwards;
		-webkit-animation-direction: reverse;
		animation-direction: reverse;
	}
	.navTrigger i:nth-child(3) {
		-webkit-animation: outBtm 0.8s backwards;
		animation: outBtm 0.8s backwards;
		-webkit-animation-direction: reverse;
		animation-direction: reverse;
	}
	.navTrigger.active i:nth-child(1) {
		-webkit-animation: inT 0.8s forwards;
		animation: inT 0.8s forwards;
	}
	.navTrigger.active i:nth-child(2) {
		-webkit-animation: inM 0.8s forwards;
		animation: inM 0.8s forwards;
	}
	.navTrigger.active i:nth-child(3) {
		-webkit-animation: inBtm 0.8s forwards;
		animation: inBtm 0.8s forwards;
	}

	@-webkit-keyframes inM {
		50% {
			-webkit-transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(45deg);
		}
	}

	@keyframes inM {
		50% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(45deg);
		}
	}

	@-webkit-keyframes outM {
		50% {
			-webkit-transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(45deg);
		}
	}

	@keyframes outM {
		50% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(45deg);
		}
	}

	@-webkit-keyframes inT {
		0% {
			-webkit-transform: translateY(0px) rotate(0deg);
		}

		50% {
			-webkit-transform: translateY(9px) rotate(0deg);
		}

		100% {
			-webkit-transform: translateY(9px) rotate(135deg);
		}
	}

	@keyframes inT {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		50% {
			transform: translateY(9px) rotate(0deg);
		}

		100% {
			transform: translateY(9px) rotate(135deg);
		}
	}

	@-webkit-keyframes outT {
		0% {
			-webkit-transform: translateY(0px) rotate(0deg);
		}

		50% {
			-webkit-transform: translateY(9px) rotate(0deg);
		}

		100% {
			-webkit-transform: translateY(9px) rotate(135deg);
		}
	}

	@keyframes outT {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		50% {
			transform: translateY(9px) rotate(0deg);
		}

		100% {
			transform: translateY(9px) rotate(135deg);
		}
	}

	@-webkit-keyframes inBtm {
		0% {
			-webkit-transform: translateY(0px) rotate(0deg);
		}

		50% {
			-webkit-transform: translateY(-9px) rotate(0deg);
		}

		100% {
			-webkit-transform: translateY(-9px) rotate(135deg);
		}
	}

	@keyframes inBtm {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		50% {
			transform: translateY(-9px) rotate(0deg);
		}

		100% {
			transform: translateY(-9px) rotate(135deg);
		}
	}

	@-webkit-keyframes outBtm {
		0% {
			-webkit-transform: translateY(0px) rotate(0deg);
		}

		50% {
			-webkit-transform: translateY(-9px) rotate(0deg);
		}

		100% {
			-webkit-transform: translateY(-9px) rotate(135deg);
		}
	}

	@keyframes outBtm {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		50% {
			transform: translateY(-9px) rotate(0deg);
		}

		100% {
			transform: translateY(-9px) rotate(135deg);
		}
	}
}

@media only screen and (max-width: 1200px) {
	.login-form {
		flex-basis: 80%;
	}
	.login-form h3 {
		font-size: 40px;
	}
	.login-text h3 {
		font-size: 45px;
	}
	.outr-box h4 {
		font-size: 90px;
	}
		.right-content-box { 
    width:100%;
	}
}

@media only screen and (max-width: 992px) {
	.wallet-sectin {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	.right-content-box { 
    width:100%;
	}
	.header-btn-amn {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
	}
	.blance-section {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 40px;
	}
	.balance-type-mange {
		margin-top: 20px;
	}
	.dashborad-clndr {
		padding: 0px;
		margin-bottom: 20px;
	}
	header.top-header + h2.propert-title {
		margin-top: 40px;
	}
	.lgbn-bg {
		height: 50vh;
	}
	.login-form {
		padding: 20px 0;
	}
	.login-form h3 {
		font-size: 30px;
	}
	.login-profile {
		margin-top: 0;
	}
	.login-profile {
		padding: 20px 0;
	}
	.sidebar-menu-item {
		height: calc(90vh - 240px);
	}
  /*.logout-btn {
		background: #ffff;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0px;
		padding-left: 32px;
		text-align: center;
	}*/

	.main-section-dsh {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mange-size-divi .header-btn-amn {
		position: relative;
		top: 0;
	}
	.otp-frm input {
		width: 64px !important;
		height: 54px !important;
		margin-top: 15px;
	}

  /* .header-btn-amn {
		position: absolute;
		width: 100%;
		left: 0;
		text-align: center;
		top: 85px;
		justify-content: center;
	} */

	.sidebar-menu-item {
		padding: 0;
	}
	.top-header {
		padding: 20px 0px;
	}
	.wallet-sectin {
		grid-template-columns: repeat(2, 1fr);
	}
	#calendar-body span {
		font-size: 8px;
		white-space: pre-line;
		line-height: 10px;
		display: block;
		margin-top: 5px;
	}
	.calander-data-month .calendar td img {
		width: 20px;
		position: relative;
	}
	.calander-data-month td {
		padding: 16px 5px !important;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 575px) {
	.otp-frm input {
		width: 44px !important;
		height: 44px !important;
		margin-top: 15px;
	}
	.back-btn {
		display: none;
	}
	.search-filter-tbl {
		display: block;
	}
	.search-filter-tbl button {
		margin-top: 15px;
	}
	.wallet-sectin {
		grid-template-columns: repeat(1, 1fr);
	}
}

.comne-btn img {
	filter: brightness(0) invert(1) !important;
}
.comne-btn:hover img {
	filter: brightness(0) !important;
}
#clearBtn:hover {
	color: #fff !important;
	border: 1px solid #000 !important;
	background: #000 !important;
}


.color_box {
	border: 1px solid #000;
	margin-bottom: 10px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding: 15px;
}
