.captcha img{
    max-width: fit-content!important;
}

[x-cloak] { display: none !important; }

.swal2-popup{
    padding: 1.25em!important;
}
.swal2-icon {
    width: 4rem;
    height: 4rem;
    margin: 1.5em auto 0.6em;
}
.swal2-icon .swal2-icon-content {
    font-size: 3rem;
}
.swal2-popup .swal2-styled{
    font-size: 15px!important;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #007600;
    color: #fff;
    font-size: 1em;
    min-width: 100px;
}
.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #e11824;
    color: #fff;
    font-size: 1em;
    min-width: 100px;
}
.otp-template-html form input{
    width:50px;
    height:50px;
    text-align:center;
}

.otp-template-html .mobile-text {
    color: #989696b8;
    font-size: 15px;
}

/* select 2 */
.select2-container, .select2-container--default, .select2-container--open{
    width:100%!important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #d1d5db;
}

.select2-container .select2-selection--single{
    height:40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size:0.875rem;
}

/* Legend */
fieldset {
    background-color: snow;
    padding: 10px;
    border: 1px solid #d2d2d2;
}
fieldset:not(:first-child) {
    margin-top: 20px;
}

fieldset legend {
    width:90%!important;
    margin: 0 auto;
    float:none;
}

fieldset legend div {
    background-color: #005af5;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 7px;
}
fieldset legend div h5{
    font-weight: bold;
    font-size: 20px;
    padding:5px;
}
.redStar{
    color: red;
    font-weight: bold;
}
.page-menu .active{
    background-color: rgb(35 56 118/1);
    line-height: 28px;
}
.page-menu .active .stepdone{
    display:none;
}
.stepdone{
    background: white none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 100%;
    color: green;
    padding: 6px;
    font-weight: bold;
}
.stepnotdone{
    background: white none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 18px;
    color: red;
    padding: 6px;
    font-weight: bold;
}
.stepcurrent{
    background: white none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 18px;
    color: orange;
    padding: 6px;
    font-weight: bold;
}

/* Table */
.table thead th{
    font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.table th, .fixed-table th{
    color: #000!important; 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ebce3), color-stop(100%, #1ebce3));
    background-image: linear-gradient(#1ebce3, #1ebce3)!important; 	
}
.table>tbody>tr>td>a{
    color: #d9534f;
    font-weight: 700;
}
.table>tbody>tr>td>a:hover{
    color: #1ebce3;
    font-weight: 700;
}
.table>tbody>tr>td{
    vertical-align: middle;
    padding: 12px;
}

a:hover{
    text-decoration: underline;
}

.page-menu a:hover, .abtn:hover{
    text-decoration: none!important;
    color:#fff;
}