/**
* Theme Name: CodBe Child
* Description: This is a child theme of CodBe.
* Author: AcmeeDesign Softwares and Solutions
* Template: codbe
* Version: 1.0.0
*/

/**
* You can add your custom styles here
*/

/* Breadcrumbs */

.elementor-breadcrumbs nav span {
  font-size: 0;
}

.elementor-breadcrumbs nav span span {
  position: relative;
  font-size: 0.875rem;
}

.elementor-breadcrumbs nav span span:after {
  display: inline-block;
  content: "/";
  margin: 0 20px;
}

.elementor-breadcrumbs nav span span.breadcrumb_last:after {
  display: none;
}

/* Converter */

.converter__wraper {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.converter__input-wrapper {
  position: relative;
}

.elementor-converter
  input[type="number"].converter__input::-webkit-inner-spin-button,
.elementor-converter
  input[type="number"].converter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elementor-converter input[type="number"].converter__input {
  position: relative;
  display: block;
  width: 250px;
  padding: 13px 100px 13px 20px;
  margin: 0;
  border: 1px solid #1c83c6 !important;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.4;
  z-index: 2;
  box-shadow: none !important;
}

.elementor-converter ::placeholder {
  color: #1c83c6 !important;
}

.elementor-converter input[type="number"].converter__input:focus {
  outline: none;
  border: 1px solid #646f79 !important;
}
.converter__label {
  position: absolute;
  top: 53%;
  display: block;
  height: 30px;
  margin: 0;
  padding-left: 25px;
  transform: translateY(-50%);
  transition: 0.2s all ease-in;
  color: #1c83c6;
  font-size: 1.2rem;
  font-weight: 500;
  z-index: 3;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}

.converter__label.is-moved {
  top: 40%;
  left: 60%;
  font-size: 0.85rem;
}

.converter__label::after,
.converter__label::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 3px;
  background-color: #1c83c6;
  border-radius: 7px;
  opacity: 0;
  transition: 0.4s opacity ease;
}

.sign {
  display: none;
}

.converter__label::after {
  left: 14px;
  top: calc(50% - 5px);
}

.converter__label::before {
  left: 14px;
  bottom: calc(50% - 5px);
}

.converter__label.active::after,
.converter__label.active::before {
  /* opacity: 1; */
}

.converter__sign {
  width: 100px;
  position: relative;
}

.line-eq {
  position: absolute;
  left: calc(50% - 13px);
  display: block;
  height: 4px;
  width: 26px;
  background-color: #1c83c6;
  border-radius: 7px;
  z-index: 3;
}

.line-eq:nth-child(1) {
  top: calc(50% - 8px);
}

.line-eq:nth-child(2) {
  bottom: calc(50% - 8px);
}

/* 4. ## Minute to decimal - Transitions	animations */

.elementor-converter input[type="number"]:focus ~ .converter__label {
  color: #646f79;
}

.converter__input-wrapper.active input {
  color: #1c83c6;
}

.converter__input-wrapper.active .converter__label.is-moved::after,
.converter__input-wrapper.active .converter__label.is-moved::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .converter__wraper {
    flex-direction: column;
    height: 180px;
    justify-content: space-between;
    align-items: center;
  }
  .line-eq {
    position: relative;
  }
  .line-eq:nth-child(2) {
    bottom: -5px;
  }
  .line-eq:nth-child(1) {
    bottom: 5px;
  }
  .heading-row {
    display: none !important;
  }
  .convertor-table__row {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 15px;
  }
  .convertor-table__cell:nth-child(1) {
    border-top: 1px solid #dbdde2;
  }
  .convertor-table__cell {
    position: relative;
    width: 100%;
    padding-left: 50%;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #dbdde2;
    border-right: 1px solid #dbdde2;
    border-left: 1px solid #dbdde2;
    border-top: none;
  }
  .convertor-table__cell::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 8px;
    text-align: left;
    background: #1c83c6;
    color: #fff;
    bottom: 0;
    font-weight: bold;
    font-size: 15px;
  }
  .convertor-table__cell,
  .rTableHead {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .convertor-table__cell:nth-child(1):before {
    content: "Minute";
  }
  .convertor-table__cell:nth-child(2):before {
    content: "Decimal";
  }
  .convertor-table__cell:nth-child(3):before {
    content: "Minute";
  }
  .convertor-table__cell:nth-child(4):before {
    content: "Decimal";
  }
  .convertor-table__cell:nth-child(5):before {
    content: "Minute";
  }
  .convertor-table__cell:nth-child(6):before {
    content: "Decimal";
  }
}

/* Elementor Table */

.elementor-table tr:first-child {
  background: #1c83c6;
  color: #fff;
}

.elementor-table tr th {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #dbdde2;
  text-align: center;
  vertical-align: middle;
}

.elementor-table tr {
  background-color: #fff;
}

.elementor-table tr td {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #dbdde2;
  text-align: center;
  vertical-align: middle;
  color: #646f79;
}

