/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    /*    --main-color: #44A2A9;*/
    --main-color: #131A48;
    --white-color: #F9F9F9;
    --green-color: #09452C;
    --border-main-color: #4ac8d2;
    --label-fore-color: #4e4e4e;
    --loader-color: #C9DB4C;
}

/* ******** Scrollbar ********/
/* width */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    max-height: 40px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e0e0e0;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

thumb {
    -moz-appearance: none !important;
    min-height: 40px;
    width: 16px;
}

    thumb[orient="horizontal"] {
        -moz-appearance: none !important;
        min-width: 40px;
        height: 16px;
    }
/* ******** Scrollbar ********/


/**:focus {
outline: none!important;
}*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

b, strong {
    font-family: 'aj-bold';
}

@font-face {
    font-family: 'aj-bold';
    src: url('../fonts/aj-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'aj-light';
    src: url('../fonts/aj-light.ttf') format('truetype');
}

@font-face {
    font-family: 'aj-regular';
    src: url('../fonts/aj-regular.ttf') format('truetype');
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand img {
        width: 50px;
    }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(255 255 255 / 95%);
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

nav {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white-color) !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    /*    border-bottom: 1px solid #e5e5e5;*/
    border-bottom: 1px solid var(--green-color) !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "aj-regular" !important;
}
 
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Aj-bold";
}

a:hover {
    text-decoration: none !important;
    opacity: 0.85;
}

.btn-svg {
    margin: 5px;
}

    .btn-svg svg {
        color: var(--main-color);
        background: #f7f7f7;
        padding: 5px;
        width: 30px;
        height: 30px;
        border: 1px solid;
        border-radius: 4px;
        fill: var(--main-color);
    }

.control-div {
    padding: 20px 0;
    margin-top: 25px;
}

    .control-div a,
    .control-div input {
        background: var(--main-color);
        padding: 10px 20px;
        margin-right: 5px;
        color: #fff;
        box-shadow: 0px 4px 11px -5px #000000db;
        border: 1px solid var(--border-main-color);
        font-family: "Aj-bold";
        display: inline-block;
        margin-bottom: 10px;
    }

        .control-div input:hover {
            background: #55bec5;
            border: 1px solid;
            opacity: .9;
            color: #fff;
        }

    .control-div svg {
        /*width: 23px;
height: 23px;
margin-right: 8px;*/
        width: 35px;
        height: 35px;
        fill: #fff;
    }

/* *********************** Sweet Alert  *********************** */
.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(220, 134, 217, 0.3);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #be86dc;
}

.swal2-popup .swal2-title {
    font-family: 'aj-bold';
    font-weight: bold;
    color: #266469 !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
}

.swal2-popup .swal2-styled.swal2-confirm {
    color: #fff;
    padding: 17px 40px;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.2), 0 2px 11px -2px rgba(0,0,0,.7);
    border: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    background: linear-gradient(135deg, var(--main-color) 0%,#378c92 100%) !important;
    display: inherit;
    margin: 0 auto;
    font-size: 17px;
    font-family: inherit !important;
}

    .swal2-popup .swal2-styled.swal2-confirm:hover {
        color: #fff;
        background-color: #a871ef;
    }

    .swal2-popup .swal2-styled.swal2-confirm:active {
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2), 0 1px 1px -3px rgba(0,0,0,.34);
        transition: all .1s ease;
    }

.swal2-icon.swal2-warning {
    border-color: #44a2a994;
    color: var(--main-color);
}

.swal2-popup .swal2-actions {
    padding-bottom: 1.3em;
}
/* *********************** Sweet Alert  *********************** */



/***************************  DataTable ****************************/

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #377c82;
}

.dataTable thead tr {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    font-family: "Aj-bold";
}

.table thead th {
    border-bottom: 2px solid #39939a;
}

.page-item.active .page-link {
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
/***************************  select2-container ****************************/
.select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: calc((1.5em + .75rem + 2px)/7) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.5em + .75rem - 2px) !important;
    }

.select2-container {
    max-width: 100%;
}

/***************************  select2-container ****************************/

 .pageh, .page-details {
}

    .pageh h4 {
        text-align: center;
        margin: 2em 0 1em;
    }

    .pageh label {
        font-size: .875rem;
        font-family: aj-bold;
        color: var(--label-fore-color);
    }

.edit-create-form-control {
    border-top: 2px solid var(--main-color);
    padding-top: 1em;
    text-align: center;
    width: 98%;
    margin: 3em auto;
}

    .edit-create-form-control a {
        color: var(--main-color);
        font-family: 'aj-bold';
        text-shadow: 2px 1px 2px #0000001c;
        font-size: 1.1em;
    }

