
 :root {
  --text-white-color: #ffffff;
  --edit-button-color: #6c757d;
  --delete-button-color: #E54360;
}

* {
  font-family: "Poppins", "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.MuiTypography-body1 {
  font-family: "Poppins", "Roboto", "Helvetica", "Arial", sans-serif !important;
}
::-ms-reveal {
  display: none;
}
 
.CircularProgressbar {  
  width: 100%;  
  vertical-align: middle;
}
.logo__wrapper {
  max-width: 256px;
  height:123px;
  max-height: 123px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  padding: 15px;
  border-bottom: 1px solid #efefef;  
 }
 .logo__wrapper__img {  
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  object-fit: contain;
 }
/* logo ends */

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;  
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.muiibody {
  position: relative;
}

.mui-top {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.mui-bot {
  position: fixed;
  left: 0;
  bottom: -10px;  
  z-index: -1;
}
.muiibody .mui-top , .muiibody .mui-bot { 
  opacity: 0.2;
}

/*
.muiibody::before {
  content: '';
  display: block;
  height: 300px;
  width: 330px;
  top: 0px;
  right: 0px;
  position: fixed;
  
  background-image: url("./top-right-dark.png");
  background-size: cover;
  z-index: -1;
  opacity: .2;
}
.muiibody::after {
  content: '';
  display: block;
  height: 300px;
  width: 330px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  
  background-image: url("./bottom-left-dark.png");
  background-size: cover;
  z-index: -1;
  opacity: .2;
}
.signin::before {
  content: '';
  display: block;
  height: 300px;
  width: 330px;
  top: 0px;
  right: 0px;
  position: fixed;
  
  background-image: url("./top-right-dark.png");
  background-size: cover;
  z-index: -1;
}
.signin::after {
  content: '';
  display: block;
  height: 300px;
  width: 330px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  
  background-image: url("./bottom-left-dark.png");
  background-size: cover;
  z-index: -1;  
}
*/
/* body custom background ends*/
/***************************************************/
.ck-editor__editable {
  min-height: 100px !important;
  max-height: 250px !important;
}

input[type='date']::-webkit-calendar-picker-indicator {
  background: url('https://raw.githubusercontent.com/pradipcoderockers/Simple-Google-Url-Shortner-API-in-PHP/master/birthday.svg')
    center/80% no-repeat;
  width: 38px;
}

#courseDetail #media-search-box {
  padding: 15px 15px;
}

#addNewCourse .MuiFilledInput-input {
  padding: 20px 12px 20px;
}

#addNewCourse .makeStyles-autocomplete-44 .MuiFilledInput-root {
  padding: 0;
}

@media (max-width: 767px) {
  #courseCatogery ul[class*='catdashboard'] {
    margin: 0 -5px 0;
  }

  #courseCatogery ul[class*='catdashboard'] li {
    width: 50%;
    margin: 0 0 10px;
  }

  #courseCatogery .MuiGrid-spacing-xs-1 > .MuiGrid-item {
    width: 100%;
  }

  #courseCatogery div[class*='TextField'] {
    display: none;
  }

  #courseDetail ul[class*='catdashboard'] li {
    width: 50%;
    margin: 0 0 0;
    padding: 5px;
  }

  #courseDetail {
    padding: 0 !important;
  }

  #courseDetail ul[class*='catdashboard'] {
    margin: 0 -13px;
  }

  #courseDetail .makeStyles-detailroot-22 {
    padding-top: 0;
  }

  #courseDetail h2[class*='girdheading'] {
    margin: 0;
    padding: 15px;
  }

  #addNewCourse {
    padding: 10px;
  }

  #addNewCourse .MuiGrid-spacing-xs-1 > .MuiGrid-item {
    width: 100%;
  }

  #allMedia ul[class*='catdashboard'] li {
    width: 50%;
    margin: 0 0 0;
    padding: 5px;
  }
}
/***************************************************/

.MuiOutlinedInput-inputAdornedStart {
  margin-left: -10px !important;
}
.paddingdv #outlined-basic {
  padding: 5px 15px !important;
}

@media screen and (max-width: 1920px) {
  .fromstyle {
    width: 56% !important;
  }
}
.MuiInput-underline:before {
  content: none !important;
}

.MuiOutlinedInput-inputMarginDense {
  padding-top: 5.5px !important;
  padding-bottom: 8.5px !important;
}

.makeStyles-TextField-8 {
  margin-right: 42% !important;
}

