/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #19204C;
	overflow-x: hidden;
	padding: 0 0;
}

a:hover {
	color: #19204C;
}

a,
a:hover {
	text-decoration: none;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* custom scroll */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(50, 96, 235, 0.03);
	background-color: #aaaaaa;
}

::-webkit-scrollbar {
	width: 1.5px;
	height: 1.5px;
	background-color: #aaaaaa;
}

::-webkit-scrollbar-thumb {
	background-color: #325FEB;
	border: 1px solid #325FEB;
}

/* custom scroll [END] */
main {
	padding: 0;
}
body.active-sidebar {
    overflow: hidden;
}
#wrapper {
	display: flex;
	padding: 30px;
}

#sidebar-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	height: calc(100dvh - 60px);
	margin: 30px 30px 30px 30px;
	z-index: 3;
	transform: translateX(0px);
	transition: margin 0.35s ease-out;
}

.sidebar-wrapper-body {
	background: #FFFFFF12;
	border: 1px solid #FFFFFF1A;
	backdrop-filter: blur(104px);

	display: flex;
	flex-flow: column;
	border-radius: 15px;
	padding: 20px;
	width: 100%;
	min-width: 300px;
	height: 100%;
	background-color: #19204C;
}

.admin-brand {
	object-fit: contain;
}

.admin-brand {
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: fit-content;
}

.brand-brdr {
	display: block;
	text-align: center;
}

.sidebar-menu {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	gap: 50px;
	padding: 36px 0 0;
}

.sidebar-menu ul {
	overflow: hidden;
	overflow-y: auto;
/*	height: calc(100% - 250px);*/
	margin-bottom: 230px;
}

.sidebar-menu ul li {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #FFFFFF1A;
}

.sidebar-menu ul li a {
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 500;
	font-size: 16px;
	color: #FFF;
}

.sidebar-menu ul li a.active .menu-icon,
.sidebar-menu ul li a:hover .menu-icon {
	background: #2E63FD;
}

.sidebar-menu ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

#scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: transparent;
}

#scroll::-webkit-scrollbar {
	width: 1px;
	background-color: transparent;
}

#scroll::-webkit-scrollbar-thumb {
	background-color: transparent;
	border: 1px solid transparent;
}

.menu-icon {
	background: #69EADE11;
	box-shadow: -1.44px 1.44px 1.44px 0px #54BBB156 inset, -0.72px 0.72px 0.72px 0px #FFFFFF56 inset, 1.44px -1.44px 1.44px 0px #FFFFFF56 inset, 0.72px -0.72px 0.72px 0px #54BBB156 inset;
	backdrop-filter: blur(15.04800033569336px);
	width: 42px;
	min-width: 42px;
	height: 42px;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logout-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #325FEB;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	margin: 50px 20px 20px;
}

.logout-btn img {
	width: 45px;
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
}

.user-dtls a {
	font-weight: 500;
	font-size: 15px;
	color: #FFF;
	background: none;
	border: none;
	display: block;
	transition: 0.3s ease-in-out;
}

.user-dtls h4 {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 3px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-dtls a {
	font-weight: 500;
	font-size: 15px;
	color: #FFF;
	background: none;
	border: none;
	display: block;
	transition: 0.3s ease-in-out;
}

.close-arrow-btn {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	border: none;
	border-radius: 50%;
	display: none;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 78px;
	right: -12px;
	transition: margin 0.3s ease-out;
}

#page-content-wrapper {
	width: 100%;
	overflow-x: hidden;
	margin-left: 330px;
	transition: margin 0.35s ease-out;

}

.content-container {
	padding: 0 0 0 0;
	position: relative;
}

.admin-nav {
	background: #19204C;
	border: 1px solid #FFFFFF1A;
	padding: 25px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	position: relative;
	border-radius: 16px;
	box-shadow: 0px 0px 24px 0px #0000001A;
}

.admin-lft {
	display: flex;
	align-items: center;
	grid-gap: 3px;
	flex-flow: row-reverse;
}

.admin-lft h1 {
	font-weight: 600;
	font-size: 34px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.side-arrow-btn {
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	display: none;
}

.admin-rgt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 20px;
	width: 60%;
}

.admin-rgt form {
	width: 50%;
}

.admin-rgt .form-group {
	margin: 0;
	position: relative;
	width: 100%;
}

.admin-rgt .form-group span {
	position: absolute;
	top: 0;
	left: 0;
	margin: 13px 10px;
}

