﻿
body, .form-control {
    font-size: 14px;
}

:focus-visible {
    outline: none !important;
}

.form-floating > label {
    color: #4c5052;
    font-weight: 100;
}

.nav_btn_style {
    min-width: 55px;
    border-radius: 5px;
    box-shadow: 0px 5px 7px 3px rgba(0, 0, 0, 0.25);
    background-color: #082e4c;
    color: #fff;
    height: 25px;
    border: none;
    font-size: 12px;
    margin: 0 1px;
}

    .nav_btn_style:hover {
        background-color: #234764;
    }

    .nav_btn_style:disabled {
        background-color: #082e4c;
        opacity: 0.8;
        box-shadow: none;
        cursor: not-allowed;
    }


.btn-header-wrap {
    text-align: right;
    padding: 6px 20px 6px 0;
    box-shadow: inset 0 0 20px 0px #7b7d7e;
    min-height: 37px;
}


.lng-ar {
    direction: rtl;
}

.text-label-l {
    text-align: left;
    padding-top: 5px;
}

.text-label-r {
    text-align: right;
    padding-top: 5px;
}

.form-control:focus {
    border-color: #91b6eb !important;
    box-shadow: inset 0 0 3px 0.5px rgb(35 109 215 / 20%) !important;
}

.fs-10px {
    font-size: 10px;
}

.fs-12px {
    font-size: 12px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 15px;
}

.fs-30px {
    font-size: 15px;
}

#txtSearch {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    text-align: center;
    outline: none;
}

    #txtSearch:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border-color: #4CAF50;
    }

    #txtSearch:focus {
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.35rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.login-info {
    height: 100%;
    text-align: right;
    padding: 0.5rem 0.75rem 0 0;
}

    .login-info img {
        height: 34px;
        border-bottom: 1px solid #ccc;
    }

    .login-info label {
        font-family: sans-serif;
        font-weight: bold;
        color: #093783;
        font-size: 12px;
    }