.btnH {
    padding: .65rem 2.53rem;
    border: 0;
    background: var(--main-color);
    color: #fff !important;
    margin: 0 1rem;
    font-family: 'aj-bold';
    border-radius: 3px;
}

.help-block.form-error {
    color: #cc5654;
    font-size: .8em;
    font-family: 'aj-bold';
}

.page-details h3,
.pageh h3 {
    text-align: center;
    margin: 2em 0 1em;
}

.page-details hr {
    margin-bottom: 2em;
}

.page-details h3 span,
.pageh h3 span {
    font-size: .65em;
    text-align: center;
}

dl dt {
    text-align: left;
    min-height: 2em;
}

dl dd {
    text-align: right;
    min-height: 2em;
}

@media only screen and (max-width: 700px) {

    .page-details dl dt {
        text-align: right;
    }

    .page-details hr {
        visibility: hidden;
    }

    .page-details dl dd {
        padding-bottom: 1em;
        /*border-bottom: 1px solid #e5e5e5;*/
        /*margin-bottom: 1em;*/
    }

        .page-details dl dd::after {
            width: 98%;
            height: 1px;
            background: #e5e5e5;
            content: '';
            display: block;
            margin-right: 1%;
            margin-top: 1em;
        }
}


.chkH {
    background: #f3f2f2;
    display: block;
    border: none;
    margin-bottom: 2px;
    width: 100%;
    padding: .3em .8em;
    cursor: pointer;
}

#btnfrmAddCustomersToGroup, #btnSaveNewOrder {
    width: 100%;
    margin: .5em 0 1em;
    background: var(--main-color);
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0px 4px 11px -5px #000000db;
    border: 1px solid var(--border-main-color);
    font-family: "Aj-bold";
}

#btnSaveNewOrder {
    max-width: 800px;
    margin: 0 auto;
}

    #btnfrmAddCustomersToGroup svg,
    #btnSaveNewOrder svg {
        width: 2em;
        margin: 0 .5em;
    }

        #btnfrmAddCustomersToGroup svg path,
        #btnSaveNewOrder svg path {
            fill: #fff !important;
        }

.pnlSelectedCustomers {
    background: #d6d6d6;
    border: 1px solid #44a2a9;
    border-radius: 5px;
}

#selectedCustomersCount {
    background: var(--main-color);
    padding: .2em .8em;
    border-radius: 8px;
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 0.5em;
    display: inline-block;
}



.statistic-card {
    background: var(--main-color);
    display: block;
    width: 99%;
    position: relative;
    min-height: 100px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: .6rem;
    padding-bottom: 0.5rem;
}

    .statistic-card svg {
        width: 37px;
        position: absolute;
        left: 5px;
        top: 5px;
        fill: #267e86;
    }

    .statistic-card span.title {
        font-size: 1em;
        display: block;
        margin-top: -.8rem;
    }

    .statistic-card span.value {
        font-size: 2.5em;
        z-index: 1;
        padding: 0;
        margin: 0;
    }




.hShape {
    /*background: rgb(59,213,224);
background: linear-gradient(90deg, rgba(59,213,224,1) 0%, rgba(82,178,185,1) 22%, rgba(115,246,255,1) 48%, rgba(47,133,139,1) 100%);*/
    background: var(--border-main-color);
    background: linear-gradient( 149deg, rgba(59,213,224,1) 0%, rgba(29,209,222,1) 49%, rgba(47,133,139,1) 100%);
    height: 53vh;
    position: absolute;
    display: block;
    width: 39vh;
    border-radius: 90px;
}

.top-shape {
    top: -14vh;
    right: -26vh;
    transform: rotate( 38deg );
    width: 53vh;
}

.bottom-shape {
    bottom: 1vh;
    left: -15vh;
    transform: rotate( -29deg );
}

.ul-list {
    padding: 0;
}

    .ul-list li {
        list-style: none;
        padding: .3em .5em;
        font-family: 'aj-bold';
        background: #f3f3f3;
        margin: .3em auto;
        max-width: 500px;
    }

table thead tr {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    font-family: "Aj-bold";
}

.table thead th {
    vertical-align: middle;
}

.edit-create-form-control a.btnH svg {
    width: 28px;
    fill: #fff;
    margin-left: 0.5rem;
}



.dashboard-btn {
    background: var(--main-color);
    display: block;
    width: 95%;
    position: relative;
    min-height: 50px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: .6rem;
    /* border: 1px solid #23838a; */
    box-shadow: 1px 6px 8px -4px #00000047;
    border-radius: 50px;
}

    .dashboard-btn svg {
        width: 30px;
        position: absolute;
        right: 0.6em;
        top: 10px;
        fill: var(--white-color);
    }

    .dashboard-btn span.title {
        width: 100%;
        text-align: center;
        padding-right: 24px;
        font-family: 'aj-bold';
    }

    .dashboard-btn span.value {
        font-size: 2.5em;
        z-index: 1;
        padding: 0;
        margin: 0;
    }

