﻿.user-alert {
   
}

.dropdown-item {
    text-align: start;
}
.modal {
    z-index: 9999 !important;
}
.modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    color: #004c98;
}
.modal-title span {
    order: 2;
}
.modal .close {
    order: 2;
    color: #FFF;
    font-size: 0 !important;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
}
.modal .close:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.2' height='14.2' viewBox='0 0 14.2 14.2'%3E%3Cpath id='Path_1' data-name='Path 1' d='M18.807,6.607a1,1,0,0,0-1.414-1.414L12,10.586,6.607,5.193A1,1,0,0,0,5.193,6.607L10.586,12,5.193,17.393a1,1,0,0,0,1.414,1.414L12,13.414l5.393,5.393a1,1,0,0,0,1.414-1.414L13.414,12Z' transform='translate(-4.9 -4.9)'/%3E%3C/svg%3E%0A");
}
.modal-footer .text-left {
    display: flex;
    gap: .5rem;
}
.modal-footer .btn {
    border-radius: 3px !important;
    font-size: 14px;
    height: unset;
    min-width: 70px !important;
    padding: .5rem 1rem .7rem;
    border: 2px solid transparent;
    box-shadow: unset !important;
}

.modal-footer .btn-yes, .modal-footer .btn-ok {
    background-color: #004c98;
    color: #FFF;
    order: 2;
}

.modal-footer .btn-yes:hover, .modal-footer .btn-ok:hover {
    background-color: #164777;
}

.modal-footer .btn-no, .modal-footer .btn-cancel {
    background-color: #FFF;
    border-color: #004c98;
    color: #004c98;
}

.modal-footer .btn-no:hover, .modal-footer .btn-cancel:hover {
    background-color: #004c98;
    color: #FFF; 
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}
.text-justify
{
    text-align:justify !important;
}