.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.fs-1rem {
    font-size: 1rem;
}

.fg-light-grey {
    color: #5d5c5c;
}
.fg-light-grey-1 {
    color: #b7b4b4;
}
.fg-light-blue {
    color: #2665b7;
}

.text-blue-light {
    color: #5897fb;
}

.mt-0 {
    margin-top: 0rem !important;
}
.mb-0 {
    margin-top: 0rem !important;
}
.mt-6 {
    margin-top: 3.5rem !important;
}
.mb-6 {
    margin-bottom: 3.5rem;
}

.pt-20 {
    padding-top: 1.2rem;
}

.pt-7 {
    padding-top: 7px !important;
}
.pb-7 {
    padding-bottom: 7px !important;
}

.cursor-pointer {
    cursor: pointer;
}
.pos-bg-grey {
    background-color: #f0eeee !important;
}
.link-button:hover {
    text-decoration: none;
    color: #5897fb !important;
}
.erCont {
    display: none;
}
.erContTd {
    display: none;
}

.td-grey-light {
    background-color: #6a6a6a26;
}
.td-blue-light {
    background-color: #64aeff24;
}
.td-green-light {
    background-color: #39fd0214;
}
.td-yellow-light {
    background-color: #fffacfe8;
}

.dis-none {
    display: none;
}
/* .logo-icon{display: none;} */

@media (max-width: 991px) {
    .logo-icon {
        display: block;
    }
    .large-logo {
        display: none;
    }
}

@media (min-width: 2500px) {
    body {
        font-size: 14px !important; /* !important; */
    }
    .form-control {
        font-size: 14px !important; /* !important; */
    }
}

/**
* Swal
*/
.swal-title {
    font-size: 20px;
}

.swal-text {
    font-size: 15px;
}