.navbar-light .navbar-brand {
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: none !important;
}

.navbar-expand-sm .navbar-collapse {
    justify-content: flex-end;
}

.navbar-light .navbar-brand .nav-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 .5rem;
}

.navbar-light .navbar-brand h1 {
    font-size: .95rem;
    line-height: .65;
}

.navbar-light .navbar-brand h2 {
    font-size: .8rem;
    line-height: .65;
}

.msg-with-count {
    position: relative;
}

    .msg-with-count svg {
        width: 30px;
        fill: #fff;
    }

    .msg-with-count span {
        position: absolute;
        top: 0;
        left: -4px;
        background: white;
        padding: 2px 6px;
        color: #505050;
        border-radius: 50%;
        box-shadow: 0 0 10px 6px #ffffff40;
        font-size: .8em;
        font-family: 'aj-bold';
        min-width: 1.8em;
        text-align: center;
    }

.logout-btn svg {
    width: 20px;
    fill: #fff;
    padding-top: 9px;
}

.details-section-tbl {
    background: #f7f7f7;
    padding: 2em 1em;
    margin-bottom: 4em;
}

    .details-section-tbl h4 {
        text-align: center;
    }

.messages-page {
    height: 77vh;
}

    .messages-page .right-side {
        background: #f7f7f7;
        display: block;
        height: 77vh;
        overflow: scroll;
        scroll-behavior: smooth;
        overflow-x: hidden;
        padding-top: 100px;
    }

        .messages-page .right-side .customer-filter {
            padding-bottom: 1.5em;
            position: absolute;
            top: 0;
            z-index: 999;
            display: block;
            width: 92%;
            background: #f7f7f7;
            margin-right: 4%;
        }

            .messages-page .right-side .customer-filter input {
                width: 90%;
                border-radius: 50px;
                border: 1px solid #44a2a9;
                margin: 2em 5% 0;
                font-size: .85em;
                padding: 0.5em;
                text-align: right;
                padding-right: 1em;
                padding-bottom: .6em;
            }

    .messages-page .left-side {
        display: block;
        height: 77vh;
        border: 1px solid #f3f3f3;
        background: #fbfbfb;
        overflow: scroll;
        scroll-behavior: smooth;
        overflow-x: hidden;
    }

#customers-list {
    padding: 0 .8em;
    margin: 0;
    list-style: none;
}

.customer-msg-name {
    position: relative;
    padding: .5em 0 1.5em;
    margin-bottom: .5em;
    cursor: pointer;
    border-right: 3px solid #44a2a9;
    background: #f3f3f3;
}

#customers-list li.selected .customer-msg-name {
    background: #e7eeef;
}

.customer-msg-name:hover {
    opacity: .8;
    background: #e7eeef;
}

.customer-msg-name svg {
    width: 1.5em;
    margin-right: 0.5em;
    background: #ececec;
    height: 1.5em;
    border-radius: 50%;
    fill: #749fa2;
    position: absolute;
    top: 16%;
}

.customer-msg-name .customer-name {
    font-family: 'aj-bold';
    font-size: .95em;
    display: inline-block;
    padding-right: 2.5em;
}

.customer-msg-name .msg-count {
    position: absolute;
    top: -8px;
    left: -4px;
    background: #44a2a9;
    min-width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;
    font-size: .8em;
    font-family: 'aj-bold';
    color: #fff;
}

.customer-msg-name .msg-last-date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .8em;
}



.messages-wp {
    padding-top: 2em;
    padding-bottom: 100px;
}

    .messages-wp .msg-wp {
        list-style: none;
        margin-bottom: 1.4em;
        padding: 1.3em 1em 3em;
        max-width: 80%;
        box-shadow: -6px 5px 15px -6px #00000036;
        border-right: 2px solid var(--main-color);
        background: #fff;
        position: relative;
    }

        .messages-wp .msg-wp .msg-body {
        }

        .messages-wp .msg-wp .msg-date {
            position: absolute;
            left: 8px;
            background: var(--main-color);
            color: #fff;
            font-size: .9em;
            bottom: 8px;
            border-radius: 50px;
            padding: 1px 8px;
        }

    .messages-wp .from-admin {
        margin-right: 2em;
        border-right: 2px solid #5844a9 !important;
    }

#load-prev-msgs {
    float: left;
    background: var(--main-color);
    padding: 1px 14px 3px;
    border-radius: 15px;
    color: #fff;
    font-size: .9em;
    cursor: pointer;
    margin-left: 1em;
    margin-top: -1em;
}

    #load-prev-msgs svg {
        width: 15px;
        fill: #fff;
    }

