@charset "utf-8";

/* Color the world */
.red {
  color: #f00000;
}

.orange {
  color: #ff7a00;
}

.yellow {
  color: #d3d300;
}

.green {
  color: #0cbe00;
}

.blue {
  color: #0000ff !important;
}

.white {
  color: #ffffff;
}

.grey {
  color: #8a8a8c;
}

.black {
  color: #000000;
}

/* // BASICS */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #232323;
  margin-bottom: 25px;
}

.blue-home-box .row {
  display: flex !important;
  align-items: center;
}

/* @media (min-width: 825px) {
  .container {
    width: 825px;
  }
} */

/* @media (min-width: 1065px) {
  .container {
    width: 1065px;
  }
} */

.gap-10px {
  gap: 13px;
}

@media (min-width: 1285px) {
  .container {
    width: 1285px;
  }
}

@media (min-width: 1441px) {
  .container {
    width: 1440px;
  }
  .padding-right-50px {
    padding-right: 50px;
  }
}

.home-container {
  background: url("/img/home-bg02.jpg") no-repeat right center;
  background-size: 68%;
}

.blue-home-box {
  width: 100%;
  min-height: auto;
  background: blue;
}

@media (max-width: 825px) {
  .home-container {
    padding-bottom: 30px;
  }

  .side_popup {
    width: 100%;
  }
}

@media (max-width: 1065px) {
  .home-container {
    background: none;
  }

  .blue-home-box {
    background: blue;
  }

  .w-full {
    width: 100%;
  }
}

@media (max-width: 1285px) {
  .home-container {
    background-size: 82.5%;
  }
}

.bg-image {
  background: url("/img/home-bg03.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header,
.header-transparent {
  background: transparent;
}

@media (max-width: 1065px) {
  .bg-image {
    background: none;
  }

  .header {
    background: #fff;
  }
}

@media (max-height: 700px) {
  /* @MODIFY: Home bg image */
  .bg-image {
    background: none;
  }

  .header {
    background: #fff;
  }
}

img.header-logo {
  width: 200px;
}

.content-md,
.content-sm {
  min-height: 900px;
}

.space-top {
  margin-top: 50px;
}

.space-top-20 {
  margin-top: 20px;
}

a,
a:focus,
a:active,
a:hover {
  color: #0000ff;
}

/*.content-sm a, a:focus, a:active, a:hover {
    color: #0000ff;
}*/

.required:after {
  content: " *";
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.no-highlight:hover,
.no-highlight:focus {
  text-decoration: none;
}

.clickme {
  cursor: pointer;
}

/* BASICS // */

/* // TYPO */
.fontXXS {
  font-size: 10px;
}

.fontXS {
  font-size: 11px;
}

.fontS {
  font-size: 12px;
}

.fontM {
  font-size: 13px;
}

.fontL {
  font-size: 14px;
}

.fontXL {
  font-size: 15px;
}

.fontXXL {
  font-size: 16px;
}

h1,
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

h3,
h4,
h5 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: normal;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
  color: #606060;
}

h1.jumbo {
  font-size: 57px;
  margin-top: 40px;
  margin-bottom: 35px;
}

h1.left {
  text-align: left !important;
}

@media (max-width: 1065px) {
  h1.jumbo {
    font-size: 47px;
    /*margin-top: 6%;*/
  }
}

@media (max-width: 650px) {
  h1.jumbo {
    font-size: 67px;
    text-align: center;
    /*margin-top: 6%;*/
  }

  .button-box {
    text-align: center;
  }
}

@media (max-width: 550px) {
  h1.jumbo {
    font-size: 52px;
    text-align: center;
    /*margin-top: 6%;*/
  }
}

@media (max-width: 350px) {
  h1.jumbo {
    font-size: 42px;
    text-align: center;
    /*margin-top: 6%;*/
  }
}

h1.tenderpage {
  font-size: 14px;
  margin: 0;
  color: #606060;
}

/* TYPO // */

/* // HEADER */
.navbar-brand {
  margin-right: 34px;
}

.header .topbar ul.loginbar {
  padding-inline-start: 0;
}

.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 13px;
  text-decoration: none;
}

ul.dropdown-menu {
  margin-top: -10px !important;
  margin-left: 0px !important;
  border: 1px solid #ccc !important;
}

.tags-actions ul.dropdown-menu {
  margin-top: -21px !important;
  margin-left: -180px !important;
  border: 1px solid #ccc !important;
}

.loginbar .dropdown-menu {
  margin-left: -18px !important;
  border: 1px solid #ccc !important;
}

.loginbar .dropdown > a:after {
  top: 2px;
  right: -13px;
}

.loginbar .dropdown-menu {
  min-width: 100px;
}

@media (max-width: 991px) {
  ul.dropdown-menu {
    margin-top: 0 !important;
    /* border: none !important; */
  }

  .blue-home-box .row {
    flex-direction: column;
  }

  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .navbar-brand {
    margin-right: 0;
    padding-right: 0;
  }
}

input#gsearch {
  /* Menu input md+lg only */
  width: max-content;
  border: none;

  font-size: 14px;
  padding: 0 0 0 3px;
  outline: none;
  display: none;
  /* toggled to 'block' by jQuery */
}

input#gsearch2 {
  width: 120px;
  border: none;
  border-bottom: 1px solid silver;
  font-size: 14px;
  margin-left: 6px;
  padding: 0 0 0 3px;
  outline: none;
  display: inline-block;
}

img#gsearch-icon {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 10px;
}

/* HEADER // */

/* // FOOTER */
.wrapper {
  padding-bottom: 40px;
}

.footer {
  position: absolute;
  padding-bottom: 38px;
  width: 100%;
  height: 28px;
  background-color: #ffffff;
  /* padding-top: 100px; */
  color: #7c8082;
}

.footer .flex-grid {
  display: flex;
}

.footer .flex-grid div {
  margin: auto;
  text-align: center;
}

.footer .col-xs-2 {
  padding: 0;
}

.footer i {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 1.35em;
}

.footer .fa-facebook {
  top: 2px;
  font-size: 1.25em !important;
}

.footer a:hover,
.footer a:visited,
.footer a:active,
.footer a:focus {
  color: #7c8082;
  text-decoration: none;
}

.copyright {
  color: #b8b8b8;
}

@media (max-width: 991px) {
  .footer {
    /*position: inherit;*/
    height: 80px;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer {
    height: 100px;
  }
}

/* FOOTER // */

/* // COOKIE-HINT */
.cookie-hint {
  position: absolute;
  bottom: 57px;
  width: 100%;
  z-index: 1000;
}

.cookie-hint > div {
  text-align: center;
  padding: 20px 8px;
  background-color: #f0f0f0;
  font-size: 14px;
  height: 90px;
}

@media (max-width: 990px) {
  .cookie-hint {
    bottom: 100px;
  }

  .cookie-hint > div {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .cookie-hint {
    bottom: 0;
  }

  .cookie-hint > div > div {
    display: inherit;
  }
}

@media (max-width: 550px) {
  .cookie-hint {
    bottom: 0;
  }

  .cookie-hint > div {
    height: 120px;
  }
}

/*
.cookie-hint {
    width: 100%;
    padding: 8px;
    background-color: #f0f0f0;
    text-align: center;
    position: absolute;
    top: 700px;
    z-index: 1000;
}
@media (max-width: 650px) { .cookie-hint { top: 750px; } }
@media (max-width: 590px) { .cookie-hint { top: 840px; } }
@media (max-width: 550px) { .cookie-hint { top: 740px; } }
*/

.cookie_hint a {
  color: #ffffff;
  text-decoration: underline;
}

.btn-cookie-user {
  background-color: transparent !important;
  border-color: blue !important;
  color: blue !important;
  margin: 10px 10px 10px 50px;
}

.btn-cookie-all {
  background-color: blue !important;
  color: white !important;
  margin: 10px;
  border: none !important;
}

/* COOKIE-HINT // */

/* // BLURRY-HINT */
.blurry-hint-home-wrapper {
  position: sticky;
  align-self: flex-start;
  top: 20px;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.blurry-hint-home {
  position: absolute;
  min-width: 550px;
  max-width: 600px;
  background-color: white;
  margin-top: 200px;
  z-index: 1000;
  padding: 40px 60px;
  border: 1px solid silver;
  box-shadow: 0 0 12px grey;
}

.blurry-hint-wrapper {
  display: flex;
  justify-content: center;
  z-index: 999;
}

.blurry-hint {
  position: absolute;
  min-width: 550px;
  max-width: 600px;
  background-color: white;
  margin: 0;
  z-index: 1000;
  padding: 40px 60px;
  border: 1px solid silver;
  box-shadow: 0 0 12px grey;
}

.blurry-hint-agenda {
  top: 450px;
}

@media (max-width: 990px) {
  .blurry-hint-agenda {
    top: 550px;
  }
}

@media (max-width: 600px) {
  .blurry-hint {
    max-width: 450px;
    min-width: 450px;
  }

  .blurry-hint-home {
    max-width: 450px;
    min-width: 450px;
  }
}

@media (max-width: 500px) {
  .blurry-hint {
    max-width: 380px;
    min-width: 380px;
    padding: 30px 35px;
  }

  .blurry-hint-home {
    max-width: 380px;
    min-width: 380px;
    padding: 30px 35px;
  }

  .blurry-hint-agenda {
    top: 650px;
  }
}

@media (max-width: 400px) {
  .blurry-hint {
    max-width: 330px;
    min-width: 330px;
    padding: 30px 25px;
  }

  .blurry-hint-home {
    max-width: 330px;
    min-width: 330px;
    padding: 30px 25px;
  }
}

@media (max-width: 350px) {
  .blurry-hint {
    max-width: 300px;
    min-width: 300px;
    padding: 25px 15px;
  }

  .blurry-hint-home {
    max-width: 300px;
    min-width: 300px;
    padding: 25px 15px;
  }

  .blurry-hint-agenda {
    top: 750px;
  }
}

@media (max-width: 300px) {
  .blurry-hint {
    max-width: 250px;
    min-width: 250px;
  }

  .blurry-hint-home {
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-height: 900px) {
  .blurry-hint-home {
    margin-top: 120px;
  }
}

@media (max-height: 800px) {
  .blurry-hint-home {
    margin-top: 0;
  }
}

#feature-list-seo {
  margin-bottom: 20px;
  text-align: left;
  font-size: 19px;
  padding-left: 0;
}

#feature-list-seo > li {
  list-style-type: none;
  background: url("/img/checkmark_s.png") no-repeat 0 10%;
  padding: 0 0 16px 20px;
  color: #aaaaaa;
}

/* BLURRY-HINT // */

/* // FORMS */
#toggle-filter {
  color: #606060;
}

.btn {
  background: transparent;
  border: 1px solid #8a8a8c;
  /* margin-right: 6px; */
  color: #000;
  font-size: 14px;
}

.btn-blue {
  border: 1px solid #0000ff;
  color: #0000ff;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #0000ff;
}

.tag-box {
  padding: 10px 20px;
}

.tag-box-v8 {
  border: solid 1px #eee;
}

.tag-box p {
  margin: 15px 0;
}

label {
  font-weight: inherit;
  user-select: none;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 3px;
    margin-bottom: 2px;
  }
}

.form-control {
  height: 32px;
  padding: 3px;
  border-color: #e0e0e2;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit !important;
}

.form-control:focus {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5 !important;
  color: #f0f0f2;
}

.formspacer {
  height: 20px;
}

.input-group-addon {
  padding: 0 3px;
  border-color: #e0e0e2;
  border-top: none;
  border-right: none;
  border-radius: 0;
  background-color: #ffffff;
}

.input-group .form-control {
  border-left: none;
}

select:focus {
  outline-width: 0;
}

.help-block {
  color: #a0a0a2;
  margin-top: 0;
}

.date-time-element input,
.date-time-element select {
  padding-right: 5px;
}

.date-time-element input:focus {
  background-color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  color: #c0c0c2;
}

.form-control:-moz-placeholder {
  color: #c0c0c2;
}

.form-control::-moz-placeholder {
  color: #c0c0c2;
}

.form-control:-ms-input-placeholder {
  color: #c0c0c2;
}

#message::placeholder {
  color: #c0c0c2;
}

/* FORMS // */

/* // MULTISELECT/SOL OVERRIDE */
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  border: none;
  border-bottom: 1px solid #e0e0e2;
}

.sol-inner-container {
  border: none;
  border-bottom: 1px solid #e0e0e2;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sol-caret-container .sol-caret {
  border-top: 4px solid #a9a9ab;
}

/* MULTISELECT OVERRIDE // */

/* // COMMON */
.disabled,
.disabled * {
  /* background-color: #ffffff; */
  color: #f0f0f2;
}

.no-border {
  border: 0;
}

.clonemaster {
  display: none;
}

.forbidden {
  cursor: not-allowed;
  color: #ababab;
}

.invitation-row {
  margin: 15px 0 !important;
  padding: 25px;
  background-color: #f0f0f0;
}

.spaced-line {
  border-bottom: 1px solid #232323;
  margin-top: 15px !important;
}

/* COMMON // */

/* // FEATURE LIST (BULLET POINTS) */
#feature-list {
  text-align: left;
  font-size: 16px;
  padding-left: 0;
}

#feature-list > li {
  list-style-type: none;
  background: url(/img/icons/slim-check-light-gray.svg) no-repeat 0px 3px;
  padding: 0px 0 8px 25px;
  background-size: 14px 14px;
  color: #999999;
}

/* FEATURE LIST (BULLET POINTS) // */

/* // VIDEO */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.video-row {
  margin-bottom: 55px;
}

.video-trailerbox {
  padding: 0 15px 0 0;
}

.video-imagebox-list {
  padding: 0 15px;
}

.video-textbox {
  padding-left: 40px;
  padding-right: 20px;
}

.video-textbox p {
  color: #606060;
}

.centerbox {
  text-align: center;
  align-content: center;
  vertical-align: middle;
  _height: 100% !important;
  _margin-top: 25%;
  _margin-bottom: 25%;
}

.video-reviewbox {
  padding-top: 15px;
  font-size: 20px;
  color: #aaaaaa;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.video-review-arrow {
  font-size: 48px;
  color: #c0c0c0;
  cursor: pointer;
  padding: 0;
}

