﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body {
    background: #fff;
    font-family: 'DM Sans', sans-serif;
}

a{
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
    font-weight:500;
}
.nav-tabs .nav-link:hover:not(.disabled) {
    border-color: #9c27b0;
    color: #9c27b0;
}

.col-login {
    max-width: 28rem;
}
.header {
    background: #fdfdfd;
}
    .card-dash{
    border:none;
    box-shadow:none;
}
        .card-dash h3 {
            font-size: 1.1rem;
            /*font-weight: 600;*/
            text-transform: uppercase;
        }
        .card-dash h1{
            font-size: 3rem;
        }
        .card-dash h4 , .card-dash h5 {
            font-size: 1.05rem;
        }
        .card-dash p {
            font-size: 0.9rem;
            line-height: 1;
        }

        .bg1 {
            background: #ecfbff;
        }

.text-1 {
    color: #17a2b8;
}

.bg2 {
    background: #f5ebff;
}
.text-2 {
    color: #a55eea;
}
.bg3 { 
    background: #ffe7e7;
}
.text-3 {
    color: #cd201f;
}
.bg4 {
    background: #dbf0ff;
}
.text-4 {
    color: #0095ff;
}
.bg5 {
    background: #f3ffe7;
}
.text-5 {
    color: #5bab0b;
}
.divider {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 1rem;
}
.divider-right {
    border-right: 1px dashed #302e2e3d;
}
.btn-main {
    background: #664de5;
    color: #fff;
}

.f-500{
    font-weight:500;
}
.modal-header {
    background: #000000;
    color: #fff;
}
.modal-content{
    border:none;
}