.elementor-table tr:nth-child(2n) {
  background-color: #f6f8f9;
}

@media (max-width: 767px) {
  .elementor-table tr:first-child {
    display: none;
  }

  .elementor-table tr,
  .elementor-table td,
  .elementor-table {
    display: block !important;
    width: 100%;
  }

  .elementor-table tr {
    margin-bottom: 15px;
    max-height: 228px;
    max-width: calc(100vw - 30px);
  }

  .elementor-table td {
    position: relative !important;
    width: 100% !important;
    max-height: 36px;
    box-sizing: border-box;
    border: 1px solid #dbdde2 !important;
    border-top: 0 !important;
    padding: 6px 0 !important;
    padding-left: 50% !important;
    text-align: center !important;
    max-width: calc(100vw - 30px);
  }

  .elementor-table td:nth-child(1) {
    border-top: 1px solid #dbdde2 !important;
  }

  .elementor-table td::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 8px;
    text-align: left;
    background: #1c83c6;
    color: #fff;
    bottom: 0;
    font-weight: bold;
    font-size: 15px;
  }

  .elementor-table td:nth-child(1):before {
    content: "Minute";
  }

  .elementor-table td:nth-child(2):before {
    content: "Decimal";
  }

  .elementor-table td:nth-child(3):before {
    content: "Minute";
  }

  .elementor-table td:nth-child(4):before {
    content: "Decimal";
  }

  .elementor-table td:nth-child(5):before {
    content: "Minute";
  }

  .elementor-table td:nth-child(6):before {
    content: "Decimal";
  }
}

.hs-form {
  position: relative;
}

.hbspt-form form .form-columns-1:last-child {
  display: none !important;
}
.hbspt-form .hs-input {
  margin-bottom: 0 !important;
}
.hbspt-form fieldset {
  min-width: 100%;
}
.hbspt-form fieldset label {
  display: none;
}
.hbspt-form fieldset:last-child {
  display: none !important;
}
.hbspt-form fieldset .hs-form-booleancheckbox label {
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 20px;
}
.hs_hs_lead_status.hs-hs_lead_status.hs-fieldtype-radio.field.hs-form-field {
  display: none;
}
.hbspt-form input {
  width: 100% !important;
}
.hbspt-form input[type="submit"],
.hbspt-form .hs-fieldtype-booleancheckbox input {
  width: auto !important;
}
.hbspt-form .hs-fieldtype-booleancheckbox input {
  margin-bottom: 0px;
}
.hs-main-font-element,
.hbspt-form .hs-error-msg {
  display: inline-block !important;
  font-size: 14px;
  color: #ff0000;
}
.hbspt-form .hs_error_rollup {
  position: absolute !important;
  margin-bottom: 0 !important;
  bottom: -24px;
}
.hbspt-form .hs_error_rollup .hs-error-msgs {
  position: static !important;
}
.hbspt-form .hs_error_rollup .hs-error-msgs li {
  margin-bottom: 0px !important;
}
.hbspt-form .hs_error_rollup,
.hbspt-form .hs-input.invalid.error {
  margin-bottom: 40px;
}
.modal-body__form .hs_error_rollup,
.default-form .hs_error_rollup {
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.hbspt-form .field {
  position: relative;
}
.hbspt-form .no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}
.hbspt-form .no-list.hs-error-msgs.inputs-list li:last-child {
  margin-bottom: 5px;
}
.hbspt-form .hs-fieldtype-select .no-list.hs-error-msgs.inputs-list {
  margin-top: -30px;
}
.hs-fieldtype-textarea {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.hs-fieldtype-textarea .hs-error-msgs {
  order: 2;
  margin-top: 0px !important ;
}
.hbspt-form .hs-fieldtype-textarea .no-list.hs-error-msgs.inputs-list {
  margin-top: -5px;
}
/*
@-moz-document url-prefix() {
    .hbspt-form .hs-fieldtype-textarea .no-list.hs-error-msgs.inputs-list {
        margin-top: -40px;
    }
}*/
.hbspt-form .hs_error_rollup .no-list.hs-error-msgs.inputs-list {
  position: relative;
  bottom: 18px;
  /* left: 30px; */
  margin-top: 0;
}
.hbspt-form .hs-button {
  width: max-content !important;
  border-radius: 7px;
  padding: 12px 28px;
  line-height: 1;
  font-size: 1.0625rem;
  font-weight: 600 !important;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  border: none;
  background: rgb(34, 178, 76);
  color: rgb(255, 255, 255) !important;
  position: relative;
  margin: 20px auto 40px;
  padding-right: 48px;
}
.contact__form .hbspt-form .hs-button {
  background-color: #1c83c6;
}
.hbspt-form .hs-submit .actions {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.hbspt-form .hs-submit .actions:after {
  content: "";
  background-image: url(assets/images/icons/arrow-right-white--big.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 11px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.hbspt-form .hs-button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2) !important;
}
.hbspt-form .hs-form-booleancheckbox label input {
  display: none;
}
.hbspt-form .hs-form-booleancheckbox label span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  /*margin-bottom: 20px;*/
}
.hbspt-form .hs-form-booleancheckbox label span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #dbdde2;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 2.5px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
}
.hbspt-form .hs-form-booleancheckbox label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 7px;
  left: 2px;
  background-image: url(assets/images/icons/check-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.hbspt-form input:focus {
  /*  box-shadow: none;*/
}
.hbspt-form a {
  color: #1c83c6;
}
.hbspt-form a:hover {
  text-decoration: underline;
}
.hbspt-form .form-columns-1 .input {
  margin-right: 0 !important;
}
.hbspt-form .form-columns-1 .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
  min-height: 85px;
}
.hbspt-form .form-columns-2 .field:last-child .input {
  margin-right: 0 !important;
}