video#player {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media (max-width: 990px) {
  .video-row {
    margin-bottom: 20px;
  }

  .video-textbox {
    padding: 15px 20px 30px 20px;
  }

  .video-trailerbox {
    padding: 0;
  }

  .video-imagebox-list {
    padding: 0 15px;
  }

  .video-reviewbox {
    padding-top: 0;
  }

  .centerbox {
    margin-top: 5%;
    margin-bottom: 2%;
  }
}

.video-textbox h2 {
  color: #0000ff;
  font-size: 20px;
  margin-bottom: 20px;
}

.video-sectionbox-side {
  position: absolute;
  height: 100%;
  width: 95%;
}

.video-sectionbox {
  overflow-y: scroll;
  border: 1px solid lightgrey;
  padding: 10px 15px;
  color: #606060;
}

.video-sectionbox p {
  color: #606060;
}

.video-sectionbox::-webkit-scrollbar {
  width: 7px;
}

.video-sectionbox::-webkit-scrollbar-track {
  background-color: transparent;
}

.video-sectionbox::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: darkgray;
}

.video-descriptionbox {
  _padding-right: 30px;
  font-size: 14px;
  color: #606060;
}

.video-descriptionbox p {
  padding-bottom: 10px;
  color: #606060;
}

.video-descriptionbox li {
  color: #606060;
}

.buy-video-wrapper {
  display: inline-block;
  position: relative;
  min-width: 250px;
}

.buy-video-btn-flag {
  background: #ffffff;
  color: #0000ff;
  padding: 1px 4px;
  font-size: 10px;
  border-radius: 3px;
  border: 1px solid #0000ff;
  position: absolute;
  top: -11px;
  right: 10px;
}

.buy-video-btn-blue {
  background: #0000ff;
  padding: 10px 25px 8px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #0000ff;
  text-align: left;
}

.buy-video-btn-blue a {
  color: #ffffff;
}

.buy-video-btn-blue a:hover {
  text-decoration: none;
}

.buy-video-btn-white {
  margin-top: 20px;
  background: transparent;
  padding: 7px 12px 5px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #0000ff;
  text-align: center;
  width: 100%;
}

.buy-video-btn-white a {
  color: #0000ff;
}

.buy-video-btn-white a:hover {
  text-decoration: none;
}

.buy-video-sublink-wrapper {
  margin-top: 15px;
}

.buy-video-sublink {
  width: 49%;
  display: inline-block;
}

.buy-video-sublink a {
  color: #7c8082;
  font-size: 13px;
  text-decoration: underline;
}

/* VIDEO // */

/* // BLOG */
.news-v3 * {
  /*color: #232323 ! important;*/
  margin-bottom: 22px !important;
}

h1.bloglist {
  font-size: 14px;
}

.news-v3 img {
  /* No margin between credits and image */
  margin-bottom: 0 !important;
}

.blogpost p {
  font-size: 13px;
  text-align: justify;
}

.blogpost li {
  font-size: 13px;
  margin-bottom: 8px !important;
}

.blogpost h1,
.blogpost h2,
.blogpost h3,
.blogpost h4,
.blogpost h5 {
  margin-top: 35px;
}

.blogpost h1 {
  text-transform: uppercase;
}

.blogpost h2 {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 40px;
  text-transform: none;
}

.blogpost h3 {
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 36px;
  text-transform: none;
}

.image-credits {
  color: #9b9b9b !important;
  font-size: 11px;
  text-align: right;
  padding-right: 2px;
}

/* BLOG // */

/* // FAQ */
.faq-question {
  cursor: pointer;
}

.faq-answer {
  display: none;
}

/* FAQ // */

/* Helpers */

.tender-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tender-grid-item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.hidden-text {
  visibility: hidden;
  margin-top: 5px;
  font-size: 13px;
  color: #3a07f7;
  display: block;
  font-weight: 400;
}

.tender-grid-item:hover .hidden-text {
  visibility: visible;
}

.tender-grid-item:hover {
  text-decoration: none;
  color: #3a07f7;
  border-color: #3a07f7;
}

.tender-grid-item:focus {
  text-decoration: none;
}

.template-grid-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.template-grid-item {
  color: #000;
}

.template-grid-item {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* align-items: center; */
}

.template-grid-item:hover {
  text-decoration: none;
  color: #3a07f7;
  border-color: #3a07f7;
}

.template-grid-item:focus {
  text-decoration: none;
}

.template-grid-item img {
  height: 70px;
  width: 70px;
}

.template-grid-icon {
  height: 70px;
  width: 61px;
  background-size: contain;
  background-repeat: no-repeat;
}

.existing-form-icon {
  background: url(/img/icons/existing-template-form.svg) no-repeat center /
    contain;
}

.template-grid-item img:hover {
  fill: red;
}

.text-center {
  text-align: center;
}

.btn-blue {
  background: #0202fc;
  color: white;
  border-color: #0202fc;
  border-radius: 5px;
  padding: 5px 40px;
}

.btn-blue:hover,
.btn-blue:focus {
  color: white;
  background: #3838ff;
}

.info-span {
  color: #3838ff;
}

.width-80-px {
  width: 80px;
}

.gap-20 {
  gap: 20px;
}

.gap-15 {
  gap: 15px;
}

.flex-baseline {
  align-items: baseline;
}

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

.mt-2 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-08 {
  margin-left: 8px;
}

