body{font-family: "Work Sans", sans-serif;background-color:#fff;}
:root {
  --Title: #273037;
  --Discription: #365072;
  --red: #E91C26;

  --P_Purple:#BFA6CC;
  --Primary:#242424;
  --Green:#C2D9A19E;
  --White:#fff;
  --Secondary:#686868;

  --bs-table-color: #686868;
}
a{text-decoration:none;}
img{max-width: 100%;}

.table tr th {color:var(--bs-table-color);}
.table tbody tr td{color:var(--Secondary);}
.table tbody tr td a{color:var(--P_Purple);}


/* Login Page -----------------------------------------------*/
.loginMain{background-color:#000;}
.form-image {position:fixed;left:0;min-height:auto;height:100vh;width:50%;}
.form-image .l-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff;background-position:bottom center;background-repeat:no-repeat;background-size:cover;}
/*.auth-logo{margin:5px 0 0 15px;}*/
.form-form {margin:0 0 0 auto!important;width:50%;display:flex;flex-direction:column;min-height:100%;position:relative;}
/*.form-form:before, .form-form:after{content:'';position:fixed;height:10px;width:50%;background-color:var(--red);left: calc(50% - 0px);}
.form-form:after{bottom: 0;}*/
.form-form:before, .form-form:after{content:'';position:absolute;height:200px;width:200px;background-color:var(--P_Purple);filter:blur(250px);opacity:0.5;}
.form-form:before{left: 100px;top: 200px;}
.form-form:after{bottom: 150px;right:200px;}
.form-form .form-container {min-height:100%;width:100%;align-items:center;display:flex;position:relative;z-index:9;padding:15px 0;}
.form-form .form-form-wrap {max-width:520px;align-self:center;width:100%;height:calc(100vh - 0px);}
.form-form .form-container .form-content{padding:30px 40px;box-shadow:0px -2px 4px 0px #C2D9A126, 0px 7px 0px 0px #C2D9A1;width:100%;border-radius:22px;background-color:#242424;}
.btn.btn-primary, .btn.btn-primary:disabled, .btn.btn-primary:active, .btn-primary.btn:first-child:active, .btn-primary.btn:focus-visible{background:var(--P_Purple);border-color:var(--P_Purple);padding:.675rem 1.75rem;border-radius:12px;min-width:140px;color: var(--White);}
.btn-primary:hover{background:var(--Green);border-color:var(--Green);color: var(--Primary);}
.form-group .form-control{padding:.775rem .75rem;color:var(--Discription);border-radius: 10px;border-color:#DED9B5;}
.loginTitle{color:var(--White);font-size:42px;font-weight:400;font-family:"Young Serif", serif;}
.loginSubtitle{color:#b1b1b1;font-size:22px;}
.textForgot{text-decoration:none;color:var(--Green);font-size:18px;font-weight:500;}
.form-label{color:var(--Discription);}
.addOnceIcon{position:relative;}
.addOnceIcon .form-control{padding-left:45px;}
.iconAddons{position:absolute;top:43px;left:13px;pointer-events:none;}
.iconAddons img{max-width:20px;max-height:20px;object-fit:contain;}
.AuthForm .form-control{background-color:transparent;border-color:var(--Green);color:#eee;}
.AuthForm .form-label{color:var(--White);}
.AuthForm .form-control::placeholder {color:var(--Secondary);opacity: 1;letter-spacing: 2px;}
.AuthForm .form-control::-ms-input-placeholder {color:var(--Secondary);letter-spacing: 2px;}
.AuthForm .form-control:focus{box-shadow:0 0 0 .25rem #C2D9A11E;border-color:var(--Green);}
.LoginPageBody{background-color: #000;}

@media (max-width: 991px) {
.form-form {width: 100%;}
.form-image {display: none;}
.form-form .form-container{padding: 15px;}
.form-form:before, .form-form:after{width: 100%;left: 0;}
.auth-logo img{height: auto;}
.form-form .form-container .form-content{padding: 20px 25px;}
}
/*Login END*/


/*Left Menu --------------------------*/
.SidebarMenu{background-color:#BFA6CC;padding:15px 0;min-height:100vh;max-width:340px;display:flex;flex-wrap:wrap;justify-content:space-between;
  transition:all .5s;width:340px;}
body:not(.expandMenu) .SidebarMenu{width: 80px;transition: all .5s;}
body:not(.expandMenu) .SidebarMenu .LargelLogo{height: 0;}
body:not(.expandMenu) .SidebarMenu .smallLogo{width:50px;}
body:not(.expandMenu) .SidebarMenu .sidemenuContent ul li a .TextMenu{display: none;}
body:not(.expandMenu) .SidebarMenu .ProflieMenuContent a .TextMenu{font-size: 0;transition: all .5s;}
.SidebarMenu .smallLogo{width:0;}
.SidebarMenu .menuCN{width: 100%;}
body:not(.expandMenu) .SidebarMenu .logoContent{height: 40px;}
body:not(.expandMenu) .MenuToggle .closeMenuIcon {display: none;}
.expandMenu .MenuToggle .menuBtnIcon {display: none;}
.closeMenuIcon{width:20px;}
.headerPage{padding:10px 15px;background-color:#fff;box-shadow:0px 4px 20px 0px #0000000D;}
.menuBtnIcon{width:30px;}
.pageTitle{font-size:30px;color:var(--P_Purple);margin-bottom:0;font-family:"Young Serif", serif;}
.PrifileImg img{height:50px;width:50px;border-radius:50%;object-fit:cover;object-fit:cover;box-shadow:2px 2px 0px 0px #C4E8E3;}
.ProfileDropDwn{position: absolute;right:10px;z-index:9;}
.ProfileDropDwn a{color:var(--Secondary);padding:5px 0;}
.ProfileDropDwn a:hover{color: var(--P_Purple);}

.LargelLogo{height:20px;}
.logoContent{padding-bottom:15px;padding-left:12px;border-bottom:1px solid rgba(201, 201, 201, 0.3);position:sticky!important;top:10px;background-color:#BFA6CC;}
.sidemenuContent ul{list-style:none;padding-top:0;padding-bottom:10px;margin-bottom:0;}
.sidemenuContent ul li{padding:5px 0;}
.sidemenuContent ul li a{color:#fff;font-size:18px;font-weight:500;display:flex;align-items:center;padding:12px 10px;position:relative;}
.sidemenuContent ul li a:not(.active){}
.sidemenuContent ul li a .TextMenu{margin-left:15px;}
.sidemenuContent ul li a .iconMenu img{width:25px;min-width:25px;}
.sidemenuContent ul li a.active{background-color:rgba(0, 0, 0, 0.10);border-radius: 4px;}
.sidemenuContent ul li a.active:after{
  /*content:'';position:absolute;width: 3px;height: 100%;top: 0;left: 0;background-color: var(--red);*/
}
.sidemenuContent ul li .navDropDown{position: relative;}
.sidemenuContent ul li .navDropDown:after{content:'';position:absolute;
border: solid white;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);
  -webkit-transform: rotate(45deg);right: 15px;}
.sidemenuContent ul li .navDropDown:not(.collapsed):after{transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);}
.dropdownContent{background-color:rgba(249, 249, 249, 0.10);min-width:180px;}
.sidemenuContent ul li .navDropDown:not(.collapsed){background-color:rgba(249, 249, 249, 0.10);}
.dropdownContent ul li{padding: 0;}
.dropdownContent ul li a{padding:6px 10px;color:#777575;font-size:16px;padding-left:20px;}

body:not(.expandMenu) .sidemenuContent ul li .navDropDown:after{display: none;}
body:not(.expandMenu) .sidemenuContent{overflow-y:inherit;}
body:not(.expandMenu) .sidemenuContent ul li{position: relative;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent{display:block;position:absolute;left:65px;z-index:9;
background-color:#fff;box-shadow:0px 2px 10px -1px #C2D9A1;border-radius:10px;top:0;height:auto!important;}
body:not(.expandMenu) .sidemenuContent .dropdownContent.show, body:not(.expandMenu) .sidemenuContent .dropdownContent.show.collapsing{height:auto!important;position:absolute;top:5px;left:65px;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent a{justify-content: start;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent a .TextMenu{font-size:15px;display:block;}
body:not(.expandMenu) .dropdownContent ul li a .TextMenu{margin-left:0;white-space:nowrap;}
body:not(.expandMenu) .sidemenuContent ul li a{justify-content: center;}
body:not(.expandMenu) .dropdownContent ul li a:hover, body:not(.expandMenu) .dropdownContent ul li a.active{color:var(--P_Purple);}
body:not(.expandMenu) .dropdownContent ul{padding-top: 10px;}

.ProflieMenuContent a{color:#fff;font-size:18px;font-weight:500;display:flex;align-items:center;}
.ProflieMenuContent a .iconMenu img{height:45px;width:45px;border-radius:50%;object-fit:cover;}
.ProflieMenuContent a .TextMenu{margin-left:15px;opacity:0.7;}
.sidemenuContent{max-height:calc(100vh - 30px);overflow-y:auto;/*position:sticky;top:50px;*/}
.closeSidebar{font-size:36px;color:#fff;position:absolute;right:8px;top:-22px;}
@media (max-width:767px) {
.SidebarMenu{position:fixed;z-index:9;left:-700px;}
.expandMenu .SidebarMenu{left:0;}
}
/*End Left Menu*/

/*Dashboard*/
.card{border-radius:20px;box-shadow:0px 3.73px 3.73px 0px #C2D9A1;border:0;background-color: #FCFCF8;}
.card-body{padding: 20px;}
.DashboardCard{margin:15px 0;height:85%;min-height: 100px;}
.filterDate .iconAddons{top:11px;left:28px;}
.mainContent-Section{overflow: hidden;}
.DashboardCard .countDCard{font-size:42px;color:var(--Title);font-weight: 700;}
.DashboardCard .CardText{font-size:20px;color:var(--Discription);}
.dashboardLogo {position:absolute;bottom:0;left:0;right:0;margin:0px auto;z-index:-1;}
.dashboardLogo img{height:80px;}
/**/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 1px solid #f9f9f9;background: #fff;text-align: center;border-radius: 6px;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{border: 1px solid #BFA6CC;
  background:#BFA6CC;}
.ui-widget-header{border:1px solid #EDE7F0;background:#EDE7F0;}
.filterDate .AddoNleft18{left: 18px;}
.form-control.form-select{padding-right: 30px;}
.ScrollPerFormData{max-height: calc(100vh - 100px);overflow-y: auto;padding: 0 12px;}
.PerformanceDataDash .DashboardCard .countDCard{font-size: 30px;}
.topBarnchesSidebar{background-color:#F6ECED;box-shadow:-5px 4px 15px 0px rgba(0, 0, 0, 0.05);min-height:calc(100vh - 0px);
  padding:30px 30px 0 30px;margin-top:-80px;margin-right:-15px;}
.titleSemeDash{color: var(--Title);font-size:22px;font-weight: 700;}
.topBrancheListingSec{max-height: calc(100vh - 70px);overflow-y: auto;}
.dashboardHeadOffice .DashboardCard .countDCard{font-size: 30px;}

.daterangepicker td.in-range{background-color: #EDE7F0;}
.daterangepicker td.active, .daterangepicker td.active:hover{background-color:var(--P_Purple);}


/**/
.customTabStyle{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;}
.customTabStyle ul{flex-wrap:nowrap;}
.customTabStyle li .nav-link{color:var(--Title);font-size:18px;font-weight:500;padding:10px 30px;border:0;margin:0;border-radius:0;}
.customTabStyle li .nav-link.active{background-color:#F5EAEB;position:relative;}
.customTabStyle li .nav-link.active:after{content:'';position:absolute;height:3px;width:100%;left:0;bottom:-1px;background-color:var(--red);}
.ItemUserData .IcnUser{width:25px;}
.ItemUserData .IcnUser img{max-width:20px;max-height:20px;}
.ItemUserData h5{font-size:20px;color:var(--Title);font-weight:700;}
.ItemUserData p{font-size:16px;color:var(--Discription);}
.ContentDetalSec{min-height:calc(100vh - 260px);}
.ItemUserData .card-body{position:relative;}
.ItemUserData .labelAmt{display: flex;justify-content: end;}
.ItemUserData .labelAmt span{background-color:#FEF3F4;display:inline-block;padding:5px 15px;color:var(--red);font-weight:700;
margin:-20px -20px 0;font-size:20px;border-radius:0 20px 0 8px;}
.amtTitleSale{color:var(--Title);font-weight:700;font-size:24px;}

.dataTables_length label{display:flex;align-items:center;}
.dataTables_length label .form-select{margin:0 5px;width:70px;border-radius: 20px;background-color: #E9E1EA;}
.pagination{justify-content:end;}
.pagination li.disabled{opacity: 0.6;}
.dataTables_filter{justify-content:end;display: flex;}
.dataTables_filter label{display:flex;align-items:center;}
.dataTables_filter label .form-control{margin-left:10px;border-radius:30px;background-color:#E9E1EA;padding:8px 12px;}
.pagination .page-link{background:none;border:0;color:var(--Title);font-weight:600;border-radius:50%;padding:5px 14px;height:35px;}
.pagination li.active .page-link{background-color:var(--P_Purple);color:#fff;}
.dropDownShowType .form-control{padding:4px 25px 4px 10px !important;background-position:right .35rem center;}
.text-red{color: var(--red);}
.page-link:focus{box-shadow: none;}

.searchFiled .form-control{background-color:#FAFAFB;padding:.575rem .75rem;padding-left:34px;border-radius:10px;}
.addonsIcn{top:8px;left:12px;}
.table tbody tr td{border-color:#EBEBEB;vertical-align:middle;background-color:transparent;}
.table tbody tr td:first-child, .table thead tr th:first-child{padding-left:25px;}
.table-secondary tr th{background-color:#DEDEDB;border:0;font-weight:600;}
.form-control:focus{box-shadow: 0 0 0 .25rem #F5EAEB;border-color:#BFA6CC;}

.uploadPhoto img{border:1px solid #E1E1E1;border-radius:10px;height:100px;width:140px;object-fit:cover;}
.modal-title{color:var(--P_Purple);font-size:24px;}
.modal-header .btn-close{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969696'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
width:5px;height:5px;opacity:1;margin-right:0;}
.dilaogDeleteIcon {margin: -50px 0 20px 0;text-align: center;}
.deleteText{font-size:24px;color:var(--Title);}
.btn-dark{padding:.675rem 1.75rem;border-radius:12px;min-width:140px;background-color: var(--Title);}

/**/
.btnAssign{background-color:var(--Discription, #365072);border-radius:8px;color:#fff;padding:5px 20px;}
.btnAssign:hover{background-color:var(--red);color:#fff;}
.iConRight .iconAddons{right:15px;left:auto;}
.iConRight .form-control{padding-left:10px;padding-right:35px;}
.AssignLabel{background-color:#FFEFEF;padding:15px;border-radius:10px;}
.ExistingDrop .btn-Existing{background-color:#FFEFEF;border-color:var(--red);color: var(--red);padding:2px 10px;}

/**/
.RightFilter input.form-control{width:170px;}
.RightFilter .filterDate .iconAddons{left:18px;}
.filterDrDwnBtn{color:var(--Discription);background-color:var(--bs-body-bg);border-radius:10px;font-size:1rem;
  padding:12px 18px;border:var(--bs-border-width) solid var(--bs-border-color);display: flex;}
.filterDrDwnBtn:hover{background-color:#fff;}
.filterDropDwn .dropContentFilter{position:absolute;z-index:9;min-width:400px;z-index:9;margin-top:15px;right: 0;}
.titleDrop{padding: 10px 15px;border-bottom:1px solid #E6E6E6;}
.titleDrop .closeDrop{font-size:30px;color:var(--red);line-height:30px;cursor:pointer;}
.filterDropDwn .dropContentFilter .card:before{position:absolute;content:'';width:0;height:0;border-style:solid;top:-12px;
border-right:12px solid transparent;border-left:12px solid transparent;border-bottom:14px solid #fff;border-top:0;right:45px;}
.ViewLeadDetailsSec .labelAmt span{font-weight: normal;color: var(--Title);font-size: 16px;min-width: 70px;}
.ViewLeadDetailsSec .ItemUserData .card-body{cursor:pointer;}
.TopStatus{background-color:#FFF0E5;color:#FB8334;padding:22px 20px;margin:-20px -16px -20px 0;border-radius:0 20px 0 0;}
.modal-content{border-radius:20px;}
.titleAbt{color:var(--Title);font-size:17px;}
p{color: var(--Discription);}
.titleProDuct{color:#858585;font-size:18px;}
.PhotosItem img{border-radius:12px;margin-right:10px;width:100px;height:68px;object-fit:contain;border:1px solid #E7E7E7;}
.pinkBox{padding: 20px;background-color:#FFF7F8;border-radius:10px;}
.labelTitle{font-size: 20px;color: var(--Title);}

.to48{top:48px;}
.to10{top:10px;}
hr{border-color:#ACACAC;}
.font-20{font-size:20px;}
.vrLine{border-left:1px solid #E6E6E6;height:100%;display:block;width:1px;margin:0px auto;}
.attLog .PhotosItem img{width: 150px;height: 100px;}

.form-check-input{border-color:var(--P_Purple);}
.form-check-input:checked{background-color:var(--P_Purple);border-color:var(--P_Purple);}
.form-check-input:focus{box-shadow:none;}
.removeIc{position:absolute;right:8px;background-color:#FF7270;color:#fff;display:flex;width:22px;height:22px;border-radius:50%;
  font-size:22px;align-items:center;justify-content:center;cursor:pointer;z-index: 1;top: 7px;}
.eyeHS{right:13px;left:auto;}
.form-switch .form-check-input{height: 1.3em;width: 2.3em;}
.form-switch .form-check-input:checked{background-color:#4CAF50;border-color:#4CAF50;}

.ViewLeadDetailsSec .labelPending span{background-color:#FAEEE6;color:#FB8334;}
.ViewLeadDetailsSec .labelWon span{background-color:#E8F1E7;color:#4BA33B;}
.ViewLeadDetailsSec .labelPriced span{background-color:#F0EAF1;color:#935BA3;}
.ViewLeadDetailsSec .labelDeal span{background-color:#E0F1FC;color:#2DA5D4;}
.ViewLeadDetailsSec .labelPitchMiss span{background-color:#F7E9EE;color:#DB5383;}
.titleMangePage{padding-bottom: 10px;}

/*Datepicker Inline*/
.datePickerInlineMain .datepicker td, .datePickerInlineMain .datepicker th{font-size:18px;color:var(--Discription);position:relative;}
.datePickerInlineMain .datepicker-inline, .datePickerInlineMain .datepicker-inline table{width:100%;}
.datePickerInlineMain .datepicker.datepicker-inline td, .datePickerInlineMain .datepicker.datepicker-inline th,
.datePickerInlineMain .datepicker.dropdown-menu td, .datePickerInlineMain .datepicker.dropdown-menu th{padding:20px 5px;border-radius:18px;}
.datePickerInlineMain .datepicker .datepicker-switch{font-size:24px;color:var(--Title);font-weight:600;}
.datePickerInlineMain .datepicker .next, .datePickerInlineMain .datepicker .prev{font-size:28px;color:var(--red);font-weight:400;}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{background:none;}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover{background:#FFF7F8;}
.datePickerInlineMain .datepicker table tr td.today, .datePickerInlineMain .datepicker table tr td.today:hover{background: none;}
.datepicker .datepicker-days table tr td span{position: relative;z-index: 9;line-height: 10px;float: none;display: inline;}
.datepicker .datepicker-days table tr td span:hover{background:none;}
.datePickerInlineMain .datepicker table tr td.today span, .datePickerInlineMain .datepicker table tr td.today:hover span{background-color:var(--red);color:#fff;}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover{background: none;}
.datepicker table tr td.active.active span{background-color:var(--Discription);color:#fff;}
.datePickerInlineMain .datepicker td:after{content:'';position:absolute;display:block;border-radius:10px;height:45px;width:45px;
  top:calc(50% - 23px);left:calc(50% - 23px);}
.datePickerInlineMain .datepicker td:hover:after{background-color:#FFF7F8;}
.datePickerInlineMain .datepicker td.today:after{background-color:var(--red);color:#fff;}
.datePickerInlineMain .datepicker td.active:after{background-color:var(--Discription);color:#fff;}
.datePickerInlineMain .datepicker td:before{content:'';position:absolute;display:block;border-radius:10px;height:45px;width:45px;
top:calc(50% - 23px);left:calc(50% - 23px);z-index: 99;}
.datePickerInlineMain .datepicker .prev{background-image:url('../images/prev.svg');background-repeat:no-repeat;background-position:center;
background-size:12px;color:transparent;}
.datePickerInlineMain .datepicker .next{background-image:url('../images/next.svg');background-repeat:no-repeat;background-position:center;
background-size:12px;color:transparent;}
.datepicker table tr td span.active.active{background:var(--red);}
.datepicker table tr td span.focused{background: var(--Discription);color: #fff;}
/**/

.appoinmentList .card-header{border-radius:20px 20px 0 0;border-color:#E6E6E6;padding:15px 20px;}
.appoinmentList .form-label{font-size:18px;color:var(--Title);}
.appoinmentList time{color:var(--Discription);font-size:14px;}
.appointmentScroll{max-height:calc(100vh - 60px);overflow-y:auto;}
/**/
.itemCardLeadL .leftCardimg img{height:90px;width:90px;object-fit:cover;border-radius:8px;}
.itemCardLeadL .rightCardConTex h4{font-weight: 700;font-size: 22px;color: var(--Title);}
.itemCardLeadL .rightCardConTex .titleProDuct{color: var(--Discription);}
.ConBodyAppoManager .dashboardCardSection{min-height: calc(100vh - 170px);}
.appoiBooked{position:absolute;right:10px;top:5px;color:#14966F;}

.leadContactDeBox{background-color:#FFF7F8;padding:20px;border-radius:12px;}
.borderRightAddAppo{border-right:1px solid #E6E6E6;padding-right:30px;}
.leadContactDeBox h5{font-weight:700;color:var(--Title);font-size:20px;}
.itemInqDetails h6{min-width:150px;}
.imgAddedList img{border-radius:10px;height:80px;width:110px;}
.PaddLeftAddAppo{padding-left:30px;}
.contentAppoAdd .itemInqDetails h6{min-width:180px;}
.upcomingLabel{color:#44B527;font-weight:700;display:block;text-align:right;}


/**/
.imgCirclePlace{height:30px;width:30px;object-fit:cover;border-radius:50%;}
.headerRow, .footRow{margin:0;align-items:center;}
.headerRow{margin-bottom:15px;}
.imgThumbnail{border-radius:10px;width:100px;height:80px;box-shadow:0px 4px 0px 0px #C2D9A1;}
.card-title{color: var(--P_Purple);}
.card-header{background-color:transparent;border-color:#E8E8E5;}
.UploadyThumbnail .uploadPhoto img{height:300px;border: 2px dashed #DED9B5;margin-right: 0;}
.sparetore{margin-top: 15px;}
.WelcomeCard{background:linear-gradient(179.36deg, #B49CD7 -11.18%, #615D8A 73.94%);}
.DashCardOpt1{background-color:#9C8AC2;min-height: 300px;}
.DashCardOpt2{background-color:#BDA1DC;min-height: 300px;}
.DashCardOpt3{background-image: url('../images/bgCard3.webp');height: 100%;background-position:bottom right;background-size: cover;}
.WelcomeCard h3{font-family: "Young Serif", serif;font-size:30px;}
.WelcomeCard p{color:#C2D9A2;}
.top12{top:10px;}
.countTitle{color:#C2D9A2;font-size:80px;font-weight:600;}
.NameCard{color:#DED9B5;font-size:28px;font-weight:600;}
.DashboardContainer{max-width: 1920px;padding:15px 30px;}
.WelcomeCard .form-group .form-control{border-radius:30px;}

.form-label{color:#242424;}
.form-control::placeholder {color:var(--Secondary);opacity: 1;letter-spacing: 2px;}
.form-control::-ms-input-placeholder {color:var(--Secondary);letter-spacing: 2px;}
.form-control:focus{box-shadow:0 0 0 .25rem #C2D9A11E;border-color:var(--Green);}
.width80{width:80px;}
.width120{width:120px;}
.width170{width:170px;}
.textLink{color:var(--P_Purple);font-size: 18px;font-weight:600;}
.textInfoVideo{letter-spacing: 2px;color:#B3BDC2;}
.MainAppendContent{border-bottom: 1px solid #eee;margin-bottom: 15px;margin-top: 5px;}

.AttendeeDetails{border-radius:10px;border:1px solid #DED9B5;padding:15px;background-color:#FCFCF8;margin-top:15px;}
.table tbody tr td .btn, .table tbody tr td .btn:active, .table tbody tr td .btn:first-child:active, .table tbody tr td .btn:focus-visible{min-width:120px;padding:.375rem 1.25rem;}

.btn.btnAccepted{background-color:#92A078;color:#fff;pointer-events: none;}
.btn.disabledBtn, .btn.disabledBtn:hover{background-color:#686868;color:#fff;pointer-events: none;}
.disabledBtn:hover{opacity:0.8;pointer-events: none;}
.btn.btnResend{background-color:#8E7E99;color:#fff;}
.btn.btnRejected{background-color:#DC7575;color:#fff;pointer-events: none;}

.titleUserInfo h4{color: var(--P_Purple);}
.titleUserInfo a{color: var(--P_Purple);}
.grayBox{background-color:#F3F3EF;border:1px solid #DED9B5;padding:5px 15px;border-radius:10px;color: var(--Secondary);}
.userProfileImg  img{height:100%;object-fit:cover;border-radius:10px;}

.select2-container{width:100%!important;z-index: 9;}
.select2-container--default .select2-selection--multiple{border-color:#d7dce1 !important;padding:.275rem .55rem !important;border-radius:10px;}
.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d7dce1 !important;padding:.275rem .55rem !important;border-radius:10px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#BFA6CC;border:1px solid #BFA6CC;color:var(--White);}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:var(--White);}

/**/
.imgGroupSimbol{height:55px;width:55px;object-fit:cover;border-radius:50%;}
.GroupInfo h4{font-family:"Young Serif", serif;color:var(--P_Purple);font-size:28px;position:relative;}
.GroupInfo h4:after{border: solid #BFA6CC;border-width:0 2px 2px 0;display: inline-block;padding:5px;transform: rotate(45deg);
  -webkit-transform: rotate(45deg);margin-left:10px;}
.cardPost{/*background-color:#F3F3EF;*/height: auto;}
.cardPost .card-header{border-color:#E0E0DD;}
.text-theme{color: var(--P_Purple);}
.PostTabStyle{background-color:#EDE9EE;border-radius:12px;overflow:hidden;}
.PostTabStyle li.nav-item{width:50%;}
.PostTabStyle li .nav-link{font-size:18px;color:#000;width:100%;border-radius:0;padding:10px 15px;}
.PostTabStyle li .nav-link.active{background-color:var(--P_Purple);color:#000;}
.cardPostDisplay{box-shadow:0px 1px 3px 0px #C2D9A1;}
.stickeyBox{position: sticky;top:20px;}
/**/
.postProfileImg img{height:45px;width:45px;border-radius:45px;object-fit:cover;box-shadow: 2px 2px 0px 0px #C4E8E3;}
.postUserInfo h5{color: var(--Primary);font-size:18px;}
.postUserInfo span{color:var(--Secondary);font-size:14px;}
.dropdown .dropdown-menu{border-radius:12px;border:0;box-shadow:0px 1px 3px 0px #C2D9A1;}
.dropdown .leftDropDown{right:-10px!important;left:auto!important;}
.dropdownMoreInfo .dropdown-toggle:after{display: none;}
.postTitle{font-size:18px;color:#242424;}
.postDescription{color:var(--Secondary);font-size:16px;}
.postImg{width:100%;height:300px;object-fit:cover;background-color:#f0f0f0;border-radius:12px;}
.likeBtn img{width: 18px;}
.commentProfileImg img{height:45px;width:45px;min-width:45px;border-radius:50%;object-fit:cover;box-shadow:2px 2px 0px 0px #C4E8E3;}
.commentContent {background-color:#F3F3EF;border-radius:12px;padding:15px;width:92%}
.replayLink{font-weight:600;}
.commitTextBox{background:none;border:0;box-shadow:none;}
.commitTextBox:focus{background:none;box-shadow:none;}
.sendBtn img{width:24px;margin-right:6px;}
.commentMessageBx{background-color:#EDE9EE;padding:10px 15px;border-radius:30px;}
.CommentBox {border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;padding-top: 10px;position:relative;}
.commetRepplayList{padding-left: 50px;}
.commetRepplayList .commentProfileImg img{height:35px;width:35px;min-width:35px;}
.ReplayTextBox{padding-left:55px;}
.ReplayTextBox .commentMessageBx{padding:5px 10px;}
.ReplayTextBox .commentProfileImg img{height:35px;width:35px;min-width:35px;}
.createPostBox{position:sticky;bottom:0px;z-index:99;padding:20px 15px 5px 15px;background:linear-gradient(179.8deg, rgba(243, 243, 239, 0) 13.79%, #FFFFFF 65.24%);}
/**/
.searchFiled .form-control{border-radius:30px;background-color:#E9E1EA;}
.listOfMenmber .imgCirclePlace{height:40px;width:40px;min-width: 40px;}
.listOfMenmber{padding:10px 0;border-top:1px solid #ACACAC2B;}
.listOfMenmber:last-child{border-bottom:1px solid #ACACAC2B;}
.listMenmberContent{max-height: calc(100vh - 310px);overflow-y: auto;}
.btn-outline-primary{border-color: var(--P_Purple);color: var(--P_Purple);}
.btn-outline-primary:hover{background-color: var(--P_Purple);color: var(--White);border-color: var(--P_Purple);}

#pills-tabContent{max-height:calc(100vh - 185px);overflow-y:auto;}
.itemPost:last-child{margin-bottom:0!important;}
.MemberCount{font-weight:600;}
.white-space-nowrap{white-space:nowrap;}
.text-underline{text-decoration:underline;}
.attachedFile{left:auto;right: 15px;}

.viewPromocodeDetails{background-color:#fff;border:1px solid #DED9B5;padding:15px 30px;border-radius:10px;}
.itemViewDetails{padding-top:10px;padding-bottom:10px;}

/* 13022024 ====================================================== Start*/
.chatSection{padding:10px 0;}
.chatContent{background-color:#FAFAFA;background-color:#fff;border-radius:22px;}
.chatHeader{background:#FFFFFF;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);border-radius:10px 10px 0px 0px;padding:10px 15px;}
.chatHeader .imgCoach img{height:45px;width:45px;border-radius:50px;object-fit:cover;}
.chatHeader h4{font-size:20px;color:var(--P_Purple);font-family:"Young Serif", serif;}
.chatBoady{padding: 30px;height:calc(100vh - 250px);overflow-y: auto;}
.chatList{padding: 15px 0;}
.chatList .imgCoach{margin-right: 15px;align-self:end;padding-bottom:25px;}
.chatList .imgCoach img{height:50px;width:50px;min-width:50px;border-radius:50%;object-fit:cover;border:1px solid var(--P_Purple);}
.chatRight.chatList .imgCoach img{border:1px solid var(--P_Purple);}
.chatList .textBox{background-color:#ECE8EF;border-radius:10px;padding:15px 20px;color:var(--Primary);border-radius:10px 10px 10px 0;}
.chatList .MessageDesplay{max-width:80%;}
.chatList time{color:#424242;font-size:14px;}
.chatList.chatRight .textBox{margin:0 0 0 auto;background-color:#ECE8EF;color:var(--Primary);border-radius:10px 10px 0 10px;}
.chatList.chatRight time{text-align:right;}
.chatList.chatRight .imgCoach{margin-right:0;margin-left:15px;}
.chatFoot{padding:0 30px;}
.chatFoot .form-group .form-control{background-color:var(--P_Purple);color: #fff;border-radius: 30px;height: 52px;padding-left: 50px;}
.chatFoot .btnDend{background-color:var(--P_Purple);border-radius:10px;color:#fff;height:50px;width:50px;padding:0 0 0 4px;font-size:20px;border-radius: 40px;display: flex;
min-width: 50px;justify-content: center;}
.chatFoot .attached{position:absolute;top:16px;right:20px;font-size:20px;color:#1494A1;cursor: pointer;}
.chatFoot .attachedSmily{left: 20px;right: auto;}
.chatFoot ::placeholder {color: #eee;opacity: 1; /* Firefox */}
.chatFoot ::-ms-input-placeholder {/* Edge 12 -18 */color:#eee;}
.chatRight{justify-content: end;}
/*.chatList .MessageDesplay{width: 100%;}*/
.passShow{position:absolute;right:12px;top:38px;cursor:pointer;}
.imgUserI{margin-right:15px;}
.imgUserI img{height:42px;width:42px;border-radius:50%;min-width:42px;object-fit:cover;border:1px solid #007C9D;}
.chatCustomer_list{background-color:#fff;border-radius:0;min-width:460px;z-index:9;top:0;margin-right:15px;border:none;border-right:1px solid #3333331A;}
.searchContent{box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);border-radius:0;padding: 0 15px 10px 15px;border-bottom:1px solid #3333331A;}
.searchContent .searchIcon{position:absolute;left:17px;top:10px;}
.searchContent .form-control{border-radius:30px;background:#E9E1EA;border:0;padding-left:45px;}
.userScrollBox .itemUser{padding:15px;color:#8E7E99;background-color:var(--P_Purple);border-radius:15px;margin:10px 0;}
.userScrollBox .itemUser.active{background-color:#007c9d0a;}
.itemUser .UserDetailL h5{font-size:16px;color:#fff;font-family:"Young Serif", serif;}
.itemUser .UserDetailL p{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;  width:260px;line-height:18px;color:#8E7E99;}
.itemUser .UserDetailL time{font-size:13px;opacity:0.4;}
.userScrollBox{max-height:calc(100vh - 200px);overflow-y:auto;padding:0 15px;}
.form-control{font-size: 14px;font-weight: 300;}
.unread{height:12px;width:12px;border-radius:50%;background-color:#C2D9A1;display:inline-block;}
.timeInfo{font-size:14px;}
.userScrollBox::-webkit-scrollbar, .chatBoady::-webkit-scrollbar {width:6px}
.userScrollBox::-webkit-scrollbar-track, .chatBoady::-webkit-scrollbar-track {background:#EBEBE0;border-radius:5px}
.userScrollBox::-webkit-scrollbar-thumb, .chatBoady::-webkit-scrollbar-thumb {background:#D9D9D9;border-radius:5px}
.customerList{color:var(--P_Purple);font-size:20px;font-weight:600;}

.unreadCount span{margin:0 0 0 auto;height:20px;width:20px;background-color:#C2D9A1;border-radius:50%;display:flex;
color:var(--Title);align-items:center;justify-content:center;font-size:10px;}

@media (min-width:993px){
    .chatCustomer_list{position:relative !important;display: block;}
  }


@media (max-width:1199px){
    .chatCustomer_list{min-width: 400px;}
}
@media (max-width:767px){
    .chatBoady{height: calc(100vh - 290px);}
    .loginRightContent{padding: 0 10px 10px 20px;}
    .userScrollBox{max-height:calc(100vh - 240px);}
}


/*280524*/
.workOutTitle{font-size:26px;}
.fontYoungSerif{font-family:"Young Serif", serif;}
.grid-head{background-color:var(--P_Purple);padding:2px 10px;}
.grid-head h4{font-size:16px;white-space:nowrap;margin-right:5px;}
.addDayBtn{color:#242424;font-weight:500;display:flex;font-size:14px;white-space:nowrap;}
.addDayBtn img{margin-right:2px;width: 15px;}
.grid-body{padding:10px;}
.grid-container{/*display:grid;grid-template-columns:auto auto auto auto auto auto auto;*/overflow-x: auto;}
.grid-container .grid-item{padding:0;border:1px solid #8E7E99;}
.grid-body .form-check{font-size:14px;}
.displayGrp{border-bottom: 1px solid #8E7E99;padding:10px 0;}
.displayGrp:last-child{border-bottom: 0;}
.displayGrp h6{margin-top: 15px;}
.displayGrp h6:first-child{margin-top:0;}
/**/
.PostTabStyle{background:none;border-radius:0;}
.PostTabStyle li.nav-item{width:33%;padding-right:5px;}
.PostTabStyle li .nav-link{border:1px solid #BFA6CC;border-radius:6px;}

.btnGrpMyPst a.btn, .btnGrpMyPst a.btn:active, .btnGrpMyPst a.btn:focus-visible {padding:5px 15px!important;min-width:auto!important;}
.PostTabStyle li .nav-link.active{color: #fff;}
/**/
.ReportedSidebar{box-shadow:-5px 0px 4px 0px #0000001A;background-color:#fff;padding:20px;position:fixed;right:-150%;top:60px;max-width:500px;width:100%;z-index:99;}
.ReportedSidebar.ReportedShow{right:0;}
.ItemReported{border:1px solid #0000001A;border-radius:10px;padding:15px;margin:15px 0;}
.closeRe{color:#242424;display:flex;height:22px;width:22px;border:1px solid #242424;align-items:center;justify-content:center;border-radius:50%;font-size:20px;}
.StrikeBtn{text-decoration:underline;color:#686868;}
.ScrollReported{height:calc(100vh - 160px);overflow-y:auto;}

@media screen and (max-width: 1199px) {
.grid-container .grid-item{flex: 1 0 25%;}
}
@media screen and (max-width: 992px) {
  .gridSection{margin-top: 15px;}
}
@media screen and (max-width: 767px) {
.grid-container .grid-item{flex: 1 0 33%;}
}
@media screen and (max-width: 574px) {
.grid-container .grid-item{flex: 1 0 100%;}
}















/*Media Query*/
@media screen and (max-width: 1440px) {
.itemCardLeadL .leftCardimg img{height:70px;width:70px;}
}
@media screen and (max-width: 1199px) {
  .DashboardCard .countDCard{font-size: 30px;}
  /*.form-group .form-control{padding: .575rem .75rem;}*/
  .filterDate .iconAddons{top:7px;}
  .addOnceIcon .form-control{padding-left:45px;}
  .form-control.form-select{padding-right:30px;}
  .iConRight .form-control{padding-left:10px;padding-right:35px;top:39px;}
  .iConRight.addOnceIcon .iconAddons{top:39px;}

  .countTitle{font-size: 60px;}
  .NameCard{font-size: 18px;}
}
@media screen and (max-width: 992px) {
.ScrollPerFormData{max-height:none;overflow-y:inherit;}
.topBarnchesSidebar{margin-top:20px;margin-right:0;}
.topBrancheListingSec{max-height: none;}
.topBarnchesSidebar{padding: 20px 10px 0 10px;}

.borderRightAddAppo{padding-right:15px;border-right:0;}
.PaddLeftAddAppo{padding-left: 15px;}
.DashCardOpt1, .DashCardOpt2, .DashCardOpt3{min-height: 220px;}
.DashCardOpt3{margin: 20px 0 30px 0;height: auto;}

.itemAppendChild .form-group{width:25%;}
.itemAppendChild .form-group .form-control{width:100%;}
.itemAppendChild{border-bottom:1px solid #eee;}
.itemAppendChild:first-child{border-bottom:0}

/**/
.contentBody {position: relative;}
.GroupInfoCard{position:fixed;left:-100%;z-index: 999;}
.GroupInfoCard.openGroupInfo{left:10px;}
.ReportedCard{position:fixed;right:-100%;z-index: 999;}
.ReportedCard.openReported{right:15px;}
.closeBtn{position:absolute;right:-7px;top:-9px;font-size:24px;color:var(--White);background-color:#97B2AE;border-radius:30px;height:35px;width:35px;text-align:center;line-height:33px;}
}
@media screen and (max-width: 767px) {
.loginTitle{font-size:30px;}
.loginSubtitle{font-size:18px;}
.itemInqDetails h6{font-size:16px;min-width:110px;}
.imgAddedList img{height:60px;width:80px;}
.contentAppoAdd .itemInqDetails h6{min-width:inherit;}

.DashboardContainer{padding: 15px 0;}
.itemAppendChild .form-group{width:33.33%;}
.itemAppendChild .form-group .form-control{width:100%;}
}
@media screen and (max-width: 574px) {
.PhotosItem img, .attLog .PhotosItem img{width:80px;height:60px;}
.pageTitle{font-size:18px;max-width:150px;line-height:20px;}
.btn-primary{min-width:inherit;}
.card-body{padding:15px;}
.appoinmentList .card-header{padding:12px 15px;}
.PrifileImg img{height:35px;width:35px;}
/**/
.datePickerInlineMain .datepicker td:after{height:35px;width:35px;top:calc(50% - 18px);left:calc(50% - 18px);}
.datePickerInlineMain .datepicker.datepicker-inline td, .datePickerInlineMain .datepicker.dropdown-menu td{
 padding:15px 5px;}
 .datePickerInlineMain .datepicker.datepicker-inline th, .datePickerInlineMain .datepicker.dropdown-menu th{
padding:5px 5px;}
.itemCardLeadL .card-body{padding:10px 12px;}
.appoiBooked{top:0;}
.itemCardLeadL .leftCardimg img{height:60px;width:60px;}
.itemCardLeadL .rightCardConTex h4{font-size:20px;}
.titleProDuct{font-size:16px;}

.itemAppendChild .form-group{width:50%;}
.itemAppendChild .form-group .form-control{width:100%;}
}
/* custom added */
.error{
    color:red;
    font-weight: 500;
}
.passShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.passHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.confirmpassShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.confirmpassHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.currentpassShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.currentpassHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}

.dataTableLara .dt--top-section .row{margin-bottom:15px;padding: 0 15px;}
.dt--bottom-section{padding-left:15px}
.logoContent{top:0;z-index:9}
.pac-container{z-index: 9999;}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #ff0000;
    border-color: #ff0000;
}
#map {
    height: 300px;
    width: 100%;
}
.postImgBorder{object-fit: cover;}
.Postgrid-container {display: grid;grid-template-columns: auto auto auto;padding: 2px;}
.Postgrid-item {border: 2px solid #fff;}

th.action-column {
    width: 105px !important;
}

.dashboardDatepicker{
    color:#ae95bb;
}

.dataTableLara .dt--top-section .row{margin: 0;margin-bottom:15px;padding: 0;}

.loginSubtitle{color: #fff;}
.AuthForm .btn-primary{color: #242424;font-weight: 500;}

.form-image .l-image{background-position:top center;}
.DashboardContainer{max-width: inherit;}
.WelcomeCard .form-group .form-control{color: #BFA6CC;font-weight: 500;}

#subAdminTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#runningClubTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#communityTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#attendeeTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#manageCommunity_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#eventTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#libraryTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#programmeTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#bannerTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#mealBookTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#hostTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#guestTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#userTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#broadcastTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#profileTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}
#promoCodeTable_info{background-color: #E9E1EA;padding: 4px 12px;color:#401717;border-radius: 4px;}

.UploadyThumbnail .uploadPhoto img{background-color: #f5f5ea;}
.ProPhotoUp img{height:160px;width:160px;border-radius:50%;}
.editProPho{position:absolute;left:130px;bottom:-10px;}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    bottom: 50%;
    content: "";
    height: 14px;width: 14px;
    background-image: url('../images/sort-icon.svg');;
    display: inline-block;background-size:contain;
    margin: 0 0 -2px 2px;
}
.cancelText{
    font-size: 21px;
    color: var(--Title);
}
.dataTableLara .row-select-checkbox {
    display: none;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners{background-color: #FCFCF8;border-radius: 0 0 10px 10px;border-color: #DED9B5;}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-top-left-radius: 10px;border-top-right-radius: 10px;border-color: #DED9B5;}
.ck.ck-balloon-panel{z-index: 9999;}

.ProPhotoUp img{height:160px;width:160px;border-radius:50%;}
.editProPho{position:absolute;left:130px;bottom:-10px;}

.select2-container--default .select2-selection--multiple{border:1px solid #DED9B5!important;border-radius:10px!important;min-height:48px!important;}
.daterangepicker{z-index: 9999;}

.TableHeadFilterCus{margin-bottom:-60px;}
.indiCate{height:8px;width:8px;background-color:#C2D9A1;border-radius:8px;
display:inline-block;margin-bottom:2px;}
.CommentImg img{min-width: 40px;}
.eyeViCon{min-width:20px;}
@media screen and (max-width: 1399px) {
.TableHeadFilterCus{margin-bottom:0px;}
}
.form-switch .form-check-input:checked {background-color:#BFA6CC;border-color:#BFA6CC;}

.uploadMultiImage .uploadBoxCus{border:2px dashed #DED9B5;background-color:#FCFCF8;border-radius:10px;padding:10px;}
.itemImgUpload img{width:100px;height:100px;object-fit:cover;border-radius:10px;}
.infoToll{position:relative;right:-28px;align-self:center;}

.ck.ck-balloon-panel{z-index:9999 !important;}

#mealBookTable thead tr th:first-child{min-width: 115px;}
#mealBookTable thead tr th:nth-child(2){min-width: 115px;}

.HostIcon .iconAddons{z-index: 99;}
.HostIcon  .select2-container--default .select2-selection--multiple{padding-left: 35px !important;}

.GuestIcon  .select2-container--default .select2-selection--multiple{padding-left: 35px !important;}

.bootstrap-datetimepicker-widget{z-index: 999999 !important;}

.select2-container .select2-search--inline .select2-search__field{font-size: 14px !important;letter-spacing: 2px;}

#eventTable thead tr th:nth-child(10){min-width: 80px;}
#eventTable thead tr th:nth-child(8){min-width: 79px;}
.modal-header{
    border-bottom-color: #BFA6CC
}

#communityTable thead tr th:first-child{min-width: 85px;}

.GuestIcon .select2-container--default .select2-selection--multiple{background-color:transparent;}

.itemPost{background: white;border-radius: 18px;}

.nav-link.disabled {
    pointer-events: none; /* Prevents clicking */
    color: #6c757d; /* Adjust color to indicate disabled state */
}

.select2-container .select2-search--inline .select2-search__field{font-weight:300;font-family:"Work Sans", sans-serif !important;
    color:var(--Discription);letter-spacing:0;}
.select2-container .select2-search--inline .select2-search__field::placeholder{color:var(--Secondary) !important;opacity: 1 !important;}
.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder{color:var(--Secondary) !important;opacity: 1 !important;}
.select2-container .select2-search--inline .select2-search__field::focus{color:var(--Secondary) !important;opacity: 1 !important;}
/* .iconAddons{top:45px;} */

.chatCustomer_list{z-index: 0;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent{z-index: 1;}


.WelcomeCard{height: auto;}
.DashCardOpt3{height: 621px;}
@media screen and (max-width: 1320px) {
  .DashCardOpt3{background-position: center center;}
}
@media screen and (max-width: 992px) {
  .DashCardOpt3{height:310px;}
}

.btn.btn-primary, .btn.btn-primary:disabled, .btn.btn-primary:active, .btn-primary.btn:first-child:active, .btn-primary.btn:focus-visible{background-color: var(--P_Purple);}

/*Full Calender UI*/
.new-control{position:relative;margin-bottom:5px;font-size:14px;font-weight:600;color:#888ea8;margin-right:15px;}
.new-control.new-radio .new-control-indicator {position:absolute;top:2px;left:0;display:block;width: 16px;height:16px;pointer-events:none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select:none;user-select:none;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;border-radius:50%;}
#addEventsModal .close{float:right;font-size:28px;margin-top:-15px;margin-right:-15px;}
.new-control.new-radio.radio-primary > input:checked ~ span.new-control-indicator {background:#8E7E99;}
.new-control.new-radio.radio-warning > input:checked ~ span.new-control-indicator {background:#97B2AE;}
.new-control.new-radio.radio-success > input:checked ~ span.new-control-indicator {background:#AAA58C;}
.new-control.new-radio.radio-danger > input:checked ~ span.new-control-indicator {background:#C4E8E3;}
#addEventsModal form label input[type="radio"]{opacity: 0;}
/**/

.btnMinwidth{min-width:130px;}

.owl-PosItem .owl-dots{text-align:center;}
.owl-PosItem .owl-dots .owl-dot{height:10px;width:10px;background-color:#c2c2c2!important;border-radius:10px;margin:2px;}
.owl-PosItem .owl-dots .owl-dot.active{background-color:#C3AAD0!important;}

#userTable thead tr th:nth-child(2){min-width: 220px;}

.mention-list {
    background: #fff;
    border: 0px solid #ccc;
    width: 30%;
    max-height: 150px;
    overflow-y: auto;
    border-radius: 18px;
}

.mention-item:hover {
    background: #f0f0f0;
}


.ReqTitle{font-size:22px;}
.ReqDroDown select, .ReqDroDown select:focus{border-radius:20px;background-color:#E9E1EA;font-weight:500;}
.RequestContent{max-height:calc(100vh - 180px);overflow-y:auto;}
.RequestList{background-color:#8E7E99;border-radius:10px;margin:10px 0;padding:10px 15px;cursor:pointer;}
.RequestList h5{color:#fff;font-size: 18px;}
.RequestList p{color:#fff;}
.cancelSectionBtn{background-color:#DC7575;color:#fff;border-radius:12px;}
.cancelSectionBtn:hover{background-color:#DC7575;color:#fff;opacity: 0.8;}
td .btn.btnAccepted, .grpBtnList .btn.btnAccepted{background-color: #92A078;}
td .btn.btnRejected, .grpBtnList .btn.btnRejected {background-color: #DC7575;}
td .btn.desableddBtn, .grpBtnList .btn.desableddBtn {background-color: #858585;}
.grpBtnList .btn{padding:5px 15px;}
.ListContent{max-height:calc(100vh - 160px);overflow-y:auto;}
.ListItems {padding:5px 0;}


.preview-img-container {
    position: relative;
    display: inline-block;
}

.close-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 6px;
}
.loaderContaner{position:fixed;background-color:#000000db;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:999;display: flex;align-items: center;justify-content: center;}
.loader {
    color: #BDA4CA;
  width: fit-content;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
  animation: l2 2s linear infinite;
}
.loader:before {
  content:"BTND.";
  color: #BDA4CA;
  font-size: 36px;
}
@keyframes l2 {to{background-size: 100% 3px}}

.empty-space {
    height: 100px; /* Adjust height as needed */

}
#workout-container .grid-head {
    display: flex;
    align-items: center;
    color: black; /* Text color */
    padding: 10px; /* Correct padding value */
    border-radius: 0;
}

/* Ensure the week and day buttons are always visible */
#workout-container .btn {
    padding: 0;
}
.scrollGridBody{
    max-height: 480px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* Specific styling for add-week-btn and add-day-btn if needed */
#workout-container .add-day-btn img{
    margin-left: 3px;
}
#workout-container .add-day-btn {
    background-color: transparent;
}

#workout-container .add-week-btn img,
#workout-container .add-day-btn img {
    margin-right: 5px; /* Space between icon and text */
}

/* Ensure spacing between elements */
#workout-container .me-2 {
    margin-right: 0.5rem; /* Margin right */
}

#workout-container .ms-2 {
    margin-left: 0.5rem; /* Margin left */
}

#workout-container .grid-item {
    display: flex;
    flex-direction: column;
}

/* Add space for empty content area */
#workout-container .empty-space {
    height: 100px; /* Adjust height as needed */
}

/* Ensure that grid-container rows align properly */
#workout-container .grid-container {
    display: flex;
    flex-wrap: wrap;
}

/* Cross icon styles */
.itemImgUpload {
    position: relative;
}

.remove-img {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.remove-img img {
    width: 20px;
    height: 20px;
}
.uploadBtnDialog{font-size:18px;font-weight:500;}
.UploadBanner{background-color:#F9F9F2;border:2px dashed #DED9B5;width:auto;display: inline-block;}
.upBannerImg{max-height:300px;object-fit:contain;width:335px;height:130px;}
.imgDisplay{height:200px;width: 300px;object-fit: contain;background-color:#ece8ef;}
.text-danger {color: red !important;font-weight: 500 !important;}
.text-danger-logout{color: #EB4242 !important;font-weight: 500 !important;}


#calendar .fc-event{margin:2px 0!important;padding:5px 10px!important;}
#calendar .fc-day-grid-event .fc-content{display:flex;white-space:break-spaces;}
.fc-day-grid-event .fc-time{white-space:nowrap;}
.WorkOutTitleHead{word-break: break-all;}
.btnAddWee12{padding:10px 25px!important;}

.lb-number{display: none !important;}
.hiddenComments {display: none !important; }

.iconMenu{position:relative;}
.iconMenu .ChatIndicate{position:absolute;height:12px;width:12px;background-color:#C2D9A1;border-radius:50%;left:17px;top:0;}
