﻿@font-face {
    font-family: 'DroidSansArabic';
    src: url('../fonts/DroidSansArabic.eot');
    src: url('../fonts/DroidSansArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSansArabic.woff') format('woff'), url('../fonts/DroidSansArabic.ttf') format('truetype'), url('../fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'DroidSansArabic' !important;
}


    /*Office Questions Modal
    */

/* Custom styles for the modal */
#officeQuestionsModal .modal-content {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    max-height: 90vh; /* Adjust the height as needed */
    overflow-y: auto;
}

#officeQuestionsModal .modal-header {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

#officeQuestionsModal .modal-footer {
    border-radius: 0 0 8px 8px;
    border-top: none;
}

#officeQuestionsModal .card {
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

#officeQuestionsModal .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 15px;
}

    #officeQuestionsModal .card-header h5 {
        margin: 0;
    }

    #officeQuestionsModal .card-header .btn-link {
        color: #3498db;
        text-decoration: none;
        font-weight: 600;
        display: block;
        width: 100%;
        text-align: right;
        padding: 0;
    }

        #officeQuestionsModal .card-header .btn-link:hover {
            color: #2980b9;
        }

        #officeQuestionsModal .card-header .btn-link:focus {
            box-shadow: none;
        }

        #officeQuestionsModal .card-header .btn-link::before {
            content: '\f107';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-left: 10px;
            transition: transform 0.3s;
            float: left;
        }

        #officeQuestionsModal .card-header .btn-link.collapsed::before {
            transform: rotate(-90deg);
        }

/* Bootstrap Dual Listbox Customization */
.bootstrap-duallistbox-container .buttons {
    margin-bottom: 15px;
}

.bootstrap-duallistbox-container .btn {
    border-radius: 4px;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
    width: 100%;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 100%;
}

.bootstrap-duallistbox-container select {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.bootstrap-duallistbox-container .filter {
    margin-bottom: 10px;
}

.bootstrap-duallistbox-container .filter-placeholder {
    color: #6c757d;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #6c757d;
}

/* Right-to-left support */
.bootstrap-duallistbox-container .box1,
.bootstrap-duallistbox-container .box2 {
    direction: rtl;
}

.bootstrap-duallistbox-container .filter-container {
    direction: rtl;
}

/* Animation for card expansion */
.collapse {
    transition: all 0.3s ease;
}

/* Custom button styles */
#masterSaveButton {
    background-color: #28a745;
    border-color: #28a745;
    transition: all 0.3s ease;
}

    #masterSaveButton:hover {
        background-color: #218838;
        border-color: #1e7e34;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.btn-secondary {
    transition: all 0.3s ease;
}

    .btn-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
/*End of Office Questions Modal*/

.direction {
    direction: rtl;
}

.directionRev {
    direction: ltr;
}

.CollapseIcon {
    color: #FFFFFF;
    cursor: pointer;
}

.CollapseIconV2 {
    color: #299BFF;
    cursor: pointer;
}

.margin-center {
    margin: 0 auto;
}

.chkbx input[type=checkbox] {
    display: none;
}

    .chkbx input[type=checkbox] + div > label {
        height: 22px;
        width: 20px;
        display: inline-block !important;
        padding: 0 0 0 0px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        margin-bottom: 0;
        background-image: url('../images/icons-none.png');
    }

    .chkbx input[type=checkbox]:checked + div > label {
        background-image: url('../images/icons-tick.png');
    }



.modal-Image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentImage {
    margin: auto;
    display: block;
    widt/h: 80%;
    /*max-width: 700px;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    backgr/ound-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}


/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-contentImage, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 50px;
    right: 50%;
    color: #f1f1f1 !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-Title {
    position: absolute;
    top: 0px;
    /*right: 50%;*/
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    /*background-color: black;*/
    z-index: 1;
    /*opacity: 0.3;*/
    width: 100%;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentImage {
        width: 100%;
    }
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    width: 80%;
    height: 80%;
}