.admin-rgt .form-group span button {
	background-color: transparent;
	border: unset;
	outline: none;
}

.admin-rgt .form-group .form-control {
	background: #FFFFFF0F;
	border: 1px solid #DDDDDD4D;
	border-radius: 15px;
	padding: 14px 14px 14px 53px;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	color: #FFF;
}

.admin-rgt .form-group .form-control::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.admin-rgt .form-group .form-control:focus {
	box-shadow: none;
	border-color: #FFF;
}

.sche-frm .form-control:focus {
	box-shadow: none;
	border-color: #2E63FD;
}

#mobview,
.mob-search-btn {
	display: none;
}

.notify-btn {
	background: #FFFFFF0F;
	border: 1px solid #FFFFFF1A;
	width: 52px;
	min-width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease-in;
}

.comn-btn {
	padding: 12px 20px;
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	background-position: top;
	color: #19204C;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
	border: 0;
}

.comn-btn:hover {
	background-position: bottom;
	/* shift to bottom */
	background: linear-gradient(180deg, #FFDE03 100%, #FF7200 0%);
	color: #19204C;
}

.comn-btn span {
	font-weight: 700;
	font-size: 18px;
}

/* --------------- common-sidebar --------------- */
.main-side-area {
	position: relative;
}

.left-side-area {
	position: fixed;
	inset: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	transition: opacity 300ms ease-out 0s;
	opacity: 1;
	display: none;
	z-index: 9;
}

.notification-sidebar,
.tender-sidebar,
.cantender-sidebar,
.messtender-sidebar {
	background: #FFF;
	box-shadow: -20px 4px 54px 0px rgba(0, 0, 0, 0.45);
	width: 650px;
	max-height: 100%;
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 12;
	box-shadow: none;
	transition-property: transform;
	transition-duration: 900ms;
	transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
	transform: translateX(650px);
	height: auto;
	overflow-y: auto;
}

.slide-sidebar {
	transform: translateX(0px) !important;
	transition-property: transform;
	transition-duration: 900ms;
	transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

.sidebar-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sidebar-title h3 {
	font-weight: 700;
	font-size: 30px;
	color: #071116;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	 overflow: hidden;
}

.sidebar-close {
	background: transparent;
	border: none;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}

.sidebar-close:hover {
	opacity: 1;
}

.sidebar-body {
	position: relative;
	height: calc(100vh - 75px);
}

/* ---------------- common-sidebar [END]--------------- */
/* --------------- Notification Sidebar --------------- */
.when-no-data {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

.when-no-data span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #EEF1F6 0%, #FFFFFF 100%);
	width: 100px;
	min-width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.when-no-data h5 {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #071116;
	margin-bottom: 5px;
}

.when-no-data p {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
	color: rgba(25, 32, 76, 0.6);
}

.notify-listing {
	height: 100%;
	overflow-y: auto;
}

.notify-bx {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.notify-bx:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.notify-icon {
	width: 70px;
	min-width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 114, 0, 0.1) 0%, rgba(255, 222, 3, 0.1) 100%);
	border-radius: 50%;

}

.notify-dtls {
	width: 100%;
}

.notify-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
	width: 100%;
}

.notify-title h5 {
	font-weight: 700;
	font-size: 18px;
	color: #071116;
	margin-bottom: 0;
}

.read .notify-title h5,
.read .notify-title span {
	color: rgba(7, 17, 22, 0.5);
}

.notify-title span {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.01em;
	color: rgba(7, 17, 22, 0.7);
	display: block;
	margin: 0;
	white-space: nowrap;
}

.notify-dtls p {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
	color: rgba(7, 17, 22, 0.5);
}

/* --------------- Notification Sidebar [END]--------------- */


/*--Tab Button Dashboard page--*/
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.kknav-tab .nav-tabs {
	justify-content: center;
	align-items: center;
	border-bottom: unset;
	gap: 25px;
}

.nav-tabs .nav-link {
	border: unset;
	border-radius: unset;
}

.kknav-tab .nav-tabs .nav-link {
	padding: 15px 50px;
	font-weight: 700;
	font-size: 16px;
	background: #00000005;
	border: 1px solid rgba(25, 32, 76, 0.4);
	gap: 10px;
	color: rgba(25, 32, 76, 0.6);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.kknav-tab .nav-tabs .nav-link svg {
	opacity: 0.4;
}

.kknav-tab .nav-tabs .nav-link.active svg {
	opacity: 1;
}

.kknav-tab .nav-tabs .nav-link.active {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	background-position: top;
	color: rgba(25, 32, 76, 1);
	border: 1px solid rgba(255, 222, 3, 1);
}

.kknav-tab .nav-tabs .nav-link.active:hover {
	background-position: bottom;
	/* shift to bottom */
	background: linear-gradient(180deg, #FFDE03 100%, #FF7200 0%);
	color: #19204C;
}

/*--Tab Button Dashboard page--*/

/*--Dashboard middle content--*/
.nomeeting-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}

.nomeeting-img {
	width: 407px;
	height: 270px;
	margin: 0 auto;
}

.nomeeting-img img {
	width: 100%;
	height: inherit;
	object-fit: cover;
	aspect-ratio: 1.51/1;
}

.nomeeting-wrap h3 {
	font-size: 32px;
	font-weight: 700;
	color: rgba(25, 32, 76, 1);
	margin-top: 30px;
}

.nomeeting-wrap p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(25, 32, 76, 0.6);
}

.white-box {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 24px 24px 24px;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
	margin: 24px 8px;
}

.allschmet-wrap {
	padding: 12px;
	border: 1px solid rgba(231, 231, 231, 1);
	border-radius: 13px;
	cursor: pointer;
	height: 100%;
}

.allschmet-topcnt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #0000001A;
}

