.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;
}
.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;
}
.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;
  }
}

.card-box {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background-color: var(--v2-surface, #fff);
  border: 1px solid var(--v2-border, rgba(0,0,0,0.08));
  border-radius: 10px;
  margin: 0px 0px 30px 0px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: all ease 0.3s;
}
.dark-mode .card-header {
  background-color: #2222;
  border: 1px solid #333;
}
.card-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.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-position {
  position: absolute;
  z-index: 10;
  bottom: 8px;
  left: 8px;
}

.card-box .thumb .completed {
  transform: rotate(45deg);
  color: #fff;
  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: linear-gradient(135deg, #7556F9, #3CDDAD);
}
.card-box .thumb .coming {
  transform: rotate(45deg);
  color: #fff;
  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: linear-gradient(135deg, #EBFF00, #f6d365);
  color: #1a1a2e;
}
.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: 16px 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: var(--v2-text, #eee);
}
.dark-mode .card-box .des ul li i {
  color: var(--v2-text-muted, #aaa);
}

.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 {
}
.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;
}

.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;
  } */
}
.dark-mode .card-box {
  background-color: var(--v2-surface, #222);
  border: 1px solid var(--v2-border, rgba(255,255,255,0.08));
  box-shadow: none;
}
.dark-mode .card-box:hover {
  box-shadow: 0 0 20px rgba(117,86,249,0.15);
}
.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 {
}
.top-notify.coming {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.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;
}
.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 */

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

.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;
}

.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: var(--v2-text, #000);
}
.pro-btn-orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa330),
    color-stop(#ff9346),
    color-stop(#ff8559),
    color-stop(#fb7a6a),
    to(#f07379)
  );
}
.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,

/* no-hvr utility - prevent hover text decoration */
.no-hvr:hover { text-decoration: none !important; }

