.side_menu_lang {
    display: none !important;
}

.currency_dropdown {
    display: none !important;
}

.currency_dropdown_mobile{
    display: none !important;
}

a {
    text-decoration: none;
}

.loginlang_info .login {
    margin-left: 15px;
}

.lookingclass_header {
    background-color: #00d9ab;
    margin-bottom: 10px;
    padding: 35px 0 35px 0;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.lookingclass_header h2 {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

.icon {
    width: 150px;
}

main .card h3 {
    color: #00294c;
    text-transform: uppercase;
    border-left: 2px solid #00d9ab;
    padding: 2px 0;
    font-weight: 550;
    margin-bottom: 15px !important;
    font-size: 18px !important;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}

.btn {
    background-color: transparent;
    border-color: #002746;
    color: #002746;
}

.btn:hover {
    background-color: #00d9ac;
    border-color: #002746;
    color: #fff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #00d9ac;
    border-color: #002746;
}

footer {
    color: #fff !important;
}

.langauge {
    background-color: #00d9ab;
    position: fixed;
    top: 38%;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px !important;
    z-index: 9999;
}

.langauge a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 65px;
    padding: 0 10px;
}

.langauge a:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.langauge a.active {
    color: #00284a;
    font-weight: 700;
}

.check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
}

#outputCard pre {
    color: #fff !important;
}

.form-check {
    background: #fff;
    padding: 10px 0 10px 35px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    border-radius: 5px;
}

main .card {
    background-color: #fff;
    border-radius: 5px;
}

main .card .card-body {
    padding: 1.2rem !important;
}

.button_group {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.check_api {
    background-color: transparent;
    border-color: #002746;
    color: #002746;
    border: 1px solid;
    padding: 6px 12px;
    border-radius: 5px;
    width: fit-content;
    font-size: 16px;
    cursor: pointer;
}

.check_api:hover {
    background-color: #00d9ac;
    border-color: #002746;
    color: #fff;
}

.check_api.disabled,
.check_api:disabled,
fieldset:disabled .check_api {
    background-color: #00d9ac;
    border-color: #002746;
}

.new-nav-bottomline {
    width: 100%;
    background: #f2f2f2;
    height: 3px;
    margin-top: -3px;
}

.bandwidth-nav a {
    padding: 15px 10px;
    font-size: 18px;
    color: #7e7975;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 10px;
    text-decoration: none;
}

.bandwidth-nav {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bandwidth-nav a.active {
    color: #002746;
    font-weight: 600;
    border-bottom: 3px solid #002746;
}

.bandwidth-nav a:hover {
    color: #002746;
    font-weight: 600;
    border-bottom: 3px solid #002746;
}

#all-link {
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .bandwidth-nav {
        gap: 5px;
        width: fit-content;
    }

    .new-nav-bottomline {
        display: none;
    }

    #all-link {
        margin-bottom: 10px;
        overflow-x: scroll;
    }


    #all-link::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    #all-link::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #all-link::-webkit-scrollbar-thumb {
        background: #00d9ab;
    }

    /* Handle on hover */
    #all-link::-webkit-scrollbar-thumb:hover {
        background: #002746;
    }

    .bandwidth-nav a {
        border-bottom: 0 !important;
        background-color: #00d9ab;
        margin: 0;
        text-align: center;
        border-radius: 35px;
        padding: 10px 15px;
        margin-bottom: 5px;
        width: 250px;
    }

    .check {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .check_api {
        width: 100% !important;
        text-align: center !important;
    }

    #executeButton {
        width: 100% !important;
    }

    .langauge{
        bottom: 0;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        height: 50px;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        top: unset;
    }

    .langauge a{
        line-height: 50px;
    }

    .footer{
        padding-bottom: 50px;
    }

    .langauge a:not(:last-child){
        border-right: 2px solid #f0f0f0;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

}