body.general-popup-visible {
  overflow: hidden;
}

.general-fade-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

body.general-popup-visible .general-fade-layer {
  display: block;
}

.general-popup-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  display: none;
}

body.general-popup-visible .general-popup-outer.show-this-popup {
  display: block;
}

.general-popup-outer .popup-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 30px 15px;
  vertical-align: middle;
}

.general-popup-outer .popup-inner .popup-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.general-popup-outer .popup-inner .popup-content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.general-close-popup-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: url(../../images/icons/popup-close-btn.png) center center
    no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.general-close-popup-btn .fa {
  display: none;
}

.general-close-popup-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.general-popup-outer .popup-inner .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 0 0;
  overflow: hidden;
}

.general-popup-outer .general-popup .popup-header,
.general-popup-outer .welcome-info-popup .popup-header {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  padding: 30px 20px 40px;
  background: #205081 url(../../images/background/welcome-popup-pattern.png)
    center top no-repeat;
}

.general-popup-outer .reset-password-popup .popup-header {
  padding-top: 70px;
}

.general-popup-outer .general-popup .popup-header:after,
.general-popup-outer .welcome-info-popup .popup-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 15px;
  background: url(../../images/background/welcome-popup-curve.png) center bottom
    no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.general-popup-outer .general-popup .popup-header .icon-box,
.general-popup-outer .welcome-info-popup .popup-header .icon-box {
  position: relative;
  margin: 0 0 15px;
}

.general-popup-outer .general-popup .popup-header h3,
.general-popup-outer .welcome-info-popup .popup-header h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.general-popup-outer .general-popup .lower-box,
.general-popup-outer .welcome-info-popup .lower-box {
  position: relative;
  padding: 40px 30px;
}

.general-popup-outer .general-popup .lower-box .text-box,
.general-popup-outer .welcome-info-popup .lower-box .text-box {
  position: relative;
  padding-bottom: 15px;
}

.general-popup-outer .general-popup .lower-box .text-box p,
.general-popup-outer .welcome-info-popup .lower-box .text-box p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5em;
}

.general-popup-outer .general-popup .lower-box .text-box a,
.general-popup-outer .welcome-info-popup .lower-box .text-box a {
  font-weight: 500;
  color: #aad71a;
  text-decoration: underline;
}

.general-popup-outer .general-popup .info-box,
.general-popup-outer .welcome-info-popup .info-box {
  position: relative;
  padding: 0 0;
}

.general-popup-outer .general-popup .info-box .inner,
.general-popup-outer .welcome-info-popup .info-box .inner {
  position: relative;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}

.general-popup-outer .general-popup .info-box h3,
.general-popup-outer .welcome-info-popup .info-box h3 {
  position: relative;
  color: #6c6c6c;
  background: #f1f0f0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 12px 25px;
}

.general-popup-outer .general-popup .info-box ul,
.general-popup-outer .welcome-info-popup .info-box ul {
  position: relative;
  padding: 20px 25px;
}

.general-popup-outer .general-popup .info-box ul li,
.general-popup-outer .welcome-info-popup .info-box ul li {
  position: relative;
  font-size: 12px;
  color: #484848;
  line-height: 1.6em;
  margin: 0 -5px 3px;
}

.general-popup-outer .general-popup .info-box ul li:last-child,
.general-popup-outer .welcome-info-popup .info-box ul li:last-child {
  margin-bottom: 0;
}

.general-popup-outer .general-popup .info-box ul li .ttl,
.general-popup-outer .welcome-info-popup .info-box ul li .ttl {
  position: relative;
  display: block;
  float: left;
  width: 40%;
  padding: 0 5px;
}

.general-popup-outer .general-popup .info-box ul li .data,
.general-popup-outer .welcome-info-popup .info-box ul li .data {
  position: relative;
  display: block;
  float: left;
  width: 60%;
  font-weight: 500;
  padding: 0 5px;
}

.general-popup-outer .general-popup .link-box,
.general-popup-outer .welcome-info-popup .link-box {
  position: relative;
  padding: 30px 0 0;
  text-align: center;
}

.general-popup-outer .general-popup .link-box .theme-btn,
.general-popup-outer .reset-password-popup .form-group .theme-btn,
.general-popup-outer .welcome-info-popup .link-box .theme-btn {
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  line-height: 24px;
  padding: 9px 30px;
  background: #a8d242;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

.general-popup-outer .reset-password-popup .form-group .theme-btn {
  width: 100%;
  max-width: none;
}

.general-popup-outer .general-popup .link-box .theme-btn:hover,
.general-popup-outer .reset-password-popup .form-group .theme-btn:hover,
.general-popup-outer .welcome-info-popup .link-box .theme-btn:hover {
  background: #205081;
}

.general-popup-outer .popup-content.width-three {
  max-width: 400px;
}

.general-popup-outer .reset-password-popup .lower-box {
  padding-bottom: 20px;
}

.general-popup-outer .popup-inner .popup-content.width-two {
  max-width: 780px;
}

.code-confirm-popup .outer a {
  color: #aad71a;
}

.general-fade-layer.dark {
  background: rgba(0, 0, 0, 0.7);
}

.code-confirm-popup .outer {
  position: relative;
  display: block;
  background: 0 0 !important;
  color: #fff;
  text-align: center;
  width: 100%;
}

.code-confirm-popup .upper-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 20px 30px;
  background: #205081 url(../../images/background/bg-popup-icons-2.png) right
    top no-repeat;
  border-radius: 5px;
  overflow: hidden;
}

.general-popup-outer .welcome-info-popup .popup-header .icon-box {
  position: relative;
  margin: 0 0 15px;
}

.code-confirm-popup .upper-box .popup-title {
  position: relative;
  margin: 0 0 15px;
}

.code-confirm-popup .upper-box h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0;
}

.code-confirm-popup .upper-box h3 .icon {
  position: relative;
  top: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  margin-right: 10px;
}

.code-confirm-popup .upper-box .icon-box {
  position: relative;
  margin: 0 0 25px;
}

.code-confirm-popup .upper-box .email-info {
  position: relative;
  line-height: 22px;
  margin: 0 0 15px;
}

.code-confirm-popup .upper-box .email-info a {
  color: #fff;
  font-weight: 500;
}

.code-confirm-popup .confirmation-form {
  position: relative;
}

.code-confirm-popup .confirmation-form .theme-btn {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 35px;
  background: #a8d242;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

.code-confirm-popup .confirmation-form .theme-btn:hover {
  background: #fff;
  color: #1a4775;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
}

.code-confirm-popup .confirmation-form .outer-row {
  margin: 0 0 20px;
}

.code-confirm-popup .confirmation-form .form-group {
  position: relative;
  display: block;
}

.code-confirm-popup .confirmation-form .form-group:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -9px;
  top: 43px;
  width: 18px;
  height: 4px;
  background: #fff;
}

.code-confirm-popup .confirmation-form .form-group input {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
  width: 60px;
  height: 90px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 60px;
  padding: 15px 10px;
  font-size: 36px;
  background: #1a4775;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.code-confirm-popup .confirmation-form .form-group input:nth-child(3) {
  margin-right: 36px;
}

.code-confirm-popup .confirmation-form .form-group input:focus {
  color: #404040;
  background: #fff;
}

.code-confirm-popup .lower-box {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  padding-top: 50px;
}

.code-confirm-popup .lower-box a {
  font-size: 14px;
  text-transform: uppercase;
  color: #aad71a;
  font-weight: 500;
}

.code-confirm-popup .lower-box a:hover {
  text-decoration: underline;
}