.MuiAppBar-colorPrimary {
  background: none;
}

.MuiPaper-root {
  background: none;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.makeStyles-item-31 {
  color: '060236' !important;
}

.scroll {
  width: 200px I !important;
  height: 400px !important;
  background: red !important;
  overflow: scroll !important;
}
.swal-icon--warning__body {
  width: 5px;
  height: 34px;
}

::-webkit-scrollbar {  
  height: 5px;
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;

}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #060236;
}

* {
  font-family: 'Poppins', sans-serif;
}
body {
  margin: 0px;
}
.listDisplay {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translate(-5%, -5%);
}

.gridDisplay {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25vw;
}

.listGrid ul {
  list-style: none;
  padding: 0;
}

.listDisplay li,
.gridDisplay li a {
  padding: 10px;
  background: #000;
  border-radius: 50% 50%;
  width: 40px;
  height: 40px;
  margin: 15px 0px;
  color: #fff;
}

.listDisplay .list {
  display: block;
}

.listDisplay ul li:nth-child(1),
.listDisplay ul li:nth-child(3),
.gridDisplay ul li:nth-child(1) a,
.gridDisplay ul li:nth-child(2) a,
.gridDisplay ul li:nth-child(7) a {
  background: #f26445;
}

.listDisplay ul li:nth-child(2),
.listDisplay ul li:nth-child(5),
.gridDisplay ul li:nth-child(2) a,
.gridDisplay ul li:nth-child(5) a {
  background: #ffc52b;
}

.listDisplay ul li:nth-child(4),
.listDisplay ul li:nth-child(6),
.gridDisplay ul li:nth-child(4) a,
.gridDisplay ul li:nth-child(6) a,
.gridDisplay ul li:nth-child(8) a {
  background: #060236;
}

.gridDisplay ul li:nth-child(4) a {
  color: #fff;
}

.gridDisplay .list,
.all .grid {
  display: none;
}

.gridlist .grid {
  display: block;
}

.listDisplay .grid {
  display: none;
}

.gridDisplay .grid {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px;
}

.gridDisplay .grid li {
  float: left;
  width: 49%;
  height: 22vh;
  background: #7f8da1;
  position: relative;
  border: 0.5px solid #aaaca9;
}

.gridDisplay .grid li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gridDisplay .grid .viewAll {
  background: #060236;
  position: relative;
}

.gridDisplay .grid .viewAll p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.gridDisplay .viewAll a {
  border-radius: 0px;
  width: auto;
  height: auto;
  background: transparent;
}

.gridDisplay .all.grid li {
  width: 24.6%;
}

.all.grid {
  display: none;
}

.listAll .all.grid {
  display: inline-block;
  width: 50vw;
  position: absolute;
  top: 0px;
  left: 0px;
}

.allList a {
  color: #000;
}

.mobileController {
  display: none;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  position: absolute;
  right: 25px;
  bottom: 35px;
  font-weight: 800;
}

.iconWrapper {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.Expand {
  height: 88vh;
  overflow: hidden;
}

.collpse,
.OpenPresenation .Expand,
.viewAll .Expand {
  width: 40%;
  height: 44vh;
  float: right;
  position: relative;
}

.OpenPresenation .Expand,
.viewAll .Expand {
  position: absolute;
  right: 0;
}

.mask {
  width: 100%;
  height: 100%;
  background: #cccccc;
}

.ChatOpen .homeWindow {
  width: 80%;
  float: left;
}

.ParticipateWrapper {
  display: none;
  width: 20%;
  float: right;
}

.chatSection {
  height: auto;
}

.chatBox {
  height: 50vh;
  padding: 20px 20px;
}

.chatControl {
  height: 20vh;
}

.chatControl p {
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
}

.userName {
  color: #cccccc;
  font-size: 10px;
}

.ChatOpen .chatWrapper,
.listAll.gridDisplay.ListAll .all.grid,
.ListAll.gridDisplay .all.grid {
  display: block;
}

.chatWrapper textarea {
  width: 90%;
  overflow: hidden;
  border: 0px;
  padding: 0px 10px;
}
.swal-overlay--show-modal .swal-modal {
  width: 300px;
}

.swal-modal{
  width: 300px;
}

.swal-button {
  padding: 6px 30px;
  background-color: #FFC62D;
  border-radius: 50px;
  color: #000;
}
.swal-button:not([disabled]):hover {
  background-color: #FFC62D;
}
.swal-icon--success__line--long {
  z-index: 1111;
  color: #fff !important;
  background: #fff !important;
}
.swal-icon--success__line--tip {
  z-index: 1111;
  color: #fff !important;
  background: #fff !important;
}
.swal-icon--success__ring {
  background-color: green;
}
.swal-title:not(:last-child) {
  margin-bottom: 0px;
}
.swal-text {
  color: #6565ef;
  font-size: 14px;
  text-align: center;
}

.gridDisplay.listAll {
  left: 0;
  width: 100vw;
}

.listGrid .none,
.gridDisplay.none,
.closePresentation .presenationbody,
.OpenPresenation .live,
.chatWrapper.none,
.expand .listGrid,
.collpse .listGrid {
  display: none;
}

.chatList,
.ParticipateWrapper .chatbody .paticipateBody,
.chatbody.ParticipateWrapper .paticipateBody,
.message .chatbox,
.section .chatWrapper {
  display: none;
}
.chatbody .chatList,
.ChatOpen .ParticipateWrapper,
.paticipate .paticipateBody,
.section .chatbox,
.message .chatWrapper,
.OpenPresenation .presenationbody,
.OpenPresenation .presenationbody .live {
  display: block;
}

@media screen and (max-width: 1024px) {
  .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
  }
}