.hbspt-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.hbspt-form .form-columns-2 .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
  float: none !important;
  min-height: 85px;
}

.hbspt-form .form-columns-2 .hs-input {
  width: 100%;
  margin-right: 0 !important;
}

.hbspt-form .form-columns-2 .input {
  margin-right: 0 !important;
}

.hbspt-form .hs_message .input textarea {
  width: 100% !important;
  padding: 10px 20px;
}
.contact__form .hbspt-form .hs_message .input textarea {
  vertical-align: bottom;
  /*margin-bottom: 2px!important;*/
}
.hbspt-form .select2 {
  width: 100% !important;
  margin-bottom: 30px;
}
.hbspt-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
}
.hbspt-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.hbspt-form .select2-container--default .select2-selection--single {
  height: 55px;
  box-shadow: none;
  outline: none;
}
.hbspt-form .select2-container--default .select2-selection--single {
  border: 1px solid #dbdde2;
  border-radius: 7px;
  padding-left: 12px;
}
.hbspt-form .select2-results__options {
  width: calc(100% - 16px);
}

/* Contact us form */
select.hs-input {
  height: 55px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.hbspt-form .select2-selection__rendered:after {
  bottom: 22px;
}

.contact__form .hbspt-form .hs_error_rollup {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
/* White Papers Details Page */

.page-heading--whitepapers
  .hbspt-form
  .hs-form-booleancheckbox
  label
  input:checked
  + span::after {
  background-image: url(assets/images/icons/check-icon--white.svg);
}

.page-heading--whitepapers .hbspt-form .actions {
  margin-left: 0;
  max-width: 100%;
}
.page-heading--whitepapers .hbspt-form .hs-button {
  margin-left: 0;
  max-width: 100%;
  color: #1e9899;
  background-color: #fff !important;
}
.page-heading--whitepapers .hbspt-form .hs-submit .actions:after {
  pointer-events: none;
  background-image: url(assets/images/icons/arrow-right-white--big.svg);
}
/* Responsive */

@media only screen and (max-width: 1199px) {
  .hbspt-form .select2-results__options {
    width: calc(100% - 12px);
  }
}
@media only screen and (max-width: 991px) {
  .hbspt-form .select2-results__options {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .form-columns-2 {
    display: flex;
    flex-direction: column;
  }

  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .form-columns-1 .input,
  .form-columns-2 .input {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 576px) {
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 48% !important;
  }
}

.default-form input[type="submit"] {
  background-color: #1c83c6 !important;
  margin-bottom: 0 !important;
}

.default-form .select2-container--default .select2-selection--single {
  padding-left: 0 !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none !important;
}

.default-form {
  max-width: 580px !important;
  margin: 100px auto 0 !important;
}

.default-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 20px !important;
  padding-right: 50px !important;
  max-height: 53px !important;
}

.default-form .form__input {
  margin-bottom: 50px !important;
}

.default-form > p:last-child,
.default-form > form > p:last-child {
  font-size: 1rem !important;
  text-align: center !important;
  margin-top: 25px !important;
}

.default-form input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Custom Select */
.select2-container {
  min-width: 100%;
  color: #121a26;
}

.select2-selection.select2-selection--single {
  overflow: hidden;
  height: 53px;
  border: 1px solid #dbdde2;
  border-radius: 7px;
}

.search-dropdown .select2-selection__rendered {
  height: 50px;
  padding: 11px 20px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 13px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
  padding: 12px;
  display: block;
}

@media only screen and (max-width: 980px) {
  .blog-wrap .entry-header .post-meta .post-categories a:not(:first-child) {
    display: inline-block;
  }
}

@media only screen and (max-width: 430px) {
  .blog-wrap .entry-header .post-meta .post-categories a:not(:first-child) {
    margin-top: 10px;
  }

  .blog-wrap .entry-header .post-meta:has(> .post-categories a:nth-child(2)) {
    display: block;
  }

  .blog-wrap .entry-header .post-meta .post-categories:has(> a:nth-child(2)) {
    display: block;
    margin-top: 15px;
  }
}

/* Elementor Widget Text Editor */
.elementor-widget-text-editor blockquote h3 {
  color: #fff;
}
