﻿/* Set padding to keep content from hitting the edges */
/*.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}*/

/* devanagari */
@font-face {
    font-family: 'Poppins-Regular';
    src: local('Poppins-Regular'), url('../fonts/Poppins-Black.ttf') format('opentype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins-Regular'), url('../fonts/Poppins-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'Poppins-black';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins-Regular'), url('../fonts/Poppins-Black.ttf') format('opentype');
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.customToolTipClass {
    background-color: #FCFCFC;
    font-family: Verdana, Helvetica, Sans-Serif;
    border-radius: 0.125rem;
    padding: 0.313rem;
    font-size: 0.688rem;
    border: 0.063rem solid grey;
}

.tooltipCustomErrorClass {
    z-index: 10000;
    word-break: break-all;
    word-wrap: break-word;
    display: none
}

.errorPopupCustomErrorClass {
    width: 30rem;
    height: 12rem;
    display: none
}

.custom-validation-error {
    border: none;
    box-shadow: 0px 0px 0px 1px #EC556B;
}

.custom-validation-error:disabled {
    border: 0.0625rem solid #97a1b6;
    box-shadow: none;
}

.input-validation-error {
    border: 0.063rem solid #F04A7C;
}

.field-validation-error {
    color: #e80c4d !important;
}

.validation-summary-errors {
    color: white;
    font-size: 1em;
}

    .validation-summary-errors ul {
        list-style: none;
        vertical-align: middle;
        padding-left: 0;
    }

    .validation-summary-errors li {
        background-color: #EC556B !important;
        border-radius: 0.438rem;
        margin: 0.188rem 0 0.188rem 0;
        padding-left: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-weight: normal;
        font-size: 0.813rem;
        border: 0.063rem solid #FF0000;
    }

.validation-summary-valid {
    display: none;
}

.label-validation-error {
    color: #e80c4d !important;
}

.success-message {
    color: black;
    font-weight: bold;
    font-size: 1.1em;
}

.success-message ul {
    list-style: none;
    vertical-align: middle;
}

.success-message li {
    background-color: lightgreen !important;
    border-radius: 0.438rem;
    margin: 0.188rem 0 0.188rem 0;
    padding-left: 0.625rem;
    padding-top: 0.313rem;
    height: auto;
    min-height: 1.563rem;
    font-weight: normal;
    font-size: 0.813rem;
}

.hide {
    display: none;
}

label {
    font-size: 14px;
}

.container-div {
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0;
}

.primary-pink-btn {
    background: #9D347A !important;
    color: white;
    font-weight: 600;
    text-align: center;
    min-width: 7.125rem;
    font-size: .9rem;
    border-radius: 0.3125rem;
    border-color: #9D347A;
    min-height: calc(1.875rem + (0.0625rem * 2));
    --bs-btn-active-color: white;
}

    .primary-pink-btn:hover, .primary-pink-btn:focus {
        color: white;
        background: #780a54 !important;
    }
    

.primary-light-blue-btn {
    background: #E7F3FF !important;
    color: #3068CC;
    font-weight: 600;
   /* font-family: Poppins-bold;*/
    text-align: center;
    min-width: 7.125rem;
    font-size: .9rem;
    border-radius: 0.3125rem;
    border-color: #E7F3FF;
    min-height: calc(1.875rem + (0.0625rem * 2));
}

    .primary-light-blue-btn:hover, .primary-light-blue-btn:focus {
        color: #3068CC;
        background: #abcef1 !important;
    }



#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999; /* ensure it's above other content */
    display: none; /* initially hidden */
    background-image: url('../images/load_icon.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.btn.disabled {
    color: white;
    background: #797979 !important;
    border-color: #797979 !important;
}

.notificationgreenbanner {
    background-color: #90EE90;
    color: black;
    font-weight: bold;
    padding-left: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 0.813rem;
    font-size: 0.813rem;
    font-family: vegurregular, Calibri, sans-serif;
    width: 99%;
    display: table;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.438rem;
}

.sebt-datepicker {
    padding: 0 15px;
    border-radius: 6px;
    border: 1px solid #97A1B6;
    background-position: 98.9% !important;
    font-size: 16px;
    min-height: 2.3rem;
    letter-spacing: .3px;
    color: #262729;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-color: #F8F9FA !important;
    width: 100%;
}

.sebt-picklistDropdown {
    width: 100%;
    height: 2.2rem;
    padding: 0 0.9375rem;
    padding-right: 2.1875rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #97a1b6;
    background-position: 98.9%;
    font-size: 1rem;
    line-height: 2.2rem;
    letter-spacing: 0.01875rem;
    color: #262729;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/Content/images/ic_dropdown@3x.png);
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
}

.vlabel {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666666;
}

.sebt-textbox {
    background-color: #f8f9fa;
    border: 0.0625rem solid #97a1b6;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
}

.heading-fit {
    max-width:fit-content
}

.card {
    box-shadow: 2px 2px 2px 1px #A7A7A7;
}

.mandatory-sign {
    color: #EC552F;
}

.break-word {
    overflow-wrap: break-word;
}