@media screen and (max-width: 820px) {
  .iconWrapper {
    left: 45%;
    transform: translateX(-45%);
  }
}

@media screen and (max-width: 767px) {
  .listDisplay {
    top: 30%;
    right: 3%;
    transform: translate(-3%, -30%);
  }

  .gridDisplay {
    width: 100vw;
  }

  .mobileController {
    display: block;
  }

  .iconWrapper {
    bottom: 25px;
  }

  .viewAll .Expand {
    width: 100%;
  }

  .showless ul li:nth-child(1),
  .showless ul li:nth-child(4),
  .showless ul li:nth-child(5),
  .showless ul li:nth-child(6),
  .collapseICon {
    display: none;
  }

  .showmore ul li:nth-child(1),
  .showmore ul li:nth-child(4),
  .showmore ul li:nth-child(5),
  .showmore ul li:nth-child(6) {
    display: block;
  }

  mask {
    width: auto;
    object-fit: cover;
    height: 100vh;
  }
  .ParticipateWrapper,
  .listAll .all.grid {
    width: 100%;
  }
  .ChatOpen .homeWindow {
    width: 0%;
  }
  .gridDisplay.listAll {
    top: 50%;
  }
}

.MuiOutlinedInput-input {
  padding: 12px 15px !important;  
}

.MuiSelect-select:focus {
  border-radius: 50px !important;
  background-color: #fff !important;
}

.makeStyles-content-4 {
  position: relative;
}

header.MuiPaper-root.MuiAppBar-root.MuiAppBar-positionStatic.MuiAppBar-colorPrimary.organizationTab.MuiPaper-elevation4 {
  background: transparent !important;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
label + .MuiInput-formControl {
  margin-top: 0px !important;
}


.nav-itemedt {
  font-size: 14px !important;
  padding-top: 5px !important;
  line-height: 1.2 !important;
}


.ck.ck-content ul,
.ck.ck-content ul li {
  list-style-type: inherit;
}

.ck.ck-content ul {
  
  padding-left: 15px;
}

.ck.ck-content ol,
.ck.ck-content ol li {
  list-style-type: decimal;
}
.ck.ck-content ol {
  
  padding-left: 15px;
}

.year-month {
	width: 25%;
	margin-bottom: 20px;	
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  font-family: Poppins, sans-serif;
	letter-spacing: 0px;
	color: #818181;
}

.year-calendar {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 25px;
	overflow: auto;
}

.year-calendar button.date.next-month,
.year-calendar button.date.prev-month {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  font-family: Poppins, sans-serif;
	letter-spacing: 0px;
	color: #818181;
}

.year-calendar span.day {
	padding: 0px 12px;
}

.year-calendar button.date {
	width: 34px;
	padding: 5px 5px;
	border: 0px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  font-family: Poppins, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	background-color: transparent;
}

.year-month-name {
	font: normal normal normal 16px/18px Poppins, sans-serif;
	letter-spacing: 0px;
	color: #818181;
	margin-bottom: 10px;
	font-weight: 500;
	margin-left: 10px;
}

#calendar_wrap .rbc-btn-group {
	border: 0.25px solid #a4a4a5;
	border-radius: 5px;
}

