/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	02.18.2020
**/
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;

  h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  p:last-child {
    margin-bottom: 0;
  }

  code {
    border-radius: 0px;
  }

  &+.bs-callout {
    margin-top: -5px;
  }
}

.callout-warning {
  border-left-color: #f0ad4e;

  h4 {
    color: #f0ad4e;
  }
}

.callout-default {
  border-left-color: #777;

  h4 {
    color: #777;
  }
}

.callout-danger {
  border-left-color: #d9534f;
}

.callout-danger h4 {
  color: #d9534f !important;
}

/*UPLOAD BUTTON*/
.custom-file-input2 {
  color: transparent;
}

.custom-file-input2::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input2::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input2:hover::before {
  border-color: black;
}

.custom-file-input2:active {
  outline: 0;
}

.custom-file-input2:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*UPLOAD BUTTON*/
@each $name, $color in (default, #777), (primary, #428bca), (success, #5cb85c), (danger, #d9534f), (warning, #f0ad4e), (info, #5bc0de), (bdc, #29527a) {
  .callout-#{$name} {
    border-left-color: $color;

    h4 {
      color: $color;
    }
  }
}

.pricingTable {
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  transform: translateZ(0px);
}

.pricingTable:before,
.pricingTable:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.pricingTable:before {
  border-right: 2px solid #6576ff;
  border-left: 2px solid #6576ff;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}

.pricingTable:after {
  border-bottom: 2px solid #6576ff;
  border-top: 2px solid #6576ff;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}

.pricingTable:hover:before {
  transform: scaleY(1);
}

.pricingTable:hover:after {
  transform: scaleX(1);
}

.pricingTable.active2 {
  border: 2px solid #6576ff;
}

.pricingTable .pricingTable-header {
  /*background: #08c6aa;*/
  color: #fff;
  margin: 0px 0px 35px;
  padding: 0px 0;

}



.pricingTable .heading {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.pricingTable .subtitle {
  font-size: 14px;
  display: block;
}

.pricingTable .price-value {
  font-size: 72px;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.pricingTable .currency {
  font-size: 45px;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: -30px;
}

.pricingTable .month {
  font-size: 20px;
  position: absolute;
  bottom: 17px;
  right: -40px;
}

.pricingTable .pricing-content {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #7a7e82;
  line-height: 40px;
}

.pricingTable .read {
  display: inline-block;
  border: 2px solid #7a7e82;
  /*border-right: none;*/
  font-size: 14px;
  font-weight: 700;
  color: #7a7e82;
  padding: 9px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 375px) {
  .pricingTable .read {
    border: 1px solid #7a7e82;
    padding: 5px 10px;
  }

  .accordion-inner-padding {
    padding: 1rem 0rem;
  }
}
@media screen and (max-width: 320px) {
  .choose-services-wrap {
    white-space: wrap !important;
  }
}
@media screen and (min-width: 426px) {
  .accordian-inner-margin {
    margin-left: 30px;
  }

  .banner-description-padding {
    padding: 30px;
  }
}

.pricingTable .read:hover {
  border-color: #6576ff;
  color: #6576ff;
}

.pricingTable .read.active {
  border-color: #6576ff;
  color: #6576ff;
}

.pricingTable .read i {
  font-size: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i {
  right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after {
  /*content: "";
    display: block;*/
  height: 30px;
  border-left: 2px solid #7a7e82;

  position: absolute;
  /*right: -11px;
    transition: all 0.3s ease 0s;*/
}

.pricingTable .read:before {
  /*bottom: -6px;
    transform: rotate(45deg);*/
}

.pricingTable .read:after {
  /*top: -6px;
    transform: rotate(-45deg);*/
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after {
  border-left-color: #6576ff;
}

.card-bordered.active2 {
  border: 2px solid #6576ff;
}

.btn-primary.active3 {
  border: 1px solid #6576ff;
  background: #6576ff;
  color: #ffffff;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 25px;
  }
}

#sharelink_div .accordion-icon {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
  transition: rotate 0.4s;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 22px;
  color: #6576ff;
  background-color: #eef0ff;
  border-color: transparent;
  box-shadow: inset 0 0 10px #c1c8ff;
}

#sharelink_div .accordion-icon-icon {
  position: absolute;
  right: left;
  top: 50%;
  font-size: 1.5rem;

  transform: translateY(-50%);
  transition: rotate 0.4s;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 17px;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  padding: 19px;
  color: #6576ff;
  background-color: #eef0ff;
  border-color: transparent;
  box-shadow: inset 0 0 10px #c1c8ff;
}

#sharelink_div .accordion {
  border-radius: 4px;
  border: 0px;
  background: #fff;
}

#sharelink_div .accordion-item:not(:last-child) .accordion-head {
  border: 0px;
  margin-bottom: 15px;

}

#sharelink_div .accordion-item:not(:last-child) .accordion-inner {
  border-bottom: 0px;
}

#sharelink_div .accordion-head {
  padding: 0rem;
}

