﻿


.mbl-fnt {
    font-size: medium;
    margin-top: 20px;
}

.tblt-fnt {
    margin-top: 20px;
}

.nav-link {
    color: black;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: none;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    background: #FFF !important;
    color: #000 !important;
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid rgb(0, 0, 0) !important;
}

.nav-pills .nav-link {
    border-radius: 15px;
    color: white;
    background-color: rgb(255, 102, 0);
    height: 3rem;
    width: 25rem;
    margin: 0px 10px;
}

.cntr-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.bg-red-clr {
    background-color: #1eca0f !important;
    border: 1px solid #1eca0f !important;
    border-top: 0;
}

.bg-orange-clr {
    background-color: rgb(255, 102, 0) !important;
    border: 1px solid rgb(255, 102, 0) !important;
    border-top: 0;
}

.bg-blue-clr {
    background-color: rgb(0, 132, 255) !important;
    border: 1px solid rgb(0, 132, 255) !important;
    border-top: 0;
}

.clr-red {
    color: #1eca0f !important;
}

.clr-org {
    color: rgb(255, 102, 0) !important;
}

.clr-blue {
    color: rgb(0, 204, 255) !important;
}



@media only screen and (min-device-width: 770px) and (max-device-width: 992px) {
    .nav-pills .nav-link {
        margin-bottom: 10px !important;
        border-radius: 15px;
        color: white;
        background-color: rgb(255, 102, 0);
        height: 3rem !important;
        width: 25rem !important;
    }
}


@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .nav-pills .nav-link {
        border-radius: 15px;
        color: white;
        background-color: rgb(255, 102, 0);
        height: 3rem !important;
        width: 18rem !important;
        margin: 0px 10px;
    }
}


@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .nav-pills .nav-link {
        border-radius: 15px;
        color: white;
        background-color: rgb(255, 102, 0);
        height: 3rem !important;
        width: 20rem !important;
        margin: 0px 10px;
    }
}
