@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


body {
    font-family: "Quicksand", serif !important;
    font-style: normal !important;
    line-height: 1.6 ;

}

.header-nunito {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto !important;
    font-weight: 600 !important;
    font-size: 45px;
    font-style: normal !important;
    font-variation-settings: "wdth" 100,
    "YTLC" 500 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;

}


body {
    background-color: #e8e8e8 !important;
}

.aduth-bg-cover {
    background: linear-gradient(45deg, #a6cf29 50%, #81c62c) !important;
}

.card-header, #page-topbar, .topbar-user {
    background-color: #009152 !important;
    border: 0;
}

.card-header h4 {
    color: white !important;
}

.ql-editor {
    height: 100px !important;
}

.btn-primary {
    background-color: #ffc200 !important;
    color: black !important;
}

.btn-secondary {
    background-color: #009152 !important;
    color: #fff !important;
}

.card {
    /*height: 75%;*/
}

table.details_table th {
    padding: 4px !important;
    font-weight: 400 !important;
    background-color: #ffc200 !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 3px !important;
    text-align: center !important;
    color: black !important;
}

table.details_table {
    margin: 0 !important;
    padding: 0 !important;
    border-collapse: separate !important;
    border-spacing: 1px !important;
}

table.details_table tr {
    font-size: small !important;
}

table.details_table tr:hover td {
    background-color: #d4ffe6 !important;
    font-weight: 400;
    font-size: 100%;
    border: 0;
    color: #020b12;
}

table.details_table thead > tr > th.sorting_asc:before {
    opacity: 0 !important;
}

table.details_table th {
    text-align: center !important;
}

table.details_table td {
    text-align: center !important;
}

.input-group-text {
    background-color: #009152 !important;
    color: white !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
    border-color: #009152 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0) !important;
    outline: 0 none;
}

.form-control:focus {
    border-color: #009152 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0) !important;
}

.chart-container-0 {
    position: relative;
    height: 320px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--vz-nav-pills-link-active-color);
    background-color: #009152 !important;
}

.navbar-brand-box {
    display: none !important;
}

.invoice_resume > p {
    font-size: 15px;
}

.exhibitor_badge {
    width: 300px;
    height: 450px;
    border: 2px solid #000;
    border-radius: 10px;
    background-image: url('https://api-media.associationfad.com/cetef/images/cetef/bg_exhibitor_badge.png');
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
}

.badge_photo {
    width: 105px !important;
    height: 135px !important;
    border-radius: 90%;
    background: white;
    object-fit: fill;
    border: 3px solid black;
}

.badge_details {
    font-size: 16px;
    margin-top: 10px;
}

.badge_id {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    color: #004080;
}

.badge_qr {
    margin-top: 15px;
}

.badge_footer {
    background: #004080;
    color: white;
    font-size: 14px;
    padding: 5px;
    position: relative;
    bottom: 0;
}
.bank_details p{
    padding: 0 !important;
    margin: 0 !important;
}

.footer-social-icons ul>li>a{
    color: black !important;

}
.footer-social-icons ul>li>a>i{
    font-size: 20px;

}
.footer-header{
    color: black !important;
    font-weight: bold;
}
.footer-link a{
    font-family: "Quicksand", serif !important;
    color: black !important;
    font-size: 15px;
    font-weight: 500;
}



@media (min-width: 576px) {

    .footer-logo{
        text-align: center!important;
    }

}