.send-msg-wp {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f3f3f3;
}

#txtMsg {
    width: 86%;
    resize: none;
    border-radius: 50px;
    margin-right: 4%;
    margin-top: .8em; /*.4em*/
    text-align: right;
    padding-right: 2em;
    padding-top: 1em;
    display: inline-block;
    border: 1px solid #eaeaea;
    margin-bottom: 0.4em; /*0.1em;*/
}

#sendMsg {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 3%;
}

    #sendMsg svg {
        width: 26px;
        transform: rotate( 260deg );
        fill: #fff;
    }



.mPulse {
    position: relative;
    width: 23px;
    height: 23px;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 50%;
    background-color: #e84c3d;
    cursor: pointer;
    -webkit-animation: mPulse 1.25s 9 cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: mPulse 1.25s 9 cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: mPulse 1.25s 9 cubic-bezier(0.66, 0, 0, 1);
    animation: mPulse 1.25s 9 cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes mPulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes mPulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes mPulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes mPulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}


.page-link {
    color: #369198 !important;
}


.student-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 !important;
}

    .student-list .student-list-item {
        position: relative;
        border: 1px solid #44a2a9;
        margin-bottom: 0.5rem;
        padding: 0.5rem 1rem;
        border-radius: 3px;
        box-shadow: 0px 3px 14px -7px #000;
        background: white;
    }

        .student-list .student-list-item:active {
            cursor: move;
            background: #e2fdff;
            transform: scale(.98) !important;
        }

.student-list-item__std-classname {
    position: absolute;
    left: 1rem;
    font-size: .65rem;
    background: #44a2a9;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}

.student-list-item__std-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.student-list-item__std-address {
    font-size: .9rem;
    padding: 0.125rem 0.25rem 0.25rem 0
}



/*#student-list .sortable-ghost {
background: green !important;
}
#student-list .sortable-chosen {
background: blue !important;
}
#student-list .sortable-drag {
background: tomato !important;
}*/
#student-list .ui-sortable-helper {
    /*background: tomato !important;*/
    cursor: move;
    background: #e2fdff;
    transform: scale(.9) !important;
}




.send-noti-btn, .grd-button {
    background: #779c9f;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    box-shadow: 0px 4px 11px -5px #000000db;
    border: 1px solid #508c91;
    font-family: "Aj-bold";
    display: inline-block;
    width: 100%;
    border-radius: 24px;
}

    .send-noti-btn:hover, .grd-button:hover {
        text-decoration: none !important;
        opacity: 0.85;
    }

    .grd-button.danger {
        background: tomato !important;
    }


.student-list-deliver__item {
    position: relative;
    border: 1px solid #c8f4f7;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0px 3px 14px -7px #000;
    background: white;
}

.std-lst-items {
    list-style: none;
}

    .std-lst-items.deliver-lst li:first-child .student-list-deliver__item {
        /*.student-list-deliver__item.active {*/
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        border: 1px solid var(--main-color);
    }


        /*.student-list-deliver__item.active student-list-deliver__item--name {*/
        .std-lst-items.deliver-lst li:first-child .student-list-deliver__item student-list-deliver__item--name {
            font-size: 1.7rem;
        }

        .std-lst-items.deliver-lst li:first-child .student-list-deliver__item .student-list-deliver__item--order {
            /*.student-list-deliver__item.active .student-list-deliver__item--order {*/
            background: var(--main-color);
        }

        .std-lst-items.deliver-lst li:first-child .student-list-deliver__item .student-list-deliver__item--name {
            /*.student-list-deliver__item.active .student-list-deliver__item--name {*/
            color: #3e3e3e;
        }

        .std-lst-items.deliver-lst li:first-child .student-list-deliver__item .send-noti-btn {
            /*.student-list-deliver__item.active .send-noti-btn {*/
            background: var(--main-color);
            border: 1px solid var(--border-main-color);
        }

        .std-lst-items.deliver-lst li:first-child .student-list-deliver__item .student-list-deliver__item--sendnoti {
            padding: 3px;
        }

            .std-lst-items.deliver-lst li:first-child .student-list-deliver__item .student-list-deliver__item--sendnoti svg {
                /*fill: var(--main-color);*/
                fill: #f7f7f7;
                background: var(--main-color);
                border-radius: 50%;
                padding: 3px;
            }


.send-noti-btn.primary {
    /*.student-list-deliver__item.active .send-noti-btn {*/
    background: var(--main-color);
    border: 1px solid var(--border-main-color);
}

.send-noti-btn.green {
    /*.student-list-deliver__item.active .send-noti-btn {*/
    background: #44a950;
    border: 1px solid var(--border-main-color);
    text-align: center;
}

