
#site-head .fixable-item {
    background-color: #ffffff;
}

#site-head nav a:not(.nav-burger) {

    color: #000000;
}

#site-head .btn-clear {
    border-color: #280071;
}

#site-head .page-content {
	background-color: #ffffff;
}

#site-head:hover .fixable-item {
	background-color: #ffffff;
}

#site-head .fix-me .fixable-item  {
background-color: #ffffff;	
}

#site-head .fix-me-bottom .fixable-item  {
background-color: #280071;	
}

.tabbed-wrapper input#tab-1-3,
input#tab-1-3 + label,
.tabbed-wrapper .tabbed-content.tab-load-settings:last-child {
    display: none !important;
}



.layout-unauth main:before {
background-color: #280071;}

.cta-1 {
    background-color: #00a9e0;
    border-color: #00a9e0;
}

.cta-1:hover, .cta-1:focus, .cta-1:active{
    background-color: #00a9e0;
    border-color: #00a9e0;
}

.cta-3 {
    background-color: #00a9e0;
    border-color: #00a9e0;
}

.cta-3:active, .cta-3:focus, .cta-3:hover {
	background-color: #00a9e0;
    border-color: #00a9e0;
}

#site-head .btn-clear
{
background-color:transparent;
}



.btn {
background-color: #00a9e0;
}

.mc-actions .cfpb-fee-details a {
   background-color: #00a9e0;
}

.page-steps {
	 background-color: #00a9e0;
}

.cta-3 {
    background-color: #00a9e0;
    border-color: #00a9e0;
}

@media only screen and (min-width:320px) and (max-width:1024px){     
 #site-head nav > .content >ul > li > a {
     color:black;    } }



@media only screen and (min-width:320px) and (max-width:767px){
    #site-head nav > .content >ul > li > a {
    color:black;
    }
}


}
#site-head .head-content > label > span {
    background-color:white;
    }

#site-head .nav-burger > span{
   
 background-color:white;

}
.msg-block.warning-msg {
    background-color: #280071 !important;
}
.card-panel th{
    padding-right:10px; !important
}

/* Card Control */

.limit-container {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #f6f7f8;
}

.toggle-btn {
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
    margin-left: auto;
}

.enabled-btn {
    background-color: #280071;
    color: white;
    margin-bottom: 5px;
}

.disabled-btn {
    background-color: #ccc;
    color: white;
    margin-bottom: 5px;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

    .slider-container input[type="range"] {
        flex: 1;
        width: 100%;
        -webkit-appearance: none;
        height: 6px;
        background: #ddd;
        outline: none;
        border-radius: 5px;
    }

    .slider-container input[type="text"] {
        max-width: 88px;
        text-align: left;
        padding-left: 17px;
    }

.min-max {
    display: flex;
    font-size: 12px;
    color: #666;
    margin-top: -5px;
}

.collapsible {
    background-color: #280071;
    color: white;
    padding: 10px;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
}

.transactionregiontype {
    width: 100%;
    display: none;
}

.input-group-addon {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    font-weight: bold;
}

/* Wrapper to hold input and symbol */
.input-wrapper {
    position: relative;
    width: 100%;
}

/* Currency Symbol ($) */
.currency-symbol {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
}


.slider-container input[type="range"] {
    flex: 1;
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    background: #ccc;
    outline: none;
    border-radius: 5px;
}

    /* WebKit (Chrome, Safari, Edge) */
    .slider-container input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        background: #ccc;
        border-radius: 5px;
    }

    .slider-container input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        background: #280071;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -4px;
    }

    .slider-container input[type="range"]::-webkit-slider-runnable-track {
        background: linear-gradient(to right, #280071 0%, #280071 var(--progress), #ccc var(--progress), #ccc 100%);
    }

    /* Firefox */
    .slider-container input[type="range"]::-moz-range-progress {
        background: #280071;
        height: 6px;
        border-radius: 5px;
    }

    .slider-container input[type="range"]::-moz-range-track {
        background: #ccc;
        height: 6px;
        border-radius: 5px;
    }

    .slider-container input[type="range"]:disabled {
        background: #ccc !important;
        opacity: 0.6;
    }

    .slider-container input[type="range"]:enabled {
        background: linear-gradient(to right, #280071 0%, #280071 var(--progress), #ccc var(--progress), #ccc 100%) !important;
    }

.arrow {
    font-size: 18px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #280071;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }


.input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.currency-symbol {
    white-space: nowrap;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .input-wrapper {
        margin-top: 10px;
    }
}


input[type="range"] {
    --progress: 50%;
    background: linear-gradient(to right, #007bff var(--progress), #e9ecef var(--progress));
    height: 6px;
    border-radius: 3px;
    appearance: none;
    width: 100%;
}

    input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #007bff;
        cursor: pointer;
        border: none;
        margin-top: -5px; /* Align thumb with track */
    }

    input[type="range"]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #007bff;
        cursor: pointer;
        border: none;
    }
/* End of Card control*/