.btn:hover,
.nav-pills .nav-link.active {
    background: #2159a8;
}

.tab-pane {
    padding: 0px !important;
    border: 0px solid #1cabe2 !important;
}

.nav-pills .nav-link {
    border: 1px solid #1cabe2;
}

.nav-tabs .nav-link {
    color: #1cabe2 !important;
}

.btn-primary {
    background: #e34e09;
}



.donor-form {
    margin-top: 5px !important;
    padding-bottom: 60px;
}

.button-container .btnstyle {
    margin-top: 8px;
    width: 40% !important;
}

.fixed-top {
    background: #fcfcfc !important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 0 10%;
    text-align: center !important;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}


@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .myp {
        padding: 50px 20px;
    }

    .myp1 {
        padding: 50px 20px 15px 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 96% !important;
        text-align: center;
        margin-top: 30px;
        padding: 0 !important;
    }

    .wvid {
        width: 100% !important;
    }
}

#s2 .row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .001) !important;
    padding-left: calc(var(--bs-gutter-x) * .001) !important;
}

.form-group {
    margin-bottom: 8px !important;
}

.form-container {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 15px 30px;
    border-radius: 15px;
}

.progress-barr {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.step {
    width: 30px;
    height: 30px;
    border: 1px solid #1cabe2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.active {
    background-color: #1cabe2;
    /*1CABE2*/
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.button-container {
    justify-content: space-around;
    margin-top: 10px;
    text-align: center;
}

.step-button {
    padding: 10px 30px;
    border: 1px solid #FBD11A;
    background-color: #FBD11A;
    border-radius: 8px;
    cursor: pointer;
}

.step-buttonn {
    padding: 10px 30px;
    border: 1px solid #1cabe2;
    background-color: #1cabe2;
    border-radius: 8px;
    cursor: pointer;
    color: white;
}


.fs-subtitle {
    font-size: 15px;
    font-weight: 300;
}

.panel-default {
    border-color: #DFF6FF;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #CEF1FF;
    border-color: #CEF1FF;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #DFF6FF;
    background-color: #DFF6FF;
}

.error {
    font-size: 11px;
    color: red;
}

.iti {
    width: 100%;
}

.iti__flag {
    background-image: url("https://image.info.unicef.org/lib/fe2f11717064047b751d76/m/1/a33c9281-1ad7-4cfb-9b33-0d0a13b71be6.png") !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 12px !important;
}
