/* .input-number-arrow-hidden */

.input-number-arrow-hidden {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

.input-number-arrow-hidden::-webkit-outer-spin-button,
.input-number-arrow-hidden::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-100{
    width: 100%;
}
/* input bg white */
.input-border-bg-white{
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 9px 13px;
    font-weight: 400;
    font-size: 16px;
    color: #6B7280;
}

.text-12{
  font-size: 12px;
}

.text-14{
    font-size: 14px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #F37B53;
    border-radius: 4px;
    margin-right: 0.5em;
    background: #F37B53;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #F37B53;
    background-color: #F37B53;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.btn-orange{
    background: #F26F47;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 15px;
    border: 1px solid #F26F47;
}

.btn-orange:hover{
    border: 1px solid #F26F47;
    color: #F26F47;
    background: #fff;
}

#banner{
    overflow: hidden !important;
}
