/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); */

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

.overflow-hidden {
    overflow: hidden;
}

a, a:hover, a:focus {
    color: #444444;
    text-decoration: none;
}

.bnt-link {
    color: #6c757d;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}

.bg-dark-orange {
    background-color: #ff6a00;
}

.text-dark-orange{
    color: #ff6a00;
}

.text-dark-orange:hover{
    color: #ad9f13;
}

.dark-orange:hover {
    background-color: #ad9f13;
    border-color: #ad9f13;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

.sidebar .nav-link{
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.sidebar .nav-link.active, .sidebar .nav-link:hover {
    background-color: #212529;
    color: #fff;
}


/* Tabs checkout funnel */

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.nav-tabs {
    border: 0;
    padding: 15px 0.4rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    text-decoration: underline;
}

.nav-tabs>.nav-item>.nav-link {
    color: #0066CC;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #fff;
    border-radius: 10px;
    color: #212529;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.card .card-header {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }

}
.z-index-100{
    z-index: 100!important;
}

.info-btn{
    background-color: #821af1;
    color: #fafafa;
    border-radius: 6px;
    border:none;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.-top-4{
top: -10px
}

.-end-4{
 right: -10px;
}