.allschmet-topcnt h2 {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0;
	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}

.allschmet-midcnt {
	padding: 10px 0;
	border-bottom: 1px solid #0000001A;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
}

.allschmet-fotcnt {
	padding: 5px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.schmetft-inr{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.schmet-fr span:first-of-type {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	display: block;
}

.schmet-fr span:last-of-type {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	display: block;
}

.schmetft-inr span:first-of-type {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	display: block;
}

.schmetft-inr span:last-of-type {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	display: block;
}

.allschmet-topcnt .dropdown-menu li {
	padding: 0 8px;
}

.allschmet-topcnt .dropdown-menu li a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	font-weight: 500;
}

.allschmet-topcnt .dropdown-menu li:last-of-type a {
	border-bottom: unset;
}

.allschmet-topcnt .dropdown-menu li a svg {
	margin-right: 10px;
}

/*--Details--*/
.kk-dropsidebar.dropdown button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: unset;
    background: transparent;
    border: transparent;
    border-radius: unset;
}
.kk-dropsidebar.dropdown {
    position: absolute;
    top: 6px;
    right: 6px;
}
.kk-dropsidebar.dropdown .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	border-color: unset;
	background-color: unset;
}
.mettinginfo-wrap {
	position: relative;
	overflow: hidden;
	z-index: 99;
	margin-bottom: 12px;
}

.mettinginfo-wrap:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	backdrop-filter: blur(11px);
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.mettinginfo-img img {

	object-fit: cover;
	border-radius: 20px;
	aspect-ratio: 2.1/1;
}

.mettingdesc {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 16px;
}

.mitflx-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 11px;
	border-bottom: 1px solid #FFFFFF4D;
}

.mitflx-wrap span {
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	background: #FFFFFF4D;
	padding: 8px 8px;
	border-radius: 90px;
}

.mettingdesc h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.metting-schewrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.metting-sche span {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	/* Creates a gradient from red to blue */
	-webkit-background-clip: text;
	/* For Safari, Chrome, Opera */
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 2px;
}

.metting-sche h3 {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	display: -webkit-box;
  	-webkit-line-clamp: 1;       /* number of lines */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}

.mtingagndcomm-wrap {
	padding: 14px 14px;
	border: 1px solid #DDDDDD;
	border-radius: 12px;
	margin-bottom: 12px;
}

.mtingagndcomm-lab {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.mtingagndcomm-wrap h4 {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
}

.mtingagndcomm-wrap p {
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
}

.mtingagndcomm-lab a {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	/* Creates a gradient from red to blue */
	-webkit-background-clip: text;
	/* For Safari, Chrome, Opera */
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	font-size: 12px;
}

.mtingagndcomm-wrap ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 8px;
}

.mtingagndcomm-wrap ul li:last-of-type {
	border-bottom: unset;
	margin-bottom: unset;
}

.allparti-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.badge {
	background: #2D8CFF1A;
	border-radius: 100px;
	border: 1px solid #2D8CFF1A;
	color: #2D8CFF;
	font-size: 10px;
	font-weight: 400;
}

