﻿@media (max-width: 780px) {
    #register h1 {
        font-size: 1rem;
    }

    #register p {
        font-size: 0.5rem;
    }

    .p-special {
        font-size: 1.1rem !important;
    }

    #bureau h3 {
        font-size: 1.5rem;
    }

    a.nav-link {
        margin-bottom: 10px;
    }

    #callMeBack {
        height: auto !important;
        background-size: 300px auto !important;
    }

        #callMeBack h3 {
            font-size: 1.5rem;
        }

        #callMeBack p {
            font-size: 0.9rem;
        }

        #callMeBack label {
            font-size: 0.9rem;
        }

    .p-smaller {
        font-size: 0.80rem;
    }

    .h-smaller {
        font-size: 1.1rem;
    }

    #protection {
        height: 90vh !important;
    }

        #protection h3 {
            font-size: 1.25rem;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #protection p {
            font-size: 0.8rem;
        }
}

.h-100 {
    height: 100%;
}

.dashboard h3 {
    color: #444347;
}

    .dashboard h3.w-100.px-4 {
        color: #101024 !important;
    }

.dropdown-item:focus {
    background-color: #444347 !important;
}

.text-primary-light {
    color: #f3f3f3 !important;
}

.bg-primary-light {
    background-color: #f3f3f3 !important;
}

.text-credit-gateway {
    color: #101024 !important;
}

.bg-credit-gateway {
    background-color: #101024 !important;
}

.border-credit-gateway {
    border-color: #2D9FAB !important;
}

.btn {
    border-radius: 4px;
}

.btn-xl {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-outline-primary.btn-lg.m-2 {
    border-color: #2D9FAB;
    color: #2D9FAB;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-sm.btn-info.ml-3 {
    background-color: #444347 !important;
}

    .btn.btn-sm.btn-info.ml-3:hover {
        background-color: #505158 !important;
    }

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2D9FAB;
    border-color: #2D9FAB;
}


.btn-creditgateway {
    color: #fff !important;
    background-color: #2D9FAB !important;
    border-color: #2D9FAB !important;
}


    .btn-creditgateway:hover {
        color: #fff !important;
        background-color: #276e76 !important;
        border-color: #276e76 !important;
    }

    .btn-creditgateway:focus, .btn-creditgateway.focus {
        box-shadow: 0 0 0 0.2rem #276e76 !important;
    }

    .btn-creditgateway.disabled, .btn-creditgateway:disabled {
        color: #fff !important;
        background-color: #45c1d0 !important;
        border-color: #45c1d0 !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: #45c1d0 !important;
        border-color: #45c1d0 !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 #45c1d0 !important;
        }

.btn-outline-creditgateway {
    color: #2D9FAB !important;
    background-color: #fff !important;
    border-color: #2D9FAB !important;
}

    .btn-outline-creditgateway:hover {
        color: #fff !important;
        background-color: #2D9FAB !important;
    }

