@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*,
:after,
:before {
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
    pointer-events: none;
}
.dynamic_btnshow {
    cursor: pointer  !important;
    position: relative;
    touch-action: inherit !important;
    border: 1px solid #00BBD9;
    background: #00BBD9;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    min-width: 127px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: none;
}
.formWrapper {
  width: 100%;
}
.formWrapper.hubUnCuOptions.HubUcoremoveSpaces {
  margin-top: 0px;
}
.HubUcoremoveSpaces .formColHalf,.HubUcoremoveSpaces .formColFull {
  padding-right: 5px;
  padding-left: 5px;
}
.product--template .HubUcoremoveSpaces .formColHalf,.product--template .HubUcoremoveSpaces .formColFull {
  padding-right: 0px;
  padding-left: 0px;
}
.template-product .HubUcoremoveSpaces .formColHalf,.template-product .HubUcoremoveSpaces .formColFull {
  padding-right: 0px;
  padding-left: 0px;
}
.formRow {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}
.formColHalf,
.formColFull {
  position: relative;
  width: 100%;
}
.formColFull {
  width: 100%;
}
.formGroup {
  margin-bottom: 1rem;
}
.labelModify {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  color: #242424;
}
.inputModify {
  color: #495057;
  width: 100% !important;
  height: 46px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 5px;
  padding: 10px 13px;
  font-weight: 400;
  display: block;
  background-clip: padding-box;
  background-color: #fff !important;
  border: 1px solid #e2e5ec !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inputModif:active,
.inputModify:focus {
  border-color: #1572e8 !important;
  outline: 0;
  box-shadow: none;
}
.selectModify {
  position: relative;
  -webkit-appearance: none;
}
.selectModify {
  background-image: url("img/icn_select_drop.svg");
  background-repeat: no-repeat;
  background-position: 96.2%;
  background-size: 12px;

  display: block;
}
textarea.inputModify {
  height: auto;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 0;
  margin-left: 5px;
  vertical-align: middle;
}

.tooltip1:hover > .box-tooltip1,
.bt-icon:hover .tooltip1 > .box-tooltip1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tooltip1 .box-tooltip1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.tooltip1 .tooltip-text1 {
  position: relative;
  top: 0;
  left: -50%;
  width: auto;
  padding: 8px 16px;
  background-color: #000;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  text-align: center; 
  border-radius: 30px;
  z-index: 970;
  font-weight: 400;
}
.tooltip1 .tooltip-text1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #000;
  border-width: 8px 6px;
}
/*** Custom checkbox css here ***/
/* The container */
.cstCheckCon {
  display: flex;
  position: relative;
  padding-left: 51px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  flex: 0 0 100%;
  align-items: center;
}
.cstCheckCon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cstCheckCon .checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transition: all 0.4s ease-in-out;
}
.cstCheckCon:hover input ~ .checkmark {
  background-color: #ccc;
}
.cstCheckCon input:checked ~ .checkmark {
  background-color: #1572e8;
}
.cstCheckCon .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cstCheckCon input:checked ~ .checkmark:after {
  display: block;
}
.cstCheckCon .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*** // Custom checkbox css here ***/
/*** Custom radio css here ***/
.cstRadioCon {
  display: flex;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  flex: 0 0 100%;
  align-items: center;
}
.cstRadioCon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cstRadioCon .checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.cstRadioCon:hover input ~ .checkmark {
  background-color: #ccc;
}
.cstRadioCon input:checked ~ .checkmark {
  background-color: #1572e8;
}
.cstRadioCon .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cstRadioCon input:checked ~ .checkmark:after {
  display: block;
}
.cstRadioCon .checkmark:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
/*** // Custom radio css here ***/
.colorPikerWrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  position: relative;
/*  width: 50%;*/
  padding: 8px 10px 20px 40px;
  align-items: center;
}
.colorPikerWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.colorPikerWrapper:last-child {
  margin-right: 0;
}
.colorPikerWrapper .colorPicker {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 30px;
  width:30px;
  flex: 0 0 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
}
.colorPikerWrapper input:checked ~ .colorPicker {
  border: 2px solid #000
 }
.colorPicker:after {
  content: "";
  position: absolute;
  display: none;
}
.colorPikerWrapper input:checked ~ .colorPicker:after {
  display: none;
}
.colorPikerWrapper .colorPicker:after {
  left: 11px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.colorPikerWrapper label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  word-break: break-word;
  padding-left: 15px;
}
.inlineDiv {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin: 0 -10px;
}
div.co_borderBox, .radioCssBox {
  border: 1px solid #e2e5ec;
  padding: 10px;
  width: 100%;
  display: block;
  border-radius: 4px;
}
.cstCheckCon.disabled .checkmark{ 
  opacity: 0.4;
}
label.labelModify {
  display: block;
}
.hubUnCuOptions .formColHalf {
  flex: 0 0 100% !important; 
  max-width: 100% !important;
}
.hubUnCuOptions .co_help_text.tooltip_text2 {
  margin-top: 5px;
} 
.cstCheckCon:hover input[disabled] ~ .checkmark {
  background-color:#eee; 
  cursor: not-allowed;
}
.formGroup label.labelModify {
  font-weight: 600;
}
.hub-visually-hidden {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  display: none;
}