.ml-neg-7px {
  margin-left: -7px !important;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pr-5px {
  padding-right: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.w-30 {
  width: 30%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-auto {
  width: auto;
}

.review-text p {
  line-height: 35px;
  text-align: center;
}

.body-content {
  border-top: 1px solid #000;
  padding-top: 16px;
}

/* CSS for the .steps div */
.steps {
  position: relative;
  /* Initially positioned relative */
  /* margin-left: 8px; */
}

.fixed {
  position: fixed;
  /* position: sticky; */
  z-index: 100 !important;
  /* top: 20px; */
  top: 27px;
  width: 100%;
  /* max-width: 190px; */
  max-width: 189px;
}

.fixed-full {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 1000;
}

.fixed-2 {
  position: fixed;
  top: 20px;
  width: 100%;
  max-width: 200px;
}

/* Helpers */

/* Tender Status Timeline */

.step {
  padding: 15px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.v-stepper {
  position: relative;
}

/* regular step */
.step .circle {
  background-color: white;
  border: 1px solid #1528e5;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #1528e5;
  font-size: 13px;
  position: relative;
}

.step .line {
  top: 24px;
  left: 10px;
  height: calc(100% + 3px);
  position: absolute;
  border-left: 1px solid #1528e5;
}

.step.completed .circle {
  visibility: visible;
  background-color: #1528e5;
  border-color: #1528e5;
}

.step.completed .circle::before {
  content: "";
  background-image: url("/img/icons/slim-check.svg");
  background-size: cover;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  color: white;
}

.step.incomplete .circle {
  visibility: visible;
  background-color: #1528e5;
  border-color: #1528e5;
}

.step.incomplete .circle::before {
  content: "";
  background-image: url("/img/icons/cross_icon.svg");
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  color: white;
}

.step.active .circle::before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  transform: translate(-50%, 10%);
  background: #1528e5;
}

.step.completed .line {
  border-left: 2px solid #1528e5;
}

.step.active .circle {
  visibility: visible;
  border-color: #1528e5;
}

.step.empty .circle {
  visibility: hidden;
}

.step.empty .line {
  top: 0;
  height: 150%;
}

.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1;
}

.status-timeline-content {
  margin-left: 20px;
  display: inline-block;
}

.status-timeline-content .tender-status,
.status-timeline-content .tender-review-status,
.status-timeline-content .tender-form-review-status {
  color: #848484;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

span.tender-timeline-label {
  font-size: 14px;
}

.step:first-child {
  padding-top: 0;
}

/* Tender Status Timeline */

.button-container {
  display: flex;
  flex-direction: column;
}

.d-flex {
  display: flex !important;
}

.button-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.custom-button {
  width: 48%;
  border-radius: 50px;
  padding: 4px 20px;
}

.full-width {
  width: 100%;
}

.btn-blue-outline {
  border-color: #1528e5 !important;
  color: #1528e5 !important;
  border-radius: 50px;
  padding: 3px 18px;
  padding-left: 17px;
}

.flaoting-info-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -35px;
  margin-right: -20px;
}

.status-timeline-content ul li {
  margin-top: 15px;
  word-break: break-word;
}

.tender-create-line {
  top: 24px;
  left: 10px;
  height: 300px;
  position: absolute;
  border-left: 2px solid #1528e5;
}

.status-timeline-content ul {
  list-style: none;
  padding-left: 20px;
}

.small-information-box {
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px;
  display: none;
  color: #5f5f5f;
}

.form-input-style {
  font-size: inherit !important;
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 0px 10px;
  border-bottom: none;
  height: 32px;

  outline: none;
  border: none;
  border-radius: 3px;
}

.form-input-style:focus {
  background-color: #e7e7e7;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.ar-input-container {
  display: flex;
  flex-direction: column;
}

.ar-input-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.ar-custom-input {
  width: 50%;
}

.small-section-heading {
  color: black;
}

.small-section-heading small {
  margin-left: 10px;
  font-weight: 500;
}

.ar-custom-select {
  padding: 0px 10px;
}

.ar-checkbox {
  display: inline-block;
  margin-right: 20px;
}

.col-4-grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  /* Gap between grid items */
}

.grid-col-flow {
  grid-auto-flow: column;
  grid-template-rows: repeat(4, minmax(20px, 1fr));
}

.art-type-grid-item {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
}

/* Form Elements */

.hide {
  display: none;
  transition: 0.5s;
}

.justify-center {
  justify-content: center;
}

.h-pad-40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Define the spinning animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

/* Apply the animation to the 'rotating' class */
.rotating {
  animation: spin 1s infinite linear;
  /* Adjust the animation duration and timing here */
}

/* .circle-step {
    background-color: white;
    border: 1px solid #1528e5;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    color: #1528e5;
    font-size: 12px;
} */

.circle-step {
  background-image: url(/img/icons/empty-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: #1528e5;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}

.submissions-table.myTable.dataTable .circle-step {
  padding: 2px 2px 1px 1px !important;
}

.vote-step {
  cursor: pointer;
  display: flex;
  gap: 5px;
  border: 1px solid grey;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 80px;
  height: 22px;
  color: #1528e5;
  /* margin-bottom: 10px; */
  font-size: 12px;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
}

/* .not-voted-step {
  border: 1px solid grey;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  color: grey;
  margin-bottom: 10px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px !important;
} */

.not-voted-step,
.empty-judge-step,
.not-judge-vote-step {
  border: 1px solid grey;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  color: grey;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
  background-color: white;
}

.yes-judge-step {
  border: 1px solid #24b966;
  background-color: #24b966;
  color: white;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.maybe-judge-step {
  border: 1px solid #edbf3c;
  background-color: #edbf3c;
  color: white;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.no-judge-step {
  border: 1px solid #e91c3b;
  background-color: #e91c3b;
  color: white;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.submissions-search-bar {
  background: #fff;
  outline: none;
  border: 1px solid #5f5f5f;
  padding: 4px 35px 4px 15px;
  border-radius: 50px;
  width: 100%;
}

.search-container {
  position: relative;
  display: inline-block;
  min-width: 45%;
  flex: 0.4;
}

.search-icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 15px;
  /* Adjust the distance from the right edge */
  transform: translateY(-50%);
  color: #999;
  /* Adjust the color of the icon */
  pointer-events: none;
  /* Allows clicking through the icon to the input */
}

.submissions-header {
  padding: 8px 5px 13px 0px;
  border-bottom: 1px solid #5f5f5f29;
  justify-content: space-between;
  align-items: center;
}

.submissions-header .left-elements {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 13px;
}

.submissions-search-bar::placeholder {
  color: #232323;
}

.advanced-search-btn {
  background: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 50px;
  padding: 4px 15px;
}

.active-btn {
  border: 1px solid blue;
  color: blue;
}

.advanced-search-btn img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

.action-icons {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #888;
  gap: 7px;
  margin-right: 0;
  position: relative;
}

.tags-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 175px;
  gap: 10px;
}

.details-control,
.external-link-btn,
.actions-menu,
.edit-tags-btn {
  cursor: pointer;
}

/* Menu dots icon with dynamic color using CSS mask */
.menu-dots-mask {
  display: inline-block;
  width: 22px;
  height: 18px;
  background-color: var(--menu-dots-color, #6e6e6e);
  -webkit-mask-image: url("/img/icons/menu-dots.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("/img/icons/menu-dots.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.edit-tags-btn {
  position: relative;
}

.form-submissions-header-menu {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 30px;
}

.active-menu-item {
  color: blue;
}

.inactive-menu-item {
  color: #888;
}

.form-submissions-header-menu li {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.form-submission-data-content {
  display: none;
}

.active-tab {
  display: block;
}

.form-submission-data-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.submission-data-sm-section:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 9px;
}

.submission-data-sm-section p {
  margin: 10px 0px;
}

li.dropdown {
  list-style: none;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 20px;
}

.gap-3 {
  gap: 30px;
}

.gap-4 {
  gap: 40px;
}

.gap-5 {
  gap: 50px;
}

.f-col {
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.f-1 {
  flex: 1;
}

.heading-container .title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.heading-container .black-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.heading-container {
  display: flex;
  align-items: center;
}

.heading-help-icon {
  margin-left: 10px;
  /* Adjust as needed */
}

.heading-container .title::after {
  /* content: '';
    flex: 1;
    border-bottom: 1px solid #3838ff;
    margin-left: 10px;
    transform: translateY(-50%); */
}

.j-space-between {
  justify-content: space-between;
}

.circle-step:hover {
  background-color: #1528e5;
  color: white;
  cursor: pointer;
}

.yes-step-circle {
  background-color: #238a22;
  background-image: url(/img/icons/empty-yes-circle.svg);
  color: white;
  cursor: pointer;
}

.yes-step-circle img,
.no-step-circle img {
  filter: brightness(0) invert(1);
  /* Makes the image appear white */
}

.maybe-step-circle {
  background-color: #ffa51d;
  background-image: url(/img/icons/empty-maybe-circle.svg);
  color: white;
  cursor: pointer;
}

.no-step-circle {
  background-color: #fe2905;
  background-image: url(/img/icons/empty-no-circle.svg);
  color: white;
  cursor: pointer;
}

.active-circle {
  background-color: #1528e5;
  color: white;
}

.selected-circle {
  background-color: #1528e5;
  color: white;
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

.l-h-40 {
  line-height: 40px;
}

.text-center {
  text-align: center;
}

span.blue-text {
  color: blue;
}

#form-steps .step a {
  text-decoration: none;
  color: #000;
}

.details-control img,
.table-list-btn img,
.view-judges-scores-btn img {
  width: 12px;
  height: 12px;
}

.w-16 {
  /* width: 16px; */
  height: 16px;
}

.w-12 {
  width: 12px;
  height: 12px;
}

.custom-outline-btn {
  background: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 10px;
  margin-left: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

#roundRemoveModel .modal-content,
#confirmationModal .modal-content,
#confirmDeleteModal .modal-content,
#confirmDeleteJuryModal .modal-content,
#juryRoundError .modal-content,
#confirmDeleteSubmission .modal-content,
#cropModal .modal-content,
#draftTenderModal .modal-content,
#validationErrorModal .modal-content,
#paymentModal .modal-content,
#successModal .modal-content,
#errorModal .modal-content {
  border: 1px solid #d9d9d9;
  padding: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
}

#confirmDeleteModal .modal-header,
#confirmationModal .modal-header,
#confirmDeleteJuryModal .modal-header,
#juryRoundError .modal-header,
#confirmDeleteSubmission .modal-header,
#cropModal .modal-header,
#cropModal .modal-footer,
#draftTenderModal .modal-header,
#draftTenderModal .modal-footer,
#validationErrorModal .modal-footer {
  padding: 10px !important;
  border: none;
}

.custom-fade .modal-dialog {
  transform: translateY(0%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  will-change: transform;
}

.custom-fade.in .modal-dialog {
  opacity: 1;
  transform: translateY(0%);
}

.w-max-pad-10 {
  width: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.select-all-txt {
  width: max-content;
}

.select-style {
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  #evaluation-tag-dialog .modal-dialog {
    margin: 0px 0px;
  }
}

#evaluation-tag-dialog .modal-content {
  border: 1px solid #0000ff;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

.score-avg-btn {
  border-radius: 50px;
  background: white;
  border: 1px solid #1528e5;
  color: #1528e5;
  font-size: 14px;
  width: max-content;
  text-align: left;
  padding: 3px 15px;
}

.score-avg-vote-btn {
  border-radius: 10px;
  background: white;
  border: 1px solid #1528e5;
  color: #1528e5;
  font-size: 12px;
  width: max-content;
  text-align: left;
  padding: 5px 15px;
}

.tag-dialog-settings {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.empty-state-content {
  margin: 50px 0px;
}

hr.less-margin {
  margin: 15px 0px;
}

.comment .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment .body {
  margin: 10px 0px;
  font-style: italic;
}

.comment {
  margin-top: 20px;
}

.comment .header .right-aligned .delete-comment {
  cursor: pointer;
  background: url("/img/icons/close-grey-icon.svg");
  background-size: cover;
  height: 10px;
  width: 10px;
}

.right-aligned {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.comment .header .empty-comment-space {
  background: #fff;
  background-size: cover;
  height: 10px;
  width: 10px;
}

span.commenter-name {
  min-width: 111px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comment .header .time {
  color: #a5a5a5;
  font-size: 14px;
}

.flexed {
  display: flex;
}

.link-style {
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  /* Hide any content that overflows the container */
  text-overflow: ellipsis;
}

.link-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.plus-text {
  font-size: 13px;
  font-weight: bold;
}

.logo-section .logo-box img {
  width: 100%;
  border: 1px solid #d3d3d3;
}

.logo-section .logo-box img.transparent-logo {
  background: url(/img/sharing-logos/transparent-background.png);
  background-size: cover;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo-sharing-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#evaluation-tag-dialog::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

#evaluation-tag-dialog .modal-dialog {
  width: 300px !important;
}

.modal-dialog.tags-dialog {
  width: max-content !important;
  margin-left: 0px !important;
}

.btn-padding {
  padding: 5px 10px;
}

.tender-view h2 {
  color: #0202fc;
}

.tender-view .gray-text {
  color: #777777;
}

.max-content-btn {
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
}

.tender-view .button-row {
  justify-content: center;
  gap: 20px;
}

.head-info-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.top-banner {
  text-align: end;
}

.head-info-section .logo {
  height: 40px;
  width: max-content;
  border: 5px;
}

.tender-preview-menu-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  gap: 40px;
}

.tender-preview-menu-section ul li {
  display: inline-block;
  margin-right: 55px;
  cursor: pointer;
}

.tender-preview-menu-section ul li:hover {
  color: #0202fc;
}

.tender-preview-menu-section ul li:last-child {
  margin-right: 0;
  /* No margin after the last item */
}

/* Style for the scrollbar */
.custom-scrollbar {
  overflow-y: auto;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #919191 #f5f5f5;
  /* For Firefox */
  border: 1px solid #ccc;
  /* Example border */
  padding: 16px;
  /* Example padding */
}

/* Track */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  /* Width of the entire scrollbar */
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color of the scrollbar handle */
  border-radius: 10px;
  /* Roundness of the scrollbar handle */
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}

.custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tender-view-information {
  min-height: 600px;
  display: flex;
  /* padding: 0px 150px; */
  padding: 0px 0px;
  flex-direction: column;
}

.key-point {
  line-height: 25px;
}

.key-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.key-point p {
  color: black;
}

.key-point .segment {
  color: #5f5f5f;
}

/* Apply bottom padding only to the first item */
.view-section:first-child {
  padding-bottom: 30px;
  padding-top: 0;
  /* Ensure no top padding for the first item */
}

/* Apply both top and bottom padding to the rest of the items */
.view-section:not(:first-child) {
  padding: 30px 0px;
}

.view-section:not(:last-child) {
  border-bottom: 1px solid #aeaeae;
}

.key-points p {
  margin-bottom: 0px;
}

.key-points ul {
  list-style: none;
  padding: 0px;
}

.timeline-items {
  display: flex;
  gap: 30px;
}

.timeline-table {
  width: max-content;
  font-size: 14px !important;
}

.timeline-table td {
  padding: 3px 0px;
}

.timeline-table td + td {
  padding-left: 20px;
}

.jury-member p {
  margin: 10px 0px 0px 0px;
}

.jury-member {
  margin-bottom: 0px;
}

/* 3 dots menu --- Start */
.myDropDown,
.myDropDown * {
  margin: 0;
  padding: 0;
}

.myDropDown,
.myDropDown ul {
  list-style: none;
}

.myDropDown {
  padding: 5px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  position: absolute;
  min-width: 200px;
  right: 0;
  z-index: 5555;
}

.myDropdownContainer {
  display: none;
}

.myDropdownContainer.active {
  display: block;
}

.myDropDownItem {
  font-size: 14px;
}

.myDropDownItem:hover .subDropDown {
  max-height: 300px;
}

.myDropDownItem:hover .myDropDownItemSpan span {
  transform: rotate(90deg);
}

.myDropDownItemSpan span {
  transition: 0.3s all;
}

.myDropDownItemSpan {
  padding: 3px 10px;
  border-bottom: 1px solid rgb(238, 238, 238);
  transition: 0.3s all;
}

.myDropDownItemSpan:hover {
  background-color: #f5f5f5;
}

.subSpan {
  padding: 3px 20px;
  display: flex;
  font-weight: 300;
}

.myDropDownItem > span {
  display: flex;
  justify-content: space-between;
}

.subDropDown {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s all;
}

.myDropDown ul {
  /* padding: 0 10px; */
}

.myDropDown ul li {
  /* padding: 3px 0; */
}

.myDrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 555;
}

/* 3 dots menu --- End */

#myTable thead {
  height: 50px;
}

.mt-28 {
  margin-top: 28px;
}

.form-check-label {
  margin-bottom: 0px;
}

.show-preview-btn {
  border-radius: 50px;
}

.flex-center {
  align-items: center;
}

.custom-delete-icon {
  cursor: pointer;
  height: 10px;
  width: 10px;
}

#confirmDeleteJuryModal button.close {
  opacity: 1;
}

.tag-body hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

span.toggle-icon img {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.white-img {
  filter: brightness(0) invert(1);
}

input[type="radio"]:checked {
  background-image: url("/img/icons/radio_checked.svg");
  /* Path to your checked SVG */
  background-size: cover;
}

input[type="radio"] {
  appearance: none;
  width: 14px;
  /* Adjust width as needed */
  height: 14px;
  /* Adjust height as needed */
  background-image: url("/img/icons/radio_unchecked.svg");
  /* Path to your unchecked SVG */
  background-size: cover;
  cursor: pointer;
  margin: 0px;
  padding: 7px;
}

input[type="checkbox"]:checked {
  background-image: url("/img/icons/checkbox-checked.svg");
  /* Path to your checked SVG */
  background-size: cover;
  min-width: 14px;
  min-height: 14px;
}

input[type="checkbox"]:checked:disabled {
  background-image: url("/img/icons/checkbox-checked-disabled.svg");
  /* Different SVG for checked and disabled */
  background-size: cover;
  min-width: 14px;
  min-height: 14px;
}

input[type="checkbox"] {
  appearance: none;
  width: 14px !important;
  /* Adjust width as needed */
  height: 14px !important;
  /* Adjust height as needed */
  background-image: url("/img/icons/checkbox-unchecked.svg");
  /* Path to your unchecked SVG */
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 0px;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}

.accordion {
  width: 100%;
}

.accordion .section {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.accordion .header {
  cursor: pointer;
  padding: 10px 0px;
  background-color: #fff;
  font-weight: bold;
}

.accordion .content {
  display: none;
  padding: 10px 0px;
}

.accordion .arrow {
  float: right;
  transition: transform 0.3s ease;
}

.accordion .arrow img {
  width: 12px;
  height: 12px;
}

.accordion .open .arrow {
  transform: rotate(180deg);
}

li.all-submissions-btn {
  /* padding-top: 0px; */
}

.submit-review-btn {
  margin-top: 10px;
  width: max-content;
}

.f-end {
  align-self: end;
}

.f-v-center {
  align-items: center;
}

.f-h-center {
  justify-content: center;
}

.f-center {
  display: flex;
  place-content: center;
  align-items: center;
}

.loader {
  height: 4px;
  width: 130px;
  --c: no-repeat linear-gradient(#e6e6e6 0 0);
  background: var(--c), var(--c), #efefef;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}

.form-input-style,
.select-input-style {
  margin-top: 0px;
}

/* Hide sorting arrows for the header cell containing the "Select All" checkbox */
th[data-orderable="false"] .sorting,
th[data-orderable="false"] .sorting_asc,
th[data-orderable="false"] .sorting_desc {
  display: none !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 0px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 15.5px 0px;
}

/* New FAQ */

/* new-faqs */

.sub_faqs {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.panel.panel-default {
  border: none !important;
}

.sub_faqs a {
  width: 100%;
  display: inline-block;
  padding: 10px;
}

.sub_faqs a:hover {
  text-decoration: none;
}

.panel-heading {
  border: none !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.panel-heading a {
  padding: 7px 0px;
  width: 100%;
  display: inline-block;
  text-decoration: none !important;
  color: #232323;
}

.panel-body {
  border: none !important;
}

.panel.panel-default {
  border: none !important;
}

.panel_sub {
  box-shadow: none !important;
}

.main_head:hover {
  text-decoration: none !important;
}

.main_head {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  padding: 20px 0px !important;
}

.sub_faqs a {
  font-family: "Verdana", sans-serif;
  color: #aaaaaa !important;
  font-size: 14px;
}

.main_head.collapsed:before {
  position: absolute;
  right: 0px;
  top: 37%;
  /* transform: translatey(-50%) rotate(360deg);
    content: "+"; */
  /* font: normal normal normal 14px/1 FontAwesome; */
  /* font-size: 30px; */
  /* color: #A3A2A2 !important; */
  content: "";
  display: inline-block;
  background-image: url("/img/plus-new-icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  /* transition: 500ms all; */
}

.main_head:before {
  position: absolute;
  right: 0px;
  top: 37%;
  background-image: url("/img/minus-new-icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  /* transition: 500ms all;
     */
}

.main_head {
  position: relative;
}

.panel-body {
  padding: 10px 3px 10px 15px !important;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}

.main_head--alt {
  font-size: 14px;
  padding-left: 15px !important;
  position: relative;
}

.main_head--alt:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

.main_head--sec {
  font-weight: 400;
}

.main_head--sec:after {
  border: 1px solid #000;
  background: transparent;
}

.main_head--sec:before {
  font-size: 30px !important;
}

.sub_faqs .main_head--alt.collapsed {
  font-weight: 400;
  font-size: 14px;
  padding: 3px 0px 7px 20px !important;
  line-height: 26px;
  color: #aaa !important;
}

.main_head--alt.collapsed:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

.sub_faqs .main_head--alt.collapsed:after {
  position: absolute;
  content: "";
  top: 45%;
  transform: translateY(-50%);
  left: 5px;
  /* Increase specificity */
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 100%;
}

.sub_faqs .main_head--alt:after {
  position: absolute;
  content: "";
  top: 45%;
  transform: translateY(-50%);
  left: 5px !important;
  /* Increase specificity */
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

.sub_faqs .main_head--alt:before {
  display: none;
}

.subSub_list li {
  list-style: none;
}

.subSub_list {
  padding-left: 10px !important;
  opacity: 0;
  display: none;
  transition: 500ms all;
}

.subSub_list.active {
  opacity: 1;
  display: block;
}

.sub_faqs .main_head--alt {
  color: blue !important;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 0px 7px 20px !important;
  line-height: 26px;
}

.faq_main .row {
  display: flex;
  /* justify-content: center; */
}

.faq_main .justify-content-center {
  justify-content: center;
}

.faq_main .heading {
  font-size: 39px;
  color: blue;
  font-family: "Verdana", sans-serif;
  margin-top: 30px;
  line-height: 60px;
  font-weight: 300;
}

.contact .heading {
  font-size: 32px;
  color: blue;
  font-family: "Verdana", sans-serif;
  margin-top: 30px;
  line-height: 45px;
  font-weight: 300;
}

.faq_form input {
  width: 100%;
  padding: 13px 40px;
  border: 0;
  background: #dfdfdf44;
  margin: 30px 0;
  outline: 0;
  border-radius: 5px;
}

.contact .row {
  display: flex;
  justify-content: center;
}

.input_feild :is(input, textarea) {
  width: 100%;
  padding: 10px 10px;
  border: none;
  outline: 0;
  background: #aaaaaa1f;
  color: #000;
  font-family: "Verdana", sans-serif;
  font-size: 14px !important;
}

.input_feild {
  margin: 14px 0;
}

.input_feild label {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.verfi_feild {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.verify_img {
  width: 19%;
  text-align: center;
}

.verify_img a {
  color: #aaaa;
}

.input_btn button {
  background: blue;
  color: #fff;
  border: 1px solid blue;
  padding: 4px 20px;
  font-family: "Verdana";
  text-transform: capitalize;
  border-radius: 50px;
}

.input_btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.input_btn:has(> a) {
  justify-content: space-between;
}

.contact_form {
  padding: 20px 0 0;
}

.panel-group--sub {
  position: sticky !important;
  top: 10px;
}

/* support btns */

.support_btn {
  display: flex;
  align-items: baseline;
  width: fit-content;
  gap: 10px;
  font-family: "Verdana";
  /* margin: 22px 0; */
  margin-bottom: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.panel-heading a {
  padding-right: 20px !important;
}

.support_btn span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: blue;
  border-radius: 100%;
  font-size: 14px;
  position: relative;
  transition: 500ms all;
}

.support_btn span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid blue;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.support_btn:hover span {
  background: blue;
  color: #fff;
}

.support_btn {
  text-decoration: none !important;
  transition: 500ms all;
  padding: 8px 0 0 20px;
}

.support_btn--alt {
  box-shadow: 0px 7px 15px 1px #4444;
  border-radius: 30px;
  left: 111px;
}

.support_btn:hover {
  color: blue;
}

/* popup */

.side_popup a {
  text-decoration: none;
}

.side_popup #paddmyDiv {
  padding: 29px 20px;
}

.side_popup {
  position: fixed;
  width: 33%;
  top: 0;
  right: 0;
  z-index: 999999;
  background: #ffff;
  /* padding: 29px 20px; */
  height: 100vh;
  box-shadow: 0 0 15px 1px #4444441a;
  overflow-y: auto !important;
  overflow-x: hidden;
}

.sec1_popup {
  transform: translateX(100%);
  transition: 500ms all;
}

.popup_list li {
  list-style: none;
}

.popup_list {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #000;
}

.popup_list li a {
  color: #44444491;
}

.popup_list li:nth-last-child(1) a {
  color: #000;
}

.pop_panel {
  padding: 15px 0 0;
}

.pop_video a {
  display: inline-block;
  width: 100%;
  height: 360px;
}

.pop_video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* width */

.side_popup::-webkit-scrollbar {
  width: 0px;
}

/* Track */

.side_popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */

.side_popup::-webkit-scrollbar-thumb {
  background: #919191;
  border: 1px solid #ccc;
}

/* Handle on hover */

.side_popup::-webkit-scrollbar-thumb:hover {
  background: #919191;
}

.popup_head {
  font-size: 24px;
  font-family: "Verdana";
  font-weight: lighter;
  color: blue;
}

.close_btn {
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 20px;
  transform: rotate(45deg);
  color: blue;
  cursor: pointer;
}

.right_bottom_pop.pop_bottom {
  width: 100% !important;
  bottom: 0px !important;
  position: static !important;
  padding: 5px 20px 23px 18px !important;
  right: 0 !important;
  /* display:none; */
}

.right_bottom_pop.pop_bottom.show {
  display: flex !important;
}

.pop_bottom {
  display: flex;
  gap: 10px;
  position: fixed !important;
  bottom: 50px !important;
  background-color: #ffffff;
  padding: 5px 20px 15px 0px;
  margin-left: -6px;
  width: 215px;
  z-index: 99;
}

.pop_bottom p {
  margin: 0;
  color: #44444491;
  font-family: "Verdana", sans-serif;
}

.get_btn {
  color: #44444491;
  padding: 4px 20px;
  border: 1px solid #44444491;
  border-radius: 50pc;
  width: max-content;
}

.get_btn:hover {
  border: 1px solid blue;
}

a.get_btn {
  text-decoration: none;
}

.sec1_popup.show {
  transform: translateX(0%);
}

.drop-zone {
  max-width: 100%;
  height: 150px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #80808047;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none !important;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

p.max {
  font-size: 14px;
  color: #44444461;
  margin: 10px 0 0;
}

.sec_popup {
  transform: translateX(100%);
  transition: 500ms all;
}

.sec_popup.show {
  transform: translateX(0%);
}

.pop_video {
  position: relative;
}

.play_btn {
  position: absolute;
  width: 140px;
  filter: invert(1) brightness(100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}

.main_head:first-child {
  padding-top: 0px;
}

.main_head p {
  font-weight: 400;
  margin-top: 15px;
}

.faq_main hr {
  margin-left: -20px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #000;
}

.faq_left_headings {
  margin-left: -20px !important;
}

.faq_questions {
  margin-top: -25px !important;
}

.category_description {
  margin-bottom: 13px !important;
}

.search-result-item span {
  color: #898989;
  cursor: pointer;
}

.search-result-item h4 {
  font-size: 14px;
  font-weight: 500;
  text-indent: 15px;
}

.search-result-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #ddd;
  margin: 20px 0px;
  padding: 20px 0px 0px;
}

.search-results hr {
  margin-top: 25px;
  border-top: 1px solid #dfdfdf;
}

.search-results {
  display: none;
}

.all_faq_panel {
  display: none;
  margin: 20px 0px;
}

.all_faq_panel ol {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: unset;
  font-size: 18px;
}

.all_faq_panel ol li {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  line-height: 1.1;
  list-style: none;
  padding: 7px 0px 15px 10px;
}

.faq_category_heading:after {
  position: absolute;
  content: "";

  margin-top: 5px;
  margin-left: 20px;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

@media only screen and (max-width: 1000px) {
  .side_popup {
    width: 100%;
  }
}

.harder-bottom {
  border-bottom: 2px solid #c3c3c3;
}

/* New Submission */

/* add in css */

.selected td.sorting_1 {
  width: 261px;
}

td.sorting_1 {
  border: none;
}

/* add in css */

.form-builder-menu {
  padding: 0 !important;
}

/* add in css */

.form-builder-items .body {
  margin: 0 !important;
}

/* search and replace */

.list-group {
  list-style: none;
  padding-left: 0;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 7px;
}

/* search and replace */

/* .step .line {
    top: 27px;
    left: 9px;
    height: 42px !important;
    position: absolute;
    border-left: 2px solid #1528e5;
} */

/* search and replace */

.tender-create-line {
  top: 24px;
  left: 9px;
  height: 300px;
  position: absolute;
  border-left: 2px solid #1528e5;
}

textarea.form-input-style {
  padding-top: 7px;
}

.left-menu-items {
  flex: 0 0 70%;
}

/* .right-menu-items {
  flex: 1;
} */

.back-to-homepage,
.copyToClipboard-btn {
  background: none;
  border: none;
  color: #606060;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0px 10px 0 20px;
}

.copyToClipboard-btn {
  padding: 0;
  margin: 0;
}

.back-to-homepage:hover,
.copyToClipboard-btn:hover {
  color: #0202fc;
}

.back-to-homepage:hover img {
  color: #0202fc;
}

.back-to-homepage img {
  width: 14px;
  height: 14px;
}

.back-to-homepage:hover img {
  content: url("/img/left-curved-arrow-blue.svg");
  /* Change image on hover */
}

.list-group-item:first-child {
  border-bottom: 0;
  border-top: 0 !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.list-group-item:last-child {
  border-bottom: 0 !important;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.list-group {
  max-height: 220px !important;
  border-top: 1px solid #ccc !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

.required-switch {
  margin-top: -4px;
}

/* Custom Checkbox Switch --- Start */

.custom-switch {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 16px;
  height: 10px;
  margin-bottom: 0px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-switch .custom-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #bdbdbd;
}

.custom-slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: -1px;
  bottom: 0px;
  top: -1px;
  background-color: white;
  border: 1px solid #bdbdbd;
}

input:checked + .custom-slider {
  background-color: #0202fc;
}

input:checked + .custom-slider:before {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  border: 1px solid #0202fc;
}

input:checked:disabled + .custom-slider {
  background-color: #bdbdbd;
}

input:checked:disabled + .custom-slider:before {
  border: 1px solid #bdbdbd;
  /* Border color for checked and disabled */
}

/* Rounded sliders */
.custom-slider.custom-round {
  border-radius: 34px;
}

.custom-slider.custom-round:before {
  border-radius: 50%;
}

.disabled-toggle {
  opacity: 0.5;
  cursor: default;
}

/* Custom Checkbox Switch --- End */

.custom-switch {
  margin-top: -2px;
}

.required-switch .custom-switch {
  margin-top: 0px;
}

.enable-switch {
  margin-top: -2px;
}

.header .navbar-nav > li > a.active-menu {
  color: blue;
}

.right-menu-items a {
  text-decoration: none;
}

.center-flex-section {
  display: flex;
  align-items: center;
}

.v-flex {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.dashboard-row {
  border-top: 1px solid #000;
  padding: 20px 0px;
}

.dashboard-row p {
  margin: 0px;
}

a.action-link-btn {
  color: #848484;
  text-decoration: none;
}

.m-neg-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.dashboard-row .row {
  margin: 0px;
}

.dashboard-section-heading {
  margin: 0px 15px;
}

p.dashboard-row {
  margin: 0px;
}

.jury-data-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 20px;
  width: 50%;
  max-width: 100%;
}

.m-p-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.dashboard-row hr {
  margin: 0px;
}

.dashboard-row h2 {
  font-size: 35px;
}

.dashboard-row:last-child {
  border-bottom: 1px solid black;
}

.admin-members-table tbody tr,
.admin-members-table tbody td {
  padding: 10px 10px 0px 0px;
}

.admin-members-table thead tr th {
  font-weight: 500;
}

span.edit-tags-btn:hover {
  color: #0000ff;
}

/* New Changes */

.submissions-header .modal-dialog {
  left: -111.5px !important;
  top: 40px !important;
}

.submissions-header .form-check-label {
  margin-bottom: 10px !important;
}

.hide-from-div span {
  margin-left: -16px;
}

div#additional_checkboxes {
  margin-left: 37px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 487px;
}

.phone-input-container {
  margin-top: 0 !important;
}

input#field-max-characters-value {
  margin-top: 8px;
}

.t-end {
  text-align: end;
}

.max-width-btn {
  width: max-content;
  padding: 3px 15px;
}

.profile-container hr {
  margin: 30px 0px;
}

.profile-container .select-input-style {
  margin-top: 0px;
}

.empty-spacer-full-width {
  width: 100%;
  background: #fff;
  height: 1px;
}

.phone-input-container {
  margin-top: 0 !important;
}

.phone-input-container {
  display: flex;
  flex-direction: row;
  gap: 2px;
  height: 37px;
  background: #f5f5f5;
  flex-direction: row-reverse;
  margin-top: 10px;
  height: 32px;
  padding: 0px 0px !important;
}

.phone-input-container input {
  width: 80vw;
  outline: none;
  border: none;
  background: #fff;
}

.phone-input-container select {
  width: 70px;
  outline: none;
  border: none;
  background: #fff;
}

.sidebar a {
  text-decoration: none;
}

.fixed-side-sm {
  position: fixed;
  top: 20px;
  max-width: 162px;
}

.fixed-save-btn {
  position: fixed;
  top: -12px;
  width: 100%;
  max-width: 200px;
}

.current {
  color: #0000ff !important;
}

.header .topbar ul.loginbar {
  margin-right: 3px;
}

.submission-name-link {
  color: #232323;
  text-decoration: none;
}

.submission-name-link:hover {
  color: #0000ff !important;
  text-decoration: none;
}

input.option-radio {
  padding: 0px 7px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.other-nationalities-box .personal-nationalities-select {
  margin-top: 10px;
}

.img-circle-step {
  background-image: url(/img/icons/empty-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: #1528e5;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.img-circle-step img {
  width: 8px;
  height: 8px;
}

.adv-search-modal-content button.close {
  position: absolute;
  top: 4px;
  right: 15px;
  z-index: 100;
}

.clear-filter-span {
  font-family: inherit;
  font-weight: 400;
  padding: 4px 15px;
  border: 1px solid gray;
  background: white;
  border-radius: 16px;
  color: gray;
  margin-right: 15px;
  cursor: pointer;
  visibility: hidden;
}

.modal-header,
.modal-body {
  padding: 10px !important;
}
.modal-footer {
  padding: 10px 13px !important;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-filter-img {
}

.search-filter-icon {
  background: blue;
  border-radius: 50px;
  color: white;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  display: inline-flex;
  padding-top: 1px;
  display: none;
}

.mt1-5 {
  margin-top: 15px;
}

.mt-19 {
  margin-top: 19px;
}

#post-comment-textarea::placeholder {
  font-size: 14px;
}

.table thead > tr > th {
  font-weight: 500;
}

.header .topbar ul.loginbar > li > a:hover {
  color: #0000ff;
}

.start-btn {
  background: #0202fc;
  color: white;
  border: 1px solid #0202fc;
  border-radius: 10px;
  padding: 5px 0px;
  width: 170px;
  transition: 0.5s;
}

.start-btn-outline {
  background-color: white;
  color: #0202fc;
  border: 1px solid #0202fc;
  border-radius: 10px;
  padding: 5px 0px;
  width: 170px;
  transition: 0.5s;
}

.start-btn-outline:hover {
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
}

.start-btn:hover {
  background-color: #3b43fc;
  border: 1px solid #3b43fc;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  transition: 0.5s;
}

.img-outline {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 47px 1px rgba(0, 0, 0, 0.17);
}

h1.large {
  font-size: 50px;
}

h1.extra-large {
  font-size: 60px;
}

/* Container for the grid */
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* Adjust the gap between columns as needed */
}

/* Grid items */
.pricing-container .item {
  background-color: #fff;
  padding: 20px 40px 45px;
  border-radius: 8px;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  border: 1.6px solid #0a14fb;
  font-weight: 500;
}

/* Make sure items have the same height */
.pricing-container > .item {
  display: flex;
  flex-direction: column;
}

.pricing-container hr {
  border: 0;
  margin: 5px 0px;
  border-top: 1px solid #0a14fb;
}

.pricing-container .start-btn-outline {
  border-radius: 50px !important;
  background-color: white;
  color: #0202fc;
  border: 1.6px solid #0202fc;
  padding: 10px 0px;
  max-width: 150px;
  transition: 0.5s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-content {
  flex-grow: 1;
}

.item-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-footer sub {
  bottom: 0;
  margin-left: 5px;
  font-size: 12px;
}

.item-footer span {
  font-size: 12px;
  margin-top: -3px;
  margin-left: -12px;
}

#feature-list-pricing > li {
  list-style-type: none;
  background: url(/img/pricecheckblue.svg) no-repeat;
  background-size: 14px;
  background-position: 0 2px;
  padding: 0 0 0px 30px;
  font-size: 13px;
}

ul#feature-list-pricing {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blue-item {
  background-color: #0a14fb;
  color: white;
}

.blue-item hr {
  border: 0;
  margin: 5px 0px;
  border-top: 1px solid #fff;
}

#feature-list-pricing-blue > li {
  list-style-type: none;
  background: url(/img/pricecheckwhite.svg) no-repeat;
  background-size: 14px;
  background-position: 0 2px;
  padding: 0 0 13px 30px;
  font-size: 13px;
  color: white;
}

#feature-list-pricing-blue > li:last-child {
  padding: 0 0 0 30px !important;
}

#feature-list-pricing-blue > hr {
  margin: 13px 0px 28px !important;
}

a.start-btn-outline {
  text-decoration: none;
}

form#payment-form {
  padding: 0px 50px;
}

.outline-blue-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  /* border: 1px solid #0000ff; */
  font-size: 14px;
  color: #0000ff !important;
}

a.outline-blue-btn {
  text-decoration: none;
}

.ml-10-pc {
  margin-left: 10%;
}

.pl-11px {
  padding-left: 11px !important;
}

.mt-neg-menu {
  margin-top: -14px;
}

.preview-sidebar ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  padding: 0px;
}

.preview-sidebar ul a {
  text-decoration: none;
}

.preview-sidebar ul li:hover {
  color: #0000ff;
}

.active-sidebar-menu {
  color: #0000ff;
}

/* Default styles for wider screens */
.top-banner img {
  /* Define your original width here */
  max-width: 100%;
}

/* Media query for screens less than 700px wide */
@media (max-width: 700px) {
  .top-banner img {
    width: 100%;
  }
}

.mobile-btn-flex {
  display: flex;
  justify-content: start;
  margin-bottom: 30px;
  gap: 20px;
}

@media (max-width: 700px) {
  .mobile-btn-flex {
    gap: 10px;
  }
}

@media (max-width: 447px) {
  .mobile-btn-flex {
    flex-direction: column;
  }
}

#top-menu {
  display: none;
}

.content-l-pad {
  padding-left: 25px;
}

.tender-preview-language-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}

@media (max-width: 1200px) {
  #top-menu {
    display: block;
  }

  .tender-preview-side-menu {
    display: none;
  }

  .content-l-pad {
    padding-left: 0px;
  }
}

.blue-btn {
  background: blue;
  color: white;
  border: 1px solid blue;
}

.blue-btn:hover {
  color: white;
}

.width-120-px {
  width: 120px;
}

#actions-menu-container {
  position: fixed;
  /* bottom: 0; */
  top: 20px;
  right: 0;
  width: max-content;
  display: none;
  overflow: auto;
  height: max-content;

  z-index: 1000;
  float: left;
  min-width: 200px;

  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.actions-menu-container {
  position: absolute;
  /* bottom: 0; */
  top: 20px;
  right: 0;
  width: max-content;
  display: none;
  overflow: auto;
  height: max-content;

  z-index: 1000;
  float: left;
  min-width: 200px;

  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.actions-menu,
.actions-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.actions-menu-container.show {
  display: block;
}

.actions-menu li {
  position: relative;
  z-index: 1;
}

.actions-menu a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
}

.actions-menu a:hover {
  background: #eee;
}

.actions-menu ul {
  position: relative;
  left: 0;
  top: -100%;
  z-index: -1;
  max-height: 0;
  width: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0;
}

.actions-menu li.active > ul {
  top: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
  max-height: 50em;
  width: 100%;
  overflow: visible;
}

.scoreboard {
  width: 100%;
}

.rating-render-body {
  width: 100%;
}

.scorecards {
  width: 100%;
}

.submission-view-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  column-gap: 20px;
  /* Horizontal gap between items */
  row-gap: 50px;
  /* Vertical gap between rows */
}

.blog-item {
  color: #a4a4a4;
}

.blog-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.blog-item h2 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.blog-item a {
  text-decoration: none;
}

.blog-item p {
  margin-bottom: 0;
  color: #a4a4a4;
}

.blog-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-item .category {
  color: #a4a4a4;
}

.blog-item .category:hover {
  color: blue;
}

.blog-header h1 {
  font-weight: 300;
  color: blue;
}

.blog-header p {
  color: #a4a4a4;
}

.blog-categories {
  display: flex;
  gap: 40px;
  list-style-type: none;
  overflow-x: auto;
  white-space: nowrap;
}

.blog-categories a {
  text-decoration: none;
}

.blog-categories li {
  color: #a4a4a4;
}

.blog-categories li:hover {
  color: blue;
}

.blog-categories li.active {
  color: #5f5f5f;
}

.p-h-1 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 660px) {
  .blog-categories {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.actions-menu li.active > ul li {
  text-indent: 15px;
}

hr#preview-line {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #000;
}

.tender-preview-menu-section {
  background: #fff;
}

.mb-7 {
  margin-bottom: 7px;
}

.flow-wrap {
  flex-flow: wrap;
}

.flex-align-start {
  align-items: flex-start;
}

.submissions-table tbody tr.shown td {
  border-bottom: 0px;
}

.submissions-table tbody tr.shown + tr td:first-child {
  padding: 0px;
}

.submissions-table tbody .form-submission-data td {
  border-bottom: 0px;
  padding: 8px 0px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-38 {
  margin-top: 38px;
}

.faq-search-container {
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-search-icon {
  position: absolute;
  top: 50%;
  font-size: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  color: #aaaaaa;
  pointer-events: none;
}

.faq-cancel-icon {
  position: absolute;
  top: 43%;
  right: 16px;
  width: 16px;
  height: 16px;
  color: #a3a2a2;
  cursor: pointer;
  display: none;
}

.gsearch-container {
  position: relative;
}

.gsearch-container.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

#advanceSearchDialog tags.personal_city {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
}

.form-submission-data {
  margin-left: 16px;
}

span.drop-zone__prompt {
  font-size: 15px;
}

input.row-select.action-checkbox {
  margin-right: 10px;
}

#feature-list li::first-letter {
  text-transform: capitalize;
}

.color-section {
  align-items: center;
}

a.reset-default-color {
  color: #aaa;
  text-decoration: none;
  margin-top: 24px;
  visibility: hidden;
}

.adv-dialog-span1 {
  width: 60px;
}

.adv-dialog-span2 {
  width: auto;
  text-align: center;
}

a.search-card-criteria {
  color: #767676;
  text-decoration: none;
}

.all-jury-round-criteria {
  display: none;
}

.vote-item .circle-step {
  padding-top: 0px;
  padding-right: 1px;
}

#confirmDeleteModal .close {
  margin-right: 12px;
}

#confirmDeleteModal .modal-header {
  padding-right: 0px;
}

#personal_disability_element,
#personal_country_element,
#personal_city_element,
#personal_race_element,
#personal_gender_element,
.form_answer_element {
  padding: 5px 20px;
  height: 33px;
  background: #f5f5f5;
  border: none;
}

#form_language_selector {
  padding: 5px 16px;
  height: 33px;
  background: #f5f5f5;
  border: none;
}

h4.faq_category_heading {
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  color: #232323;
  text-indent: 15px;
}

a.go-to-faqs {
  text-decoration: none;
  margin-right: 20px;
  color: #aaa;
  border: 1px solid #aaa;
  align-self: baseline;
}

a.go-to-faqs:hover {
  border: 1px solid blue;
  color: blue;
}

#ocmkeyword {
  width: 100%;
  padding: 10px 43px;
  border: none;
  outline: 0;
  background: #aaaaaa1f;
  color: #000;
  font-family: "Verdana", sans-serif;
  font-size: 14px !important;
}

#ocmkeyword::placeholder {
  color: #c0c0c2;
}

.faq-popup-search-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
}

#myDiv .close_btn,
#myDiv2 .close_btn {
  right: 13px;
}

.panel-group .panel:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel {
  margin-bottom: 1px;
}

.error-field {
  border: 1px solid red !important;
}

.error-field::placeholder {
  color: red;
}

.popup-elements {
  display: flex;
  flex-direction: column;
  /* height: 89.2%; */
}

.flex-1 {
  flex: 1;
}

.selector-mb {
  margin-bottom: 13px !important;
}

/* #autofill-section {
    margin-bottom: 120px;
} */

.sub-pricing {
  color: #6e6e6e;
  margin: 0;
}

.cancel-subscription-btn {
  padding-left: 12px !important;
  padding-right: 12px !important;
  border: 1px solid #6a6a6a;
  color: #6a6a6a;
}

.flex-end {
  align-items: flex-end;
}

.payments-screen hr {
  margin: 0;
  border-top: 1px solid #c1c1c1;
}

.card-body .primary-method {
  margin-top: 20px;
}

.card-icon {
  width: 25px;
  height: auto;
  object-fit: contain;
}

.card-body .head {
  margin-bottom: 10px;
  display: flex;
}

.card-body .actions-menu {
  flex: 1;
  text-align: right;
}

.self-center {
  align-self: center;
}

.dashed-border {
  border: 1px dashed #ddd !important;
}

.new-payment-method-link {
  color: #333;
  text-decoration: none;
}

.new-payment-method-link:hover {
  color: #333;
  text-decoration: none;
}

.text-end {
  text-align: end;
}

.invoice-icon {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.f-center {
  align-items: center;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  /* padding: 2px 3px 22px 15px !important; */
  padding: 2px 0px 20px 0px !important;
  /* text-indent: 15px; */
}

.vbox-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
}

.vbox-item {
  /* height: 300px; */
  height: 100%;
}

.file-item-grid {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 25px;
  margin: 15px 0px;
}

.other-file {
  display: flex;
  gap: 25px;
  max-width: 100%;
  overflow: hidden;
}

.other-file .icon {
  width: 32px;
  flex-shrink: 0;
}

.other-file .information {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.other-file .information span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.other-file .file-info {
  display: grid;
  grid-template-columns: 150px auto;
}

.other-file .file-download {
  display: flex;
  color: #ababab;
  gap: 5px;
  text-decoration: none;
}

.other-file .file-info a:hover,
.other-file .file-info a:focus {
  text-decoration: none;
}

.other-file .file-download img {
  width: 12px;
  height: auto;
}

.file-item-grid .full-width {
  grid-column: span 2;
}

.other-file audio {
  width: 100%;
}

@media (max-width: 767px) {
  .other-file {
    gap: 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .other-file .icon {
    width: 28px;
  }

  .other-file .file-info {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .other-file .file-info .file-size {
    display: block;
  }
}

.file-preview-img-section {
  display: flex;
  justify-content: center;
  place-items: center;
}

.pad-ver-50 {
  padding: 50px 0px;
  height: 800px;
}

.vbox-child {
  box-shadow: none;
}

.file-preview-info-section {
  display: flex;
  height: 100%;
  align-items: center;
}

.file-download img {
  width: 12px;
  height: auto;
}

a.multiple-file-download {
  text-decoration: none;
  color: #ababab;
}

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

.plyr--audio {
  width: 100%;
}

input[type="range"]:read-only {
  cursor: pointer;
}

.plyr--video {
  width: 100%;
}

.h6-bold {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  margin: 0px;
}

.ol-list {
  margin: 0px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

hr.light {
  margin: 0px;
  border-top: 1px solid #b2b2b2;
}

.heading-help-box {
  margin-left: 12px;
  margin-top: 5px;
  position: absolute;
  color: #848484;
  font-weight: normal;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 15px;
  z-index: 999;
  background: white;
  max-width: 450px;
  display: none;
  transition: 0.5s;
}

.help-icon-container:hover .heading-help-box {
  display: block;
  transition: 1s;
}

.disabled_type:hover .heading-help-box {
  display: block;
  transition: 1s;
}

.disabled_type_hover {
  margin-left: 350px;
  margin-top: 8px;
}

.collect-payment-drag-item:hover {
  cursor: not-allowed;
}

.collect-payment-drag-item:hover .collect-payment-help-box {
  display: block;
  transition: 1s;
}

.open-call-not-live:hover .launch-help-box {
  display: block;
  transition: 1s;
}

.collect-payment-help-box {
  margin-top: 100px;
  position: absolute;
  color: #848484;
  font-weight: normal;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 15px;
  z-index: 999;
  background: white;
  width: 400px;
  display: none;
  transition: 0.5s;
}

.link-help-box {
  margin-left: 20px;
  margin-top: 0px;
  position: absolute;
  color: #848484;
  font-weight: normal;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 15px;
  z-index: 999;
  background: white;
  width: 400px;
  display: none;
  transition: 0.5s;
}

.link-help-container:hover .link-help-box {
  display: block;
  transition: 1s;
}

.img-section {
  font-weight: bold;
  display: flex;
  gap: 15px;
}

.form-personal-element-section p {
  margin: 0px;
}

.element-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.element-flex-first {
  width: 70%;
}

.element-flex-second {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.element-section {
  display: flex;
}

.personal-elements-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.required-element {
  visibility: hidden;
}

div#existing-personal-questions {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 15px;
}

.element-section label {
  margin: 0px;
}

.personal-elements-section > * {
  border-bottom: 1px solid #f4f4f4;
  /* Grey line between items */
  padding-bottom: 10px;
  /* Space between item content and the line */
}

.personal-elements-section > *:last-child {
  border-bottom: none;
  /* Remove line after the last item */
  padding-bottom: 0px;
}

.btn-blue a,
.btn-blue a:hover {
  color: #fff;
  text-decoration: none;
}

.review-msg {
  max-width: 700px;
}

.preview-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 10px;
}

.l-h-13 {
  line-height: 13px;
}

.payment-feature-list {
  list-style: none;
}

.payment-feature-list > li {
  list-style-type: none;
  background: url(/img/icons/slim-check-light-gray.svg) no-repeat 0px 3px;
  padding: 0px 0 8px 25px;
  background-size: 14px 14px;
  color: #aaaaaa;
}

.space-between {
  justify-content: space-between;
}

.discount-link,
.discount-link:hover,
.discount-link:focus {
  cursor: pointer;
  color: #aaaaaa;
  text-decoration: none;
}

.fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fields-item {
}

.fields-full-width {
  grid-column: span 2;
}

.discount_form {
  display: flex;
  gap: 10px;
  display: none;
}

.payment-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

#agreement-label {
  margin: 0;
  line-height: 14px;
}

.apply-outline-btn {
  border: 1px solid #8b9091;
  border-radius: 50px;
  width: max-content;
  padding: 5px 15px;
  background: transparent;
  color: #8b9091;
}

.apply-outline-btn.active {
  background: #8b9091;
  color: white;
}

.acknowledge-error,
.agreement-error {
  display: none;
}

a.change-method,
a.toggle-language-settings {
  color: #bdbdbd;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

a.change-method:hover,
a.toggle-language-settings:hover {
  color: #a4a4a4;
  text-decoration: none;
}

.margin-0 {
  margin: 0 !important;
  margin-bottom: 1px !important;
}

.email-organiser-checks {
  display: flex;
  align-items: center;
  gap: 25px;
}

.review-section hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
}

.vote-item img {
  width: 11px;
  height: 11px;
}

.yes-selected-circle img,
.no-selected-circle img {
  filter: brightness(0) invert(1);
  /* Makes the image appear white */
}

.main-span {
  cursor: pointer;
  display: flex;
  gap: 16px;
}

.yes-selected-circle {
  background-color: #24b966;
  color: #fff;
  /* border: 1px solid #218b21 */
}

.maybe-selected-circle {
  background-color: #efc03c;
  color: #fff;
  /* border: 1px solid #ffa51d; */
}

.no-selected-circle {
  background-color: #eb1c3b;
  color: #fff;
  /* border: 1px solid #fe2905 */
}

.not-selected-circle {
  background-color: #f0f0f0;
  color: #000;
}

/* Icon adjustments */
.vote-icon {
  margin-left: 5px;
}

.vote-item-header {
  display: flex;
  width: 100%;
  place-content: space-between;
  justify-content: center;
}

.gap-5px {
  gap: 5px;
}

.file-help-info-box {
  width: 400px;
  margin-left: 0px;
}

.file-ext-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.file-ext-col {
}

.pad-left-15 {
  padding-left: 15px;
}

.panel-group {
  margin-bottom: 0px;
}

.faq-answer-section {
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.gap-0 {
  gap: 0px;
}

.ml-24 {
  margin-left: 24px;
}

.top-margin-1 {
  margin-top: -2px;
}

/* .call-password-section {
  position: absolute;
  margin-left: 300px;
} */

p.no-faq-found {
  text-align: center;
  margin-top: 20px;
  color: #acacac;
}

.sec_popup {
  padding: 29px 20px !important;
}

.slim-btn {
  /* height: 28px; */
  display: flex;
  align-self: center;
  align-items: center;
  background: transparent;
  border: 1px solid #8a8a8c;
  width: max-content;
  border-radius: 50pc;
  padding: 2px 10px;
  color: #6d6868;
  font-size: 13px;
}

.align-self-end {
  align-self: end;
}

.action-view-update {
  flex: 1;
  align-items: flex-end;
  margin-right: 0px;
  gap: 0px;
}

.name-item {
  display: flex;
  gap: 10px;
}

.min-width-max {
  min-width: max-content !important;
}

.height-custom {
  height: 86px;
}

/* .disability-box {
    display: none;
} */

.purple-btn {
  background-color: #653df9;
  border-color: #653df9;
  color: white !important;
}

.purple-btn:hover {
  color: white !important;
}

.purple-btn-outline {
  border-color: #653df9;
  color: #653df9;
}

.purple-btn-outline:hover {
  background: #653df90d;
  color: #653df9;
}

.dual-ring-loader {
  position: fixed;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.submission-response-container img {
  width: 100px;
  height: auto;
}

.submission-response-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 100px;
  display: none;
}

.submission-response-container p {
  text-align: center;
  line-height: 30px;
}

.submission-response-container h3 {
  color: #0a14fb;
}

.submission-response-container .slim-btn {
  color: #0000ff;
  border-color: #0000ff;
}

.spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6.1px solid;
  border-color: #eae8e8;
  border-right-color: #c8c8c8;
  animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}

.tick-icon {
  width: 33px !important;
  height: 8px !important;
}

.pad-width-btn-10 {
  padding: 3px 8px;
  padding-left: 7px;
}

.tender-create-title {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.organisation-logo-sec img {
  width: 64px;
  height: 64px;
  border-radius: 50pc;
  object-fit: cover;
  border: 1px solid #eeeeee87;
}

.organisation-logo-sec {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
}

.organisation-logo-sec .lighter-text {
  color: #767676;
}

.organisation-logo-sec .lighter-text:hover {
  color: #3838ff;
}

.input-icon-group {
  position: relative;
}

.calendar-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  /* Prevents the icon from blocking input interaction */
}

#deadline_at {
  padding-left: 30px;
}

.select-input-style {
  padding: 0px 0px;
  /* height: auto; */
}

.width-250px {
  width: 250px;
}

.width-115px {
  width: 115px;
}

/* File Upload Input */
.custom-file-input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
  border: 1px dashed #e1e1e1;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
}

.custom-file-input label {
  display: block;
  margin: auto;
}

.custom-file-input-icon {
  height: 50px;
  width: 50px;
  margin: 15px 0px;
}

.custom-file-input-form-builder {
  height: 265px !important;
}

.custom-file-input-form-builder .custom-file-input-icon {
  margin: 0px 0px 15px 0px;
}

.custom-file-input i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: #e1e1e1;
}

