.theme-success .theme-logo-bg {
	background: #fff;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem
	1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem
	rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

#notification-container .text-center.nav-link, #notification-container .text-center.nav-link:hover
{
	background: #32323a !important;
	line-height: 25px !important;
	color: #fff !important;
}

.mail-contnet .message-center-notification-container a {
	border: 0 !important;
}




.item-info {
	color: #1fb5ad !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.notification-menu .dropdown-menu {
	right: 10%;
	left: auto;
	padding: 10px;
}

.right-notification .notification-menu li a i {
	font-size: 12px;
	right: 15px;
}

.notification-menu .dropdown-menu.mailbox {
	padding: 0;
}

.mega-link {
	width: 35px;
	height: 35px !important;
	display: block;
	background: rgba(63, 106, 216, 0.1);
	line-height: 39px !important;
	border-radius: 50%;
	margin-top: 9px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	margin-right: 3px !important;
	padding: 0 !important;
	text-align: center;
}

.multiple-delete.btn.btn-info, .multiple-delete.btn.btn-info:focus {
	background: #f46a6a;
	border-color: #f46a6a;
	margin-right: 5px;
	color: #fff;
}

.icon-left.effects {
	background: transparent;
}
.card-header {
	font-weight: 500;
}

.logo a .large-logo {
	width: 85%;
}

.body-content {
	background: #f1f2f7;
}

.notification-wrap.clearfix {
	color: #fff;
}

li.titlebox {
	font-size: 16px;
	font-weight: 500;
}

.header-section {
	z-index: 2;
}

.notification-menu>li {
	line-height: 55px;
}

.notification-menu li a {
	line-height: inherit;
}

.notification-menu li a {
	margin-right: 2px;
}

.notification-menu li a {
	color: #000000;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.1);
	padding: 8px 15px;
	border-radius: 20px;
	vertical-align: top;
}

.right-notification .notification-menu li a.btn.btn-default.dropdown-toggle
{
	margin-right: 10px;
}

.icon-left {
	padding: 0;
	font-size: 17px !important;
	color: #c7c7c7;
}

.my-school-text {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.notification-menu li a {
	height: 50px;
}

.logo {
	z-index: -1;
}

.btn.toggle-btn.default-toggle {
	width: 33px;
	height: 33px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-left: 3px;
	z-index: 9999 !important;
	margin-top: 13px;
	line-height: 34px;
	color: #32d2c9;
}


.theme-success .header-section {
	background: #FFFFFF;
	border-left: 1px solid #e7e7e7;/*
	box-shadow: 1px 0 3px rgba(0, 0, 0, .15);*/
}

.breadcrumb {
    -webkit-box-shadow:0 1px 2px rgba(56,65,74,.15) !important;
    box-shadow:0 1px 2px rgba(56,65,74,.15) !important;
    margin-bottom: 0 !important;
    border-radius: 0;
}
.breadcrumb li {
	/*font-weight: 500;
	font-size: 13px;*/
}

.btn-success span {
	width: auto !important;
	height: auto !important;
	background-color: transparent !important;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li
{
	border: 0;
	font-weight: normal;
	border-radius: 0;
	padding: 0px 0px !important;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
}


.college {
	background: #ecf7f6;
}

footer {
	background: #ecf7f6;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem
	1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem
	rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

footer a, footer a:hover {
	color: #1fb5ad;
	font-weight: 600;
}
/*
.btn-common {
	background: #74788d !important ;
	border: 1px solid #74788d !important;
	color: #fff !important ;
}
.btn-common:hover{
	background-color:#74788d !important;
	border-color: #74788d !important;
	color: #fff;
}*/
.row.state-overview .card.y-border::before {
	content: "";
    width: 34%;
    height: 60%;
    background: rgba(224, 243, 255, 0.7);
    position: absolute;
    right: -20px;
    top: -14%;
    border-radius: 0 0 30px 30px;
    z-index: -1;
}

.row.state-overview .card.y-border::after {
	content: "";
	width: 65%;
	height: 98%;
	background: rgba(224, 243, 255, 0.7);
	position: absolute;
	left: -20px;
	bottom: -5%;
	border-top-right-radius: 30px;
	z-index: -1;
}

.successcard::before, .successcard::after {
	background: rgba(58, 196, 125, 0.1) !important;
}

.successcard {
	border-color: #95b75d !important;
}

.dangercard::before, .dangercard::after {
	background: rgba(250, 133, 100, 0.1) !important;
}

.dangercard {
	border-color: #fa8564 !important;
}

.bg-danger {
	background-color: #fa896b !important;
}

.dangercard h1 {
	color: #fa8564 !important;
}

.warningcard h1 {
	color: #f3c022 !important;
}

.warningcard::before, .warningcard::after {
	background: rgba(247, 185, 36, 0.1) !important;
}

.warningcard {
	border-color: #f3c022 !important;
}

.bg-warning {
	background-color: #f77e17 !important;
	color: #fff;
}

.infocard h1 {
	color: #57c8f1 !important;
}

.infocard::before, .infocard::after {
	background: rgba(22, 170, 255, 0.1) !important;
}

.infocard {
	border-color: #57c8f1 !important;
}


.bg-grey {
	background: #f1f4f6;
}

.primarycard h1 {
	color: #3f6ad8 !important;
}

.primarycard::before, .primarycard::after {
	background: rgba(63, 106, 216, 0.1) !important;
}

.primarycard {
	border-color: #3f6ad8 !important;
}


.bg-sky-green{
	background-color:#6db99c;
}
.bg-alternate {
	background-color: #633e71 !important;
}

.alternatecard h1 {
	color: #633e71 !important;
}

.alternatecard::before, .alternatecard::after {
	background: rgba(99, 62, 113, 0.1) !important;
}

.alternatecard {
	border-color: #633e71 !important;
}

.bg-common {
	background-color: #1fb5ad !important;
}

.commoncard h1 {
	color: #1fb5ad !important;
}

.commoncard::before, .commoncard::after {
	background: rgba(31, 181, 173, 0.1) !important;
}

.commoncard {
	border-color: #1fb5ad !important;
}

.row.state-overview .successcard::before {
	content: "";
	width: 120px;
	height: 120px;
	background: rgba(58, 196, 125, 0.1);
	position: absolute;
	right: -20px;
	bottom: -30px;
	border-radius: 50%;
	z-index: -1;
}

.btn-group.pull-right .btn {
	background: #444054;
}

.nav-tabs-custom.student-tabs ul.nav.nav-tabs, #myTab {
	background: #fff;
}

/*.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #f7f8f9;
}*/

.nav-tabs-custom.student-tabs {
	border: none !important;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
{
	background: #ecf7f6;
	border-radius: 0px !important;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li
{
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background: none !important;
	border: none !important;
}

.right-notification .notification-menu li a.btn.btn-default.dropdown-toggle
{
	padding-top: 0;
}

.right-notification .notification-menu li a.btn.btn-default.dropdown-toggle
{
	color: #858598 !important;
	padding-top: 6px;
}

.toppadding {
	padding-top: 5px !important;
}

.btn-alternate {
	color: #fff;
	background-color: #794c8a;
	border-color: #794c8a;
}

.btn-alternate:hover {
	color: #fff;
	background-color: #633e71;
	border-color: #5c3a69;
}

.dropdown-usermenu.purple {
	border-top: 1px solid #32323a;
}

.dropdown-menu.dropdown-usermenu.purple li a {
	background: transparent;
	color: #000;
}

.nav-tabs-custom.student-tabs ul.nav.nav-tabs, #myTab {
	border-bottom: 0px;
}

.nav-tabs-custom.student-tabs ul.nav.nav-tabs li, #myTab li {
	margin-right: 5px;
	margin-bottom: 5px;
}

.nav-tabs-custom.student-tabs ul.nav.nav-tabs li a, .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li a,
.nav-tabs-custom.student-tabs ul.nav.nav-tabs li a, .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li a
{
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background-color: #edecec;
}

.nav-tabs-custom.student-tabs ul.nav.nav-tabs li a:hover,
.nav-tabs-custom.student-tabs ul.nav.nav-tabs li a:focus,
.nav-tabs-custom.student-tabs ul.nav.nav-tabs li a.active,
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
	color: #fff !important;
	background-color: #4361ee !important;
	border-bottom: 0 !important;
}

.modal .card-header {
	background: #eceff3 !important;
}

.modal .card {
	border: 1px solid #eee;
	border-radius: 5px;
}

.modal-header {
	padding-right: 35px;
}
@media ( max-width :767px) {
	.toggle-btn .icon-left {
		line-height: inherit;
	}
}


/*** ### Lms Modules Course Form ### ***/

/* =======================
   Course Forms Modern UI
   ======================= */

#course-forms {
  position: relative;
  padding: 20px 15px;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1e293b; /* slate-800 */
}

/* Card-like Chapter / Lesson / Topic blocks */
#course-forms .course-block-main {
  background: #ffffff;
  padding: 16px 18px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e2e8f0; /* gray-200 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  transition: box-shadow .25s ease;
}

#course-forms .course-block-main:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Inner input boxes */
#course-forms .input-box {
  position: relative;
  padding: 10px 12px;
  background-color: #f9fafb; /* gray-50 */
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  margin-bottom: 10px;
  transition: background-color .25s ease, border-color .25s ease;
}