#sharelink_div .accordion-head h6 {
  border: 1px solid #dbdfea;
  margin-right: 75px;
  margin-left: 68px;
  border-radius: 4px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: inset 0 0 10px #dbdfea;
}

#sharelink_div .accordion-item:last-child .accordion-inner {
  border-top: 0px;
}

/***** DETAILS TABS ****/

#sharelinkdetail .tabs-section {
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0px;
}

#sharelinkdetail .tabs-section .feature-img {
  max-height: 255px;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #fff;
}

#sharelinkdetail .tabs-section .nav-tabs {
  border: 0;

}

#sharelinkdetail .tabs-section .nav-link {
  border: 0;
  padding: 11px 15px;
  transition: 0.3s;
  color: #526484;
  border-radius: 0;
  border-right: 2px solid #6576ff !important;
  font-weight: 600;
  font-size: 15px;
  min-width: 100%;
}

#sharelinkdetail .tabs-section .nav-link:hover {
  color: #6576ff;
}

#sharelinkdetail .tabs-section .nav-link.active {
  color: #333333;
  background: #eef0ff;
  border-bottom: 2px solid #6576ff;
}

#sharelinkdetail .tabs-section .nav-link:hover {
  border-right: 4px solid #6576ff;
}

/* #sharelinkdetail .nav-tabs .nav-item:last-child {
  padding-right: 1.25rem;
} */

#sharelinkdetail .tabs-section .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

#sharelinkdetail .tabs-section .details h3 {
  font-size: 26px;
  font-weight: 500;
  color: #526484;
  margin-bottom: 20px;
}

#sharelinkdetail .tabs-section .details p {
  color: #aaaaaa;
}

#sharelinkdetail .tabs-section .nav-tabs .nav-link:after {

  background: transparent;

}

#sharelinkdetail .tabs-section .nav-tabs .nav-link .icon {
  font-size: 1rem;
  margin-right: 10px;
}

#sharelinkdetail .tabs-section .tab-content {
  margin-top: 0px;
}

.flex-container {

  min-height: 200px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  /* Standard syntax */
}

.flex-container .column {
  padding-left: 20px;
  min-height: 200px;
  -webkit-flex: 1;
  /* Safari */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* Standard syntax */
}

.new_modal_width {
  max-width: 75%;
}

#detail_tabs .nav {
  display: block;
}



@media (max-width: 768px) {
  .hide_this_img {
    display: none;
  }

  #register_footer.nk-auth-footer {
    display: none;
  }

  .new_modal_width {
    max-width: 96%;
  }
}


.select_services .custom-control-vertical {
  flex-direction: column;
  align-items: start;
}

.select_services .custom-control-stacked {
  margin: 0;
}

.select_services .custom-control-group {
  display: inline-flex;

  flex-wrap: wrap;

}

.select_services .w-100 {
  width: 100% !important;
}

.select_services .bg-lighter,
.dual-listbox .dual-listbox__item:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.select_services .custom-control-stacked>* {
  padding: 0;
  margin: -1px;
}

.select_services .custom-control-vertical>* {
  width: 100%;
}

.select_services .custom-control-vertical.custom-control-stacked>*:not(:last-child) .custom-control-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select_services .custom-control-pro.custom-control-sm .custom-control-label {
  padding: 0.6875rem 1.125rem 0.6875rem 3rem;
  font-size: 13px;
  line-height: 1.25rem;
  border-radius: 4px;
}

.select_services .custom-control-vertical .custom-control .custom-control-label {
  width: 100%;
}

.select_services .custom-control-pro .custom-control-label {
  border: 1px solid #e5e9f2;
  padding: 1.125rem 1.125rem 1.125rem 3.375rem;
  font-size: 13px;
  line-height: 1.25rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}

.select_services .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.select_services label {
  cursor: pointer;
}

.select_services .custom-control-label:before,
.custom-control-label:after {
  z-index: 1;
}

.select_services .custom-control-pro.custom-control-sm .custom-control-label::before,
.custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 1.125rem;
}

.select_services .custom-radio .custom-control-label::before {
  border-radius: 4px;
}

.select_services .custom-control-sm .custom-control-label::before,
.custom-control-sm .custom-control-label::after {
  left: -1.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.select_services .custom-control-label::before,
.custom-file-label,
.form-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select_services .custom-control-label::before {
  position: absolute;
  top: -0.028125rem;
  left: -2.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dbdfea solid 2px;
  box-shadow: inset 0 1px 1px rgb(16 25 36 / 8%);
  border-radius: 4px;
}

.select_services .custom-control-pro .custom-control-label>span:only-child {
  width: 100%;
  margin-left: 10px;
}

.select_services .custom-control-pro .custom-control-label>span {
  white-space: nowrap;
}

.select_services .d-flex,
.stretch,
.center,
.between-center,
.between-start,
.justify-around,
.justify-between,
.justify-center,
.justify-end,
.justify-start,
.align-center,
.align-end,
.align-start {
  display: flex !important;
}

.select_services .user-avatar.sq,
[class^=user-avatar]:not([class*=-group]).sq {
  border-radius: 4px;
}

.select_services .user-avatar[class*=-primary-dim] {
  color: #6576ff;
}

.select_services .user-avatar,
[class^=user-avatar]:not([class*=-group]) {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
}

.select_services .bg-primary-dim,
.dual-listbox .dual-listbox__item:active,
.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
  background-color: #ebedff !important;
}

