﻿.logo-dark-clr {
    color: #4d4499;
}

.logo-light-clr {
    color: #1ba2da;
}

.logo-text-clr {
    color: #25396a;
}

.numbering_bg {
    padding: 4px 8px;
    font-weight: 700;
}

.card-bt {
    border-top: 2px solid #405189;
}

.dl-horizontal dt {
    width: 50%;
    float: left;
    margin-bottom: 0.5rem;
}

.dl-horizontal dd {
    width: 50%;
    float: right;
}

.label-required::after {
    content: "*";
    color: red;
    font-weight: 900;
}

.fs-15 {
    font-size: 15px;
}

.cursor_pointer {
    cursor: pointer !important;
}

.loading {
    height: 100%;
    position: absolute;
    z-index: 999999;
    background: #6c696905;
    width: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.loader {
    position: absolute;
    top: 50%;
    font-size: 50px;
}

.MainLayout_loading {
    height: 100%;
    position: absolute;
    z-index: 99999999;
    background: #6c696905;
    width: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.spinner-sm{
    height:15px;
    width:15px;
}

.switch_resize {
    height: 20px !important;
    width: 40px !important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 99999 !important;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}


@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.faq-shadow {
    text-shadow: 3px 4px #00000014;
}

.bg-info-subtle {
    background-color: #e2e5ed !important;
}

.legal-heading {
    font-weight: 800;
    color: #25396a;
}

.main-tableHead {
    background-color: #376388;
    color: white;
}