.general-popup-outer .unlock-info-popup .unlock-info-header:after {
  width: 110%;
  left: -5%;
  bottom: -5px;
  height: 47px;
  background: url(../../images/periodic-heroes/popup-curve.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.general-popup-outer .popup-inner .popup-content.width-four {
  max-width: 460px !important;
}

.general-popup-outer .big-text {
  position: relative;
  display: block;
  font-size: 40px;
  color: #2e0f83;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: SuperSonicRocketship, cursive;
  margin-bottom: 5px;
}

.general-popup-outer .welcome-info-popup .welcome-info-header:after {
  width: 110%;
  left: -5%;
  bottom: -5px;
  height: 47px;
  background: url(../../images/periodic-heroes/popup-curve.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.general-popup-outer .level-info-popup .level-info-header:after {
  width: 104%;
  left: -2%;
  bottom: -5px;
  height: 66px;
  background: url(../../images/periodic-heroes/popup-curve-2.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.general-popup-outer .popup-content.width-five {
  max-width: 460px;
}

.general-popup-outer .upgrade-popup .outer {
  position: relative;
  padding: 50px 35px 25px;
}

.general-popup-outer .upgrade-popup .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/background/new-popup-bg.png) right 30px no-repeat;
}

.general-popup-outer .upgrade-popup .up-pop-content {
  position: relative;
  z-index: 1;
}

.general-popup-outer .upgrade-popup .text-box {
  position: relative;
  padding-right: 30px;
}

.general-popup-outer .upgrade-popup h3 {
  font-size: 28px;
  color: #1f4d7b;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.general-popup-outer .upgrade-popup p {
  font-size: 15px;
  color: #424243;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.general-popup-outer .upgrade-popup .bottom-box {
  position: relative;
  text-align: center;
  font-size: 12px;
}

.general-popup-outer .upgrade-popup .links-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}

.general-popup-outer .upgrade-popup .links-box .link {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.general-popup-outer .upgrade-popup .links-box .link:last-child {
  margin-right: 0;
}

.general-popup-outer .upgrade-popup .links-box .link a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #424243;
}

.general-popup-outer .upgrade-popup .links-box .upgrade-btn {
  position: relative;
  display: inline-block;
  padding: 10px 32px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  background: #94c83f;
  color: #fff !important;
  border-radius: 21px;
}

.general-popup-outer .upgrade-popup .links-box .link a:hover {
  text-decoration: underline;
}

/* Popups Styles */
.bg-fade-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.popup-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  display: none;
}

.popup-outer .popup-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 30px 15px;
  vertical-align: middle;
}

.popup-outer .popup-inner .popup-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.popup-outer .popup-inner .popup-content {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.popup-outer .popup-inner .popup-content.width-two {
  max-width: 620px;
}

.popup-inner .popup-content.width-sixth {
  max-width: 680px;
}

.popup-outer .popup-inner .popup-content.width-three {
  max-width: 470px;
}

.popup-outer .popup-inner .popup-content.width-fourth {
  max-width: 420px;
}

.popup-outer .popup-inner .popup-content.width-nine {
  max-width: 760px;
}

.popup-outer .sign-in-up-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .sign-in-up-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  min-height: 320px;
  overflow: hidden;
}

.popup-outer.element-stock-modal .sign-in-up-popup .outer {
    background: transparent !important;
}

.popup-outer .sign-in-up-popup .outer .shape-1 {
  position: absolute;
  left: 2px;
  top: 4px;
  width: 60px;
}

.popup-outer .sign-in-up-popup .outer .shape-2 {
  position: absolute;
  right: -10px;
  top: 60px;
  width: 70px;
}

.popup-outer .sign-in-up-popup .outer .shape-3 {
  position: absolute;
  left: 14px;
  bottom: 20px;
  width: 50px;
}

.popup-outer .sign-in-up-popup .outer .shape-4 {
  position: absolute;
  right: -18px;
  bottom: 16px;
}

.popup-outer .sign-in-up-popup .outer .close-popup-btn {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 24px;
  height: 24px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  font-size: 18px;
  color: #696969;
  transition: all 0.25s ease-in-out;
}

.popup-outer .sign-in-up-popup .outer .close-popup-btn:hover {
  color: #ef5350;
  background: transparent;
}

.popup-outer .sign-in-up-popup .outer .content-column h3 {
  position: relative;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.popup-outer .sign-in-up-popup .outer .content-column ul {
  position: relative;
  margin-left: 18px;
}

.popup-outer .sign-in-up-popup .outer .content-column ul li {
  list-style-type: disc;
  font-size: 14px;
  max-width: 320px;
  margin-bottom: 3px;
}

.popup-outer .sign-in-up-popup .sign-in-inner {
  color: #7c7c7c;
  background: #fff;
  padding: 50px 30px 44px;
  border-radius: 6px;
}

.element-stock-modal.popup-outer .sign-in-up-popup .sign-in-inner {
    background: transparent !important;
}

.popup-outer .sign-in-up-popup .sign-in-inner .premium-text,
.popup-outer .sign-in-up-popup .sign-in-inner h2 {
  text-align: center;
  color: #aad71a;
  font-weight: 400;
}

.popup-outer .sign-in-up-popup .sign-in-inner.sign-2 {
  padding: 40px 30px 44px;
}

.popup-outer .sign-in-up-popup .sign-in-inner h3 {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 20px;
  text-align: center;
}

.popup-outer .sign-in-up-popup .sign-in-inner h3 span {
  font-weight: 600;
}

.popup-outer .sign-in-up-popup .sign-in-inner .account-type-selection {
  margin-top: 26px;
  padding: 0 4px;
}

.popup-outer .sign-in-up-popup .sign-in-inner .account-type-selection a {
  display: block;
  padding: 20px 16px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #dedede;
  color: #4d4d4d;
  margin-bottom: 16px;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.popup-outer .sign-in-up-popup .sign-in-inner .account-type-selection a small {
  display: block;
  color: #7a7a7a;
  line-height: 20px;
  font-size: 14px;
}

.popup-outer .sign-in-up-popup .sign-in-inner .account-type-selection a:hover {
  border-color: #aad71a;
  box-shadow: 0 1px 7px rgba(0, 200, 117, 0.2);
}

.popup-outer
  .sign-in-up-popup
  .sign-in-inner
  .account-type-selection
  a.covid-btn {
  padding: 20px 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.popup-outer
  .sign-in-up-popup
  .sign-in-inner
  .account-type-selection
  a.covid-btn
  small {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

#signupForm {
  margin-top: 26px;
}

.popup-outer .sign-in-up-popup .sign-in-inner .singup-btn {
  min-width: 64%;
}

.custom-checkbox {
  display: flex;
}

#remember_me {
  transform: scale(1.1);
}

.popup-outer
  .sign-in-up-popup
  .sign-in-inner
  .form-v2
  .form-extras
  .custom-checkbox
  label {
  line-height: 14px;
  font-size: 11px;
}

.popup-outer .sign-in-up-popup .sign-in-inner .social-login-box.signup {
  margin-top: 50px;
}

.popup-outer .sign-in-up-popup .sign-in-inner .form-v2 .form-extras a {
  font-size: 11px !important;
}

.popup-outer .sign-in-up-popup .sign-in-inner .go-premium-link-box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.popup-outer .sign-in-up-popup .sign-in-inner .go-premium-link-box small {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
}

.popup-outer .sign-in-up-popup .sign-in-inner .go-premium-link-box a {
  font-size: 18px;
  font-weight: 400;
  color: #aad71a;
  transition: all 0.25s ease-in-out;
}

.popup-outer .sign-in-up-popup .sign-in-inner .go-premium-link-box a span {
  font-weight: 600;
  position: relative;
}

.popup-outer
  .sign-in-up-popup
  .sign-in-inner
  .go-premium-link-box
  a
  span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aad71a;
  transition: all 0.25s ease-in-out;
}

.popup-outer .sign-in-up-popup .sign-in-inner .go-premium-link-box a:hover {
  color: #205081;
}

.popup-outer
  .sign-in-up-popup
  .sign-in-inner
  .go-premium-link-box
  a:hover
  > span::before {
  background: #205081;
}

.popup-outer .sign-in-up-popup .sign-in-inner .form-v2 .form-extras {
  margin-top: 10px;
}

.popup-outer .sign-in-up-popup .confirmation-inner {
  color: #7c7c7c;
  background: #fff;
  padding: 40px 30px 24px;
  border-radius: 6px;
}

.confirmation-inner .envelop-icon-box {
  text-align: center;
}

.confirmation-inner .envelop-icon-box span {
  display: inline-flex;
  width: 94px;
  height: 94px;
  align-items: center;
  justify-content: center;
  color: white;
  background: #aad71a;
  border-radius: 50%;
  border: 8px solid #dcfaef;
}

.confirmation-inner .envelop-icon-box span i {
  font-size: 33px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.confirmation-inner .email-sent-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 22px;
  margin-top: 8px;
}

.confirmation-inner form input {
  text-align: center;
  font-size: 20px !important;
  color: #2b2b2b;
}

.confirmation-inner .activate-btn {
  margin-top: 20px;
}

.popup-outer .acc-select {
  position: relative;
  margin-bottom: 10px;
}

.popup-outer .acc-select .radio-col {
  position: relative;
  float: left;
  width: 33.333%;
  margin-bottom: 10px;
}

.popup-outer .acc-select .radio-col:nth-child(1) {
  text-align: left;
}

.popup-outer .acc-select .radio-col:nth-child(2) {
  text-align: center;
}

.popup-outer .acc-select .radio-col:nth-child(3) {
  text-align: right;
}

.radio-style-six {
  position: relative;
}

.radio-style-six input {
  position: relative;
  display: none;
}

.radio-style-six label {
  position: relative;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  width: 80px;
  cursor: pointer;
}

.radio-style-six label .acc-title {
  position: relative;
  display: inline-block;
  color: #acacac;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.radio-style-six input:checked + label .acc-title {
  color: #3d3d3d;
  border-bottom-color: #aad71a;
}

.radio-style-six label .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 7px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.radio-style-six input:checked + label .icon {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15),
    0 0 5px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.popup-outer .change-image-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .change-image-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 20px 0 40px;
}

.popup-outer .change-image-popup .outer .close-popup-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #9c9c9c;
  cursor: pointer;
  z-index: 2;
}

.popup-outer .change-image-popup .outer .close-popup-btn .fa {
  font-size: 14px;
  padding-left: 5px;
}

.popup-outer .change-image-popup .outer .close-popup-btn:hover {
  color: #333;
}

.popup-outer .change-image-popup .pop-header {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}

.popup-outer .change-image-popup .pop-header h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #205081;
  line-height: 1em;
}

.popup-outer .change-image-popup .inner-box {
  position: relative;
  padding: 0 30px 0 200px;
  min-height: 170px;
}

.popup-outer .change-image-popup .image-preview {
  position: relative;
  width: 133px;
  text-align: center;
}

.popup-outer .change-image-popup .image-preview {
  position: absolute;
  left: 30px;
  top: 0;
  width: 133px;
  text-align: center;
  margin: 0 auto 30px;
}

.popup-outer .change-image-popup .image-preview .image {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5px;
}

.popup-outer .change-image-popup .image-preview .image img {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 50%;
}

.popup-outer .change-image-popup .image-preview .text {
  position: relative;
  font-size: 14px;
  color: #525252;
}

.popup-outer .change-image-popup .drag-area {
  position: relative;
  display: block;
  background: #ebebeb;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-bottom: 12px;
}

.popup-outer .change-image-popup .area-inner {
  position: relative;
  display: block;
  height: 360px;
}

.popup-outer .change-image-popup .area-inner .area-content {
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -65px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
}

.popup-outer .change-image-popup .area-inner .area-content .icon {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 10px;
}

.popup-outer .change-image-popup .lower-area {
  position: relative;
  display: block;
}

.popup-outer .change-image-popup .lower-area .choose-file {
  position: relative;
  display: block;
  float: left;
  background: 0 0;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 0;
  font-size: 16px;
  color: #1f5181;
}

.popup-outer .change-image-popup .lower-area .save-image {
  margin-top: 8px;
  position: relative;
  display: block;
  float: right;
  min-width: 190px;
  padding: 8px 10px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #1f5181;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(31, 81, 129, 0.3);
}

.popup-outer .delete-student-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .delete-student-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 20px 0 30px;
}

.popup-outer .delete-student-popup .outer .close-popup-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #9c9c9c;
  cursor: pointer;
  z-index: 2;
}

.popup-outer .delete-student-popup .outer .close-popup-btn .fa {
  font-size: 14px;
  padding-left: 5px;
}

.popup-outer .delete-student-popup .outer .close-popup-btn:hover {
  color: #333;
}

.popup-outer .delete-student-popup .pop-header {
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px;
}

.popup-outer .delete-student-popup .pop-header h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ef4454;
  line-height: 1em;
}

.popup-outer .delete-student-popup .upper-box {
  position: relative;
  padding: 40px 25px;
  text-align: center;
}

.popup-outer .delete-student-popup .upper-box .text {
  position: relative;
  margin-bottom: 10px;
  color: #525252;
  font-size: 14px;
}

.change-photo-box {
  position: relative;
  text-align: center;
}

.change-photo-box .image-box {
  position: relative;
  width: 133px;
  height: 133px;
  text-align: center;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
}

.change-photo-box .image-box .image {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.change-photo-box .image-box .image img {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 50%;
}

.change-photo-box .image-box .link-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding-top: 38px;
  text-transform: uppercase;
}

.change-photo-box .image-box .link-box .icon {
  position: relative;
  display: block;
  width: 50px;
  height: 32px;
  background: url(../../images/icons/icon-cam.png) center center no-repeat;
  margin: 0 auto 5px;
}

.change-photo-box .info {
  position: relative;
}

.change-photo-box .info h4 {
  font-size: 18px;
  color: #525252;
  text-transform: capitalize;
}

.delete-student-popup .change-photo-box .info h4 {
  font-size: 20px;
  color: #ef4454;
}

.change-photo-box .info .date {
  position: relative;
  top: -2px;
  font-size: 14px;
  color: #898989;
}

.popup-outer .delete-student-popup .lower-box {
  position: relative;
  padding: 20px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.check-box-two {
  position: relative;
  margin-bottom: 15px;
}

.check-box-two input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.check-box-two label {
  position: relative;
  display: block;
  padding-left: 70px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  min-height: 28px;
}

.check-box-two label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 28px;
  background: #dadada;
  border-radius: 14px;
  display: block;
}

.check-box-two label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 11px;
  display: block;
}

.check-box-two input:checked + label {
  color: #111;
}

.check-box-two input:checked + label:before {
  background: #1f5181;
}

.check-box-two input:checked + label:after {
  left: 30px;
}

.popup-outer .delete-student-popup .lower-box .check-box-two {
  margin-bottom: 30px;
}

.popup-outer .delete-student-popup .lower-box .del-btn {
  position: relative;
  display: inline-block;
  min-width: 190px;
  padding: 8px 10px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #ef4454;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.popup-outer .edit-student-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .edit-student-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 20px 0 40px;
}

.popup-outer .edit-student-popup .outer .close-popup-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #9c9c9c;
  cursor: pointer;
  z-index: 2;
}

.popup-outer .edit-student-popup .outer .close-popup-btn .fa {
  font-size: 14px;
  padding-left: 5px;
}

.popup-outer .edit-student-popup .outer .close-popup-btn:hover {
  color: #333;
}

.popup-outer .edit-student-popup .pop-header {
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}

.popup-outer .edit-student-popup .pop-header h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #205081;
  line-height: 1em;
}

.popup-outer .edit-student-popup .upper-box {
  position: relative;
  padding: 0 20px 15px;
  text-align: center;
}

.popup-outer .edit-student-popup .upper-box .text {
  position: relative;
  margin-bottom: 10px;
  color: #525252;
  font-size: 14px;
}

.popup-outer .edit-student-popup .default-form .form-box {
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}