.select_services .custom-control-pro .custom-control-label>span {
  white-space: nowrap;
}

.select_services .ms-2 {
  margin-left: 0.75rem !important;
}

.select_services .lead-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: block;
}

.select_services .lead-text+.sub-text {
  font-size: 12px;
}

.select_services .sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}

.select_services .custom-control-pro.custom-control-sm .custom-control-label::before,
.custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 1.125rem;
}

.select_services .custom-control-sm .custom-control-label:after {
  font-size: 0.9em;
}

.select_services .custom-control-sm .custom-control-label::before,
.custom-control-sm .custom-control-label::after {
  left: -1.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.select_services .custom-radio .custom-control-label:after {
  content: "\e980";
}

.select_services .custom-control-label:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-family: "Nioicon";
  color: #fff;
  opacity: 0;
}

.select_services .custom-control-pro.custom-control-sm {
  padding-left: 0;
}

.select_services .custom-control-vertical .custom-control {
  display: flex;
}

/**** CLIENT CSS ****/
.signature_width {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .signature_width {
    width: 100%;
  }
}

/*.MUIDataTable-responsiveBase-5, .MUIDataTable-responsiveBase-9{min-height: 300px;}
.MUIDataTable-responsiveBase-n {min-height: 300px;}*/

.inner_wizard_container .preview-icon-wrap svg {
  width: 40px;
}

.inner_wizard_container .selected_block {
  background-color: #eef0ff;
  border-color: #6576ff;
}

.inner_wizard_container .checked_block {
  background-color: #e6fcf6;
  border-color: #1ee0ac;
  color: #1ee0ac;
}

/********* SUPPORT PAGE CSS *********/
#content_div_id.content_div {
  background-color: white;
  padding: 0px;
  /* overflow: hidden; */
}

/* @media screen and (min-width : 1520px){ */
#content_div_id .helpEmails {
  margin-bottom: 30px;
}

#content_div_id .title_helpEmails {
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

#content_div_id .help_btns {
  float: left;
}

#content_div_id .help_btns a {
  margin-right: 10px;
}

#content_div_id .wide-xl {
  max-width: 100% !important;
}

#content_div_id .overline-title {
  color: #798bff !important;
}

#content_div_id .nk-aside {
  border-right: 1px solid #d7d7d7;
  margin-top: -35px;
}

#content_div_id .nk-header-brand {
  min-width: 224px;
  border-right: 1px solid #d7d7d7;
  padding: 18px !important;
}

#content_div_id .tb-ftr-info {
  max-width: 30% !important;
}

#content_div_id .tb-ftr-plan.tb-ftr-plans {
  max-width: 40% !important;
}

#content_div_id .tb-ftr-plan {
  max-width: 40% !important;
  text-align: left !important;
}

#content_div_id .block_span {
  display: block;
}

#content_div_id .tb-ftr-infos {
  max-width: 25% !important;
}

#content_div_id .nk-help-text {
  margin-bottom: 20px;
  padding: 0px !important;
}

#content_div_id .nk-help-text h5 {
  margin-bottom: 10px;
}

#content_div_id .nk-content-body {
  padding: 0px !important;
  width: unset !important;
}

#content_div_id .nk-content.inner {
  display: grid;
  grid-auto-flow: column;
}

#content_div_id .page_mainTitle {
  padding: 0px 0px 20px 0px;
}

@media only screen and (min-width : 1520px) {

  #content_div_id .table td:first-child,
  .table th:first-child {
    padding-left: 3.25rem;
  }

  #content_div_id .tb-ftr-plan {
    padding-right: 7rem !important;
  }

  #content_div_id .tb-ftr-plan.tb-ftr-plans {
    padding-left: 1.5rem !important;
  }
}

@media only screen and (max-width : 920px) {

  #content_div_id .table .tb-ftr-head th,
  #content_div_id .table td {
    font-size: 11px;
  }

  #content_div_id .nk-header-brand {
    border-right: 0px;
  }
}

@media only screen and (max-width : 720px) {

  #content_div_id .table td:first-child,
  #content_div_id .table th:first-child {
    padding-left: 0.8rem !important;
  }
}



@media only screen and (max-width : 750px) {
  #content_div_id .tb-ftr-item {
    display: revert;
  }

  .googleLocation-autocomplete-wrapper .css-13cymwt-control {
    min-height: 45px !important;
    max-height: 45px !important;
  }
}

@media only screen and (max-width : 500px) {
  #content_div_id .btn {
    padding: 0.4375rem 0.525rem;

  }
}