.custom-file-input span {
  display: block;
  font-size: 14px;
  color: #8a8a8c;
  margin-bottom: 5px;
}

.custom-file-input .accepted-formats {
  font-size: 12px;
  color: #8a8a8c;
}

/* Hide default file input */
.custom-file-input input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-no-span {
  display: block;
  color: #8a8a8c;
  font-size: 12px !important;
}

.file-size-span {
  /* margin-top: 10px; */
  display: block;
  color: #8a8a8c;
  font-size: 12px !important;
}

.file-description-span {
  display: block;
  margin-top: 10px;
  color: #bababa;
}

.none-flex {
  flex: none;
}

.form-horizontal .control-label {
  margin-bottom: 2px;
  text-align: start;
}

.remove-icon-self {
  align-content: center;
  margin-top: 9px;
  color: #a2a2a2;
}

.clonetrigger-reward,
.clonetrigger-winner,
.clonetrigger-country,
.countries-group,
.clonetrigger-region,
.clonetrigger-jurymember,
.clonetrigger-faq,
.clonetrigger-timeline-item,
.clonetrigger-fellow,
.clonetrigger-grantee,
.clonetrigger-participant,
.clonetrigger-nationality {
  border: none;
  background: none;
  padding: 0px;
  color: #767676;
  cursor: pointer;
}