.send-noti-btn.danger {
    /*.student-list-deliver__item.active .send-noti-btn {*/
    background: tomato;
    border: 1px solid var(--border-main-color);
    text-align: center;
}


.student-list-deliver__item--order {
    display: flex;
    background: #779c9f;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px;
}

.student-list-deliver__item--name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5c5c5c;
    height: 100%;
    display: flex;
    align-items: center;
}

.student-list-deliver__item--sendnoti {
    padding: 6px;
}

    .student-list-deliver__item--sendnoti svg {
        fill: #779c9f;
    }

    .student-list-deliver__item--sendnoti:hover {
        opacity: 0.85;
    }

.student-list-deliver__item--info {
    background: #ededed;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin: 1.5rem 3rem 0;
}

.student-list-deliver__item--address {
    font-size: 1.2rem;
}

.student-list-deliver__item--phone {
    border: 2px solid var(--main-color);
    display: block;
    width: 95%;
    font-size: 1.2rem;
    color: #282828;
    font-weight: bold;
    padding: 0.25rem;
    border-radius: 26px;
    text-align: center;
    margin-top: 0.6rem;
}

    .student-list-deliver__item--phone svg {
        width: 30px;
        fill: var(--main-color);
        float: left;
    }


#foj-std-delivered .student-list-deliver__item {
    background: #effdfc !important;
}


.control-div a.nav-link.active {
    background: var(--main-color) !important;
    color: #fff !important;
}

#foj-std-absence .student-list-deliver__item {
    background: #ffe4df !important;
}

.minutes-num-wr {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 0.5rem;
}


.minutes-num {
    /*font-size: 1.5rem;*/
    text-align: center;
    max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.std-noti-time-count {
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 0.15rem;
    padding-bottom: 0.14rem;
}

    .std-noti-time-count span {
        background: #40878d;
        font-size: .8rem;
        padding: 0.1rem 0.5rem;
        border-radius: 15px;
    }


.control-pnl-wp {
}

    .control-pnl-wp h2 {
        background: var(--main-color);
        color: #fff;
        padding: 0.5rem 2rem 1rem;
        border-radius: 53px;
        margin-bottom: 2rem;
        margin: 3rem 0 2rem;
    }

    .control-pnl-wp a {
        border: 1px solid var(--main-color);
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
        min-height: 120px;
        color: #3e979d;
        font-weight: bold;
        border-radius: 7px;
    }

        .control-pnl-wp a svg {
            width: 50px;
            fill: var(--main-color);
        }

        .control-pnl-wp a span {
            font-size: 1.3rem
        }

.group-title {
    padding: 1rem 0;
    border-bottom: 2px solid #44a2a9;
    margin-bottom: 2rem;
}

.div-group-border {
    border: 1px solid #cbc7c7;
    padding: 1.5rem 3rem;
    border-radius: 6px;
}

.page-details-main-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

.star {
    color: red !important;
    font-size: .7rem;
    font-family: auto;
}

.display-upload-img {
    max-width: 200px;
    width: 100%;
}

.update-btn-grd {
    background: #44a2a9;
    color: #fff;
    font-size: .8rem;
    padding: .35rem 1rem;
    border: 2px solid #39939a;
    border-radius: 4px;
}


.form-group {
    margin-bottom: 1rem;
}



.hero__video {
    height: calc(100vh - 77px);
    overflow: hidden;
    position: relative;
    margin-bottom: 5rem
}

.hero__video .overlay {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.hero__video .overlay h2 {
    color: #ffffff;
    background: #f2a900e0;
    padding: 1rem 3rem;
    font-family: "aj-bold";
    font-size: 3.5rem;
    margin-top: 16vh;
    border-bottom: 5px solid #ffffffc7;
    border-right: 5px solid #ffffffc7;
}

.hero__video .overlay h2 span {
    font-size: 1.7rem;
    display: block;
}

.hero__video video {
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

section {
    padding: 5rem 0 8rem;
    position: relative;
}
section .grn{
    color: var(--green-color);
}
    section .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 2rem 0 4rem;
        z-index: 1;
        position: relative;
    }
section .title a {
    font-family: aj-bold;
    font-size: 1rem;
}
 
section h2 {
    color: var(--main-color);
    position: relative;
}
section h2 span {
    width: 3rem;
    height: 3rem;
    background: #EFEFEF;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: -1;
}

about {
    padding: 1rem 0 7rem;
}
.about .row {
    align-items: center;
}
.about img{
    max-width: 250px;
}

.about p {
    color: #6A6A6A;
    font-size: 1.2rem;
    padding: 1rem 0;
    text-align: justify;
}
.about .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 140px;
    z-index: -1;
}


.councile {
    background: #FFF;
    border-radius: 20px;
    min-height: 200px;
    border: 4px solid #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: .25rem .2rem;
}

.councile img{
    max-width: 100%;
    max-height: 80px;
}

.councile span {
    color: var(--main-color);
    font-family: aj-bold;
    padding-top: .5rem;
    font-size: .9rem;
}


.board__member {
    border: 1px solid #799f90;
    padding: 2rem;
    border-radius: 15px;
    position: relative;
}

.board__member .board__member--img {
    border-radius: 50%;
    border: 7px solid #f5f5f5;
    max-width: 120px;
}

.board__member--img-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.board__member--name-title {
    padding-right: 2rem;
    color: var(--main-color);
}

.board__member--name-title h3 {
     
}

    .board__member--name-title span {
/*        font-family: aj-bold;*/
        font-size: 1.2rem;
    }

.board__member p {
    padding: 2rem 1rem;
    text-align: justify;
    color: #636363;
    line-height: 1.5 !important;
}

.board__member--footer {
    display: flex;
    justify-content: flex-end;
}


.board__member .shape-top {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 10px;
    max-width: 125px;
    z-index: 0;
}

.board__member .shape-down {
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-radius: 5px;
    z-index: -1;
    max-width: 60px;
}

 
.news__card {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 1.8rem 1.5rem 1.5rem;
    box-shadow: 0px 0px 10px 0px #00000017;
    margin-bottom: 1rem;
}
.news__card--img {
    max-width: 100%;
    z-index: 2;
    position: relative;
    border: 1px solid var(--green-color);
    border-radius: 5px;
    height: 158px;
    object-fit: cover;
}
.news__card--title {
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem 0 .5rem;
    color: var(--main-color);
}
.news__card--p {
    line-height: 1.4 !important;
    color: #7b7b7b;
    text-align: justify;
    font-size: .88rem;
}


.news__card .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    max-width: 125px;
    z-index: 0;
}

