/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow: hidden;
    background-color: #fde2de;
    font-family: 'Poppins';
}
p {
	font-weight: 400;
}
a {
	color: #243A73;
	text-decoration: none;
	transition: 0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
html,
body {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.bg_main {
	background-color: #1C3440 !important;
}
/*--------------------------------------------------------------
# Sidebar css 
--------------------------------------------------------------*/

.login_page {
    height: 100vh;
    position: relative;
	background: #1C3440;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logocreate {
	color: #1C3440;
	font-weight: 900;
	font-size: 38px;
}
.login_page::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #000000b0;
}

.authlogo {
    max-width: 170px;
}
.login_top {
    background-color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 40px 50px;
	/* height: 100vh; */
	min-height: 100vh;
    overflow-y: auto;
	 margin: 20px 0;
}
.formheader h1 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #bd6897;
}
.formheader p {
	font-size: 15px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin: 0;
}
.form-design .form-control {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 48px;
    padding: 0 18px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
}
.form-design .form-select{
	  border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 48px;
    padding: 0 18px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
}
.form-design .form-control:focus {
	border: 1px solid #1C3440;
}

.form-select {
	border: 2px solid rgba(239, 239, 239, 1) !important;
	border-radius: 10px;
	height: 46px;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: unset !important;
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
}
.form-design textarea.form-control {
	line-height: 23px;
	padding: 12px 17px;
}
.form_commanbtn {
	color: #fff !important;
	font-size: 15px;
	width: auto;
	display: block;
	text-align: center;
	padding: 12px 28px;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border: 0;
	background-color: #bd6897;
	font-weight: 500;
}
.form_commanbtn1 {
	color: #fff !important;
	font-size: 15px;
	width: auto;
	display: block;
	text-align: center;
	padding: 12px 28px;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border: 0;
	background-color: #000000;
	font-weight: 500;
}
.form-design .form-group {
	margin-bottom: 16px;
}
.form-design .form-group label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 5px;
	padding-left: 0;
	text-transform: capitalize;
}
.login-title span {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.for_got {
	font-size: 14px;
	font-weight: 600;
	color: rgba(32, 30, 30, 1);
	margin: -4px 0 0;
	display: block;
}
.badge {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 19px;
}
.comman_btn {
	border: none;
	background: #bd6897;
	color: #fff !important;
	font-size: 15px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 12px 18px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(189, 104, 151, 0.4);
	font-weight: 500;
	text-transform: capitalize;
}
.Profile_dropdown .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.Profile_dropdown button {
	border-radius: 10px;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: unset !important;
	border: 2px solid #ffffff52 !important;
	padding: 0 14px 0 0 !important;
	font-size: 14px;
	font-weight: 500;
}
.Profile_dropdown .dropdown-menu {
	transform: unset !important;
	top: 60px !important;
	right: 3px !important;
	left: auto !important;
	min-width: 180px;
	text-align: left;
	border: 0 !important;
	border-radius: 16px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 14px 2px;
}
.Profile_dropdown .dropdown-item {
	color: #243A73;
	font-weight: 500;
	font-size: 13px;
}
.Profile_dropdown button img {
    max-width: 100%; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.admin_header {
    padding: 10px 20px;
    background-color: #bd6897;
    z-index: 2;
    position: relative;
}
.logo img {
    max-width: 120px;
    filter: invert(1) brightness(20.5);
}
.act_btn {
	background-color: #1C3440;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	display: inline-block;
	border-radius: 4px;
}
.dropdownuserpic {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 10px;
}
.admin_main {
	display: flex;
}
.admin_siderbarr {
    background: #bd6897;
    width: 20%;
    padding: 18px 0 18px 0;
    z-index: 0;
    position: relative;
    height: calc(100vh - 64px);
    overflow: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.admin_siderbarr::-webkit-scrollbar {
	display: none;
}
.admin_siderbarr a {
    padding: 11px 24px 11px 10px;
    display: flex;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
    line-height: 22px;
    border-left: 6px solid transparent;
    position: relative;
    z-index: 2;
    margin-right: 0;
}
.admin_siderbarr a i {
	color: #fff;
}
.admin_siderbarr a.active {
    background: #fff;
}
.admin_siderbarr a.active i,
.admin_siderbarr a.active {
	color: #1C3440;
} 
.admin_siderbarr a span {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.count {
	background: #f20;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 11px;
	left: 14px;
	animation-name: pulsewala;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.contentpart p {
	font-size: 14px;
}
@keyframes pulsewala {
	0% {
		box-shadow: 0 0 0 0 #ff220057;
		border-radius: 50%;
	}
	80% {
		box-shadow: 0 0 0 14px #ff220094;
		border-radius: 50%;
	}
}
.admin_contentpart {
    width: 80%;
    padding: 25px 25px;
    overflow-y: scroll;
    height: calc(100vh - 64px);
}
.comman_design {
	border: 1px solid #E6E6E6;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.headleft h2 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	color: rgba(32, 30, 30, 1);
	text-transform: capitalize;
}
.searchh_box .form-control {
	background: transparent;
	border: 1px solid rgb(175 175 175 / 56%);
	border-radius: 10px;
	height: 44px;
	padding: 0 16px;
	line-height: 40px;
	box-shadow: unset !important;
	font-size: 14px;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
}
.searchh_box button {
	position: absolute;
	background-color: transparent;
	border: 0;
	padding: 0;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
}
.table thead th {
	border-bottom: 0.0625rem solid #E6E6E6;
	text-transform: capitalize;
	color: rgba(32, 30, 30, 1);
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	border-color: #E6E6E6 !important;
	text-transform: uppercase;
	padding: 12px 15px;
	vertical-align: top;
}
.table>:not(:first-child) {
	border-top: 0;
}
.table tbody tr td {
	vertical-align: middle;
	border-color: #E6E6E6;
	white-space: nowrap;
	font-size: 14px;
	transition: 0.3s all;
	padding: 12px 15px;
	color: #828282;
	font-weight: 400;
}
.table tbody th {
	border-bottom: 0.0625rem solid #E6E6E6;
	text-transform: capitalize;
	color: rgba(32, 30, 30, 1);
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	border-color: #E6E6E6 !important;
	text-transform: uppercase;
	padding: 12px 15px;
}
.pagination .page-item .page-link {
	z-index: 1;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.15);
	color: #6e6e6e;
	margin-left: 7px;
	border: 0.0625rem solid #E6E6E6;
}
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
/* Track */

::-webkit-scrollbar-track {
	    background-color: #fde2de;
	border-radius: 0px;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: #bd6897;
	border-radius: 0;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #bd6897;
}
.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: rgb(0 92 186 / 9%);
	color: rgba(98, 98, 98, 1);
}
.Table_btn {
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	margin: 0 0px;
	border: 1px solid #bd6897;
	border-radius: 4px;
	font-size: 11px;
	background: #bd6897;
	color: #fff;
}
.Table_btn:hover {
	border: 1px solid #f2f2f2;
	background: #fff;
	color: #bd6897;
}
.Profile_dropdown .dropdown-item {
	color: #2d2d2d;
	font-weight: 600;
	font-size: 12px;
}
.static_data strong {
    color: #504b4b;
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: right;
    line-height: 34px;
}
.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
    color: #fff;
}
.aiphotobox {
    background-color: #B2D2D1;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
}
.moveinhead {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #1C3440;
}
.aifinding ul {
    list-style: circle;
    text-align: left;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 14px 20px 15px 40px;
}
.aifinding ul li p{
	margin: 0;
	font-size: 14px;
}
.staticss_box span {
    color: #1C3440;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.static_data {
	position: relative;
	z-index: 1;
}
/* .static_data::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #1C3440;
	width: 5px;
	border-radius: 50px;
} */
 
.table_topbtns {
	background-color: rgba(38, 202, 154, 1);
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 24px;
	display: block;
	border-radius: 12px;
}
.check_toggle label::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 26px;
	height: 15px;
	background-color: #cacaca;
	border-radius: 10px;
	transition: 0.5s all;
}
.check_toggle label::before {
	position: absolute;
	content: "";
	top: 3px;
	right: 14px;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50px;
	z-index: 1;
	transition: 0.5s all;
}
.check_toggle input:checked ~ label::before {
	right: 3px;
	background-color: #fff;
}
.check_toggle label {
	position: relative;
	display: flex;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	height: 18px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	text-align: center;
	width: 26px;
}
.check_toggle {
	width: 100%;
}
.check_toggle input:checked ~ label::after {
	background-color: #1C3440;
}
.userdetails {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 14px;
}
.userdetails_img {
	height: 100px;
	width: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.userdetails_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.userdetails_main h2 {
	font-size: 18px;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.user_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.user_info span {
	font-size: 20px;
	color: rgba(33, 33, 33, 1);
	display: inline-block;
}
.userdetails_main p {
	font-size: 13px;
	color: rgba(32, 30, 30, 1);
	font-weight: 500;
	margin-bottom: 0;
	line-height: 23px;
}
.another_detail {
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px;
	color: rgba(33, 33, 33, 1);
}
.edit_btn {
	background: #1C3440;
	color: #fff !important;
	font-size: 13px;
	padding: 8px 14px;
	display: inline-flex;
	margin-left: 0;
	border-radius: 4px;
	font-weight: 500;
	height: 34px;
	align-items: center;
	justify-content: center;
}
.another_detail span {
	font-weight: 600;
}
.filterdropdown button {
	border-radius: 50px;
	padding: 0;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	background-color: #bd6897 !important;
	border: 0;
	box-shadow: unset !important;
}
.filterdropdown .form-select,
.filterdropdown .form-control {
	border-radius: 10px;
	height: 38px;
	padding: 0 8px;
	line-height: 26px;
	font-size: 13px;
}
.ck-powered-by {
	display: none;
}
.filterdropdown .form-design .form-group label {
	font-size: 13px;
	margin-bottom: 3px;
	padding-left: 0;
}
.filterdropdown .form-design .form-group {
	margin-bottom: 5px;
}
.filterdropdown .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.filterdropdown .dropdown-menu {
	transform: unset !important;
	top: 59px !important;
	right: -4px !important;
	left: auto !important;
	min-width: 180px;
	text-align: left;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 14px 2px;
}
.post_img img {
	height: 100%;
	width: 100%;
	border-radius: 50px;
	object-fit: cover;
}
.post_img {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-left: -20px;
}
.main_postbox .post_img:first-child {
	margin: 0;
}
.main_postbox {
	display: flex;
}
.followersbox_img {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.followersbox {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 10px;
	margin: 0;
	transition: 0.5s all;
}
.followersbox:hover {
	transform: translateY(-10px);
}
.followersbox_img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.followersbox_main h2 {
	color: rgba(33, 33, 33, 1);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.followersbox_main span {
	color: rgba(98, 98, 98, 1);
	display: block;
	font-size: 16px;
}
.Following_btn {
	background: rgba(18, 16, 45, 1);
	color: #fff !important;
	padding: 10px 20px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border-radius: 50px;
}
.Followback_btn {
	background: linear-gradient(90.45deg, #12102D 3.42%, #E51955 97.71%);
	color: #fff !important;
	padding: 10px 20px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border-radius: 50px;
}
.unfriend_btn {
	border: 2px solid rgba(38, 202, 154, 1);
	color: rgba(38, 202, 154, 1) !important;
	padding: 10px 20px;
	border-radius: 50px;
}
.postimg_preview img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.postimg_preview {
	height: 460px;
}
.imgpopup .btn-close {
	position: absolute;
	right: -22px;
	color: #fff !important;
	opacity: 1 !important;
	top: -21px;
	filter: invert(1);
}
.back_btn {
	background: #1C3440;
	color: #fff !important;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}
.postchalleng_tabs .nav-tabs {
	border-bottom: 0;
	border-top: 2px solid rgba(217, 217, 217, 1);
}
.postchalleng_tabs .nav-tabs .nav-link {
	background-color: transparent;
	padding: 15px 0;
	border: 0;
	display: flex;
	align-items: center;
	margin: 0 20px;
	color: rgba(98, 98, 98, 1);
	font-size: 16px;
	font-weight: 450;
	border-top: 2px solid rgba(217, 217, 217, 1);
	border-radius: 0;
	margin-top: -2px;
	outline: 0 !important;
}
.postchalleng_tabs .nav-tabs .nav-link img {
	margin-right: 6px;
	max-height: 22px;
}
.postchalleng_tabs .nav-tabs .nav-link.active {
	border-top: 2px solid rgba(33, 33, 33, 1);
	color: rgba(33, 33, 33, 1);
}
.postchalleng_tabs .nav-tabs .nav-link.active img {
	filter: brightness(0);
}
.postchalleng_top {
	padding: 14px 10px;
}
.postchalleng_pic {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.postchalleng_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.postchalleng_details a {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	display: block;
	color: rgba(33, 33, 33, 1) !important;
}
.timeer {
	color: rgba(98, 98, 98, 1);
	font-size: 15px;
	font-weight: 450;
	display: inline-block;
}
.postchalleng_drop button {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: unset !important;
	display: flex;
	align-items: center;
}
.postchalleng_drop .dropdown-menu {
	transform: unset !important;
	top: 39px !important;
	right: -22px !important;
	left: auto !important;
	min-width: 100px;
	text-align: left;
	border: 0 !important;
	border-radius: 6px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 11px 0;
}
.postchalleng_drop .dropdown-menu a {
	font-size: 14px;
	padding: 3px 10px;
	display: block;
}
.postchalleng_drop .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.postchalleng_imgbox {
	display: block;
	width: 100%;
	position: relative;
}
.full_post {
	height: 400px;
}
.view_chllngbtn {
	font-weight: 450;
	font-size: 16px;
	color: rgba(38, 202, 154, 1);
}
.small_post {
	height: 200px;
}
.postchalleng_imgbox>img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.likess img {
	margin-right: 4px;
}
.likess {
	position: absolute;
	top: 20px;
	right: 0;
	background: rgba(255, 63, 85, 1);
	border-radius: 20px 0 0 20px;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 5px 5px 5px 8px;
	color: #fff;
	font-size: 14px;
}
.comment_top {
	border-bottom: 1px solid rgba(239, 243, 244, 1);
	padding: 16px 10px;
	align-items: center;
}
.commnet_vew {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: rgba(98, 98, 98, 1) !important;
}
.commnet_vew img {
	margin-right: 10px;
	max-width: 20px;
}
.bookmark_btn img {
	max-width: 15px;
}
.comment_bottom {
	padding: 10px 10px 15px;
}
.comnetname {
	display: flex;
	font-weight: 700;
	font-size: 17px;
	color: rgba(33, 33, 33, 1);
	margin-bottom: 5px;
}
.comnetparra p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
	line-height: 20px;
	margin: 0;
}
.comnetparra {
	margin-bottom: 10px;
}
.comnetname .userid {
	font-weight: 400;
	margin-left: 6px;
}
.hashtag_part a {
	color: rgba(0, 122, 255, 1);
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
}
.hashtag_part {
	margin-bottom: 8px;
	margin-top: -4px;
}
.comment_type .form-control {
	height: 38px;
	border-radius: 30px;
	background: rgba(239, 239, 239, 1);
	border: 0;
	font-size: 16px;
	font-weight: 400;
	box-shadow: unset;
	line-height: 18px;
	width: 100%;
	padding: 10px 20px;
}
.view_comment a {
	color: rgba(33, 33, 33, 1);
	font-size: 16px;
	font-weight: 450;
	display: inline-block;
}
.comment_type {
	margin-bottom: 8px;
}
.emoji {
	background-color: transparent;
	border: 0;
	outline: 0;
	box-shadow: unset;
	position: absolute;
	right: 11px;
	top: 4px;
}
.times_main {
	display: flex;
	align-items: center;
}
.timees_up {
	font-size: 15px;
	font-weight: 450;
	color: rgba(255, 0, 0, 1);
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.timees_up img {
	margin-right: 4px;
}
.staticss_box {
	border-radius: 10px;
	padding: 20px 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: block;
}
.staticss_box1 {
	background-color: #1C3440;
}
.toggle_btns {
	display: none;
}
.logo_table {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.logo_table img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.logoshow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.logoshow img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
}
.comman_tabs .nav-link {
	font-size: 14px;
	font-weight: 600;
	padding: 14px 25px;
	border: 0 !important;
	border-radius: 6px !important;
	background-color: #fff;
	color: #495057;
	outline: 0 !important;
}
.comman_tabs .nav-link.active {
	background-color: #1C3440;
	color: #fff;
}
.comman_tabs .nav-tabs .nav-item {
	margin-right: 15px;
}
.comman_tabs .nav-tabs {
	margin-left: 1px;
	margin-bottom: 20px;
}
.editicon {
	background-color: #fff;
	position: absolute;
	bottom: 6px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	border-radius: 50px;
	font-size: 11px;
	right: 6px;
}
.form-select {
	border: 1px solid rgb(175 175 175 / 56%) !important;
	border-radius: 12px;
	height: 48px;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: unset !important;
	font-size: 14px;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
}
.addpart_btn a {
    background-color: #bd6897;
    color: #fff;
    font-size: 12px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accpt {
	background-color: #57b957;
	color: #fff !important;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 600;
	border-radius: 4px;
	height: 22px;
}
.addpart_btn a i {
	margin-right: 5px;
}
.rjet {
	background-color: #f20;
	color: #fff !important;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 600;
	border-radius: 4px;
	border-radius: 4px;
	height: 22px;
}
.League_select {
	margin-left: 10px;
}
.League_select .form-select {
	font-size: 13px;
	border: 2px solid rgba(239, 239, 239, 1) !important;
	border-radius: 6px;
	height: 38px;
	padding: 0 34px 0 10px;
	line-height: 20px;
}
.comman_border_design {
	border: 1px solid #E0E0E0;
	margin: 0;
	border-radius: 12px;
	padding: 30px 7px 15px;
}
.sales-form-heading h3 {
	font-size: 18px;
	font-weight: 600;
	color: #051036;
	line-height: 16px;
	margin-bottom: 18px;
}
.form-design .form-group label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 5px;
	padding-left: 0;
	text-transform: capitalize;
}
.reject_modal {
	text-align: center;
	padding: 40px 30px;
}
.reject_modal>img {
	max-width: 120px;
	margin-bottom: 20px;
}
.file_iconss {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #ECF2F7;
}
.reject_modal h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.file_upload {
	border: 1px dashed #E0E0E0;
	border-radius: 10px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.file_upload span {
	font-size: 10px;
	color: #6E7594;
	display: block;
	margin-top: 6px;
}
.file_iconss img {
	max-width: 27px;
}
.Files_uploaded_namee a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: rgba(32, 30, 30, 1);
}
.comman_tabs .comman_inner_tabs .nav-link {
	font-size: 14px;
	padding: 12px 30px;
	text-transform: capitalize;
	border-radius: 10px !important;
	background-color: #f2f2f2;
}
.comman_tabs .comman_inner_tabs .nav-link.active {
	background-color: #1C3440;
}
.comman_tabs .comman_inner_tabs .nav-tabs {
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
}
.playoff_box {
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: rgba(239, 239, 239, 1);
	border-radius: 10px;
	padding: 12px 20px;
	font-weight: 600;
	position: relative;
}
.playooff_mathes .playoff_box:first-child {
	margin-bottom: 25px;
}
.playoff_1 {
	margin-bottom: 35px;
	padding-right: 40px;
}
.playooff_mathes {
	position: relative;
	background-color: #fff;
}
.playoff_2 {
	margin-left: 40px;
	background-color: transparent;
}
.team_name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(239, 239, 239, 1);
	height: 28px;
	width: 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 11px;
	margin-right: 10px;
}
.boxxinner_01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.playoff_1::after {
	position: absolute;
	content: '';
	right: 0;
	height: 64%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.playooff_main_2 {
	position: relative;
	width: 100%;
	transform: translateY(-18px);
}
.playooff_main_2::before {
	position: absolute;
	content: '';
	left: -26px;
	height: 2px;
	width: 71%;
	background-color: rgba(239, 239, 239, 1);
	top: -20px;
}
.playooff_main_2::after {
	position: absolute;
	content: '';
	left: -26px;
	height: 2px;
	width: 71%;
	background-color: rgba(239, 239, 239, 1);
	bottom: -20px;
}
.playoff_box::after {
	position: absolute;
	content: '';
	right: -40px;
	height: 2px;
	width: 55px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.playoff_2::before {
	position: absolute;
	content: '';
	right: 0;
	height: 16%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	left: 0;
	margin: 0 auto;
	top: -18px;
}
.playoff_2::after {
	position: absolute;
	content: '';
	right: 0;
	height: 16%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	left: 0;
	margin: 0 auto;
	bottom: -18px;
}
.linee {
	position: absolute;
	content: '';
	right: -40px;
	height: 64%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.final_play .playooff_main_2::before {
	left: 16px;
	height: 2px;
	width: 52%;
	top: -94px;
}
.final_play .playoff_2::before {
	right: 0;
	height: 86%;
	width: 2px;
	left: 0;
	top: -94px;
}
.final_play .playooff_main_2::after {
	bottom: -20px;
	left: 16px;
	height: 2px;
	width: 52%;
	bottom: -94px;
}
.final_play .playoff_2::after {
	right: 0;
	height: 86%;
	width: 2px;
	left: 0;
	bottom: -92px;
}
.trophy_bxo {
	display: flex;
	align-items: center;
}
.trophy_bxo .playooff_main {
	width: 100%;
	margin-left: 60px;
	position: relative;
}
.trophy_bxo .playoff_box::after {
	left: -46px;
	height: 2px;
	width: 55px;
}
.winner {
	max-width: 150px;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.trophy_bxo .playooff_mathes {
	margin-top: -35px;
}
.certificate-img img {
	width: 100%;
}
.fiterbutton a {
	border-radius: 12px;
	padding: 0;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	background-color: #1C3440 !important;
	border: 0;
	color: #fff !important;
	box-shadow: unset !important;
}
.filterdropdown .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 450;
}
.checkbox_main label::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	background-image: url(../img/tick.png);
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s all;
	opacity: 0;
}
.winnerpeople {
	color: #1C3440;
	font-size: 20px;
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 600;
}

.checkbox_main label::after {
	position: absolute;
	content: '';
	top: 1px;
	left: 0px;
	height: 18px;
	width: 18px;
	border: 1px solid rgba(219, 219, 219, 1);
	border-radius: 3px;
}
.checkbox_main input:checked ~ label::before {
	opacity: 1;
}
.fitermoddel .modal-content {
	border-radius: 10px;
}
.fitermoddel .modal-dialog {
	max-width: 700px;
}
.fitermoddel .form-design .form-group .form-select,
.fitermoddel .form-design .form-group .form-control {
	border-radius: 6px;
	height: 38px;
	padding: 0 10px;
	line-height: 27px;
	font-size: 13px;
}
.fitermoddel .form-design .form-group label {
	font-size: 12px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 3px;
	padding-left: 0;
	text-transform: capitalize;
}
.fitermoddel .comman_btn {
	font-size: 13px;
	padding: 10px 18px;
	border-radius: 6px;
}
.fitermoddel .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 450;
}
.fitermoddel .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 450;
}
.fitermoddel .form-design .checkbox_main label::after {
	top: 1px;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 3px;
}
.fitermoddel .form-design .checkbox_main label::before {
	top: 1px;
	left: 1px;
}
.act_commisnior .form-design .form-group label {
	font-size: 13px;
	margin-bottom: 5px;
}
.act_commisnior .modal-title {
	font-size: 16px;
	font-weight: 700;
}
.act_commisnior .modal-dialog {
	max-width: 350px;
}
.act_commisnior .form-design .form-group .form-control {
	border-radius: 6px;
	height: 44px;
	padding: 0 15px;
	line-height: 27px;
	font-size: 14px;
}
.act_commisnior .comman_btn {
	font-size: 15px;
}
.translation-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	width: 128px;
	margin: 0 8px;
	border-radius: 10px;
	padding: 0;
	color: #757575;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 2px solid #ffffff;
	height: 50px;
}
.translation-links a img {
	margin-right: 10px;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	object-fit: cover;
}
.flag-lists_in.active a {
	background-color: #1C3440;
	color: #fff;
	border-color: #1C3440;
}
.language_change img {
	max-width: 100%;
	width: 30px;
	object-fit: cover;
	height: 30px;
	border-radius: 50%;
	margin-right: 6px;
}
.language_change {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 4px 10px;
	font-weight: 500;
	font-size: 14px;
	color: rgba(32, 30, 30, 1);
}
.heading_dashbord h1 {
	font-weight: 900;
	color: #1C3440;
	font-size: 36px;
}
.heading_dashbord {
	font-weight: 900;
}
.pagename {
	color: #95BFE5;
	font-weight: 900;
	font-size: 22px;
}
.Playoff_tourname {
	background: #95BFE5;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	color: #241F20;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 21px;
}
.rounde_design {
	display: inline-flex;
	border: 0.71px solid #95BFE5;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.63px;
	color: #fff;
	border-radius: 13px;
	height: 25px;
	padding: 0 10px;
	background: #241F20;
	z-index: 1;
	position: relative;
}
.rounde_design span {
	background: #95BFE5;
	height: 15px;
	width: 15px;
	border-radius: 50px;
	font-size: 14.29px;
	font-weight: 600;
	line-height: 17.41px;
	color: #241F20;
	margin-left: 5px;
}
.Playoff_teams4 {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.Playoff_teams2 {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.Playoff_teams4_box {
	background: #003087;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 78px;
}
.Playoff_col {
	width: 38%;
}
.Playoff_teams4_left {
	width: 42%;
	position: relative;
}
.Playoff_teams4_left .Playoff_teams4_box:first-child {
	border-radius: 12px 12px 0 0;
	border-bottom: 0.43px dashed #BFBFBF;
}
.Playoff_teams4_left .Playoff_teams4_box:nth-child(2) {
	border-radius: 0 0 12px 12px;
}
.Playoff_teams4_left::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -10px;
	background-color: #221D1B;
	height: 19px;
	width: 19px;
	border-radius: 50px;
	transform: translateY(-50%);
	z-index: 1;
}
.Playoff_teams4_left::before {
	position: absolute;
	content: '';
	top: 50%;
	left: auto;
	right: -10px;
	background-color: #221D1B;
	height: 19px;
	width: 19px;
	border-radius: 50px;
	transform: translateY(-50%);
	z-index: 1;
}
.Playoff_teams2_box {
	background: #6F0F3B;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 61px;
	border-radius: 12px;
	width: 100%;
}
.Playoff_teams2_left {
	width: 42%;
	position: relative;
}
.border_design {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.border_design span {
	background-color: #95BFE5;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.border_design::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 83px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.Playoff_teams2 .border_design::after {
	height: 42px;
}
.Playoff_teams2::after {
	position: absolute;
	content: '';
	bottom: -35px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 1px;
	border-bottom: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 201px;
}
.roundd3 {
	padding-top: 80px;
	position: relative;
}
.roundd3::after {
	position: absolute;
	content: '';
	top: -11px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 92px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.Playoff_bottom .Playoff_teams4 {
	margin-top: 65px;
}
.Playoff_bottom .Playoff_teams4 .border_design {
	top: -6px;
}
.Playoff_bottom .Playoff_teams4 .border_design::after {
	top: -79px;
	z-index: 1;
	height: 83px;
}
.Playoff_bottom .Playoff_teams2 .border_design {
	top: -6px;
}
.Playoff_bottom .Playoff_teams2 .border_design::after {
	top: -39px;
	z-index: 1;
	height: 42px;
}
.Playoff_bottom .Playoff_teams2::after {
	top: -35px;
	bottom: auto;
	width: 201px;
}
.drawdesign {
	background-color: #241F20;
}
.Playoff_teamswinner {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: inline-flex;
	justify-content: center;
	position: relative;
	margin-bottom: 120px;
}
.Playoff_teamswinner::after {
	position: absolute;
	content: '';
	top: 79px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 95px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.teamswinner_box span {
	display: block;
	color: aliceblue;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 2px;
}
.teamswinner_box {
	border-radius: 12px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6F0F3B;
	padding: 0 30px;
}
.dashboarddesign {
    background: #bd6897;
    border-radius: 10px;
    padding: 30px 30px;
    height: 270px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.dashboarddesign h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 14px;
}
.dashboarddesign p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.viewprofilee {
	background-color: #fff;
	font-size: 14px;
	padding: 9px 20px;
	display: inline-flex;
	margin-top: 100px;
	border-radius: 50px;
	font-weight: 600;
	color: #1C3440;
}
.dashboarddesign img {
	max-width: 210px;
	position: absolute;
	right: 20px;
	bottom: -18px;
}

.rounded-12 {
	border-radius: 12px;
}
.chat-box {
	width: 100%;
	height: calc(100vh - 130px);
	background: white;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.chatpic {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	overflow: hidden;
}
.chatpic img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.chat-header {
	background: #4facfe;
	color: white;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.chat-body {
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    height: calc(100vh - 200px);
    width: 75%;
}
.chatleftpart {
    width: 30%;
    background: #4facfe;
    padding: 20px 12px;
    overflow-y: auto;
    height: calc(100vh - 200px);
}
.chatleftlink {
    background-color: transparent;
	border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 30px;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
}
.chatleftlink:hover{
	background-color: #fff;
}
.chatleftlink.active{
	background-color: #fff;
}
.chatleftpart::-webkit-scrollbar{
	display: none;
}
.chatleftlink:hover .chatusrname{
	color: #000;
}
.chatleftlink.active .chatusrname{
	color: #000;
}
.chatusr img {
    max-width: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-left: -16px;
}
.chatusrname {
    width: 80%;
    font-size: 14px;
    font-weight: 600;
    padding-left: 8px;
	color: #fff;
	transition: 0.3s ease-in-out;

}
.message {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}
.mainchat {
	width: 92%;
	margin-left: 10px;
}
.user-message {
	align-self: flex-start;
}
.admin-message {
	align-self: flex-end;
	text-align: right;
	margin-left: auto;
}
.bubble {
	padding: 15px 20px;
	border-radius: 8px;
	word-wrap: break-word;
	font-size: 14px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.user-message .bubble {
	background: linear-gradient(to right, #ffecd2, #fcb69f);
	color: #333;
}
.admin-message .bubble {
	background: linear-gradient(to right, #a1c4fd, #c2e9fb);
	color: #333;
}
.timestamp {
	font-size: 11px;
	color: #888;
	margin-top: 5px;
}
.chat-body::-webkit-scrollbar {
	width: 6px;
}
.chat-body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0px;
}
.modal-header{
  background-color: #1C3440;
}
.modal-content{
  border-radius: 15px;
}

.user-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Checkbox Container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

/* Hide default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox style */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 6px;
    transition: background-color 0.3s;
}

/* On hover */
.checkbox-container:hover input ~ .checkmark {
    background-color: #f5b07d;
}

/* When checked */
.checkbox-container input:checked ~ .checkmark {
    background-color: #ff6600;
}

/* Checkmark (tick) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.chatinner {
    display: flex;
}
/* Checkmark style */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.admin_siderbarr ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

#accountSubmenu  {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: #fff; 
}
#accountSubmenu li a {
    color: #1C3440;
    font-size: 14px;
    margin: 0!Important;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
}
#accountSubmenu.show{
  max-height: 200px; /* Adjust as needed */
}

#accountSubmenu1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    width: 100%;
}
#accountSubmenu1 li a {
  color: #1C3440;
  font-size: 14px;
  margin: 0 !important;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
}
#accountSubmenu1.show {
  max-height: 200px; /* adjust as needed */
}
.has-submenu {
    display: flex;
    flex-wrap: wrap;
}
.has-submenu>a {
    width: 85%;
}
.submenu-toggle {
    cursor: pointer;
    width: 15%;
    background-color:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
	position: absolute;
	left: 100%;
}
.admin_siderbarr a span.fas.fa-caret-down {
    position: absolute;
    /* right: 10px; */
	left: 100%;
    margin: 0;
    font-size: 20px;
}
.modal-header{
  background-color: #bd6897;
  color: #fff;
}
.admin_siderbarr a.active ~ .submenu-toggle {
    background-color: #fff;
    color: #2d2d2d;
}
.modal-content {
    border-radius: 6px;
    border: 0;
    overflow: hidden;
}
.table_select {
    width: 100px;
    height: 37px;
    border-radius: 6px;
    padding: 0 12px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 21px;
}
.notificationhead {
    height: 42px;
    width: 42px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #bd6897;
    font-size: 20px;
    position: relative;
}
.notificationhead i {
    transform-origin: top center;
    animation: ring 2s infinite;
}
.staticss_box i {
    color: #bd6897 !important;
    font-size: 30px;
    position: absolute;
    left: 18px;
    bottom: 18px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(7deg); }
  40% { transform: rotate(-4deg); }
  50% { transform: rotate(2deg); }
  60% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
span.select2-selection.select2-selection--multiple {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%) !important;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 10px;
}
textarea.select2-search__field {
    margin: 0 !important;
}
span.select2-search.select2-search--inline {
    display: inline-flex;
    align-items: center; 
}
li.select2-selection__choice {
    margin-top: 0 !important;
}
@media (max-width: 1279px) {
	.login_page_form {
		border-radius: 24px;
		padding: 30px 40px;
	}
	.formheader img {
		max-width: 130px;
	}
	.formheader h1 {
		font-weight: 800;
		font-size: 22px;
		margin-bottom: 4px;
	}
}
@media (max-width: 1199px) {
	.admin_siderbarr {
		padding: 30px 15px;
	}
	.admin_siderbarr a {
		padding: 11px 14px;
		border-radius: 10px;
		font-size: 15px;
	}
	.admin_contentpart {
		padding: 20px 20px;
	}
	.static_data strong {
		font-size: 30px;
		line-height: 24px;
	}
	.staticss_box span {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.staticss_box {
		border-radius: 10px;
		padding: 20px 20px;
	}
}
@media (max-width: 1023px) {
	body,
	html {
		overflow-y: auto;
	}
	.admin_contentpart {
		padding: 30px;
		overflow: unset;
		width: 100%;
		height: auto;
	}
	.admin_siderbarr {
		position: fixed;
		z-index: 999999;
		height: calc(100vh - 55px);
		width: 30%;
		transition: 0.5s all;
		box-shadow: 0 3.5rem 1rem rgba(0, 0, 0, .15)!important;
		left: -100%;
	}
	.toggle_btns {
		display: block;
	}
	.admin_siderbarr.showw {
		left: 0;
	}
	.toggle_btns {
		display: flex;
		margin-left: 13px;
		font-size: 18px;
		color: #1C3440;
		align-items: center;
	}
	.userdetails_img {
		height: 100px;
		width: 100px;
		border-radius: 10px;
	}
	.userdetails_main h2 {
		font-size: 20px;
		margin-bottom: 12px;
		line-height: 30px;
	}
	.edit_btn {
		font-size: 14px;
		padding: 6px 20px;
		margin-left: 10px;
		border-radius: 50px;
		height: 32px;
	}
	.userdetails_main p {
		font-size: 15px;
	}
	.form_commanbtn {
		font-size: 15px;
		padding: 10px 28px;
	}
}
@media (max-width: 767px) {
	.login_page {
		padding: 0;
	}
	.login_page_form {
		border-radius: 4px;
		padding: 20px 20px;
	}
	.formheader p {
		font-size: 15px;
	}
	.admin_contentpart {
		padding: 20px;
	}
	.staticss_box {
		border-radius: 8px;
		padding: 20px 20px;
		margin-bottom: 18px;
	}
	.headleft h2 {
		font-size: 17px;
	}
	.searchh_box {
		width: 100%;
	}
	.searchh_box .form-control {
		border: 0;
		border-radius: 8px;
		height: 40px;
		padding: 0 18px;
	}
	.table thead th,
	.table thead td {
		font-size: 14px;
		padding: 8px 14px;
	}
	.comman_design {
		border-radius: 8px;
	}
	.staticss_box span {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.static_data strong {
		font-size: 34px;
		line-height: 34px;
	}
	.Table_btn {
		height: 26px;
		width: 26px;
		border-radius: 8px;
		font-size: 10px;
	}
	.admin_siderbarr.showw {
		width: 80%;
	}
	.back_btn {
		height: 30px;
		width: 30px;
		border-radius: 8px;
		font-size: 13px;
	}
	.filterdropdown button {
		border-radius: 8px;
		height: 40px;
		width: 40px;
		font-size: 14px;
		margin-left: 10px;
	}
	.userdetails {
		border-radius: 8px;
		padding: 20px 6px;
		position: relative;
	}
	.form_commanbtn {
		font-size: 15px;
		padding: 8px 18px;
		border-radius: 8px;
	}
	.userdetails_img {
		height: 90px;
		width: 90px;
		border-radius: 8px;
		margin: 0 auto 20px;
	}
	.userdetails_main {
		text-align: center;
	}
	.userdetails_main h2 {
		font-size: 17px;
		margin-bottom: 10px;
		line-height: 28px;
		display: block;
	}
	.edit_btn {
		font-size: 12px;
		padding: 2px 8px;
		margin-left: 0;
		border-radius: 4px;
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 8px;
		right: 8px;
	}
	.admin_siderbarr a {
		padding: 0 14px;
		border-radius: 10px;
		font-size: 15px;
		align-items: center;
		height: 42px;
		line-height: 42px;
	}
}

/* RTL Styling */

/*--------------------------------------------------------------
# General RTL
--------------------------------------------------------------*/
[dir="rtl"] body, [dir="rtl"] html {
    overflow: hidden;
    background-color: #fde2de;
    font-family: 'Poppins';
}
[dir="rtl"] p {
    font-weight: 400;
}
[dir="rtl"] a {
    color: #243A73;
    text-decoration: none;
    transition: 0.5s all;
}
[dir="rtl"] a:hover {
    color: #000000;
    text-decoration: none;
}
[dir="rtl"] html,
[dir="rtl"] body {
    scroll-behavior: smooth;
}
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
    font-family: 'Poppins';
}

/*--------------------------------------------------------------
# Fonts (Same for RTL)
--------------------------------------------------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

[dir="rtl"] .bg_main {
    background-color: #1C3440 !important;
}

/*--------------------------------------------------------------
# RTL Direction & Text Alignment
--------------------------------------------------------------*/
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .text-left {
    text-align: right !important;
}

[dir="rtl"] .text-right {
    text-align: left !important;
}

[dir="rtl"] .float-left {
    float: right !important;
}

[dir="rtl"] .float-right {
    float: left !important;
}

[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

[dir="rtl"] .ml-1, [dir="rtl"] .ml-2, [dir="rtl"] .ml-3, [dir="rtl"] .ml-4, [dir="rtl"] .ml-5 {
    margin-right: inherit;
    margin-left: 0;
}

[dir="rtl"] .mr-1, [dir="rtl"] .mr-2, [dir="rtl"] .mr-3, [dir="rtl"] .mr-4, [dir="rtl"] .mr-5 {
    margin-left: inherit;
    margin-right: 0;
}

/*--------------------------------------------------------------
# Sidebar RTL
--------------------------------------------------------------*/

[dir="rtl"] .login_page {
    height: 100vh;
    position: relative;
    background: #1C3440;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .logocreate {
    color: #1C3440;
    font-weight: 900;
    font-size: 38px;
}

[dir="rtl"] .login_page::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b0;
}

[dir="rtl"] .authlogo {
    max-width: 170px;
}

[dir="rtl"] .login_top {
    background-color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 40px 50px;
    min-height: 100vh;
    overflow-y: auto;
    margin: 20px 0;
}

[dir="rtl"] .formheader h1 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #bd6897;
}

[dir="rtl"] .formheader p {
    font-size: 15px;
    font-weight: 500;
    color: rgba(32, 30, 30, 1);
    margin: 0;
}

[dir="rtl"] .form-design .form-control {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 48px;
    padding: 0 18px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    text-align: right;
}

[dir="rtl"] .form-design .form-select {
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 48px;
    padding: 0 18px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    text-align: right;
    padding-left: 30px;
    padding-right: 12px;
}

[dir="rtl"] .form-design .form-control:focus {
    border: 1px solid #1C3440;
}

[dir="rtl"] .form-select {
    border: 2px solid rgba(239, 239, 239, 1) !important;
    border-radius: 10px;
    height: 46px;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    text-align: right;
}

[dir="rtl"] .form-design textarea.form-control {
    line-height: 23px;
    padding: 12px 17px;
    text-align: right;
}

[dir="rtl"] .form_commanbtn {
    color: #fff !important;
    font-size: 15px;
    width: auto;
    display: block;
    text-align: center;
    padding: 12px 28px;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border: 0;
    background-color: #bd6897;
    font-weight: 500;
}

[dir="rtl"] .form_commanbtn1 {
    color: #fff !important;
    font-size: 15px;
    width: auto;
    display: block;
    text-align: center;
    padding: 12px 28px;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border: 0;
    background-color: #000000;
    font-weight: 500;
}

[dir="rtl"] .form-design .form-group {
    margin-bottom: 16px;
}

[dir="rtl"] .form-design .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(32, 30, 30, 1);
    margin-bottom: 5px;
    padding-right: 0;
    text-transform: capitalize;
    text-align: right;
    display: block;
}

[dir="rtl"] .login-title span {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

[dir="rtl"] .for_got {
    font-size: 14px;
    font-weight: 600;
    color: rgba(32, 30, 30, 1);
    margin: -4px 0 0;
    display: block;
}

[dir="rtl"] .badge {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 19px;
}

[dir="rtl"] .comman_btn {
    border: none;
    background: #bd6897;
    color: #fff !important;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(189, 104, 151, 0.4);
    font-weight: 500;
    text-transform: capitalize;
}

[dir="rtl"] .Profile_dropdown .dropdown-menu::after {
    position: absolute;
    content: '';
    top: -11px;
    left: 14px;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
}

[dir="rtl"] .Profile_dropdown button {
    border-radius: 10px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset !important;
    border: 2px solid #ffffff52 !important;
    /* padding: 0 0 14px 14px !important; */
    font-size: 14px;
    font-weight: 500;
    flex-direction: row-reverse;
	gap: 10px
}

[dir="rtl"] .Profile_dropdown .dropdown-menu {
    transform: unset !important;
    top: 60px !important;
    left: 3px !important;
    right: auto !important;
    min-width: 180px;
    text-align: right;
    border: 0 !important;
    border-radius: 16px;
    box-shadow: 0 -5px 16px #00000036;
    padding: 14px 2px;
}

[dir="rtl"] .Profile_dropdown .dropdown-item {
    color: #243A73;
    font-weight: 500;
    font-size: 13px;
    text-align: right;
}

[dir="rtl"] .Profile_dropdown button img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* margin-left: 10px; */
    margin-right: 0;
}

[dir="rtl"] .admin_header {
    padding: 10px 20px;
    background-color: #bd6897;
    z-index: 2;
    position: relative;
}

[dir="rtl"] .logo img {
    max-width: 120px;
    filter: invert(1) brightness(20.5);
}

[dir="rtl"] .act_btn {
    background-color: #1C3440;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 4px;
}

[dir="rtl"] .dropdownuserpic {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    /* margin-left: 10px; */
    margin-right: 0;
}

[dir="rtl"] .admin_main {
    display: flex;
}

[dir="rtl"] .admin_siderbarr {
    background: #bd6897;
    width: 20%;
    padding: 18px 0 18px 0;
    z-index: 0;
    position: relative;
    height: calc(100vh - 64px);
    overflow: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    left: auto;
}

[dir="rtl"] .admin_siderbarr::-webkit-scrollbar {
    display: none;
}

[dir="rtl"] .admin_siderbarr a {
    padding: 11px 10px 11px 24px;
    display: flex;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
    line-height: 22px;
    border-right: 6px solid transparent;
    border-left: 0;
    position: relative;
    z-index: 2;
    margin-left: 0;
    text-align: right;
}

[dir="rtl"] .admin_siderbarr a i {
    color: #fff;
    margin-left: 10px;
    margin-right: 0;
}

[dir="rtl"] .admin_siderbarr a.active {
    background: #fff;
}

[dir="rtl"] .admin_siderbarr a.active i,
[dir="rtl"] .admin_siderbarr a.active {
    color: #1C3440;
}

[dir="rtl"] .admin_siderbarr a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    width: 20px;
    text-align: center;
}

[dir="rtl"] .count {
    background: #f20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 11px;
    right: 14px;
    left: auto;
    animation-name: pulsewala;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

[dir="rtl"] .contentpart p {
    font-size: 14px;
    text-align: right;
}

@keyframes pulsewala {
    0% {
        box-shadow: 0 0 0 0 #ff220057;
        border-radius: 50%;
    }
    80% {
        box-shadow: 0 0 0 14px #ff220094;
        border-radius: 50%;
    }
}

[dir="rtl"] .admin_contentpart {
    width: 80%;
    padding: 25px 25px;
    overflow-y: scroll;
    height: calc(100vh - 64px);
}

[dir="rtl"] .comman_design {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

[dir="rtl"] .headleft h2 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: rgba(32, 30, 30, 1);
    text-transform: capitalize;
    text-align: right;
}

[dir="rtl"] .searchh_box .form-control {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 44px;
    padding: 0 16px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    text-align: right;
    padding-left: 40px;
    padding-right: 16px;
}

[dir="rtl"] .searchh_box button {
    position: absolute;
    background-color: transparent;
    border: 0;
    padding: 0;
    left: 17px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

[dir="rtl"] .table thead th {
    border-bottom: 0.0625rem solid #E6E6E6;
    text-transform: capitalize;
    color: rgba(32, 30, 30, 1);
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    border-color: #E6E6E6 !important;
    text-transform: uppercase;
    padding: 12px 15px;
    vertical-align: top;
    text-align: right;
}

[dir="rtl"] .table>:not(:first-child) {
    border-top: 0;
}

[dir="rtl"] .table tbody tr td {
    vertical-align: middle;
    border-color: #E6E6E6;
    white-space: nowrap;
    font-size: 14px;
    transition: 0.3s all;
    padding: 12px 15px;
    color: #828282;
    font-weight: 400;
    text-align: right;
}

[dir="rtl"] .table tbody th {
    border-bottom: 0.0625rem solid #E6E6E6;
    text-transform: capitalize;
    color: rgba(32, 30, 30, 1);
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    border-color: #E6E6E6 !important;
    text-transform: uppercase;
    padding: 12px 15px;
    text-align: right;
}

[dir="rtl"] .pagination .page-item .page-link {
    z-index: 1;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: #6e6e6e;
    margin-right: 7px;
    margin-left: 0;
    border: 0.0625rem solid #E6E6E6;
}

[dir="rtl"] ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

[dir="rtl"] ::-webkit-scrollbar-track {
    background-color: #fde2de;
    border-radius: 0px;
}

[dir="rtl"] ::-webkit-scrollbar-thumb {
    background: #bd6897;
    border-radius: 0;
}

[dir="rtl"] ::-webkit-scrollbar-thumb:hover {
    background: #bd6897;
}

[dir="rtl"] .table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: rgb(0 92 186 / 9%);
    color: rgba(98, 98, 98, 1);
}

[dir="rtl"] .Table_btn {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    margin: 0 0px;
    border: 1px solid #bd6897;
    border-radius: 4px;
    font-size: 11px;
    background: #bd6897;
    color: #fff;
}

[dir="rtl"] .Table_btn:hover {
    border: 1px solid #f2f2f2;
    background: #fff;
    color: #bd6897;
}

[dir="rtl"] .Profile_dropdown .dropdown-item {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}

[dir="rtl"] .static_data strong {
    color: #504b4b;
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 34px;
}

[dir="rtl"] .modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
}

[dir="rtl"] .aiphotobox {
    background-color: #B2D2D1;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
}

[dir="rtl"] .moveinhead {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #1C3440;
    text-align: right;
}

[dir="rtl"] .aifinding ul {
    list-style: circle;
    text-align: right;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 14px 40px 15px 20px;
}

[dir="rtl"] .aifinding ul li p {
    margin: 0;
    font-size: 14px;
    text-align: right;
}

[dir="rtl"] .staticss_box span {
    color: #1C3440;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-align: right;
}

[dir="rtl"] .static_data {
    position: relative;
    z-index: 1;
}


[dir="rtl"] .table_topbtns {
    background-color: rgba(38, 202, 154, 1);
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px;
    display: block;
    border-radius: 12px;
}

[dir="rtl"] .check_toggle label::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    width: 26px;
    height: 15px;
    background-color: #cacaca;
    border-radius: 10px;
    transition: 0.5s all;
}

[dir="rtl"] .check_toggle label::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    right: auto;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 1;
    transition: 0.5s all;
}

[dir="rtl"] .check_toggle input:checked ~ label::before {
    left: 14px;
    right: auto;
    background-color: #fff;
}

[dir="rtl"] .check_toggle label {
    position: relative;
    display: flex;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
    width: 26px;
}

[dir="rtl"] .check_toggle {
    width: 100%;
}

[dir="rtl"] .check_toggle input:checked ~ label::after {
    background-color: #1C3440;
}

[dir="rtl"] .userdetails {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 14px;
}

[dir="rtl"] .userdetails_img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

[dir="rtl"] .userdetails_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

[dir="rtl"] .userdetails_main h2 {
    font-size: 18px;
    color: rgba(32, 30, 30, 1);
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

[dir="rtl"] .user_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

[dir="rtl"] .user_info span {
    font-size: 20px;
    color: rgba(33, 33, 33, 1);
    display: inline-block;
}

[dir="rtl"] .userdetails_main p {
    font-size: 13px;
    color: rgba(32, 30, 30, 1);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 23px;
    text-align: right;
}

[dir="rtl"] .another_detail {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    color: rgba(33, 33, 33, 1);
    text-align: right;
}

[dir="rtl"] .edit_btn {
    background: #1C3440;
    color: #fff !important;
    font-size: 13px;
    padding: 8px 14px;
    display: inline-flex;
    margin-right: 0;
    margin-left: 10px;
    border-radius: 4px;
    font-weight: 500;
    height: 34px;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .another_detail span {
    font-weight: 600;
}

[dir="rtl"] .filterdropdown button {
    border-radius: 50px;
    padding: 0;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-left: 0;
    background-color: #bd6897 !important;
    border: 0;
    box-shadow: unset !important;
}

[dir="rtl"] .filterdropdown .form-select,
[dir="rtl"] .filterdropdown .form-control {
    border-radius: 10px;
    height: 38px;
    padding: 0 8px;
    line-height: 26px;
    font-size: 13px;
    text-align: right;
}

[dir="rtl"] .ck-powered-by {
    display: none;
}

[dir="rtl"] .filterdropdown .form-design .form-group label {
    font-size: 13px;
    margin-bottom: 3px;
    padding-right: 0;
    text-align: right;
}

[dir="rtl"] .filterdropdown .form-design .form-group {
    margin-bottom: 5px;
}

[dir="rtl"] .filterdropdown .dropdown-menu::after {
    position: absolute;
    content: '';
    top: -11px;
    left: 14px;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
}

[dir="rtl"] .filterdropdown .dropdown-menu {
    transform: unset !important;
    top: 59px !important;
    left: -4px !important;
    right: auto !important;
    min-width: 180px;
    text-align: right;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0 -5px 16px #00000036;
    padding: 14px 2px;
}

[dir="rtl"] .post_img img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
}

[dir="rtl"] .post_img {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: -20px;
    margin-left: 0;
}

[dir="rtl"] .main_postbox .post_img:first-child {
    margin: 0;
}

[dir="rtl"] .main_postbox {
    display: flex;
}

[dir="rtl"] .followersbox_img {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

[dir="rtl"] .followersbox {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 10px;
    margin: 0;
    transition: 0.5s all;
}

[dir="rtl"] .followersbox:hover {
    transform: translateY(-10px);
}

[dir="rtl"] .followersbox_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

[dir="rtl"] .followersbox_main h2 {
    color: rgba(33, 33, 33, 1);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: right;
}

[dir="rtl"] .followersbox_main span {
    color: rgba(98, 98, 98, 1);
    display: block;
    font-size: 16px;
    text-align: right;
}

[dir="rtl"] .Following_btn {
    background: rgba(18, 16, 45, 1);
    color: #fff !important;
    padding: 10px 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border-radius: 50px;
}

[dir="rtl"] .Followback_btn {
    background: linear-gradient(90.45deg, #12102D 3.42%, #E51955 97.71%);
    color: #fff !important;
    padding: 10px 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border-radius: 50px;
}

[dir="rtl"] .unfriend_btn {
    border: 2px solid rgba(38, 202, 154, 1);
    color: rgba(38, 202, 154, 1) !important;
    padding: 10px 20px;
    border-radius: 50px;
}

[dir="rtl"] .postimg_preview img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

[dir="rtl"] .postimg_preview {
    height: 460px;
}

[dir="rtl"] .imgpopup .btn-close {
    position: absolute;
    left: -22px;
    right: auto;
    color: #fff !important;
    opacity: 1 !important;
    top: -21px;
    filter: invert(1);
}

[dir="rtl"] .back_btn {
    background: #1C3440;
    color: #fff !important;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

[dir="rtl"] .postchalleng_tabs .nav-tabs {
    border-bottom: 0;
    border-top: 2px solid rgba(217, 217, 217, 1);
}

[dir="rtl"] .postchalleng_tabs .nav-tabs .nav-link {
    background-color: transparent;
    padding: 15px 0;
    border: 0;
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: rgba(98, 98, 98, 1);
    font-size: 16px;
    font-weight: 450;
    border-top: 2px solid rgba(217, 217, 217, 1);
    border-radius: 0;
    margin-top: -2px;
    outline: 0 !important;
    flex-direction: row-reverse;
}

[dir="rtl"] .postchalleng_tabs .nav-tabs .nav-link img {
    margin-left: 6px;
    margin-right: 0;
    max-height: 22px;
}

[dir="rtl"] .postchalleng_tabs .nav-tabs .nav-link.active {
    border-top: 2px solid rgba(33, 33, 33, 1);
    color: rgba(33, 33, 33, 1);
}

[dir="rtl"] .postchalleng_tabs .nav-tabs .nav-link.active img {
    filter: brightness(0);
}

[dir="rtl"] .postchalleng_top {
    padding: 14px 10px;
}

[dir="rtl"] .postchalleng_pic {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

[dir="rtl"] .postchalleng_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[dir="rtl"] .postchalleng_details a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    display: block;
    color: rgba(33, 33, 33, 1) !important;
    text-align: right;
}

[dir="rtl"] .timeer {
    color: rgba(98, 98, 98, 1);
    font-size: 15px;
    font-weight: 450;
    display: inline-block;
}

[dir="rtl"] .postchalleng_drop button {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: unset !important;
    display: flex;
    align-items: center;
}

[dir="rtl"] .postchalleng_drop .dropdown-menu {
    transform: unset !important;
    top: 39px !important;
    left: -22px !important;
    right: auto !important;
    min-width: 100px;
    text-align: right;
    border: 0 !important;
    border-radius: 6px;
    box-shadow: 0 -5px 16px #00000036;
    padding: 11px 0;
}

[dir="rtl"] .postchalleng_drop .dropdown-menu a {
    font-size: 14px;
    padding: 3px 10px;
    display: block;
    text-align: right;
}

[dir="rtl"] .postchalleng_drop .dropdown-menu::after {
    position: absolute;
    content: '';
    top: -11px;
    left: 14px;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
}

[dir="rtl"] .postchalleng_imgbox {
    display: block;
    width: 100%;
    position: relative;
}

[dir="rtl"] .full_post {
    height: 400px;
}

[dir="rtl"] .view_chllngbtn {
    font-weight: 450;
    font-size: 16px;
    color: rgba(38, 202, 154, 1);
    text-align: right;
}

[dir="rtl"] .small_post {
    height: 200px;
}

[dir="rtl"] .postchalleng_imgbox>img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

[dir="rtl"] .likess img {
    margin-left: 4px;
    margin-right: 0;
}

[dir="rtl"] .likess {
    position: absolute;
    top: 20px;
    left: 0;
    right: auto;
    background: rgba(255, 63, 85, 1);
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    height: 28px;
    padding: 5px 8px 5px 5px;
    color: #fff;
    font-size: 14px;
}

[dir="rtl"] .comment_top {
    border-bottom: 1px solid rgba(239, 243, 244, 1);
    padding: 16px 10px;
    align-items: center;
}

[dir="rtl"] .commnet_vew {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: rgba(98, 98, 98, 1) !important;
    flex-direction: row-reverse;
}

[dir="rtl"] .commnet_vew img {
    margin-left: 10px;
    margin-right: 0;
    max-width: 20px;
}

[dir="rtl"] .bookmark_btn img {
    max-width: 15px;
}

[dir="rtl"] .comment_bottom {
    padding: 10px 10px 15px;
}

[dir="rtl"] .comnetname {
    display: flex;
    font-weight: 700;
    font-size: 17px;
    color: rgba(33, 33, 33, 1);
    margin-bottom: 5px;
    flex-direction: row-reverse;
}

[dir="rtl"] .comnetparra p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    line-height: 20px;
    margin: 0;
    text-align: right;
}

[dir="rtl"] .comnetparra {
    margin-bottom: 10px;
}

[dir="rtl"] .comnetname .userid {
    font-weight: 400;
    margin-right: 6px;
    margin-left: 0;
}

[dir="rtl"] .hashtag_part a {
    color: rgba(0, 122, 255, 1);
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

[dir="rtl"] .hashtag_part {
    margin-bottom: 8px;
    margin-top: -4px;
    text-align: right;
}

[dir="rtl"] .comment_type .form-control {
    height: 38px;
    border-radius: 30px;
    background: rgba(239, 239, 239, 1);
    border: 0;
    font-size: 16px;
    font-weight: 400;
    box-shadow: unset;
    line-height: 18px;
    width: 100%;
    padding: 10px 20px;
    text-align: right;
}

[dir="rtl"] .view_comment a {
    color: rgba(33, 33, 33, 1);
    font-size: 16px;
    font-weight: 450;
    display: inline-block;
}

[dir="rtl"] .comment_type {
    margin-bottom: 8px;
}

[dir="rtl"] .emoji {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: unset;
    position: absolute;
    left: 11px;
    right: auto;
    top: 4px;
}

[dir="rtl"] .times_main {
    display: flex;
    align-items: center;
}

[dir="rtl"] .timees_up {
    font-size: 15px;
    font-weight: 450;
    color: rgba(255, 0, 0, 1);
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    flex-direction: row-reverse;
}

[dir="rtl"] .timees_up img {
    margin-left: 4px;
    margin-right: 0;
}

[dir="rtl"] .staticss_box {
    border-radius: 10px;
    padding: 20px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: block;
}

[dir="rtl"] .staticss_box1 {
    background-color: #1C3440;
}

[dir="rtl"] .toggle_btns {
    display: none;
}

[dir="rtl"] .logo_table {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

[dir="rtl"] .logo_table img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

[dir="rtl"] .logoshow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

[dir="rtl"] .logoshow img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

[dir="rtl"] .comman_tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 25px;
    border: 0 !important;
    border-radius: 6px !important;
    background-color: #fff;
    color: #495057;
    outline: 0 !important;
}

[dir="rtl"] .comman_tabs .nav-link.active {
    background-color: #1C3440;
    color: #fff;
}

[dir="rtl"] .comman_tabs .nav-tabs .nav-item {
    margin-left: 15px;
    margin-right: 0;
}

[dir="rtl"] .comman_tabs .nav-tabs {
    margin-right: 1px;
    margin-left: 0;
    margin-bottom: 20px;
}

[dir="rtl"] .editicon {
    background-color: #fff;
    position: absolute;
    bottom: 6px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    border-radius: 50px;
    font-size: 11px;
    left: 6px;
    right: auto;
}

[dir="rtl"] .form-select {
    border: 1px solid rgb(175 175 175 / 56%) !important;
    border-radius: 12px;
    height: 48px;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    text-align: right;
    padding-left: 30px;
    padding-right: 12px;
}

[dir="rtl"] .addpart_btn a {
    background-color: #bd6897;
    color: #fff;
    font-size: 12px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

[dir="rtl"] .accpt {
    background-color: #57b957;
    color: #fff !important;
    font-size: 12px;
    display: inline-block;
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 4px;
    height: 22px;
}

[dir="rtl"] .addpart_btn a i {
    margin-left: 5px;
    /* margin-right: 0; */
}

[dir="rtl"] .rjet {
    background-color: #f20;
    color: #fff !important;
    font-size: 12px;
    display: inline-block;
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 4px;
    border-radius: 4px;
    height: 22px;
}

[dir="rtl"] .League_select {
    margin-right: 10px;
    margin-left: 0;
}

[dir="rtl"] .League_select .form-select {
    font-size: 13px;
    border: 2px solid rgba(239, 239, 239, 1) !important;
    border-radius: 6px;
    height: 38px;
    padding: 0 10px 0 34px;
    line-height: 20px;
    text-align: right;
}

[dir="rtl"] .comman_border_design {
    border: 1px solid #E0E0E0;
    margin: 0;
    border-radius: 12px;
    padding: 30px 7px 15px;
}

[dir="rtl"] .sales-form-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #051036;
    line-height: 16px;
    margin-bottom: 18px;
    text-align: right;
}

[dir="rtl"] .form-design .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(32, 30, 30, 1);
    margin-bottom: 5px;
    padding-right: 0;
    text-transform: capitalize;
    text-align: right;
}

[dir="rtl"] .reject_modal {
    text-align: center;
    padding: 40px 30px;
}

[dir="rtl"] .reject_modal>img {
    max-width: 120px;
    margin-bottom: 20px;
}

[dir="rtl"] .file_iconss {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ECF2F7;
}

[dir="rtl"] .reject_modal h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: right;
}

[dir="rtl"] .file_upload {
    border: 1px dashed #E0E0E0;
    border-radius: 10px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

[dir="rtl"] .file_upload span {
    font-size: 10px;
    color: #6E7594;
    display: block;
    margin-top: 6px;
}

[dir="rtl"] .file_iconss img {
    max-width: 27px;
}

[dir="rtl"] .Files_uploaded_namee a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: rgba(32, 30, 30, 1);
    text-align: right;
}

[dir="rtl"] .comman_tabs .comman_inner_tabs .nav-link {
    font-size: 14px;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 10px !important;
    background-color: #f2f2f2;
}

[dir="rtl"] .comman_tabs .comman_inner_tabs .nav-link.active {
    background-color: #1C3440;
}

[dir="rtl"] .comman_tabs .comman_inner_tabs .nav-tabs {
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
}

[dir="rtl"] .playoff_box {
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: rgba(239, 239, 239, 1);
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
}

[dir="rtl"] .playooff_mathes .playoff_box:first-child {
    margin-bottom: 25px;
}

[dir="rtl"] .playoff_1 {
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 0;
}

[dir="rtl"] .playooff_mathes {
    position: relative;
    background-color: #fff;
}

[dir="rtl"] .playoff_2 {
    margin-right: 40px;
    margin-left: 0;
    background-color: transparent;
}

[dir="rtl"] .team_name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 239, 239, 1);
    height: 28px;
    width: 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 0;
}

[dir="rtl"] .boxxinner_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

[dir="rtl"] .playoff_1::after {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 64%;
    width: 2px;
    background-color: rgba(239, 239, 239, 1);
    top: 50%;
    transform: translateY(-50%);
}

[dir="rtl"] .playooff_main_2 {
    position: relative;
    width: 100%;
    transform: translateY(-18px);
}

[dir="rtl"] .playooff_main_2::before {
    position: absolute;
    content: '';
    right: -26px;
    left: auto;
    height: 2px;
    width: 71%;
    background-color: rgba(239, 239, 239, 1);
    top: -20px;
}

[dir="rtl"] .playooff_main_2::after {
    position: absolute;
    content: '';
    right: -26px;
    left: auto;
    height: 2px;
    width: 71%;
    background-color: rgba(239, 239, 239, 1);
    bottom: -20px;
}

[dir="rtl"] .playoff_box::after {
    position: absolute;
    content: '';
    left: -40px;
    right: auto;
    height: 2px;
    width: 55px;
    background-color: rgba(239, 239, 239, 1);
    top: 50%;
    transform: translateY(-50%);
}

[dir="rtl"] .playoff_2::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 16%;
    width: 2px;
    background-color: rgba(239, 239, 239, 1);
    right: 0;
    margin: 0 auto;
    top: -18px;
}

[dir="rtl"] .playoff_2::after {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 16%;
    width: 2px;
    background-color: rgba(239, 239, 239, 1);
    right: 0;
    margin: 0 auto;
    bottom: -18px;
}

[dir="rtl"] .linee {
    position: absolute;
    content: '';
    left: -40px;
    right: auto;
    height: 64%;
    width: 2px;
    background-color: rgba(239, 239, 239, 1);
    top: 50%;
    transform: translateY(-50%);
}

[dir="rtl"] .final_play .playooff_main_2::before {
    right: 16px;
    left: auto;
    height: 2px;
    width: 52%;
    top: -94px;
}

[dir="rtl"] .final_play .playoff_2::before {
    left: 0;
    right: auto;
    height: 86%;
    width: 2px;
    right: 0;
    top: -94px;
}

[dir="rtl"] .final_play .playooff_main_2::after {
    bottom: -20px;
    right: 16px;
    left: auto;
    height: 2px;
    width: 52%;
    bottom: -94px;
}

[dir="rtl"] .final_play .playoff_2::after {
    left: 0;
    right: auto;
    height: 86%;
    width: 2px;
    right: 0;
    bottom: -92px;
}

[dir="rtl"] .trophy_bxo {
    display: flex;
    align-items: center;
}

[dir="rtl"] .trophy_bxo .playooff_main {
    width: 100%;
    margin-right: 60px;
    margin-left: 0;
    position: relative;
}

[dir="rtl"] .trophy_bxo .playoff_box::after {
    right: -46px;
    left: auto;
    height: 2px;
    width: 55px;
}

[dir="rtl"] .winner {
    max-width: 150px;
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

[dir="rtl"] .trophy_bxo .playooff_mathes {
    margin-top: -35px;
}

[dir="rtl"] .certificate-img img {
    width: 100%;
}

[dir="rtl"] .fiterbutton a {
    border-radius: 12px;
    padding: 0;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 0;
    background-color: #1C3440 !important;
    border: 0;
    color: #fff !important;
    box-shadow: unset !important;
}

[dir="rtl"] .filterdropdown .form-design .checkbox_main label {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 450;
    text-align: right;
}

[dir="rtl"] .checkbox_main label::before {
    position: absolute;
    content: '';
    top: 3px;
    right: 3px;
    left: auto;
    background-image: url(../img/tick.png);
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all;
    opacity: 0;
}

[dir="rtl"] .winnerpeople {
    color: #1C3440;
    font-size: 20px;
    position: absolute;
    bottom: -37px;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: 600;
}

[dir="rtl"] .checkbox_main label::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 0px;
    left: auto;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 3px;
}

[dir="rtl"] .checkbox_main input:checked ~ label::before {
    opacity: 1;
}

[dir="rtl"] .fitermoddel .modal-content {
    border-radius: 10px;
}

[dir="rtl"] .fitermoddel .modal-dialog {
    max-width: 700px;
}

[dir="rtl"] .fitermoddel .form-design .form-group .form-select,
[dir="rtl"] .fitermoddel .form-design .form-group .form-control {
    border-radius: 6px;
    height: 38px;
    padding: 0 10px;
    line-height: 27px;
    font-size: 13px;
    text-align: right;
}

[dir="rtl"] .fitermoddel .form-design .form-group label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(32, 30, 30, 1);
    margin-bottom: 3px;
    padding-right: 0;
    text-transform: capitalize;
    text-align: right;
}