.width-350px {
  width: 350px;
}

.width-370px {
  width: 370px;
}

.jury-members-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.launch-help-box {
  margin-top: 10px;
  position: absolute;
  color: #848484;
  font-weight: normal;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 15px;
  z-index: 999;
  background: white;
  width: 400px;
  display: none;
  transition: 0.5s;
}

.top-50pc {
  top: 50%;
}

.timeline_date,
#exhibition_duration,
#duration_end,
#duration_start {
  padding-left: 30px;
}

.timeline-btns {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;

  z-index: 999;
}

.move-list-item-btn {
  background: url(/img/icons/move.svg) no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.delete-item-btn {
  background: url(/img/icons/close.svg) no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  /* Adjust the gap between grid items as needed */
}

@media (max-width: 768px) {
  .field-container {
    grid-template-columns: 1fr;
    /* Single column on small screens */
  }
}

.height-30px {
  height: 30px;
}

.tender-create-title a:hover {
  text-decoration: none;
}

.uploaded-file-span {
  color: #767676;
}

.uploaded-files-section {
  padding-top: 10px;
  height: 300px;
  overflow: auto;
}

.upload-file-item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.remove-term-pdf,
.delete-file-icon {
  margin-top: 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.upload-file-item .delete-tender-docs {
  margin-top: 5px;
  width: 12px;
  height: 12px;
}

.upload-file-item .delete-submission-icon {
  margin-top: 5px;
  width: 12px;
  height: 12px;
}

.upload-file-item .file-info-sec {
  width: 100%;
}

.upload-file-item .file-name-info {
  display: flex;
  gap: 10px;
  color: #000;
}

.delete-tender-docs {
  cursor: pointer;
}

.delete-submission-icon {
  cursor: pointer;
}

span.normal-text {
  font-weight: 500;
}

.rewards-delete-btn {
  background: url(/img/icons/close.svg) no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -20px;
  top: 6px;
  transform: translateY(-50%);
  z-index: 999;
}

img.remove-icon-self {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.timeline-clone .ar-input-row,
.jurymember-clone .ar-input-row {
  margin: 0px;
}

.gap-10 {
  gap: 100px;
}

span.upload-slim-btn {
  /* height: 28px; */
  display: flex;
  align-self: center;
  align-items: center;
  background: transparent;
  border: 1px solid #8a8a8c;
  color: #8a8a8c !important;
  width: max-content;
  border-radius: 50pc;
  padding: 4px 20px;
}

.webkit-center {
  text-align: -webkit-center;
}

.no-text-wrap {
  text-wrap: nowrap;
}

span.add-form-answer-btn {
  cursor: pointer;
  color: #8a8a8c;
}

.remove-form-question {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.date-selector-input::placeholder {
  color: #767676;
}

a.language-selector {
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 105px;
  text-align: center;
  color: #000;
}

.active-language {
  border-bottom: 1px solid #0000ff;
  color: #0000ff !important;
}

.small-message-loading-spinner {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-bottom-color: #0000ff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;

  animation: small-rotation 1s linear infinite;
  position: absolute;
}

.small-loading-spinner {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-bottom-color: #0000ff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 10px;
  animation: small-rotation 1s linear infinite;
  position: absolute;
}

@keyframes small-rotation {
  0% {
    transform: rotate(0deg);
  }

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

.padding-left-35 {
  padding-left: 35px;
}

.tender-form-logo img {
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  /* object-fit: contain; */
}

.top-46pc {
  top: 46%;
}

.crop-box {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0px 44px;
}

.justify-space-between {
  justify-content: space-between;
}

sup.origin-badge {
  color: #1922fa;
}

.jury-members-clone-section-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.width-50px {
  width: 50px;
}

.f-start {
  align-items: flex-start;
}

.h-center {
  align-items: center;
}

.trumbowyg-editor-box,
.trumbowyg-textarea {
  border: 0px solid #e0e0e2 !important;
  background: #f5f5f5 !important;
}

.trumbowyg-button-pane {
  border-bottom: none !important;
  background: #fff !important;
}

.trumbowyg-box,
.trumbowyg-editor-box {
  border: none !important;
}

.trumbowyg-button-pane::after,
.trumbowyg-button-pane::before {
  background: transparent;
}

.delete-right-abs {
  position: absolute !important;
  right: -30px !important;
}

.sky-form textarea {
  border: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Removes spinner in Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Removes spinner in Chrome, Safari, Edge */
  margin: 0;
}

.trumbowyg-button-pane::after,
.trumbowyg-button-pane::before {
  background: #ffffff !important;
}

input[name="minimum_age_value"] {
  margin-top: -5px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 4px;
}

.width-fit-content {
  width: fit-content !important;
}

.ms-ctn.form-control {
  border-color: #fff;
}

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

/* .new-jury-round-btn .menu-text {
  margin-left: 31px;
} */

.submission-folders .menu-text {
  margin-left: 31px;
}

img.zoom-icon-upload {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.zoomSlider:read-only {
  background-color: #848484 !important;
}

.zoomSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background-color: #848484 !important;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.zoomSlider:hover {
  opacity: 1;
}

.zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #848484;
  cursor: pointer;
}

.zoomSlider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #848484;
  cursor: pointer;
}

div#form_language_selector {
  max-width: 300px;
}

/* .new-folder-btn .menu-text {
  margin-left: 31px;
} */

.trumbowyg-button-pane button {
  opacity: 0.5;
}

.trumbowyg-button-pane button:hover {
  opacity: 1;
}

.trumbowyg-modal-box {
  border: 1px solid #d5d5d5;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #0202fc !important;
  border-radius: 50px !important;
  right: 7px !important;
  margin-bottom: 6px;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #0202fc !important;
  background: #fff !important;
  border: 1px solid !important;
  border-color: #0202fc !important;
  border-radius: 50px !important;
  right: 119px !important;
  margin-bottom: 6px;
}

.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
  background: #f5f5f5 !important;
}

.trumbowyg-modal-box .trumbowyg-input-infos {
  border-right: none !important;
  background-color: #fff !important;
  width: max-content !important;
}

.trumbowyg-modal-box .trumbowyg-input-html {
  padding: 1px 16px 1px 80px !important;
}

.trumbowyg-modal-box .trumbowyg-input-row {
  border: none !important;
}

.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
  height: 32px !important;
}