.parti-icon img {
	min-width: 42px;
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.parti-cont h5 {
	font-weight: 600;
	font-size: 14px;
	color: #19204C;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;       /* number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.parti-cont span {
	font-weight: 400;
	font-size: 12px;
	color: #6B7280;
}

.deitl-btn .comn-btn {
	margin: 0 auto;
	width: fit-content;
	display: block;
	padding: 12px 50px;
}

/*--Details End--*/

/*--Dashboard middle content End--*/

/*--Schedule Meeting Page--*/
.scdulemeng-wrap {
	width: 52%;
	margin: 0 auto 15px;
}

.scdulemeng-title {
	text-align: center;
	padding: 30px 0;
}

.scdulemeng-title h2 {
	font-weight: 700;
	font-size: 33px;
	text-align: center;
	color: #19204C;
	margin-bottom: 0;
	padding-bottom: 6px;
}

.scdulemeng-title p {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #19204C;
	margin-bottom: 0;
}

.sche-frm {
	padding: 30px 30px;
	box-shadow: 0px 4px 24px 0px #00000026;
	border-radius: 16px;
}

.sche-frm .form-group {
	position: relative;
}

.sche-frm .form-control {
	padding: 16px 16px;
	border: 1px solid #19204C1A;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 700;
	color: #19204C;
}

.sche-frm .auth-icon {
	position: absolute;
	top: 45px;
	right: 14px;
	cursor: pointer;
}

.sche-frm .auth-icon svg {
	opacity: 0.5;
}

.sche-frm .col-lg-12:first-of-type .auth-icon {
	position: absolute;
	top: 15px;
	right: 18px;
}

/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
	color: transparent;
	background: none;
	z-index: 1;
} */

