/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aileron-Bold";
  font-weight: 700;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: "Aileron-Regular";
  font-weight: 400;
}

p {
  font-family: "Aileron-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: "Aileron-Regular";
  font-weight: 400;
  overflow-x: hidden;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Normal
--------------------------------------------- 
*/
.btN_a {
  background: #298FC2;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 20px;
}

.btN_a:hover {
  color: #FFFFFF;
}

/* 
---------------------------------------------
Normal
--------------------------------------------- 
*/

/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  background: #D7F1FF;
  z-index: 1000;
  position: fixed;
  left: 0px;
  right: 0px;
}

.head_dashboard {
  display: flex;
}

.head_dashboard .dropdown {
  margin-right: 20px;
}

.head_dashboard .dropdown:last-child {
  margin-right: 0px;
}

.head_Drop {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  display: flex;
  min-width: 245px;
}

.head_Drop i {
  margin-top: auto;
  margin-bottom: auto;
}

.head_Drop .dropdown-toggle {
  background: transparent;
  outline: none;
  border: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;

}

.head_Drop.dropdown-toggle * {
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-toggle {
  padding: 14px 20px;
}

.dropdown-toggle::after {
  display: none;
}

.head_Drop .icon-bag {
  font-size: 16px;
  color: #000000;
}

.cart_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin-left: 16px;
  margin-right: 32px;
}

.items_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #52B4B4;
}

.head_Drop .icon-arrow_down {
  font-size: 16px;
  color: #000000;
  margin-left: auto;
  margin-right: 0px;
}

.head_Drop .icon-chev_down {
  font-size: 16px;
  color: #298FC2;
  margin-right: 16px;
}

.usR_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #948E8E;
}

.head_Drop_b {
  padding-right: 100px;
}

