@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

.font-roboto {
    font-family: 'Roboto';
}
.font-fira-sans {
    font-family: 'Fira Sans';
}
.font-poppins {
    font-family: 'Poppins'
}
.font-montserrat {
    font-family: 'Montserrat';
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    /* font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #747579;
    text-align: left;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label.error {
    color: red;
    font-family: sans-serif;
    font-size: small;
}

.industry-div {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 6px 4px 20px 2px rgba(0, 0, 0, 0.125);
    cursor: pointer;
}

.bs-body-bg {
    background-color: var(--bs-body-bg);
}

.bs-light {
    background-color: var(--bs-light);
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: var(--bs-gray-900);
}


.ml-n1 { margin-left: -0.25rem !important; }
.ml-n2 { margin-left: -0.5rem !important; }
.ml-n3 { margin-left: -1rem !important; }
.ml-n4 { margin-left: -1.5rem !important; }
.ml-n5 { margin-left: -3rem !important; }

footer{
    min-height: 250px;
}

.custom-color-blue-1{
    color: #144188
}
.custom-color-blue-2{
    color: #032d60
}

.label_subscription_type_premium {
    font-weight: bold;
}

.dgc-color-red{
    color: #F26678;
}
.dgc-color-blue{
    color: #1690D1;
}
.color-white{
    color: #FFFFFF !important;
}
.cs-shadow-1-for-header-txt {
    text-shadow: 2px 2px 7px #343a40;
}

/* .color-white{
    color: #FFFFFF !important;
} */
/* .btn-tool {
    background: 0 0;
    color: #adb5bd !important;
    font-size: .875rem;
    margin: -.75rem 0;
    padding: .25rem .5rem;
} */

/* .dgc-color-red{
    color: #F26678;
}
.dgc-color-blue{
    color: #1690D1;
}

.dgc-badge-red {
    color: #fff;
    background-color: #F26678;
}
.dgc-badge-blue {
    color: #fff;
    background-color: #1690D1;
}
.dgc-btn-red {
    color: #fff;
    background-color: #F26678;
    border-color: #F26678;
    box-shadow: none;
}
.dgc-btn-blue {
    color: #fff;
    background-color: #1690D1;
    border-color: #1690D1;
    box-shadow: none;
} */