.btnUpload-addon-left, .btnUpload-addon-right {
    padding: 0.25rem;
    margin: 0 auto 0 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    /*background-color: #025aa5;#31708f;/**#eceeef;*/
    border: 1px solid rgba(0,0,0,.15);
}

.btnUpload-addon-left {
    margin-right: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0.35rem;
    border-right: 0;
    padding-right: 0;
}

.btnUpload-addon-right {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0rem;
    border-left: 0;
    padding-left: 0;
}

.btnUpload-addon-left .showImgs {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnUpload-addon-right .upload {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.gridview-scroll {
    overflow: scroll; /* Add the ability to scroll */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .gridview-scroll::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE and Edge */
.gridview-scroll {
    -ms-overflow-style: none;
}

caption {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    color: #636c72;
    text-align: right;
    caption-side: top;
}

.primary {
    background-color: #0275d8;
    border-color: #0275d8;
}


.fullHeader-text {
    width: 100%;
    margin: 3% auto;
    text-align: center;
    color: #fff !important;
    font-size: 50px;
    text-shadow: -1px 3px 1px rgba(10, 39, 64, .7);
}

    .fullHeader-text h1 {
        color: #fff !important;
    }

.login-logo {
    width: 340px;
    height: auto;
    heig /ht: 300px;
}

.hor-menu-text {
    font-size: 1.51rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {


    .fullHeader-text h1 {
        position: relative;
        top: 50px;
        font-size: 20px !important;
        font-weight: 400;
    }

    .login-logo {
        width: 282px;
         height: auto; 
    }

    .hor-menu-text {
        font-size: 0.7rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 0.33333;
    }

    .container.small {
        width: 28em;
    }
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


    .fullHeader-text h1 {
        position: relative;
        content: "test";
        top: 30px;
        font-size: 30px !important;
        font-weight: 400;
    }

    .login-logo {
        width: 282px;
        height: auto;
    }

    .hor-menu-text {
        font-size: 0.7rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 0.33333;
    }

    .container.small {
        width: 28em;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


    .fullHeader-text h1 {
        position: relative;
        content: "test";
        top: 30px;
        font-size: 50px !important;
        font-weight: 900;
    }
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }
    .hor-menu-text {
        font-size: 1.51rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.33333;
    }

    .container.small {
        width: 28em;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }
    .hor-menu-text {
        font-size: 1.51rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.33333;
    }
}

/** Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }
    .hor-menu-text {
        font-size: 1.51rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.33333;
    }
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #DC143C;
    }

    49% {
        color: #DC143C;
    }

    50% {
        color: #DC143C;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #DC143C;
    }
}

.blinking-white {
    animation: blinkingText-white 0.8s infinite;
}

@keyframes blinkingText-white {
    0% {
        color: #FFFFFF;
    }

    49% {
        color: #FFFFFF;
    }

    50% {
        color: #FFFFFF;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #FFFFFF;
    }
}

.blinking-primary {
    animation: blinkingText-primary 0.8s infinite;
}

@keyframes blinkingText-primary {
    0% {
        color: #0275d8;
    }

    49% {
        color: #0275d8;
    }

    50% {
        color: #0275d8;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #0275d8;
    }
}

/*.modal-sweet:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}*/

table th {
    
    white-space: normal;
}

table td {
    
    white-space: normal;
}

table tr:hover {
    cursor:pointer;
}

.td-input {
    position: relative;
    min-width: 173px;
}

.table-td-input {
    
    /*position: absolute;*/
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    /* height: 100%; */
    /* width: 100% !important; */
    /*border: none;
        padding: 10px;*/
    box-sizing: border-box;
}

.table-tr-active {
    background: lemonchiffon;
    cursor: text !important;
    font-weight: 900;
    color: saddlebrown;
    box-shadow: 2px aqua;
    text-shadow: 0px 0.1px #000000;
    box-shadow: 0px 0px 10px saddlebrown;
    -webkit-box-shadow: 0px 0px 10px saddlebrown;
    -moz-box-shadow: 0px 0px 10px #ff0000;
}

#the-count {
    float: left;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.login-box {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;*/
}

    .login-box h2 {
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .login-box .user-box {
        position: relative;
    }

        .login-box .user-box input {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            margin-bottom: 30px;
            border: none;
            border-bottom: 1px solid #fff;
            outline: none;
            background: transparent;
        }

        .login-box .user-box label {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        .login-box .user-box input:focus ~ label,
        .login-box .user-box input:valid ~ label {
            top: -20px;
            left: 0;
            color: #03e9f4;
            font-size: 12px;
        }

    .login-box button {
        /* position: relative; */
        /* display: inline-block; */
        /* padding: 10px 20px; */
        color: #0072b5;
        /* font-size: 16px; */
        /* text-decoration: none; */
        /* text-transform: uppercase; */
        overflow: hidden;
        transition: 0.5s;
        margin-top: 10px;
        /* letter-spacing: 4px; */
        background: #FFFFFF;
    }

        .login-box button:hover {
            background: #0072b5;
            color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 1px #0072b5, 0 0 1px #0072b5, 0 0 10px #0072b5, 0 0 1px #0072b5;
            /*box-shadow: 0 0 5px #0072b5, 0 0 25px #0072b5, 0 0 50px #0072b5, 0 0 100px #0072b5;*/
            /*box-shadow: 100px 100px 100px #0072b5, 100px 100px 100px #0072b5, 100px 100px 100px #0072b5, 100px 100px 100px #0072b5;*/
        }

    .login-box button span {
        position: absolute;
        display: block;
    }

        .login-box button span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #0072b5);
            animation: btn-anim1 6s linear infinite;
        }

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.login-box button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #0072b5);
    animation: btn-anim2 6s linear infinite;
    animation-delay: 1.4s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.login-box button span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #0072b5);
    animation: btn-anim3 6s linear infinite;
    animation-delay: 2.8s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.login-box button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #0072b5);
    animation: btn-anim4 6s linear infinite;
    animation-delay: 4.35s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}


span.deleteicon {
    position: relative;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        top: 5px;
        left: 0px;
        width: 15px;
        height: 15px;
        background: url('../images/icon/danger-gray_V1.svg') 0 -690px;
        cursor: pointer;
    }

    span.deleteicon input {
        padding-right: 16px;
        box-sizing: border-box;
    }

.tr-pointer {
    cursor: pointer;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}

.boxThis {
    padding: 5px;
    background-color: #fdfdfd;
    font-weight: bold;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .boxThis.box {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: -1px 0px 4px 3px rgba(0, 0, 0 ,0.5);
    }

.boxThis-left {
    padding: 5px;
    background-color: #fdfdfd;
    font-weight: bold;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: flex;
}

    .boxThis-left.box-left {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: -1px 0px 4px 3px rgba(0, 0, 0,0.5);
        left:4%;
    }

.sticky {
    position: sticky !important;
}

.popover {
    max-width: 1300px;
    width: 100%;
}

.BETTER_PAGE_NOTE {
    position: fixed;
    bottom: -55px;
    margin-right: 62%;
    z-index: 100;
}

@media (max-width: 575px) {


    .BETTER_PAGE_NOTE {
        margin-right: 0;
    }
}
    /**************new input label***********/
    /*<div class="form-group  col-lg-2 col-md-4 col-sm-6" >
<input type="text" id="name" class="form-control" required >
<label class="form-control-placeholder" for="name" > رقم الطلب</label >
</div >*/
    /*input,
textarea {
    background-color: #F3E5F5;
    padding: 8px 0px 8px 0px !important;
    width: 100%;
    border-radius: 0 !important;
    box-sizing: border-box;
    border: none !important;
    border-bottom: 1px solid #F3E5F5 !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 300
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #D32F2F !important;
        outline-width: 0;
        font-weight: 400
    }

.form-group {
    position: relative;
    margin-bottom: 1.5rem
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 7px 0 0 0;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 80%;
    transform: translate3d(0, -100%, 0);
    opacity: 1
}*/
    /*********************************************/


.carousel-control-next-icon, .carousel-control-prev-icon {
    line-height: 1 !important;
}

.modal-backdrop {
position:relative !important;
}

/*Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }



/******************MODAL Confirm Delete*********************/
.modal-sweet {
    color: #636363;
    width: 400px;
    box-shadow: 10px 10px 10px #212529;
}

@media all and (max-width: 540px) {
    .modal-sweet {
        width: auto;
    }
}

.modal-sweet .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 18px;
}

.modal-sweet .modal-header {
    border-bottom: none;
    position: relative;
    display: block;
}

.modal-sweet h4 {
    text-align: center;
    font-size: 40px;
    margin: 30px 0 -10px;
}

.modal-sweet .close {
    position: absolute;
    top: -5px;
    right: -2px;
    font-size: 25px;
    color: #000;
}

.modal-sweet .modal-body {
    color: #999;
}

.modal-sweet .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
    display: block;
}

    .modal-sweet .modal-footer a {
        color: #999;
    }

.modal-sweet .icon-box-warning {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(255, 178, 43,0.8);
}

    .modal-sweet .icon-box-warning i {
        color: rgba(255, 178, 43,1);
        font-size: 46px;
        display: inline-block;
        margin-top: 23px;
    }

.modal-sweet .icon-box-danger {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(242, 116, 116,0.8);
}

    .modal-sweet .icon-box-danger i {
        color: rgba(242, 116, 116,1);
        font-size: 46px;
        display: inline-block;
        margin-top: 23px;
    }

.modal-sweet .icon-box-success {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(165,220,134,0.8);
}

    .modal-sweet .icon-box-success i {
        color: rgba(165,220,134,1);
        font-size: 46px;
        display: inline-block;
        margin-top: 23px;
    }

.modal-sweet .btn {
    color: #fff;
    border-radius: 4px;
    backgro /und: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-sweet .btn-info {
    background: #c1c1c1;
}

    .modal-sweet .btn-info:hover, .modal-sweet .btn-info:focus {
        background: #a8a8a8;
    }

.modal-sweet .btn-danger {
    background: #f15e5e;
}

.modal-sweet.sweetalert-lg {
    width: 400px;
}


.modal-sweet .btn-danger:hover, .modal-sweet .btn-danger:focus {
    background: #ee3535;
}


/**************datepicker****************/
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}



.table-condensed {
    width: 300px;
}

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    wid /th:373px;
    z-in /dex:1000 !important;
}

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: 0px;
        border-bottom: 0;
        border-top: 0px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 0px;
    }

.table tbody  {
    background: transparent;
}

    /*.table tbody td {
        background: white !important;
        border: 0px;
    }*/

.count-chat-icon {
    display: inline-block;
    left: 20px;
    position: absolute;
}

.chat-application .chat-sidebar {
    height: calc(100vh - 16.4rem) !important;
    position: absolute;
    width: 300px;
    border-left: 1px solid #E4E5EC;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    box-shadow: none;
    overflow-x: hidden !important;
}
.chat-application .chat-content .chat-body .chat-message {
    position: relative;
    float: left;
    text-align: left;
    padding: 0.75rem 1rem;
    margin: 0 0.3rem 1.33rem 1.33rem;
    clear: both;
    word-break: break-word;
    color: #6B6F82 !important;
    background-color: #FAFBFB !important;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px 0 rgba(102, 110, 232, 0.6);
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #E4E5EC;
    width: 100%;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

    .alert-warning hr {
        border-top-color: #ffe8a1 !important;
    }

    .alert-warning .alert-link {
        color: #533f03 !important;
    }


.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

    .alert-success hr {
        border-top-color: #b1dfbb !important;
    }

    .alert-success .alert-link {
        color: #0b2e13 !important;
    }

.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

    .alert-info hr {
        border-top-color: #abdde5 !important;
    }

    .alert-info .alert-link {
        color: #062c33 !important;
    }

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

    .alert-warning hr {
        border-top-color: #ffe8a1 !important;
    }

    .alert-warning .alert-link {
        color: #533f03 !important;
    }

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

    .alert-danger hr {
        border-top-color: #f1b0b7 !important;
    }

    .alert-danger .alert-link {
        color: #491217 !important;
    }

.alert-light {
    color: #818182 !important;
    background-color: #fefefe !important;
    border-color: #fdfdfe !important;
}

    .alert-light hr {
        border-top-color: #ececf6 !important;
    }

    .alert-light .alert-link {
        color: #686868 !important;
    }

.alert-dark {
    color: #1b1e21 !important;
    background-color: #d6d8d9 !important;
    border-color: #c6c8ca !important;
}

    .alert-dark hr {
        border-top-color: #b9bbbe !important;
    }

    .alert-dark .alert-link {
        color: #040505 !important;
    }

.font-large-1 {
    font-size: 1.3rem !important;
}

.customCard {
    background-color: rgba(237, 237, 237, 0.8);
    border: none;
}

.form-control:disabled, .custom-select:disabled, .form-control-file:disabled, .form-control[readonly], .custom-select[readonly], .form-control-file[readonly] {
    border-style: dotted;
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.line-on-side span {
    background: #FFFFFF;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 800;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 9px !important;
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .bordered-input,
#deleteConfirmationModal_QuestionsCancel .bordered-input {
    border: 1px solid #ccc; /* You can adjust the color and style */
    border-radius: 4px; /* Optional: adds rounded corners */
    padding: 8px; /* Optional: adds padding inside the input */
    width: 100%; /* Ensures the input takes the full width of the form group */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
}

#attachmentRow.hidden,
#buttonContainer.hidden,
#INSERT_REQUEST_DEGREE_EQUATIONModal.hidden {
    display: none;
}


#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-body,
#deleteConfirmationModal_QuestionsCancel .modal-body {
    font-size: 1.25rem; /* Increase font size */
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-header,
#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-footer,
#deleteConfirmationModal_QuestionsCancel .modal-header,
#deleteConfirmationModal_QuestionsCancel .modal-footer {
    font-size: 1.1rem; /* Increase font size for header and footer */
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-dialog,
#deleteConfirmationModal_QuestionsCancel .modal-dialog {
    max-height: 400px; /* Increase height slightly */
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .custom-margin-right {
    margin-right: 10px;
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*#modal-popup {
    z-index: 1051;*/ /* Set a higher value than the default Bootstrap modal z-index */
/*}*/

/*#modal-popup {
    z-index: 1051;
    Set a higher value than the default Bootstrap modal z-index
}*/

#BtnAddDisplay.custom-button {
    background-color: lightblue;
    background-size: cover; /* Adjust the image size */
    background-position: center; /* Center the image */
    color: white; /* Text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Adjust padding */
}

    #BtnAddDisplay.custom-button:hover {
        background-color: lightblue; /* Same as default */
        background-size: cover; /* Same as default */
        background-position: center; /* Same as default */
        color: white; /* Same as default */
        border: none; /* Same as default */
        padding: 10px 20px; /* Same as default */
    }

    #BtnAddDisplay.custom-button:hover {
        background-color: lightblue !important;
        background-size: cover !important;
        background-position: center !important;
        color: white !important;
        border: none !important;
        padding: 10px 20px !important;
    }