.sche-frm .form-group label {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

.sche-frm .comn-btn {
	width: fit-content;
	margin: 0 auto;
	padding: 12px 50px;
}

.add-attachment {
	border: 2px dotted #fff;
	background: linear-gradient(#fff 0 0) padding-box,
		linear-gradient(to bottom, #FF7200 0%, #FFDE03 100%) border-box;
	padding: 15px;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.2s;
	margin-bottom: 10px;
}

.add-attachment span {
	font-size: 15px;
	font-weight: 700;
	color: #19204C;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.attachment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.attachment-item {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	border-bottom: 1px solid #0000000D;
	justify-content: space-between;
}

.attachment-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.file-icon svg {
	width: 40px;
	height: 40px;
}

.file-name {
	font-weight: 500;
	font-size: 14px;
}

.file-size {
	font-size: 13px;
	color: #888;
}

.remove-btn {
	color: #999;
	font-size: 20px;
	cursor: pointer;
}

.remove-btn:hover {
	color: #e74c3c;
}

/*--Schedule Meeting Page End--*/

/*----*/
.privpoli-text p {
	font-size: 18px;
	font-weight: 500;
	color: #19204C;
	margin-bottom: 16px;
}

/*----*/

/*--Need Help--*/
.needhlp-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.needhlp-innr h2 {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #19204C;
}

.needhlp-innr p {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: rgba(25, 32, 76, 0.5);
}

.support-wrap {
	padding: 16px;
	border: 2px solid rgba(231, 231, 231, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 380px;
	border-radius: 16px;
	margin-bottom: 18px;
}

.suprtemail-lft span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #19204C;
}

.suprtemail-lft a {

	font-weight: 400;
	color: rgba(0, 35, 71, 0.6);
	font-size: 16px;
}

.suprtemail-rgt {
	width: 51px;
	height: 51px;
	background-color: #19204C;
	border-radius: 50%;
	display: grid;
	place-items: center;
}

/*--Need Help End--*/


.profile-wrapper {
	position: relative;
	display: inline-block;
}

/* ---------------- Profile upload ---------------- */
.profile-edit {
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 9px;
	margin: 0 auto 20px;
}

.avatar-img {
	width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
}

.camera-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: #19204C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 3px solid #FFFFFF;
}

.remove-btn {
	display: inline-block;
	color: #C80003;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
}

input[type="file"] {
	display: none;
}


/* ----------------------  Profile pages ------------------------ */
.profile-dtls-bx {
	background: #FFFFFF29;
	padding: 20px 20px;
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 0px 12px 0px #00000026;
	width: 98%;
	margin-left: auto;
}

.profile-pic img {
	width: 128px;
	min-width: 128px;
	height: 128px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
}

.profile-dtls-txt h3 {
	font-weight: 800;
	font-size: 20px;
	color: #19204C;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 15px;
}

.profl-info-flx {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.profl-icon {
	width: 45px;
	height: 45px;
	min-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(25, 32, 76, 0.05);
}

.profl-txt h5 {
	font-weight: 500;
	font-size: 14px;
	color: rgba(25, 32, 76, 0.5);
	margin-bottom: 0;
}

.profl-txt a {
	font-weight: 600;
	font-size: 15px;
	color: rgba(25, 32, 76, 1);
	word-break: break-all;
}

.profl-info-flx:hover .profl-icon {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}

.profl-txt a:hover {
	color: #FF7200;
}

.red-txt {
	color: #FF4040 !important;
}

.profile-right .tab-content {
	margin-top: 23px;
	box-shadow: 0px 0px 18px 0px #00000026;
	width: 98.8%;
	border-radius: 16px;
	margin-right: auto;
}

.profl-right-bx {
	background: #FFF;
	border-radius: 13px;
	padding: 25px 25px;
	position: relative;
	margin-bottom: 20px;
}

.profl-right-bx h2 {
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 24px;
	margin-bottom: 34px;
	border-bottom: 1px solid #DDDDDD;
	color: #19204C;
}

.profile-right .nav {
	gap: 14px;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: auto;
}

.profile-right .nav-link {
	padding: 15px 50px;
	font-weight: 700;
	font-size: 16px;
	background: #00000005;
	border: 1px solid rgba(25, 32, 76, 0.4);
	gap: 10px;
	color: rgba(25, 32, 76, 0.6);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.profile-right .nav-link.active {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	background-position: top;
	color: rgba(25, 32, 76, 1);
	border: 1px solid rgba(255, 222, 3, 1);
}

.profile-right .nav-link.active:hover {
	background-position: bottom;
	background: linear-gradient(180deg, #FFDE03 100%, #FF7200 0%);
	color: #19204C;
}


.profile-plan-bx {
	border: 2px solid #DDDDDD;
	border-radius: 20px;
	padding: 24px;
	margin-bottom: 16px;
}

.profl-top-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #0000001A;
}

.profl-plan-lft h3 {
	font-weight: 600;
	font-size: 18px;
	color: #071116;
	margin-bottom: 3px;
}

.profl-plan-lft p {
	font-weight: 400;
	font-size: 14px;
	color: rgba(7, 17, 22, 0.6);
	margin-bottom: 0;
}

.profl-plan-rght p {
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0;
}

.profl-plan-rght span {
	font-weight: 600;
	font-size: 18px;
	color: #325FEB;
	display: block;
}

.profl-plan-status p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 15px;
	color: rgba(7, 17, 22, 0.8);
	margin-bottom: 8px;
}

.profl-plan-status p:last-child {
	margin-bottom: 0;
}

.profl-plan-status p span {
	color: #071116;
}

.profile-plan-bx h4 {
	font-weight: 600;
	font-size: 18px;
	color: #071116;
	text-align: center;
	margin-bottom: 16px;
}

/* ----------------------  Profile [END] ------------------------ */

/* ------------- logout Modal --------------- */
.profile-modal .modal-content {
	background: #FFFFFF;
	box-shadow: 0px 14px 11px 0px #00000021;
	border-radius: 21px;
}

.profile-modal .modal-body {
	text-align: center;
	padding: 30px 42px;
}

.profile-modal .modal-body h5 {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #19204C;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.profile-modal .modal-dialog {
		max-width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
}

.modal-btn-grp {
	display: flex;
	align-items: center;
	gap: 20px;
}

.modal-btn-grp button, .modal-btn-grp a {
	padding: 10px 20px;
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	background-position: top;
	color: #19204C;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
	border: none;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid #FFDE03;
	transition: all 0.3s ease-in-out;
}

.modal-btn-grp button:hover {
	border: 1px solid #19204C1A;
	background: transparent;
}
.modal-btn-grp a:hover {
	border: 1px solid #19204C1A;
	background: transparent;
}


.modal {
	border: unset;
}

/*----*/

/*--select2 and editmeeting form--*/
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
	padding: 16px 16px;
	min-height: 32px;
	border: 1px solid #19204C1A;
	border-radius: 10px;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
	margin-left: 0;
	height: 24px;
}

.entemil-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin-top: 12px;
}

.entemil-wrap>div {
	text-align: center;
}

.entemil-lft button {
	background-color: transparent;
	border: unset;
}

.entemil-lft {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 10px 10px;
}

.entemil-rgt {
	border: 1px solid #19204C1A;
	border-radius: 10px;
	padding: 8px 6px;
}

.entemil-rgt span {
	font-size: 12px;
	font-weight: 400;
}

.entemil-lft span {
	font-size: 12px;
	font-weight: 400;
}

.entemil-rgt .form-check-input:checked {
	background-color: #19204C;
	border-color: #19204C;
}

.form-check-input:focus {
	box-shadow: unset;
}

.select2-container--open .select2-dropdown--below {
	z-index: 9999;
}

#editmeeting .modal-dialog {
	max-width: 45%;
}