[dir="rtl"] .fitermoddel .comman_btn {
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 6px;
}

[dir="rtl"] .fitermoddel .form-design .checkbox_main label {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 450;
    text-align: right;
}

[dir="rtl"] .fitermoddel .form-design .checkbox_main label::after {
    top: 1px;
    right: 0px;
    left: auto;
    height: 15px;
    width: 15px;
    border-radius: 3px;
}

[dir="rtl"] .fitermoddel .form-design .checkbox_main label::before {
    top: 1px;
    right: 1px;
    left: auto;
}

[dir="rtl"] .act_commisnior .form-design .form-group label {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
}

[dir="rtl"] .act_commisnior .modal-title {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

[dir="rtl"] .act_commisnior .modal-dialog {
    max-width: 350px;
}

[dir="rtl"] .act_commisnior .form-design .form-group .form-control {
    border-radius: 6px;
    height: 44px;
    padding: 0 15px;
    line-height: 27px;
    font-size: 14px;
    text-align: right;
}

[dir="rtl"] .act_commisnior .comman_btn {
    font-size: 15px;
}

[dir="rtl"] .translation-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 128px;
    margin: 0 8px;
    border-radius: 10px;
    padding: 0;
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #ffffff;
    height: 50px;
    flex-direction: row-reverse;
}