.news__card--footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.news__card--footer-date {
    border: 1px solid #e1e1e1;
    padding: .35rem .75rem;
    border-radius: 34px;
    display: flex;
    align-items: center;
}

.news__card--footer-date img {
    width: 15px;
    opacity: 0.85;
}

.news__card--footer-date span {
    padding: 0 6px;
    font-size: .85rem;
    font-family: aj-bold;
}

.daleel__list {
    border: 1px solid #799f90;
    padding: 2rem;
    border-radius: 15px;
    position: relative;
}

    .daleel__list .shape-top {
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 10px;
        max-width: 125px;
        z-index: 0;
    }

    .daleel__list .shape-down  {
        position: absolute;
        bottom: 2px;
        right: 2px;
        border-radius: 5px;
        z-index: -1;
        max-width: 60px;
    }

.daleel__list ul {
    list-style: none;
    margin-bottom: 2.5rem;
}

.daleel__list ul li {
    background: #46736114;
    margin-bottom: .5rem;
    padding: 1rem;
    border-radius: 10px;
    color: #4A4A4A;
    font-family: aj-bold;
}

.daleel__list ul li img {
    width: 13px;
    margin: 0 1rem;
}

.daleel__finance {
    background: #467361;
    border-radius: 20px;
    height: 100%;
}

.daleel__finance .shape-top {
    position: absolute;
    top: 2px;
    left: 18px;
    border-radius: 10px;
    max-width: 125px;
    z-index: 0;
}

.daleel__finance .shape-down {
    position: absolute;
    bottom: 2px;
    right: 16px;
    border-radius: 13px;
    z-index: 0;
    max-width: 60px;
}

    .daleel__finance h2 {
        color: #fff; 
        padding-top: 3rem;
        text-align: center;
        z-index: 3;
        position: relative;
    }
    .daleel__finance .daleel__finance--a {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #00000021;
        width: 70%;
        margin: 3.5rem auto;
        z-index: 9;
        position: relative;
        padding: 2rem 1rem;
        color: #fff;
        border-radius: 15px;
    }
    .daleel__finance a img {
        max-width: 100px;
    }

        .daleel__finance a span {
            margin-top: 1rem;
            font-family: aj-bold;
        }


    .shape-side {
        position: absolute;
        left: 0;
        top: -96px;
        /*    left: -390px;
    top: -168px;*/
    }
.bg-gray {
    background: #F9F9F9;
}

.helaly-triangle {
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #757575;
    position: relative;
}

.helaly-triangle::after {
    content: "";
    width: 2px;
    height: 19px;
    display: inline-block;
    background: #757575;
    position: absolute;
    left: 7px;
    bottom: -4px;
    transform: rotate(61deg);
}

