.preloader span {
  background: #1e78ff;
}

ul.dropdown-menu.submenu.mega-menu__sub-menu-box {
  width: 700px !important;
  padding: 0 !important;
}

.navbar-nav .nav-item .nav-link.nosub::before {
    content: none !important;
}

.mega-menu__sub-content {
  display: none;
  /*padding: 15px;*/
  background-color: #f9f9f9;
  /*border-top: 1px solid #ddd;*/
  width: 700px;
}

.mega-menu__sub-content.active {
  display: block;
}

/*
.mega-menu ul.mega-menu__sub-menu-box .mega-menu__item a {
  margin-bottom: 0 !important;
}*/

/*.sub-product-list {
  list-style: none;
  padding-left: 0;
}

.sub-product-list li {
  padding: 5px 0;
}*/

.mega-menu__sub-content-box {
  width: 100%;
}

.mega-menu__item {
  cursor: pointer;
  padding: 10px;
}

.mega-menu__item:hover {
  background-color: #f0f0f0;
}

.submenu-nsw-bg {
  background-color: #FFEFE8 !important;
}

.submenu-vic-bg {
  background-color: #E0FAF6 !important;
}

.submenu-qld-bg {
  background-color: #EEEAFF !important;
}

.submenu-testtype-bg {
  background-color: #e9ecef !important;
}


.mega-menu__sub-content {
  display: none;
  position: absolute;
  /*top: 100%;*/
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mega-menu__item:hover .mega-menu__sub-content {
  display: block;
}


/* Grade li - Test Types ul  */
.sub-product-list > li {
    position: relative; /* Grade li */
}

/* Test Types to the side */
.sub-product-list > li > ul {
    position: absolute;
    left: 0;
    /*margin: 5px 0 0 15px;*/
    display: none;
    white-space: nowrap;
    background-color: #fff;
    /*padding: 5px 0;*/
    border: 1px solid #ddd;
    z-index: 1000;
}

/* Grade hover - Test Types */
.sub-product-list > li:hover > ul {
    display: block;
}

/* Grade link */
.sub-product-list > li > a {
    display: block;
    padding: 5px 15px;
}

.sub-product-list > li:hover {
  background-color: #e9ecef !important;
}

.sub-product-list > li > ul > li {
  display: block !important;
}

/* Test Type link stype */
.sub-product-list > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
}

.sub-product-list > li > ul > li > a:hover {
    background-color: #f5f5f5;
}

.top-shopping-cart {
  font-size: 27px;
  color: #FF723A;
}

.cart-container table {
  border: 1px solid #e5e8f3;
  border-radius: 0.3rem;
  width: 90%;
}

.cart-container table th {
  background-color: #e5e8f3;
}

.cart-container table th,
.cart-container table td {
  padding: 10px;
}

.cart-container button {
  border: none;
}

.cart-container .remove-item {
  background-color: transparent;
}

.cart-container .total {
  font-weight: bold;
  font-size: 20px;
}

.features-container {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  min-height: 230px;
}

.features-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}


#writing-evaluation {
  border:1px solid #ccc; 
  padding:10px; 
  border-radius:5px; 
  min-height:350px; 
  max-height:350px; 
  overflow:scroll; 
  background:#fff;
  text-align: left;
}

/*
.features-icon {
  width: 50px;
  margin-bottom: 20px;
}*/
/*
.features-top-bar {
}
*/
.features-content-box {
  font-size: 17px;
  font-weight: 600;
  color: #2B1E1E;
  line-height: 1.5;
  padding: 10px;
}

.features-box {
  background-color: #ffffff;
  border-radius: 10px;
}

.gf_btn {
  padding: 13px 20px;
}

.nice-input {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  height: 42px;
  box-shadow: none;
  outline: none;
}

.footer-area {
  background: #272c49;
}

.footer-area ul {
  justify-content: right;
  text-transform: uppercase;
}

.footer-area .widget-title {
  padding: 5px 15px;
}

.footer-area a,
.footer-area h5,
.footer-area h6 {
  color: #fff;
}

.footer-area h6 {
  font-size: 14px;
}