.trumbowyg-modal-box .trumbowyg-input-infos label,
.trumbowyg-modal-box .trumbowyg-input-infos label span {
  height: 32px !important;
  line-height: 32px !important;
  color: #000 !important;
}

.trumbowyg-modal-box .trumbowyg-input-html input:focus,
.trumbowyg-modal-box .trumbowyg-input-html input:hover,
.trumbowyg-modal-box .trumbowyg-input-html select:focus,
.trumbowyg-modal-box .trumbowyg-input-html select:hover,
.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,
.trumbowyg-modal-box .trumbowyg-input-html textarea:hover {
  background: #e7e7e7 !important;
  outline: none !important;
}

.language-selection-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a#language-version-link {
  align-items: center;
  text-decoration: none;
}

.field-heading,
.field-description {
  border: none !important;
  width: 100% !important;
}

.field-description {
  color: #606060 !important;
}

.field-description::placeholder {
  color: #606060 !important;
}

.language-sidebar a {
  text-decoration: none;
  color: #606060 !important;
}

/* Voting Popup */

.vote-popup {
  border: 1px solid white;
  width: max-content;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 99999;
  margin-left: -10.5px;
  position: absolute;
  top: -47.5px;
  background-color: white;
}

.vote-step.vote-empty-step {
  color: gray !important;
}