#editmeeting .modal-header {
	border-bottom: unset;
}

#editmeeting .modal-header h1 {
	flex: 1;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

/*--select2 and editmeeting form End--*/

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

.viewmtng-conv {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.viewmtng-conv h6 {
	margin-bottom: unset;
	font-size: 15px;
	font-weight: 500;
	color: #19204C;
}

/*--Participants View all--*/
.parti-modal .modal-header h1 {
	flex: 1;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

.parti-modal .modal-header {
	border-bottom: unset;
}

.parti-modal ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 8px;
}

.parti-modal ul li:last-of-type {
	border-bottom: unset;
}

.parti-modal .modal-content {
	border-radius: 16px;
	box-shadow: 0px 4px 24px 0px #00000026;
}

.parti-modal .modal-body {
	height: 350px;
	overflow-y: auto;
}

/*--Participants View all End--*/

/*--Mom Popup File Uploading--*/

.kkupload-area {
	border: 1px dashed #19204C;
	border-radius: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: rgba(25, 32, 76, 0.1);
}

.mce-container iframe {
	height: 250px !important;
}

.upload-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	cursor: pointer;
}

.mompopup .modal-content {
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}

.mompopup .modal-header h1 {
	flex: 1;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

.mompopup .modal-header {
	border-bottom: unset;
}

.mompopup .comn-btn {
	padding: 12px 60px;
	margin: 0 auto;
}

/*--Mom Popup File Uploading End--*/


/*--Messanger--*/
.chatconversation-wrap {
	width: 100%;
	position: relative;
}

.chatconversation-wrap .time {
	position: relative;
	padding: 10px 0;
}

.chatconversation-wrap .time:before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	height: 1px;
	width: 140px;
	top: 50%;
	left: 130px;

}

.chatconversation-wrap .time span {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	border-radius: 8px;
	position: relative;
	display: block;
}

.chatconversation-wrap .time:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	height: 1px;
	width: 140px;
	top: 50%;
	right: 130px;

}

.scrollbar {
	overflow-x: hidden;
	height: calc(100% - 200px);
	overflow-y: auto;
}

.chat_messages_incoming {
	display: flex;
	flex-direction: row;
	padding-left: 0px;
	margin: 0px auto 20px 0;
	width: 100%;
	max-width: 50%;
}

.wd_chat_rgt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}
.wd_chat_rgt a.d-block{
	font-size: 12px;
}
.chat_list_info_fst img {
	min-width: 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

.chat_incoming_txt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 4px;
}

.chat_incoming_txt p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	color: #545454;
	padding: 8px 12px;
	background-color: rgba(245, 245, 245, 0.5);
	border-radius: 8px;
	width: 100%;
	border: 1px solid rgba(221, 221, 221, 0.5);
}

.usr_namendtime {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	grid-gap: 12px;
}

.usr_namendtime h3 {
	color: #2D8CFF;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.usr_namendtime span {
	font-size: 12px;
	font-weight: 500;
	color: #6B7280;
	white-space: nowrap;
}

.chat_messages_outgoing {
	display: flex;
	flex-direction: row-reverse;
	padding-left: 0px;
	margin: 0px 0px 20px auto;
	width: 100%;
	max-width: 50%;
}

.chat_outgoing_txt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 4px;
}

.chat_outgoing_txt p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	color: #19204C;
	width: 100%;
	padding: 8px 12px;
	background-color: rgba(45, 140, 255, 0.1);
	border-radius: 8px;
	border: 1px solid rgba(45, 140, 255, 0.1);
}

