@import url('https://fonts.googleapis.com/css?family=Orbitron');
.bg-blue {
    background-color: #1c3a86 !important;
    color: #ffffff !important;
}
.form-control{
    border: 1px solid #8a8a8f  !important;
    border-radius: 15px;

}
.select2{
    border: 1px solid #8a8a8f  !important;
    border-radius: 15px;
}

.freeze{
    pointer-events: none;
}

.card .card-actions a {
    color: #ffffff !important;
}

.card-body-list {
    padding: 0px 0px 20px 0px;
}

.topbar .top-navbar {
    background-color: #1c3a86;
;
    color: #fff !important;
}

.top-app-search {
    /*line-height: 60px;*/
}

.nav-item.search__item {
    display: flex;
    align-items: center;
}

.form-control.form-control-sm.search__unactive:focus {
    box-shadow: 0px 0px 0px transparent !important;
    border: 0px solid transparent;
}

.search__btn {
    border: 0px;
    border-radius: 0px 5px 5px 0px;
}

.search__btn:focus {
    box-shadow: 0px 0px 0px transparent !important;
}

.sidebar-nav ul li ul li a {
    font-weight: 600 !important;
}

.sidebar-nav ul li a {
    font-weight: 700 !important;
    font-size: 13px;
    color: #252525;
}

.ms-options ul li {
    list-style-type: none;
}

.form-label {
    font-size: 14px;
    font-weight: 800;
    color: #4a4a4a;
}

.page-heading {
    font-size: 28px;
    padding: 5px;
    font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.education_fields {
    padding: 0px 10px 0px 10px;
}

.added {
    padding: 0px 10px 0px 10px;
}

#ajax-loader {
    position: fixed;
    z-index: +100 !important;
    /* top: 60%;
  left: 55%;
  transform: translate(-50%, -50%); */
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

#ajax-loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select2-container .select2-selection,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 38px;
    border-radius: 15px;
}


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

.select-readonly {
    pointer-events: none;
}

.readonly-clr{
     background-color: #e9ecef !important;
}

thead th .btn-primary:focus {
    box-shadow: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
}

.select2-container--default .select2-selection--single {
    border-color: #e9ecef;
    border-radius: 15px;
}

.select2-dropdown {
    border: 1px solid #aaa !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 28px;
}

.terms-label:hover{
    cursor: pointer;
    color: #0d6aad;
    text-decoration: underline;
}

.img-preview-wrapper {
    display: flex;
    max-height: 400px;
    overflow-y: auto;
}

.img-preview {
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dcdf;
}

.img-preview-wrapper .img-preview:not(:first-child) {
    margin-left: 8px;
}

.img-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.size-100 {
    width: 100px;
    height: 100px;
}

.img-preview.size-100 .far {
    font-size: 75px;
    color: #000;
}



.pull-right{
    float: right !important;
}

.pull-left{
    float: left  !important;
}

.border-bt{
    border-bottom: 1px solid #ccc !important;
}

/*.table>:not(caption)>*>* {*/
    /*padding: 3px 0px!important;*/
/*}*/

.table>:not(caption)>*>* {
    padding: 6px 1rem;
}

.table td {
    padding: 5px 15px!important;
}


.pointer-Off {pointer-events: none !important; cursor: not-allowed; touch-action: none !important; background: #eee !important;}

#notify-count{
    position: absolute;
    top: -26px;
    font-size: 12px;
    left: 13px;
    color: #e46a76;
}

.reject-btn{line-height:10px;font-size:11.5px;}

.active-session{
    padding-left: 25px;
    padding-top: 21px;
    text-align: center;
}



/* CSS for smaller Android devices */
@media only screen and (max-width: 480px) {


    .active-session{
        padding-left: 0px;
        padding-top: 20px;
        text-align: center;
    }
}

@media (max-width:767px){
    .container-fluid{overflow:visible !important;}
}

.urdu-font{
    font-size: 20px;
    font-family: Jameel-Noori-Nastaleeq !important;
}