#calendar_wrap .rbc-toolbar button {
	text-align: left;
	letter-spacing: 0px;
	/* color: #060236; */
	border: 0;
  padding: 8px 24px;
}

#calendar_wrap .rbc-toolbar button.rbc-active {
	background:#dddddd 0% 0% no-repeat padding-box;
}

#calendar_wrap .calendar-box {
	box-shadow: 0px 3px 30px #0000002e;
	padding: 20px;
	position: relative;
}

/* #calendar_wrap .rbc-header {
	letter-spacing: 0px;
	color: #090909;
	text-transform: uppercase;
	padding: 10px;
	font-size: 14px;
} */
#calendar_wrap .rbc-date-cell {
	text-align: left;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}

#calendar_wrap .rbc-date-cell.rbc-now.rbc-current a {
  background: #060236 0% 0% no-repeat padding-box;
  text-align: center;
  letter-spacing: 0.87px;
  color: #fbfbfb;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px 7px;
  font-weight: normal;
}
/* #calendar_wrap .rbc-today {
	background: #f5f5f5;
} */

.date.in-month.today {
  background: #121236;
  color: #fff;
  border-radius:50px;
}

#calendar_wrap .rbc-off-range-bg {
	background-color: #ecececd9;
}

#calendar_wrap .rbc-nav-button {
	background: #dddddd 0% 0% no-repeat padding-box;
	padding: 0px 9px !important;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
}
#calendar_wrap .rbc-toolbar {
	justify-content: end;
}

#calendar_wrap .toolbar-content {
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#calendar_wrap .calendar-filter {
	position: absolute;
	padding: 0px;	
}

#calendar_wrap .add-event-btn {
  min-width: 130px;
  border-radius: 50px;  
  text-transform: unset;
  float: right;
  padding: 3px 12px;
  font-size: 12;
  border: none;
}
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  padding: 2px 5px;
  background-color: #079102;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' Â»';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: 'Â« ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
.MuiAppBar-positionStatic{margin-bottom: 5px;}

.makeStyles-GridStyle-83 , .makeStyles-GridStyle-74 {
height: auto !important;
}
.makeStyles-bottomLink-73 {
  margin-top: 0 !important;
}
.makeStyles-bottomLink-39 a{
  display: inline-block;
}
.makeStyles-GridStyle-74 .MuiPaper-elevation1 .makeStyles-bottomLink-73{
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.MuiGrid-root.makeStyles-mbottom-37.MuiGrid-spacing-xs-1 > .MuiGrid-container .MuiGrid-grid-xs-2{
  max-width: 9.666667%;
  flex-basis: 9.666667%;
}
.MuiGrid-root.makeStyles-mbottom-37.MuiGrid-spacing-xs-1 > .MuiGrid-container .MuiGrid-grid-xs-4 {
  max-width: 40.333333%;
  flex-basis: 40.333333%;
}

.makeStyles-mbottom-37.MuiGrid-spacing-xs-1 {
  border-radius: 4px;
}
.MuiGrid-spacing-xs-1 .MuiGrid-grid-xs-12.MuiGrid-grid-md-4 > .MuiPaper-outlined{
  height: 100%;
}
.MuiCardContent-root:last-child{
  margin-bottom: 0px !important; 
}
.MuiPaper-outlined {
  border: none !important; 
}

.MuiGrid-grid-md-3 .makeStyles-paper-37{
  height: 100%;
}

.makeStyles-userWrapper-36 > .MuiBox-root-49{
  padding-right: 38px;
}

.makeStyles-root-38 .MuiBox-root-49 .makeStyles-appBarStyle-37 {
  background: transparent;
  box-shadow: none !important;
}

.makeStyles-root-38 .makeStyles-root-54 {
  background: transparent !important;
}
.makeStyles-root-38 .PrivateTabIndicator-colorSecondary-52 {
  background-color: #060236;
}

.MuiBox-root.MuiBox-root-49 .MuiGrid-container .MuiPaper-elevation1{
  margin-bottom: 16px;
}
.signin {
  position: relative;
}
@media (min-width: 1600px){
  .signin .makeStyles-fromstyle-25 {
    width: 85%;
}
}
.makeStyles-root-77 .makeStyles-card-83 {
  background-color: transparent !important;
}
.makeStyles-buttonContainer-166{
  background-color: transparent !important;
}
.makeStyles-autoCompleteField-84 .MuiFilledInput-root {
  background-color: #F5F6FC !important;
}

@media screen and (max-width:1400px) {
.MuiGrid-root.makeStyles-mbottom-37.MuiGrid-spacing-xs-1 > .MuiGrid-container .MuiGrid-grid-xs-2{
  max-width: 12.666667%;
  flex-basis: 12.666667%;
}
.MuiGrid-root.makeStyles-mbottom-37.MuiGrid-spacing-xs-1 > .MuiGrid-container .MuiGrid-grid-xs-4 {
  max-width: 37.333333%;
  flex-basis: 37.333333%;
}
}
.makeStyles-root-63 .MuiFormControlLabel-root {
  margin-left: -2px;
}
.makeStyles-buttonContainer-498{
  background-color: #fff !important;
}
#calendar_wrap .calendar-filter .MuiSelect-outlined.MuiSelect-outlined {
  height: auto !important;
}
#calendar_wrap .MuiOutlinedInput-input {
  padding: 9px 15px !important;
}

