﻿.featured-box h4 {
    color: #131035;
}

.featured-box .box-content {
    border-top: 1px solid #131035;
}

.featured-box .icon-featured {
    background-color: #0D526A;
}

.featured-box-effect-2 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #0D526A;
    box-shadow: 0 0 0 3px #0D526A;
}

.dashboard h3 {
    color: #131035;
}


.dropdown-item:focus {
    background-color: #131035 !important;
}

.text-primary-light {
    color: #f3f3f3 !important;
}

.bg-primary-light {
    background-color: #f3f3f3 !important;
}

.text-credit-gateway {
    color: #131035 !important;
}

.text-credit-gateway-landing {
    color: #35839f !important;
}

.bg-credit-gateway {
    background-color: #0D526A !important;
}

.border-credit-gateway {
    border-color: #0D526A !important;
}



.btn-creditgateway {
    color: #fff !important;
    background-color: #131035 !important;
    border-color: #131035 !important;
}

    .btn-creditgateway:hover {
        color: #fff !important;
        background-color: #0D526A !important;
        border-color: #0D526A !important;
    }

    .btn-creditgateway:focus, .btn-creditgateway.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 122, 153, 0.49) !important;
    }

    .btn-creditgateway.disabled, .btn-creditgateway:disabled {
        color: #fff !important;
        background-color: #000D30 !important;
        border-color: #000D30 !important;
    }

    .btn-creditgateway:not(:disabled):not(.disabled):active, .btn-creditgateway:not(:disabled):not(.disabled).active,
    .show > .btn-creditgateway.dropdown-toggle {
        color: #fff !important;
        background-color: #131035 !important;
        border-color: #131035 !important;
    }

        .btn-creditgateway:not(:disabled):not(.disabled):active:focus, .btn-creditgateway:not(:disabled):not(.disabled).active:focus,
        .show > .btn-creditgateway.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 122, 153, 0.49) !important;
        }





.slider-selection {
    background: linear-gradient(to left, #131035, #131035) !important;
}

.slider-handle, .min-slider-handle {
    background-color: #131035 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.slider .tooltip-inner {
    background-color: #131035 !important;
}

.slider .tooltip-arrow {
    border-top-color: #131035 !important;
    color: #131035;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #131035 !important;
}

.form-check-input:checked ~ .form-check-label::before {
    color: #fff;
    border-color: #131035 !important;
    background-color: #131035 !important;
}

.form-check-input:focus ~ .form-check-label::before {
    box-shadow: 0 0 0 0.2rem rgba(39, 125, 130, 0.25) !important;
}

/* WIZARD HEADING COLOUR ------------------------- */
/*-------------------------------------------------*/
.text-wizard-heading {
    color: #f3f3f3 !important;
}

.border-wizard-heading {
    border-color: #f3f3f3 !important;
}
/*-------------------------------------------------*/

/* ACCORDION BUTTON NO HOVER  ---------------------*/
/*-------------------------------------------------*/
.btn-creditgateway-no-hover {
    color: #fff !important;
    background-color: #131035 !important;
    border-color: #131035 !important;
}


    .btn-creditgateway-no-hover:focus, btn-creditgateway-no-hover:active {
        outline: none !important;
        box-shadow: none;
    }
/*-------------------------------------------------*/

/* LIST GROUP ITEM COLOUR -------------------------*/
/*-------------------------------------------------*/
.list-group-item.active {
    background-color: #131035 !important;
    border-color: #131035 !important;
}
/*-------------------------------------------------*/

/* DROPDOWN BORDER COLOUR -------------------------*/
/*-------------------------------------------------*/
/*select {
    border-color: #131035 !important;
}*/
/*-------------------------------------------------*/

input[type=checkbox]:checked + label {
    color: #131035 !important;
}

input[type=radio]:checked + label {
    color: #131035 !important;
}

input[type=checkbox]:checked + label:hover {
    color: #131035 !important;
}

input[type=radio]:checked + label:hover {
    color: #131035 !important;
}

/*input[type=checkbox]:not(:checked) + label {
    color: #131035 !important;
}*/

input[type=checkbox]:not(:checked) + label:hover {
    color: #131035 !important;
}

input[type=radio]:not(:checked) + label:hover {
    color: #131035 !important;
}



/* POLICY PAGE HORIZONTAL LINE COLOUR ------------ */
/*-------------------------------------------------*/
hr.colour {
    border: 0.5px solid #131035;
}
/*-------------------------------------------------*/

::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    cursor: auto;
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#131035, #131035);
    border: 1px solid transparent;
    border-radius: 0;
}


#tab_panes .nav-pills .nav-link.active {
    background-color: #131035 !important;
    border-radius: 0px;
}

#tab_panes .nav-pills .nav-link:not(.active) {
    background-color: transparent !important;
    color: #000;
}

#nav_tabs.nav-tabs .nav-link:hover, #nav_tabs.nav-tabs .nav-link:focus {
    border-color: transparent transparent #131035 !important;
}

#nav_tabs.nav-tabs .nav-link.active,
#nav_tabs.nav-tabs .nav-item.show .nav-link {
    /*color: #495057;
    background-color: rgba(0, 0, 0, 0.1) !important;*/
    border-color: transparent transparent #131035 !important;
}