/*--Messanger--*/


/*--Video--*/


/*
.kkinnr-scroll::-webkit-scrollbar {
  height: 8px;
}

.kkinnr-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.kkinnr-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.kkinnr-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.kkinnr-scroll {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
} */


.kk-noscroll{
  overflow: hidden;
}

  @media (prefers-reduced-motion: no-preference) {
   .kkinnr-scroll {
    scroll-behavior: smooth;
	width: 80%;
    margin: 30px auto;
  }

}

.kkinnr-scroll{
	margin: 24px auto;
	overflow-x: auto;
	width: 80%;
}

.top-bar {
    margin: 0 auto;
    gap: 20px;
    width: 1200px;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
  /* Hide scrollbar for cleaner look */
        .top-bar::-webkit-scrollbar {
            display: none;
        }

        .top-bar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

.logo {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.participant-preview {
	position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 200px;
    height: 150px
}

.participant-preview video {
	object-fit: cover;
	/* width: 100%;
    height: 100%; */
	border-radius: 12px;
	aspect-ratio: 1.33/1;
}

.participant-name {
	position: absolute;
	bottom: 8px;
	left: 8px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	left: 0;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
}

.mic-indicator {
	position: absolute;
	width: 40px;
	height: 38px;
	bottom: 8px;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border: 2px solid #00000080;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.main-video {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	height: 500px;
  width: 75%;
  margin: 0 auto;
}

.main-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.participant-avatar {
	font-size: 48px;
	font-weight: 700;
	background-clip: text;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
  width: 75%;
  margin: 0 auto;
}
.vidcont-lft{
  	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px;
  flex: 1;
}

.control-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #EFEFEF;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s ease;
}

.control-btn:hover {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	transform: scale(1.1);
}

.control-btn.active {
	background: #4a4a4a;
}

.control-btn.mic-btn {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}

.control-btn.mic-btn:hover {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}

.control-btn.mic-btn.muted {
	background: #2a2a2a;
}

.control-btn.mic-btn svg path {
	fill: #fff;
}


.control-btn.video-btn svg path {
	stroke: #fff;
}

.control-btn.video-btn {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}

.control-btn.video-btn:hover {
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}

.control-btn.video-btn.off {
	background: #2a2a2a;
}

.control-btn.cam-btn {
	background: rgba(255, 200, 200, 1);
}
.control-btn.cam-btn svg path{
stroke: rgba(235, 87, 87, 1);
}
.control-btn.cam-btn svg circle{
	fill: rgba(235, 87, 87, 1);
}

.control-btn.screenshr-btn{
	    background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
}
.control-btn.screenshr-btn svg path{
	stroke: #fff;
}
.stopshar-btn{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background:linear-gradient(180deg, #FF7200 0%, #FFDE03 100%) ;
	padding: 5px 10px;
	border: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.leave-btn {
	background: #EB5757;
	color: #fff;
	border: none;
	padding: 7px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease;

}
.leave-btn:hover {
	background: #dc2626;
	transform: scale(1.05);
}
.status-indicator {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.hidden {
	display: none;
}
.bgyou-ripple {
	border-radius: 50%;
	width: 56px;
	height: 56px;
	display: grid;
	place-content: center;
	background: linear-gradient(180deg, rgba(255, 114, 0, 0.2) 0%, rgba(255, 222, 3, 0.2) 100%);
}
.bgyou-ripple h6 {
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.oth-ripple {
	border-radius: 50%;
	width: 56px;
	height: 56px;
	display: grid;
	place-content: center;
	background: #FFFFFF33;

}
.oth-ripple h6 {
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.bg-ripple {
	border-radius: 50%;
	width: 173px;
	height: 173px;
	display: grid;
	place-content: center;
	background: linear-gradient(180deg, rgba(255, 114, 0, 0.2) 0%, rgba(255, 222, 3, 0.2) 100%);
}
.bg-ripple h6 {
	font-size: 48px;
	font-weight: 700;
	background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.ripple {
	box-sizing: border-box;
	position: relative;
}
.ripple:before {
	animation: ripple 2s ease-out infinite;
	border: solid 15px rgba(255, 114, 0, 1);
	border-radius: 1em;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

.ripple:after {
	animation: ripple 2s ease-out infinite;
	border: solid 15px rgba(255, 114, 0, 1);
	border-radius: 1em;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

@keyframes ripple {
	0% {
		opacity: .25;
	}

	100% {
		border-radius: 2em;
		opacity: 0;
		transform: scale(2);
	}
}


.grey-ripple {
	box-sizing: border-box;
	position: relative;

}

.grey-ripple:before {
	animation: grey-ripple 2s ease-out infinite;
	border: solid 15px rgba(255, 255, 255, 0.7);
	border-radius: 1em;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

.grey-ripple:after {
	animation: grey-ripple 2s ease-out infinite;
	border: solid 15px rgba(255, 255, 255, 0.7);
	border-radius: 1em;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

@keyframes grey-ripple {
	0% {
		opacity: .25;
	}

	100% {
		border-radius: 2em;
		opacity: 0;
		transform: scale(2);
	}
}


.videocalls-wrap{
display: flex;
    width: 100%;
    position: relative;
}

.messgr-wrap-lft{
   width: 100%;
    transition: width 0.3s ease-in-out;
    position: relative;
}
.messgr-wrap-lft.sidebar-open {
    width: 75%;
}
.messgr-wrap-lft.sidebar-open .main-video{
  width: 95%;
}

.messgr-wrap-rgt{
    overflow: hidden;
    position: relative;
}


.video-slide-sidebar, .parti-slide-sidebar{
    margin: 30px 25px;
    padding: 20px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    height: calc(100% - 80px);
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    /* top: 13%; */
    right: 0;
    width: 0;
    transition: width 0.3s
ease-in-out;
    transition-property: transform;
    transition-duration: 900ms;
    transition-timing-function:
cubic-bezier(0.5, 1, 0.5, 1);
    transform: translateX(420px);
}
.video-slide-sidebar.active, .parti-slide-sidebar.active {
    width: 420px;
    transform: translateX(0px) !important;
    transition-property: transform;
    transition-duration: 900ms;
    transition-timing-function:
cubic-bezier(0.5, 1, 0.5, 1);
position: relative;
}


.sidmsg-title{
display: flex;
align-items: center;
justify-content: space-between;
}
.messidebar-body{
    height: calc(100% - 86px);
    overflow-y: auto;
}
.sidmsg-title h3{
font-weight: 700;
font-size: 20px;
color: rgba(0, 0, 0, 1);
}
.messgr-wrap-rgt .chatconversation-wrap .time:before{
  left: 15px;
}
.messgr-wrap-rgt .chatconversation-wrap .time:after{
    right: 15px;
}
/* Chat Button Active State */
#chatBtn.active {
    background: #007bff;
    color: #fff;
}
.chat_conversation_footer {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.chat_conversation_footer .form-group {
    position: relative;
    margin: 0;
    width: 100%;
}
.attachfile-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
}
.chat_conversation_footer .form-group .form-control {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    background: rgba(25, 32, 76, 1);
    border: 1.19px solid #0000001A;
    height: auto;
    padding: 18px 50px 18px 18px;
      border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.chat_conversation_footer .form-group .form-control::placeholder{
  color: rgba(255, 255, 255, 0.5);
}
.wd-send-btn {
   background: linear-gradient(180deg, #FF7200 0%, #FFDE03 100%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #071529;
    text-align: center;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.messidebar-body .chat_messages_incoming{
  max-width: 70%;
}
.messidebar-body .chat_messages_outgoing{
  max-width: 70%;
}
/*--Video--*/
/*---------Feedbacks------------*/
#fileList{
	margin-bottom: 8px;
}
.file-item{
	padding: 5px 8px;
    width: fit-content;
    background: #ffde0361;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}
.doc-item{
/*	border: 1px solid #DDDDDD80;*/
	padding: 8px;
	border-radius: 10px;
	background: #f5f5f5;
	display: flex !important;
	align-items: center;
	grid-gap: 10px;
	font-weight: 500;
    color: #6B7280;
}
.doc_icon svg{
	width: 25px;
	height: 25px;
}
.is-invalid {
    background-image: none !important;
}
/*-------------Feedbacks---------------*/
/* Host – Deep Neutral Slate */

.badge-host {
    background-color: #f1f5f9;   /* light slate */
    color: #0f172a;             /* deep slate text */
    border: 1px solid #cbd5e1;
}
/* Co-host – Soft Indigo */
.badge-co-host {
    background-color: #eef2ff;  /* soft indigo */
    color: #312e81;             /* indigo text */
    border: 1px solid #c7d2fe;
}

.scdulemeng-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear{
	display: none;
}
