* {
  outline: none;
}
body {
  font-family: "Poppins", sans-serif;
  /* background-image: url('../images/bg.png'); */
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
}
a {
  color: inherit;
  text-decoration: none;
}
.gap-6 {
  gap: 8rem;
}
.ez-text-danger{
  color: #ff8989;
}
.ez-text-warning{
  color: #FFC800;
}
.ez-text-badge {
  color: #9f8fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.ez-text-point {
  color: #ff8989;
  font-weight: 500;
  font-size: 1.2rem;
}
.ez-text-success{
  color: #3bc271;
}
.bg-1{
  background-color: #FFAC89;
}
.bg-2{
  background-color: rgba(255, 214, 211, 0.63);
}
.close-tab-btn{
  color: #FF8282;
}
.btn-blue{
  background-color: #8B72EE;
  color: #FFF;
  font-weight: 400;
}
.point-desc{
  font-size: 10px;
  color: rgba(146, 137, 255, 0.5);
}
.ez-text-leaderboard{
  color: #FFC800;
  font-weight: 500;
  font-size: 1.2rem;
}
label, .main-card-title{
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.main-card-desc{
  color: #4F527D;
  font-size: 13px;
  font-weight: 500;
}
input,
textarea {
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.input-group select{
  background-color: rgba(146, 137, 255, 0.3);
  border: 0;
  outline: none;
  padding: 8px 12px;
  color: rgba(146, 137, 255, 1);
}
.avatar-sm {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.btn.btn-success {
  background-color: var(--primary-button, #3bc271) !important;
  border-color: var(--primary-button, #3bc271) !important;
}
.sec-btn {
  background-color: var(--success-button, #6448ed) !important;
  border-color: var(--success-button, #6448ed) !important;
  }
.btn.btn-success.light {
  background-color: rgba(59, 194, 113, 0.16);
  color: #3bc271;
}
.page-heading {
  font-size: 1.5rem;
}
.bread-crumb {
  font-size: 0.8rem;
  color: #c4c4c4;
  padding-bottom: 5px;
}
.bread-crumb .link {
  color: #dfc6ff;
}
.bread-crumb .active {
  color: #c4c4c4;
}
.nav-modules button {
  background-color: transparent;
  border: none;
  color: #909090;
  font-size: 1.1rem;
}
.nav-modules button:hover {
  color: #222;
}
.nav-modules .nav-link.active {
  color: #222 !important;
  font-weight: 600;
  border-bottom: 2px solid #222;
}
.nav-meta button {
  background-color: #f8f6ff;
  border: none;
  color: rgba(119, 133, 147, 0.5);
  font-size: 0.8rem;
  width: 120px;
  height: 80px;
  border-radius: 0.5rem;
}
.nav-meta button:hover {
  color: #6448ed;
}
.nav-meta button:hover path {
  fill: #6448ed !important;
  fill-opacity: 1;
}
.nav-meta .nav-link.active {
  color: #6448ed ;
  font-weight: 600;
  border: 2px solid #6448ed;
}
.nav-meta .nav-link.active svg path {
  fill: #6448ed !important;
  fill-opacity: 1;
}

/* lesoon content */
.lesson-title {
  background-color: #e7ebf4;
  color: #4f527d;
  font-size: 0.9rem;
  font-weight: 500;
}
.lesson-type-text {
  color: #8b8ead;
  font-size: 1rem;
  font-weight: 500;
}
.nav-lessonType button {
  color: #c2c2c2;
  border: none;
  background-color: transparent;
  font-size: 0.8rem;
  width: 110px;
  height: 80px;
  border-radius: 0.5rem;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 2px solid transparent;
}
.nav-lessonType button:hover {
  color: #ffc800;
}
.nav-lessonType button:hover path {
  fill: #ffc800 ;
  fill-opacity: 1;
}
.nav-lessonType .nav-link.active {
  color: #ffc800 ;
  font-weight: 600;
  background-color: rgba(255, 207, 152, 0.2);
  border-bottom: 2px solid #ffc800;
  position: relative;
}
.nav-lessonType .nav-link.active svg path {
  fill: #ffc800 ;
  fill-opacity: 1;
}
.ez-tag-badges {
  border-radius: 2rem;
}
.btn.btn-outline-secondary, .btn.btn-outline-secondary:hover {
  background-color: #eaeef3;
  color: #c2c2c2;
  white-space: nowrap;
}
.btn-check:checked + .btn {
  background-color: #778593;
}
.btn-check + .btn {
  border-color: rgba(196, 196, 196, 0.2);
}
.file-upload-field {
  background-color: #eaeef3;
  color: #b1b9c3;
  font-size: 0.9rem;
  font-weight: 500;
}
.performer-table {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.performer-pic {
  /* width: 78px; */
  height: 78px;
  overflow: hidden;
  border-radius: 8px;
}
.allot-radio .btn-check:checked + .btn {
  background-color: #abdaff;
}
.allot-condition-radio .btn-check:checked + .btn {
  background-color: #fc8ed7;
}
.allot-compare-radio .btn-check + .btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allot-compare-radio .btn-check:checked + .btn {
  background-color: #a390ff;
}
.allot-score-radio .btn-check:checked + .btn {
  background-color: #9c66e1;
}
.leaderboard .form-check-input {
  background-color: #778593;
  border-color: #778593;
}
.leaderboard .form-check-input:checked {
  background-color: #FFC800;
  border-color: #FFC800;
}
.leaderboard-switch{
  position: absolute;
  top: 6px;
  right: 4px;
}
.leaderboard div:last-child{
  margin-left: 11px;
  color: rgba(0, 0, 0, 0.2);
}
.accordion-item .close-icon{
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  font-size: 1rem;
  background-color: #6448ed;
  color: #FFF;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}
.accordion-item:hover .close-icon{
  display: flex;
}
body:not(.mini-navbar) #side-menu .nav-label,
body:not(.mini-navbar) ul#side-menu li a {
	font-size: 14px !important;
}
body.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
	font-size: 12px !important;
	border-radius: 3px;
}
#mainpaneldiv1 #tab li button {
	border-radius: 0px !important;
	position: relative;
}
.bordered-dashed-box {
  
}
.select2-selection__rendered .select2-selection__choice:has(span + span) .select2-selection__choice__remove {
  margin-left: 5px;
}
.select2-selection__rendered .select2-selection__choice:has(span + span) {
  padding-left: 0px !important;
}
.select2-selection__choice:has(span + span) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.select2-selection__choice span + span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.select2-selection__choice span + span img {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: -1px;
}
.assign-coach-row {
  width: 50%;
}