.hub_custom_title h4 {
  color: #000;
  font-size: 17px;
  margin: 0px 0 30px 0; 
  font-weight: 600;
  background: #eef0f3;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.hubUnCuOptions {
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  border-radius: 0.5rem;
  padding: 20px;
  border-radius: 0.5rem;
  margin: 10px 0 25px 0;
  background: #fff;
}

/* dynamic area css */

.dynamic_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.dynamic_overlay:target {
  visibility: visible;
  opacity: 1;
}
.dynamic_popup {
    margin: 80px auto;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    border-top: 4px solid #00bbd9;
    font-family: 'Roboto', sans-serif !important;

}
.dynamic_header {
  padding: 17px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.dynamic_popup h2 {
  color: #000;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
}
.dynamic_popup .dynamic_close {
  position: absolute;
  top: -1px;
  right: 20px;
  transition: all 200ms;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
  color: #e31212; 
}
.dynamic_content {
  font-size: 16px;
  line-height: 27px;
  padding: 20px;
  max-height: 75vh;
  overflow-y: auto;
}
.dynamic_content ul, .dynamic_content ol {
  padding-left: 15px;
}
.dynamic_content ul li, .dynamic_content ol li {
  list-style: inherit;
}
.dynamic_popup .dynamic_close:hover {
color: #e31212;
}
.time_catelog {
  margin: 11px -10px;
}
.time_catelog_col {
  float: left;
  width: 50%;
  padding: 0 10px 10px;
}
.textwarning {
  color: #25a0e2;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  margin-top: 5px;
  padding: 0 11px;
  line-height: 20px;
}
/* // dynamic area css */ 
.socialMediaCheckbox {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; 
}
.socialMediaCheckbox .preview_check {
    text-align: center;
    padding: 0 10px;
    width: 25%;
}
.socialMediaCheckbox .preview_check a, .socialMediaCheckbox .preview_check a:hover {
    text-decoration: none;
    color: #000;
    display: block;
}
.socialMediaCheckbox .preview_check .check-cont {
    font-size: 16px; 
    display: block;
    margin-top: -5px;
    letter-spacing: 0;
}

.acc-container {
  width: 100%;
}
.acc {
   border-bottom: 1px solid #c9d6df;
}
.acc-head {
  font-weight: 500;
  font-size: 18px;
  color: #52616b;
  background-color: #fff;
  padding: 0.375rem 0.75rem; 
  position: relative;
  cursor: pointer; 
  text-transform: capitalize;
}
.acc-head:hover, .acc-head.active {
  color: #1572e8;
}
.acc-head::before,
.acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #52616b;
  transition: all .3s;
} 
.acc-head p {
  margin: 0; 
  width: 100%;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.acc:last-child {
    border: none;
}
.acc-head::before {
  right: 15px;
  width: 2px;
  height: 20px;
  margin-top: -10px;   
}   
.acc-head::after {
  right: 7px;  
  width: 20px;
  height: 2px; 
  margin-top: -1px;  
}
.acc-content {
    padding: 11px 10px;
    background-color: transparent;
    font-size: 16px; 
    line-height: 24px;
    font-weight: 400;
    overflow: hidden; 
    display: none;
    transition: max-height 0.3s ease-out;
    border-top: 1px solid rgba(0, 0, 0, 0.125); 
    word-break: break-word;
}
.accs-item {
  border: 1px solid rgba(0, 0, 0, 0.125); 
  margin-bottom: 10px; 
  border-radius: 3px; 
}
.acc-content p {
  margin: 0;
}
.acc-head.active::before {
  transform: rotate(90deg);
}
.acc-head.active::after {
    background: #1572e8;
}
.acc-head:focus {
  background-color: #fff;
}    
.active .acc-content {
  display: block;    
} 
.hub-custom-options .input-btn-wraper-grid-view .grid-view {
  flex: 0 0 50% !important;   
}   
.hub-custom-options .input-btn-wraper-inline-view .inline-view {
  flex: 0 0 100% !important;  
} 



@media (min-width: 768px) {
  .formColHalf {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media(max-width:991px) {
  .colorPikerWrapper, .cstCheckCon, .cstRadioCon {
/*    flex: 0 0 100%;
    width: 100%;*/
  }
  .dynamic_popup{
    width: 90%;
  }
}
@media(max-width:767px) {
  .time_catelog_col {
    width: 100%;
  }
}
@media(max-width:480px){
  .socialMediaCheckbox .preview_check {
    width: 50%;
 }  
 .socialMediaCheckbox .preview_check a {
  margin-bottom: 10px;
 }
}