#INSERT_REQUEST_DEGREE_EQUATIONModal .custom-modal-dialog,
#deleteConfirmationModal_QuestionsCancel .custom-modal-dialog {
    max-width: 1000px; /* Adjust the width as needed */
}
#INSERT_REQUEST_DEGREE_EQUATIONModal .form-group {
    margin-bottom: 10px;
}
#INSERT_REQUEST_DEGREE_EQUATIONModal .mb-4 {
    margin-bottom: 0 !important;
}
#INSERT_REQUEST_DEGREE_EQUATIONModal .card-header {
    padding: 0 !important;
}
#INSERT_REQUEST_DEGREE_EQUATIONModal .custom-modal-dialog {
    margin-top: 0; /* Removes the vertical centering */
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-body {
    max-height: 70vh; /* Adjust as needed */
    overflow-y: auto; /* Enable vertical scrolling */
}

#INSERT_REQUEST_DEGREE_EQUATIONModal .modal-dialog-top {
    position: fixed; /* Position it fixed to the top of the screen */
    top: 0; /* Align it to the very top */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Center it with transform */
    max-height: 90vh; /* Optional: Limit max height */
}


/*add style form inquiry questions command address command stop*/

#insert_QuestionsLKP_Modal .modal-body,
#deleteConfirmationModal_QuestionsLKP .modal-body {
    font-size: 1.25rem; /* Increase font size */
}