/*-------------------------------------------------*/
/* slider colors */
/*-------------------------------------------------*/
.slider-selection { /* slider bars */
    background: linear-gradient(to left, #2D9FAB, #2D9FAB) !important;
}

.slider-handle, .min-slider-handle { /* slider drag Dot */
    background-color: #2D9FAB !important;
    background-image: none !important;
    box-shadow: none !important;
}

.slider .tooltip-inner { /* slider tooltip content */
    background-color: #2D9FAB !important;
}

.slider .tooltip-arrow { /* arrow just below tootlip => set same as tooltip content */
    border-top-color: #2D9FAB !important;
    color: #2D9FAB !important;
}

.tooltip.top .tooltip-arrow { /* set same as .slider .tooltip-arrow */
    border-top-color: #2D9FAB !important;
}

.slider .tooltip.bs-tooltip-top .arrow:before { /* caret below tooltip inner */
    border-top-color: #2D9FAB;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2D9FAB !important;
    background-color: #2D9FAB !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(30, 116, 187, 0.3) !important;
}

/* WIZARD HEADING COLOUR ------------------------- */
/*-------------------------------------------------*/
.text-wizard-heading {
    color: #2D9FAB !important;
}

.border-wizard-heading {
    border-color: #fff !important;
}
/*-------------------------------------------------*/

/* ACCORDION BUTTON NO HOVER  ---------------------*/
/*-------------------------------------------------*/
.btn-creditgateway-no-hover {
    color: #fff !important;
    background-color: #2D9FAB !important;
    border-color: #2D9FAB !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: #444347 !important;
    border-color: #444347 !important;
}
/*-------------------------------------------------*/

/* DROPDOWN BORDER COLOUR -------------------------*/
/*-------------------------------------------------*/
/*select {
    border-color: #444347 !important;
}*/
/*-------------------------------------------------*/

input[type=checkbox]:checked + label {
    color: #2D9FAB !important;
}

input[type=radio]:checked + label {
    color: #2D9FAB !important;
}

input[type=checkbox]:checked + label:hover {
    color: #155487 !important;
}

input[type=radio]:checked + label:hover {
    color: #155487 !important;
}

/*input[type=checkbox]:not(:checked) + label {
    color: #2d37488 !important;
}*/

input[type=checkbox]:not(:checked) + label:hover {
    color: #155487 !important;
}

input[type=radio]:not(:checked) + label:hover {
    color: #155487 !important;
}



/* POLICY PAGE HORIZONTAL LINE COLOUR ------------ */
/*-------------------------------------------------*/
hr.colour {
    border: 1.5px solid #2D9FAB;
}
/*-------------------------------------------------*/


::-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(#2D9FAB, #2D9FAB);
    border: 1px solid transparent;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #2D9FAB;
    }

#tab_panes .nav-pills .nav-link.active {
    background-color: #2D9FAB !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 #2D9FAB !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 #2D9FAB !important;
}

nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm {
    background-color: #fff !important;
    opacity: 1;
}

    nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm li a {
        color: rgba(0,0,0,0.5) !important;
    }

        nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm li a:hover {
            color: rgba(0,0,0,0.8) !important;
        }

        nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm li a.nav-link.btn.btn-creditgateway.text-white {
            color: #fff !important;
        }

a.nav-link.px-5.btn.btn-outline-creditgateway.text-primary:hover {
    color: #fff !important;
}

nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm a.nav-link.px-5.btn.btn-outline-creditgateway.text-primary {
    color: #2D9FAB !important;
}

    nav#main-navbar.navbar.navbar-expand-sm.navbar-light.shadow-sm a.nav-link.px-5.btn.btn-outline-creditgateway.text-primary:hover {
        color: #fff !important;
    }

.containerSpecial {
    /*width: 30rem;
    height: 20rem;*/
    /*box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);*/
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    background: #fff;
    opacity: 0.9;
}

    .containerSpecial:before {
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 100vh rgba(255, 255, 255, .077); /* none|h-offset v-offset blur spread color |inset|initial|inherit  */
        filter: blur(21px);
        margin: -52px;
    }

    .containerSpecial label {
        color: #000000 !important;
    }

    .containerSpecial h4 {
        color: #000000;
        font-weight: 700;
    }

    .containerSpecial .form-group input:not(.custom-control-input) {
        color: #000000 !important;
        border: 1px solid #2D9FAB !important;
        box-shadow: none;
        opacity: 1 !important;
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px rgba(201, 224, 226, 1) inset;
    }

#account a {
    color: #2D9FAB !important;
}

#account .custom-control-label {
    color: #444347 !important;
}

    #account .custom-control-label:hover {
        color: #2D9FAB !important;
    }

.containerSpecial > hr {
    border-color: none !important;
}

#footer {
    background-color: #101024;
    color: white;
}

    #footer.text-muted {
        color: #fff !important;
    }

.bg-dark {
    background-color: #343a40 !important;
}

h4.bg-credit-gateway.pb-2.pt-3.rounded-top.text-white {
    background-color: #2D9FAB !important;
}

#totalDisposableIncomeHeader {
    color: #2D9FAB !important;
}

.shadow-card {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.13) !important;
}

.dashboard-main-tile p {
    color: #394275;
}

.main-tile p.font-weight-bold.mb-2 {
    color: #101024;
}

.offers-tile p.font-weight-bold.mb-2 {
    color: #2D9FAB;
}

.dashbord-take-action {
    color: #101024;
}

p.font-weight-bold {
    color: #101024 !important;
}