.MuiListItem-root.Mui-selected, .MuiListItem-root.Mui-selected:hover{
  background-color: #ffa500 !important;
}
#themechanger {
  display: block;
  font-size: 12px; 
  text-transform:capitalize; 
  padding:6px 5px; 
  margin-right: 15px;
  font-weight:400; 
  line-height:1;
}
#darktheme{
  background-color: #4e4e4e;
}

#darktheme::after{
  background: none;
}

#darktheme::before{
  background: none;
}

#darktheme .makeStyles-content-4 h2{
  color: #fff;
}

#darktheme .MuiGrid-container > div{
  color: #fff !important;

}
#darktheme .MuiGrid-container > .MuiGrid-grid-xs-3 {
  background-color: #464646 !important;
  border:1px solid #ffffff !important;
}

#darktheme  .makeStyles-dashtablecell-42 {
  border:1px solid #ffffff !important;
}

#darktheme .MuiGrid-container .MuiPaper-rounded{
  background-color: #464646;
}

#darktheme .MuiGrid-container .MuiTableCell-alignCenter{
    background-color: #464646;
    color: #fff;
    border-right: 1px solid rgb(239, 239, 239);
    margin-bottom: 5px;
}

#darktheme .MuiGrid-container .MuiTableCell-alignLeft{
  background-color: #464646 ;
}

#darktheme .MuiGrid-container .MuiTableCell-alignLeft p, 
#darktheme .MuiGrid-container .MuiTableCell-alignLeft h5{
  color: #fff !important;
}

#darktheme .MuiGrid-container table tr{
  border-bottom: 1px;
}

#darktheme .dashtablerow{
  border-bottom: 1px solid #fff;
}

#darktheme .MuiPaper-outlined{
  background-color: #464646;
}
#darktheme p{
  color: #fff !important;
}
#darktheme span{
  color: #fff !important;
}
#darktheme h5, #darktheme h2,  #darktheme h6{
  color: #fff !important;
}
#darktheme .badgelinkdark{
  background-color: #fff !important;
  padding: 2px 8px 0px;
}

#darktheme .badgelinkdark img{
  max-width: 16px;
}



/*Sidebar css for darktheme starts*/ 
#darktheme h4{
  color: #fff !important;
} 
#darktheme .MuiDrawer-paperAnchorDockedLeft{
  background-color: #464646;
}

#darktheme .active_dark{
  background-color: #FFC62D !important;
}

#darktheme .active_dark span{
  color: #000 !important;
}

#darktheme .active_dark span .iconNormal{ 
  display: block !important;

}

#darktheme .active_dark span  .iconWhitedrk {
  display: none !important;
}
 
#darktheme #fixhead {
  background-color: #464646;
}

#darktheme .iconNormal {display: none !important;}
#darktheme .iconWhitedrk {display: inline-block !important;}
#darktheme .makeStyles-gridmain-60, #darktheme  .gridcard_dark, #darktheme .makeStyles-dashtable-65, #darktheme .gridmain_dark, #darktheme  .MuiMenu-list {
  background-color: #464646 !important;
}

#darktheme .makeStyles-gridmain-60, #darktheme  .gridcard_dark, #darktheme .makeStyles-dashtable-65, #darktheme  .MuiMenu-list, #darktheme .gridmain_dark img {
  border: 1px solid #fff !important;
}