[dir="rtl"] .translation-links a img {
    margin-left: 10px;
    margin-right: 0;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    object-fit: cover;
}

[dir="rtl"] .flag-lists_in.active a {
    background-color: #1C3440;
    color: #fff;
    border-color: #1C3440;
}

[dir="rtl"] .language_change img {
    max-width: 100%;
    width: 30px;
    object-fit: cover;
    height: 30px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 0;
}

[dir="rtl"] .language_change {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(32, 30, 30, 1);
    flex-direction: row-reverse;
}

[dir="rtl"] .heading_dashbord h1 {
    font-weight: 900;
    color: #1C3440;
    font-size: 36px;
    text-align: right;
}

[dir="rtl"] .heading_dashbord {
    font-weight: 900;
}

[dir="rtl"] .pagename {
    color: #95BFE5;
    font-weight: 900;
    font-size: 22px;
    text-align: right;
}

[dir="rtl"] .Playoff_tourname {
    background: #95BFE5;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #241F20;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
}

[dir="rtl"] .rounde_design {
    display: inline-flex;
    border: 0.71px solid #95BFE5;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: #fff;
    border-radius: 13px;
    height: 25px;
    padding: 0 10px;
    background: #241F20;
    z-index: 1;
    position: relative;
}

[dir="rtl"] .rounde_design span {
    background: #95BFE5;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    font-size: 14.29px;
    font-weight: 600;
    line-height: 17.41px;
    color: #241F20;
    margin-right: 5px;
    margin-left: 0;
}