.helaly-triangle.grn {
    background: var(--green-color);
}
.helaly-triangle.gray {
    background: #AEAEAE;
}
.helaly-triangle.white {
    background: #fff;
}
.helaly-triangle.grn::after {
    background: var(--green-color);
}
.helaly-triangle.white::after {
    background: #fff;
}
.helaly-triangle.small {
    width: 80px;
}
.helaly-triangle.xsmall {
    width: 55px;
}
.white{
    color: #fff;
}

.w90 {
    width: 90%;
}


.statistics {
    margin: 6rem 0 4rem;
    position: relative;
}

    .statistics h2 {
        color: var(--main-color);
        font-family: "aj-bold";
    }

        .statistics h2 img {
            opacity: 0.13;
            padding: 0 2rem;
            width: 140px;
        }

.statistics__body {
    padding: 2rem 0;
}

.statistic__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 2rem 0 1rem;
    border: 1px solid #f1f1f1;
    min-height: 198px;
    transition: all 0.45s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 1rem .5rem;
}
   
    .statistic__card .bluri {
        width: 52px;
        height: 42px;
        background-color: var(--main-color);
        filter: blur(54px);
        border-radius: 300px;
        opacity: 0;
        will-change: transform;
        position: absolute;
        top: 0;
        left: 0;
    }

    .statistic__card img {
        width: 32px;
    }

.statistic__card--title {
    color: #697581;
    font-family: aj-bold;
    font-size: 0.85rem;
    padding: 0.25rem 0;
    text-align: center;
}

    .statistic__card--title.small {
        font-size: 0.65rem;
    }

.statistic__card--value {
    font-family: sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
}

.statistics .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    max-width: 150px;
    z-index: 0;
}

.enable {
    position: relative;
    background: #467260;
    padding: 3rem 0;
    text-align: center;
}
.enable__shape {
    position: absolute;
    left: 10%;
    top: 18%;
    opacity: .5;
}
.enable h3 {
    color: #fff;
    font-size: 1.2rem;
}
.enable__urls {
}

.enable__urls a{
    display: inline-block;
}
.enable__urls--img {
    max-width: 222px;
    margin: 1rem .8rem;
}