#insert_QuestionsLKP_Modal .modal-header,
#insert_QuestionsLKP_Modal .modal-footer,
#deleteConfirmationModal_QuestionsLKP .modal-header,
#deleteConfirmationModal_QuestionsLKP .modal-footer {
    font-size: 1.1rem; /* Increase font size for header and footer */
}

#insert_QuestionsLKP_Modal .modal-dialog,
#deleteConfirmationModal_QuestionsLKP .modal-dialog {
    max-height: 400px; /* Increase height slightly */
}

/* This class can be used directly in your HTML elements */
#btnInsert_QuestionLKP .custom-margin-right {
    margin-right: 10px;
}
#txt_P_CIVIL_ID {
    text-align: center;
}

    /* Keep centered while typing */
    #txt_P_CIVIL_ID:focus {
        text-align: center;
    }
#txtP_STUDENT_CIVIL_ID {
    text-align: center;
}

    /* Keep centered while typing */
    #txtP_STUDENT_CIVIL_ID:focus {
        text-align: center;
    }
/* Header centering for both modals */
#insert_QuestionsLKP_Modal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* If you want to apply z-index to both modals */
#insert_QuestionsLKP_Modal,
#deleteConfirmationModal_QuestionsLKP {
    z-index: 1051; /* Set a higher value than the default Bootstrap modal z-index */
}

    #insert_QuestionsLKP_Modal .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 0.1rem);
        margin-top: 30px; /* Add this line */
    }

    #insert_QuestionsLKP_Modal .modal-content {
        margin-top: 30px; /* Add this line */
    }

