@font-face {
  font-family: "Nunito";
  src: url("newdesign/fonts/Nunito-VariableFont_wght.ttf") format("truetype");
}

.mastodon-share {
  background-color: #6364ff !important;
  color: white;
  border-radius: 4px;
  line-height: 30px;
  border: 0;
  padding: 0 10px;
}

.mastodon-share:hover {
  cursor: pointer;
  background-color: #7d7dff;
}

.mastodon-share:active,
.mastodon-share:focus {
  background-color: #6364ff !important;
}

.mastodon-share:active {
  background-color: #1c79bc;
}

.mastodon-share-logo {
  color: white;
  width: 16px;
}

#bookmarkBtn {
  cursor: pointer;
  stroke: #4379de;
}

.bookmark-btn-active {
  fill: #4379de;
}

#bookmarkSuccess {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tag {
  padding: 3px 5px;
  border: 1px solid #aaa;
  background-color: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  line-height: 13px;
}

.edited_scrollbar::-webkit-scrollbar {
  height: 8px;
}

.edited_scrollbar::-webkit-scrollbar-track {
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}

.edited_scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #7d7d7d;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
  display: none;
}
.dark-mode .edited_scrollbar::-webkit-scrollbar-thumb {
  background: #141619;
  border: 1px solid #484c52;
}
.edited_scrollbar:hover::-webkit-scrollbar-thumb {
  display: block;
}

.cover.unpad--bottom.switchable {
  padding-bottom: 50px;
}

.feature.feature-5.boxed.boxed--lg {
  padding-bottom: 0px !important;
}

.cta .btn.btn--primary.type--uppercase .label {
  background-color: #0099fe !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.filter-button {
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  display: inline;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 20px;
  border: 2px solid #76848f;
  border: 2px solid rgba(118, 132, 143, 0.5);
  background-color: transparent;
  line-height: 100%;
  padding: 8px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.filter-button:last-child {
  margin-right: 0;
}

.filter-button-active {
  border-color: #4a5056;
}

.dark-mode .filter-button {
  color: #fff;
  border-color: #777;
}
.dark-mode .filter-button-active {
  border-color: #fff;
}

#new_quote .note {
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
  opacity: 0.7;
  margin-top: 4px;
}

#currency {
  font-size: 14px;
}

#new_quote label {
  font-size: 14px;
}

.db-your-quote {
  background-color: #609de6;
  padding: 15px 20px;
  width: 300px;
  text-align: left;
  display: inline-block;
  margin: 100px 0px 0px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.db-your-quote h3 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.db-your-quote h5 {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  color: #fff;
}

.db-your-quote p {
  margin: 0px 0px 10px 0px;
  font-size: 15px;
  color: #fff;
}

.db-your-quote p b {
  font-size: 16px;
  font-weight: bold;
}

.db-your-quote p strong {
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  font-size: 18px;
}

.db-your-quote p.total {
  font-size: 16px;
}

/*********get-pro************/
.modal-content .feature {
  min-height: 390px;
}

.modal-content .feature .btn--primary {
  width: 100%;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.modal-content .feature-1 p {
  min-height: 120px;
}

.db-pricing {
  width: 1000px;
  padding: 30px;
  border-radius: 5px;
  background-color: #31639c;
}

.db-pricing h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 5px 0px 35px 0px;
}

.db-close.modal-close-cross {
  color: #fff;
  opacity: 1;
}

.db-pricing-item {
  border-radius: 10px;
  background-color: #eee;
  padding: 15px 15px 20px 15px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.db-pricing-item .recommend {
  transform: rotate(-45deg);
  color: #fff;
  background-color: #0099fe;
  padding: 0px 30px;
  position: absolute;
  top: 20px;
  left: -31px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.8;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
}

.db-pricing-item strong {
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: normal;
  text-align: center;
}

.db-pricing-item .price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0px 20px 0px;
  position: relative;
}

.db-pricing-item .price .save {
  position: absolute;
  background-color: #dd4b39;
  font-size: 10px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 3px;
  top: -10px;
  right: -0px;
  font-weight: normal;
}

.db-pricing-item .price .save:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #dd4b39;
  position: absolute;
  bottom: -9px;
  left: 4px;
}

.db-pricing-item .price em {
  font-weight: normal;
}

.db-pricing-item .price em {
  font-size: 12px;
}

.db-pricing-item .des {
  padding: 10px;
  min-height: 200px;
}

.db-pricing-item p {
  font-size: 15px;
}

.db-pricing-item .btn--primary {
  border-radius: 10px;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.db-pricing-item .btn--primary.yellow {
  background: #ffc439;
  color: #000;
  text-shadow: 0px 1px 0 #ffdc88;
  border: none;
}

.boxed.boxed--emphasis {
  border: 1px solid #ee609c;
}

.pricing {
  text-align: center;
  padding: 30px !important;
  position: relative;
}
.pricing .recommend {
  transform: rotate(-45deg);
  color: #fff;
  background-color: #0099fe;
  padding: 0px 30px;
  position: absolute;
  top: 20px;
  left: -31px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.8;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
}
.pricing .modal-instance {
  display: block;
}
.pricing h3 {
  margin: 0px 0px 30px 0px !important;
}
.pricing .h2 {
  font-size: 25px;
  white-space: nowrap;
}
.pricing .h2 span {
  font-size: 13px;
}
.pricing .h2 em {
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  margin: 0px 5px;
}
.pricing ul {
  text-align: left;
  padding-left: 30px;
}
.pricing ul .checkmark {
  margin: 0px;
  background-color: transparent;
}
.pricing ul .checkmark:before {
  color: #31639c;
}

.pricing-1 .btn:last-child {
  position: relative;
  width: 100%;
  border-radius: 6px;
  padding: 10px 10px;
  display: block;
  margin: 0;
}

.testimonial-2 .boxed {
  width: 100%;
  min-height: 321px;
}

.db-student-discount {
  width: 850px;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #31639c;
}
.db-student-discount h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 5px 0px 35px 0px;
}
.db-student-discount .sd-item {
  padding: 30px;
  border-radius: 10px;
  background-color: #eee;
  text-align: center;
  margin-bottom: 30px;
}
.db-student-discount .sd-item.active {
  border: 2px solid #31cbb6;
  box-shadow: 0px 0px 10px 0px #2cac66;
}
.db-student-discount .sd-item.done .icon {
  color: #2cac66;
}
.db-student-discount .sd-item.done p {
  color: #2cac66;
  min-height: 65px;
}
.db-student-discount .sd-item.done h3 {
  color: #2cac66;
}
.db-student-discount .sd-item .icon {
  margin-bottom: 10px;
}
.db-student-discount .sd-item .icon span {
  font-size: 60px;
}
.db-student-discount .sd-item h3 {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}
.db-student-discount .sd-item p {
  font-size: 13px;
  line-height: 1.2;
  min-height: 65px;
  margin: 0px;
}
.db-student-discount .sd-item p a {
  color: #31639c;
}
.db-student-discount .db-pricing-item {
  padding: 40px;
}
.db-student-discount .db-pricing-item .price {
  margin-bottom: 50px;
}