.popup-outer .edit-student-popup .default-form .separator {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0 20px;
}

.popup-outer .edit-student-popup .default-form .form-group {
  margin-bottom: 14px;
  padding: 0 8px;
}

.popup-outer .edit-student-popup .default-form .row {
  margin: 0 -8px;
}

.popup-outer .edit-student-popup .default-form .form-group .field-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.popup-outer .edit-student-popup .check-box-two label {
  line-height: 28px;
}

.popup-outer .edit-student-popup .btn-box {
  padding-top: 15px;
}

.popup-outer .edit-student-popup .save-changes {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 8px 10px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #1f5181;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(31, 81, 129, 0.3);
}

.popup-outer .acc-man-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .acc-man-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 0;
}

.popup-outer .acc-man-popup .outer .close-popup-btn {
  position: absolute;
  right: 25px;
  top: 22px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  color: #494948;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 2px solid #494948;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.popup-outer .acc-man-popup .outer .close-popup-btn:hover {
  color: #ef4454;
  border-color: #ef4454;
}

.popup-outer .acc-man-popup .pop-header {
  position: relative;
  padding: 20px 25px 10px;
  margin-bottom: 10px;
}

.popup-outer .acc-man-popup .pop-header h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #585857;
  line-height: 1.2em;
  font-weight: 500;
}

.popup-outer .acc-man-popup .form-box {
  position: relative;
  padding: 0 25px 10px;
}

.popup-outer .acc-man-popup.add-student-popup .form-box,
.popup-outer .acc-man-popup.update-student-popup .form-box {
  padding: 0 0 5px;
}

.popup-outer .acc-man-popup .default-form .row {
  margin: 0 -8px;
}

.popup-outer .acc-man-popup .default-form .row .form-group {
  padding: 0 8px;
  margin-bottom: 7px;
}

.popup-outer .acc-man-popup .default-form .row .form-group .row .form-group {
  margin-bottom: 0;
}

.popup-outer .acc-man-popup .default-form .field-label {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 10px;
}

.popup-outer .acc-man-popup .default-form .action-btns {
  position: relative;
  padding-top: 20px;
}

.popup-outer .acc-man-popup .default-form .action-btns .theme-btn {
  font-size: 14px;
  margin-bottom: 10px;
}

.popup-outer .acc-man-popup .default-form .action-btns .theme-btn.btn-reset {
  background: #d1d1d1;
  color: #777;
  float: left;
}

.popup-outer .acc-man-popup .default-form .action-btns .theme-btn.btn-submit {
  min-width: 150px;
  float: right;
}

.popup-tabs {
  position: relative;
}

.popup-tabs .tab-buttons {
  position: relative;
  padding: 0 25px;
}

.popup-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  line-height: 26px;
  color: #999;
  padding: 20px 0;
  font-weight: 500;
  margin-right: 25px;
}

.popup-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  border-bottom: 2px solid #aad71a;
}

.popup-tabs .tab-buttons .tab-btn.active-btn {
  color: #484848;
  font-weight: 500;
}

.popup-tabs .tab-buttons .tab-btn.active-btn:before {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.popup-tabs .tabs-content {
  position: relative;
  padding: 30px 25px 12px;
  border-top: 1px solid #d5d5d5;
}

.popup-tabs .tabs-content .tab {
  display: none;
}

.popup-tabs .tabs-content .tab.active-tab {
  display: block;
}

.popup-outer .activity-popup {
  position: relative;
  display: block;
  width: 100%;
}

.popup-outer .activity-popup .outer {
  position: relative;
  display: block;
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 25px 10px;
}

.popup-outer .activity-popup .outer .close-popup-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  color: #494948;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 2px solid #494948;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.popup-outer .activity-popup .outer .close-popup-btn:hover {
  color: #ef4454;
  border-color: #ef4454;
}

.popup-outer .activity-popup .outer h3 {
  font-size: 20px;
  color: #585857;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 15px;
}

.popup-outer .activity-popup.exit-activity-popup .outer h3,
.popup-outer .activity-popup.skip-activity-popup .outer h3 {
  padding: 20px 20px 0;
}

.popup-outer .activity-popup .form-box {
  position: relative;
  padding: 0;
}

.popup-outer .activity-popup .default-form .row {
  margin: 0 -8px;
}

.popup-outer .activity-popup .default-form .row .form-group {
  padding: 0 8px;
  margin-bottom: 8px;
}

.popup-outer .activity-popup .default-form .field-label {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 12px;
}

.popup-outer .activity-popup .default-form .action-btns {
  position: relative;
  padding-top: 20px;
}

.popup-outer .activity-popup .default-form .form-group textarea {
  height: 180px;
  background: #f4f4f4;
  padding: 15px 20px;
}

.popup-outer .activity-popup .default-form .action-btns .theme-btn {
  font-size: 14px;
  margin-bottom: 10px;
}

.popup-outer .activity-popup .default-form .action-btns .theme-btn.btn-reset {
  background: #d1d1d1;
  color: #777;
  float: left;
}

.popup-outer .activity-popup .default-form .action-btns .theme-btn.btn-submit {
  min-width: 150px;
  float: right;
}

body.popup-visible {
  overflow: hidden;
}