@media (max-width: 768px) {
    #insert_QuestionsLKP_Modal .modal-dialog {
        margin-top: 30px; /* Smaller margin for smaller screens */
    }

    #insert_QuestionsLKP_Modal.modal {
        margin-top: 30px; /* Add this line */
    }
}
#btnInsertBank.custom-margin-right {
    margin-right: 10px;
}
#insertBankModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 0.1rem);
    margin-top: 30px; /* Add this line */
}

#insertBankModal .modal-content {
    margin-top: 30px; /* Add this line */
}

@media (max-width: 768px) {
    #insertBankModal .modal-dialog {
        margin-top: 30px; /* Smaller margin for smaller screens */
    }

    #insertBankModal.modal {
        margin-top: 30px; /* Add this line */
    }
}


#btnInsertstudylevel.custom-margin-right {
    margin-right: 10px;
}

#insertstudylevelModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 0.1rem);
    margin-top: 30px; /* Add this line */
}

#insertstudylevelModal .modal-content {
    margin-top: 30px; /* Add this line */
}

@media (max-width: 768px) {
    #insertstudylevelModal .modal-dialog {
        margin-top: 30px; /* Smaller margin for smaller screens */
    }

    #insertstudylevelModal.modal {
        margin-top: 30px; /* Add this line */
    }
}

