.bg-purple {
    background-color: #4589ba;
}

.bg-orange {
    background-color: #ec582a
}

.txt-black {
    color: #2b2b2b
}

.rel {
    position: relative
}

.txt-orange {
    color: #ec582a
}

.title-banner {
    color: #fff;
    padding: 90px
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

form.form .form-control {
    background-color: #f0f0f0;
    border: 0;
    padding: 14px
}

.swal2-confirm{
    
    background-color: #4589ba !important;
}

.btn:hover {
    background-color: #2d7888;
    padding: 15px 45px;
    color: #fff
}

.btn_primary {
    background-color: #4589ba;;
    padding: 15px 45px;
    color: #fff
}

.btn_primary:hover {
    color: #fff
}

.btn_primary:focus {
    box-shadow: none
}

.btn_primary_outline {
    border: 1px solid #4589ba;;
    padding: 15px 45px;
    color: #4589ba;
}

.btn_primary_outline:hover {
    color: #4589ba;
}

.btn_primary_outline:focus {
    box-shadow: none
}

.form-label {
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.question-mark-round {
    font-weight: 400;
    color: #707070;
    font-size: 12px;
    border: 1px solid #707070;
    padding: 2px 8px;
    border-radius: 50%;
    cursor: pointer
}

.tooltip-text {
    position: absolute;
    display: none;
    right: -165px;
    top: -10px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #707070;
    padding: 5px 10px;
    z-index: 9;
    color: #707070;
    background-color: #fff;
    max-width: 150px
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0
}

.radio-item input[type=radio] {
    display: none
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #ec582a
}

.radio-item label {
    font-weight: 400
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #c6c6c6;
    background-color: initial
}

.help-block small {
    display: block !important
}


.toggle-btns {
    display: flex;
    grid-gap: 1rem;
    gap: 1rem
}

.toggle-btns .toggle-btn-options {
    flex: 50%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px
}

.toggle-btns .toggle-btn-options.muted {
    color: #ada6a6;
    background-color: #f0f0f0
}

.toggle-btns .toggle-btn-options.selected {
    color: #fff;
    background-color: #4589ba;
}