.sigNouT {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  padding: 10px 10px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.dash_logz {
  display: flex;
}

.dash_logz_l1 {
  margin-top: auto;
  margin-bottom: auto;
}

.dash_logz_l2 {
  border-left: 1px solid #298FC2;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px 0px 3px 30px;
}

.dash_logz_lLogo {
  width: 95px;
  display: flex;
}

.dash_logz_lLogo img {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.dash_logz_l1 {
  display: flex;
  margin-right: 30px;
}

.dash_logz_l1 figure {
  margin-top: auto;
  margin-bottom: auto;
  width: 36px;
  height: 45px;
  margin-right: 16px;
}

.dash_logz_l1 figure img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.dash_logz_l_txt {
  display: flex;
  flex-direction: column;
}

.dash_logz_l_txt h4 {
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.dash_logz_l_txtLink {
  display: flex;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #298FC2;
}

.hDr_z0 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#pG_Body {
  padding-top: 120px;
  background: #E9F0FB;
  min-height: 100%
}

/* 
---------------------------------------------
Header
--------------------------------------------- 
*/


/* 
---------------------------------------------
Login
--------------------------------------------- 
*/
.sectLogin {
  background-color: #E9F0FB;
  height: 100vh;
  width: 100vw;
  display: flex;
}

.blkZLogin {
  margin: auto;
  width: 100%;
  max-width: 540px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 85px 60px;
}

.blkZLogin .form-control {
  width: 100%;
  border: 1px solid #298FC2;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #8F8787;
  padding: 12px 16px;

}

.blkZLogin_orNl {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}

.blkZLogin_orNl_thS {
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  display: flex;
}

.blkZLogin_orNl_thS figure {
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 18px;
  background: #298FC2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blkZLogin_orNl_thS figure img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blkZLogin_orNl_thSTxt {
  padding-top: 8px;
}

.blkZLogin_orNl_thSTxt h4 {
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 8px;
}

.blkZLogin_orNl_thSlNk {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  color: #298FC2;
}

.blkZLogin_orNloG {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  border-left: 1px solid #298FC2;
  padding: 10px 0px 10px 20px;
}

.blkZLogin_orNloG_img {
  margin-top: auto;
  margin-bottom: auto;
  width: 70px;
  display: flex;
}

.blkZLogin_orNloG_img img {
  width: 100%;
}

/* 
---------------------------------------------
Login
--------------------------------------------- 
*/
/* 
---------------------------------------------
Dashboard
--------------------------------------------- 
*/
.dash_wrpRLFt {
  width: 352px;
}

.dash_wrpRRIt {
  width: calc(100% - 360px);
}

.dash_wrpRHead {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}

.dash_wrpRRIt_01 {}

.each_clpZ {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#accordionEventz {}

.accordion-item {
  margin-bottom: 50px;
  background: transparent;
  border: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
}

.accordion-button {
  background-color: #FFFFFF;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  box-shadow: none !important;
  height: 114px;
  padding-left: 32px;
  padding-right: 32px;
}

.accordion-button.collapsed {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.accordion-body {
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 32px;
  position: relative;
}

.acdn_Txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.acdn_Txt h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #2E2E2E;
  margin-bottom: 10px;
}

.acdn_Txt p {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #9A8D8D;
  margin-bottom: 0px;
}



.acdn_Img {
  display: flex;
  margin: auto 40px auto auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.acdn_Img figure {
  border: 1px solid #DADADA;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100px;
  height: 65px;
  margin-right: 25px;
}


.acdn_Img figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.accordion-button .acdn_Txt,
.accordion-button .acdn_Img {
  opacity: 0;
}

.accordion-button.collapsed .acdn_Txt,
.accordion-button.collapsed .acdn_Img {
  opacity: 1;
}

.more_button {
  width: 40px;
  height: 40px;
  display: flex;
  border: 0px;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.more_button:hover {
  background: #D7F1FF;
}

.more_button i {
  margin: auto;
  font-size: 16px;
}

.the_schlZ_hLdR {
  width: 100%;
  max-width: 80%;
  margin-top: 25px;
}

.the_schlZ_eacH {}

.the_schlZ_eacH figure {
  border: 1px solid #DADADA;
  border-radius: 4px 4px 0px 0px;
  height: 360px;
  width: 100%;
  margin-bottom: 0px;
}

.the_schlZ_eacH figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.the_schlZ {
  position: relative;
}

.owl-theme.the_schlZ .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  right: 0px;
}

.owl-carousel.the_schlZ .owl-nav button.owl-next,
.owl-carousel.the_schlZ .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel.the_schlZ .owl-nav button.owl-next:hover,
.owl-carousel.the_schlZ .owl-nav button.owl-prev:hover {
  background: transparent;
  border: 1px solid #298FC2;
}


.owl-carousel.the_schlZ .owl-nav button.owl-next {
  right: -10%;
}

.owl-carousel.the_schlZ .owl-nav button.owl-prev {
  left: -10%;
}

.owl-carousel.the_schlZ .owl-nav button.owl-next i,
.owl-carousel.the_schlZ .owl-nav button.owl-prev i {
  margin: auto;
  font-size: 18px;
  color: #298FC2;
}

.the_schl_Dtl {
  margin-top: 25px;
  padding-top: 50px;
  border-top: 1px solid #E2E2E2;
}

.the_schl_Dtl ul {}

.the_schl_Dtl ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9A8D8D;
  margin-bottom: 15px;
}


.abr_t {
  top: calc(100% + 10px);
  position: absolute;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.abr_t_heD {
  font-weight: 700;
  font-size: 24px;
  line-height: 124.5%;
  letter-spacing: -0.035em;
  color: #000000;
}

.abr_t_taiL {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2E2E2E;
  margin-bottom: 12px;
}

.add_tocart {
  margin-left: 10px;
  padding: 10px 20px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 124.5%;
  text-align: center;
  color: #FFFFFF;
  background: #298FC2;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.add_tocart:hover {
  color: #FFFFFF;
}

.abr_hDe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 90px;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.abr_hDe h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #9A8D8D;
}

.accordion-button.collapsed .abr_hDe {
  opacity: 0;
}

.accordion-button .abr_hDe {
  opacity: 1;
}


.dash_wrpRLFt_C {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dash_wrpRLFt_C_tab {
  min-height: 40vh;
}

.dash_wrpRLFt_C_offer {}

.dash_wrpRLFt_C_offer_each {
  position: relative;
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
}

.dash_wrpRLFt_C_offer_each figure {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.dash_wrpRLFt_C_offer_each figure::after {
  background-color: #94C0E9;
  background-color: #4a4b4d;
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
  opacity: 0.4;
}

.dash_wrpRLFt_C_offer_each figure img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.ofr_txt_a {
  position: relative;
}

.ofr_txt_a h4 {
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
}

.ofr_txt_b {
  margin-top: 15px;
  margin-left: auto;
  margin-right: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.ofr_txt_b p {
  font-style: italic;
  font-weight: 900;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.ofr_txt_b h4 {
  font-style: italic;
  font-weight: 900;
  font-size: 46.6827px;
  line-height: 130%;
  color: #FFFFFF;
}

.ofr_txt_c {
  margin-top: auto;
  margin-bottom: 0px;
  position: relative;
}

.ofr_txt_c h4 {
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

#student-tab {
  display: flex;
  flex-direction: column;
  border: 0px;
}

#student-tab .nav-link {
  border: 1px solid #298FC2;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 16px 20px 16px 25px;
  display: flex;



  color: #2E2E2E;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

}

#student-tab .nav-link h4,
#student-tab .nav-link span,
#student-tab .nav-link i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

#student-tab .nav-link h4 {
  flex: 1;
  text-align: left;
}

#student-tab .nav-link span {}

#student-tab .nav-link i {
  color: #298FC2;
  margin-left: 20px;
}

#student-tab .nav-link.active {
  background: #298FC2;
  color: #FFFFFF;
}

#student-tab .nav-link.active i {

  color: #FFFFFF;
}

/* 
---------------------------------------------
Dashboard
--------------------------------------------- 
*/