#txtP_REQ_NO {
    text-align: center;
}

    /* Keep centered while typing */
#txtP_REQ_NO:focus {
    text-align: center;
}
#PopupCommittee {
    position: fixed;
    /*  padding-top: 100px;*/
    z-index: 1050; /* Bootstrap modals typically use z-index 1050 or higher */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

    /* Modal content styling */
    #PopupCommittee .modal-dialog {
        max-width: 80%;
        /*  margin: 100px auto;*/
    }

    #PopupCommittee .modal-content {
        background-color: #fefefe;
        border: 2px solid darkblue;
    }

    /* Body styling */
    #PopupCommittee .modal-body {
        padding: 20px;
        margin: 10px;
    }

    /* Footer styling */
    #PopupCommittee .modal-footer {
        border-top: 0;
        padding: 15px;
    }

    /* Header styling */
    #PopupCommittee .card-header {
        background-color: rgba(0, 0, 0, 0.7) !important;
        color: white;
        text-align: center;
        padding: 10px;
    }


.btn-dark {
    border-color: !important;
    background-color: #0b5587 !important;
    color: #FFFFFF;
}

.navbar-semi-light .navbar-nav .nav-link {
    color: #000000;
}

.material-vertical-layout .app-content .content-header .content-header-light.bg-img, .material-horizontal-layout .app-content .content-header .content-header-dark.bg-img {
    background-image: url(../../app-assets/images/backgrounds/mountain.png);
    background-size: 100% 100%;
    width: 100%;
}

