﻿.cssCloseButton {
    background-color: #305252;
    color: #B4DFE4;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bolder;
    padding: 2px;
}

.cssInputbox {
    background-color: #D7F3F3;
    color: #182626;
    font-size: 14px;
    font-weight: bolder;
}

.cssItemHeader {
    color: #AFE5E4;
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 15px;
    padding-right: 20px;
}

.cssItemContent {
    color: white;
    font-size: 15px;
    font-weight: normal;
}

.text-danger2 {
    color: #FCACB9;
    font-size: 16px;
    font-weight: bolder;
}

/*
    This style is needed for showing a dark background when opening a popup on mobile devices.
    This class [modal-backdrop] is added runtime by Bootstrap.
*/
.modal-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95); /* Adjust opacity as needed */
    z-index: 1040; /* Ensure it's below the modal (default Bootstrap z-index for backdrop) */
}