@media only screen and (max-width : 405px) {
  #content_div_id .btn {
    padding: 0.4375rem 0.25rem;

  }
}

#content_div_id .nk-footer-wrap {
  display: block;
}

#content_div_id .nk-footer-copyright {
  float: right;
}

#content_div_id .has-aside .nk-footer {
  background: white;
  width: calc(106% - 0px);
  padding-top: 0;
  border-top: 0;
  padding: 15px 25px 15px 0px;
  /* padding-left: 0;
      padding-right: 25px; */
  margin-left: -3rem;
  margin-right: -1rem;
}

.newcontent_padding {
  padding: 0px;
}

.newcontainerfluid_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.MuiTableCell-root {
  padding: 8px 8px 8px 16px !important;
}

#fileContainer input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #6576ff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

#fileContainer input[type=file]::file-selector-button:hover {
  background: #3f54ff;
}

.file-block-rfq {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #2222;
}

.file-block {
  width: 100%;

  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000000de;
}

@media only screen and (max-width : 750px) {

  /*****  Generic Table CSS  *****/
  .genericTable table,
  .genericTable thead,
  .genericTable tbody,
  .genericTable th,
  .genericTable td,
  .genericTable tr {
    display: block;
  }

  .genericTable td {
    /* Behave  like a "row" */
    border: none;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    /*padding-left: 50%; */
    white-space: normal;
    text-align: left;
  }

  .genericTable td .inner_column {

    padding-left: 15%;

  }

  .genericTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  .genericTable td:before {
    content: attr(data-title);
  }

  .registrations .nk-auth-body,
  .nk-auth-footer {
    max-width: 95% !important;
  }

  .react-international-phone-input-container {
    height: 81% !important;

  }
}

.MuiTableCell-root {
  padding: 8px 8px 8px 16px !important;
}

.MuiPaper-root>div:nth-child(3) {
  min-height: 300px;
  clear: both;
}

@media (min-width: 992px) {
  .registrations .nk-auth-container {
    width: 100%;
  }
}

.registrations .nk-split .nk-auth-footer {
  margin-right: auto !important;
}


.registrations .nk-auth-body,
.nk-auth-footer {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto !important;
}

.react-international-phone-input-container {
  height: 61%;
}


.react-international-phone-input-container .react-international-phone-country-selector-button,
.react-international-phone-input-container>.react-international-phone-input {
  height: 100% !important;
  font-size: 14px !important;
  border-color: #dbdfea !important;
}

.react-international-phone-country-selector-button {
  min-width: 60px;
}

.react-international-phone-country-selector-dropdown {
  z-index: 9 !important;
}

.react-international-phone-input {
  width: 100%;
}

@media (max-width: 767.98px) {
  .confirm-password-group .confirm-password-helper-text {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: block;
    margin-top: 6px;
    max-width: 100% !important;
  }

  .mobile-address-toggle-wrap {
    position: static !important;
    right: auto !important;
    top: auto !important;
    z-index: auto !important;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
  }
}