.popup-outer .student-select-popup-content {
  max-width: 100% !important;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .popup-outer .sign-in-up-popup .outer .form-column .text-content p {
    margin-bottom: 12px;
  }

  .popup-outer .sign-in-up-popup .outer .form-column .text-content .theme-btn {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .general-popup-outer .big-text {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .popup-outer .sign-in-up-popup .outer .content-column,
  .popup-outer .sign-in-up-popup .outer .form-column {
    width: 100%;
    height: auto;
  }

  .popup-outer .sign-in-up-popup .outer .content-column .inner,
  .popup-outer .sign-in-up-popup .outer .form-column .inner {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 25px 20px;
  }

  .popup-outer .sign-in-up-popup .outer .form-column .bottom-content {
    position: relative;
    padding: 20px 20px 0;
  }

  .popup-outer .sign-in-up-popup .outer .form-column .text-content .theme-btn {
    top: 0;
    margin-bottom: 20px;
  }

  .popup-outer .change-image-popup .inner-box {
    padding: 0 20px;
  }

  .popup-outer .change-image-popup .image-preview {
    position: relative;
    margin: 0 auto 30px;
    left: 0;
    top: 0;
  }

  .popup-outer .sign-in-up-popup .outer .content-column {
    position: relative;
    height: auto;
  }

  .popup-outer
    .acc-man-popup
    .default-form
    .row
    .form-group
    .row
    .form-group:nth-child(even) {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 599px) {
  .popup-outer .activity-popup .default-form .action-btns .theme-btn {
    width: 100%;
  }

  .popup-outer .activity-popup .outer h3 {
    padding: 20px 15px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .general-popup-outer .general-popup .lower-box,
  .general-popup-outer .welcome-info-popup .lower-box {
    padding: 30px 20px;
  }

  .general-popup-outer .general-popup .info-box ul li .data,
  .general-popup-outer .general-popup .info-box ul li .ttl,
  .general-popup-outer .welcome-info-popup .info-box ul li .data,
  .general-popup-outer .welcome-info-popup .info-box ul li .ttl {
    width: 100%;
  }

  .general-popup-outer .general-popup .info-box ul li,
  .general-popup-outer .welcome-info-popup .info-box ul li {
    margin-bottom: 10px;
  }

  .checklist-toggle .block .acc-btn:after {
    right: 10px;
  }

  .code-confirm-popup .upper-box .icon-box img {
    max-width: 100px;
  }

  .code-confirm-popup .confirmation-form .form-group input {
    width: 32px;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0;
  }

  .code-confirm-popup .confirmation-form .form-group input:nth-child(3) {
    margin-right: 20px;
  }

  .code-confirm-popup .confirmation-form .form-group:before {
    width: 10px;
    top: 24px;
    margin-left: -5px;
  }

  .general-popup-outer .upgrade-popup .pop-bg {
    display: none;
  }

  .general-popup-outer .upgrade-popup .outer {
    padding: 30px 20px 10px;
  }

  .general-popup-outer .upgrade-popup .text-box {
    padding-right: 0;
  }

  .general-popup-outer .upgrade-popup h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .general-popup-outer .upgrade-popup .text-box br {
    display: none;
  }

  .general-popup-outer .upgrade-popup .text-box p br {
    display: block;
  }

  .general-popup-outer .upgrade-popup .links-box {
    padding: 20px 0;
  }

  .general-popup-outer .upgrade-popup .links-box .link {
    display: block;
    margin: 0 0 10px;
  }

  .general-popup-outer .upgrade-popup .links-box .link a {
    display: block;
    text-align: center;
    line-height: 22px;
  }
}

/* Block Modal Styles */
.blocked-featured-modal .close-popup-btn {
  right: 11px !important;
  top: 12px !important;
  width: 18px !important;
  height: 18px !important;
  z-index: 99 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #abd633 !important;
  background: #fff !important;
}

.blocked-featured-modal .close-popup-btn:hover {
  color: #e9576a !important;
}

.blocked-featured-modal-content .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.blocked-featured-modal-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.blocked-featured-modal-content .img-box h4 {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 26px;
  color: #fff;
  max-width: 180px;
  text-align: left;
  font-size: 30px;
  line-height: 1.1;
}

.blocked-featured-modal-content .text-content-block {
  padding: 40px;
  text-align: left;
  width: 56%;
  float: right;
  position: relative;
  z-index: 9;
}

.covid-blocked-modal-shape-1 {
  position: absolute;
  left: -22px;
  top: -16px;
}

.covid-blocked-modal-shape-2 {
  position: absolute;
  right: -40%;
  top: -25%;
}

.blocked-featured-modal-content .text-content-block .top-text-box h5 {
  color: #585858;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
}

.blocked-featured-modal-content .text-content-block .top-text-box h2 {
  color: #e9576a;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 400;
  padding: 7px 0;
  text-align: left;
}

.blocked-featured-modal-content .text-content-block .top-text-box h2 b,
.blocked-featured-modal-content .text-content-block .top-text-box h5 b {
  font-weight: 800;
}

.blocked-featured-modal-content .bottom-box {
  margin-top: 46px;
}

.blocked-featured-modal-content .bottom-box p {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

.blocked-featured-modal-content .bottom-box p b {
  font-weight: 800;
}

.blocked-featured-modal-content .bottom-box a.normal-type {
  display: block;
  padding: 13px 20px 15px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #646464;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.blocked-featured-modal-content .bottom-box a.normal-type span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.blocked-featured-modal-content .bottom-box a.special-covid,
.blocked-featured-modal-content .bottom-box a.special-covid span {
  color: #fff;
}

.blocked-featured-modal-content .bottom-box a.special-covid b {
  color: #aad71a;
  font-weight: 800;
}

.blocked-featured-modal-content .bottom-box a.normal-type:hover {
  border-color: #aad71a;
  background: #f5f6f5;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px !important;
}

/* OFF 60 12 Months Modal Styles */
.off-60-12-months-modal .outer {
  border-radius: 5px !important;
}

.off-60-12-months-modal.popup-outer .sign-in-up-popup .outer .close-popup-btn {
  background: #fff;
  width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  top: 14px;
}

.off-60-12-months-modal .off-60-modal-content-wrapper .header-box {
  padding: 24px 20px;
  background-position: center !important;
  color: #fff;
  text-align: left;
}

.off-60-12-months-modal
  .off-60-modal-content-wrapper
  .header-box
  .text-content {
  max-width: 270px;
}

.off-60-12-months-modal .off-60-modal-content-wrapper .text-content h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}

.off-60-12-months-modal .off-60-modal-content-wrapper .text-content p {
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 0;
}

.off-60-modal-body {
  text-align: left;
  padding: 24px 28px;
}

.off-60-modal-body > p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.off-60-modal-body .signup-as-options-inner > a {
  flex: 1;
}

.off-60-modal-body .reference-info small {
  line-height: 1.4;
  display: block;
  color: #a6a6a6;
  font-size: 13px;
}

@media (max-width: 575px) {
  .off-60-12-months-modal .off-60-modal-content-wrapper .header-box {
    padding: 18px 16px;
  }

  .off-60-12-months-modal
    .off-60-modal-content-wrapper
    .header-box
    .text-content {
    max-width: 230px;
  }

  .off-60-12-months-modal .off-60-modal-content-wrapper .text-content h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .off-60-12-months-modal .off-60-modal-content-wrapper .text-content p {
    font-size: 14px;
  }

  .off-60-modal-body {
    padding: 16px 18px;
  }

  .off-60-modal-body > p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .off-60-modal-body .reference-info small {
    font-size: 12px;
  }
}

/* Blocked Feature V2 */
.covid-blocked-v2-girl {
  position: absolute;
  z-index: 9;
  bottom: -60px;
  left: 48%;
}

img.covid-v2-shape-1 {
  position: absolute;
  z-index: 99;
  left: 63%;
  top: -25px;
}

img.covid-v2-shape-2 {
  position: absolute;
  z-index: 99;
  left: -116px;
  bottom: -151px;
}

img.covid-v2-shape-3 {
  position: absolute;
  z-index: 99;
  bottom: -122px;
  right: -134px;
}

.blocked-featured-modal-content.v2 .img-box {
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  width: 34%;
  height: 100%;
  z-index: 1;
}

.blocked-featured-modal-content.v2 .text-content-block {
  float: left;
  z-index: 0;
}

.blocked-featured-modal-content.v2 .text-content-block .top-text-box h2 {
  color: #205081;
}

.blocked-featured-modal-content.v2 .bottom-box {
  margin-top: 26px;
  padding-right: 26px;
}

.blocked-featured-modal-content.v2 .bottom-box a.normal-type {
  padding: 12px 12px 14px;
}

.blocked-featured-modal.v2 .close-popup-btn {
  color: #a7a8a4 !important;
}

.blocked-featured-modal.v2 .close-popup-btn:hover {
  color: #e9576a !important;
}

@media (max-width: 767px) {
  .blocked-featured-modal-content .text-content-block .top-text-box h5 {
    font-size: 18px;
  }

  .blocked-featured-modal-content .text-content-block .top-text-box h2 {
    font-size: 30px;
  }

  .blocked-featured-modal-content .bottom-box a.normal-type {
    font-size: 16px;
  }

  .blocked-featured-modal-content .bottom-box a.normal-type span {
    font-size: 11px;
  }

  .blocked-featured-modal-content .img-box h4 {
    font-size: 20px;
  }

  .covid-blocked-v2-girl {
    width: 240px;
  }

  .plan-selection-section.v2 .plan-selection-inner .first-tab-step li > a {
    padding: 10px 24px 9px !important;
  }
}

@media (max-width: 575px) {
  .student-limit-box {
    display: block;
    text-align: center;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .btn.padding-v2 {
    padding: 16px 28px !important;
  }

  .blocked-featured-modal-content .img-box {
    position: relative;
    width: 100%;
    height: 230px;
  }

  .blocked-featured-modal-content .img-box img {
    object-position: center;
  }

  .blocked-featured-modal-content .text-content-block {
    padding: 30px;
    width: 100%;
  }

  .blocked-featured-modal-content .bottom-box {
    margin-top: 20px;
  }

  .blocked-featured-modal-content .text-content-block .top-text-box h5 {
    font-size: 16px;
  }

  .blocked-featured-modal-content .text-content-block .top-text-box h2 {
    font-size: 25px;
  }

  .covid-blocked-v2-girl {
    display: none;
  }

  .blocked-featured-modal-content.v2 .img-box {
    position: relative;
    right: 0;
    left: -30px;
    top: 0;
    width: 108%;
    height: 220px;
    z-index: 1;
  }
}

@media (max-width: 430px) {
  .covid-blocked-modal-shape-2 {
    right: -48%;
    top: -25%;
  }

  .blocked-featured-modal-content .img-box {
    height: 200px;
  }

  .blocked-featured-modal-content.v2 .img-box {
    height: 180px;
    width: 120%;
  }
}

/* Free Worksheet Popup Styles Starts */
.free-worksheet-modal .close-popup-btn,
.close-popup-btn.global {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 26px;
  height: 26px;
  padding-left: 1px;
  border-radius: 50%;
  background: #ffffff;
  color: #696969;
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}

.free-worksheet-modal .close-popup-btn:hover,
.close-popup-btn.global:hover {
  background: #f44336;
  color: #ffffff;
}

.popup-content.free-worksheet-modal {
  max-width: 900px !important;
}

.free-worksheet-modal .free-worksheet-modal-inner {
  background: #ffffff;
}

.free-worksheet-modal .flex-row {
  display: flex;
  width: 100%;
  height: 100%;
}

.free-worksheet-modal .flex-row .left-side {
  flex: 1;
  max-width: 314px;
}

.free-worksheet-modal .flex-row .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.free-worksheet-modal .flex-row .right-side {
  flex: 1;
}

.free-worksheet-modal .free-worksheet-modal-inner .content-area {
  padding: 40px 64px 26px;
  background: #ffffff;
}

.free-worksheet-modal .free-worksheet-modal-inner .content-area h3 {
  padding: 0 16px 26px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  text-align: center;
}

.free-worksheet-modal .form-row {
  display: flex;
  flex: 1;
}

.free-worksheet-modal .form-row .form-group {
  margin-bottom: 12px !important;
}

.free-worksheet-modal .form-row .col-50 {
  width: 50%;
}

.free-worksheet-modal .form-row .col-50:first-child {
  padding-right: 5px;
}

.free-worksheet-modal .form-row .col-50:last-child {
  padding-left: 5px;
}

.free-worksheet-modal .form-extras .checkbox-box {
  text-align: left;
}

.free-worksheet-modal .form-extras .checkbox-box .custom-checkbox label {
  line-height: 1.6;
}

.custom-checkbox label.newsletter-cb-label {
  padding-left: 12px !important;
}

.free-worksheet-modal .form-extras .checkbox-box .custom-checkbox a {
  color: #aad71a;
}

.free-worksheet-modal .form-extras .checkbox-box .custom-checkbox a:hover {
  text-decoration: underline;
}

/*.free-worksheet-modal .custom-select {
  min-width: 100%;
}*/

.free-worksheet-modal .custom-select .btn {
  border-color: #eff0f0;
  box-shadow: none;
  border-radius: 0;
  height: 42px;
  margin: 0 !important;
  font-size: 15px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border 0.25s ease-in-out;
}

.free-worksheet-modal .custom-select .btn > span {
  margin: 0;
  color: #393939 !important;
  font-size: 15px !important;
  text-transform: capitalize;
}

.free-worksheet-modal .custom-select .btn:hover {
  border-color: #ddd;
  background: transparent;
}

.free-worksheet-modal .custom-select .btn:hover > span {
  color: #393939 !important;
}

.free-worksheet-modal .custom-select.open > .dropdown-toggle.btn-default,
.free-worksheet-modal .custom-select.open > .dropdown-toggle.btn-default:focus {
  background: transparent !important;
}

.free-worksheet-modal .custom-select .btn:focus,
.free-worksheet-modal .custom-select .btn:active {
  border-color: #aad71a;
  box-shadow: none;
  outline: none !important;
}

.free-worksheet-modal .custom-select .dropdown-menu.open {
  padding-left: 58px;
  left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.free-worksheet-modal
  .custom-select
  .dropdown-menu.open
  > .dropdown-menu.inner {
  left: 0;
  margin-top: -6px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  overflow: hidden;
  border: 0;
}

.free-worksheet-modal .custom-select .dropdown-menu.open li a {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #eff0f0;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 991px) {
  .free-worksheet-modal .free-worksheet-modal-inner .content-area {
    padding: 40px 40px 26px;
  }

  .free-worksheet-modal .flex-row .left-side {
    max-width: 230px;
  }
}

@media (max-width: 768px) {
  .free-worksheet-modal .free-worksheet-modal-inner .content-area {
    padding: 36px 24px 20px;
  }

  .free-worksheet-modal .form-row {
    flex-wrap: wrap;
  }

  .free-worksheet-modal .form-row .col-50 {
    min-width: 100%;
    padding-right: 0 !important;
  }

  .free-worksheet-modal .form-row .col-50:last-child {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .free-worksheet-modal .free-worksheet-modal-inner .content-area {
    padding: 20px 14px 12px;
  }

  .free-worksheet-modal .flex-row {
    flex-wrap: wrap;
  }

  .free-worksheet-modal .flex-row .left-side {
    max-width: 100%;
    min-width: 100%;
    height: 150px;
  }

  .free-worksheet-modal .flex-row .left-side img {
    object-position: top;
  }

  .free-worksheet-modal .free-worksheet-modal-inner .content-area h3 {
    padding: 0 0px 10px;
    font-size: 16px;
  }
}

.welcome-info-popup .welcome-info-header {
  position: relative;
  height: 150px;
}

.welcome-info-popup .welcome-info-header .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.welcome-info-popup .welcome-info-header .image-box {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  margin-left: -55px;
  bottom: -15px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 3;
}

.welcome-info-popup .welcome-info-header .image-box img {
  display: block;
  border-radius: 50%;
}

.general-popup-outer .welcome-info-popup .welcome-info-header:after {
  width: 110%;
  left: -5%;
  bottom: -5px;
  height: 47px;
  background: url(../../images/periodic-heroes/popup-curve.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.welcome-info-popup .lower-box {
  text-align: center;
  color: #04060a;
  font-weight: 500;
  padding: 0 20px 40px !important;
  font-family: Rubik, sans-serif;
}

.welcome-info-popup .lower-box .title-box {
  position: relative;
  margin-bottom: 20px;
}

.welcome-info-popup .lower-box .title-box .subtitle {
  color: #04060a;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 1.4em;
  font-weight: 600;
}

.welcome-info-popup .lower-box .title-box .name {
  position: relative;
  display: inline-block;
  color: #2e0f83;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2em;
  font-family: SuperSonicRocketship, cursive;
  font-weight: 400;
  padding: 5px 20px;
  border-bottom: 2px solid #e0e0e0;
}

.welcome-info-popup .lower-box .text {
  position: relative;
  margin-bottom: 20px;
}

.welcome-info-popup .lower-box .sub-text {
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.welcome-info-popup .lower-box .sub-text p {
  font-size: 14px;
  margin-bottom: 3px;
}

.welcome-info-popup .lower-box .sub-text p:last-child {
  margin-bottom: 0;
}

.welcome-info-popup .hero-options {
  position: relative;
  margin: 25px 0;
}

.welcome-info-popup .hero-options:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  border-left: 1px solid #e0e0e0;
  height: 110px;
}

.welcome-info-popup .hero-options ul li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 20px;
  text-align: center;
}

.welcome-info-popup .hero-select {
  position: relative;
  display: inline-block;
}

.welcome-info-popup .hero-select input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.welcome-info-popup .hero-select label {
  position: relative;
  display: block;
  cursor: pointer;
}

.welcome-info-popup .hero-select .hero-image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.welcome-info-popup .hero-select .hero-image img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.welcome-info-popup .hero-select .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 18px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-family: SuperSonicRocketship, cursive;
  border-radius: 50%;
  background: rgba(46, 15, 131, 0.65);
  opacity: 0;
  visibility: hidden;
}

.welcome-info-popup .hero-select .hero-overlay .icon {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  background: url(../../images/periodic-heroes/unlock-icon.png) center center
    no-repeat;
  margin: 0 auto 5px;
}

.welcome-info-popup .hero-select input:checked + label .hero-overlay {
  opacity: 1;
  visibility: visible;
}

.welcome-info-popup .hero-select label .hero-title {
  position: relative;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.welcome-info-popup .hero-select input:checked + label .hero-image {
  -webkit-box-shadow: 0 0 1px 5px #dedae9;
  -ms-box-shadow: 0 0 1px 5px #dedae9;
  box-shadow: 0 0 1px 5px #dedae9;
}

.welcome-info-popup .hero-options .confirm-link {
  position: relative;
  display: block;
  padding-top: 10px;
}

.btn-popup-one {
  position: relative;
  padding: 10px 30px;
  line-height: 30px;
  font-size: 18px;
  color: #e9ebeb;
  font-family: SuperSonicRocketship, cursive;
  letter-spacing: 2px;
  border-radius: 30px;
  background: #b33c6f;
  background: -webkit-linear-gradient(top, #6b2c73, #bf3f6d);
  background: -ms-linear-gradient(top, #6b2c73, #bf3f6d);
  background: -moz-linear-gradient(top, #6b2c73, #bf3f6d);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-popup-one:hover {
  color: #fff;
}

.level-info-popup .level-info-header {
  position: relative;
  min-height: 180px;
  font-family: SuperSonicRocketship, cursive;
  padding: 50px 20px 130px !important;
}

.level-info-popup.level-completed-popup .level-info-header {
  min-height: 200px;
  padding: 50px 20px 150px !important;
}

.level-info-popup .level-info-header .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.general-popup-outer .level-info-popup .level-info-header:after {
  width: 104%;
  left: -2%;
  bottom: -5px;
  height: 66px;
  background: url(../../images/periodic-heroes/popup-curve-2.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.level-info-popup .level-info-header .level-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
}

.level-info-popup.level-completed-popup .level-info-header .level-title {
  margin-bottom: 30px;
}

.level-info-popup .level-info-header .info-title {
  position: relative;
  display: block;
  color: #cfff0e;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0;
}

.level-info-popup.level-completed-popup .level-info-header .info-title {
  color: #ffc601;
  font-size: 32px;
  margin-bottom: 10px;
}

.level-info-popup .level-info-header .header-txt {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.level-info-popup .level-info-header .progress-round-box {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.level-info-popup .level-info-header .progress-round-box .round-inner {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #d0425e;
  background: -webkit-linear-gradient(top, #9a439b, #ee413d);
  background: -ms-linear-gradient(top, #9a439b, #ee413d);
  background: -moz-linear-gradient(top, #9a439b, #ee413d);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.level-info-popup .level-info-header .progress-round-box .round-text {
  position: relative;
  padding: 40px 5px;
  font-size: 56px;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.level-info-popup .lower-box {
  text-align: center;
  color: #04060a;
  font-weight: 500;
  padding: 50px 20px 30px !important;
  font-family: Rubik, sans-serif;
}

.level-info-popup.level-completed-popup .lower-box {
  padding: 60px 20px 30px !important;
}

.level-info-popup .lower-box .text-box {
  position: relative;
  max-width: 300px;
  margin: 0 auto 15px;
  font-weight: 400;
  color: #424243;
  font-size: 13px;
  line-height: 1.6em;
}

.level-info-popup .lower-box .text-box strong {
  color: #241659;
  font-weight: 700;
}

.level-info-popup .link-options {
  position: relative;
}

.level-info-popup .link-options .link-btn {
  position: relative;
  display: inline-block;
  margin: 0 4px 10px;
}

.level-info-popup .link-options .link-btn.next-link,
.level-info-popup .link-options .link-btn.redo-link {
  padding-top: 6px;
}

.btn-popup-two {
  position: relative;
  padding: 8px 22px;
  line-height: 30px;
  font-size: 20px;
  color: #b33c6f;
  font-family: SuperSonicRocketship, cursive;
  letter-spacing: 2px;
  border-radius: 24px;
  background: #f0f0f0;
}

.btn-popup-two:hover {
  color: #ec413f;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.btn-popup-two .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.btn-popup-two .icon-redo {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../../images/periodic-heroes/icon-redo.png) left center
    no-repeat;
  background-size: 20px 20px;
}

.btn-popup-two .icon-next {
  width: 14px;
  height: 14px;
  margin-left: 0;
  background: url(../../images/periodic-heroes/icon-next.png) right center
    no-repeat;
  background-size: 14px 14px;
}

.level-info-popup .level-info-header .completed-round-box {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.level-info-popup .level-info-header .completed-round-box .over-icon {
  position: absolute;
  left: -38px;
  top: -31px;
  right: -31px;
  bottom: -31px;
  background: url(../../images/periodic-heroes/round-over-design.png) center top
    no-repeat;
  background-size: cover;
  z-index: 1;
}

.level-info-popup .level-info-header .completed-round-box .round-outer {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.level-info-popup .level-info-header .completed-round-box .round-inner {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fcd149;
}

.level-info-popup .level-info-header .completed-round-box .round-text {
  position: relative;
  padding: 40px 5px 5px;
  font-size: 13px;
  line-height: 24px;
  color: #222125;
  text-transform: uppercase;
}

.level-info-popup .level-info-header .completed-round-box .round-text .number {
  display: block;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 1px;
}

.level-info-popup .outer-ring {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
}

.level-info-popup .outer-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  margin: 0;
  border: 5px solid #af4c5d;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -ms-animation: lds-ring 1.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #af4c5d transparent transparent transparent;
  z-index: 1;
}

.level-info-popup .outer-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  -ms-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.level-info-popup .outer-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.level-info-popup .outer-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  -ms-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1000px) {
  .periodic-heroes .main-title {
    margin-bottom: 20px;
    line-height: 1em;
  }

  .periodic-heroes .main-title img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 939px) {
  .periodic-heroes .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .periodic-heroes .main-title img {
    max-width: 450px;
  }

  .periodic-heroes .table-box {
    top: -100px;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .periodic-heroes .table-box .table-inner {
    min-width: 980px;
  }

  .periodic-heroes .upper-content .inner-box {
    background: 0 0;
    padding: 0 0 20px;
  }

  .periodic-heroes .upper-content .middle-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .periodic-heroes .upper-content .middle-content,
  .periodic-heroes .upper-content .stats-column {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .periodic-heroes .main-title img {
    max-width: 300px;
  }

  .periodic-heroes .mobile-data,
  .periodic-heroes .mobile-tab-links {
    display: block;
  }

  .periodic-heroes .upper-content .left-data {
    display: none;
  }

  .periodic-heroes .upper-content .middle-content,
  .periodic-heroes .upper-content .stats-column {
    width: 100%;
    display: none;
  }

  .periodic-heroes .upper-content .active-periodic-tab {
    display: block;
  }

  .periodic-heroes .table-box {
    top: 0;
    margin-bottom: 40px;
  }

  .general-popup-outer .big-text {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/* Free Worksheet Popup Styles Ends */

/* Nutrition Month Popup Styles Starts */

.nutrition-month-modal .close-popup-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 26px;
  height: 26px;
  padding-left: 1px;
  border-radius: 50%;
  background: #ffffff;
  color: #696969;
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.nutrition-month-modal .close-popup-btn:hover {
  background: #f27800;
  color: #ffffff;
}

.popup-content.nutrition-modal {
  max-width: 570px !important;
}

.popup-content.nutrition-modal-confirm {
  max-width: 756px !important;
}

.nutrition-month-modal .nutrition-month-modal-inner {
  background: #ffffff;
}

.nutrition-month-modal .nutrition-month-modal-inner .top-section {
  padding: 44px 0;
  background: url(../../images/img-new/nutrition-bg.jpg) no-repeat center;
  background-size: cover;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading {
  background: #f27800;
  padding: 9px 30px;
  width: 56%;
  margin: auto;
  text-align: center;
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 6% 100%, 0 50%, 6% 0);
  position: relative;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading.confirm {
  width: 70%;
  clip-path: polygon(96% 0%, 100% 50%, 96% 100%, 5% 100%, 0 50%, 5% 0);
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading::before,
.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading::after {
  left: inherit;
  right: 14px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .top-section
  .nutrition-heading
  h2 {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
}

.nutrition-month-modal .nutrition-month-modal-inner .content-area {
  padding: 50px 40px 40px;
  background: #ffffff;
}

.nutrition-month-modal .nutrition-month-modal-inner .content-area h3 {
  padding: 0 20px 26px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  color: #696969;
  text-align: center;
}

.nutrition-month-modal .form-row {
  display: flex;
  flex: 1;
}

.nutrition-month-modal .form-row .form-group {
  margin-bottom: 12px !important;
}

.nutrition-month-modal .form-row .col-50 {
  width: 50%;
}

.nutrition-month-modal .form-row .col-50:first-child {
  padding-right: 5px;
}

.nutrition-month-modal .form-row .col-50:last-child {
  padding-left: 5px;
}

.nutrition-month-modal .form-extras .checkbox-box {
  text-align: left;
}

.nutrition-month-modal .form-extras .checkbox-box .custom-checkbox label {
  line-height: 1.6;
}

.nutrition-month-modal .form-extras .checkbox-box .custom-checkbox a {
  color: #aad71a;
}

.nutrition-month-modal .form-extras .checkbox-box .custom-checkbox a:hover {
  text-decoration: underline;
}

.nutrition-month-modal .custom-select {
  min-width: 100%;
}

.nutrition-month-modal .custom-select .btn {
  border-color: #eff0f0;
  box-shadow: none;
  border-radius: 0;
  height: 42px;
  margin: 0 !important;
  font-size: 15px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border 0.25s ease-in-out;
}

.nutrition-month-modal .custom-select .btn > span {
  margin: 0;
  color: #393939 !important;
  font-size: 15px !important;
  text-transform: capitalize;
}

.nutrition-month-modal .custom-select .btn:hover {
  border-color: #ddd;
  background: transparent;
}

.nutrition-month-modal .custom-select .btn:hover > span {
  color: #393939 !important;
}

.nutrition-month-modal .custom-select.open > .dropdown-toggle.btn-default,
.nutrition-month-modal
  .custom-select.open
  > .dropdown-toggle.btn-default:focus {
  background: transparent !important;
}

.nutrition-month-modal .custom-select .btn:focus,
.nutrition-month-modal .custom-select .btn:active {
  border-color: #aad71a;
  box-shadow: none;
  outline: none !important;
}

.nutrition-month-modal .custom-select .dropdown-menu.open {
  padding-left: 58px;
  left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nutrition-month-modal
  .custom-select
  .dropdown-menu.open
  > .dropdown-menu.inner {
  left: 0;
  margin-top: -6px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  overflow: hidden;
  border: 0;
}

.nutrition-month-modal .custom-select .dropdown-menu.open li a {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #eff0f0;
  transition: all 0.25s ease-in-out;
}

.nutrition-month-modal .nutrition-month-modal-inner .content-area.confirm {
  padding: 30px 14px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box {
  display: flex;
  align-items: center;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  > div {
  padding: 0px 20px;
  text-align: center;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  > div:last-child {
  flex: 1;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  > div.save-amount {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-top: 4px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .celebrate-text {
  width: 52%;
  text-align: left;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .celebrate-text
  h2 {
  color: #f27800;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400 !important;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .celebrate-text
  h2
  b {
  font-weight: 800 !important;
  font-size: 28px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .save-amount
  sup {
  display: block;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  color: #b0cd34;
  position: relative;
  top: 8px;
  font-weight: 400;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .save-amount
  h1 {
  font-size: 68px;
  color: #b0cd34;
  text-align: left;
  font-weight: 900;
  display: flex;
  line-height: 1.25;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .save-amount
  h1
  span {
  font-size: 54px;
  font-weight: 400;
  position: relative;
  top: 4px;
  left: -1px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .save-amount
  sub {
  display: block;
  text-align: right;
  position: relative;
  top: -18px;
  font-size: 11px;
  left: 8px;
  color: #b0cd34;
  text-transform: uppercase;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .coupen-code
  small {
  color: #6e6e6e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .coupen-code
  .code {
  color: #b0cd34;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: -8px;
}

.nutrition-month-modal
  .nutrition-month-modal-inner
  .content-area.confirm
  .content-box
  .coupen-code
  span {
  display: inline-block;
  background: #f27800;
  padding: 5px 16px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .nutrition-month-modal .nutrition-month-modal-inner .content-area {
    padding: 40px 20px 34px;
  }

  .nutrition-month-modal
    .nutrition-month-modal-inner
    .top-section
    .nutrition-heading {
    width: 84%;
  }

  .nutrition-month-modal .nutrition-month-modal-inner .content-area h3 {
    padding: 0 0px 26px;
  }

  .nutrition-month-modal .custom-select .dropdown-menu.open {
    padding-left: 0;
  }

  .nutrition-month-modal
    .nutrition-month-modal-inner
    .content-area.confirm
    .content-box {
    flex-wrap: wrap;
  }

  .nutrition-month-modal
    .nutrition-month-modal-inner
    .content-area.confirm
    .content-box
    .celebrate-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .nutrition-month-modal
    .nutrition-month-modal-inner
    .content-area.confirm
    .content-box
    > div.save-amount {
    border: 0;
  }
}

@media (max-width: 430px) {
  .nutrition-month-modal
    .nutrition-month-modal-inner
    .content-area.confirm
    .content-box
    > div.save-amount {
    padding-left: 30%;
  }

  .popup-outer .sign-in-up-popup .sign-in-inner {
    padding: 30px 20px 30px !important;
  }
}

.general-popup-outer .close-popup-btn {
  position: absolute;
  right: 18px;
  top: 20px;
  width: 28px;
  height: 28px;
  background: #e4e4e4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease;
}

.close-popup-btn:hover {
  background: #ccc;
}

/* Assignment Modals */
.assignment-modal-inner {
  padding: 46px 40px 34px;
  text-align: left;
}

.assignment-modal-inner h3 {
  font-weight: 800;
  margin-bottom: 14px;
  color: #272727;
  line-height: 1.3;
  font-size: 26px;
}

.assignment-modal-inner p {
  line-height: 1.4;
  color: #4d4d4d;
  font-size: 14px;
}

.assignment-modal-inner .form-box {
  margin-top: 20px;
  margin-bottom: 30px;
}

.link-generated-container {
  margin: 24px 0;
}

.link-generated-inputs {
  position: relative;
  margin-bottom: 24px;
}

.link-generated-inputs .top-text-box {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  max-width: 290px;
  line-height: 1.3;
}

.link-generated-inputs .top-text-box i {
  transform: rotate(90deg);
  margin-right: 2px;
  color: #2a2a2a;
}

.link-generated-inputs .link-input-box .link-input {
  padding-left: 16px;
  padding-right: 16px;
  height: 38px;
  font-weight: 600;
  border: 0;
  outline: 0;
  background-color: #e4e4e4;
  font-size: 12px;
  box-shadow: none;
  color: #4d4d4d;
}

.link-generated-inputs .copy-link-btn {
  position: absolute;
  right: 0;
  top: -4px;
  display: inline-block;
  background: #23517f22;
  color: #23517f;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.link-generated-inputs .copy-link-btn:hover {
  background: #23517f33;
}

/* Start Activity Modal */
.start-activity-modal .close-popup-btn {
  background-color: #cc344d;
  color: #fff;
}

.start-activity-modal .close-popup-btn:hover {
  background-color: #b62039;
  color: #fff;
}

.start-activity-modal .assignment-modal-inner h3 {
  max-width: 220px;
}

.start-activity-modal-inner {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 60px 40px 36px;
}

.start-activity-modal-content {
  max-width: 352px;
}

.start-activity-modal-content p {
  font-size: 15px;
}

.activity-start-modal-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  pointer-events: none;
}

.start-activity-modal-inner .form-box {
  margin-bottom: 0 !important;
  padding-right: 14px;
}

.start-activity-modal-inner .form-box form label {
  font-weight: 500;
  margin-bottom: 3px;
}

.start-activity-modal-inner .form-v2 .form-group {
  position: relative;
  margin-bottom: 14px;
}

.start-activity-modal-inner .form-v2 .start-btn {
  margin-top: 36px;
}

.start-activity-modal-inner .form-v2 .start-btn .btn-new {
  min-width: 194px;
  padding: 15px 20px !important;
}

/* Activity Not Completed Modal Styles */
.activity-not-completed-modal .popup-content {
  max-width: 530px !important;
}

.activity-not-completed-inner {
  padding: 52px 40px 43px;
}

.activity-content-inner {
  max-width: 420px;
  text-align: center;
  margin: auto;
}

.activity-content-inner h5 {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -4px;
}

.activity-content-inner h2 {
  color: #e6f8f9;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: #ffffffbb 0 0 9px;
  font-family: "Dosis", sans-serif;
  font-weight: 900;
  font-size: 32px;
  max-width: 270px;
  margin: auto;
  margin-bottom: 22px;
}

.activity-content-inner.completed h2 {
  font-size: 40px;
  max-width: max-content;
}

.activity-content-inner p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  margin-bottom: 6px;
}

.activity-content-inner .btns-box {
  display: flex;
  gap: 8px;
  margin-top: 54px;
  justify-content: center;
}

.activity-content-inner .btns-box .cancel {
  min-width: 100px;
}

.activity-content-inner .btns-box .next i {
  margin-right: 0;
  margin-left: 6px;
}

.close-btn-dark .close-popup-btn {
  background: #040b15;
  color: #b6f4f7 !important;
  font-size: 18px;
}

.activity-content-inner .stocks-value {
  width: 134px;
  height: 134px;
  background: #040b15;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #7efce9;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  margin: auto;
  box-shadow: #7efce9 0 0px 2px;
  text-shadow: #7efce9aa 0 0 8px;
  margin-bottom: 4px;
}

.activity-content-inner .stocks-value.pt-14 {
  padding-top: 14px;
}

.activity-content-inner .stocks-value small {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 12px;
}

/* Media Queries for Assignment Modals */
@media (max-width: 480px) {
  .link-generated-inputs .top-text-box {
    max-width: 220px;
  }

  .assignment-modal-inner {
    padding: 30px 20px 30px;
  }

  .activity-content-inner .btns-box {
    flex-wrap: wrap;
  }

  .activity-content-inner .btns-box > a:first-child {
    order: 2;
  }

  .activity-content-inner .btns-box > a.complete {
    order: 1 !important;
    min-width: 100%;
  }

  .activity-content-inner .btns-box > a:last-child {
    order: 3;
  }

  .activity-content-inner h5 {
    font-size: 18px;
  }

  .activity-content-inner h2 {
    font-size: 28px;
  }

  .activity-content-inner p {
    font-size: 16px;
  }

  .activity-content-inner .stocks-value {
    font-size: 38px;
  }

  .activity-content-inner .stocks-value small {
    font-size: 15px;
    margin-top: 8px;
  }

  .activity-content-inner .stocks-value {
    width: 114px;
    height: 114px;
  }

  .general-popup-outer .close-popup-btn {
    right: 12px;
    top: 12px;
  }

  .close-btn-dark .close-popup-btn {
    font-size: 14px;
  }

  .activity-start-modal-bg {
    right: -60px;
  }

  .btn-new {
    padding: 9px 20px !important;
  }

  .assignment-modal-inner h3 {
    max-width: 210px;
    font-size: 22px;
    line-height: 1.2;
  }

  .assignment-modal-inner.unique-link p {
    line-height: 1.3;
    font-size: 13px;
    padding-right: 48px;
  }

  .assignment-modal-inner p {
    line-height: 1.3;
    font-size: 13px;
  }

  .start-activity-modal-inner .form-v2 .start-btn .btn-new {
    min-width: 170px;
    padding: 12px 20px !important;
  }

  .start-activity-modal .assignment-modal-inner h3 {
    max-width: 200px;
  }

  .activity-content-inner.completed h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .activity-content-inner .btns-box {
    margin-top: 40px;
  }
}

@media (max-width: 400px) {
  .link-generated-inputs .top-text-box {
    max-width: 150px;
  }
}

/* Stock Modals Styles */
.stock-confirm-buy-sell-inner {
  padding: 50px;
}

.stock-sell-buy-content-inner {
  max-width: 410px;
  margin: auto;
}

.stock-sell-buy-content-inner > h2 {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 38px;
  font-weight: 800 !important;
  line-height: 1.1;
  margin: auto;
  margin-bottom: 0;
  text-shadow: rgba(255, 255, 255, 0.8) 0 0px 7px;
}

.stock-sell-buy-content-inner.completed-buy-sell h2 {
  margin-bottom: 20px;
}

.stock-sell-buy-content-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  margin-bottom: 6px;
  text-align: center;
}

.stock-sell-buy-content-inner p .lead {
  text-transform: uppercase;
  color: #7efce9;
  font-size: 15px;
  font-weight: 500;
}

.stock-sell-buy-content-inner p .color-based {
  color: #7efce9;
}

.stock-sell-buy-content-inner .btns-box {
  margin-top: 24px;
  display: flex;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}

.stock-sell-buy-content-inner.completed-buy-sell .btns-box {
  margin-top: 40px;
  max-width: 52%;
}

.stock-sell-buy-content-inner .btns-box .cancel {
  flex: 1;
}

.stock-sell-buy-content-inner .btns-box .confirm {
  flex: 12;
}

.interactive-stock-value-box {
  padding: 30px 0;
  position: relative;
}

.stock-sell-buy-content-inner.completed-buy-sell .interactive-stock-value-box {
  padding: 10px 0;
}

.interactive-stock-value-box .stock-value {
  width: 150px;
  height: 150px;
  background: #040b15;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  color: #7efce9;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  margin: auto;
  box-shadow: #7efce9 0 0px 2px;
  text-shadow: #7efce9aa 0 0 8px;
  margin-bottom: 4px;
}

.interactive-stock-value-box .stock-value.pt-16 {
  padding-top: 16px;
}

.interactive-stock-value-box .stock-value small {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 18px;
}

.stock-sell-buy-content-inner.completed-buy-sell
  .interactive-stock-value-box
  .stock-value
  small {
  margin-top: 10px;
}

.stock-sell-buy-content-inner.completed-buy-sell
  .interactive-stock-value-box
  .stock-value
  small.top-text {
  color: #fff;
  font-size: 10px;
  margin-bottom: 8px;
  margin-top: 0;
}

.moving-zone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 140px;
  perspective: 800px;
}

.moving-inner {
  position: absolute;
  transform-style: preserve-3d;
  text-align: center;
}

.moving-inner:before {
  content: "";
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  border-radius: inherit;
  background: transparent;
  transform: translateZ(-100px);
}

.moving-inner .box {
  display: flex;
  width: 80px;
  height: 80px;
  background: transparent;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.moving-inner .box:first-child {
  position: absolute;
  bottom: 0;
  right: 32px;
  transform: scale(0.4) rotate(-12deg);
}

.moving-inner .box:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 58px;
  transform: scale(0.75) rotate(-10deg);
}

.moving-inner .box:nth-child(3) {
  position: absolute;
  top: 0;
  right: 36px;
  transform: scale(0.6) rotate(20deg);
}

.moving-inner .box:nth-child(4) {
  position: absolute;
  top: 0;
  left: 36px;
  transform: scale(0.4) rotate(-10deg);
}

/* Single Stock Modal Styles */
.single-stock-inner {
  text-align: left;
  padding: 20px;
  font-family: "Dosis", sans-serif;
}

.single-stock-details-wrapper {
  background: #0e161eee;
  padding: 20px;
  margin-top: 18px;
  border-radius: 12px;
}

.stock-header {
  display: flex;
  justify-content: space-between;
}

.stock-header .left-content {
  display: flex;
  align-items: center;
}

.stock-header .left-content .stock-symbol {
  width: 80px;
  height: 80px;
  margin-right: 8px;
  background: transparent;
}

.stock-header .left-content .stock-title h2 {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #e6f8f9 !important;
  font-size: 30px;
  font-weight: 800 !important;
  line-height: 1.1;
  margin: auto;
  text-align: left;
  margin-bottom: 0px;
  text-shadow: rgba(255, 255, 255, 0.8) 0 0px 7px;
}

.stock-header .left-content .stock-title p {
  margin: 0;
  color: #73797d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.stock-header .left-content .stock-title p span {
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}

.stock-header .right-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stock-header .right-content .sep {
  margin-right: 4px;
}

.stock-header .right-content .stock-value {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.stock-header .right-content .stock-value b {
  color: #7efce9;
  font-size: 13px;
  display: inline-block;
  padding: 0 6px;
}

.stock-header .right-content .stock-perc .value {
  color: #86af30;
  font-size: 13px;
  font-weight: 600;
}

.stock-header .right-content .stock-less .value {
  color: #d04e42;
  font-size: 13px;
  font-weight: 600;
}

.stock-header .right-content .stock-perc .status {
  display: inline-block;
  width: 20px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.stock-header .right-content .stock-perc .status.arrow-up {
  background: #86af30;
  color: #0e161e;
}

.stock-header .right-content .stock-less .status.arrow-down {
  background: #d04e42;
  color: #0e161e;
}

.single-stock-chart-box {
  margin-top: 24px;
}

.single-stock-chart-box #stockChart {
  width: 100%;
  height: 220px;
}

.stockChart-toolbar {
  display: flex;
  padding-left: 60px;
  margin-bottom: 0px;
}

.stockChart-toolbar span {
  padding: 3px 0;
  margin-right: 40px;
  font-size: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.stockChart-toolbar span:hover {
  color: #7efce9;
}

.stockChart-toolbar span.active {
  border-bottom: 3px solid #7efce9;
  color: #7efce9;
}

.apexcharts-tooltip {
  transform: translateY(-16px);
  overflow: visible !important;
  margin-left: 30px;
}

.stockChatTooltip {
  background: #e6f8f9 !important;
  color: #0a151f !important;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  position: relative;
}

.stockChatTooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #e6f8f9;
  left: 50%;
  bottom: -5px;
  border-radius: 2px;
  transform: translateX(-50%) rotate(45deg);
}

.single-stock-bottom-box {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.single-stock-bottom-box > div {
  flex: 1;
}

.stock-tip-box {
  background: #0e161eee;
  border-radius: 12px;
  padding: 10px 14px;
  position: relative;
  display: flex;
  min-width: 53%;
}

.stock-tip-box .hint-shape {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: -28px;
  display: flex;
  align-items: center;
}

.stock-tip-box .img-box {
  width: 126px;
  height: 110px;
}

.stock-tip-box .img-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: -30px;
}

.stock-tip-box .tip-text h5 {
  text-transform: uppercase;
  color: #7efce9;
  font-size: 15px;
  text-shadow: #ffffff 0 0 10px;
  padding-bottom: 12px;
  position: relative;
  margin-top: 6px;
}

.stock-tip-box .tip-text h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1a3634;
}

.stock-tip-box .tip-text p {
  line-height: 1.3;
  margin-top: 10px;
  font-size: 14px;
  padding-right: 26px;
  color: #797b7c;
}

.stock-total-value-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stock-total-value-box > div {
  flex: 1;
}

.single-stocl-buy-sell-btn {
  display: flex;
  gap: 16px;
}

.single-stocl-buy-sell-btn button {
  flex: 1;
}

.stock-total-amount {
  background: linear-gradient(#7efce955, #44617a55);
  padding: 4px 16px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.stock-total-amount > div {
  display: flex;
}

.stock-total-amount::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #0e161e;
  border-radius: 4px;
  z-index: -1;
}

.stock-total-amount .amount-input input {
  height: 42px;
  background: transparent;
  color: #fff;
  max-width: 116px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Dosis", sans-serif;
}

.multiple-final-box {
  flex: 1;
  justify-content: flex-end;
}

.stock-total-amount .amount-input input::placeholder {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.stock-total-amount .sep {
  color: #fff;
  font-size: 22px;
  padding: 0 6px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.stock-total-amount .multiple,
.stock-total-amount .final-amount {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.stock-total-amount .final-amount {
  color: #7efce9;
}

/* Media Queries */
@media (max-width: 767px) {
  .single-stock-bottom-box {
    gap: 0;
    flex-direction: column;
    margin-top: 10px;
  }

  .stock-total-value-box {
    margin-top: 10px;
    order: 1;
    margin-bottom: 40px;
  }

  .stock-tip-box {
    order: 2;
  }
}

@media (max-width: 575px) {
  .stock-confirm-buy-sell-inner {
    padding: 40px 16px;
  }

  .stock-sell-buy-content-inner > h2 {
    font-size: 32px;
  }

  .interactive-stock-value-box {
    padding: 20px 0 14px;
    position: relative;
  }

  .interactive-stock-value-box .stock-value {
    width: 140px;
    height: 140px;
    font-size: 50px;
  }

  .single-stock-details-wrapper {
    padding: 14px;
  }

  .stock-header {
    flex-direction: column;
  }

  .stock-header .right-content {
    padding-left: 100px;
    margin-top: -14px;
  }

  .stock-header .right-content .stock-perc .status {
    width: 16px;
    height: 16px;
  }

  .single-stock-chart-box {
    margin-top: 10px;
  }

  .stockChart-toolbar {
    padding-left: 10px;
  }

  .stockChart-toolbar span {
    padding: 0px 0;
    margin-right: 20px;
    font-size: 11px;
    border-bottom: 2px solid transparent;
  }

  .stockChart-toolbar span.active {
    border-bottom: 2px solid #7efce9;
  }

  .stock-header .left-content .stock-title h2 {
    font-size: 26px;
  }

  .stock-total-amount .sep {
    font-size: 16px;
  }

  .stock-total-amount .multiple,
  .stock-total-amount .final-amount {
    font-size: 18px;
  }

  .stock-total-amount .amount-input input {
    height: 40px;
  }

  .single-stock-inner {
    padding: 12px;
  }

  .single-stock-chart-box #stockChart {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .stock-sell-buy-content-inner p {
    font-size: 14px;
  }

  .stock-sell-buy-content-inner > h2 {
    font-size: 26px;
  }

  .stock-sell-buy-content-inner .btns-box {
    margin-top: 16px;
    max-width: 100%;
    gap: 8px;
  }

  .stock-confirm-buy-sell-modal.popup-outer .sign-in-up-popup .sign-in-inner,
  .single-stock-details-Modal.popup-outer .sign-in-up-popup .sign-in-inner {
    padding: 0 !important;
  }

  .stock-sell-buy-content-inner.completed-buy-sell h2 {
    margin-bottom: 10px;
  }

  .stock-sell-buy-content-inner.completed-buy-sell .btns-box {
    margin-top: 20px;
    max-width: 100%;
  }

  .stock-confirm-buy-sell-inner {
    padding: 36px 14px;
  }

  .stock-header .left-content .stock-title h2 {
    font-size: 20px;
    text-align: left;
  }

  .stock-header .left-content .stock-title p {
    font-size: 11px;
  }

  .stock-header .right-content .stock-value {
    font-size: 8px;
  }

  .stock-header .right-content .stock-value b {
    font-size: 12px;
  }

  .stock-header .right-content {
    gap: 4px;
  }

  .stockChart-toolbar span {
    line-height: 1.3;
    text-align: center;
  }

  .stockChart-toolbar span:last-child {
    margin-right: 0;
  }

  .stock-header .left-content .stock-title p span {
    margin-left: 2px;
  }

  .single-stock-details-wrapper {
    margin-top: 10px;
  }
}

/* My Stocks Modal Styles */
/* Modals Styles */
.student-element-stock-content-wrapper.type-dark {
  display: flex;
  flex-direction: row-reverse;
}

.student-element-stock-content-wrapper.type-dark .mission-avatar-box {
  position: absolute;
  bottom: -116px;
  right: -42px;
}

.student-element-stock-content-wrapper.type-dark > div {
  flex: 1;
}

.student-element-stock-content-wrapper.type-dark .left-box {
  width: 266px;
  max-width: 266px;
  position: relative;
}

.student-element-stock-content-wrapper.type-dark .left-box-content {
  position: relative;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.student-element-stock-content-wrapper.type-dark .coin-bank {
  text-align: right;
  text-transform: uppercase;
  margin-top: 46px;
}

.student-element-stock-content-wrapper.type-dark .coin-bank h6 {
  color: #e6f8f9;
  text-shadow: #ffffffee 0 0 10px;
  font-family: "Dosis", sans-serif !important;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  line-height: 1;
}

.student-element-stock-content-wrapper.type-dark .coin-bank h3 {
  text-align: right !important;
  color: #7efce9 !important;
  font-size: 44px !important;
  text-shadow: #ffffffee 0 0 10px;
  font-family: "Dosis", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1;
  margin: 0;
  margin-bottom: -4px;
}

.student-element-stock-content-wrapper.type-dark .coin-bank small {
  color: #fff;
  font-size: 10px;
}

.student-element-stock-content-wrapper.type-dark .left-box-content .box-card {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  width: 100%;
  padding: 16px 22px;
  border-top: 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 40px;
  margin-bottom: 20px;
  text-align: left;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card:last-child {
  margin-bottom: 0;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .header
  h6 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 0px 6px;
  margin-bottom: 0;
  color: #fff;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box {
  display: flex;
  align-items: center;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box
  > div {
  flex: 1;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box
  .img-box {
  width: 70px;
  max-width: 70px;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box
  .coin-value {
  padding-left: 12px;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box
  .coin-value
  small {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .coin-bank-box
  .value {
  font-size: 32px;
  font-weight: 800;
  color: #e13e57;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text {
  padding: 8px 0;
  color: #808081;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text
  span {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  text-shadow: #ffffffee 0 0 10px;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text.primary {
  border-bottom: 1px solid #434343;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text.primary
  span {
  color: #7efce9;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text.success
  span {
  color: #abd734;
}

.student-element-stock-content-wrapper.type-dark
  .left-box-content
  .box-card
  .tip-text.danger
  span {
  color: #e3435c;
}

.student-element-stock-content-wrapper.type-dark .right-box {
  padding: 20px 6px;
  text-align: left;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .scrollbar-inner
  > .scroll-element.scroll-y {
  right: 8px;
  width: 4px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .scrollbar-inner
  > .scroll-element
  .scroll-element_track {
  background-color: #060c13;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .scrollbar-inner
  > .scroll-element
  .scroll-bar {
  background-color: #7efce9;
}

.student-element-stock-content-wrapper.type-dark .right-box .popup-header-text {
  margin-bottom: 20px;
  padding-left: 22px;
  margin-top: 8px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-header-text
  h3 {
  text-align: left;
  color: #e6f8f9;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  text-shadow: #ffffffee 0 0 8px;
  display: flex;
  align-items: center;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-header-text
  h3
  span {
  color: #7efce9;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: linear-gradient(#7efce988, #44617a88);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-left: 12px;
  text-shadow: #fff 0 0 8px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-header-text
  h3
  span::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 3px);
  background: #0a161b;
  border-radius: 50%;
  z-index: -1;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-header-text
  small {
  font-size: 13px;
  color: #9d9d9d;
  max-width: 330px;
  display: block;
  line-height: 1.2;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper {
  height: 552px;
  overflow-y: auto !important;
  overflow-x: visible !important;
  padding-right: 14px !important;
  padding-left: 24px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .popup-scroll-card {
  background: #060c13bb;
  padding: 10px 16px 12px;
  border-radius: 5px;
  margin-bottom: 3px;
  border: none;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .my-stock-value {
  text-align: left;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Dosis", sans-serif;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .my-stock-value
  span {
  color: #7efce9;
  font-size: 26px;
  font-weight: 800;
  display: block;
  margin: 0;
  line-height: 1;
  font-family: "Dosis", sans-serif;
  text-shadow: #ffffffee 0 0 8px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-flex {
  display: flex;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-flex
  .img-box {
  max-width: 114px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-flex
  .img-box
  img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.element-icon-box {
  max-width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 16px;
  position: relative;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 3px;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
}

.element-icon-box .icon-inside {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.14) 0 3px 4px;
}

.element-icon-box .icon-inside h3 {
  font-weight: 800 !important;
  font-size: 46px !important;
  position: relative;
  top: 5px;
  left: 0;
  text-align: center;
  padding: 0 6px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif !important;
}

.element-icon-box .icon-inside h3 sup {
  font-size: 16px;
  top: 7px !important;
  right: 12px;
  position: absolute;
}

.stock-symbol h3 span.element_number,
.element-icon-box h3 span.element_number {
  font-size: 16px;
  top: 7px;
  right: 12px;
  position: absolute;
  line-height: 0;
  vertical-align: baseline;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-content {
  flex: 1;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-content
  .title
  h4
  a,
.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-content
  .title
  h4 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8f5f7;
  font-family: "Dosis", sans-serif;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .scroll-card-content
  .details
  p {
  color: #beeaed;
  line-height: 1.3;
  margin-top: 1px;
  font-size: 12px;
  padding-right: 40px;
  font-family: "Dosis", sans-serif;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-details {
  display: flex;
  align-items: center;
  padding: 10px 0 8px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-details
  > div {
  flex: 1;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-details
  .buy-sell-btn-box {
  text-align: right;
  flex: 2;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-details
  .buy-sell-btn-box
  a {
  margin-right: 2px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-details
  .buy-sell-btn-box
  a:last-child {
  margin: 0;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -5px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .text {
  color: #fff;
  font-size: 11px;
  font-family: "Dosis", sans-serif;
  margin-right: 8px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values {
  font-size: 17px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span {
  margin-right: 12px;
  color: #7efce9;
  font-family: "Dosis", sans-serif;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span:last-child {
  margin-right: 0;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span.sep {
  color: #214348;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span.success {
  color: #85ae2f;
  font-size: 14px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span.error {
  color: #d04e42;
  font-size: 14px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span
  i {
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 0px;
  margin-left: 6px;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span.success
  i {
  color: #85ae2f;
}

.student-element-stock-content-wrapper.type-dark
  .right-box
  .popup-scroll-cards-wrapper
  .stock-values
  .values
  span.error
  i {
  color: #d04e42;
}

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  opacity: 1 !important;
}

.student-element-stock-content-wrapper.type-dark
  .scrollbar-outer
  > .scroll-element
  .scroll-element_outer
  .scroll-bar {
  background-color: #7efce9 !important;
}

.student-element-stock-content-wrapper.type-dark
  .scrollbar-outer
  > .scroll-element
  .scroll-element_outer
  .scroll-element_track {
  background-color: #060c13 !important;
}

.student-element-stock-content-wrapper.type-dark
  .scrollbar-outer
  > .scroll-element.scroll-y {
  width: 6px !important;
}

.student-element-stock-content-wrapper.type-dark
  .scrollbar-outer
  > .scroll-element.scroll-y
  .scroll-element_outer {
  left: 2px !important;
  width: 4px !important;
}

.student-element-stock-content-wrapper.type-dark
  .scrollbar-outer
  > .scroll-content.scroll-scrolly_visible {
  padding-right: 6px !important;
}

.student-element-stock-content-wrapper.type-dark .quote-icon {
  color: #bb8a3b;
  font-size: 28px;
  padding: 6px 0 8px;
}

.coin-bank.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .coin-bank.hidden-sm {
    display: none !important;
  }

  .coin-bank.visible-sm {
    display: block !important;
  }

  .student-element-stock-content-wrapper.type-dark {
    flex-direction: column-reverse;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper {
    height: 340px;
    padding-left: 14px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .popup-scroll-card {
    padding: 6px 14px 8px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .stock-details {
    padding: 4px 0 8px;
  }

  .student-element-stock-content-wrapper.type-dark .left-box {
    width: 100%;
    max-width: 100%;
  }

  .student-element-stock-content-wrapper.type-dark .left-box-content {
    padding: 0px 20px 26px;
  }

  .student-element-stock-content-wrapper.type-dark .coin-bank {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-left: 20px;
  }

  .student-element-stock-content-wrapper.type-dark .coin-bank h3 {
    text-align: left !important;
  }

  .student-element-stock-content-wrapper.type-dark .mission-avatar-box {
    bottom: 0px;
  }
}

@media (max-width: 480px) {
  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-header-text
    h3 {
    font-size: 22px;
  }

  .student-element-stock-content-wrapper.type-dark .coin-bank h3 {
    font-size: 40px !important;
  }

  .element-icon-box {
    min-width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .element-icon-box .icon-inside {
    border-radius: 16px;
  }

  .element-icon-box .icon-inside h3 {
    font-size: 30px !important;
    top: 2px;
    padding: 0 6px;
    padding-top: 4px;
  }

  .element-icon-box .icon-inside h3 sup {
    font-size: 12px;
    top: 10px;
    right: 10px;
  }

  .stock-symbol h3 span.element_number,
  .element-icon-box h3 span.element_number {
    font-size: 16px;
    top: 7px !important;
    right: 12px;
    position: absolute;
    line-height: 0;
    vertical-align: baseline;
  }

  .student-element-stock-content-wrapper.type-dark .coin-bank h3 {
    font-size: 40px !important;
  }

  .btn-type-3.btn-sm {
    font-size: 15px;
    padding: 5px 22px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .my-stock-value {
    font-size: 8px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .my-stock-value
    span {
    font-size: 20px;
  }

  .element-stock-modal.popup-outer .sign-in-up-popup .sign-in-inner {
    padding: 0 !important;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .scroll-card-content
    .title
    h4 {
    font-size: 18px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .scroll-card-content
    .details
    p {
    font-size: 11px;
    padding-right: 0px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .stock-details {
    padding: 0px 0 8px;
    flex-wrap: wrap;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-scroll-cards-wrapper
    .stock-details
    .buy-sell-btn-box {
    min-width: 100%;
    text-align: left;
    margin-top: 8px;
  }

  .student-element-stock-content-wrapper.type-dark
    .right-box
    .popup-header-text {
    margin-bottom: 10px;
    padding-left: 22px;
    margin-top: 0px;
  }

  .stock-header .left-content .stock-symbol {
    width: 50px;
    height: 50px;
  }

  .stock-header .right-content {
    padding-left: 60px;
    margin-top: -6px;
  }

  .moving-inner .box:nth-child(2) {
    left: 46px;
  }

  .moving-inner .box:nth-child(4) {
    left: 30px;
  }

  .moving-inner .box:nth-child(3) {
    right: 30px;
  }
}

.modal-loader {
  position: absolute !important;
  background: rgba(0, 0, 0, 1) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.seller-buyer-bottom-text {
  font-weight: 600 !important;
  margin-bottom: 18px !important;
}

/* Student  */
.student-template-modal-inner h3 {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.4;
}

.student-template-modal-inner h4 {
  font-size: 20px;
  font-weight: 400;
}

.student-template-modal-inner p {
  text-align: center;
}

.student-template-modal-inner .download-icon-box {
  text-align: center;
  margin-bottom: 12px;
}

.student-template-modal-inner .download-sample-content-switcher {
  text-align: center;
  margin-bottom: 20px;
}

.download-sample-content-switcher .switch {
  background: #f7f7f7;
  padding: 5px 6px 5px 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  margin: auto;
}

.download-sample-content-switcher .switch .check-style-four label {
  padding-top: 2px;
  font-size: 15px;
  color: #4d4d4d;
  padding-right: 76px;
}

.download-sample-content-switcher .switch .check-style-four label .icon-box {
  top: 0px;
  width: 54px;
  height: 30px;
  border: 2px solid #e4e4e4;
  background: #e4e4e4;
  border-radius: 30px;
}

.download-sample-content-switcher
  .switch
  .check-style-four
  label
  .icon-box:before {
  left: 2px;
  top: 2px;
  width: 22px;
  height: 22px;
}

.download-sample-content-switcher
  .switch
  .check-style-four
  input:checked
  + label
  .icon-box:before {
  margin-left: 24px;
}

.download-sample-content-switcher
  .switch
  .check-style-four
  input:checked
  + label
  .icon-box {
  background: #aad71a;
  border-color: #aad71a;
}

.import-csv-file-zone {
  margin-bottom: 20px;
  margin-top: 18px;
}

.dropzone {
  min-height: auto !important;
  border: 2px solid #bbbbbb;
  background: #f7f7f7;
  padding: 20px 20px;
  border-radius: 4px;
  padding: 10px 10px;
  transition: all 0.25s ease;
}

.dz-message {
  color: #aeaeae;
  margin: 6px 0 !important;
  transition: all 0.25s ease;
}

.dz-message span {
  background: #a2a2a2;
  display: inline-block;
  padding: 0px 26px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-right: 8px;
  transition: all 0.25s ease;
}

.dropzone:hover,
.dropzone.dz-drag-hover {
  border-color: #23517f;
  background: #eef6ff;
}

.dropzone:hover .dz-message,
.dropzone.dz-drag-hover .dz-message {
  color: #23517f;
}

.dropzone:hover .dz-message span,
.dropzone.dz-drag-hover .dz-message span {
  color: #fff;
  background: #23517f;
}

.student-template-modal-inner .students-list {
  padding: 10px 0 20px;
}

.student-template-modal-inner .students-list ul {
  min-height: 60px;
  text-align: center;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}

.student-template-modal-inner .students-list ul li {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
}

.student-template-modal-inner .start-activity-box.d-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.checkbox-type-new {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.student-template-modal-inner .checkbox-type-new {
    top: -10px;
}

.checkbox-type-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-type-new .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.checkbox-type-new:hover input + .checkmark {
  background-color: #ccc;
}

.checkbox-type-new input:checked + .checkmark {
  background-color: #23517f;
  border-color: #23517f;
}

.checkbox-type-new .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  transition: all 0.25s ease;
}

.checkbox-type-new input:checked + .checkmark:after {
  display: block !important;
}

.checkbox-type-new .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.student-template-modal-inner .subject-list {
  margin-bottom: 18px;
  margin-top: 40px;
}

.student-template-modal-inner .subject-list p {
  text-align: left;
  margin: 0;
}

.student-template-modal-inner .subject-list table {
  margin-top: 14px;
  width: 100%;
}

.student-template-modal-inner .subject-list table thead tr th {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  padding: 5px 0;
}

.student-template-modal-inner .subject-list table tbody {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.student-template-modal-inner .subject-list table tbody tr:first-child td {
    padding-top: 12px;
}
.student-template-modal-inner .subject-list table tbody tr:last-child td{
    padding-bottom: 14px;
}

.student-template-modal-inner .subject-list table tbody td {
  padding: 6px 0;
  font-size: 16px;
}

.already-have-account {
  font-weight: 400;
  font-size: 12px;
}