[dir="rtl"] .Playoff_teams4 {
    background: #221D1B;
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

[dir="rtl"] .Playoff_teams2 {
    background: #221D1B;
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

[dir="rtl"] .Playoff_teams4_box {
    background: #003087;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 78px;
}

[dir="rtl"] .Playoff_col {
    width: 38%;
}

[dir="rtl"] .Playoff_teams4_left {
    width: 42%;
    position: relative;
}

[dir="rtl"] .Playoff_teams4_left .Playoff_teams4_box:first-child {
    border-radius: 12px 12px 0 0;
    border-bottom: 0.43px dashed #BFBFBF;
}

[dir="rtl"] .Playoff_teams4_left .Playoff_teams4_box:nth-child(2) {
    border-radius: 0 0 12px 12px;
}

[dir="rtl"] .Playoff_teams4_left::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -10px;
    left: auto;
    background-color: #221D1B;
    height: 19px;
    width: 19px;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: 1;
}

[dir="rtl"] .Playoff_teams4_left::before {
    position: absolute;
    content: '';
    top: 50%;
    right: auto;
    left: -10px;
    background-color: #221D1B;
    height: 19px;
    width: 19px;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: 1;
}

[dir="rtl"] .Playoff_teams2_box {
    background: #6F0F3B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 61px;
    border-radius: 12px;
    width: 100%;
}

[dir="rtl"] .Playoff_teams2_left {
    width: 42%;
    position: relative;
}

[dir="rtl"] .border_design {
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

[dir="rtl"] .border_design span {
    background-color: #95BFE5;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

[dir="rtl"] .border_design::after {
    position: absolute;
    content: '';
    top: 9px;
    right: 2px;
    left: 0;
    z-index: 1;
    height: 83px;
    border-right: 0.43px dashed #BFBFBF;
    margin: 0 auto;
    width: 1px;
}

[dir="rtl"] .Playoff_teams2 .border_design::after {
    height: 42px;
}

[dir="rtl"] .Playoff_teams2::after {
    position: absolute;
    content: '';
    bottom: -35px;
    right: 2px;
    left: 0;
    z-index: 1;
    height: 1px;
    border-bottom: 0.43px dashed #BFBFBF;
    margin: 0 auto;
    width: 201px;
}

[dir="rtl"] .roundd3 {
    padding-top: 80px;
    position: relative;
}

[dir="rtl"] .roundd3::after {
    position: absolute;
    content: '';
    top: -11px;
    right: 2px;
    left: 0;
    z-index: 1;
    height: 92px;
    border-right: 0.43px dashed #BFBFBF;
    margin: 0 auto;
    width: 1px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams4 {
    margin-top: 65px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams4 .border_design {
    top: -6px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams4 .border_design::after {
    top: -79px;
    z-index: 1;
    height: 83px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams2 .border_design {
    top: -6px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams2 .border_design::after {
    top: -39px;
    z-index: 1;
    height: 42px;
}

[dir="rtl"] .Playoff_bottom .Playoff_teams2::after {
    top: -35px;
    bottom: auto;
    width: 201px;
}

[dir="rtl"] .drawdesign {
    background-color: #241F20;
}

[dir="rtl"] .Playoff_teamswinner {
    background: #221D1B;
    border-radius: 12px;
    padding: 10px 10px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    margin-bottom: 120px;
}

[dir="rtl"] .Playoff_teamswinner::after {
    position: absolute;
    content: '';
    top: 79px;
    right: 2px;
    left: 0;
    z-index: 1;
    height: 95px;
    border-right: 0.43px dashed #BFBFBF;
    margin: 0 auto;
    width: 1px;
}

[dir="rtl"] .teamswinner_box span {
    display: block;
    color: aliceblue;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 2px;
}

[dir="rtl"] .teamswinner_box {
    border-radius: 12px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6F0F3B;
    padding: 0 30px;
}

[dir="rtl"] .dashboarddesign {
    background: #bd6897;
    border-radius: 10px;
    padding: 30px 30px;
    height: 270px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

[dir="rtl"] .dashboarddesign h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: right;
}

[dir="rtl"] .dashboarddesign p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-align: right;
}

[dir="rtl"] .viewprofilee {
    background-color: #fff;
    font-size: 14px;
    padding: 9px 20px;
    display: inline-flex;
    margin-top: 100px;
    border-radius: 50px;
    font-weight: 600;
    color: #1C3440;
}

[dir="rtl"] .dashboarddesign img {
    max-width: 210px;
    position: absolute;
    left: 20px;
    right: auto;
    bottom: -18px;
}

[dir="rtl"] .rounded-12 {
    border-radius: 12px;
}

[dir="rtl"] .chat-box {
    width: 100%;
    height: calc(100vh - 130px);
    background: white;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[dir="rtl"] .chatpic {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}

[dir="rtl"] .chatpic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

[dir="rtl"] .chat-header {
    background: #4facfe;
    color: white;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

[dir="rtl"] .chat-body {
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    height: calc(100vh - 200px);
    width: 75%;
}

[dir="rtl"] .chatleftpart {
    width: 30%;
    background: #4facfe;
    padding: 20px 12px;
    overflow-y: auto;
    height: calc(100vh - 200px);
}

[dir="rtl"] .chatleftlink {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px 30px 12px 16px;
    transition: 0.3s ease-in-out;
    margin-bottom: 10px;
    flex-direction: row-reverse;
}

[dir="rtl"] .chatleftlink:hover {
    background-color: #fff;
}

[dir="rtl"] .chatleftlink.active {
    background-color: #fff;
}

[dir="rtl"] .chatleftpart::-webkit-scrollbar {
    display: none;
}

[dir="rtl"] .chatleftlink:hover .chatusrname {
    color: #000;
}

[dir="rtl"] .chatleftlink.active .chatusrname {
    color: #000;
}

[dir="rtl"] .chatusr img {
    max-width: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-right: -16px;
    margin-left: 0;
}

[dir="rtl"] .chatusrname {
    width: 80%;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    padding-left: 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-align: right;
}

[dir="rtl"] .message {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

[dir="rtl"] .mainchat {
    width: 92%;
    margin-right: 10px;
    margin-left: 0;
}

[dir="rtl"] .user-message {
    align-self: flex-end;
}

[dir="rtl"] .admin-message {
    align-self: flex-start;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

[dir="rtl"] .bubble {
    padding: 15px 20px;
    border-radius: 8px;
    word-wrap: break-word;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: right;
}

[dir="rtl"] .user-message .bubble {
    background: linear-gradient(to left, #ffecd2, #fcb69f);
    color: #333;
}

[dir="rtl"] .admin-message .bubble {
    background: linear-gradient(to left, #a1c4fd, #c2e9fb);
    color: #333;
}

[dir="rtl"] .timestamp {
    font-size: 11px;
    color: #888;
    margin-top: 5px;
    text-align: right;
}

[dir="rtl"] .chat-body::-webkit-scrollbar {
    width: 6px;
}

[dir="rtl"] .chat-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

[dir="rtl"] .modal-header {
    background-color: #1C3440;
}

[dir="rtl"] .modal-content {
    border-radius: 15px;
}

[dir="rtl"] .user-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Checkbox Container RTL */
[dir="rtl"] .checkbox-container {
    display: block;
    position: relative;
    padding-right: 35px;
    padding-left: 0;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    text-align: right;
}

/* Hide default checkbox */
[dir="rtl"] .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox style RTL */
[dir="rtl"] .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 6px;
    transition: background-color 0.3s;
}

/* On hover RTL */
[dir="rtl"] .checkbox-container:hover input ~ .checkmark {
    background-color: #f5b07d;
}

/* When checked RTL */
[dir="rtl"] .checkbox-container input:checked ~ .checkmark {
    background-color: #ff6600;
}

/* Checkmark (tick) RTL */
[dir="rtl"] .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show checkmark when checked RTL */
[dir="rtl"] .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

[dir="rtl"] .chatinner {
    display: flex;
}

/* Checkmark style RTL */
[dir="rtl"] .checkbox-container .checkmark:after {
    right: 7px;
    left: auto;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

[dir="rtl"] .admin_siderbarr ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

[dir="rtl"] #accountSubmenu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    background: #fff;
}

[dir="rtl"] #accountSubmenu li a {
    color: #1C3440;
    font-size: 14px;
    margin: 0 !important;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
    text-align: right;
}

[dir="rtl"] #accountSubmenu.show {
    max-height: 200px;
}

[dir="rtl"] #accountSubmenu1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    width: 100%;
}

[dir="rtl"] #accountSubmenu1 li a {
    color: #1C3440;
    font-size: 14px;
    margin: 0 !important;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
    text-align: right;
}

[dir="rtl"] #accountSubmenu1.show {
    max-height: 200px;
}

[dir="rtl"] .has-submenu {
    display: flex;
    flex-wrap: wrap;
}

[dir="rtl"] .has-submenu>a {
    width: 85%;
}

[dir="rtl"] .submenu-toggle {
    cursor: pointer;
    width: 15%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 100%;
    left: auto;
}

[dir="rtl"] .admin_siderbarr a span.fas.fa-caret-down {
    position: absolute;
    right: auto;
    left: 100%;
    margin: 0;
    font-size: 20px;
}

[dir="rtl"] .modal-header {
    background-color: #bd6897;
    color: #fff;
}

[dir="rtl"] .admin_siderbarr a.active ~ .submenu-toggle {
    background-color: #fff;
    color: #2d2d2d;
}

[dir="rtl"] .modal-content {
    border-radius: 6px;
    border: 0;
    overflow: hidden;
}

[dir="rtl"] .table_select {
    width: 100px;
    height: 37px;
    border-radius: 6px;
    padding: 0 12px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 21px;
}

[dir="rtl"] .notificationhead {
    height: 42px;
    width: 42px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #bd6897;
    font-size: 20px;
    position: relative;
}

[dir="rtl"] .notificationhead i {
    transform-origin: top center;
    animation: ring 2s infinite;
}

[dir="rtl"] .staticss_box i {
    color: #bd6897 !important;
    font-size: 30px;
    position: absolute;
    right: 18px;
    left: auto;
    bottom: 18px;
}

@keyframes ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(-15deg); }
    20% { transform: rotate(10deg); }
    30% { transform: rotate(-7deg); }
    40% { transform: rotate(4deg); }
    50% { transform: rotate(-2deg); }
    60% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

[dir="rtl"] span.select2-selection.select2-selection--multiple {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%) !important;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 10px;
}

[dir="rtl"] textarea.select2-search__field {
    margin: 0 !important;
    text-align: right;
}

[dir="rtl"] span.select2-search.select2-search--inline {
    display: inline-flex;
    align-items: center;
}

[dir="rtl"] li.select2-selection__choice {
    margin-top: 0 !important;
}

/* RTL Media Queries */
@media (max-width: 1279px) {
    [dir="rtl"] .login_page_form {
        border-radius: 24px;
        padding: 30px 40px;
    }
    
    [dir="rtl"] .formheader img {
        max-width: 130px;
    }
    
    [dir="rtl"] .formheader h1 {
        font-weight: 800;
        font-size: 22px;
        margin-bottom: 4px;
        text-align: right;
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .admin_siderbarr {
        padding: 30px 15px;
        right: 0;
    }
    
    [dir="rtl"] .admin_siderbarr a {
        padding: 11px 14px;
        border-radius: 10px;
        font-size: 15px;
        text-align: right;
    }
    
    [dir="rtl"] .admin_contentpart {
        padding: 20px 20px;
    }
    
    [dir="rtl"] .static_data strong {
        font-size: 30px;
        line-height: 24px;
        text-align: left;
    }
    
    [dir="rtl"] .staticss_box span {
        font-size: 15px;
        margin-bottom: 20px;
        text-align: right;
    }
    
    [dir="rtl"] .staticss_box {
        border-radius: 10px;
        padding: 20px 20px;
    }
}

@media (max-width: 1023px) {
    [dir="rtl"] body,
    [dir="rtl"] html {
        overflow-y: auto;
    }
    
    [dir="rtl"] .admin_contentpart {
        padding: 30px;
        overflow: unset;
        width: 100%;
        height: auto;
    }
    
    [dir="rtl"] .admin_siderbarr {
        position: fixed;
        z-index: 999999;
        height: calc(100vh - 55px);
        width: 30%;
        transition: 0.5s all;
        box-shadow: 0 3.5rem 1rem rgba(0, 0, 0, .15)!important;
        right: -100%;
        left: auto;
    }
    
    [dir="rtl"] .toggle_btns {
        display: block;
    }
    
    [dir="rtl"] .admin_siderbarr.showw {
        right: 0;
        left: auto;
    }
    
    [dir="rtl"] .toggle_btns {
        display: flex;
        margin-right: 13px;
        margin-left: 0;
        font-size: 18px;
        color: #1C3440;
        align-items: center;
    }
    
    [dir="rtl"] .userdetails_img {
        height: 100px;
        width: 100px;
        border-radius: 10px;
    }
    
    [dir="rtl"] .userdetails_main h2 {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 30px;
        text-align: right;
    }
    
    [dir="rtl"] .edit_btn {
        font-size: 14px;
        padding: 6px 20px;
        margin-right: 10px;
        margin-left: 0;
        border-radius: 50px;
        height: 32px;
    }
    
    [dir="rtl"] .userdetails_main p {
        font-size: 15px;
        text-align: right;
    }
    
    [dir="rtl"] .form_commanbtn {
        font-size: 15px;
        padding: 10px 28px;
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .login_page {
        padding: 0;
    }
    
    [dir="rtl"] .login_page_form {
        border-radius: 4px;
        padding: 20px 20px;
    }
    
    [dir="rtl"] .formheader p {
        font-size: 15px;
        text-align: right;
    }
    
    [dir="rtl"] .admin_contentpart {
        padding: 20px;
    }
    
    [dir="rtl"] .staticss_box {
        border-radius: 8px;
        padding: 20px 20px;
        margin-bottom: 18px;
    }
    
    [dir="rtl"] .headleft h2 {
        font-size: 17px;
        text-align: right;
    }
    
    [dir="rtl"] .searchh_box {
        width: 100%;
    }
    
    [dir="rtl"] .searchh_box .form-control {
        border: 0;
        border-radius: 8px;
        height: 40px;
        padding: 0 18px;
        text-align: right;
        padding-left: 40px;
        padding-right: 16px;
    }
    
    [dir="rtl"] .table thead th,
    [dir="rtl"] .table thead td {
        font-size: 14px;
        padding: 8px 14px;
        text-align: right;
    }
    
    [dir="rtl"] .comman_design {
        border-radius: 8px;
    }
    
    [dir="rtl"] .staticss_box span {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: right;
    }
    
    [dir="rtl"] .static_data strong {
        font-size: 34px;
        line-height: 34px;
        text-align: left;
    }
    
    [dir="rtl"] .Table_btn {
        height: 26px;
        width: 26px;
        border-radius: 8px;
        font-size: 10px;
    }
    
    [dir="rtl"] .admin_siderbarr.showw {
        width: 80%;
    }
    
    [dir="rtl"] .back_btn {
        height: 30px;
        width: 30px;
        border-radius: 8px;
        font-size: 13px;
    }
    
    [dir="rtl"] .filterdropdown button {
        border-radius: 8px;
        height: 40px;
        width: 40px;
        font-size: 14px;
        margin-right: 10px;
        margin-left: 0;
    }
    
    [dir="rtl"] .userdetails {
        border-radius: 8px;
        padding: 20px 6px;
        position: relative;
    }
    
    [dir="rtl"] .form_commanbtn {
        font-size: 15px;
        padding: 8px 18px;
        border-radius: 8px;
    }
    
    [dir="rtl"] .userdetails_img {
        height: 90px;
        width: 90px;
        border-radius: 8px;
        margin: 0 auto 20px;
    }
    
    [dir="rtl"] .userdetails_main {
        text-align: center;
    }
    
    [dir="rtl"] .userdetails_main h2 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 28px;
        display: block;
        text-align: center;
    }
    
    [dir="rtl"] .edit_btn {
        font-size: 12px;
        padding: 2px 8px;
        margin-right: 0;
        border-radius: 4px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 8px;
        left: 8px;
        right: auto;
    }
    
    [dir="rtl"] .admin_siderbarr a {
        padding: 0 14px;
        border-radius: 10px;
        font-size: 15px;
        align-items: center;
        height: 42px;
        line-height: 42px;
        text-align: right;
    }
}

/* Additional RTL Utilities */
[dir="rtl"] .start-0 {
    right: 0 !important;
    left: auto !important;
}

[dir="rtl"] .end-0 {
    left: 0 !important;
    right: auto !important;
}

[dir="rtl"] .me-1, [dir="rtl"] .me-2, [dir="rtl"] .me-3, [dir="rtl"] .me-4, [dir="rtl"] .me-5 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

[dir="rtl"] .ms-1, [dir="rtl"] .ms-2, [dir="rtl"] .ms-3, [dir="rtl"] .ms-4, [dir="rtl"] .ms-5 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}

[dir="rtl"] .pe-1, [dir="rtl"] .pe-2, [dir="rtl"] .pe-3, [dir="rtl"] .pe-4, [dir="rtl"] .pe-5 {
    /* padding-left: 0.25rem !important; */
    padding-right: 0 !important;
}

[dir="rtl"] .ps-1, [dir="rtl"] .ps-2, [dir="rtl"] .ps-3, [dir="rtl"] .ps-4, [dir="rtl"] .ps-5 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
}

/* Form elements RTL alignment */
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select {
    text-align: right;
}

/* Toast container RTL positioning */
[dir="rtl"] .Toastify__toast-container--top-left {
    left: 1em;
    right: auto;
}

[dir="rtl"] .Toastify__toast-container--top-right {
    right: 1em;
    left: auto;
}

/* Button text alignment for RTL */
[dir="rtl"] .btn {
    text-align: center;
}