/*********************/
.au-page {
  background-color: #eee;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.au-page.no-bg {
  background-image: none;
}
.au-page .box-au {
  min-height: 300px;
  background-color: #fff;
  width: 450px;
  margin: 0px auto;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
}
.au-page .ba-head {
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.au-page .ba-head .logo img {
  height: 50px;
}
.au-page .ba-head h1 {
  margin: 10px 0px 0px 0px;
  font-size: 20px;
  color: #000;
  opacity: 0.5;
}

.db-field {
  margin-bottom: 10px;
}
.db-field p {
  margin: 0px 0px 2px 0px;
  font-size: 13px;
  font-weight: bold;
}
.db-field p a {
  float: right;
  font-size: 12px;
  color: #21b2ea;
  margin-top: 2px;
  text-decoration: none;
}
.db-field p a:hover {
  text-decoration: underline;
}

.text {
  height: 40px;
  padding: 0px 10px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px !important;
}

.button {
  border-radius: 4px;
  height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
  background-color: #21b2ea;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.button:hover {
  background-color: #1394c5;
}
.button.w100 {
  width: 100%;
}

.ba-bottom {
  padding: 20px 20px;
  border-top: 1px solid #eee;
  text-align: center;
  margin: 40px -50px -20px -50px;
}
.ba-bottom p {
  color: #999;
  margin: 0px;
  font-size: 14px;
}
.ba-bottom p a {
  color: #21b2ea;
  text-decoration: none;
}
.ba-bottom p a:hover {
  text-decoration: underline;
}

.modal-container:before {
  background: rgba(0, 0, 0, 0.4);
}

.g-recaptcha {
  overflow: hidden;
}

.privacy-content P,
.term-content P {
  margin-bottom: 15px;
}

.privacy-content .date,
.term-content .date {
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 20px;
}

.privacy-content ul li,
.term-content ul li {
  margin-bottom: 25px;
}

.thoughtworks-block {
  margin-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
  position: relative;
}
.thoughtworks-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
.thoughtworks-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.thoughtworks-block .tb-content {
  padding: 100px 50px 100px 50px;
  position: relative;
  z-index: 3;
}

.videos-cta {
  top:128px;
}

@media screen and (max-width: 767px) {
  .thoughtworks-block .tb-content {
    padding: 30px 30px;
  }
  .videos-cta {
    top:0px;
    margin:0 16px;
  } 
}
.thoughtworks-block .tb-content h2 {
  font-size: 35px;
  margin: 0px 0px 40px 0px;
  color: #fff;
  max-width: 600px;
}

@media screen and (max-width: 991px) {
  .thoughtworks-block .tb-content h2 {
    font-size: 25px;
  }
}
.thoughtworks-block .btn {
  border: none;
  padding: 10px 40px;
  font-size: 16px;
}
.thoughtworks-block .btn i {
  color: #fff;
  margin-left: 5px;
}

/*************profile-page**************/
.nav-container {
  padding-top: 15px;
}

.profile-head {
  min-height: 100px;
  background-color: #ebf6f9;
  padding: 50px 0px 50px 0px;
}
.profile-head .ph-flex {
  display: flex;
}
.profile-head .ph-flex .left {
  flex-shrink: 0;
  margin: 0px 40px 0px 0px;
}
.profile-head .ph-flex .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
}
.profile-head .ph-flex .avatar img {
  width: 148px;
  height: 148px;
  display: block;
}
.profile-head .ph-flex .right {
  width: 100%;
  position: relative;
}
.profile-head .ph-flex .right h3 {
  padding: 10px 0px 0px 0px;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.profile-head .ph-flex .right h3 span {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 6px;
  font-weight: normal;
  position: relative;
  line-height: 1;
  background-color: #ff002b;
  top: -15px;
  color: #fff;
  left: 2px;
}
.profile-head .ph-flex .right .email {
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  color: #666;
}
.profile-head .ph-flex .right .job {
  font-size: 15px;
  color: #666;
  margin: 0px;
}
.profile-head .ph-flex .right .social {
  padding: 10px 0px;
}
.profile-head .ph-flex .right .social a {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.profile-head .ph-flex .right .social a img {
  height: 22px;
}

.profile-content {
  padding: 40px 0px;
}
.profile-content .pc-box {
  margin-bottom: 50px;
}
.profile-content .pc-box .caption {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  color: #000;
}
.profile-content .pc-box .sapo {
  font-size: 15px;
  color: #666;
}
.profile-content .pc-box .list-exercises {
  padding: 20px 0px 0px 0px;
  max-width: 80%;
}
@media screen and (max-width: 1199px) {
  .profile-content .pc-box .list-exercises {
    max-width: 100%;
  }
}
.profile-content .pc-box .list-exercises .item {
  border-bottom: 1px dashed #ddd;
  padding: 8px 0px;
}
.profile-content .pc-box .list-exercises p {
  color: #000;
  margin: 0px;
  font-size: 16px;
}
.profile-content .pc-box .list-exercises p a {
  color: #000;
  text-decoration: none;
}
.profile-content .pc-box .list-exercises p a:hover {
  color: #0099fe;
}
.profile-content .pc-box .list-exercises .view-all {
  padding: 10px 0px;
}
.profile-content .pc-box .list-exercises .view-all a {
  color: #0099fe;
  font-size: 15px;
}
.profile-content .pc-box .list-badge {
  text-align: center;
  margin: 20px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-content .pc-box .list-badge .item {
  width: 20%;
  display: inline-block;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 991px) {
  .profile-content .pc-box .list-badge .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .profile-content .pc-box .list-badge .item {
    width: 50%;
  }
}
.profile-content .pc-box .list-badge .item .icon {
  margin: 0px auto 10px auto;
  text-align: center;
}
.profile-content .pc-box .list-badge .item .icon img {
  width: 130px;
}
.profile-content .pc-box .list-badge .item .des p {
  font-size: 14px;
}
.profile-content .pc-box .list-badge .item .des p a {
  color: #333;
  text-decoration: none;
}
.profile-content .pc-box .list-badge .item .des p a:hover {
  color: #0099fe;
}
.profile-content .pc-activity {
  border: 1px solid #ddd;
  padding: 15px 20px;
  min-height: 200px;
  background-color: #fafafa;
}
.profile-content .pc-activity .online {
  font-size: 16px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
  position: relative;
  color: #06c43f;
}
.profile-content .pc-activity .online:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #06c43f;
}
.profile-content .pc-activity .offline {
  font-size: 16px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
  position: relative;
  color: red;
}
.profile-content .pc-activity .offline:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  background-color: red;
}
.profile-content .pc-activity p {
  margin: 0px 0px 5px 0px;
  font-size: 15px;
  color: #666;
}
.profile-content .pc-activity p strong {
  font-weight: normal;
  color: #000;
}
.profile-content .pc-hacktivity {
  border: 1px solid #ddd;
  padding: 15px 20px;
  min-height: 200px;
  background-color: #fff;
}

.mc-content .thumb {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.mc-content .thumb img {
  margin: 20px 0px 10px 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.mc-content .des {
  text-align: center;
  padding: 10px 0px;
}
.mc-content .des h3 {
  font-size: 25px;
  margin: 0px 0px 4px 0px;
}
.mc-content .des .download {
  font-size: 14px;
  color: #0099fe;
}

/***********************************/
.navbar-nav .dropdown-menu-right {
  top: 32px;
  width: 200px;
}

.sidebar-item > a {
  border-left: 3px solid transparent;
}

.sidebar-item.active > a {
  border-left: 3px solid #0099fe;
  background-color: #f5f5f5 !important;
}

.sidebar-badge {
  border-radius: 16px;
  padding: 4px 8px;
}

.alert .alert-icon ~ .alert-message {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.list-group {
  max-height: 50vh;
  overflow: auto;
}

code {
  font-size: 100%;
  color: #495057;
}

.code-alt {
  font-weight: 600;
}

.dark-mode .code-alt {
  color: #87cef2;
  font-weight: 400;
}

main.content {
  min-height: calc(100vh - 120px);
}

.testimonial.row.justify-content-center span {
  font-size: 15px;
}

.testimonial .testimonial__image {
  margin-bottom: 10px;
}

.container.pos-vertical-center .col-md-6 {
  flex: 100%;
  max-width: 100%;
}

.row.justify-content-around p.lead {
  font-size: 14px;
}

.row.justify-content-around hr.short {
  display: none;
}

.testimonial-2 .boxed {
  width: 100%;
  min-height: 333px;
}

.testimonial-2 .testimonial__image img {
  max-height: 3.71428571em;
  float: left;
  margin-right: 1.85714286em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feature-5 i {
  width: 25%;
  float: left;
  width: 70px;
  height: 70px;
  background-color: #0099fe;
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  border-radius: 50%;
  color: #fff;
}

.feature-5 .feature__body {
  padding-bottom: 30px;
}

ul.menu-horizontal.text-left li.active {
  border-bottom: 2px solid #0099fe;
}
ul.menu-horizontal.text-left li.active > a {
  color: #0099fe !important;
  opacity: 1 !important;
}

.project-thumb {
  margin-bottom: 30px;
}

.db-tabs {
  margin: 20px 0px 20px 0px;
}
.db-tabs a {
  font-weight: bold;
  color: #333;
  font-size: 15px;
}
.db-tabs a.active {
  color: #0099fe !important;
  background-color: #fff !important;
  border-bottom-color: #fff !important;
}

.intro-video-item {
  margin: 0px 0px 30px 0px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 5px;
}
.intro-video-item .thumb {
  min-height: 200px;
}
@media screen and (max-width: 1400px) {
  .intro-video-item .thumb {
    min-height: 150px;
  }
  .mb-3-1400 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 1440px) {
  #accordionExercise {
    position: sticky;
    top: 32px;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
}
.intro-video-item .des {
  padding: 10px 20px 20px 20px;
}
.intro-video-item .des h5 {
  margin: 0px 0px 10px 0px;
}
.intro-video-item .des h5 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.intro-video-item .des p {
  margin: 0px 0px 5px 0px;
}
.intro-video-item .des p i {
  width: 17px;
  text-align: center;
  margin: 0px 5px 0px 0px;
}
.intro-video-item .des .watched {
  display: inline-block;
}
.intro-video-item .des .watched i {
  margin: 0px 5px 0px 0px;
}

.nav-icon {
  font-size: 15px;
}

.db-modal-feature {
  max-width: 900px;
  margin: 0px auto;
  min-width: 700px;
}
.db-modal-feature .img {
  text-align: center;
}
.db-modal-feature .img img {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.db-modal-feature .boxed {
  padding: 35px 40px;
}
.db-modal-feature .boxed .des {
  padding-left: 10px;
}
.db-modal-feature .boxed h2 {
  font-size: 28px;
  margin: 0px 0px 15px 0px;
}
.db-modal-feature .boxed h4 {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.db-modal-feature .boxed p {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}

.refer-box .refer-img {
  text-align: center;
}
.refer-box .refer-img img {
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 1199px) {
  .refer-box .refer-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .refer-box .refer-img img {
    max-width: 290px;
  }
}

.refer-box input.form-control {
  color: #0099fe;
}

.gift-box .gift-img {
  text-align: center;
}
.gift-box .gift-img img {
  text-align: center;
  max-width: 200px;
}

.gift-box input.form-control {
  color: #0099fe;
}

.buy-gift h2 {
  margin-bottom: 30px;
}

.bg-item {
  border: 1px solid #0099fe;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin: 10px auto;
  max-width: 250px;
  overflow: hidden;
  position: relative;
}
.bg-item h4 {
  padding: 20px 0px 20px 0px;
}
.bg-item.active {
  border: 1px solid #ee609c;
}
.bg-item p {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
  position: relative;
  display: inline-block;
}
.dark-mode .bg-item p {
  color: #fff;
}
.bg-item p em {
  font-size: 14px;
}
.bg-item p .save {
  position: absolute;
  background-color: #dd4b39;
  font-size: 10px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 3px;
  top: -7px;
  right: -0px;
  font-weight: normal;
}
.bg-item p .save:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #dd4b39;
  position: absolute;
  bottom: -9px;
  left: 4px;
}
.bg-item .btn {
  display: block;
  width: 100%;
}
.bg-item .recommend {
  transform: rotate(-45deg);
  color: #fff;
  background-color: #0099fe;
  padding: 0px 30px;
  position: absolute;
  top: 20px;
  left: -31px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.8;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
}

img {
  max-width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog.modal-onboarding {
    max-width: 650px;
  }
}

.modal-onboarding .owl-carousel {
  max-height: 650px;
  overflow: hidden;
}

.modal-onboarding .skip {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  z-index: 9999;
}

.modal-onboarding .onboarding-item {
  padding: 30px 30px 30px 30px;
}
.modal-onboarding .onboarding-item .thumb {
  height: 350px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.modal-onboarding .onboarding-item .thumb > div {
  width: 100%;
  text-align: center;
}
.modal-onboarding .onboarding-item .thumb .img-wrap {
  margin-top: 15px;
}
.modal-onboarding .onboarding-item .thumb .img-wrap img {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.modal-onboarding .onboarding-item .thumb img {
  max-width: 100%;
  max-height: 350px;
  width: auto;
  margin: 0px auto;
}
.modal-onboarding .onboarding-item .des {
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding-bottom: 40px;
}
.modal-onboarding .onboarding-item .des h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.modal-onboarding .onboarding-item .des p {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #666;
}
.modal-onboarding .onboarding-item .des p.list {
  text-align: left;
  margin: 0px 0px 0px 80px;
  padding: 0px 0px 0px 12px;
  position: relative;
}
.modal-onboarding .onboarding-item .des p.list:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0px;
}
.modal-onboarding .onboarding-item .des p .red {
  font-weight: 500;
  color: #e51c23;
}

.modal-onboarding .owl-nav {
  position: absolute;
  bottom: 25px;
  left: 50px;
  right: 60px;
}
.modal-onboarding .owl-nav .owl-prev {
  float: left;
  min-width: 85px;
}
.modal-onboarding .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.modal-onboarding .owl-nav .owl-next {
  float: right;
  min-width: 85px;
}
.modal-onboarding .owl-nav .owl-next.disabled {
  opacity: 0;
}

.modal-onboarding .owl-dots {
  position: absolute;
  left: 140px;
  right: 140px;
  bottom: 30px;
  text-align: center;
}
.modal-onboarding .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0px 3px;
  cursor: pointer;
  background-color: #ddd;
}
.modal-onboarding .owl-dots .owl-dot.active {
  background-color: #0099fe;
  opacity: 0.7;
}

.g-recaptcha {
  overflow: hidden;
}

/*********************db-timeline*****************/
.navbar.bg-white {
  background-color: #fff !important;
}

.color-auth {
  color: #a40754;
}

.bg-auth {
  background-color: #a40754;
}

.color-yellow {
  color: #fec111;
}

.bg-yellow {
  background-color: #fec111;
}

.color-white {
  color: #6dcff6;
}

.bg-white {
  background-color: #6dcff6 !important;
}

.color-serialize {
  color: #70ccf5;
}

.bg-serialize {
  background-color: #70ccf5;
}

.color-pcap {
  color: #3b54a6;
}

.bg-pcap {
  background-color: #3b54a6;
}

.bg-unix-fundamentals-for-security {
  background-color: #F3966B;
}

.bg-cryptography-basics {
  background-color: #4CCB49;
}

.bg-security-basics {
  background-color: #766BF3;
}

.bg-web-attacks-fundamentals {
  background-color: #B56311;
}

.bg-threat-modeling{
  background-color: #4970CB;
}

.bg-networking-fundamentals-for-security{
  background-color: #EDC13E;
}

.bg-software-development-fundamentals-for-security{
  background-color: #F36B6B;
}

.bg-web-fundamentals-for-security{
  background-color: #6BCEF3;
}

.color-orange {
  color: #f57e20;
}

.bg-orange {
  background-color: #f57e20;
}

.color-introduction {
  color: #50a446;
}

.bg-introduction {
  background-color: #50a446;
}

.color-green {
  color: #37b549;
}

.bg-green {
  background-color: #37b549;
}

.color-essential {
  color: #7912d1;
}

.bg-essential {
  background-color: #7912d1;
}

.color-ctf {
  color: #42e2c0;
}

.bg-ctf {
  background-color: #42e2c0;
}

.color-blue {
  color: #009dff;
}

.bg-blue {
  background-color: #009dff;
}

.color-android {
  color: #a4ca39;
}

.bg-android {
  background-color: #a4ca39;
}

.color-unix {
  color: #563b3d;
}

.bg-unix {
  background-color: #563b3d;
}

.color-intercept {
  color: #6ed0f7;
}

.bg-intercept {
  background-color: #6ed0f7;
}

.color-brown {
  color: #8b4513;
}

.bg-brown {
  background-color: #8b4513;
}

.color-intercept {
  color: #6ed0f7;
}

.color-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.color-jserialize,
.color-java-deserialization {
  color: #e637c6;
}

.bg-jserialize,
.bg-java-deserialization {
  background-color: #e637c6;
}

.color-recon {
  color: #4a208a;
}

.bg-recon {
  background-color: #4a208a;
}

.color-codereview {
  color: #1559bf;
}

.bg-codereview {
  background-color: #1559bf;
}

.bg-http {
  background-color: rgb(118, 64, 240);
}

.bg-api {
  background-color: red;
}

.bg-java-code-review {
  background-color: #53718b;
}

.bg-golang-code-review {
  background-color: #87e7ed;
}

.bg-jcr {
  background-color: #53718b;
}

.bg-gcr {
  background-color: #87e7ed;
}

.bg-media {
  background-color: rgb(62, 92, 213);
}

.db-timeline {
  position: relative;
  margin: 40px 0px 0px 0px;
  min-height: 500px;
}
.db-timeline:before {
  content: "";
  display: block;
  width: 1px;
  top: 0px;
  bottom: 0px;
  background-color: #ddd;
  left: 50%;
  position: absolute;
}
.db-timeline .item {
  margin: 0px 0px 20px 0px;
  position: relative;
}
.db-timeline .item:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #50a446;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0px 0px -8px;
}
.db-timeline .item.item-media:before {
  border-color: rgb(62, 92, 213);
}
.db-timeline .item.item-api:before {
  border-color: red;
}
.db-timeline .item.item-http:before {
  border-color: rgb(118, 64, 240);
}
.db-timeline .item.item-jcr:before {
  border-color: #53718b;
}
.db-timeline .item.item-java-code-review:before {
  border-color: #53718b;
}

.db-timeline .item.item-introduction:before {
  border-color: #50a446;
}
.db-timeline .item.item-pcap:before {
  border-color: #3b54a6;
}
.db-timeline .item.item-yellow:before {
  border-color: #fec111;
}
.db-timeline .item.item-auth:before {
  border-color: #a40754;
}
.db-timeline .item.item-yellow:before {
  border-color: #fec111;
}
.db-timeline .item.item-white:before {
  border-color: #6dcff6;
}
.db-timeline .item.item-blue:before {
  border-color: #009dff;
}
.db-timeline .item.item-orange:before {
  border-color: #f57e20;
}
.db-timeline .item.item-white:before {
  border-color: #6dcff6;
}
.db-timeline .item.item-serialize:before {
  border-color: #70ccf5;
}
.db-timeline .item.item-green:before {
  border-color: #37b549;
}
.db-timeline .item.item-essential:before {
  border-color: #7912d1;
}
.db-timeline .item.item-ctf:before {
  border-color: #42e2c0;
}
.db-timeline .item.item-android:before {
  border-color: #a4ca39;
}
.db-timeline .item.item-unix:before {
  border-color: #563b3d;
}
.db-timeline .item.item-intercept:before {
  border-color: #6ed0f7;
}
.db-timeline .item.item-brown:before {
  border-color: #8b4513;
}
.db-timeline .item.item-codereview:before {
  border-color: #1559bf;
}
.db-timeline .item.item-unix-fundamentals-for-security:before {
  border-color: #F3966B;
}
.db-timeline .item.item-cryptography-basics:before {
  border-color: #4CCB49;
}
.db-timeline .item.item-security-basics:before {
  border-color: #766BF3;
}
.db-timeline .item.item-web-attacks-fundamentals:before {
  border-color: #B56311;
}
.db-timeline .item.item-threat-modeling:before {
  border-color: #4970CB;
}
.db-timeline .item.item-networking-fundamentals-for-security:before {
  border-color: #EDC13E;
}
.db-timeline .item.item-software-development-fundamentals-for-security:before {
  border-color: #F36B6B;
}
.db-timeline .item.item-web-fundamentals-for-security:before {
  border-color: #6BCEF3;
}
.db-timeline .item.item-black:before {
  border-color: #000;
}
.db-timeline .item.item-jserialize:before,
.item.item-java-deserialization:before {
  border-color: #e637c6;
}

.db-timeline .item.item-golang-code-review:before {
  border-color: #87e7ed;
}

.db-timeline .item.item-gcr:before {
  border-color: #87e7ed;
}
.db-timeline .item.item-recon:before {
  border-color: #4a208a;
}
.db-timeline .item .item-box {
  border-radius: 5px;
  padding: 15px;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  width: 45%;
  position: relative;
}
.db-timeline .item .item-box .premium-note {
  font-style: italic;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.db-timeline .item .item-box .premium-note p {
  margin: 0px;
}
.db-timeline .item .item-box .premium-label {
  background-color: #fe1100;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
  position: absolute;
  bottom: 10px;
  right: -10px;
  font-weight: bold;
  border-radius: 3px 0px 0px 3px;
}
.db-timeline .item .item-box .premium-label:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: -10px;
  border-left-color: #cb0e00;
  border-bottom: #cb0e00;
}
.db-timeline .item .item-box:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: -35px;
  margin: -20px 0px 0px 0px;
}
.db-timeline .item .item-box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.db-timeline .item .item-box .flex span {
  font-style: italic;
}
.db-timeline .item .item-box .badge {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.db-timeline .item .item-box .ib-box {
  padding: 15px 0px 0px 0px;
}
.db-timeline .item .item-box .ib-box .cap {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: arial;
  color: #999;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}
.db-timeline .item .item-box .ib-box .sum {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0px 0px 20px 0px;
}
.db-timeline .item .item-box p {
  margin: 0px 0px 15px 0px;
}
.db-timeline .item .item-box .ib-badge img {
  height: 50px;
}
.db-timeline .item .item-box .todo {
  margin-bottom: 20px;
}
.db-timeline .item .item-box .todo ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.db-timeline .item .item-box .todo ul li {
  margin: 0px 0px 10px 0px;
}
.db-timeline .item .item-box .todo ul li i {
  margin: 0px 5px 0px 0px;
}
.db-timeline .item .item-box .todo ul li p {
  margin: 0px;
  display: inline-block;
}
.db-timeline .item .item-box .todo ul li p a {
  color: #333;
}
.db-timeline .item .item-box .done ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.db-timeline .item .item-box .done ul li {
  margin: 0px 0px 10px 0px;
}
.db-timeline .item .item-box .done ul li i {
  margin: 0px 5px 0px 0px;
  color: #37b549;
}
.db-timeline .item .item-box .done ul li p {
  margin: 0px;
  display: inline-block;
}
.db-timeline .item .item-box .done ul li p a {
  color: #333;
  color: #37b549;
}
.db-timeline .item.right .item-box {
  float: right;
}
.db-timeline .item.right .item-box:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-right-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  left: -35px;
  margin: -20px 0px 0px 0px;
}

.ib-social {
  white-space: nowrap;
}
.ib-social a {
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0px 5px 0px 0px;
  color: #fff !important;
  padding: 0px 10px;
  background-color: #1da1f2;
  font-size: 13px;
  white-space: nowrap;
  margin: 0px 5px 0px 0px;
}
@media screen and (max-width: 1199px) {
  .ib-social a {
    font-size: 12px;
    padding: 0px 5px;
  }
}
.ib-social a i {
  margin: 0px 5px 0px 0px;
}
@media screen and (max-width: 1199px) {
  .ib-social a i {
    margin: 0px 2px 0px 0px;
  }
}
.ib-social a.linkedin {
  background-color: #0077b5;
}

.ib-social .x-post-btn {
  background-color: #333;
}

.ib-social a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/****dashboard*******/
/*****dashboard*********/
.activity {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0px auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}
.activity h2 {
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #495057;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  letter-spacing: 1.5px;
}

.activity label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 0px 0px 10px 0px;
  opacity: 0.5;
}
.activity .time-line {
  position: relative;
  margin-bottom: 20px;
}
.activity .time-line:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #ddd;
  top: 10px;
  left: 10px;
  bottom: 0px;
}
.activity .time-line .item {
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 30px 0px;
  position: relative;
}
.activity .time-line .item:last-child:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: 9px;
  width: 3px;
  top: 0px;
  background-color: #fff;
}
.activity .time-line .item .date {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
.activity .time-line .item .chat-item {
  margin: 20px 0px 0px 0px;
}
.activity .time-line .item .chat-item .avatar {
  top: 10px;
}
.activity .time-line .item .icon {
  float: left;
  margin: 0px 0px 0px -50px;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  z-index: 2;
  align-items: center;
  background-color: #cef9c6;
}
.activity .time-line .item .icon.chat {
  background-color: #fff8dd;
}
.activity .time-line .item .icon.download {
  background-color: #e3efff;
}
.activity .time-line .item .icon.watch {
  background-color: #ff7373;
}
.activity .time-line .item .icon.watch img {
  height: 17px;
}
.activity .time-line .item .icon.certificate {
  background-color: #8fdfff;
}
.activity .time-line .item .icon.certificate img {
  height: 20px;
}
.activity .time-line .item .icon.joined {
  background-color: #ffc268;
}
.activity .time-line .item .icon.joined img {
  height: 18px;
}
.activity .time-line .item .head {
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  color: #666;
}
.activity .time-line .item .head a {
  font-weight: 700;
  color: #000;
}
.activity .time-line .item .media {
  margin: 15px 0px 0px 0px;
}
.activity .time-line .item .media .media-col {
  display: inline-block;
  margin: 0px 15px 10px 0px;
}
.activity .time-line .item .media .media-col img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.hl-box {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px 30px 10px 30px;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: cyan;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.dark-mode .hl-box {
  background-color: transparent;
  background-image: linear-gradient(
    to right,
    rgba(79, 172, 254, 0.5) 0%,
    rgba(0, 242, 254, 0.5) 100%
  );
}
.dark-mode .hl-box.box2 {
  background-image: linear-gradient(
    120deg,
    rgba(246, 211, 101, 0.5) 0%,
    rgba(253, 160, 133, 0.5) 100%
  );
}
.dark-mode .hl-box.box3 {
  background-image: linear-gradient(
    120deg,
    rgba(240, 147, 251, 0.5) 0%,
    rgba(245, 87, 108, 0.5) 100%
  );
}

@media screen and (max-width: 991px) {
  .hl-box {
    padding: 20px 15px 10px 15px;
  }
}
.hl-box.box2 {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.hl-box.box3 {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.hl-box strong {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.hl-box strong.small {
  font-size: 30px;
}
.hl-box p {
  margin: 0px;
  font-size: 16px;
  min-height: 45px;
}

.d-box {
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.d-box h2 {
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #495057;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  letter-spacing: 1.5px;
}
.d-box .d-box-benefit {
  padding: 20px 0px;
}
.d-box .d-box-benefit ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.d-box .d-box-benefit ul li {
  list-style: none;
  margin: 0px 0px 10px 0px;
  font-size: 15px;
}
.d-box .d-box-benefit ul li i {
  margin: 0px 4px 0px 0px;
  color: #08bf0e;
  font-size: 14px;
}
.d-box .d-certificate {
  text-align: center;
}
.d-box .d-certificate img {
  max-width: 160px;
}
.d-box .d-certificate p {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}
.d-box .d-table {
  width: 100%;
}
.d-box .d-table th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  font-family: arial;
  border-bottom: 2px solid #ddd;
  padding: 10px 0px;
  color: #666;
}
@media screen and (max-width: 1199px) {
  .d-box .d-table th {
    font-size: 10px;
    padding: 16px 32px;
  }
}
.d-box .d-table td {
  padding: 13px 0px;
  border-bottom: 1px dashed #eee;
}
@media screen and (max-width: 1199px) {
  .d-box .d-table td {
    font-size: 12px;
  }
}

/********************/
.badge-bar {
  text-align: right;
  margin-bottom: 20px;
  padding: 15px 0px 0px 0px;
}
.badge-bar form {
  display: inline-block;
}

.badge-tabs {
  border: none;
  margin-bottom: 20px;
  margin-top: 30px;
}
.badge-tabs a {
  border: none;
  font-family: Arial;
  display: inline-block;
  line-height: 35px;
  margin: 0px 20px 0px 0px;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px;
  cursor: pointer;
  background-color: transparent !important;
  color: #495057 !important;
}
.badge-tabs a:hover {
  color: #0099fe !important;
}
.badge-tabs a.active {
  color: #0099fe !important;
  background-color: transparent !important;
  border-bottom: 2px solid #0099fe !important;
}

.badge-cates {
  margin-bottom: 20px;
  padding: 0px 0px 0px 0px;
}
.badge-cates span {
  font-family: Arial;
  display: inline-block;
  line-height: 35px;
  margin: 0px 20px 0px 0px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px;
  cursor: pointer;
}
.badge-cates span:hover {
  color: #0099fe;
}
.badge-cates span.active {
  color: #0099fe;
  border-bottom: 2px solid #0099fe;
}

.statistical {
  display: flex;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.statistical .item {
  padding: 0px 0px 0px 0px;
  margin: 5px 40px 5px 0px;
  position: relative;
  display: flex;
  align-items: center;
}
.statistical .item .icon {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
  margin: 0px 10px 0px 0px;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  z-index: 2;
  background-color: #cef9c6;
}
.statistical .item .icon.aqua {
  background-color: transparent;
  border: 1.5px solid #8cd7ee;
}
.statistical .item .icon i {
  display: block;
  line-height: 40px;
}
.statistical .item .icon.yellow {
  background-color: #fff8dd;
}
.statistical .item .icon.gray {
  background-color: #e3efff;
}
.statistical .item .head {
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  color: #495057;
}
.statistical .item .head b {
  font-weight: bold;
  font-family: arial;
}

.card-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  margin: 0px 0px 30px 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.dark-mode .card-header {
  background-color: #2222;
  border: 1px solid #333;
}
.card-box:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.card-box a:hover {
  text-decoration: none;
}
.card-box .thumb {
  position: relative;
}
.card-box .thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: none;
  z-index: 1;
}
.card-box .thumb .embed-responsive {
  position: relative;
  z-index: 2;
}
.card-box .thumb img {
  width: 100%;
  display: block;
}
.card-box .thumb .badge.badge-position {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  right: 16px;
}

.card-box .thumb .completed {
  transform: rotate(45deg);
  color: #fff;
  background-color: #0099fe;
  padding: 0px 30px;
  position: absolute;
  top: 20px;
  font-weight: bold;
  z-index: 2;
  right: -31px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
}
.card-box .thumb .coming {
  transform: rotate(45deg);
  color: #fff;
  background-color: #0099fe;
  padding: 0px 30px;
  position: absolute;
  top: 23px;
  font-weight: bold;
  z-index: 2;
  right: -35px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.8;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.card-box .thumb .cta-image {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.card-box .thumb .cta-image .icon {
  margin: 0px auto 20px auto;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.card-box .thumb .cta-image .icon img {
  height: 30px;
}
.card-box .thumb .cta-image p {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
.card-box .des {
  padding: 20px;
}
.card-box .des h3 {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
.card-box .des h3 a {
  color: #000;
}
.card-box .des ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.card-box .des ul li {
  margin: 0px 0px 3px 0px;
  color: #666;
  font-size: 12px;
}

.dark-mode .card-box .des ul li,
.dark-mode .card-box .des ul li a {
  color: #eee;
}

.card-box .des ul li a {
  color: #666;
}

.card-box .des ul li i {
  width: 20px;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.badge-group {
  margin-bottom: 50px;
}
.badge-group h2 {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}
.badge-group h2 span {
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
  padding: 0px 20px 0px 0px;
  position: relative;
}
.badge-group h2 span:before {
  content: "";
  height: 1px;
  width: 2000px;
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  background-color: #ddd;
}

.exercise-bg-thumbnail {
  background: radial-gradient(
    circle,
    rgba(25, 142, 147, 1) 0%,
    rgba(69, 70, 154, 1) 100%
  );
  height: 216px;
  width: 100%;
  display: block;
}

.left-style-block,
.right-style-block {
  height: 48px;
  background-color: #fff;
  width: 100%;
  opacity: 0.2;
}

.left-style-block {
  border-radius: 0 6px 6px 0;
}

.right-style-block {
  border-radius: 6px 0 0 6px;
}

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.db-detail-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  margin: 0px 0px 30px 0px;
  padding: 30px 25px;
  font-size: 16px;
}
.db-detail-box .pre-wrap {
  position: relative;
}
.db-detail-box .pre-wrap .copy {
  background-color: #0099fe;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 5px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 50px;
  right: 10px;
}
.db-detail-box .pre-wrap .copy:hover {
  background-color: #008ae5;
}

.btn-big {
  padding-top: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.toggle {
  position: relative;
}
.toggle label {
  display: block;
  margin: 0px;
  position: relative;
  font-weight: normal;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.toggle label input {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  visibility: visible;
  opacity: 0;
}
.toggle label strong {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 10px;
  background-color: #666;
  display: block;
  border-radius: 6px;
  line-height: 1;
  transition: all ease 0.2s;
  flex-shrink: 0;
  margin: 0px 8px 0px 0px;
}
.toggle label strong:before {
  content: "";
  width: 18px;
  background-color: #fff;
  border: 2px solid #666;
  height: 18px;
  left: -1px;
  top: -4px;
  position: absolute;
  border-radius: 50%;
  transition: all ease 0.2s;
}
.toggle label input:checked ~ strong {
  background-color: #0099fe;
}
.toggle label input:checked ~ strong:before {
  border: 2px solid #0099fe;
  left: 12px;
}
.toggle label input:checked ~ strong span {
  color: active-color;
}
.toggle label input:checked ~ span {
  color: #0099fe;
}

.d-subscription-renew {
  padding: 20px 0px;
  font-size: 15px;
}
.d-subscription-renew h4 {
  margin: 10px 0px 20px 0px;
  font-size: 15px;
}
.d-subscription-renew h4 strong {
  font-weight: bold;
  font-size: 16px;
}
.d-subscription-renew p {
  font-size: 15px;
}

@media screen and (min-width: 576px) {
  .modal-auto {
    max-width: 1000px;
  }
}

.modal-auto .db-pricing {
  width: auto;
}

.modal-auto .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  z-index: 9999;
}

.modal-auto .btn--primary {
  background-color: #0099fe;
}

.modal-auto .btn {
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog.modal-mess {
    max-width: 400px;
  }
}

.modal-mess .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  z-index: 9999;
}

.mess-content {
  padding: 30px 30px;
}
.mess-content .icon {
  margin-bottom: 20px;
}
.mess-content .icon img {
  max-width: 60px;
}
.mess-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
}
.mess-content .btn {
  min-width: 120px;
  text-align: center;
}

.db-table table {
  min-width: 800px;
  width: 100%;
}
.db-table table thead {
  background-color: #ddd;
}
.db-table table thead tr th {
  padding: 15px 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  cursor: pointer;
}
.db-table table tbody tr td {
  padding: 15px 10px;
}
.db-table table tbody tr td p {
  margin: 0px;
}
.db-table table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.db-table table tbody tr:hover {
  background-color: #ddd;
}
.db-table table tbody .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.db-table table tbody .dropdown-menu a {
  color: #666;
}
.db-table table tbody .dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 5px 10px;
}

.max10 {
  max-width: 10px;
  margin-left: auto;
  margin-right: auto;
}

.max20 {
  max-width: 20px;
  margin-left: auto;
  margin-right: auto;
}

.max30 {
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.max40 {
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.max50 {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.max60 {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max70 {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.max80 {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.max90 {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.max100 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.max110 {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.max120 {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.max130 {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.max140 {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.max150 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.max160 {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.max170 {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.max180 {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.max190 {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.max200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.max210 {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.max220 {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.max230 {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.max240 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.max250 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.max260 {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.max270 {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.max280 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.max290 {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.max300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.max310 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.max320 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.max330 {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.max340 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.max350 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.max360 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.max370 {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.max380 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.max390 {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.max400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.max410 {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.max420 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.max430 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.max440 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.max450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.max460 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.max470 {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.max480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.max490 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.max500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max510 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.max520 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.max530 {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.max540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.max550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.max560 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.max570 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.max580 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.max590 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.max600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max610 {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.max620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.max630 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.max640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.max650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.max660 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.max670 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.max680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.max690 {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.max700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max710 {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.max720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.max730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.max740 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.max750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.max770 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.max780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.max790 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max810 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.max820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.max830 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.max840 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.max850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.max860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.max870 {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.max880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.max890 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.max900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.max910 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.max920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.max930 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.max940 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.max950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.max960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.max970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.max980 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.max990 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.max1010 {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.max1020 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.max1030 {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.max1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.max1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.max1060 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.max1070 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.max1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.max1090 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.max1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.max1110 {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.max1120 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.max1130 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.max1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.max1150 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.max1160 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.max1170 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.max1180 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.max1190 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.max1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.max1210 {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.max1220 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.max1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.max1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.max1250 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.max1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.max1270 {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.max1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.max1290 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.max1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.max1310 {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.max1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.max1330 {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

.max1340 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.max1350 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.max1360 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.max1370 {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.max1380 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.max1390 {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}

.max1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.max1410 {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.max1420 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.max1430 {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.max1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.max1450 {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.max1460 {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.max1470 {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}

.max1480 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.max1490 {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

.max1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.max1510 {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}

.max1520 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.max1530 {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
}

.max1540 {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.max1550 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.max1560 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.max1570 {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
}

.max1580 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.max1590 {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.max1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.max1610 {
  max-width: 1610px;
  margin-left: auto;
  margin-right: auto;
}

.max1620 {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.max1630 {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
}

.max1640 {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.max1650 {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}

.max1660 {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}

.max1670 {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
}

.max1680 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.max1690 {
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
}

.max1700 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.max1710 {
  max-width: 1710px;
  margin-left: auto;
  margin-right: auto;
}

.max1720 {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.max1730 {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
}

.max1740 {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}

.max1750 {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}

.max1760 {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

.max1770 {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}

.max1780 {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}

.max1790 {
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
}

.max1800 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.max1810 {
  max-width: 1810px;
  margin-left: auto;
  margin-right: auto;
}

.max1820 {
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}

.max1830 {
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
}

.max1840 {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}

.max1850 {
  max-width: 1850px;
  margin-left: auto;
  margin-right: auto;
}

.max1860 {
  max-width: 1860px;
  margin-left: auto;
  margin-right: auto;
}

.max1870 {
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.max1880 {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
}

.max1890 {
  max-width: 1890px;
  margin-left: auto;
  margin-right: auto;
}

.max1900 {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}

.max1910 {
  max-width: 1910px;
  margin-left: auto;
  margin-right: auto;
}

.max1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.max1930 {
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
}

.max1940 {
  max-width: 1940px;
  margin-left: auto;
  margin-right: auto;
}

.max1950 {
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
}

.max1960 {
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
}

.max1970 {
  max-width: 1970px;
  margin-left: auto;
  margin-right: auto;
}

.max1980 {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}

.max1990 {
  max-width: 1990px;
  margin-left: auto;
  margin-right: auto;
}

.max2000 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.modal-box {
  padding: 30px;
}
.modal-box .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  z-index: 9999;
}
.modal-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

.d-box-profile .item {
  margin: 0px 0px 15px 0px;
  display: flex;
}
.d-box-profile .item .caption {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  width: 170px;
  font-weight: bold;
  opacity: 0.6;
}
.d-box-profile .item .value {
  font-size: 16px;
  font-weight: bold;
}
.d-box-profile .item .value p {
  margin: 0px;
}

p.note {
  font-size: 12px;
  font-style: italic;
}

.db-field p {
  font-size: 14px;
}

/******************************darkmode**********************************/
.dark-mode {
  background-color: #111;
  color: #eee;
  /* .d-box {

    background-color: #1b222d;
    color: #fff;

    h2 {
      color: #fff;
    }
  }

  .d-box .d-table th {

    border-bottom: 2px solid #ddd;

    color: #eee;
  }

  .d-box .d-table td {

    border-bottom: 1px dashed #aaa;
  }

  .activity {

    background-color: #1b222d;

    h2 {
      color: #fff;
    }

    .time-line .item .head {

      color: #fff;

      a {
        color: #ccc;
      }
    }

    .date {
      color: #ccc;
    }

    label {
      color: #fff;
    }

  }*/
}
.dark-mode .card {
  background-color: #2222;
  border: 1px solid #333;
}
.dark-mode .h1,
.dark-mode .h2,
.dark-mode .h3,
.dark-mode .h4,
.dark-mode .h5,
.dark-mode .h6,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: #eee;
}
.dark-mode pre {
  color: #eee;
}
.dark-mode .card-box {
  background-color: #222;
}
.dark-mode .card-box .des h3 a {
  color: #fff;
}
.dark-mode .form-control {
  color: #eee;
  background-color: #333;
  border-color: #444;
}
.dark-mode .alert-outline,
.dark-mode .alert-outline-coloured {
  color: #eee;
  background: #222;
}
.dark-mode .statistical {
  background-color: #333;
}
.dark-mode .statistical .item .head {
  color: #eee;
}
.dark-mode .content .col-lg-6.col-md-12 .h1,
.dark-mode .content .col-12.col-lg-12 .h1 {
  color: #fff;
}
.dark-mode .sidebar-link:hover {
  color: #eee;
}
.dark-mode .sidebar-link:hover svg {
  color: #eee;
}
.dark-mode .activity {
  background-color: #222;
}
.dark-mode .activity h2 {
  color: #eee;
}
.dark-mode .activity .time-line .item .head a {
  color: #eee;
}
.dark-mode .activity .time-line .item .head {
  color: #ccc;
}
.dark-mode .activity .time-line:before {
  background-color: #333;
}
.dark-mode .activity .time-line .item:last-child:before {
  background-color: #222;
}
.dark-mode .d-box {
  background-color: #222;
}
.dark-mode .d-box h2 {
  color: #eee;
}
.dark-mode .d-box .d-table th {
  color: #eee;
}
.dark-mode .d-box-content img {
  filter: invert(0.86);
}
.dark-mode .text {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-mode .sidebar {
  border-right-color: #111;
}
.dark-mode .sidebar,
.dark-mode .sidebar-content {
  background: #000;
}
.dark-mode .sidebar-link,
.dark-mode a.sidebar-link {
  background: transparent;
}
.dark-mode .sidebar-item.active > a {
  border-left: 3px solid #0099fe;
  background-color: #1b222d !important;
}
.dark-mode .navbar.bg-white {
  background-color: #000 !important;
  border: none;
}
.dark-mode .navbar.bg-white .form-control {
  background-color: #222;
  border-radius: 4px;
}
.dark-mode .badge-group h2 span {
  color: #fff;
}
.dark-mode .badge-tabs a,
.dark-mode .db-pricing-item .price {
  color: #fff !important;
}
.dark-mode .db-pricing-item {
  background-color: #111 !important;
}

.dark-mode .badge-tabs a:hover {
  color: #0099fe !important;
}
.dark-mode .badge-tabs a.active {
  color: #0099fe !important;
  background-color: transparent !important;
  border-bottom: 2px solid #0099fe !important;
}
.dark-mode .db-timeline .item .item-box {
  background-color: #222;
}
.dark-mode .db-timeline .item .item-box:before {
  border-left-color: #222;
}
.dark-mode .db-timeline .item.right .item-box:before {
  border-right-color: #222;
  border-left-color: transparent;
}
.dark-mode .db-timeline .item .item-box .premium-note {
  background-color: #333;
}
.dark-mode .db-timeline:before {
  background-color: #333;
}
.dark-mode .db-timeline .item .item-box .todo ul li p a {
  color: #ddd;
}
.dark-mode footer.footer {
  background: #111;
  border-top: 1px solid #000000;
  padding: 1rem 0.75rem;
}
.dark-mode .navbar-light .navbar-nav .nav-link .text-dark {
  color: #eee !important;
}

.text {
  font-size: 14px;
}
.text:focus {
  border: 1px solid #999;
  outline: none;
}

.frame-text {
  position: relative;
}
.frame-text .text {
  padding-left: 40px;
}
.frame-text .icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  opacity: 0.7;
}

/***************section-unsubscribe***********/
.section-unsubscribe {
  padding: 100px 0px 200px 0px;
  text-align: center;
}
.section-unsubscribe .icon {
  margin-bottom: 30px;
}
.section-unsubscribe .icon img {
  max-width: 200px;
}
.section-unsubscribe h1 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
.section-unsubscribe p {
  font-size: 16px;
  margin-bottom: 50px;
}
.section-unsubscribe .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.gift-register {
  padding: 100px 0px 200px 0px;
  margin: 0px auto;
  max-width: 800px;
  text-align: center;
}
.gift-register .icon {
  margin-bottom: 20px;
}
.gift-register .icon img {
  max-width: 230px;
}
.gift-register h1 {
  font-size: 30px;
  margin: 0px 0px 20px 0px;
}
.gift-register p {
  font-size: 15px;
  margin-bottom: 30px;
}
.gift-register .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.gift-register .box-register {
  text-align: left;
  max-width: 600px;
  margin: 0px auto;
  padding: 30px 30px;
  border-radius: 4px;
  background-color: #fafafa;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.gift-register .box-register .db-field p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;
}
.gift-register .box-register .ba-bottom {
  margin: 30px -30px 0px -30px;
  padding: 30px 30px 0px 30px;
}
.gift-register .box-register .ba-bottom p {
  margin: 0px;
  font-size: 14px;
  margin: 0px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-linkedin {
    max-width: 650px;
  }
}

.linkedin-box {
  min-height: 400px;
}
.linkedin-box h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}
.linkedin-box h5 {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}
.linkedin-box .step {
  position: relative;
  padding: 0px 0px 0px 50px;
}
.linkedin-box .step:before {
  content: "";
  width: 2px;
  position: absolute;
  display: block;
  top: 20px;
  left: 12px;
  bottom: 40px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.linkedin-box .step .item {
  position: relative;
  padding: 3px 0px 20px 0px;
}
.linkedin-box .step .item .number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -50px;
  background-color: #0099fe;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 153, 254, 0.5);
}
.linkedin-box .step .item p {
  font-size: 15px;
  margin-bottom: 10px;
}
.linkedin-box .step .item p a {
  color: #0099fe;
  font-weight: bold;
}
.linkedin-box .step .item ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.linkedin-box .step .item ul li {
  margin-bottom: 3px;
  font-size: 14px;
}

.color-brand {
  color: #0099fe;
}

@keyframes mymove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.top-notify {
  position: fixed;
  z-index: 99999;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 13px 0px;
  background-color: #007aff;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
  transform: translateY(-100%);
  animation-delay: 1s;
  animation-name: mymove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.top-notify.coming {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.top-notify .tn-inner {
  position: relative;
  padding: 0px 40px 0px 0px;
  min-height: 30px;
}
.top-notify .tn-inner p {
  color: #fff;
  display: inline-block;
  margin: 0px;
}
.top-notify .tn-inner .btn-viewmore {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all ease 0.3s;
  color: #fff;
}
.top-notify .tn-inner .btn-viewmore:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-notify .tn-inner .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.top-notify .tn-inner .modal-close:before {
  content: "\00D7";
  font-size: 1.5em;
}

.count-down-bf {
  text-align: center;
}
.count-down-bf label {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.pricing .old-price {
  text-decoration: line-through;
  opacity: 0.7;
}

.pricing .h2 {
  margin-bottom: 0px;
}

.pricing .h3 {
  margin-bottom: 0px;
}

.price-bf {
  text-align: center;
}
.price-bf span {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(
    to right,
    #b8cbb8 0%,
    #b8cbb8 0%,
    #b465da 0%,
    #cf6cc9 33%,
    #ee609c 66%,
    #ee609c 100%
  );
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
}
.price-bf h5 {
  font-size: 25px;
  font-weight: bold;
}
.price-bf h5 em {
  font-weight: normal;
  font-style: normal;
}

.countdown .running {
  display: block !important;
  margin: 10px auto 0px auto;
}

.countdown timer {
  display: block;
  text-align: center;
  width: 100%;
}
.countdown timer .inner {
  display: inline-flex;
  align-items: center;
  margin: 0px auto;
  font-size: 20px;
}
.countdown timer span {
  display: inline-block;
  font-size: 30px;
  padding: 0px 5px;
  font-weight: bold;
  background-color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 5px;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  vertical-align: text-top;
  border-radius: 8px;
  position: relative;
  color: #000;
}
.countdown timer span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: linear-gradient(to bottom, #fff, #f9f9ff);
  z-index: -1;
}

.countdown .labels {
  display: block;
  width: 100%;
}
.countdown .labels span {
  display: inline-block;
  margin: 0px 8px;
  width: 55px;
  text-align: center;
  font-size: 12px;
}

.bf-coming {
  text-align: center;
  margin: 20px 0px 20px 0px;
}
.bf-coming p {
  font-size: 25px;
  text-transform: uppercase;
}
.bf-coming p strong {
  font-weight: 900;
  font-size: 25px;
  color: #21b2ea;
  text-transform: uppercase;
}

.db-quote {
  margin-bottom: 100px;
}
.db-quote .quote-block {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 30px 30px 30px;
  min-height: 300px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .db-quote .quote-block {
    padding: 50px 20px 20px 20px;
  }
}
.db-quote .quote-block .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 40px;
  background-color: #21b2ea;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
}
.db-quote .quote-block h3 {
  font-style: italic;
  font-size: 20px;
  margin: 0px;
  margin: 0px;
  padding: 0px 0px;
}
.db-quote .quote-block h3 span {
  color: #21b2ea;
}
.db-quote .quote-block h3 a {
  font-weight: normal;
  color: #21b2ea;
}
.db-quote .quote-block h3 b {
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .db-quote .quote-block h3 {
    font-size: 16px;
  }
}
.db-quote .quote-block .author {
  display: flex;
  border-top: 1px dashed #eee;
  margin: 30px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .db-quote .quote-block .author {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
  }
}
.db-quote .quote-block .author .avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0px 15px 0px 0px;
}
.db-quote .quote-block .author .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.db-quote .quote-block .author .des strong {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .db-quote .quote-block .author .des strong {
    font-size: 15px;
  }
}
.db-quote .quote-block .author .des p {
  margin: 0px;
  font-size: 14px;
  opacity: 0.7;
}

.d-box-content .db-pricing-item strong {
  font-size: 18px;
  min-height: 65px;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.d-box-content .btn.btn--primary {
  background: #4a90e2;
  border-color: #4a90e2;
  padding: 8px 0px;
  color: #fff;
  cursor: pointer;
}
.d-box-content .btn.btn--primary:hover {
  background: #3483de;
}
.d-box-content .btn.btn--primary.yellow {
  background: #ffc439;
  color: #000;
  text-shadow: 0px 1px 0 #ffdc88;
  cursor: pointer;
}
.d-box-content .btn.btn--primary.yellow:hover {
  background: #f7ba2a;
}

.db-video-section {
  padding: 100px 0px !important;
  margin-bottom: 60px;
  background-image: url("https://assets.pentesterlab.com/public/img/promo-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991px) {
  .db-video-section {
    padding: 50px 0px !important;
  }
}
.db-video-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.db-video-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.db-video-section h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin: 0px auto 10px auto;
}
@media screen and (max-width: 991px) {
  .db-video-section h2 {
    font-size: 25px;
  }
}
.db-video-section p {
  font-size: 18px;
  color: #fff;
  max-width: 800px;
  margin: 0px auto 30px auto;
}
@media screen and (max-width: 991px) {
  .db-video-section p {
    font-size: 14px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box {
  max-width: 900px;
  margin: 0px auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

body.basic-gradient-light #new_quote .note {
  margin-bottom: 15px;
}

body.basic-gradient-light #new_quote label {
  margin-top: 15px;
}

body.basic-gradient-light #new_quote .btn.btn--secondary:hover {
  background-color: #21b2ea;
}

body.basic-gradient-light .custom-control.custom-checkbox.align-items-center {
  margin-bottom: 15px;
}

body.basic-gradient-light .feature.feature-5.boxed.boxed--lg.boxed--border {
  min-height: 290px;
}

.b-box-warning {
  background-color: #ffe6e6;
  border: 1px solid red;
}

.b-box-hard {
  background-color: #ffe6e6;
  border: 1px solid red;
}

.b-box-intermediate {
  background-color: rgb(118, 64, 240, 0.1);
  border: 1px solid #7640f0;
}

.dark-mode .b-box-injection {
  background-color: rgb(118, 64, 240, 0.1);
  border: 1px solid #7640f0;
}

.b-box-authentication {
  background-color: rgb(62, 92, 213, 0.1);
  border: 1px solid rgb(62, 92, 213);
}

.b-box-misconfiguration {
  background-color: rgb(118, 64, 240, 0.1);
  border: 1px solid #7640f0;
}

.b-box-xss {
  background-color: rgb(62, 92, 213, 0.1);
  border: 1px solid rgb(62, 92, 213);
}

.dark-mode .b-box-data {
  background-color: rgb(115, 217, 241, 0.1) !important;
  border: 1px solid rgb(115, 217, 241) !important;
}

.b-box-xxe {
  background-color: rgb(109, 218, 140, 0.1);
  border: 1px solid rgb(109, 218, 140);
}

.b-box-access {
  background-color: rgb(142, 252, 94, 0.1);
  border: 1px solid rgb(142, 252, 94);
}

.b-box-easy {
  background-color: rgb(142, 252, 94, 0.1);
  border: 1px solid rgb(142, 252, 94);
}

.b-box-deserialization {
  background-color: rgb(115, 217, 241, 0.1);
  border: 1px solid rgb(115, 217, 241);
}

.b-box-vulnerable {
  background-color: rgb(109, 218, 140, 0.1);
  border: 1px solid rgb(109, 218, 140);
}

.b-box-logging {
  background-color: rgb(142, 252, 94, 0.1);
  border: 1px solid rgb(142, 252, 94);
}

/*# sourceMappingURL=main.css.map */

/* added styles */

.h1,
.card-box .des h3 a,
.h3,
h3,
h2 {
  color: #495057;
}

.display-9 {
  font-size: 1.2rem;
  font-weight: 300;
}

.display-10 {
  font-size: 1rem;
  font-weight: 300;
}

.display-9 a,
.display-10 a {
  color: #495057;
}

.display-8 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.5rem;
  }
}

.l-space-half {
  letter-spacing: 1.5px;
}

.l-space-quarter {
  letter-spacing: 1px;
}

.card-body,
.card-body-header {
  padding: 2rem;
}

.alert {
  margin-bottom: 0;
}

h7,
.h7 {
  font-size: 0.875rem;
}

#nopublish-msg::before {
  content: url(./img/icons/alert-icon-sm.svg);
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px 0 0;
  margin-top: 2px;
}
.warn-text {
  opacity: 85%;
}
.dark-mode .warn-text {
  opacity: 60%;
}

.warn::before {
  content: url(./img/icons/alert-icon-sm.svg);
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 0;
  margin: 2px 0 0 -20px;
  position: absolute;
}

.btn-u {
  padding: 6px 14px 6px 14px;
  font-size: 12px;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  background: #ff8665;
  background-image: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.btn-u:active {
  background: rgb(240, 115, 121);
  background-image: linear-gradient(
    to bottom,
    rgba(231, 108, 114, 1),
    rgba(242, 115, 99, 1),
    rgba(244, 125, 82, 1),
    rgba(247, 140, 64, 1),
    rgba(247, 156, 43, 1)
  );
}

.btn-icon {
  position: relative;
  top: -1.5px;
}

.btn-green {
  background: #6dda8c;
  background-image: linear-gradient(to top, #6dda8c, #7ae99a);
}

.btn-green:active {
  background: #7ae99a;
  background-image: linear-gradient(to bottom, #6dda8c, #7ae99a);
  border: none;
}

.btn-red {
  background: #ef7a7a;
  background-image: linear-gradient(to bottom, #ef7a7a, #e36262, #db5151);
}

.code-header {
  list-style-type: none;
  margin-bottom: 4px;
  padding-left: 0;
}

.shadow {
  border-radius: 0.3rem;
  border: 1px solid #edeef0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(20, 40, 60, 0.03) !important;
  box-shadow: 0 0.5rem 1rem rgba(20, 40, 60, 0.03) !important;
}

.dark-mode .shadow {
  border: none;
}

.mt-32 {
  margin-top: 32px !important;
}

.beta-badge {
  display: inline-block;
  padding: 6px 9px 5px 10px;
  font-size: 75%;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: -10px;
  background: #ff8665;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa330),
    color-stop(#ff9346),
    color-stop(#ff8559),
    color-stop(#fb7a6a),
    to(#f07379)
  );
  background-image: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.pro-icon {
  border-radius: 16px !important;
  background-image: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
  padding: 6px 10px 6px 10px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}

.free-icon {
  border-radius: 16px !important;
  background-image: linear-gradient(
    180deg,
    rgba(81, 172, 200, 1) 0%,
    rgba(60, 221, 173, 1) 100%
  );
  padding: 6px 10px 6px 10px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}

.spoiler-icon {
  border-radius: 4px !important;
  background-color: rgba(255, 48, 48, 1);
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 16px;
}

.player-big-play-button-placeholder {
  background: rgba(47,52,55,0.85);
  border-radius: 5px;
  font-size: 2.2rem;
  left: 50%;
  top: 50%;
  margin: -3.6rem 0 0 -3rem;
  position: absolute;
  width: 7.2rem;
  height: 7.2rem;
  z-index: 2;
  text-align: center;
  padding-top: 2.2rem;
}

.player-big-play-button-placeholder svg {
  height: 2.9rem;
  fill: #fff;
  vertical-align: unset !important;
}


.hljs-ln-n {
  width: 32px;
}

.exercise-img {
  border-radius: 8px;
  background-color: none;
}

.dark-mode .exercise-img {
  background-color: #fff;
}

.dark-mode .table {
  color: #fff;
}

/* from Bootstrap v5 */

.fw-bold {
  font-weight: 600 !important;
  font-family: "Nunito", sans-serif;
}

.fw-bolder {
  font-weight: 700 !important;
  font-family: "Nunito", sans-serif;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-md-6 {
  padding-right: 4rem !important;
}
.mb-c {
  margin-bottom: 30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.my-20 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.ms-lg-5 {
  margin-left: 3rem !important;
}

.end-0 {
  right: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.float-end {
  float: right !important;
}

.watched {
  color: #495057;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.lab-btn {
  border-radius: 1rem !important;
  padding: 0.125rem 0.75rem;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
}

.lab-btn:hover {
  color: #fff;
}

.lab-btn-score,
.badge-success {
  background-color: #baf554;
  color: #4a5056;
}

.lab-btn-score:hover,
.badge-success:hover {
  color: #4a5056;
}

.badge-warning,
.lab-btn-next {
  background-color: #f7943e;
}

.lab-btn-info {
  background-color: #44b2e0;
}

.lab-btn-takeaways {
  background-color: #38e88a;
}

.lab-btn-hints {
  background-color: #df58aa;
}

.alert-outline-coloured.alert-hints .alert-message {
  border-color: #df58aa;
}

.lab-btn-mistakes,
.lab-btn-exploit {
  background-color: #ff5d4d;
}

.lab-btn-requirements,
.lab-btn-requirements:hover {
  background-color: #ffc559;
  color: #4a5056;
}

.lab-btn-video {
  background-color: #cb68d9;
}

.lab-btn-instance,
#deployBtn {
  background-color: #5c6dde;
}

.lab-btn-files,
.lab-btn-files:hover {
  background-color: #ffe758;
  color: #4a5056;
}

.card-sub-text {
  font-size: 0.75rem;
  opacity: 0.7;
  text-align: center;
}

.lab-btn:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-dark:focus,
.btn-outline-warning:focus,
.btn-outline-danger:focus,
.btn-outline-secondary:focus,
.btn-outline-light:focus,
.btn-outline-primary:focus,
.btn-success:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* breakpoints */

/* medium */
@media only screen and (max-width: 570px) {
  .category-parent {
    margin: 0 !important;
  }
  .submit-parent {
    margin-top: 24px !important;
  }
  .card-body {
    padding: 1.2rem;
  }

  .warn::before {
    display: none;
  }
}

/* enterprise subscription expired banner */

.expire-banner {
  background-color: #515151;
  color: #515151;
  max-height: 0;
  padding: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, color 0.2s ease 0.5s,
    padding 0.5s ease;
  transition: max-height 0.5s ease, color 0.2s ease 0.5s, padding 0.5s ease;
}

.expire-banner-open {
  color: #fff;
  max-height: 300px;
  padding: 16px 0 16px 0;
}

#closeBtn {
  display: none;
}

.card-box {
  box-shadow: 0px 0px 10px 0px rgba(185, 204, 222, 0.5);
}
.card-box:hover {
  box-shadow: 0px 0px 15px 0px rgba(185, 204, 222, 1);
}

/* hactivity chart styles */

.month-bar {
  stroke: #000;
  stroke-linecap: round;
  stroke-width: 1.5;
  stroke-opacity: 0.1;
}

.month-text,
.day-text {
  fill: #000;
  opacity: 0.4;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  user-select: none;
}
.dark-mode .month-text,
.dark-mode .day-text {
  fill: #fff;
}

.empty-circle {
  stroke: #000;
}

.scrub-arrow {
  stroke: #495057;
}

.dark-mode .empty-circle,
.dark-mode .scrub-arrow,
.dark-mode .arrow-sm > path,
.dark-mode .month-bar {
  stroke: #fff;
}

#header-year-wrapper {
  cursor: pointer;
  user-select: none;
}

#header-year {
  font-weight: bold;
  display: inline-block;
  user-select: none;
  position: relative;
  font-size: 12px;
}

.arrow-sm {
  display: inline-block;
  transition: all 0.3s ease;
}

.arrow-sm > path {
  stroke: #495057;
}

.arrow-sm.arrow-rotate {
  transform: rotate(90deg);
}

.arrow-click-box {
  fill: #fff;
}

.dark-mode .arrow-click-box {
  fill: #222;
}

.year-menu {
  display: inline-block;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  background-color: #fcfcfc;
  border-radius: 0 6px 6px 6px;
  padding: 4px 16px;
  position: absolute;
  top: 16px;
  left: 51px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  width: auto;
  font-size: 12px;
  user-select: none;
  text-transform: none;
}

.year-menu.year-menu-open {
  transform: scaleY(1);
  opacity: 1;
  z-index: 999;
}

.dark-mode .year-menu {
  background-color: #495057 !important;
}

.language-banner {
  z-index: 999;
  bottom: -80px;
  right: 32px;
  width: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  background-color: #fff;
  border-radius: 8px 8px 0 8px;
}

.dark-mode .language-banner {
  background-color: #555;
}

.dark-mode .preference-text {
  color: #999;
}

.dark-mode .preference-link {
  color: #fff;
}

.language-banner-open {
  opacity: 1;
  bottom: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dark-mode .language-banner-open {
  box-shadow: none;
}

#closeLanguageBtn path {
  cursor: pointer;
  stroke: #6c757d;
}

.dark-mode #closeLanguageBtn path {
  cursor: pointer;
  stroke: #fff;
}

/*Enterprise Dashboard*/
.users-table {
  margin-bottom: 8px;
}

.dark-mode .users-table {
  background-color: #2222;
  border: 1px solid #333;
  margin-bottom: 8px;
  border-radius: 10px;
}

.opacity-50 {
  opacity: 50%;
}

#code-copy-btn {
  cursor: pointer;
  margin-left: 1rem;
  flex-shrink: 0;
}

.pro-btn-orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa330),
    color-stop(#ff9346),
    color-stop(#ff8559),
    color-stop(#fb7a6a),
    to(#f07379)
  );
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
  color: #fff !important;
  text-wrap: nowrap;
}

.dark-mode #code-copy-btn > path {
  fill: #fff;
}

.code-snippet-wrapper {
  width: fit-content;
  border-radius: 4px;
  background-color: #f8fafc;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(32 41 58 / 15%);
  box-shadow: 2px 2px 6px 0px rgb(32 41 58 / 15%);
}

.dark-mode .code-snippet-wrapper {
  background-color: #282c34;
}

.alert-message {
  padding: 2rem;
}

/* modern.css override (Enterprise Dashboard - Users Table) */

.alert-outline-coloured.alert-info .alert-message {
  border-color: #e0d41b;
}

.alert-instance .alert-message {
  border-color: #5c6dde !important;
}

.table thead th,
.renew-card label,
.licenses-card label,
.org-desc,
.interview-create-card label {
  border-bottom: none;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  letter-spacing: 0.12rem !important;
  vertical-align: middle !important;
  line-height: 130% !important;
  font-weight: bold !important;
  margin-bottom: 0;
}

.table {
  table-layout: fixed;
  width: 100%;
}

.table td,
.table th {
  white-space: nowrap;
  border-top: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table td.certs-col,
.table td.certs-col2 {
  overflow: visible;
}
.table td.online-col,
.table td.completions-col {
  white-space: normal;
}
.table-email-name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.table td:first-child,
.table thead th:first-child {
  padding: 0;
}

.exercise-table td:first-child,
.exercise-table thead th:first-child {
  padding: 12px !important;
}
.exercise-table thead th {
  border-bottom: 2px solid #dee2e6 !important;
}
.exercise-table td,
.exercise-table th {
  white-space: normal;
}

svg[id*="sortBtn-"] {
  cursor: pointer;
}

.dropdown-toggle:after {
  cursor: pointer;
}

#add-user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
  position: relative;
  bottom: 0;
  transition: all 0.1s ease-in;
}

#add-user-btn:hover {
  box-shadow: 0px 0px 12px 0px rgba(242, 168, 81, 0.6);
  bottom: 2px;
}

#export-csv-btn {
  position: relative;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  background-clip: padding-box;
  border: solid 1.5px transparent;
  border-radius: 24px;
  transition: bottom 0.1s ease-in, box-shadow 0.1s ease-in;
  padding: 0;
}

.dark-mode #export-csv-btn {
  background: #111;
  background-clip: padding-box;
}

#export-csv-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1.5px;
  border-radius: inherit;
  background: linear-gradient(
    0deg,
    rgba(117, 86, 249, 1) 0%,
    rgba(81, 172, 200, 1) 50%,
    rgba(60, 221, 173, 1) 100%
  );
}

#export-csv-btn:hover {
  box-shadow: 0px 0px 12px 0px rgba(60, 221, 173, 0.5);
  bottom: 2px;
}

.table-btn-group {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: -16px;
  left: 12px;
  z-index: 999;
}

.dark-mode .table-bar,
.dark-mode .table-bar2 {
  background-color: #fff;
}

.dark-mode .table-bar2 {
  background-color: #444;
}

.table-bar {
  height: 1.5px;
  border-radius: 3px;
  background-color: #495057;
  opacity: 0.2;
}

.table-bar2 {
  height: 1px;
  background-color: #e5ecf3;
  border-radius: 3px;
}

.table-bar-alt {
  height: 1px;
  opacity: 0.1;
}

.vert-spacer {
  color: #d7e3ef !important;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

tbody > tr:last-child .table-bar-alt,
.d-box.users-table .table-bar-alt:last-child {
  display: none;
}

.deleteBtn,
.submit-CSV,
.dp-btn,
.postpone-btn {
  padding: 0;
  background: transparent;
  border: none;
}

.deleteBtn:active,
.deleteBtn:focus,
.submit-CSV:active,
.submit-CSV:focus,
.dp-btn:active,
.dp-btn:focus,
.postpone-btn:active,
.postpone-btn:focus {
  outline: none;
}

.table-user-id {
  line-height: 100%;
  text-align: center;
}

.table-user-id > a {
  color: #495057;
  opacity: 0.5;
}

.dark-mode .table-user-id > a {
  color: #fff;
  opacity: 0.5;
}

.table-email-name {
  line-height: 100%;
}

.table-email-name > a {
  color: #495057;
}

.dark-mode .table-email-name > a {
  color: #fff;
}

.resend-link-color {
  color: #ff9346 !important;
}

.number-col path {
  stroke: #495057;
}

.dark-mode .number-col path,
.dark-mode .dp-btn path {
  stroke: #fff;
}

.dark-mode .postpone-btn path {
  fill: #fff;
}

.dark-mode .postpone-btn path {
  fill: #fff;
}

.dark-mode .email-col span {
  opacity: 0.5;
}

.actions-col > a > svg > path,
.dp-btn svg path {
  stroke: #495057;
}

.postpone-btn svg path {
  fill: #495057;
}

.dark-mode .actions-col > a > svg > path {
  stroke: #fff;
}

.name-col {
  width: 45%;
}
.name-col a {
  flex-shrink: 0;
}
.org-username {
  word-wrap: break-word;
  white-space: normal;
}
.email-col {
  width: 55%;
}

.assignment-col {
  width: 60%;
}

.assignment-col2 {
  width: 75%;
}

.number-col {
  width: 26px;
}
.online-col {
  width: 95.5px;
}

.completions-col{
 width:156px;
}

.pro-col,
.admin-col {
  width: 98px;
}
.certs-col {
  width: 126px;
}
.certs-col2 {
  width: 156px;
}
.comp-col {
  width: 96px;
}
.actions-col {
  width: 92px;
}
.actions2-col {
  width: 138px;
}
.exp-col {
  width: 90px;
}
.templates-col {
  width: 212px;
}
.status-col {
  width: 122px;
}
.job-seeker-status-col {
  width: 142px;
}
.due-col {
  width: 156px;
}
.notify-admin-col,
.notify-user-col {
  width: 80px;
}
.job-status-col {
  width: 134px;
}

.job-preference-col {
  width: 74px;
}

.job-locations-col {
  width: 200px;
}
#job-post-table-body tr td:nth-child(1),
#job-post-table-head th td:nth-child(1) {
  text-align: center;
  font-weight: bold;
  opacity: 50%;
}
#job-post-table-body tr td:nth-child(2),
#job-post-table-head th td:nth-child(2) {
  white-space: wrap;
}
#job-post-table-body tr td:nth-child(3),
#job-post-table-head th td:nth-child(3) {
  white-space: wrap;
}
#job-post-table-body tr td:nth-child(4),
#job-post-table-head th td:nth-child(4) {
  text-align: center;
}
#job-post-table-body tr td:nth-child(5),
#job-post-table-head th td:nth-child(5) {
  text-align: center;
}

.dp-cal-footer {
  color: #333;
}

.renew-card .card,
.renew-card .card-body,
.licenses-card .card,
.licenses-card .card-body {
  border-radius: 10px;
}
.dark-mode .renew-card .card,
.dark-mode .licenses-card .card {
  border: none;
}

.renew-card input,
.licenses-card input {
  display: inline-block;
  width: auto;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
}

.renew-card button:focus,
.licenses-card button:focus,
.difficulty-btn:focus,
.time-btn:focus {
  outline: none;
}

.licenses-card input,
.licenses-card .scroll-box {
  background-color: #f8fafc !important;
}

.dark-mode .licenses-card input,
.dark-mode .licenses-card .scroll-box {
  background-color: #3e494b !important;
}

.scroll-box {
  resize: vertical;
  overflow: auto;
  border: 1px solid #ced4da;
}

.dark-mode .scroll-box {
  border: none;
}

.renew-card input,
.renew-card textarea {
  background-color: #f8fafc !important;
}

.dark-mode .renew-card input,
.dark-mode .renew-card textarea {
  background-color: #403a53 !important;
}

#licenses {
  width: 53px;
  text-align: center;
}

.org-form-btn {
  position: relative;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-clip: padding-box;
  border: solid 1.5px transparent;
  border-radius: 32px;
  transition: all 0.1s ease-in;
  padding: 0;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}

.renew-card .org-form-btn {
  background-color: #fff;
}

.dark-mode .renew-card .org-form-btn {
  background-color: #1d192a;
}

.licenses-card .org-form-btn {
  background-color: #fff;
}

.dark-mode .licenses-card .org-form-btn {
  background-color: #20282a;
}

.org-form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1.5px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.org-currency-btn,
.org-currency-btn2,
.difficulty-btn,
.time-btn {
  position: relative;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  background-clip: padding-box;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 0.875rem;
  border: solid 1.5px transparent;
  webkit-user-select: none;
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  user-select: none;
}

.difficulty-btn,
.time-btn {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-size: 400;
}

.difficulty-btn:nth-child(1) {
  border-bottom: 1.5px solid #6dda8c;
}

.difficulty-btn:nth-child(2) {
  border-bottom: 1.5px solid #6bb8ff;
}
.difficulty-btn:nth-child(3) {
  border-bottom: 1.5px solid #9a6bff;
}
.difficulty-btn:nth-child(4) {
  border-bottom: 1.5px solid #ff6f6f;
}
.difficulty-btn:nth-child(5) {
  border-bottom: 1.5px solid #ee1d1d;
}

.difficulty-btn-selected,
.time-btn-selected {
  border: 1.5px solid #ff8559 !important;
}

.dark-mode .card-body-secondary {
  background-color: #222;
  border-radius: 0.3rem;
}

.card-body-secondary {
  border-radius: 0.3rem;
}

.org-currency-btn-selected::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1.5px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.feedback-textarea {
  padding: 1rem;
  width: 100%;
  height: 133px;
  border-radius: 4px;
  color: #495057;
}

.dark-mode .feedback-textarea {
  background-color: #444;
  color: #fff;
}

.org-currency-btn2,
.org-currency-btn,
.difficulty-btn,
.time-btn {
  background-color: #f8fafc !important;
}

.dark-mode .org-currency-btn2 {
  background-color: #3e494b !important;
  color: #fff;
}
.org-currency-btn2 path,
.org-form-btn path {
  fill: #495057;
}
.dark-mode .org-currency-btn2 path,
.dark-mode .org-form-btn path {
  fill: #fff;
}

.dark-mode .org-currency-btn {
  background-color: #403a53 !important;
  color: #fff;
}

.dark-mode .difficulty-btn,
.dark-mode .time-btn {
  background-color: #474747 !important;
  color: #fff;
}

.org-currency-btn path {
  fill: #495057;
}
.dark-mode .org-currency-btn path {
  fill: #fff;
}

.org-email-btn {
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
  background-clip: padding-box;
  border-radius: 4px;
  color: #fff;
  padding: 8px 16px 8px 16px;
  line-height: 100%;
  letter-spacing: 1px;
  border: solid 1.5px transparent;
  transition: all 0.1s ease-in;
  display: inline-block;
  cursor: pointer;
}

.dark-mode .licenses-card .org-email-btn {
  background-color: #20282a !important;
  color: #fff;
}
.dark-mode .renew-card .org-email-btn {
  background-color: #1d192a !important;
  color: #fff;
}

.licenses-card .org-email-btn {
  background-color: #fff !important;
  color: #495057;
}
.renew-card .org-email-btn {
  background-color: #fff !important;
  color: #495057;
}

.org-email-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1.5px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.org-buy-btn,
.org-badge-new-btn {
  transition: all 0.1s ease-in;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  padding: 9.5px 17.5px 9.5px 17.5px;
  line-height: 100%;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(
    to bottom,
    #ffa330,
    #ff9346,
    #ff8559,
    #fb7a6a,
    #f07379
  );
}

.org-badge-new-btn {
  background: linear-gradient(to bottom, #7bbb70, #67ad5b);
}

.org-buy-btn:hover {
  box-shadow: 0px 0px 12px 0px rgba(242, 168, 81, 0.6);
}

.org-badge-new-btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(103, 173, 91, 0.6);
}
#cc-flipper {
  cursor: pointer;
}

#cc-flipper path {
  transition: all 0.6s ease-in;
  transform-origin: center;
}

.cc-flipper-toggle {
  transform: rotate(0.5turn);
}

.org-padding {
  padding: 2.5rem;
}

.nav-icon {
  padding: 0.1rem 0.4rem;
}

.name-col2 {
  width: 100%;
}

.name-col3 {
  width: 40%;
}

.stat-col {
  width: 100px;
}

/* Media Query*/
@media only screen and (max-width: 540px) {
  .alert-message {
    padding: 1rem;
  }
}

@media only screen and (max-width: 692px) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .beta-badge {
    top: 20px;
  }
  .language-banner {
    right: 16px;
    left: 16px;
    bottom: 16px;
    border-radius: 8px;
  }
  .certs-col,
  .certs-col2,
  .stat-col {
    display: none;
  }
  .name-col2,
  .name-col3 {
    width: 175px;
  }
  .assignment-col,
  .assignment-col2 {
    width: 320px;
  }
  #license-info {
    width: 70%;
  }
  .admin-col {
    display: none;
  }
  .db-width-fix {
    width: calc(100%) !important;
  }
  .org-currency-btn svg,
  .org-currency-btn2 svg {
    display: none;
  }
  #code-copy-btn {
    margin-left: 0.5rem;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.credit-card {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  aspect-ratio: 16/9;
  background: rgb(117, 86, 249);
  background: radial-gradient(
    ellipse at top right,
    rgba(117, 86, 249, 1) 10%,
    rgba(60, 221, 173, 1) 90%
  );
  padding: 42px 58px;
}

@media only screen and (max-width: 1436px) {
  .renew-card {
    margin-bottom: 30px !important;
  }
  .name-col3 {
    width: 175px;
  }
  .assignment-col {
    width: 320px;
  }
  .users-table {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 1140px) {
  .online-col,
  .completions-col {
    display: none !important;
  }

  .org-padding {
    padding: 1.5rem 0 1.5rem 0;
  }
  #usr-profile {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1320px) {
  .name-col {
    width: 175px;
  }
  .email-col {
    width: 300px;
  }
  .templates-col {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1092px) {
  .org-info {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-c {
    margin-bottom: 0 !important;
  }
}

.db-width-fix {
  width: calc(100%) !important;
}

/* assignment dashboard D3 graph*/

.dark-mode .graph g rect,
.dark-mode .graph g circle {
  fill: #20282a;
}

.dark-mode .graph g path {
  color: #364b51;
}

/* assignment */

#mySearch {
  border-radius: 4px;
  border: none !important;
  outline: none;
  height: 26px !important;
  margin-right: 8px;
  padding-left: 32px;
  background: url("//assets.pentesterlab.com/newdesign/imgs/icons/search-icon.svg")
    center left no-repeat;
  background-color: #e8e8e8 !important;
  color: #495761;
}

.badge-search {
  position: sticky;
  top: 0px;
  background-color: #f8fafc;
  border-bottom: 1px solid #ced4da;
}

.dark-mode .badge-search {
  background-color: #3e494b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#custom-cp,
#custom-cp-bg {
  width: 64px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #ced4da;
}

.dark-mode #custom-cp,
.dark-mode #custom-cp-bg {
  width: 64px;
  height: 32px;
  cursor: pointer;
  border: none;
}

.dark-mode #chain-icon-sm path {
  stroke: #fff;
}

/* highlight.js light theme */

.hljs {
  color: #383a42 !important;
  background: #fafafa !important;
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7 !important;
  font-style: italic !important;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #a626a4 !important;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649 !important;
}

.hljs-literal {
  color: #0184bb !important;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #50a14f !important;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #986801 !important;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2 !important;
}

.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #c18401 !important;
}

.hljs-emphasis {
  font-style: italic !important;
}

.hljs-strong {
  font-weight: bold !important;
}

.hljs-link {
  text-decoration: underline !important;
}

/* highlight.js dark theme */

.dark-mode .hljs {
  color: #abb2bf !important;
  background: #282c34 !important;
}

.dark-mode .hljs-comment,
.dark-mode .hljs-quote {
  color: #5c6370 !important;
  font-style: italic !important;
}

.dark-mode .hljs-doctag,
.dark-mode .hljs-keyword,
.dark-mode .hljs-formula {
  color: #c678dd !important;
}

.dark-mode .hljs-section,
.dark-mode .hljs-name,
.dark-mode .hljs-selector-tag,
.dark-mode .hljs-deletion,
.dark-mode .hljs-subst {
  color: #e06c75 !important;
}

.dark-theme .hljs-literal {
  color: #56b6c2 !important;
}

.dark-mode .hljs-string,
.dark-mode .hljs-regexp,
.dark-mode .hljs-addition,
.dark-mode .hljs-attribute,
.dark-mode .hljs-meta .hljs-string {
  color: #98c379 !important;
}

.dark-mode .hljs-attr,
.dark-mode .hljs-variable,
.dark-mode .hljs-template-variable,
.dark-mode .hljs-type,
.dark-mode .hljs-selector-class,
.dark-mode .hljs-selector-attr,
.dark-mode .hljs-selector-pseudo,
.dark-mode .hljs-number {
  color: #d19a66 !important;
}

.dark-mode .hljs-symbol,
.dark-mode .hljs-bullet,
.dark-mode .hljs-link,
.dark-mode .hljs-meta,
.dark-mode .hljs-selector-id,
.dark-mode .hljs-title {
  color: #61aeee !important;
}

.dark-mode .hljs-built_in,
.dark-mode .hljs-title.class_,
.dark-mode .hljs-class .hljs-title {
  color: #e6c07b !important;
}

.dark-mode .hljs-emphasis {
  font-style: italic !important;
}

.dark-mode .hljs-strong {
  font-weight: bold !important;
}

.dark-mode .hljs-link {
  text-decoration: underline !important;
}
