

.custom-h-checkboxes [type="radio"]:checked, .custom-h-checkboxes [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .custom-h-checkboxes [type="radio"]:checked + label, .custom-h-checkboxes [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }
  .custom-h-checkboxes [type="radio"]:checked + label:before, .custom-h-checkboxes [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: #ffffff;
    transition: 0.2s ease-in-out;
  }
  .custom-h-checkboxes [type="radio"]:checked + label:after, .custom-h-checkboxes [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .custom-h-checkboxes [type="radio"]:checked + label::before {
    border-color: #DC002D;
  }
  



.clr-yellow::after {
    background: #FCD63F !important;
}

.clr-green::after {
    background: #4FD651 !important;
}

.clr-purple::after {
    background: #5BB9FA !important;
}

.clr-blue::after {
    background: #AC8EEE !important;
}

.highlightText-option {
    margin-top: 50px;
}

.btn-eb {
    outline: none;
    border: 0;
    background-color: none;
    background: none;
    appearance: none;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.btn-eb:hover {
    opacity: 1;
}

.btn-eb span {
    font-family: 'Neutraface-Demi';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding-left: 4px;

    color: #231758;
}


.highlightText-option .highlightText-option__item:last-child {
    margin-bottom: 0;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 11px;
    height: 11px;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    opacity: .5;
    background-size: 11px !important;
}

@media (max-width: 767px) {
    .popup-sm {

        left: 50% !important;
        transform: translateX(-50%) !important;
      
        position: fixed !important;

    }
}

.popup-sm {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
    min-width: 300px;
    max-width: 300px;
    min-height: 200px;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 999;
    border: 0 !important;
}

.popup-sm button {
    cursor: pointer !important;
}

.popup-sm .btn-close {
    position: absolute;
    top: 20px;
    right: 0;
}


.popup-sm__item {
    position: relative;
}

.popup-sm {
    display: none;
}

#cal1 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 100px;
    left: 100px;
    overflow: none;
    z-index: -100;
}

#cal2 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    overflow: none;
    z-index: -100;
}

#tooltip1 {
    padding-top: 5px !important;
}

#tooltip1,
#tooltip2,
#tooltip3 {
  
    display: none;
    border: grey solid 1px;
    background: white;
    z-index: 999;
}

#tooltip3 .btn-close {
    position: relative !important;
    top: -11px;
}

#cal1 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 100px;
    left: 100px;
    overflow: none;
    z-index: -100;
}

#cal2 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    overflow: none;
    z-index: -100;
}



.popup-sm-note__body {
    background: #F1F3F4;
    border-radius: 8px;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
}

#tooltip2 .btn-close {
    top: 3px !important;
    right: 3px !important;
}


.popup-sm-note__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-sub-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.c-radios {
    margin-right: 16px;
}