﻿.textInfo {
    text-align: left;
    padding:8px;
}
.card-info:not(.card-outline) > .card-header {
    background-color: #a7b3c2 !important;
}
.pl-8{
    padding-left:8px
}
.bg-gray1 {
    background-color: #f1f1f1;
}
.form-check-inline {
    display: inline-block;
    margin-right: 15px; /* Space between radio buttons */
}
.alert-warning {
    color: #1f2d3d;
    background: #f9f5e8;
    border-color: #edb100;
}

.alert-warning3 {
    color: #1f2d3d;
    background: #ffffff;
    border-color: #edb100;
}

.styled-dropdown {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    width: 50%;
}

.Container_SDM select {
    padding: 0px !important;
    height: 1.5rem;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    border: 1px solid #695b5b;
    border-radius: .15rem;
}

.custom-tab .rtsLink {
    background-color: #3498db !important; /* Background color */
    color: #ffffff !important; /* Text color */
}

    /* Hover state */
    .custom-tab .rtsLink.rtsHovered {
        background-color: #2980b9 !important; /* Background color on hover */
        color: #ffffff !important; /* Text color on hover */
    }

    /* Selected (active) state */
    .custom-tab .rtsLink.rtsSelected {
        background-color: #1f78b4 !important; /* Background color when active */
        color: #ffffff !important; /* Text color when active */
    }

.Container_SDM select {
    padding: .375rem .75rem !important;
    height: calc(2.25rem + 2px);
    color: #a0a8b1 !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: 400;
}

.card {
    margin-bottom: 0rem !important;
}

.bg-info {
    background-color: #929caa !important;
}

.breadcrumb {
    padding: .35rem 1rem !important;
}

.h5, h5 {
    font-size: 1.2rem !important;
}

.card-header {
    padding: .43rem 1.25rem .22rem 1.25rem !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}

.card-body_outer {
    background-color: #d1e0f3;
}

.card-body_inner {
    background-color: #bcc9da59;
}

.dark-grey {
    background-color: #a7b3c2 !important;
}

.card-heade_pad {
    padding: .75rem 1.25rem !important
}

.card-header {

    border-bottom: 0px solid rgba(0, 0, 0, .125) !important;
}