#darktheme .makeStyles-fixItWhite-16 {
  background-color: #464646 !important;
  box-shadow: 3px 0px 20px #fffefe14;
}
#darktheme .makeStyles-gridmain-60  img,  #darktheme .makeStyles-dashtablecell-67 img, #darktheme .makeStyles-dashtablecell-67, #darktheme .dashtablecell_admin {
  border: 1px solid #fff !important;
}
#darktheme .makeStyles-dashtablerow-68 {
  border: 0px solid #fff !important;
}
#darktheme  .makeStyles-gridcard-62 p,  #darktheme .makeStyles-dashtablecell-67 h5,  #darktheme .makeStyles-dashtablecell-67 span, #darktheme .makeStyles-fixItTrans-15 .MuiIconButton-colorInherit, #darktheme .makeStyles-fixItWhite-16 .MuiIconButton-colorInherit, #darktheme .makeStyles-fixItTrans-15 h6, #darktheme .makeStyles-fixItWhite-16, #darktheme  .MuiMenu-list .MuiListItem-button  {
  color:#ffffff !important;
}

#darktheme .MuiPaper-rounded{
  background-color: #464646 !important;
}

#darktheme #topcat, #darktheme #currentStatics, #darktheme .graph_admin, #darktheme #cousrewise { background-color: #fff !important;}

#darktheme #topcat p, #darktheme #currentStatics p, #darktheme .graph_admin p, #darktheme #cousrewise p{ color: rgb(104, 104, 104) !important;}

.swal-footer {
  direction: rtl;
  text-align: center;
}
.swal-footer .swal-button{
  min-width: 110px;
}
.swal-button.swal-button--cancel{
  background-color: transparent !important;
  border: 1px solid #060236 !important;
}
.swal-button.swal-button--cancel:focus {
  box-shadow:none !important;
}
.swal-footer .swal-button--confirm{
  border: 1px solid #FFC62D;
}
.animatediv {
  opacity: 0;
  animation: logoFadeIn 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes logoFadeIn {
  from { opacity: 0; }
  to { opacity: 1; visibility: visible; }

}
#trainerCalderWrap .toolbar-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#trainerCalderWrap .rbc-btn-group{
  margin-bottom: 10px
}


.editbtn, .deletebtn, .editbtn svg, .deletebtn svg {color:var(--text-white-color) !important;}
.editbtn, .addFaqIcon {background-color:var(--edit-button-color) !important; }
.deletebtn {background-color:var(--delete-button-color) !important;}
.faqAdd {background-color:var(--edit-button-color) !important;}
.addFaqIcon {color:var(--text-white-color) !important;}
.d-none {
  display: none !important;
}
.v-none {
  visibility: hidden !important;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.text-error {
  color: red;
  font-size: .9rem;
  text-align: left;
}
.dash-rep-head {    
  color: rgb(104, 104, 104);
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}
.link-color {
  color: #1295EE !important;
  word-break: break-all;
  cursor: pointer;
}

.rbc-label-group {
  padding: 0 10px !important;
}


.block-ellipsis {
  display: -webkit-box;
  max-width: 145px;
  max-height: 34px;
  margin: 0 auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 90px;
  text-align: left;
  width: 100%;
}

.doc-fullscreen {  
  height: 100vh !important; 
  width : 100% !important;  
   position: fixed!important;
   z-index: 12000!important;
   min-height: 100vh !important;
   top: 0;
   left: 0;  
   background: #fff;
}  
.doc-fullscreen .pg-viewer-wrapper{
  height:100vh !important;   
}  
.docfullscreen {
  float: right !important;
  margin-top: 12px
}
.doc-fullscreen .docclose{
  z-index: 12023;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  background: red!important;
}

.doc-fullscreen .docclos:hover {  
color: #fff !important;
background: red !important;
}

.ag-header-row.ag-header-row-column,
.ag-header-container {
  min-width : 100% !important;
}
.ag-cell-wrap-text {
  white-space: normal !important;
  word-break: break-word !important;
}

.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group { 
  --ag-internal-calculated-line-height: 1.4rem !important;  
}
.tab-asterisk .MuiTab-wrapper span::after {
    content: '*';
    margin-left: 0;
    position: absolute;
    top: 0;
    color: red;
    font-size: 20px;
}
.handleclose {
  overflow: auto !important;
}

.socialWall body, .socialWall .app {
  background-color: transparent !important;
}

.td-max-content {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  white-space: normal;
  overflow-wrap: break-word;
}

ul {
  margin-block-start: 1em; 
  margin-block-end: 1em;  
  padding-inline-start: 40px; 
}