#course-forms .input-box:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

#course-forms .input-box.course-right-inner {
  background: #ffffff;
  border-radius: 6px;
}

/* Input fields (chapters, lessons, topics) */
#course-forms .form-control {
  font-size: 14px;
  border-radius: 6px;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  box-shadow: none;
  transition: border-color .2s, box-shadow .2s;
}

#course-forms .form-control:focus {
  border-color: #2563eb; /* blue-600 */
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
  outline: none;
}

#course-forms input[type="number"] {
  -moz-appearance: textfield;
}
#course-forms input[type="number"]::-webkit-outer-spin-button,
#course-forms input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Checkbox modern style with icons */
#course-forms .input-box .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s ease;
  margin: 2px;
}

#course-forms .input-box .checkbox label:hover {
  background-color: #e2e8f0;
}

#course-forms .input-box .checkbox label input {
  display: none;
}

#course-forms .input-box .checkbox label i {
  font-size: 15px;
  transition: transform .2s ease, opacity .2s ease;
}

#course-forms .input-box .checkbox input[type="checkbox"]:checked + i {
  opacity: 1;
  transform: scale(1.2);
}

/* Icon theme colors */
#course-forms .checkbox i.fa-clock-o  { color: #8b5cf6; }  /* violet */
#course-forms .checkbox i.fa-youtube-play { color: #ef4444; } /* red */
#course-forms .checkbox i.fa-file    { color: #f59e0b; }  /* amber */

