/*!
 * CustDeal v1.0.0 (https://custdeal.com/)
 * Copyright 2011-2021 CustDeal EServices Private Limited
 * Copyright 2011-2021 Twitter, Inc.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200&display=swap');

html { min-height: 100% }
body {
	font-family: 'Fira Sans', sans-serif;
    color: #5e5e5c;
    height: 100%;
    font-weight: 600;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
}
 
a {
    color: #0c0c0c;
    text-decoration: none;
    background-color: transparent;
}

li.nav-item.active {
    color: #64e3e3;
    border-bottom: #57d5d5 3px solid;
}

a.nav-link.active {
    color: #078b8bf2;
}

nav.mb-1.navbar.navbar-expand-lg.navbar-white {
    border-bottom: #97999a29 1px solid;
}

li.nav-item {
    margin-right: 19px;
}

.col-12.col-sm-12.col-md-12.col-lg-8.col-xl-8.logo-list {
    text-align: left;
    text-decoration: none;
}

a.logo-link {
    color: #0c0c0c;
    padding-right: 8%;
    font-weight: 800;
}

a.logo-link.active {
    color: #97999a;
    padding-right: 8%;
    font-weight: 800;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: unset;
    border-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: unset;
    color: #0e0e0e !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: x-large;
}

h5.card-title {
    color: #82e6e8;
    font-size: x-large;
    font-weight: 700;
}

p.card-text {
    color: #0e0e0e;
}

button.btn.btn-grey {
    background-color: #666666;
    color: #FFF;
    border-radius: 20px;
    font-weight: bold;
}

.header-h {
    color: #000000;
    font-weight: bolder;
    font-size: 30px;
    text-transform: uppercase;
}

.header-g {
    color: #92a6b4;
    font-size: 16px;
}

.bg-grey {
    background-color: #92a6b414;
}

a:active {
    color: #64e3e3;
    border-bottom: #57d5d5 2px solid;
}

a:hover {
    color: #97999a;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #82e6e8;
}

ul.nav.nav-pills.flex-column {
    padding: 5px;
    border: gray 1px solid;
    border-radius: 14px;
}

.side-nav-cust{
    margin-right: 0px !important;
    border-radius: 10px;
}

a.li.nav-item.nav-link.side-nav-cust:hover{
    margin-right: 0px !important;
    border-radius: 10px;

}
li.nav-item.nav-item-cust {
    margin-right: 0;
}

a.btn.btn-grey1 {
    background-color: unset;
    border-bottom: unset;
    color: #0e0e0e !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: x-large;
}

a.btn.btn-grey {
    background-color: #FFFFFF;
    border: 1px #000000 double;
    color: #000000;
}