html {
    font-size: 14px;
}

.custom-container {
    margin: 0 auto;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 20px #ccc;
}

@media (min-width: 768px) {
    /* Apply custom width for screens wider than 768px (tablets and above) */
    .custom-container {
        width: 800px;
    }
}

@media (max-width: 767.98px) {
    /* Remove custom width for screens narrower than 768px (mobile devices) */
    .custom-container {
        width: auto;
        max-width: 100%;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.modal-header {
    background-color: #bfbfbf;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 1px solid #919191;
}

/*.popover-body, .tooltip-inner {
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 1px #FFE699;
}

.popover {
    background: #ffffe6;
    border: 1px solid #FFE699;
}

.popover.bs-popover-top .popover-arrow:after {
    border-top-color: #ffffe6;
}

.popover.bs-popover-end .popover-arrow:after {
    border-right-color: #ffffe6;
}

.popover.bs-popover-bottom .popover-arrow:after {
    border-bottom-color: #ffffe6;
}

.popover.bs-popover-start .popover-arrow:after {
    border-left-color: #ffffe6;
}*/

.popover-body, .tooltip-inner {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #ddd;*/
}

.popover {
    background: #000;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 20px #aaa;
}

.popover.bs-popover-top .popover-arrow:after {
    border-top-color: #000;
}

.popover.bs-popover-end .popover-arrow:after {
    border-right-color: #000;
}

.popover.bs-popover-bottom .popover-arrow:after {
    border-bottom-color: #000;
}

.popover.bs-popover-start .popover-arrow:after {
    border-left-color: #000;
}


.highlight-row {
    background-color: #ffff95 !important;
    /* Add any other styling properties as needed */
}


.tHead {
    font-size: 12px;
    font-weight: bold;
}

tr td {
    vertical-align: middle;
}


.inp-label {
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
}

.inp1 {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #aaa;
}

.sel1 {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #aaa;
}

/*.toggle {min-height: 20px !important;}*/