/* .empty-judge-step {
  background: none !important;
  color: gray !important;
} */

.form_answer .ms-ctn.form-control {
  border-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
  display: flex;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: auto;
  border: 1px solid #ccc;
  z-index: 1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-content a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 18px;
  border-bottom: solid 1px #eee;
  text-decoration: none;
}

.dropdown-content a:hover {
  background: #eee !important;
}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
}

a#language-version-link i {
  font-size: 11px;
}

.mb-2-imp {
  margin-bottom: 20px !important;
}

.language-settings {
  align-items: center;
}

.language-settings {
  width: 100%;
  display: flex;
}

.col-first {
  width: 43%;
}

.col-second {
  width: 57%;
}

div#tender-form-language-box {
  padding: 5px 16px;
  height: auto;
  background: #f5f5f5;
  border: none;
  width: fit-content;
  color: #7f7f7f;
  border-radius: 2px;
  font-size: 14px;
}

.ms-ctn.form-control {
  border-radius: 3px;
}

/* Make the (Origin) badge grey if the tab is not active */
.language-selector:not(.active-language) .origin-badge {
  color: #000;
  /* Or any light grey */
}

.ms-res-item {
  display: flex;
  align-items: anchor-center;
  align-items: center;
  gap: 10px;
}

.language-sidebar {
  color: #7c8082 !important;
}

.application-files-note {
  color: #bababa;
}

.select-input-style {
  border-right: 0px solid #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.flex-anchor-center {
  align-items: anchor-center;
}

.filled-btn {
  background-color: #1528e5 !important;
  color: white;
}

/* .full-width-preview {
  width: 800px;
} */

.center-form-flex {
  display: flex;
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

.gap-5px {
  gap: 5px;
}

.selectize-input input::placeholder {
  color: #000;
  /* your desired color */
}

/* Vendor prefixes for broader browser support */
.selectize-input input::-webkit-input-placeholder {
  color: #000;
}

.selectize-input input::-moz-placeholder {
  color: #000;
}

.selectize-input input:-ms-input-placeholder {
  color: #000;
}

/* Ensure that links within the Trumbowyg editor appear blue and underlined */
.trumbowyg-editor a {
  color: blue;
  text-decoration: underline;
}

.margin-0-5px {
  margin: 0px !important;
  margin-top: -2px !important;
}

.dataTables_length {
  display: none !important;
}

.gray-btn-outline {
  border-color: #666 !important;
  color: #666;
  border-radius: 50px;
  padding: 2px 20px;
}

.btn-padding-wide {
  padding: 2px 30px !important;
  width: 120px;
}

.padding-left-15px {
  padding-left: 15px;
}

.nationality-wrapper {
  display: flex;
  justify-content: space-between;
}

.language-tab-abs {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.submission-nationality-items {
  /* width: 100%; */
  /* padding: 0px 5px; */
  /* margin: 0; */
  background-color: #f5f5f5;
  min-width: 100%;
  margin: 5px 0;
  border-radius: 3px !important;
}

.clone-submission-nationality {
  border: none;
  background: none;
  padding: 0px;
  color: #bdbdbd;
}

.clone-submission-nationality:hover {
  color: #bdbdbd;
}

img.remove-submission-nationality {
  margin-top: 14px;
}

.jury-del-icon {
  position: absolute;
  right: -5px;
  margin-top: -26px;
}

.selectize-control.timezone-selector .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 97px;
  display: inline-block;
  vertical-align: middle;
}

span.sub-title-light {
  color: #848484;
}

a.dropdown-toggle.flexed {
  color: #7c8082 !important;
}

.file-status img {
  width: 14px;
  margin-top: -1.6px;
  margin-right: 9px;
}

.file-status .slim-check-icon {
  width: 14px !important;
  height: 14px !important;
  margin-top: -3px;
  margin-left: 9px !important;
}

.width-130px {
  width: 130px;
}

/* Time Picker */
.ti_tx,
.mi_tx,
.mer_tx {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.time,
.mins,
.meridian {
  width: fit-content;
  float: left;
  /* margin: 0px 10px; */
  font-size: 20px;
  color: #2d2e2e;
  font-family: "arial";
}

.prev,
.next {
  cursor: pointer;
  padding: 18px;
  width: 28%;
  border: 1px solid #ccc;
  margin: auto;
  background: url(../images/arrow.png) no-repeat;
  border-radius: 5px;
}

.next {
  background-position: 50% 150%;
}

.prev {
  background-position: 50% -50%;
}

.time_pick {
  position: relative;
}

.time_pick_absolute {
  position: absolute;
}

/*input{ float:left;}*/

.timepicker_wrap {
  padding: 10px;
  border-radius: 5px;
  z-index: 2;
  display: none;
  width: 240px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35);
  background: #f6f6f6;
  border: 1px solid #ccc;
  float: left;
  position: absolute;
  top: 27px;
  left: 0px;
}

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: url(../images/top_arr.png) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 3;
}

/* Time Picker */

.width-max-content {
  width: max-content;
}

a.get_btn {
  text-decoration: none;
  margin-right: 20px;
  color: #aaa;
  border: 1px solid #aaa;
  align-self: baseline;
}

.top-30pc {
  top: 30% !important;
}

.dialog-close-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 20px;
  color: blue;
  cursor: pointer;
}

a.get_btn:hover {
  color: blue !important;
}

#application-documents input[type="checkbox"] {
  /* width: 22px !important; */
}

.width-150px {
  width: 150px;
}

.width-130px {
  width: 130px;
}

.height-20px {
  height: 20px;
}

.delete-logo {
  display: none;
}

/* This CSS targets the Trumbowyg editable area when it's empty */
.trumbowyg-editor:empty:before {
  content: attr(data-placeholder);
  color: #aaa;
  font-style: italic;
  pointer-events: none;
  display: block;
  padding: 10px;
  /* Adjust to match your editor's inner spacing */
}

.font-13px {
  font-size: 13px;
}

.margin-t-12px {
  margin-top: 12px !important;
}

.form-sidebar.fixed-bottom-20 {
  /* margin-top: -5px; */
}

.draft-row {
  background-color: #f9f9f9;
  color: #aaa;
}

.draft-row:hover {
  background-color: #f5f5f5;
  color: #000;
}

.draft-row td a {
  color: #aaa;
}

.w-max-content-pad-10 {
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
}

#language-selection-list,
.country-selector-dropdown {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.close-item-btn {
  background: url("/img/icons/close.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.clone-item-btn {
  background: url("/img/icons/duplicate.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.move-item-btn {
  background: url("/img/icons/move.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.d-none {
  display: none;
}

.qa-label {
  margin: 0px !important;
}

.upload-file-section-expanded {
  flex: none !important;
  width: 410px !important;
}

.faq-items-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qa-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 6px;
  padding-top: 6px;
}

.custom-country-selector {
  height: 33px !important;
}

.form-control.selectize-control {
  height: 32px !important;
}

/* Validations css */
.tooltip-input {
  position: relative;
  display: block;
}

.tooltip-input.error input,
.tooltip-input.error textarea {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.payment-country .tooltip-input.error .selectize-input {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.tooltip-container {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
}

.tooltip-input.error .tooltip-container {
  display: block;
}

.tooltip-input.error .reward-item {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.ar-tooltip-icon {
  cursor: pointer;
  color: #ff3131;
  font-size: 13px;
}

.tooltip-error {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  color: #721c24;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  margin-bottom: 5px;
  z-index: 100;
}

.tooltip-error::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #f8d7da transparent transparent transparent;
}

.tooltip-container:hover .tooltip-error {
  display: block;
}

.selectize-input.not-full.error {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

input#external_url + .tooltip-container,
input#title + .tooltip-container {
  margin: 10px 0px;
}

.no-error input {
  border: none !important;
}

input#reward_title_0,
input#reward_amount_0,
input#reward_bonus_0 {
  border: none;
}

.tooltip-input.error + .valid-input-group {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.tooltip-input.move-to-left.error {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.tooltip-input.error textarea#description {
  border: 1px solid #ff3131 !important;
  border-radius: 3px;
}

.tooltip-input.error .valid-input-group {
  border: 1px solid #ff3131;
  border-radius: 3px;
}

/* Validation css end */

.participant-items-group .participant-item:last-child {
  margin-bottom: 0px !important;
}

.white-text {
  color: white !important;
}

.left-pad0-marginneg5 {
  padding-left: 0px;
  margin-left: -5px;
}

.width-auto {
  width: auto !important;
}

#draftTenderModal .modal-footer {
  padding: 10px 13px !important;
  text-align: right;
  border-top: none;
}

.close.model-cancel-icon {
  width: 18px;
  height: 18px;
  opacity: 1 !important;
}

.model-cancel-icon img {
  width: 18px;
  height: 18px;
}

#draftTenderModal .modal-footer .btn + .btn {
  margin-left: 5px !important;
}

#draftTenderModal .modal-body {
  padding: 10px !important
}

/* Override BS3 backdrop color/opacity */
.modal-backdrop {
  background-color: transparent !important;
}

.modal-backdrop.in {
  opacity: 0 !important;
}

.flex-72 {
  flex: 0 0 72%;
}

.margin-neg-top-faq {
  margin-top: -34px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  border-radius: 3px !important;
}

.sidebar-menu-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  /* change this to however far from the viewport top you want */
  /* optionally: transition: top 0.2s ease-in-out; */
}

.sidebar-form-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 27px;
}

.form-sidebar-fixed {
  position: sticky;
  top: 22px;
  /* position: -webkit-sticky; */
  /* transition: top 0.5s ease; */
  /* margin-top: -6px; */
}

.min-height-vh-100 {
  min-height: 100vh;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  /* if you have more cols on smaller screens */
}

.row-eq-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.pl-10 {
  padding-left: 10px;
}

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

.form-steps-fixed {
  position: -webkit-sticky;
  /* position: sticky !important; */
  /* top: 19px !important; */
  /* transition: top 0.3s ease !important; */
  transition: top 0.5s ease !important;
}

.document-dates:hover {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.border-none {
  border: none !important;
}

.sidebar-menu li {
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-type: none;
}

.sidebar-menu li a.active {
  color: #0202fc;
}

.sidebar-menu a {
  text-decoration: none;
}

.sidebar-menu {
  margin-top: 30px;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pad-right-10px {
  padding-right: 10px;
}

.mt-16px {
  margin-top: 16px;
}

.margin-6px {
  margin: 0px 6px;
}

.voting-check-box {
  color: #ffffff;
  border: 0;
  display: block;
  padding: 3px 0;
}

.vote-yes-judge {
  background-color: #24b966;
  border: none;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  color: white;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.vote-maybe-judge {
  background-color: #efc03c;
  border: none;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  color: white;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.vote-no-judge {
  background-color: #eb1c3b;
  border: none;
  border-radius: 16px;
  width: 86px;
  height: 24px;
  color: white;
  font-size: 12px;
  padding: 3px 12px;
  align-items: center;
  display: flex;
}

.vote-couter--wrap {
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.vote-counter-box-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.vote-counter-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 14px;
}

.vote-counter-box .not-judge-vote-step {
  margin-bottom: 0;
}

.margin-top-neg-4px {
  margin-top: -3px !important;
}

.pad-0 {
  padding: 0px !important;
}

.right_bottom_pop.support-footer {
  width: 100% !important;
  bottom: 0px;
  position: static;
  padding: 5px 20px 14px 18px !important;
  right: 0 !important;
  /* display: none; */
}

.support-footer {
  display: flex;
  gap: 10px;

  background-color: #ffffff;
  flex-shrink: 0;
  z-index: 99;
}

.support-footer p {
  color: #aaa !important;
}

.invoice-list span:hover {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.subscriptions-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trumbowyg-editor {
  padding: 8px 10px !important;
}

.dragable-phone-input-wrap .selectize-input {
  width: 80px !important;
}

.national-select-wrap .selectize-input {
  width: 275px !important;
}

.national-select-wrap .selectize-input input {
  width: 100% !important;
}

.instagram-preview-icon img {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.instagram-preview-icon {
  align-items: anchor-center;
}

#myTable tbody td:not(.table-padding-left),
#myTable tbody th {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0px !important;
}

/* make sure borders show up */
#myTable {
  border-collapse: collapse;
}

/* add a light bottom border to every row */
#myTable tbody tr {
  border-bottom: 1px solid black;
}

/* (optional) remove the border after the last row on each page */
#myTable tbody tr:last-child {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: none !important;
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: 1px solid white !important;
  background: white !important;
  box-shadow: unset !important;
  color: blue !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: blue !important;
  border: 1px solid white !important;
  background: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: blue !important;
  border: none !important;
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 10px !important;
  padding-right: 0 !important;
}

/* ensure there's space and the image shows at right-center */
#myTable thead th {
  position: relative;
  padding-right: 24px;
  /* make room for the icon */
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 20px top 22px;
}

/* default (unsorted) state: show the up-arrow, lightly */
#myTable thead th.sorting {
  /* background-image: url('/img/icons/sort-default.svg') !important; */
  background-image: unset !important;

  opacity: 1;
  /* optional: dim it when inactive */
}

/* ascending (clicked once): solid up-arrow */
#myTable thead th.sorting_asc {
  background-image: url("/img/icons/sort-up.svg") !important;
  opacity: 1;
}

/* descending (clicked twice): down-arrow */
#myTable thead th.sorting_desc {
  background-image: url("/img/icons/sort-down.svg") !important;
  opacity: 1;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 0px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #111;
}

.selectize-dropdown-content {
  padding: 0px 0 !important;
}

.payment-methods-launch label {
  display: flex;
  align-items: anchor-center;
  gap: 10px;
}

.stripe-input {
  font-size: inherit !important;
  background-color: #f5f5f5;
  margin-top: 4px;
  padding: 8px 10px;
  border-bottom: none;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 3px;
}

.payment-gateways-section .payment-heading {
  padding: 20px 0px;
  display: flex;
  align-items: anchor-center;
  gap: 10px;
  border-bottom: 1px solid #ebebeb !important;
  margin: 0px;
}

.b-radius-16 {
  border-radius: 16px !important;
}

#faq-section {
  padding: 30px 0px 12px;
}

.country-clonepoint {
  display: flex;
  justify-content: space-between;
}

.faq-body-section .main_head {
  padding: 22px 0px !important;
}