/* Counter badges for remaining chapters/lessons */
.chapter-num-add {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.chapter-num-add p {
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0;
  background-color: #e2e8f0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #1f2937;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

/* Add / Remove icons */
.add-icon i {
  font-size: 18px;
  color: #2563eb;
  transition: transform .2s ease, color .2s ease;
}
.add-icon:hover i {
  transform: scale(1.2);
  color: #1d4ed8;
}

/* Success and Error colors override */
.color-green { color: #16a34a !important; } /* emerald */
.color-red   { color: #dc2626 !important; } /* red */

/* Legend icons (YouTube / File) */
.icons-info-structure {
  font-size: 13px;
  color: #475569;
}
.icons-info-structure .row div { margin-bottom: 4px; }
.icons-info-structure i {
  margin-right: 5px;
  font-size: 15px;
}

.icons-info-structure .icon-clock   { color: #8b5cf6; }
.icons-info-structure .icon-youtube { color: #ef4444; }
.icons-info-structure .icon-file    { color: #f59e0b; }

/* Grid / Spacing fixes */
.course-block-main .row {
  margin-left: -5px;
  margin-right: -5px;
}
.course-block-main .row [class*="col-"] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

#course-forms .form-group p {
  margin-bottom: 2px;
}

/* Responsive improvements */
@media (max-width: 768px) {
  #course-forms {
    padding: 10px;
  }

  #course-forms .course-block-main {
    padding: 12px 10px;
  }

  #course-forms .input-box {
    padding: 10px;
  }

  #course-forms .input-box .add-icon {
    position: absolute;
    left: -12px;
    font-size: 16px;
    line-height: 32px;
  }

  .breadcrumb li,
  .breadcrumb li a {
    font-size: 14px;
    font-weight: 500;
  }
}
.field-coursechapterlesson .form-group{
	margin-bottom: 0;
}