.btn-primary {
    border-color: #3a8cc3 !important;
    background-color: #3a8cc3 !important;
    color: #FFFFFF;
}

    .btn-primary:hover {
        border-color: #0b5587 !important;
        background-color: #0b5587 !important;
        color: #FFFFFF !important;
    }

.btn-outline-primary {
    border: 1px solid;
    border-color: #3a8cc3;
    background-color: transparent;
    color: #3a8cc3;
}

    .btn-outline-primary:hover {
        border-color: #3a8cc3 !important;
        background-color: #3a8cc3 !important;
        color: #FFFFFF !important;
    }

.card-subtitle {
    line-height:1.5;
}

#openModal {
    display: none; /* Hide the button by default */
}
#openMarrigeJson {
    display: none; /* Hide the button by default */
}

#detailsModal .modal-title {
    text-align: center;
    font-size: 24px; /* Increase font size */
    font-weight: bold; /* Make font bold */
    color: #007bff; /* Change title color */
}

#detailsModal .modal-content {
    /*background-color: #f8f9fa;*/ /* Change background color */
    font-size: 22px; /* Increase font size */
    font-weight: bold; /* Make font bold */
    color: #007bff;
    border-radius: 10px; /* Round corners */
}

#detailsModal .modal-header {
    border-bottom: none; /* Remove bottom border */
}

#detailsModal .modal-footer {
    border-top: none; /* Remove top border */
}




#StudentRecordsModal .modal-title {
    text-align: center;
    font-size: 24px; /* Increase font size */
    font-weight: bold; /* Make font bold */
    color: #007bff; /* Change title color */
}

#StudentRecordsModal .modal-content {
    /*background-color: #f8f9fa;*/ /* Change background color */
    font-size: 22px; /* Increase font size */
    font-weight: bold; /* Make font bold */
    color: #007bff;
    border-radius: 10px; /* Round corners */
}
#StudentRecordsdataDisplay {
    border: 2px solid black; /* Solid 2px border */
    border-radius: 4px; /* Optional: rounded corners */
}
/*#StudentRecordsModal .modal-header {
    border-bottom: 2px solid #dee2e6;*/ /* Add bottom border */
/*}

#StudentRecordsModal .modal-footer {
    border-top: 2px solid #dee2e6;
}
#StudentRecordsModal .modal-dialog {
    border-top: 2px solid #dee2e6;*/ /* Add top border */
    /*border-bottom: 2px solid #dee2e6;*/ /* Add bottom border */
/*}*/

@media (max-width: 991.98px) {
    .heading-elements .list-inline {
        display: block;
    }
}