.faq-body-section .panel-group .panel + .panel {
  margin-top: 1px;
}

.pad-0 {
  padding: 0px !important;
}

.selectize-control.multiselect.listen-for-filter-update.SumoUnder.multi {
  display: none;
}

.right-form-row-wrapper .row {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}

/* https tool-tip error */
.https-error-span {
  background: #f5f5f5;
  position: absolute;
  right: 0px;
  top: 40.5%;
  height: 33px;
  color: #dc3545;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
  display: flex;
  align-items: center;
}

.https-info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
  background-image: url("/img/icons/info-outline-circle-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 2.6px;
}

.https-info-icon::after {
  content: "HTTPS encrypts connections to prevent data theft and tampering. Enable it by installing an SSL/TLS certificate on your server.";
  position: absolute;
  left: 125%;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-style: normal;
}

.https-info-icon:hover::after {
  opacity: 1;
}

.selectize-dropdown .option[data-value^="group:"] {
  font-weight: 600;
}

.country-group-select {
  margin-right: 28px;
}

/* 
#myTable {
  margin-left: -15px;
} */

#myTable th:first-child {
  padding-left: 15px !important;
}

.submissions-table#myTable td:first-child,
.submissions-table#myTable th:first-child {
  padding-left: 0px !important;
}

.submissions-table#myTable tbody td,
.submissions-table#myTable tbody th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#myTable td:last-child,
#myTable th:last-child {
  padding-right: 15px !important;
}

.badge-submitted {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 22px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background-color: #24b966 !important;
}

.badge-submitted img {
  width: 11px;
  height: 11px;
}

.badge-draft {
  background-color: #efc03c !important;
}

.selectize-dropdown {
  width: 100% !important;
  height: auto;
}

.option[data-value="Regions"],
.option[data-value="Continents"],
.option[data-value="Countries"] {
  font-weight: 600;
  color: #000;
  opacity: 1;
}

.paginate_button.next {
  padding-right: 4px !important;
}

.selectize-dropdown-content .option {
  padding: 6px 18px;
  border-bottom: solid 1px #eee;
}

.selectize-dropdown-content .option[data-value="Countries"] {
  border-top: 1px solid #bfbfbf;
}

.menu-margin-left {
  margin-left: -18px !important;
}

.mb-6px {
  margin-bottom: 6px;
}

.gray-btn-light {
  color: #aaa !important;
  border: 1px solid #aaa !important;
}

.gray-btn-light:hover {
  color: blue !important;
  border: 1px solid blue !important;
}

.width-150px {
  width: 150px !important;
}

.actions-menu li a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 18px;
  border-bottom: solid 1px #eee;
}

span.badge,
.list-group-item.active > .badge {
  padding: 4px 12px !important;
}

a.active-link {
  color: blue !important;
}

span.primary-label {
  color: blue;
}

.selectize-input {
  /* border: 1px solid #ccc; */
  padding: 5px 5px 5px 10px !important;
}

/* my styles */
.pricing-container .pricing-container-header {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-head {
  padding: 6px 0px !important;
}

.logo-section {
  position: relative;
  max-width: 240px;
  width: 100%;
}

.download-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px;
  border-bottom-left-radius: 5px;
}

.width-151px {
  width: 151px;
}

.search-container-header .search-icon {
  right: 25px;
  width: 13px;
  height: 13px;
}

.submissions-table .action-icons {
  align-items: center !important;
}

.form_question .single {
  width: 512px !important;
  background-color: #f5f5f5;
}

.language-selection-section .selectize-control.single {
  max-width: 120px !important;
}

.form_questions_answers .selectize-input {
  width: 150px !important;
}

/* .selectize-input {
  display: flex;
}
.selectize-control .item {
  max-height: 24px;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}
.selectize-control {
  position: relative;
  min-width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
} */

.add_logo_span {
  color: #767676;
  text-decoration: underline;
}

.add_logo_span:hover {
  color: blue;
  text-decoration: underline;
}

.delete-logo:hover {
  color: blue;
}

label {
  color: #000 !important;
}

.custom-info-icon-margin {
  margin-top: -2px !important;
  margin-left: 2px !important;
}

h1.sub-large {
  font-size: 47px;
}

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

.langauge-info-icon-magin {
  margin-top: -1px !important;
}

.contact-organisation-heading {
  margin-top: 3px !important;
}

.flex-25 {
  flex: 2.5;
}

.ms-ctn.form-control {
  height: 32px !important;
  border-bottom: none !important;
}

.ms-ctn-focus {
  border-color: unset !important;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.ms-sel-item {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 250px !important;
}

@media (min-width: 768px) {
  .contact-custom-modal .modal-dialog {
    margin: 315px auto 0px auto;
  }
}

.tags-conditions-checks {
  color: #7c7b7b !important;
}

.light-gray-label {
  color: #232323 !important;
}

.mt-18px {
  margin-top: 18px;
}

.vote-counter-box-sub span {
  font-size: 14px !important;
  color: grey !important;
}

.accepting-submissions {
  color: #ff3131;
  border: 1px solid #ff3131;
  padding: 15px;
}

.contact-custom-modal .modal-body {
  padding: 30px 45px 0px 45px;
}
.contact-custom-modal .modal-body p {
  margin: 0px;
}
.contact-custom-modal .modal-footer {
  padding: 10px;
}
.contact-custom-modal .modal-content {
  padding: 10px;
}

@media (min-width: 768px) {
  .contact-custom-modal .modal-dialog {
    margin: 315px auto 0px auto;
  }
}

.upload-file-drop-zone {
  margin-top: 15px;
}

.tags-conditions-checks {
  color: #7c7b7b !important;
}

.light-gray-label {
  color: #232323 !important;
}

.mt-18px {
  margin-top: 18px;
}

.vote-counter-box-sub span {
  font-size: 14px !important;
  color: grey !important;
}

.sortable-placeholder {
  background: #f0f4fa;
  border: 1px dashed #3b82f6;
  min-height: 40px;
  margin: 8px 0;
  border-radius: 6px;
  transition: background 0.2s, border 0.2s;
}

.overflow-auto {
  overflow: auto !important;
}

.mt-neg-info {
  margin-top: -57px !important;
}

/* .terms-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */

.terms-description-label {
  padding: 20px 0;
}

.gray-text-icon {
  color: #9b9b9b;
  display: flex;
  gap: 8px;
}

.answer-accepted-label {
  color: #7c8082;
}

.mt-2px {
  margin-top: 13px;
}

.origin-title.translating {
  background-image: url("/img/spinner.gif");
  background-repeat: no-repeat;
  background-position: right center;
}

.m-l-neg-5px {
  margin-left: -5px !important;
}

.selectize-dropdown.single.timezone-selector {
  width: 250px !important;
}

.form-element-section.multi-selected {
  outline: 1px dashed #007bff;
}

.table-padding-left {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 12px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 1 !important;
  background-color: #f5f5f5 !important;
}

div#personal-area {
  padding-bottom: 15rem;
}

ul.terms-list.mt-1.mb-0 {
  margin-left: 3rem;
}

.form-element-section.selected {
  outline: 2px solid #2270ee;
}

.form-element-section.is-selected {
  outline: 2px solid #007bff;
  background: rgba(0, 123, 255, 0.08);
}

.form-sidebar.fixed {
  margin: 0px !important;
}

.stripe-power-logo {
  height: 30px;
  width: auto;
}

.fixed-bottom-20 {
  position: fixed;
  bottom: 20px;
}

.fixed-bottom-120 {
  position: fixed;
  bottom: 120px;
}

.fa-angle-down:before {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  right: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/img/icons/arrow-down.svg) no-repeat center center;
  background-size: contain;
}

.nationality-items-container {
  margin-top: -5px;
}

.selectize-control.bold-selectize .selectize-input {
  font-weight: bold;
  font-size: 14px;
  background: none;
}

.selectize-control.bold-selectize .selectize-input:after {
  /* position: sticky; */
  top: 16px;
  right: 11px;
}

.selectize-control.tp-1 .selectize-input:after {
  /* position: sticky; */
  top: 17px;
  right: 11px;
}

/* Hide jQuery UI placeholder while an empty state is visible */
.element-drop-zone:has(> .form-empty-state:not(.hide)) > .sortable-placeholder,
.element-drop-zone:has(> .form-empty-state.active-drop-state)
  > .sortable-placeholder,
.upload-file-drop-zone:has(> .upload-form-empty-state:not(.hide))
  > .sortable-placeholder,
.upload-file-drop-zone:has(> .upload-form-empty-state.active-drop-state)
  > .sortable-placeholder {
  display: none !important;
}

/* Elements box inside upload field (mobile only) */
.upload-file-drop-zone .upload-field-elements-box {
  margin-top: 15px;
  padding: 15px 15px 10px 15px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: block !important; /* Ensure it's visible */
}

/* Hide header inside upload field elements box */
.upload-file-drop-zone .upload-field-elements-box .header {
  display: none !important;
}

/* Hide full-grid-column elements (template section headers) */
.upload-file-drop-zone .upload-field-elements-box .full-grid-column {
  display: none !important;
}

/* Hide forbidden elements as backup */
.upload-file-drop-zone
  .upload-field-elements-box
  .form-element-item[data-type="template"],
.upload-file-drop-zone
  .upload-field-elements-box
  .form-element-item[data-type="upload-file"],
.upload-file-drop-zone
  .upload-field-elements-box
  .form-element-item[data-type="collect-payments"] {
  display: none !important;
}

.upload-file-drop-zone .upload-field-elements-box .form-element-item {
  margin-bottom: 8px;
}

/* Display elements in 2 columns inside upload field (same as sidebar) */
.upload-file-drop-zone .upload-field-elements-box .body {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 5px !important;
  margin: 0 !important;
}

/* Hide elements box on desktop */
@media (min-width: 1201px) {
  .upload-file-drop-zone .upload-field-elements-box {
    display: none !important;
  }
}

.element-flex.required-element label {
  color: #bdbdbd !important;
}

.existing-form-field-section label.form-check-label {
  color: #bdbdbd !important;
}

.h-15 {
  height: 15px;
}

.stripe-power-btn {
  background: #3a3afc;
  width: max-content;
  padding: 7px 20px;
  color: white;
  border-radius: 5px;
  justify-self: center;
  cursor: pointer;
}

.stripe-power-btn:hover {
  background: #5b5bff;
}

.stripe-power-btn img {
  width: 35px;
  margin-bottom: 2px;
}

.art-type-change .selectize-dropdown {
  width: 200px !important;
}

/* Only the ethnicity MagicSuggest instance */
.ethnicity-ms-scope .ms-sel-item.ms-sel-hidden {
  display: none !important;
}

.ethnicity-ms-scope .ms-sel-count {
  display: inline-block;
  background: #dfdfdf;
  color: #818181;
  font-size: 13px;
  padding: 2px 16px;
  border-radius: 15px;
  border: none;
  margin: 0px 5px 1px 0;
}

.ethnicity-ms-scope .ms-res-ctn {
  width: 400px !important;
}

/* Only the ethnicity MagicSuggest instance */

.art-type-change .selectize-input,
.language-selector-dropdown .selectize-input {
  padding-top: 6px !important;
}

select.art-type-change,
select.language-selector-dropdown {
  font-weight: bold;
  color: black;
}

select.art-type-change {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-left: 6px;
  padding-top: 1px;
}

.ms-sel-count {
  display: flex;
  justify-content: center;
}

a.stripe-link,
a.stripe-link:hover {
  color: #bdbdbd !important;
  text-decoration: none !important;
}

span.scb-stripe-chip img {
  height: 17px;
  margin-bottom: 2px;
}

.scb {
  border: 1px solid #5433ff;
  border-radius: 7px;
  padding: 4px 15px;
  color: #5433ff;
  align-content: center;
}

span.scb-text {
  padding: 0 6px;
}

.m-0 {
  margin: 0;
}

.align-top {
  align-items: start;
}

.builder-sidebar-internal {
  display: none;
}

.form-field-description {
  font-size: inherit;
  color: #bdbdbd;
}

.row-flex-fix {
  display: flex;
  flex-wrap: wrap;
}

.row-flex-fix > [class*="col-md-6"] {
  float: none;
  /* kill BS3 float */
  width: 50%;
  /* keep the 6-of-12 width */
}

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

@media (max-width: 1024px) {
  .language-settings .col-first {
    width: 55% !important;
  }
}

/* .file-upload-box {
  margin-inline: 12px;
} */

.h-298px {
  height: 298px !important;
}

.form_question .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 104px;
}

.stripe-input.error {
  font-size: inherit !important;
  border: 1px solid #ff3131;
  border-radius: 3px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.2;
  background: #f9fafb;
}

.value-indent {
  margin-left: 12px;
  display: inline-block;
}

.address-block {
  white-space: pre-line;
  margin-left: 12px;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-10-rem {
  padding-bottom: 80px !important;
}

.font-13 {
  font-size: 13px;
}

span.voted-pill {
  font-size: 14px;
}

.file-preview-img-section iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.submission-view-items .score-item {
  margin-top: 0px !important;
}

.rounds-data .accordion .section {
  padding: 10px 0px;
  margin: 0px !important;
}

.hr-slim {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 10px 0;
  display: block;
}

.py-10 {
  padding: 10px 0;
}

@media (min-width: 1280px) {
  .footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* @media (min-width: 1920px) {
  .file-preview-img-section iframe {
    top: 26px;
  }
} */

/* Play button */
.plyr__controls button[data-plyr="play"] svg {
  height: 16px !important;
}

/* Pause button */
.plyr__controls button[data-plyr="pause"] svg {
  fill: #606060 !important;
}

/* Fullscreen icon */
.plyr__controls button[data-plyr="fullscreen"] svg {
  fill: #606060 !important;
}

.top-countries ul li,
.top-cities ul li {
  color: #505050;
}

.rounded-radius-pills-btn {
  border-radius: 20px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 13px;
  padding-right: 13px;
}

.stats-title-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #myTable thead th.sorting_asc {
    background-image: unset !important;
    opacity: 1;
  }
  .stats-title-container {
    flex-direction: column;
  }
}

/* Menu dots icon with dynamic color using CSS mask */
.menu-dots-mask {
  display: inline-block;
  width: 22px;
  height: 18px;
  background-color: var(--menu-dots-color, #6e6e6e);
  -webkit-mask-image: url("/img/icons/menu-dots.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("/img/icons/menu-dots.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