@media (max-width: 575.98px) {
  .quote-comment-reply-form {
    border: 1px solid #e5e9f2;
    border-radius: 4px;
  }

  .quote-mobile-action-stack {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .quote-mobile-action-stack > li,
  .quote-mobile-action-stack > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .quote-mobile-action-stack > li .btn,
  .quote-mobile-action-stack > div .btn {
    width: 100%;
    justify-content: center;
  }

  .quote-mobile-add-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .quote-mobile-add-actions .btn {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .quote-optional-tab .genericTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .quote-optional-tab .genericTable table {
    width: max-content;
    min-width: 100%;
  }

  .quote-optional-tab .genericTable thead {
    display: table-header-group !important;
  }

  .quote-optional-tab .genericTable tbody {
    display: table-row-group !important;
  }

  .quote-optional-tab .genericTable tr {
    display: table-row !important;
  }

  .quote-optional-tab .genericTable th,
  .quote-optional-tab .genericTable td {
    display: table-cell !important;
    white-space: nowrap;
  }

  .quote-optional-tab .genericTable .table td:nth-child(4) {
    min-width: 220px;
  }

  .quote-optional-tab .genericTable .table td:nth-child(4) [class*="-container"] {
    min-width: 220px;
  }

  .quote-optional-tab .genericTable .table td:nth-child(4) [class*="-control"] {
    min-height: 38px;
  }

  .quote-optional-tab .genericTable .table td:nth-child(4) [class*="-value-container"] {
    padding-right: 28px;
  }

  .quote-optional-tab .genericTable .table td:nth-child(4) [class*="-placeholder"],
  .quote-optional-tab .genericTable .table td:nth-child(4) [class*="-singleValue"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.select-search-option .select-search-arrow {
  right: 10px;
  /* Adjust the right spacing as needed */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sharelink-service-choose-btn {
    width: 100%;
    min-height: 54px;
    white-space: normal !important;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sharelink-service-choose-btn > span {
    white-space: normal;
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .sharelink-head-tools .nk-block-tools-toggle {
    position: relative;
  }

  .sharelink-head-tools .nk-block-tools-toggle .toggle-expand-content[data-content="pageMenu"] {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    width: auto !important;
    min-width: 220px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px !important;
    border-radius: 6px;
    z-index: 1001;
  }

  .sharelink-head-tools .nk-block-tools-toggle .toggle-expand-content[data-content="pageMenu"] .nk-block-tools {
    margin: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .sharelink-mobile-save-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .sharelink-mobile-save-actions .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .order-summary-mobile-tab .invoice-wrap {
    padding: 1rem !important;
  }

  .order-summary-mobile-tab .order-summary-table-scroll {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .order-summary-mobile-tab .order-summary-table {
    width: max-content;
    min-width: 760px;
  }

  .order-summary-mobile-tab .order-summary-table th,
  .order-summary-mobile-tab .order-summary-table td {
    white-space: nowrap;
  }

  .order-summary-mobile-tab .order-summary-table th:nth-child(3),
  .order-summary-mobile-tab .order-summary-table td:nth-child(3) {
    min-width: 220px;
    white-space: normal;
  }

  .order-mobile-add-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .order-mobile-add-actions .btn {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }

  .order-mobile-action-stack {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .order-mobile-action-stack > li,
  .order-mobile-action-stack > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .order-mobile-action-stack > li .btn,
  .order-mobile-action-stack > div .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Additional styles for the drop-down */
.select-search-dropdown {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/*.select-search-container:before {
    content: '\25BC'; 
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
  }*/

.quotation_steps .breadcrumb-item {
  font-size: 14px;
  font-weight: 800;
}

.quotation_steps .breadcrumb-item.active:not(:only-child) {
  font-weight: 800;
  color: #6576ff;
}

.right_invoice.invoice-desc {
  width: 45%;
}

.right_invoice .list-plain .text-dark {
  width: 50%;
}

.right_invoice_details.invoice-desc {
  width: 55%;
}

.right_invoice_details .list-plain .text-dark {
  width: 50%;
}

.invoice_details_popup .invoice-wrap {
  padding: 1rem;
}

.invoice_details_popup .accordion-s3 .accordion-inner {
  padding: 0.5rem 0.5rem 0.625rem;
}

.right_invoice .invoice-desc ul span {
  font-size: 12px !important;
}

.invoicefiles .attach-item span {
  white-space: nowrap;
  overflow: visible;

}

@media screen and (max-width: 768px) {
  .right_invoice.invoice-desc {
    width: 100%;
  }

  .right_invoice .list-plain li {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .right_invoice .list-plain .text-dark {
    width: auto;
    flex: 1;
    text-align: left;
    word-break: break-word;
  }

  .right_invoice .list-plain .text-dark:first-child {
    flex: 0 0 auto;
    min-width: 110px;
  }

  .right_invoice_details.invoice-desc {
    width: 100%;
  }

  .right_invoice_details .list-plain li {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .right_invoice_details .list-plain .text-dark {
    width: auto;
    flex: 1;
    text-align: left;
    word-break: break-word;
  }

  .right_invoice_details .list-plain .text-dark:first-child {
    flex: 0 0 auto;
    min-width: 110px;
  }
}

.margin-top-popup {
  margin-top: 70px;
}

#sharelink_div .accordion-icon-icon-red {
  border: 1px solid #f6bab5;
  color: #e85347;
  background-color: #fceceb;
  box-shadow: inset 0 0 10px #ffc1c1;
}

#sharelink_div .accordion-icon-icon-green {
  border: 1px solid #a5f3de;
  color: #1ee0ac;
  background-color: #e6fcf6;
  box-shadow: inset 0 0 10px #c1ffc5;
}

#sharelinkViews-table {
  border-collapse: collapse;
  width: 100%;
}

#sharelinkViews-table th,
#sharelinkViews-table td {
  padding: 8px;
  text-align: left;
}

.css-13cymwt-control {
  min-height: 36px !important;
  max-height: 36px !important;
  border-color: #dbdfea !important;
}

.customCountrySelect.css-b62m3t-container .css-13cymwt-control {
  min-height: 43px !important;
  border-color: #dbdfea;
}

#modalMarketingPDFLink .modal-xl {
  max-width: 90%;
}

/* Small phones (≤320px) */
@media screen and (max-width: 320px) {
  .googleLoginBtn-large,
  .googleLoginBtn-tablet {
    display: none;
  }
  .googleLoginBtn-small {
    display: block;
  }
}

/* Phones (321px–430px) */
@media screen and (min-width: 321px) and (max-width: 430px) {
  .googleLoginBtn-large,
  .googleLoginBtn-tablet {
    display: none;
  }
  .googleLoginBtn-small {
    display: block;
  }
}

/* Tablets (431px–1024px) */
@media screen and (min-width: 431px) and (max-width: 990px) {
  .googleLoginBtn-large,
  .googleLoginBtn-small {
    display: none;
  }
  .googleLoginBtn-tablet {
    display: block;
  }
}

/* Desktop (≥1025px) */
@media screen and (min-width: 991px) {
  .googleLoginBtn-small,
  .googleLoginBtn-tablet {
    display: none;
  }
  .googleLoginBtn-large {
    display: block;
  }
}

/* Hide the original placeholder text */
#googleLocation-autocomplete input::placeholder {
  color: transparent;
}

/* Overlay custom placeholder text */
#googleLocation-autocomplete input {
  position: relative;
}

#googleLocation-autocomplete input::before {
  content: 'Your Custom Placeholder Text';
  position: absolute;
  top: 50%;
  left: 10px;
  /* Adjust as needed */
  transform: translateY(-50%);
  color: #999;
  /* Adjust color as needed */
}

.p_description ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.p_description li {
  /* Add margin and padding to create spacing between list items */
  margin-bottom: 8px;
  /* Example margin between list items */
}

/* Style list item bullets (unordered list) */
.p_description ul li:before {
  content: "\2022";
  /* Unicode bullet character (ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢) */
  color: #526484;
  /* Bullet color */
  font-weight: bold;
  /* Optional: make bullet bold */
  display: inline-block;
  width: 1em;
  /* Adjust bullet spacing */
  margin-left: -1em;
  /* Move bullet to left to align with list indentation */
}

/* Style list item numbering (ordered list) */
.p_description ol li {
  /* Counter-increment to automatically number list items */
  counter-increment: list-counter;
}

.p_description ol li:before {
  content: counter(list-counter) ". ";
  /* Numbered list item */
  color: #526484;
  /* Number color */
}

.ck.ck-content.ck-editor__editable ol {
  margin-left: 15px !important;
}

.ck.ck-content.ck-editor__editable ul {
  margin-left: 18px !important;
}

.ck.ck-content.ck-editor__editable {
  border: 1px solid #ccced1 !important;
  min-height: 250px !important;
  max-height: 550px !important;
}

.default-border {
  border-color: #dcdcdc !important;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}

.error-border {
  border-color: red !important;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}

.ck-dropdown__panel .ck-list {
  max-height: 200px;
  /* Adjust the height as needed */
  overflow-y: auto;
}

.ck-content,
.ck-content p,
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content ul,
.ck-content ol {
  color: #333 !important;
}

.small_table_fontsize th,
td {
  font-size: 12px;
}

#profileUpdate .css-13cymwt-control {
  min-height: 53px !important;
  border-color: #dbdfea;
}

.customStyle-phone_input-add_sharelink {
  min-height: 53px;
}

.customStyle-phone_input-add_sharelink .default-border,
.customStyle-phone_input-add_sharelink .react-international-phone-country-selector-button,
.customStyle-phone_input-add_sharelink>.react-international-phone-input {
  border-color: #c6c6c6 !important;
}

.form_main_container .prettyprint {
  white-space: normal !important;
}

.address_cont .css-13cymwt-control {
  min-height: 43px !important;
  max-height: 43px !important;
  border-color: #dbdfea !important;
}

.customStyle-phone_input-add_sharelink {
  height: 6vh;

  max-height: 70px;
}

@media (max-height: 400px) {
  .customStyle-phone_input-add_sharelink {
    height: 50px;
  }
}

.checkbox-error .custom-control-label::before {
  border-color: red;
  border-width: 2px;
  border-style: solid;
}


.step-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nk-stepper-nav>* .step-item:after,
.nk-stepper-nav>* .step-item:before {
  display: grid;
  place-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #6576ff;
  background: rgba(133, 79, 255, 0.15);
  margin-right: 1.125rem;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
}

.nk-stepper-nav>* .step-item:before {
  content: attr(data-group-number);
}

.nk-stepper-nav>* .step-item:after {
  font-family: Nioicon;
  content: "\e9bd";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.nk-stepper-nav>.done .step-item:before {
  opacity: 0;
}

.nk-stepper-nav>.done .step-item:after {
  opacity: 1;
}

.nk-stepper-nav>.current .step-item:after,
.nk-stepper-nav>.current .step-item:before {
  color: #fff;
  background: #6576ff;
}

.nk-stepper-nav.is-vr {
  flex-direction: column;
}

.nk-stepper-nav-s2>* .step-item {
  border-radius: 4px;
  padding: 1rem 1.25rem;
  background: #f5f6fa;
  border-left: 2px solid transparent;
  height: 100%;
}

.nk-stepper-nav-s2>.current .step-item {
  border-left-color: #6576ff;
}

.nk-stepper-nav-s2>.done .step-item:before {
  color: #fff;
  background: #6576ff;
}

.background-white {
  background-color: white;
  min-height: 100vh;
}

.nk-wizard-simple .steps ul li .number {
  font-size: 13px;
  color: #8094ae;
  font-weight: 700;
}

.nk-wizard-simple .steps ul li .h5,
.nk-wizard-simple .steps ul li h5 {
  border: none;
  padding: 0 0 6px 0;
  letter-spacing: .02em;
  font-size: 13px;
  text-transform: uppercase;

  color: #8094ae;
}

.nk-wizard-simple .steps ul li.current .h5,
.nk-wizard-simple .steps ul li.current .number,
.nk-wizard-simple .steps ul li.current h5,
.nk-wizard-simple .steps ul li.done .h5,
.nk-wizard-simple .steps ul li.done .number,
.nk-wizard-simple .steps ul li.done h5 {
  color: #6576ff;
}

.nk-wizard-simple .steps ul li {
  position: relative;
  padding-bottom: 5px;
  padding-right: 1rem;
  margin-bottom: .5rem;
}

.nk-wizard-simple .steps {
  margin-bottom: 20px;
}

.nk-wizard-simple .steps .current-info {
  display: none;
}

.steps ul {
  display: flex;
}

.steps ul li {
  flex-grow: 1;
}

.nk-wizard-simple .steps ul li.current:after,
.nk-wizard-simple .steps ul li.done:after {
  height: 2px;
  background: #6576ff;
  width: 100%;
}

.nk-wizard-simple .steps ul li:after {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  transition: all .4s;
  background: #e5e9f2;
}

.background-white {
  background-color: white;

}

.DateRangePicker__CalendarSelection {
  background-color: #046294 !important;
  border: 1px solid #046294 !important;
  color: #ffffff !important;
  border-radius: 4px;
}

.DateRangePicker__LegendItemColor--selection {
  background-color: #046294 !important;
}

.nk-sidebar-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}

.nk-sidebar-content::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}

.nk-sidebar-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.sub-menu-custom {
  position: fixed !important;
  z-index: 1050;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  min-width: 213px;
  max-width: 213px;
  transition: opacity 0.2s ease-in-out;
}


@media screen and (max-width: 768px) {
  .toggle-icon-mobile {
    display: none !important;
  }
}

.nk-sidebar-widget-full .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}

.nk-sidebar-widget-full .toggle-expand-content>* {
  padding-left: 24px;
  padding-right: 24px;
}

.nk-profile-menu .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}

.nk-profile-menu .toggle-expand-content>* {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1200px) {
  .nk-sidebar-fat {
    transform: translateX(0);
    width: 340px;
  }

  .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content>* {
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media (min-width: 1560px) {
  .nk-sidebar-fat {
    width: 400px;
  }

  .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content>* {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (max-width: 575.98px) {
  .nk-block-tools-toggle .toggle-expand-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    width: 95vw;
    padding: 0 18px !important;
    background: #fff;
    margin-left: -8px;
    margin-right: -18px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  }

  .nk-block-tools-toggle .nk-block-tools-opt {
    margin-left: auto;
    width: 100% !important;
  }

  .nk-block-tools {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .custom-btn {
    width: 100% !important;
  }
}

.truncated {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin-bottom: 0.5rem;
}

.expanded {
  display: block !important;
  margin-bottom: 0.5rem;
}

.small-text2 {
  display: inline-block;
  margin-top: 0.25rem;
  transition: color 0.3s ease;
}

.small-text:hover {
  color: #4059e7;
}

.richtexteditor {
  color: #333 !important;
}

rte-toolbar-dropdown-item h1,
rte-toolbar-dropdown-item h2,
rte-toolbar-dropdown-item h3,
rte-toolbar-dropdown-item h4,
rte-toolbar-dropdown-item h5,
rte-toolbar-dropdown-item h6 {
  color: #333 !important;
}

/* Removes Bootstrap styles but keeps inline styles */
/* Ensures default browser behavior */
/*#custom-container-agreement ul,
#custom-container-agreement li,
#custom-container-agreement p {
  all: unset !important; 
  display: revert !important; 
  
}*/
.fs26px {
  font-size: 26px;
}

.ourCheckbox .buysell-pm-label:before,
.ourCheckbox .buysell-pm-label:after {
  border-radius: 0;
}

@media (max-width: 768px) {
  .email-custom-modal {
    margin-top: 0 !important;
  }

  .contact_support_button {
    display: none !important;
  }

  .contact_support_button_reverse {
    display: block !important;
  }
}

.contact_support_button {
  display: block;
}

.contact_support_button_reverse {
  display: none;
}

.css-1nmdiq5-menu {
  z-index: 999 !important;
}

/*
REPORTS MODAL Full Width
*/
.completeFlexibleModal {
  padding-right: 0px !important;

}

.completeFlexibleModal .modal-body {

  width: 100vw;
  height: 100vh !important;
}

.completeFlexibleModal .modal-xl {
  max-width: 100% !important;
}

.completeFlexibleModal .modal-dialog {
  margin-top: 0px !important;
}

/*
REPORTS MODAL Full Width
*/


.toggle-menu-custom {
  font-size: 1rem;
  position: relative;
  left: 6.6rem;
  cursor: pointer;
}

.custom-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.custom-tooltip-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
  z-index: 999;

  min-width: 380px;
  max-width: 580px !important;
  transition: opacity 0.3s ease;
  text-align: left;
  max-height: 250px;
  /* Set your desired height */
  overflow-y: auto;
  padding-right: 8px;
  /* Space for scrollbar */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #f1f1f1 rgba(0, 0, 0, 0.75);
}

.custom-tooltip-box,
.custom-tooltip-box * {
  color: #fff !important;
}

/* Tooltip arrow */
.custom-tooltip-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
}

/* Show on hover */
.custom-tooltip-wrapper:hover .custom-tooltip-box {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip-box ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.custom-tooltip-box ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .custom-tooltip-box {
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    min-width: 280px;
    max-width: 90vw;
    padding: 12px 16px;
    font-size: 12px;
    text-align: left;
  }

  .custom-tooltip-box::after {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
  }
}

.loading-blur {
  filter: blur(1px);
  transition: all 0.3s ease-in-out;
}

.diff-preview ins {
  text-decoration: none;
  background-color: #dcfce7;
}

.diff-preview del {
  text-decoration: line-through;
  background-color: #fee2e2;
}

ins {
  background-color: #dcfce7;
  text-decoration: none;
  color: #166534;
  font-weight: 500;
}

del {
  background-color: #fee2e2;
  text-decoration: line-through;
  color: #991b1b;
}

@keyframes pulse-scale {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(400%);
  }
}

@keyframes highlight-pulse {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: #d1fae5;
  }

  100% {
    background-color: #fff;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ Active line highlight animation */
#active-streaming-line {
  animation: active-line-pulse 1.5s ease-in-out infinite;
}

@keyframes active-line-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.5);
  }
}

