.login-card-body{
    border-radius: 10px;
}
.top_bottom_padding{
    padding-top: 50px;
    padding-bottom: 40px;
}
.login-box-msg{
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}
.margin-10{
    margin: 10px;
}

.icon-white{
    color: white !important;
}
.icon-red{
    color: red !important;
}
.margin-top-10{
    margin-top: 10px !important;
}
.table{
    font-size: 14px !important;
}
.m_bg_color{
    background-color: #1c5095 !important;
    color: white !important;  
    height: 40px !important;
}
.bg-color-cadetblue{
    background: cadetblue;
}
.bg-gradient-primary {
    background: linear-gradient(90deg, #4e73df 0%, #224abe 100%) !important;
    color: #fff !important;
}
.hr_margin_top{
    margin-top: -15px !important;
}
a {
    text-decoration: none !important;
}
.bg-color-beize {
    background-color: beige !important;
}
.bg-color-antiquewhite{
    background-color: antiquewhite !important;
}
.select2-container .select2-selection--single {
            height: 58px !important;
            border: 1px solid #ced4da !important;
            border-radius: 0.375rem !important;
            padding: 1rem 0.75rem 0.25rem 0.75rem !important;
            font-size: 1rem !important;
            line-height: 1.25 !important;
            background-color: #fff !important;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
        }

        .select2-container .select2-selection--single .select2-selection__rendered {
            padding: 0 !important;
            margin: 0 !important;
            line-height: 1.25 !important;
            color: #212529 !important;
            padding-top: 10px !important;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 56px !important;
            right: 10px !important;
        }

        .select2-container .select2-selection--single .select2-selection__placeholder {
            color: #6c757d !important;
        }

        .select2-container--default.select2-container--focus .select2-selection--single {
            border-color: #86b7fe !important;
            outline: 0 !important;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
        }

        .select2-container .select2-selection--single.is-invalid,
        .is-invalid + .select2-container .select2-selection--single {
            border-color: #dc3545 !important;
        }

        .select2-dropdown {
            border: 1px solid #ced4da !important;
            border-radius: 0.375rem !important;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        }

        .select2-results__option {
            padding: 0.5rem 0.75rem !important;
            font-size: 1rem !important;
        }

        .select2-results__option--highlighted {
            background-color: #0d6efd !important;
            color: white !important;
        }

        .form-floating > .select2-container {
            height: auto !important;
        }

        .form-floating > .select2-container ~ label {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding: 1rem 0.75rem;
            pointer-events: none;
            border: 1px solid transparent;
            transform-origin: 0 0;
            transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
            color: #6c757d;
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            opacity: 0.65;
        }
.bluish-gray{
    background-color: #e9eef2 !important;
}
.bg-purple{
    background-color: #6605ab;
}