﻿
body {
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

.card-txt {
    padding-left: 12px;
}

.card-icon {
    position: relative;
    left: 17px;
    top: 2px;
    height: 14px;
    width: 10px;
    margin-top: -6px;
    display: inline-block;
    background-image: url('rupee.png');
}

#divLoading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#imgLoading {
    z-index: 100;
}

.btnMain {
    background-color: #003366;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.btnProceed {
    background-color: #1E7E34;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.btnSecond {
    background-color: #666666 !important;
    color: #fff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

    .btnProceed:hover,
    .btnMain:hover,
    .btnSecond:hover {
        background-color: #9C6C0D !important;
        color: #fff;
    }

    .btnProceed:active,
    .btnProceed:focus,
    .btnProceed:visited,
    .btnMain:active,
    .btnMain:focus,
    .btnMain:visited,
    .btnSecond:active,
    .btnSecond:focus,
    .btnSecond:visited {
        background-color: #9C6C0D !important;
        border: none !important;
        outline: none !important;
        color: #fff;
    }

.card-primary.card-outline {
    border-top: 3px solid #003366;
    margin-top: 15px;
}

.subHeading {
    font-weight: 500;
    font-size: 17px;
    color: #316FAB;
}

.clsLabel {
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    font-size: 15px;
    color: #003366;
}

.lblText {
    color: #003366;
    font-weight: 500;
}

.margin_bottom {
    margin-bottom: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.normal-select {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: auto !important;
    background-image: none !important;
    padding-right: 25px !important;
}

/*Confirm Panel*/
dl {
    margin: 0;
}

dt {
    display: inline;
    font-weight: 600;
}

dd {
    display: inline;
    margin-left: 4px;
    font-weight: 500;
}

.form-group dd::after {
    content: "";
    display: block;
}

.exp-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

    .exp-fieldset legend {
        border: 0;
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #003366;
    }

.card-type-icon {
    position: absolute;
    right: 12px;
    top: 30px;
    width: 36px;
    height: auto;
}

.abtnMain {
    background-color: #003366 !important;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    text-decoration: none !important;
}

    .abtnMain:hover {
        background-color: #9C6C0D !important;
        color: #fff !important;
        text-decoration: none !important;
    }

#busyOverlay {
    display: none;
    position: fixed;
    inset: 0; /* covers the full viewport */
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    cursor: not-allowed;
}

#busyOverlay.active {
    display: flex;
}

.busy-spinner {
    width: 52px;
    height: 52px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: busySpin 0.75s linear infinite;
}

@keyframes busySpin {
    to {
        transform: rotate(360deg);
    }
}

.busy-msg {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.busy-sub {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin: 0;
}