/* ==============================
   Twilio Phone Input Styling
   ============================== */

.twilio-phone-input .react-international-phone-input-container {
  height: 50px !important;
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  border: 1px solid #dbdfea !important;
  border-radius: 6px !important;

  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.twilio-phone-input .react-international-phone-input {
  background: transparent !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.twilio-phone-input input {
  height: 50px !important;
  padding: 0.75rem !important;
  font-size: 0.875rem !important;
  color: #364a63 !important;
  background: transparent !important;
  flex: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

.twilio-input {
  height: 50px !important;
  min-height: 50px !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #dbdfea !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  color: #364a63 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.twilio-input:focus {
  border-color: #14b8a6 !important;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
  outline: none !important;
}


@media (max-width: 480px) {
  .MuiTableCell-root a .badge {
    width: 100% !important;
    /* height: 26px !important; */
    font-size: 12px !important;
  }
}

.stepperSidebar {
  min-height: 0;
}

.MuiPaper-root>div:nth-child(3) {
  min-height: 0;
  clear: both;
}

@media (max-width: 1100px) {
  .form-renderer-container .steps {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
  }

  .form-renderer-container .steps ul {
    display: flex;
    white-space: nowrap;
  }

  .form-renderer-container .steps li {
    flex-shrink: 0;
    min-width: auto;
  }
}

@media (max-width: 767.98px) {
  .agreement-mobile-action-stack {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 8px;
  }

  .agreement-mobile-action-stack > .mr-auto,
  .agreement-mobile-action-stack > .ml-auto {
    width: 100%;
    margin: 0 !important;
  }

  .agreement-mobile-action-stack > .ml-auto > div {
    float: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .agreement-mobile-action-stack .btn {
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .form-submissions-layout {
    display: flex;
    flex-direction: column;
  }

  .form-submissions-layout > .form-submissions-aside {
    order: 1;
    width: 100%;
    max-width: 100%;
    border-left: 0;
    border-bottom: 1px solid #dbdfea;
  }

  .form-submissions-layout > .form-submissions-content {
    order: 2;
    width: 100%;
  }

  .form-submissions-content .d-flex.justify-content-between.align-items-center.mb-4 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .form-submissions-content .d-flex.justify-content-between.align-items-center.mb-4 .btn {
    width: 100%;
    justify-content: center;
  }

  .form-submissions-table-card {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* Forms submissions page: keep table scrollable whenever content is wider than viewport */
.form-submissions-layout > .form-submissions-content {
  min-width: 0;
}

.form-submissions-table-card {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.form-submissions-table-card .MuiPaper-root,
.form-submissions-table-card [class*="MUIDataTable-responsive"],
.form-submissions-table-card .MuiTableContainer-root {
  overflow-x: auto !important;
}

.form-submissions-table-card .MuiTable-root {
  min-width: 980px;
  table-layout: auto;
}

.form-submissions-table-card .MuiTableCell-root {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .form-submissions-content .card-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .upgrades-signup-actions .btn {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 8px;
  }

  .upgrades-signup-actions .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .phone-number-head-actions {
    position: relative;
  }

  .phone-number-mobile-actions {
    position: relative;
    display: inline-block;
  }

  .phone-number-mobile-actions-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid #dbdfea;
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 8px 20px rgba(19, 43, 77, 0.15);
    z-index: 1001;
  }

  .phone-number-mobile-actions-menu .btn {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 !important;
  }

  .phone-number-mobile-actions-menu .btn + .btn {
    margin-top: 8px !important;
  }
}
