/*!
 * 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;
}

.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: 2.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%;
  }

  .select-search-option .select-search-arrow {
    right: 10px; /* Adjust the right spacing as needed */
  }
  
  /* 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; 
    
  }
  .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%;}

  @media screen and (max-width: 430px){
    .googleLoginBtn-large{ display: none; }
  }
  @media screen and (min-width: 431px){
    .googleLoginBtn-small{ display: none; }
  }
  
  /* 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: 43px !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: 100vw; padding: 0 18px !important; background: #fff; margin-left: -18px; 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;
}