.footer-area li:hover {
  background: #202020;
}

.footer-logo img {
  max-width: 170px;
  vertical-align: top;
}

#scrollUp {
  background-color: #1e78ff;
}

.plan-1 {
  background-color: #ffad66;
}

#mypage-main * {
  box-sizing: border-box;
  /*margin: 0;
      padding: 0;
      font-family: 'Inter', sans-serif;*/
}

.mypage-area {
  display: flex;
}

#mypage-main .sidebar {
  /*width: 240px;*/
  /*background-color: #2d3436;
      color: #fff;*/
  padding: 20px;
  flex-shrink: 0;
}

#mypage-main .sidebar h2 {
  margin-bottom: 30px;
  font-size: 20px;
}

#mypage-main .sidebar a {
  display: block;
  color: #505050;
  text-decoration: none;
  margin: 15px 0;
  transition: 0.3s;
}

#mypage-main .sidebar a:hover {
  color: #74b9ff;
}

#mypage-main .nav-link.active {
  font-weight: bold;
  background-color: #e9ecef;
  border-radius: 4px;
}

#mypage-main .main-content {
  flex-grow: 1;
  padding: 30px;
}

#mypage-main .header {
  margin-bottom: 20px;
}

#mypage-main .card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#mypage-main .lined-textarea {
  background-image: repeating-linear-gradient(to bottom,
      transparent,
      transparent 24px,
      #ddd 25px);
  line-height: 25px;
  font-family: 'Courier New', monospace;
  background-color: #fdfdfd;
  /*padding: 10px;*/
  resize: vertical;
}

#mypage-main .box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
}

#mypage-main .full-height {
  height: 100%;
}

.form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(85%);
}


#theme-menu-one {
  border-bottom: none;
}

.theme_btn.free_btn {
  background: #ffffff;
  border: 1px solid #1e78ff;
  border-radius: 12px;
  color: black;
  padding: 10px 20px;
}

.theme_btn.free_btn:hover {
  background: #1e78ff;
  color: #fff;
}

.theme_btn.message_btn {
  background: #1e78ff;
  border: 1px solid #1e78ff;
  padding: 18px 35px;
  color: #fff;
}

.theme_btn.message_btn:hover {
  background: #fff;
  color: #1e78ff;
}


.theme_btn.register_btn {
  background: #1e78ff;
  border: 1px solid #1e78ff;
  padding: 18px 35px;
  color: #fff;    
  flex: 0 0 auto;
}

.theme_btn.register_btn:hover {
  background: #fff;
  color: #1e78ff;
}

.theme_btn.home_btn {
  background: lightgrey;
  padding: 18px 15px;
}

.theme_btn.cancel_btn {
  background: lightgrey;
  padding: 18px 15px;    
  display: inline-block;
  vertical-align: middle;
}

.theme_btn.checkout_btn {
  background: #1e78ff;
  border: 1px solid #1e78ff;
  padding: 18px 35px;
  color: #fff;
}

.theme_btn.checkout_btn:hover {
  background: #fff;
  color: #1e78ff;
}


#reset-password .btn-submit {
  background: #1e78ff;
  padding: 15px 35px;
  color: #fff;
  border: none;
  border-radius: 22px;
}

#reset-password .btn-submit:hover {
  background: #fff;
  color: #1e78ff;
  border: 1px solid #1e78ff;
}


.signup-form-wrapper .form {
  max-width: 500px; 
  margin: 0 auto;
  text-align: left;
}

.signup-form-wrapper .col-lg-12.mb-30 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signup-form-wrapper .col-lg-12.mb-30 label {
  width: 150px;
  text-align: left;
  font-weight: 500;
}

.signup-form-wrapper .col-lg-12.mb-30 input {
  flex: 1;
}

.signup-form-wrapper h2 {
  text-align: center;
}

.signup-form-wrapper .col-lg-12.mb-30.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;               /* width between buttons */
}
.signup-form-wrapper .col-lg-12.mb-30.buttons input {
  flex: 0 0 auto;
}
.signup-form-wrapper .theme_btn {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .right-btn ul li:first-child {
      display: block !important;
  } 
}  