.footer {
    min-height: 300px;
    background: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__body {
    padding: 5rem 0;
}

.footer__socialurls {
    min-height: 40px;
    background: #061f47;
    text-align: center;
    padding: 1rem 0;
}

.footer__socialurls ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

        .footer__socialurls ul li {
            display: inline-block;
        }

            .footer__socialurls ul li a {
                padding: 0.35rem 0.5rem;
                border: 1px solid rgb(160 177 203 / 26%);
                display: flex;
                border-radius: 5px;
                align-items: center;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                margin: 0 0.25rem;
            }

                .footer__socialurls ul li a:hover {
                    border: 1px solid #a0b1cb;
                    transform: scale(0.95);
                    transform-origin: center;
                }

                .footer__socialurls ul li a i {
                    font-size: 24px;
                    color: #a0b1cb;
                }

.copyrights {
    color: #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "aj-bold";
    font-size: 0.75rem;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer__logo--img {
    width: 100px;
    background: #fff;
    padding: .3rem .2rem 0 .3rem;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
}

.footer__logo--title {
    color: #fff;
}

.footer__logo--title-ar {
    font-family: "aj-bold";
    font-size: 1.6rem;
}

.footer__logo--title-en {
    font-size: 1.09rem;
    font-family: Arial, Helvetica, sans-serif;
}

.footer__useful-links {
}

    .footer__useful-links a {
        color: #fff;
        text-decoration: none;
        display: flex;
        padding: 0.25rem 0;
        align-items: center;
    }

        .footer__useful-links a i {
            padding: 0 0 0 0.8rem;
        }

.footer__site-links {
}

    .footer__site-links a {
        color: #fff;
        text-decoration: none;
        display: flex;
        padding: 0.25rem 0;
        align-items: center;
    }

        .footer__site-links a i {
            padding: 0 0 0 0.8rem;
        }

.footer-info {
    background: #0f2b57;
    border: 2px solid #183259;
    padding: 1rem 0.5rem;
    border-radius: 5px;
    margin: 1rem 0 0;
}

footer .info-i {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
}

footer .info-value {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

    footer .info-value a {
        color: white;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    }

footer .footer-info img {
    border-radius: 7px;
    margin: 5px 10px;
    vertical-align: middle;
    border: 1px solid #2d4974;
    padding: 0.25rem;
}

footer .info-tel {
    font-size: 17px;
    font-weight: bold;
}

footer .info-email {
    font-size: 17px;
    font-weight: bold;
}

.footer__socialurls ul li img {
    max-height: 28px;
}

.footer__useful-links img {
    width: 20px;
    margin: 0 0.35rem;
}



.page-top-img {
    min-height: 250px;
    position: relative;
    background-position: center top;
    background-size: cover;
}
.page-top-img__overlay {
    position: absolute;
    background: #000000ba;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    padding-right: 2rem;*/
}

.page-top-img h2{
    color: #fff;
}
.page-top-img h4 {
    color: #fff;
    font-size: 1.35rem;
}
.page-title   {
  margin: 5rem 0 3rem;
}
.page-title h2 {
    color: var(--main-color);
    position: relative;
}

.page-title h2 span {
    width: 3rem;
    height: 3rem;
    background: #EFEFEF;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: -1;
}
.page-body  {
    /*margin-bottom: 5rem*/
}

.page-body.full-w {

}

.important-urls {
    margin: 5rem 0 7rem;
    background: #F3F3F3;
    border: 1px solid #DAE3DF;
    border-radius: 10px;
    position: relative;
    padding: 0 3rem 3rem;
}

.important-urls__page-title {
    margin: 2rem 0 2rem;
}


.important-urls__page-title h2 {
    color: var(--main-color);
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    margin-right: 2rem;
}
 
.important-urls__page-title h2 span {
    width: 3rem;
    height: 3rem;
    background: #D1E2DB;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: -1;
}

.important-urls ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
/*    margin-right: 3rem;*/
}

.important-urls ul li {
    background: #EAEDEC;
    margin: .5rem;
    border-radius: 2rem;
}

.important-urls ul li a {
    color: var(--main-color);
    padding: .75rem .5rem .75rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.important-urls ul li a img {
    width: 14px;
    opacity: .75;
    margin: .5rem;
}


.important-urls .shape-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 5px;
    z-index: 1;
    max-width: 90px;
    border-radius: 9px;
}

.navbreadcrumb {
    
    background: none !important;
    margin-top: 2rem
}
 
.breadcrumb {
    background: none !important;
}

.page__title{
    color: var(--main-color);
}

.page__date-read {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}
.page__date-read img {
    width: 18px;
    margin: 0 .35rem;
}
.page__date-read span{
    color: var(--main-color);
}

.page__date-read--date,
.page__date-read--readmin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*.page__date-read--readmin{

}*/

.page__main-img-full {
    background: #F9F9F9;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}


.page__main-img-full .shape {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    max-width: 150px;
    z-index: 0;
}


.page__main-img-full .main-img {
    width: 80%;
    height: 370px;
    margin: 4rem auto;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.page__body {
    color: #6A6A6A;
    margin: 3rem 0 5rem;
    font-size: 1.2rem;
    text-align: justify;
}

.page__body p{
    margin-bottom: 1.3rem;    
}

.page__images{

}

.page__images img {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #467361;
    margin-bottom: .75rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255);
}

.admin-page {
    padding-top: 2rem;
}

.admin-page h1 {
    padding: 1rem;
}

.admin-page .admin-url {
    background: #f7f7f7;
    display: block;
    padding: 1rem;
    text-align: center;
    /* border: 3px solid var(--main-color); */
    border-radius: .4rem;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 1.5rem;
}

.admin-page .admin-url:hover {
    background-color: #fff;
    box-shadow: 0 .5rem 1.4rem rgba(0, 0, 0, .08);
    text-decoration: underline !important;
}

.admin-page .admin-url svg {
    fill: #43a896; /*var(--main-color)*/
    height: 100px;
    padding: 1rem 0 2rem;
    display: block;
    margin: 0 auto;
}

.gallery-images-grid img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 9px;
    padding: 0.15rem;
}

@media only screen and (max-width: 600px) {

    section .title {
        display: flex;
        margin: 0 0 4rem;
        flex-direction: column;
    }
    section .title a {
        text-align: left;
        width: 100%;
        margin-top: 2rem;
    }

    .page-top-img h2 {
        font-size: 1.5rem;
    }

    .page-top-img h4 {
        color: #fff;
        font-size: 1.1rem;
    }

    .enable h3 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .enable__urls--img {
        margin: 1rem .8rem .25rem;
    }

    .important-urls {
        padding: 0;
    }
    .important-urls ul {
 
        margin-right: 0;
    }
    .statistic__card {
        margin-bottom: 0.5rem;
    }

    .statistics__body .row {
        --bs-gutter-x: 0.5rem;
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .footer__body {
        padding: 5rem 0 2rem;
    }

    .footer__useful-links,
    .footer__site-links {
        display: flex;
        max-width: 100%;
        flex-direction: row;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0.5rem 0.5rem;
    }

        .footer__useful-links a,
        .footer__site-links a {
            width: 50%;
        }

    .footer__site-links {
        border-top: 1px solid #364a6b;
        margin-top: 1rem;
    }

    .copyrights {
        flex-direction: column;
    }


 
}