﻿/**************************************

Template Name: Akkhor 
Template URL: https://www.radiustheme.com/demo/html/psdboss/akkhor/
Description: School Management Admin Dashboard HTML Template
Author: PsdBosS
Author URL: https://themeforest.net/user/psdboss
Version: 1.0 

======================================  
        Table Of Contents
======================================
1. TYPOGRAPHY
2. BOOTSTRAP OVERWRITE
    2.1 Card
    2.2 Dropdown
    2.3 Forms
    2.4 Grid
    2.5 Media Object
    2.6 Table
    2.7 Modal
3. VENDOR CUSTOM STYLE
    3.1 Data Table
    3.2 Full Calender
    3.3 Select 2
4. ELEMENTS CUSTOM STYLE
    4.1 Animation
    4.2 Button
5. PAGE LAYOUT STYLE
    5.1 Content
    5.2 Default 
    5.3 Footer
    5.4 Header Menu
    5.5 Sidebar Menu
6. TEMPLATE STYLE
    6.1 Student Page Style
    6.2 Notice Board
    6.3 Messaging
    6.4 Account Settings
    6.5 UI Elements
    6.6 Login Page
7. DASHBOARD STYLES
    7.1 Dashboard Page One
    7.2 Dashboard Page Two
    7.3 Dashboard Page Three
    7.4 Dashboard Page Four
8. HELPER CLASSES
    8.1 Background
    8.2 Border
    8.3 Height
    8.4 Margin
    8.5 Misc
    8.6 Padding
    8.7 Position
    8.8 Text

**************************************/


/*=======================================================================
[01] TYPOGRAPHY
=========================================================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #f0f1f3;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
    /* font-family: sans-serif, 'inter'; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    margin-bottom: 0;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.empty {
    color: #999;
}
/*=======================================================================
[02] BOOTSTRAP OVERWRITE
=========================================================================*/


/*=============== 2.1 Card ==================*/

.card {
    padding-bottom: 5px;
    border: none;
    height: 100%;
    background-color: initial;
}


/*=============== 2.2 Dropdown ==================*/

.dropdown .dropdown-menu {
    top: 58px;
    min-width: 140px;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
}

    .dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
    }


/*=============== 2.3 Forms ==================*/

.form-group .form-control {
    height: 50px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}

    .form-group .form-control:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.form-check {
    position: relative;
    padding-left: 0;
}

    .form-check label {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        color: #111111;
        margin-right: 30px;
        padding-top: 4px;
        line-height: 19px;
    }

        .form-check label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 21px;
            height: 21px;
            left: 0;
            top: 5px;
            border: 1px solid #cccccc;
            border-radius: 4px;
            background-color: #fff;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .form-check label:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 5px;
            top: 7px;
            font-size: 10px;
        }

    .form-check input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 1px;
        left: 12px;
        z-index: 1;
        opacity: 0;
    }

input[type="file" i] {
    padding: 11px 13px !important;
    border: none !important;
    height: 50px !important;
    z-index: 1;
}

.form-check input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

    .form-check input[type="checkbox"]:disabled + label:before {
        background-color: #eeeeee;
        cursor: not-allowed;
    }

.form-check label::before {
    border-radius: 4px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #0e5ebb;
    border-color: #0e5ebb;
}

.form-check input[type="checkbox"]:checked + label:after {
    color: white;
}


/*=============== 2.4 Grid ==================*/

.col-12-xxxl,
.col-11-xxxl,
.col-10-xxxl,
.col-9-xxxl,
.col-8-xxxl,
.col-7-xxxl,
.col-6-xxxl,
.col-5-xxxl,
.col-4-xxxl,
.col-3-xxxl,
.col-2-xxxl,
.col-1-xxxl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 1500px) {
    .col-12-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-11-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-10-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-9-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-8-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-7-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-6-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-5-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-4-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-3-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-2-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-1-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.gutters-1 {
    padding-left: 14.5px;
    padding-right: 14.5px;
}

    .row.gutters-1 > [class^="col-"] {
        padding-left: 0.5px;
        padding-right: 0.5px;
    }

.row.gutters-2 {
    padding-left: 14px;
    padding-right: 14px;
}

    .row.gutters-2 > [class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }

.row.gutters-3 {
    padding-left: 13.5px;
    padding-right: 13.5px;
}

    .row.gutters-3 > [class^="col-"] {
        padding-left: 1.5px;
        padding-right: 1.5px;
    }

.row.gutters-4 {
    padding-left: 13px;
    padding-right: 13px;
}

    .row.gutters-4 > [class^="col-"] {
        padding-left: 2px;
        padding-right: 2px;
    }

.row.gutters-5 {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

    .row.gutters-5 > [class^="col-"] {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

.row.gutters-6 {
    padding-left: 12px;
    padding-right: 12px;
}

    .row.gutters-6 > [class^="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }

.row.gutters-7 {
    padding-left: 11.5px;
    padding-right: 11.5px;
}

    .row.gutters-7 > [class^="col-"] {
        padding-left: 3.5px;
        padding-right: 3.5px;
    }

.row.gutters-8 {
    padding-left: 11px;
    padding-right: 11px;
}

    .row.gutters-8 > [class^="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }

.row.gutters-9 {
    padding-left: 10.5px;
    padding-right: 10.5px;
}

    .row.gutters-9 > [class^="col-"] {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

.row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
}

    .row.gutters-10 > [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.gutters-11 {
    padding-left: 9.5px;
    padding-right: 9.5px;
}

    .row.gutters-11 > [class^="col-"] {
        padding-left: 5.5px;
        padding-right: 5.5px;
    }

.row.gutters-12 {
    padding-left: 9px;
    padding-right: 9px;
}

    .row.gutters-12 > [class^="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

.row.gutters-13 {
    padding-left: 8.5px;
    padding-right: 8.5px;
}

    .row.gutters-13 > [class^="col-"] {
        padding-left: 6.5px;
        padding-right: 6.5px;
    }

.row.gutters-14 {
    padding-left: 8px;
    padding-right: 8px;
}

    .row.gutters-14 > [class^="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

.row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

    .row.gutters-15 > [class^="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}

    .row.gutters-20 > [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }


/*=============== 2.5 Media Object ==================*/

.media-body {
    margin-left: 3rem;
}

    .media-body.space-xl {
        margin-left: 50px;
    }

    .media-body.space-lg {
        margin-left: 40px;
    }

    .media-body.space-md {
        margin-left: 20px;
    }

    .media-body.space-sm {
        margin-left: 15px;
    }

    .media-body.space-xs {
        margin-left: 10px;
    }

    .media-body.media-body-box {
        padding: 20px 20px 20px 3rem;
        margin-left: 0;
    }

        .media-body.media-body-box p {
            margin-bottom: 0;
        }

@media only screen and (max-width: 1199px) {
    .media-none--lg {
        display: block;
    }

        .media-none--lg > div {
            width: 100%;
        }

        .media-none--lg img {
            width: 100%;
        }

            .media-none--lg img.media-img-auto {
                width: auto;
            }

        .media-none--lg .media-body,
        .media-none--lg .media-body.space-xl,
        .media-none--lg .media-body.space-lg,
        .media-none--lg .media-body.space-md,
        .media-none--lg .media-body.space-sm,
        .media-none--lg .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--lg .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media only screen and (max-width: 991px) {
    .media-none--md {
        display: block;
    }

        .media-none--md > div {
            width: 100%;
        }

        .media-none--md img {
            width: 100%;
        }

            .media-none--md img.media-img-auto {
                width: auto;
            }

        .media-none--md .media-body,
        .media-none--md .media-body.space-xl,
        .media-none--md .media-body.space-lg,
        .media-none--md .media-body.space-md,
        .media-none--md .media-body.space-sm,
        .media-none--md .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--md .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }

    .card-body {
        padding: 0rem;
    }

    .TopHeaderView {
        background: #76A9D9;
        border-radius: 10px 10px 0px 0px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        padding: 9px 11px !important;
        font-family: sans-serif, 'inter';
        cursor: pointer !important;
    }
}

@media only screen and (max-width: 767px) {
    .media-none--sm {
        display: block;
    }

        .media-none--sm > div {
            width: 100%;
        }

        .media-none--sm img {
            width: 100%;
        }

            .media-none--sm img.media-img-auto {
                width: auto;
            }

        .media-none--sm .media-body,
        .media-none--sm .media-body.space-xl,
        .media-none--sm .media-body.space-lg,
        .media-none--sm .media-body.space-md,
        .media-none--sm .media-body.space-sm,
        .media-none--sm .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--sm .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }

    .tab-content {
        padding: 0 !important;
    }

    .TopDetailsHeader {
        background: #76A9D9;
        border-radius: 10px 10px 0px 0px;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 600;
        padding: 9px 10px 9px 12px !important;
        margin: -5px 0px 0 0px !important;
        font-family: sans-serif, 'inter';
    }

    .responsive3 {
        padding-top: 0 !important;
        margin-top: 8px !important;
    }
    /* .responsive{
        padding-left: 1.25rem;
        margin-top: 8px !important;
    }
    .responsive1{
       padding-top: 0!important;
        margin-top: 8px !important;
    }
    
    .responsive-sizing{
        height:26px
    } */
    .heading-layout1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: none;
        margin-bottom: 0.5rem !important;
        font-size: 12px !important;
    }

    /* element.style {
} */
    td {
        text-align: left;
        padding: 4px 20px !important;
        font-family: 'inter', sans-serif;
    }

    th {
        text-align: left;
        padding: 8px 20px !important;
        font-family: 'inter', sans-serif;
    }

    .new-added-form .form-group {
        position: relative;
        /* margin-bottom: 1.6rem; */
    }

    .TopDetailsHeaderwithbutton {
        background: #76A9D9;
        border-radius: 10px 10px 0px 0px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 0;
        padding: 10px 0px 0px 7px !important;
        margin: 0px 0px -20px 0px !important;
        justify-content: space-between;
        display: block !important;
    }

    .form-group {
        margin-bottom: 0.75rem !important;
    }
}

@media only screen and (max-width: 575px) {
    .media-none--xs {
        display: block;
    }

        .media-none--xs > div {
            width: 100%;
        }

        .media-none--xs img {
            width: 100%;
        }

            .media-none--xs img.media-img-auto {
                width: auto;
            }

        .media-none--xs .media-body,
        .media-none--xs .media-body.space-xl,
        .media-none--xs .media-body.space-lg,
        .media-none--xs .media-body.space-md,
        .media-none--xs .media-body.space-sm,
        .media-none--xs .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--xs .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }

    h4 {
        font-size: 18px;
    }

    .card-body {
        padding: 0.75rem;
    }
}

@media only screen and (max-width: 479px) {
    .media-none-mb {
        display: block;
    }

        .media-none-mb > div {
            width: 100%;
        }

        .media-none-mb img {
            width: 100%;
        }

            .media-none-mb img.media-img-auto {
                width: auto;
            }

        .media-none-mb .media-body,
        .media-none-mb .media-body.space-xl,
        .media-none-mb .media-body.space-lg,
        .media-none-mb .media-body.space-md,
        .media-none-mb .media-body.space-sm,
        .media-none-mb .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-mb .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .media-none-lg {
        display: block;
    }

        .media-none-lg > div {
            width: 100%;
        }

        .media-none-lg img {
            width: 100%;
        }

            .media-none-lg img.media-img-auto {
                width: auto;
            }

        .media-none-lg .media-body,
        .media-none-lg .media-body.space-xl,
        .media-none-lg .media-body.space-lg,
        .media-none-lg .media-body.space-md,
        .media-none-lg .media-body.space-sm,
        .media-none-lg .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-lg .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-none-md {
        display: block;
    }

        .media-none-md > div {
            width: 100%;
        }

        .media-none-md img {
            width: 100%;
        }

            .media-none-md img.media-img-auto {
                width: auto;
            }

        .media-none-md .media-body,
        .media-none-md .media-body.space-xl,
        .media-none-md .media-body.space-lg,
        .media-none-md .media-body.space-md,
        .media-none-md .media-body.space-sm,
        .media-none-md .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-md .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 576px) and (max-width: 767px) {
    .media-none-sm {
        display: block;
    }

        .media-none-sm > div {
            width: 100%;
        }

        .media-none-sm img {
            width: 100%;
        }

            .media-none-sm img.media-img-auto {
                width: auto;
            }

        .media-none-sm .media-body,
        .media-none-sm .media-body.space-xl,
        .media-none-sm .media-body.space-lg,
        .media-none-sm .media-body.space-md,
        .media-none-sm .media-body.space-sm,
        .media-none-sm .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-sm .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 480px) and (max-width: 575px) {
    .media-none-xs {
        display: block;
    }

        .media-none-xs > div {
            width: 100%;
        }

        .media-none-xs img {
            width: 100%;
        }

            .media-none-xs img.media-img-auto {
                width: auto;
            }

        .media-none-xs .media-body,
        .media-none-xs .media-body.space-xl,
        .media-none-xs .media-body.space-lg,
        .media-none-xs .media-body.space-md,
        .media-none-xs .media-body.space-sm,
        .media-none-xs .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-xs .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}


/*=============== 2.6 Table ==================*/

.bs-table thead tr th {
    text-align: center;
    color: #111111;
    padding: 12px 10px;
}

.bs-table tbody tr td {
    text-align: center;
    padding: 10px;
}


/*=============== 2.7 Modal ==================*/

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
}

    .modal .modal-dialog .modal-content .modal-header {
        padding: 10px 20px;
        align-items: center;
    }

        .modal .modal-dialog .modal-content .modal-header .modal-title {
            font-weight: 500;
        }

        .modal .modal-dialog .modal-content .modal-header .close {
            font-size: 28px !important;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #ff6363;
            line-height: 10px;
            padding-left: 7.3px;
            margin-top: 0 !important;
            margin-bottom: 0px;
        }

            .modal .modal-dialog .modal-content .modal-header .close:focus {
                outline: none;
            }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 0px 20px;
    }

    .modal .modal-dialog .modal-content .modal-footer {
        padding: 15px 20px;
    }

        .modal .modal-dialog .modal-content .modal-footer .footer-btn {
            cursor: pointer;
            font-size: 14px;
            color: #ffffff;
            border: none;
            border-radius: 4px;
            padding: 6px 15px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .modal .modal-dialog .modal-content .modal-footer .footer-btn:hover {
                background-color: #042954;
            }

            .modal .modal-dialog .modal-content .modal-footer .footer-btn:focus {
                outline: none;
            }

.modal-trigger {
    cursor: pointer;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background-color: #0e56a9;
    border-radius: 4px;
    padding: 12px 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .modal-trigger:hover {
        background-color: #042954;
    }

    .modal-trigger:focus {
        outline: none;
    }


/*=======================================================================
3. VENDOR CUSTOM STYLE
=========================================================================*/


/*=============== 3.1 Data Table ==================*/

.dataTables_wrapper .table {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
}

    .dataTables_wrapper .table thead .sorting {
        background-image: none;
        position: relative;
    }

        .dataTables_wrapper .table thead .sorting:before {
            content: "\f0d8";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            color: #bfbfbf;
            font-weight: 600;
            position: absolute;
            top: 43%;
            right: 0;
            transform: translateY(-50%);
        }

        .dataTables_wrapper .table thead .sorting:after {
            content: "\f0d7";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            color: #bfbfbf;
            font-weight: 600;
            position: absolute;
            bottom: 43%;
            right: 0;
            transform: translateY(50%);
        }

    .dataTables_wrapper .table thead .sorting_asc {
        background-image: none;
        position: relative;
    }

        .dataTables_wrapper .table thead .sorting_asc:after {
            content: "\f0d8";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            color: #4caf50;
            font-weight: 600;
            position: absolute;
            bottom: 53%;
            right: 0;
            transform: translateY(50%);
        }

    .dataTables_wrapper .table thead .sorting_desc {
        background-image: none;
        position: relative;
    }

        .dataTables_wrapper .table thead .sorting_desc:after {
            content: "\f0d7";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            color: #4caf50;
            font-weight: 600;
            position: absolute;
            bottom: 43%;
            right: 0;
            transform: translateY(50%);
        }

    .dataTables_wrapper .table thead tr th {
        border-bottom: 2px solid #e1e1e1;
        border-top: none;
        font-size: 12px;
        font-weight: 500;
        color: #111111;
        padding: 14px 15px;
    }

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .table thead tr th {
        font-size: 15px;
    }
}

.dataTables_wrapper .table tbody tr {
    border: 1px solid #e1e1e1;
}

    .dataTables_wrapper .table tbody tr td {
        font-size: 12px;
        font-weight: 400;
        padding: 9px 15px;
        vertical-align: middle;
    }

        .dataTables_wrapper .table tbody tr td .dropdown .dropdown-toggle span:before {
            color: #bcbcbc;
            font-weight: 700;
        }

        .dataTables_wrapper .table tbody tr td .dropdown .dropdown-toggle:after {
            border: none;
        }

        .dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu {
            border: none;
            padding: 15px 0 18px;
        }

            .dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu .dropdown-item {
                font-size: 12px;
                padding: 7px 20px;
            }

                .dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu .dropdown-item i {
                    margin-right: 14px;
                    width: 22px;
                }

/*.dataTables_wrapper .dataTables_paginate {
    padding-top: 20px;*/
    /*display: none;*/
/*}

    .dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
        margin-right: 10px;
    }

    .dataTables_wrapper .dataTables_paginate span a.paginate_button {
        border: 1px solid #ffae01;
        padding: 8px 18px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .dataTables_wrapper .dataTables_paginate span a.paginate_button:active {
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
            background: -webkit-gradient(linear, left top, right top, from(#ff9d01), to(#ffae01));
            background: -webkit-linear-gradient(left, #ff9d01, #ffae01);
            background: -o-linear-gradient(left, #ff9d01, #ffae01);
            background: linear-gradient(to right, #ff9d01, #ffae01);
            border-color: #ffae01;
        }

    .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
        background: -webkit-gradient(linear, left top, right top, from(#ff9d01), to(#ffae01));
        background: -webkit-linear-gradient(left, #ff9d01, #ffae01);
        background: -o-linear-gradient(left, #ff9d01, #ffae01);
        background: linear-gradient(to right, #ff9d01, #ffae01);
        border: 1px solid #ffae01;
        padding: 8px 18px;
    }

        .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
            background: transparent;
            border-color: #ffae01;
        }*/


/*=============== 3.2 Full Calender ==================*/

.fc-calender .fc-header-toolbar .fc-left {
    width: 50%;
    margin-bottom: 30px;
}

    .fc-calender .fc-header-toolbar .fc-left h2 {
        font-size: 18px;
        font-weight: 600;
        color: #111111;
    }

.fc-calender .fc-header-toolbar .fc-right {
    margin-bottom: 30px;
    width: 50%;
}

    .fc-calender .fc-header-toolbar .fc-right .fc-button-group {
        float: right;
    }

        .fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button {
            background: none;
            box-shadow: none;
            border: none;
            padding: 0;
        }

            .fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button:hover {
                color: #cdcdcd;
            }

            .fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button:focus {
                outline: none;
            }

.fc-calender .fc-header-toolbar .fc-center .fc-button-group {
    background-color: #f3f4f5;
    border-radius: 40px;
}

    .fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button {
        background-image: none;
        box-shadow: none;
        border: none;
        background: none;
        height: auto;
        font-size: 14px;
        color: #a5a5a5;
        text-transform: capitalize;
        padding: 8px 30px;
    }

        .fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button:focus {
            outline: none;
        }

@media only screen and (max-width: 479px) {
    .fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button {
        padding: 8px 12px;
    }
}

.fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button.fc-state-active {
    background-color: #f50057;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: 0px 4px 10px 0px rgba(255, 151, 188, 0.75);
}

.fc-calender .fc-view-container .fc-month-view .fc-event-container {
    display: block;
}

    .fc-calender .fc-view-container .fc-month-view .fc-event-container .fc-day-grid-event {
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .fc-calender .fc-view-container .fc-month-view .fc-event-container .fc-day-grid-event {
        display: none;
    }
}

.fc-calender .fc-view-container .fc-month-view .fc-day-grid-container {
    height: auto !important;
}

    .fc-calender .fc-view-container .fc-month-view .fc-day-grid-container .fc-week {
        min-height: 30px !important;
    }

.fc-calender .fc-view-container .fc-month-view table,
.fc-calender .fc-view-container .fc-basicDay-view table {
    font-size: 14px;
    color: #444444;
}

    .fc-calender .fc-view-container .fc-month-view table .fc-head tr .fc-head-container,
    .fc-calender .fc-view-container .fc-basicDay-view table .fc-head tr .fc-head-container {
        border: none;
    }

        .fc-calender .fc-view-container .fc-month-view table .fc-head tr .fc-head-container .fc-row,
        .fc-calender .fc-view-container .fc-basicDay-view table .fc-head tr .fc-head-container .fc-row {
            border-bottom: 1px solid #e1e1e1;
            margin-bottom: 10px;
        }

            .fc-calender .fc-view-container .fc-month-view table .fc-head tr .fc-head-container .fc-row .fc-day-header,
            .fc-calender .fc-view-container .fc-basicDay-view table .fc-head tr .fc-head-container .fc-row .fc-day-header {
                border: none;
                text-align: center;
                padding-bottom: 15px;
            }

@media only screen and (max-width: 479px) {
    .fc-calender .fc-view-container .fc-month-view table .fc-head tr .fc-head-container .fc-row .fc-day-header,
    .fc-calender .fc-view-container .fc-basicDay-view table .fc-head tr .fc-head-container .fc-row .fc-day-header {
        font-size: 13px;
    }
}

.fc-calender .fc-view-container .fc-month-view table .fc-body tr td,
.fc-calender .fc-view-container .fc-basicDay-view table .fc-body tr td {
    border: none;
    text-align: center;
}

    .fc-calender .fc-view-container .fc-month-view table .fc-body tr td .fc-scroller .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top .fc-day-number,
    .fc-calender .fc-view-container .fc-basicDay-view table .fc-body tr td .fc-scroller .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top .fc-day-number {
        float: initial;
    }

@media only screen and (max-width: 479px) {
    .fc-calender .fc-view-container .fc-basicWeek-view .fc-head-container .fc-day-header {
        font-size: 10px;
    }
}


/*=============== 3.3 Select 2 ==================*/

.select2-container .select2-selection--single {
    background-color: #f0f1f3;
    border-color: #f0f1f3;
    height: 50px;
}

    .select2-container .select2-selection--single:focus {
        outline: none;
    }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #aaaaaa;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    color: #888888;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 15px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #71bfe4;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #042954;
    color: #fff;
}

.select2-results__option {
    font-size: 15px;
}


/*=======================================================================
4. ELEMENTS CUSTOM STYLE
=========================================================================*/


/*=============== 4.1 Animation ==================*/

@-webkit-keyframes dropdownanimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
}

@keyframes dropdownanimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #111111;
        box-shadow: 0 0 0 0 #111111;
    }

    40% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #111111;
        box-shadow: 0 0 0 0 #111111;
    }

    40% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}


/*=============== 4.2 Button ==================*/

.fw-btn-fill {
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 44px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .fw-btn-fill:hover {
        background: #042954;
    }

    .fw-btn-fill:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-fill-lg {
    display: inline-block;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 12px 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn-fill-lg:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-fill-xl {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 12px 55px;
    cursor: pointer;
}

    .btn-fill-xl:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-fill-lmd {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 8px 35px;
    cursor: pointer;
}

    .btn-fill-lmd:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-fill-md {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 8px 30px;
    cursor: pointer;
    border-radius: 5px;
}

    .btn-fill-md:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-fill-sm {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 12px 25px;
    cursor: pointer;
}

    .btn-fill-sm:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.btn-hover-bluedark:hover {
    background: #042954;
}

.btn-hover-yellow:hover {
    background: #ff9d01;
}


/*=======================================================================
5. PAGE LAYOUT STYLE
=========================================================================*/


/*=============== 5.1 Content ==================*/

.breadcrumbs-area {
    padding: 34px 0 35px;
    position: relative;
    z-index: 1;
}

    .breadcrumbs-area h3 {
        font-weight: 500;
        text-transform: capitalize;
        color: #111111;
        margin-bottom: 8px;
    }

    .breadcrumbs-area ul li {
        display: inline-block;
        color: #fea801;
        font-size: 16px;
        position: relative;
        margin-right: 15px;
        padding-right: 10px;
    }

        .breadcrumbs-area ul li:before {
            content: "\f107";
            font-family: Flaticon;
            position: absolute;
            font-size: 10px;
            font-weight: 600;
            right: -10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 5;
            color: #fea801;
        }

        .breadcrumbs-area ul li a {
            color: #646464;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .breadcrumbs-area ul li a:hover {
                color: #fea801;
            }

        .breadcrumbs-area ul li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

            .breadcrumbs-area ul li:last-child:before {
                display: none;
            }

#preloader {
    background: #ffffff url('../img/preloader.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#scrollUp {
    background-color: #042954;
    bottom: 20px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    z-index: 99999;
    border: 2px solid #111111;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

    #scrollUp i {
        color: #fff;
    }

    #scrollUp:hover,
    #scrollUp:focus {
        background-color: rgba(11, 11, 11, 0.3);
    }

        #scrollUp:hover i,
        #scrollUp:focus i {
            color: #ffffff;
        }

#scrollUp {
    animation: blinker 10s infinite;
}

.heading-layout1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-bottom: 2rem;
}

    .heading-layout1 .item-title h3 {
        color: #111111;
        font-weight: 500;
        margin-bottom: 0;
    }

    .heading-layout1 .dropdown .dropdown-toggle {
        color: #bcbcbc;
        font-size: 36px;
        display: inline-block;
        line-height: 1;
        padding-bottom: 15px;
        position: relative;
        right: -10px;
    }

        .heading-layout1 .dropdown .dropdown-toggle:after {
            border: none;
        }

    .heading-layout1 .dropdown .dropdown-menu {
        border: none;
        padding: 15px 0 18px;
    }

        .heading-layout1 .dropdown .dropdown-menu .dropdown-item {
            font-size: 15px;
            padding: 7px 20px;
        }

            .heading-layout1 .dropdown .dropdown-menu .dropdown-item i {
                margin-right: 14px;
                width: 22px;
            }


/*=============== 5.2 Default ==================*/

a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bg-common {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
    margin-top: 10px;
    margin-bottom: 0;
}

    .form-response .alert-danger p,
    .form-response .alert.alert-info p,
    .form-response .alert.alert-success p {
        margin-bottom: 0;
    }

.tooltip-inner {
    font-size: 12px;
    padding: 5px 10px;
}


/*=============== 5.3 Footer ==================*/

.footer-wrap-layout1 {
    padding: 20px 20px 20px 20px;
}

.copyright {
    color: #707070;
}

@media only screen and (max-width: 767px) {
    .copyright {
        text-align: center;
    }
}

.copyright a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .copyright a:hover {
        color: #707070;
    }


/*=============== 5.4 Header Menu ==================*/

.header-menu-one {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-bar-header-one {
    background: linear-gradient(to right, #ff9d01, #ffaa01);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 26rem;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -1rem;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .nav-bar-header-one {
        display: block;
        text-align: center;
        min-width: 20rem;
    }
}

.nav-bar-header-one .header-logo {
    padding-left: 22px;
    /* padding-top: 49px; */
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .nav-bar-header-one .header-logo {
        padding-left: 0;
        padding-right: 12px;
    }
}

.nav-bar-header-one .header-logo a {
    display: block;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .nav-bar-header-one .toggle-button {
        display: none;
    }
}

.nav-bar-header-one .toggle-button .item-link {
    padding: 26px 15px;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 6rem;
}

    .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap {
        width: 28px;
        height: 18px;
        display: block;
        position: relative;
    }

        .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span {
            position: absolute;
            right: 0;
            height: 2px;
            width: 100%;
            background-color: #ffffff;
            display: block;
            opacity: 1;
            transform: rotate(0deg);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(1n) {
                top: 0;
            }

            .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(2n) {
                width: 80%;
                top: 8px;
            }

            .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(3n) {
                top: 16px;
            }

    .nav-bar-header-one .toggle-button .item-link:focus {
        outline: none;
    }

.nav-bar-header-two {
    background: linear-gradient(to right, #ff9d01, #ffaa01);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 18rem;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -10px;
    padding: 11px 0;
}

.mobile-nav-bar .navbar-toggler {
    font-size: 20px;
    color: #444444;
    padding: 15px 10px;
}

    .mobile-nav-bar .navbar-toggler:focus {
        outline: none;
    }

.mobile-nav-bar .pulse-animation i {
    animation: pulse 1500ms infinite;
    border-radius: 50%;
}

.header-main-menu {
    /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 50px; */
    justify-content: space-between;
    padding: 0;
    display: flex;
    padding: 8px 32px 0 33px;
    background: white;
    margin-left: -29px;
    margin-right: -29px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) {
    .header-main-menu .navbar-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-main-menu .navbar-nav .navbar-item {
    margin-right: 28px;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .navbar-item {
        margin-right: 0;
        border-bottom: 1px solid #e8e3e3;
    }

        .header-main-menu .navbar-nav .navbar-item:first-child {
            margin-top: 0;
        }

        .header-main-menu .navbar-nav .navbar-item:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        .header-main-menu .navbar-nav .navbar-item .navbar-nav-link {
            padding: 15px 0;
            display: flex !important;
            align-items: center;
        }
}

.header-main-menu .navbar-nav .navbar-item:last-child {
    margin-right: 0;
}


/* @media only screen and (max-width: 991px) {
    .header-main-menu .navbar-nav .header-search-bar {
        display: none;
    }
} */

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group {
    border: none;
    height: 60px;
    width: 400px;
}

@media only screen and (max-width: 1199px) {
    .header-main-menu .navbar-nav .header-search-bar .stylish-input-group {
        width: 265px;
    }
}

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    color: #111111;
    font-size: 16px;
    height: 60px;
}

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group .input-group-addon {
    display: flex;
    padding-right: 11px;
    border: none;
    border-radius: 0;
    background: transparent !important;
}

    .header-main-menu .navbar-nav .header-search-bar .stylish-input-group .input-group-addon button {
        cursor: pointer;
        background: transparent;
        border: 0;
        padding: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .header-main-menu .navbar-nav .header-search-bar .stylish-input-group .input-group-addon button span:before {
            color: #bebebe;
            font-size: 24px;
            margin-left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .header-main-menu .navbar-nav .header-search-bar .stylish-input-group .input-group-addon button:focus {
            outline: none;
        }

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group input.form-control::-webkit-input-placeholder,
.header-main-menu .navbar-nav .header-search-bar .stylish-input-group textarea.form-control::-webkit-input-placeholder {
    color: #b1b1b1;
}

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group input.form-control:-moz-placeholder,
.header-main-menu .navbar-nav .header-search-bar .stylish-input-group textarea.form-control:-moz-placeholder {
    color: #b1b1b1;
}

.header-main-menu .navbar-nav .header-search-bar .stylish-input-group input.form-control:-ms-input-placeholder,
.header-main-menu .navbar-nav .header-search-bar .stylish-input-group textarea.form-control:-ms-input-placeholder {
    color: #b1b1b1;
}

.header-main-menu .navbar-nav .header-language {
    margin-right: 42px;
    position: relative;
}

    .header-main-menu .navbar-nav .header-language .navbar-nav-link {
        font-size: 15px;
        color: #444444;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 20px 0 12px;
    }

        .header-main-menu .navbar-nav .header-language .navbar-nav-link i {
            font-size: 18px;
            color: #ffab01;
            margin-right: 10px;
        }

        .header-main-menu .navbar-nav .header-language .navbar-nav-link:after {
            content: "\f107";
            font-family: Font Awesome\ 5 Free;
            font-weight: 600;
            font-size: 14px;
            border: none;
            position: absolute;
            top: 0;
            right: 9px;
        }

@media only screen and (max-width: 767px) {
    .dashbtn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-language .navbar-nav-link {
        padding: 10px 0;
    }
}

.header-main-menu .navbar-nav .header-language .dropdown-menu {
    top: 46px;
    border: none;
    animation: dropdownanimate 200ms ease-in;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-language .dropdown-menu {
        animation: none;
    }
}

.header-main-menu .navbar-nav .header-message {
    margin-right: 38px;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-message {
        margin-right: 0;
    }
}

.header-main-menu .navbar-nav .header-message .navbar-nav-link {
    position: relative;
    color: #828282;
    font-size: 20px;
    display: block;
}

    .header-main-menu .navbar-nav .header-message .navbar-nav-link span {
        position: absolute;
        top: -14px;
        right: -20px;
        height: 30px;
        width: 30px;
        line-height: 28px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        background-color: #2ad7c5;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: block;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    }

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-message .navbar-nav-link span {
        top: 47%;
        right: 0;
        transform: translateY(-50%);
    }
}

.header-main-menu .navbar-nav .header-message .navbar-nav-link:after {
    display: none;
}

.header-main-menu .navbar-nav .header-message .dropdown-menu {
    min-width: 350px;
    border: none;
    top: 51px;
    animation: dropdownanimate 200ms ease-in;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-message .dropdown-menu {
        animation: none;
        margin-bottom: 15px;
        min-width: 200px;
    }
}

.header-main-menu .navbar-nav .header-message .dropdown-menu .item-header {
    text-align: center;
    background-color: #2ad7c5;
    padding: 20px 25px;
    border-radius: 4px 4px 0 0;
    position: relative;
}

    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-header:after {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 10px solid #2ad7c5;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -8px;
        right: 14px;
    }

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-header:after {
        display: none;
    }
}

.header-main-menu .navbar-nav .header-message .dropdown-menu .item-header .item-title {
    margin-bottom: 0;
    color: #fff;
}

.header-main-menu .navbar-nav .header-message .dropdown-menu .item-content {
    padding: 20px 25px;
}

    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .item-img {
        border-radius: 50%;
    }

        .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .item-img img {
            border-radius: 50%;
        }

    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .author-online {
        position: relative;
    }

        .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .author-online:after {
            content: "";
            height: 10px;
            width: 10px;
            background-color: #08b13c;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
            right: 2px;
        }

    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .media-body .item-title {
        margin-bottom: 4px;
    }

        .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .media-body .item-title a {
            display: block;
        }

            .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .media-body .item-title a .item-name {
                font-size: 14px;
                font-weight: 600;
                color: #444444;
                display: inline-block;
            }

            .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .media-body .item-title a .item-time {
                float: right;
                font-size: 14px;
                color: #848484;
            }

    .header-main-menu .navbar-nav .header-message .dropdown-menu .item-content .media .media-body p {
        font-size: 14px;
    }

.header-main-menu .navbar-nav .header-notification .navbar-nav-link {
    position: relative;
    color: #828282;
    font-size: 20px;
    display: block;
}

    .header-main-menu .navbar-nav .header-notification .navbar-nav-link span {
        position: absolute;
        top: -14px;
        right: -20px;
        height: 30px;
        width: 30px;
        line-height: 28px;
        color: #ffffff;
        font-size: 14px;
        background-color: #ff3131;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: block;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    }

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-notification .navbar-nav-link span {
        top: 47%;
        right: 0;
        transform: translateY(-50%);
    }
}

.header-main-menu .navbar-nav .header-notification .navbar-nav-link:after {
    display: none;
}

.header-main-menu .navbar-nav .header-notification .dropdown-menu {
    min-width: 275px;
    border: none;
    top: 51px;
    animation: dropdownanimate 200ms ease-in;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-notification .dropdown-menu {
        animation: none;
        margin-bottom: 15px;
        min-width: 200px;
    }
}

.header-main-menu .navbar-nav .header-notification .dropdown-menu .item-header {
    text-align: center;
    background-color: #ff3131;
    padding: 20px 25px;
    border-radius: 4px 4px 0 0;
    position: relative;
}

    .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-header:after {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 10px solid #ff3131;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -8px;
        right: 14px;
    }

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-header:after {
        display: none;
    }
}

.header-main-menu .navbar-nav .header-notification .dropdown-menu .item-header .item-title {
    margin-bottom: 0;
    color: #fff;
}

.header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content {
    padding: 20px 25px;
}

    .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

        .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media .item-icon {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            line-height: 31px;
            text-align: center;
        }

            .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media .item-icon i {
                color: #ffffff;
                font-size: 12px;
            }

        .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media .media-body .post-title {
            font-size: 14px;
            font-weight: 500;
            color: #444444;
        }

        .header-main-menu .navbar-nav .header-notification .dropdown-menu .item-content .media .media-body span {
            font-size: 12px;
        }

.header-main-menu .navbar-nav .header-admin .navbar-nav-link {
    display: block;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-admin .navbar-nav-link {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-img img {
    border-radius: 50%;
    width: 24px;
}

.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title {
    text-align: right;
    padding-top: 5px;
}

    .header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title .item-title {
        font-size: 15px;
        color: #111111;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 9px;
    }

    .header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title span {
        font-size: 13px;
        color: #646464;
        display: block;
    }

.header-main-menu .navbar-nav .header-admin .navbar-nav-link:after {
    color: #999898;
    position: absolute;
    top: 8px;
    right: 47px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-admin .navbar-nav-link:after {
        top: 25px;
        right: 10px;
    }
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu {
    min-width: 250px;
    border: none;
    top: 54px;
    animation: dropdownanimate 200ms ease-in;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-admin .dropdown-menu {
        animation: none;
        margin-bottom: 15px;
        min-width: 200px;
    }
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header {
    text-align: center;
    background-color: #ffa001;
    padding: 20px 25px;
    border-radius: 4px 4px 0 0;
    position: relative;
}

    .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header:after {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 10px solid #ffa001;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -8px;
        right: 14px;
    }

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header:after {
        display: none;
    }
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header .item-title {
    margin-bottom: 0;
    color: #fff;
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list {
    padding: 10px 0;
}

    .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list li a {
        color: #646464;
        font-size: 15px;
        display: block;
        padding: 8px 25px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list li a i:before {
            margin-left: 0;
            margin-right: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #444444;
        }

        .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list li a:hover {
            background-color: #f6f6f6;
        }


/*=============== 5.5 Sidebar Menu ==================*/

.sidebar-menu-one {
    width: 26rem;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 10;
}

    .sidebar-menu-one .sidebar-menu-content {
        border: none;
        border-radius: 0;
        background-color: transparent;
        padding-bottom: 3rem;
        position: fixed;
        top: 68px;
        bottom: 0;
        overflow-y: scroll;
        width: inherit;
    }

        .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item {
                border-bottom: 1px solid #021933;
            }

                .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link {
                    position: relative;
                    padding: 12px 25px;
                }

                    .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link i:before {
                        color: #fff;
                        font-size: 18px;
                        margin-right: 15px;
                        margin-left: 0;
                    }

                    .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link span {
                        font-size: 15px;
                        color: #ffff;
                        -webkit-transition: all 0.3s ease-out;
                        -moz-transition: all 0.3s ease-out;
                        -ms-transition: all 0.3s ease-out;
                        -o-transition: all 0.3s ease-out;
                        transition: all 0.3s ease-out;
                    }

                .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link.menu-active {
                    background-color: #051f3e;
                }

                    .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link.menu-active span {
                        color: #ffa901;
                    }


                /* .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu>.nav-item .nav-link.menu-active i {
    color: #ffa901;
} */

                .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link-active {
                    background-color: #042954;
                    color: #ffa901;
                }

                .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu {
                    display: none;
                    background-color: #051f3e;
                    padding: 10px 0;
                }

                    .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link {
                        font-size: 14px;
                        color: #a3aab3;
                        padding: 8px 20px 8px 60px;
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                        .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link i {
                            margin-right: 10px;
                        }

                        .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link:hover {
                            background-color: #042954;
                            color: #ffffff;
                        }

                        .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link.menu-active {
                            background-color: #042954;
                            color: #ffa901;
                        }

                    .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu.sub-group-active {
                        display: block;
                        color: #ffa901;
                        background-color: #042954;
                    }

            .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu .sidebar-nav-item > .nav-link:after {
                content: "\f107";
                font-family: Flaticon;
                font-size: 10px;
                font-weight: 700;
                color: #b0b8c2;
                position: absolute;
                right: 22px;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(0deg);
                -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu .nav-item.active .nav-link span {
                color: #ffffff;
            }

            .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu .nav-item.active .nav-link:after {
                color: #ffab01;
                -webkit-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
            }

    .sidebar-menu-one .mobile-sidebar-header {
        border-bottom: 1px solid #021933;
        padding: 15px;
    }

        .sidebar-menu-one .mobile-sidebar-header .header-logo {
            text-align: center;
        }

            .sidebar-menu-one .mobile-sidebar-header .header-logo a {
                display: block;
                padding: 18px;
            }

.sidebar-menu-two {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 18rem;
    background-color: #042954;
    box-sizing: content-box;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .sidebar-menu-two .sidebar-menu-content {
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

        .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu {
            flex-direction: column;
        }

            .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item {
                border-bottom: 1px solid #021933;
                position: relative;
            }

                .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link {
                    position: relative;
                    padding: 12px 25px;
                    text-align: center;
                }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link i:before {
                        color: #fea801;
                        font-size: 24px;
                        margin-left: 0;
                    }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link span {
                        display: block;
                        font-size: 14px;
                        color: #9ea8b5;
                    }

                .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu {
                    width: 26rem;
                    display: none;
                    background-color: #051f3e;
                    padding: 12px 0;
                    border-radius: 0px 4px 4px 0px;
                    border-left: .4px solid #f0f1f3;
                    position: absolute;
                    top: 0;
                    right: -26rem;
                    z-index: 10;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link {
                        font-size: 14px;
                        color: #a3aab3;
                        padding: 10px 25px;
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                        .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link i {
                            margin-right: 10px;
                        }

                        .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link:hover {
                            background-color: #042954;
                            color: #ffffff;
                        }

                .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item:hover {
                    background-color: #042040;
                }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item:hover > .nav-link i:before {
                        color: #fea901;
                    }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item:hover > .nav-link span {
                        color: #ffffff;
                    }

                    .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu > .nav-item:hover .sub-group-menu {
                        display: block;
                    }

            .sidebar-menu-two .sidebar-menu-content .nav-sidebar-menu .nav-item.active .nav-link span {
                color: #ffffff;
            }

.sidebar-main {
    left: -27rem;
}

@media only screen and (min-width: 768px) {
    .sidebar-expand-md {
        position: static;
        overflow: visible;
    }

    .sidebar-menu-one .sidebar-menu-content {
        position: static;
        overflow: visible;
        width: auto;
    }
}

.sidebar-collapsed .nav-bar-header-one {
    min-width: 8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .sidebar-collapsed .nav-bar-header-one {
        min-width: 26rem;
    }
}

.sidebar-collapsed .nav-bar-header-one .header-logo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sidebar-collapsed .nav-bar-header-one .header-logo {
        display: block;
    }
}

.sidebar-collapsed .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(1n) {
    top: 7px;
    transform: rotate(135deg);
}

.sidebar-collapsed .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(2n) {
    right: 40px;
    opacity: 0;
    visibility: hidden;
}

.sidebar-collapsed .nav-bar-header-one .toggle-button .item-link .btn-icon-wrap span:nth-child(3n) {
    top: 7px;
    transform: rotate(-135deg);
}

.sidebar-collapsed .sidebar-menu-one {
    width: 8rem;
}

    .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .sidebar-menu-header .sidebar-logo {
        display: none;
    }

    .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item {
        position: relative;
    }

        .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link {
            padding: 12px 20px;
            text-align: center;
        }

            .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link i:before {
                margin: 0;
            }

            .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link span {
                display: none;
            }

            .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link:after {
                display: none;
            }

        .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu {
            width: 26rem;
            display: block !important;
            position: absolute;
            top: 0;
            left: 8rem;
            visibility: hidden;
            opacity: 0;
            border-left: 0.4px solid #cccccc;
            padding-left: 2px;
            z-index: 100;
        }

            .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item > .nav-link {
                padding: 10px 25px;
            }

                .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item > .nav-link i {
                    display: none;
                }

        .sidebar-collapsed .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item:hover .sub-group-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.sidebar-collapsed-mobile .sidebar-main {
    left: 0;
}


/*=======================================================================
6. TEMPLATE STYLE
=========================================================================*/


/*=============== 6.1 Student Page Style ==================*/

.single-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .single-info-details {
        display: block;
    }
}

.single-info-details .item-img {
    margin-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .single-info-details .item-img {
        margin: 0 0 40px 0;
        text-align: center;
    }
}

.single-info-details .item-content {
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .single-info-details .item-content .item-header {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .single-info-details .item-content .item-header .header-elements {
        margin-bottom: 15px;
    }
}

.single-info-details .item-content .item-header .header-elements ul li {
    display: inline-block;
    margin-right: 5px;
}

    .single-info-details .item-content .item-header .header-elements ul li:last-child {
        margin-right: 0;
    }

    .single-info-details .item-content .item-header .header-elements ul li a {
        display: block;
        background-color: #f0f1f3;
        border-radius: 4px;
        color: #646464;
        font-size: 14px;
        padding: 7px 12px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-info-details .item-content .item-header .header-elements ul li a:hover {
            background-color: #ff9d01;
            color: #fff;
        }

.single-info-details .item-content p {
    width: 50%;
}

@media only screen and (max-width: 1499px) {
    .single-info-details .item-content p {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .single-info-details .item-content p {
        width: 100%;
    }
}

.single-info-details .item-content .info-table .table {
    width: 50%;
}

@media only screen and (max-width: 1499px) {
    .single-info-details .item-content .info-table .table {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .single-info-details .item-content .info-table .table {
        width: 100%;
    }
}

.single-info-details .item-content .info-table .table tr td {
    border: none;
    padding: 10px;
}

.new-added-form .form-group {
    position: relative;
    margin-bottom: 1.6rem;
}


    /* .new-added-form .form-group:last-child {
  margin-bottom: 0;
} */

    .new-added-form .form-group label {
        margin-bottom: 4px;
        display: block;
        color: black;
        font-family: sans-serif, 'inter';
        font-weight: 500;
    }

    .new-added-form .form-group .form-control {
        background: #F0F1F3;
        border-radius: 4px;
    }

    .new-added-form .form-group i {
        position: absolute;
        top: 48px;
        right: 34px;
        font-size: 15px;
        pointer-events: none !important;
    }

    .new-added-form .form-group .textarea {
        height: auto;
    }

    .new-added-form .form-group .form-control-file {
        display: inline-block;
        width: auto;
    }

        .new-added-form .form-group .form-control-file:focus {
            outline: none;
        }

    .new-added-form .form-group .btn-fill-lg {
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .new-added-form .form-group .btn-fill-lg:last-child {
            margin-right: 0;
            margin-bottom: 0;
        }


/*=============== 6.2 Notice Board ==================*/

.notice-board-wrap {
    max-height: 900px;
    overflow-y: scroll;
    padding-right: 20px;
}

    .notice-board-wrap .notice-list {
        border-bottom: 1px solid #ededed;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

        .notice-board-wrap .notice-list .post-date {
            display: inline-block;
            font-size: 14px;
            color: #ffffff;
            padding: 5px 14px;
            border-radius: 20px;
            margin-bottom: 14px;
        }

        .notice-board-wrap .notice-list .notice-title {
            font-weight: 500;
            margin-bottom: 8px;
        }

            .notice-board-wrap .notice-list .notice-title a {
                color: #111111;
            }

        .notice-board-wrap .notice-list .entry-meta {
            font-size: 15px;
            color: #646464;
        }

            .notice-board-wrap .notice-list .entry-meta span {
                color: #a4a4a4;
            }


/*=============== 6.3 Messaging ==================*/

.message-box-wrap .card-body .message-success-box {
    text-align: center;
    padding: 5rem 2rem;
}

@media only screen and (max-width: 1399px) {
    .message-box-wrap .card-body .message-success-box {
        padding: 5rem 1rem;
    }
}

.message-box-wrap .card-body .message-success-box .item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .message-box-wrap .card-body .message-success-box .item-content {
        display: block;
    }
}

.message-box-wrap .card-body .message-success-box .item-content .item-title {
    font-size: 16px;
    color: #646464;
    font-style: italic;
    margin-bottom: 0;
    flex: 1;
}

.message-box-wrap .card-body .message-success-box .item-content .item-icon {
    margin-right: 45px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #92c755;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .message-box-wrap .card-body .message-success-box .item-content .item-icon {
        margin: 0 0 35px 0;
    }
}

.message-box-wrap .card-body .message-success-box .item-content .item-icon:before {
    content: "";
    height: 58px;
    width: 58px;
    border: 8px solid rgba(146, 199, 85, 0.7);
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.message-box-wrap .card-body .message-success-box .item-content .item-icon:after {
    content: "";
    height: 78px;
    width: 78px;
    border: 10px solid rgba(146, 199, 85, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: -17px;
}

.message-box-wrap .card-body .message-error-box {
    text-align: center;
    padding: 5rem 2rem;
}

@media only screen and (max-width: 1399px) {
    .message-box-wrap .card-body .message-error-box {
        padding: 5rem 1rem;
    }
}

.message-box-wrap .card-body .message-error-box .item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .message-box-wrap .card-body .message-error-box .item-content {
        display: block;
    }
}

.message-box-wrap .card-body .message-error-box .item-content .item-title {
    font-size: 16px;
    color: #646464;
    font-style: italic;
    margin-bottom: 0;
    flex: 1;
}

.message-box-wrap .card-body .message-error-box .item-content .item-icon {
    margin-right: 45px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #ee0d0d;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .message-box-wrap .card-body .message-error-box .item-content .item-icon {
        margin: 0 0 35px 0;
    }
}

.message-box-wrap .card-body .message-error-box .item-content .item-icon:before {
    content: "";
    height: 58px;
    width: 58px;
    border: 8px solid rgba(238, 13, 13, 0.5);
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.message-box-wrap .card-body .message-error-box .item-content .item-icon:after {
    content: "";
    height: 78px;
    width: 78px;
    border: 10px solid rgba(238, 13, 13, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: -17px;
}


/*=============== 6.4 Account Settings ==================*/

.account-settings-box .user-details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1499px) {
    .account-settings-box .user-details-box {
        display: block;
    }
}

.account-settings-box .user-details-box .item-img {
    margin-right: 40px;
}

@media only screen and (max-width: 1499px) {
    .account-settings-box .user-details-box .item-img {
        margin: 0 0 40px 0;
    }
}

@media only screen and (max-width: 575px) {
    .account-settings-box .user-details-box .item-img {
        text-align: center;
    }
}

.account-settings-box .user-details-box .item-img img {
    border-radius: 50%;
}

.account-settings-box .user-details-box .item-content {
    flex: 1;
}

    .account-settings-box .user-details-box .item-content .info-table .table {
        width: 100%;
    }

        .account-settings-box .user-details-box .item-content .info-table .table tr td {
            border: none;
            padding: 15px 10px;
            font-size: 16px;
        }

.account-settings-box .all-user-box .media {
    align-items: center;
    background-color: #f7f7f7;
    padding: 20px 30px;
    margin-bottom: 2px;
    border-radius: 4px;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .account-settings-box .all-user-box .media {
        text-align: center;
    }
}

.account-settings-box .all-user-box .media .item-img img {
    border-radius: 50%;
}

.account-settings-box .all-user-box .media .media-body .item-title {
    font-weight: 500;
    color: #111111;
    margin-bottom: 5px;
    font-size: 16px;
}

.account-settings-box .all-user-box .media .media-body .item-subtitle {
    font-size: 15px;
}

.account-settings-box .all-user-box .media.active {
    background-color: #debbbb;
}


/*=============== 6.5 UI Elements ==================*/

.ui-btn-wrap ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 14px;
}

    .ui-btn-wrap ul li:last-child {
        margin-right: 0;
    }

.ui-grid-box {
    background-color: #f2f2f2;
    padding: 12px 25px;
    margin-bottom: 30px;
}

.progress-bar-card {
    height: auto;
}

    .progress-bar-card .card-body .basic-progress-bar .progress {
        margin-bottom: 30px;
        height: 7px;
    }

    .progress-bar-card .card-body .stripe-progress-bar .progress {
        height: 20px;
        margin-bottom: 20px;
    }

    .progress-bar-card .card-body .gradient-progress-bar .progress {
        height: 30px;
        margin-bottom: 20px;
    }

        .progress-bar-card .card-body .gradient-progress-bar .progress .progress-bar {
            text-align: right;
            padding-right: 10px;
            font-size: 18px;
        }

    .progress-bar-card .card-body .vertical-progress-bar .progress-bar-vertical {
        width: 70px;
        min-height: 200px;
        display: flex;
        align-items: flex-end;
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
    }

        .progress-bar-card .card-body .vertical-progress-bar .progress-bar-vertical .progress-bar {
            width: 100%;
            height: 0;
            -webkit-transition: height 0.6s ease;
            -o-transition: height 0.6s ease;
            transition: height 0.6s ease;
            font-size: 18px;
            font-weight: 500;
        }

.ui-tab-card {
    height: auto;
}

    .ui-tab-card .card-body .basic-tab .nav-tabs .nav-item .nav-link {
        color: #646464;
        padding: 10px 50px;
    }

@media only screen and (max-width: 991px) {
    .ui-tab-card .card-body .basic-tab .nav-tabs .nav-item .nav-link {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .ui-tab-card .card-body .basic-tab .nav-tabs .nav-item .nav-link {
        padding: 10px;
    }
}

.ui-tab-card .card-body .basic-tab .nav-tabs .nav-item .nav-link.active {
    color: #3d5afe;
}

.ui-tab-card .card-body .basic-tab .tab-content .tab-pane {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 25px 30px 5px;
}

.ui-tab-card .card-body .custom-tab .nav-tabs {
    border-bottom: 4px solid #dee2e6;
}

    .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link {
        margin-right: 20px;
        padding-bottom: 8px;
        border: none;
        color: #646464;
        position: relative;
    }

        .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link:after {
            content: "";
            height: 4px;
            width: 0;
            background-color: #80deea;
            position: absolute;
            bottom: -3px;
            left: 0;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link:hover:after {
            width: 100%;
        }

        .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link.active {
            background-color: transparent;
            color: #80deea;
        }

            .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link.active:after {
                width: 100%;
            }

.ui-tab-card .card-body .custom-tab .tab-content .tab-pane {
    padding-top: 25px;
}

.ui-tab-card .card-body .border-nav-tab .nav-tabs {
    background: #DFD9D9;
    /* border: 0.5px solid #DEE2E6; */
    box-sizing: border-box;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
    /* padding-top: 9px; */
    /* padding-bottom: 9px; */
    display: inline-flex;
}


    /* .ui-tab-card .card-body .border-nav-tab .nav-tabs .nav-item .nav-link {
    background: #DFD9D9;
    border: 0.5px solid #DEE2E6;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
} */

    .ui-tab-card .card-body .border-nav-tab .nav-tabs .nav-item .nav-link {
        color: rgba(0, 0, 0, 0.795);
        padding: 11px 12px;
    }


        /* 
.ui-tab-card .card-body .border-nav-tab .nav-tabs .nav-item .nav-link:hover {
    background-color: #f57c00;
    border-color: #f57c00;
    color: #ffffff;
    box-shadow: 0px 5px 13px 0px rgba(245, 124, 0, 0.4);
} */

        .ui-tab-card .card-body .border-nav-tab .nav-tabs .nav-item .nav-link.active {
            background: #007AFF;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
            /* border-radius: 8px 0px 0px 8px; */
            color: white;
            border: 0 !important;
        }

.ui-tab-card .card-body .border-nav-tab .tab-content {
    padding-top: 1rem;
    margin-top: 2.5rem;
}

.ui-tab-card .card-body .vertical-tab {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .ui-tab-card .card-body .vertical-tab {
        display: block;
    }
}

.ui-tab-card .card-body .vertical-tab .nav-tabs {
    min-width: 140px;
    margin-right: 30px;
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .ui-tab-card .card-body .vertical-tab .nav-tabs {
        margin-bottom: 30px;
    }
}

.ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link {
    color: #646464;
    border: 1px solid;
    border-color: #dee2e6;
    border-radius: 4px;
    padding: 10px 30px;
    position: relative;
    height: 100%;
}

    .ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid #ff1744;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        visibility: hidden;
        opacity: 0;
    }

    .ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link:hover {
        background-color: #ff1744;
        border-color: #ff1744;
        color: #ffffff;
    }

        .ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link:hover:after {
            visibility: visible;
            opacity: 1;
            right: -10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link.active {
        background-color: #ff1744;
        color: #ffffff;
        border-color: #ff1744;
    }

        .ui-tab-card .card-body .vertical-tab .nav-tabs .nav-item .nav-link.active:after {
            visibility: visible;
            opacity: 1;
            right: -10px;
        }

.ui-tab-card .card-body .icon-tab .nav-tabs {
    border: none;
}

    .ui-tab-card .card-body .icon-tab .nav-tabs .nav-item .nav-link {
        margin-right: 6px;
        padding-bottom: 8px;
        color: #646464;
        border-radius: 4px;
        padding: 10px 20px;
    }

        .ui-tab-card .card-body .icon-tab .nav-tabs .nav-item .nav-link:hover {
            background-color: #7cc576 !important;
            border-color: #7cc576 !important;
        }

            .ui-tab-card .card-body .icon-tab .nav-tabs .nav-item .nav-link:hover i {
                color: #ffffff !important;
            }

        .ui-tab-card .card-body .icon-tab .nav-tabs .nav-item .nav-link.active {
            background-color: #7cc576 !important;
            border-color: #7cc576 !important;
        }

            .ui-tab-card .card-body .icon-tab .nav-tabs .nav-item .nav-link.active i {
                color: #ffffff !important;
            }

.ui-tab-card .card-body .icon-tab .tab-content {
    padding-top: 26px;
}

.ui-alart-box .dismiss-alart .alert-dismissible .close {
    top: 50%;
    transform: translateY(-50%);
}

    .ui-alart-box .dismiss-alart .alert-dismissible .close span {
        font-size: 24px;
        color: #7c7c7c;
    }

.ui-alart-box .icon-color-alart .icon-alart {
    color: #ffffff;
    padding-left: 75px;
    position: relative;
    border: none;
}

    .ui-alart-box .icon-color-alart .icon-alart i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 3px 0 0 3px;
        font-size: 16px;
        height: 99%;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.ui-modal-box .modal-box {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

    .ui-modal-box .modal-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ui-modal-box .modal-box label {
        display: block;
        margin-bottom: 10px;
    }

    .ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body {
        padding: 40px;
    }

@media only screen and (max-width: 479px) {
    .ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body {
        text-align: center;
    }
}

.ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message {
        display: block;
    }
}

.ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message .item-title {
    font-size: 16px;
    color: #646464;
    font-style: italic;
    margin-bottom: 0;
    flex: 1;
}

.ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message .item-icon {
    margin-right: 45px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #92c755;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message .item-icon {
        margin: 0 0 35px 0;
    }
}

.ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message .item-icon:before {
    content: "";
    height: 58px;
    width: 58px;
    border: 8px solid rgba(146, 199, 85, 0.7);
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.ui-modal-box .modal-box .modal .success-modal-content .modal-content .modal-body .success-message .item-icon:after {
    content: "";
    height: 78px;
    width: 78px;
    border: 10px solid rgba(146, 199, 85, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: -17px;
}

.ui-modal-box .modal-box .left-slide-modal .modal-dialog {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

    .ui-modal-box .modal-box .left-slide-modal .modal-dialog .modal-content {
        height: 100%;
    }

.ui-modal-box .modal-box .left-slide-modal.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ui-modal-box .modal-box .right-slide-modal .modal-dialog {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

    .ui-modal-box .modal-box .right-slide-modal .modal-dialog .modal-content {
        height: 100%;
    }

.ui-modal-box .modal-box .right-slide-modal.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 50px 50px 30px;
}

@media only screen and (max-width: 479px) {
    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body {
        padding: 50px 20px 30px;
    }
}

.ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .close-btn {
    border-bottom: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .close-btn .close {
        font-size: 24px;
        height: 40px;
        width: 40px;
        background-color: #f8f8f8;
        border-radius: 50%;
        opacity: 1;
    }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .close-btn .close:focus {
            outline: none;
        }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .close-btn .close span {
            text-shadow: none;
            color: #444444;
        }

.ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .item-logo {
    text-align: center;
    margin-bottom: 40px;
}

.ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .form-control {
        background-color: transparent;
        border: 1px solid #c2c2c2;
        padding: 5px 35px 5px 20px;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group > input {
        height: 50px;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group i {
        position: absolute;
        top: 60%;
        right: 18px;
        font-size: 15px;
        color: #9f9f9f;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group input.form-control::-webkit-input-placeholder,
    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group textarea.form-control::-webkit-input-placeholder {
        color: #cccccc;
        font-size: 15px;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group input.form-control::-moz-placeholder,
    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group textarea.form-control::-moz-placeholder {
        color: #cccccc;
        font-size: 15px;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group input.form-control:-ms-input-placeholder,
    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group textarea.form-control:-ms-input-placeholder {
        color: #cccccc;
        font-size: 15px;
    }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .form-check .form-check-label {
        cursor: pointer;
        font-size: 14px;
        padding-left: 30px;
        font-weight: 500;
        color: #444444;
    }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .form-check .form-check-label:before {
            top: 1px;
        }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .form-check .form-check-label:after {
            top: 2px;
        }

    .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .login-btn {
        cursor: pointer;
        width: 100%;
        border: none;
        position: relative;
        text-align: center;
        display: block;
        font-weight: 700;
        color: #ffffff;
        background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776));
        background: -o-linear-gradient(bottom, #042954, #0b4776);
        background: linear-gradient(to top, #042954, #0b4776);
        border-radius: 4px;
        padding: 16px 10px;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .login-btn:after {
            content: "";
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, #0b4776, #042954);
            border-radius: 4px;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .ui-modal-box .modal-box .sign-up-modal .modal-dialog .modal-content .modal-body .login-form .form-group .login-btn:hover:after {
            visibility: visible;
            opacity: 1;
        }

.ui-modal-box .modal-box .notification-modal .modal-dialog {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: 50px;
    max-width: 300px;
}

    .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content {
        background-color: #042954;
    }

        .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body {
            text-align: center;
            padding: 50px 20px 20px;
        }

            .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body .item-title {
                font-weight: 700;
                color: #ffffff;
                margin-bottom: 10px;
            }

            .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body p {
                color: #dedede;
            }

            .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body .close-btn button {
                cursor: pointer;
                display: block;
                margin: 0 auto 15px;
            }

                .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body .close-btn button:focus {
                    outline: none;
                }

            .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body .close-btn .item-btn {
                background-color: #ffffff;
                border-radius: 4px;
                border: none;
                color: #111111;
                font-weight: 500;
                width: 100%;
                padding: 8px 10px;
            }

            .ui-modal-box .modal-box .notification-modal .modal-dialog .modal-content .modal-body .close-btn .close-btn {
                background: none;
                border: none;
                color: #ffffff;
            }

.ui-modal-box .modal-box .feedback-modal .modal-dialog {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: 50px;
    max-width: 300px;
}

@media only screen and (max-width: 767px) {
    .ui-modal-box .modal-box .feedback-modal .modal-dialog {
        top: 0;
    }
}

.ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 20px 20px;
}

    .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .close-btn {
        border-bottom: none;
        position: absolute;
        top: 15px;
        right: 20px;
    }

        .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .close-btn .close {
            font-size: 24px;
            height: 40px;
            width: 40px;
            background-color: #f8f8f8;
            border-radius: 50%;
            opacity: 1;
        }

            .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .close-btn .close:focus {
                outline: none;
            }

            .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .close-btn .close span {
                text-shadow: none;
                color: #444444;
            }

    .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 24px;
        font-weight: 500;
        color: #111111;
        margin-bottom: 10px;
    }

    .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .feedback-form .form-group {
        text-align: left;
    }

        .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .feedback-form .form-group .form-check label {
            padding-left: 30px;
            font-weight: 500;
            color: #444444;
        }

        .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .feedback-form .form-group .item-btn {
            margin-top: 20px;
            background-color: #042954;
            border-radius: 4px;
            border: none;
            color: #ffffff;
            font-weight: 500;
            width: 100%;
            padding: 8px 10px;
            cursor: pointer;
            display: block;
            margin: 0 auto 15px;
        }

            .ui-modal-box .modal-box .feedback-modal .modal-dialog .modal-content .modal-body .feedback-form .form-group .item-btn:focus {
                outline: none;
            }


/*=============== 6.6 Login Page ==================*/

.login-page-wrap {
    background-image: url('img/figure/login-bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1025px) {
    .login-page-wrap {
        position: relative;
        height: auto;
    }

    .ResponsiveDisplay {
        display: block !important;
    }

    .responsive {
        padding-left: 1.25rem;
        margin-top: 8px !important;
    }

    .responsive1 {
        padding-top: 0 !important;
        margin-top: 8px !important;
    }

    .responsive1 {
        padding-top: 0 !important;
        margin-top: 8px !important;
    }

    .responsive2 {
        padding-top: 0 !important;
        margin-top: 0px !important;
        border: none !important;
        ;
    }

    .responsive4 {
        padding-top: 0 !important;
        margin-bottom: 8px !important;
        border: none !important;
        ;
    }

    .responsive-sizing {
        height: 26px
    }
}

.grid-file {
    height: 26px;
    width: 26px;
}

.login-page-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}

@media only screen and (max-width: 575px) {
    .login-page-content {
        padding: 50px 20px;
    }
}

.login-page-content .login-box {
    min-width: 470px;
    padding: 6rem 7rem;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .login-page-content .login-box {
        min-width: 300px;
        padding: 6rem 4rem;
    }
}

@media only screen and (max-width: 479px) {
    .login-page-content .login-box {
        padding: 6rem 2rem;
    }
}

.login-page-content .login-box .item-logo {
    text-align: center;
    margin-bottom: 40px;
}

.login-page-content .login-box .login-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

    .login-page-content .login-box .login-form .form-group > label {
        font-size: 15px;
        font-weight: 500;
        color: #444444;
        margin-bottom: 10px;
    }

    .login-page-content .login-box .login-form .form-group .form-control {
        background-color: transparent;
        border: 1px solid #c2c2c2;
        padding: 5px 35px 5px 20px;
    }

    .login-page-content .login-box .login-form .form-group > input {
        height: 50px;
    }

    .login-page-content .login-box .login-form .form-group i {
        position: absolute;
        top: 60%;
        right: 18px;
        font-size: 15px;
        color: #9f9f9f;
    }

    .login-page-content .login-box .login-form .form-group input.form-control::-webkit-input-placeholder,
    .login-page-content .login-box .login-form .form-group textarea.form-control::-webkit-input-placeholder {
        color: #adadad;
        font-size: 15px;
    }

    .login-page-content .login-box .login-form .form-group input.form-control::-moz-placeholder,
    .login-page-content .login-box .login-form .form-group textarea.form-control::-moz-placeholder {
        color: #adadad;
        font-size: 15px;
    }

    .login-page-content .login-box .login-form .form-group input.form-control:-ms-input-placeholder,
    .login-page-content .login-box .login-form .form-group textarea.form-control:-ms-input-placeholder {
        color: #adadad;
        font-size: 15px;
    }

    .login-page-content .login-box .login-form .form-group .form-check .form-check-label {
        cursor: pointer;
        font-size: 14px;
        padding-left: 30px;
        font-weight: 500;
        color: #444444;
    }

        .login-page-content .login-box .login-form .form-group .form-check .form-check-label:before {
            top: 1px;
        }

        .login-page-content .login-box .login-form .form-group .form-check .form-check-label:after {
            top: 2px;
        }

    .login-page-content .login-box .login-form .form-group .forgot-btn {
        font-size: 14px;
        color: #ff0000;
        font-weight: 500;
    }

    .login-page-content .login-box .login-form .form-group .login-btn {
        cursor: pointer;
        width: 100%;
        border: none;
        margin-top: 30px;
        position: relative;
        text-align: center;
        display: block;
        font-weight: 700;
        color: #ffffff;
        background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776));
        background: -o-linear-gradient(bottom, #042954, #0b4776);
        background: linear-gradient(to top, #042954, #0b4776);
        border-radius: 4px;
        padding: 16px 10px;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .login-page-content .login-box .login-form .form-group .login-btn:after {
            content: "";
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, #0b4776, #042954);
            border-radius: 4px;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .login-page-content .login-box .login-form .form-group .login-btn:hover:after {
            visibility: visible;
            opacity: 1;
        }

.login-page-content .login-box .login-social {
    text-align: center;
}

    .login-page-content .login-box .login-social p {
        margin-bottom: 0;
    }

    .login-page-content .login-box .login-social ul {
        margin-top: 10px;
    }

        .login-page-content .login-box .login-social ul li {
            display: inline-block;
            margin-right: 2px;
        }

            .login-page-content .login-box .login-social ul li:last-child {
                margin-right: 0;
            }

            .login-page-content .login-box .login-social ul li a {
                width: 45px;
                height: 42px;
                line-height: 42px;
                display: inline-block;
                border-radius: 4px;
                color: #ffffff;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .login-page-content .login-box .login-social ul li a:hover {
                    background-color: #ffaa01;
                }

.login-page-content .sign-up {
    color: #ffffff;
}

    .login-page-content .sign-up a {
        color: #ffffff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .login-page-content .sign-up a:hover {
            color: #ffaa01;
        }


/*=======================================================================
7. DASHBOARD STYLES 
=========================================================================*/


/*=============== 7.1 Dashboard Page One ==================*/

.dashboard-page-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dashboard-content-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin-top: -203px;
}

@media only screen and (max-width: 767px) {
    .dashboard-content-one {
        padding: 0 5px;
    }
}

.dashboard-summery-one {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 22px 28px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
}

    .dashboard-summery-one .item-icon {
        position: relative;
        height: 85px;
        width: 85px;
        line-height: 85px;
        border-radius: 50%;
        text-align: center;
    }

        .dashboard-summery-one .item-icon i:before {
            margin-left: 0;
            font-size: 44px;
        }

    .dashboard-summery-one .item-content {
        text-align: right;
    }

        .dashboard-summery-one .item-content .item-title {
            color: #a8a8a8;
            margin-bottom: 2px;
        }

        .dashboard-summery-one .item-content .item-number {
            font-size: 20px;
            font-weight: 500;
            color: #111111;
        }

@media only screen and (max-width: 991px) {
    .dashboard-summery-one .item-content .item-number {
        font-size: 20px;
    }
}

.dashboard-card-one .card-body .earning-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report {
        margin-bottom: 20px;
        display: block;
    }
}

.dashboard-card-one .card-body .earning-report .item-content .single-item {
    display: inline-block;
    margin-right: 40px;
    padding-left: 34px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report .item-content .single-item {
        margin-bottom: 20px;
    }
}

.dashboard-card-one .card-body .earning-report .item-content .single-item:after {
    content: "";
    height: 18px;
    width: 18px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard-card-one .card-body .earning-report .item-content .single-item:last-child {
    margin-right: 0;
}

.dashboard-card-one .card-body .earning-report .item-content .single-item h4 {
    color: #9f9f9f;
    margin-bottom: 4px;
    font-size: 16px;
}

.dashboard-card-one .card-body .earning-report .item-content .single-item span {
    padding-left: 13px;
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report .item-content .single-item span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-card-one .card-body .earning-report .item-content .single-item span {
        font-size: 18px;
    }
}

.dashboard-card-one .card-body .earning-report .item-content .single-item span:after {
    content: "$";
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    position: absolute;
    top: 3px;
    left: 0;
}

.dashboard-card-one .card-body .earning-report .dropdown {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report .dropdown {
        display: none;
    }
}

.dashboard-card-one .card-body .earning-report .dropdown .date-dropdown-toggle {
    color: #a7a7a7;
    position: relative;
    padding-right: 24px;
}

    .dashboard-card-one .card-body .earning-report .dropdown .date-dropdown-toggle:after {
        content: "\f108";
        font-family: Flaticon;
        position: absolute;
        font-size: 12px;
        font-weight: 600;
        right: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
        color: #222222;
    }

.dashboard-card-one .card-body .earning-report .dropdown .dropdown-menu {
    top: 20px !important;
    min-width: 15rem;
    animation: none;
}

    .dashboard-card-one .card-body .earning-report .dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
    }

.dashboard-card-one .card-body .earning-chart-wrap {
    position: relative;
}

.dashboard-card-two .card-body .expense-report {
    display: flex;
    margin-bottom: 38px;
}

    .dashboard-card-two .card-body .expense-report .monthly-expense {
        position: relative;
        margin-right: 40px;
    }

@media only screen and (max-width: 1699px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 13px;
    }
}

@media only screen and (max-width: 1499px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1299px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 15px;
    }
}

.dashboard-card-two .card-body .expense-report .monthly-expense:last-child {
    margin-right: 0;
}

.dashboard-card-two .card-body .expense-report .monthly-expense:after {
    content: "";
    height: 4px;
    width: 100%;
    border-radius: 6px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}

.dashboard-card-two .card-body .expense-report .monthly-expense .expense-date {
    font-size: 15px;
    color: #9f9f9f;
}

.dashboard-card-two .card-body .expense-report .monthly-expense .expense-amount {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
}

    .dashboard-card-two .card-body .expense-report .monthly-expense .expense-amount span {
        font-size: 16px;
        color: #646464;
    }

.dashboard-card-three .card-body .doughnut-chart-wrap {
    padding: 5px 0 50px;
    display: flex;
    justify-content: center;
}

.dashboard-card-three .card-body .student-report {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .dashboard-card-three .card-body .student-report:before {
        content: "";
        height: 58px;
        width: 1px;
        background-color: #d7d7d7;
        position: absolute;
        top: -15px;
        right: 50%;
        transform: translateX(-50%);
    }

    .dashboard-card-three .card-body .student-report .student-count {
        position: relative;
    }

        .dashboard-card-three .card-body .student-report .student-count .item-title {
            font-size: 14px;
            color: #a5a5a5;
            margin-bottom: 2px;
        }

        .dashboard-card-three .card-body .student-report .student-count .item-number {
            font-size: 16px;
            color: #111111;
            font-weight: 500;
        }

        .dashboard-card-three .card-body .student-report .student-count:after {
            content: "";
            height: 6px;
            width: 49px;
            border-radius: 6px;
            position: absolute;
            top: -18px;
            left: 0;
        }

        .dashboard-card-three .card-body .student-report .student-count:last-child:before {
            display: none;
        }

.dashboard-card-four .card-body .calender-wrap .fc-calender .fc-view-container .fc-basicWeek-view table .fc-head .fc-head-container .fc-day-header {
    font-size: 14px;
}

.dashboard-card-five .card-body .traffic-title {
    color: #a5a5a5;
    margin-bottom: 10px;
}

.dashboard-card-five .card-body .traffic-number {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
    margin-bottom: 25px;
}

.dashboard-card-five .card-body .traffic-bar {
    display: flex;
    margin-bottom: 18px;
}

    .dashboard-card-five .card-body .traffic-bar .direct {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 10px;
        background-color: #1de9b6;
        border-radius: 40px 0 0 40px;
    }

    .dashboard-card-five .card-body .traffic-bar .search {
        flex: 0 0 27%;
        max-width: 27%;
        min-height: 10px;
        background-color: #304ffe;
    }

    .dashboard-card-five .card-body .traffic-bar .referrals {
        flex: 0 0 16%;
        max-width: 16%;
        min-height: 10px;
        background-color: #ffea00;
    }

    .dashboard-card-five .card-body .traffic-bar .social {
        flex: 0 0 7%;
        max-width: 7%;
        min-height: 10px;
        background-color: #ed1c24;
        border-radius: 0 40px 40px 0;
    }

.dashboard-card-five .card-body .traffic-table .table tbody tr {
    border-bottom: 1px dashed #e1e1e1;
}

    .dashboard-card-five .card-body .traffic-table .table tbody tr:last-child {
        border-bottom: none;
    }

    .dashboard-card-five .card-body .traffic-table .table tbody tr td {
        color: #111111;
        font-weight: 500;
        border-top: none;
        padding: 20px 15px;
    }

    .dashboard-card-five .card-body .traffic-table .table tbody tr .t-title {
        position: relative;
        padding-left: 34px;
    }

        .dashboard-card-five .card-body .traffic-table .table tbody tr .t-title:after {
            content: "";
            height: 17px;
            width: 17px;
            border-radius: 50%;
            border: 3px solid #ffffff;
            -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
            position: absolute;
            top: 50%;
            left: 6px;
            transform: translateY(-50%);
        }

.dashboard-card-six ::-webkit-scrollbar {
    width: 10px;
    background: #f0f1f2;
    border-radius: 30px;
}

.dashboard-card-six ::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #f0f1f2;
}

.dashboard-card-six ::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #3751fe;
}

.dashboard-card-six .card-body .notice-box-wrap {
    max-height: 358px;
    overflow-y: scroll;
    padding-right: 20px;
}

    .dashboard-card-six .card-body .notice-box-wrap .notice-list {
        border-bottom: 1px solid #ededed;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

        .dashboard-card-six .card-body .notice-box-wrap .notice-list .post-date {
            display: inline-block;
            font-size: 14px;
            color: #ffffff;
            padding: 5px 14px;
            border-radius: 20px;
            margin-bottom: 14px;
        }

        .dashboard-card-six .card-body .notice-box-wrap .notice-list .notice-title {
            font-weight: 500;
            margin-bottom: 8px;
        }

            .dashboard-card-six .card-body .notice-box-wrap .notice-list .notice-title a {
                color: #111111;
            }

        .dashboard-card-six .card-body .notice-box-wrap .notice-list .entry-meta {
            font-size: 15px;
            color: #646464;
        }

            .dashboard-card-six .card-body .notice-box-wrap .notice-list .entry-meta span {
                color: #a4a4a4;
            }

.dashboard-card-seven .social-media {
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .dashboard-card-seven .social-media .media {
        align-items: center;
        justify-content: center;
    }

        .dashboard-card-seven .social-media .media .social-icon {
            font-size: 24px;
            color: #ffffff;
        }

        .dashboard-card-seven .social-media .media .media-body {
            flex: inherit;
        }

            .dashboard-card-seven .social-media .media .media-body .item-title {
                margin-bottom: 0;
                color: #ffffff;
                font-size: 15px;
            }

@media only screen and (max-width: 1199px) {
    .dashboard-card-seven .social-media .media .media-body {
        margin-top: 10px;
    }
}

.dashboard-card-seven .social-media .social-like {
    font-size: 26px;
    color: #ffffff;
}


/*=============== 7.2 Dashboard Page Two ==================*/

.dashboard-card-ten .card-body .student-info .media {
    margin-bottom: 6px;
}

@media only screen and (max-width: 1499px) {
    .dashboard-card-ten .card-body .student-info .media {
        margin-bottom: 30px;
    }
}

.dashboard-card-ten .card-body .student-info .media .item-img {
    background-color: #4dd0e1;
    height: 115px;
    width: 115px;
    line-height: 129px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

    .dashboard-card-ten .card-body .student-info .media .item-img img {
        margin-right: 5px;
    }

.dashboard-card-ten .card-body .student-info .media .media-body .item-title {
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1499px) {
    .dashboard-card-ten .card-body .student-info .info-table .table {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard-card-ten .card-body .student-info .info-table .table {
        width: 100%;
    }
}

.dashboard-card-ten .card-body .student-info .info-table .table tbody tr td {
    border: none;
    padding: 8px;
}

.dashboard-card-eleven .card-body .table-box-wrap .search-form-box {
    margin-bottom: 18px;
}


/*=============== 7.3 Dashboard Page Three ==================*/

.dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box {
    display: flex;
    background-color: #fafafa;
    padding: 40px 30px 28px;
}

@media only screen and (max-width: 575px) {
    .dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box {
        display: block;
    }
}

.dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box .item-img {
    height: 8rem;
    width: 8rem;
    background-color: #4dd0e1;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin-right: 3rem;
}

@media only screen and (max-width: 575px) {
    .dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box .item-img {
        margin: 0 auto 30px;
    }
}

.dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box .item-content {
    flex: 1;
}

    .dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box .item-content .table tbody tr td {
        border: none;
        padding: 0 10px;
        color: #333333;
    }


/*=============== 7.4 Dashboard Page Four ==================*/

.dashboard-summery-two {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    text-align: center;
}

    .dashboard-summery-two .item-icon {
        position: relative;
        height: 85px;
        width: 85px;
        line-height: 85px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto 6px;
    }

        .dashboard-summery-two .item-icon i:before {
            margin-left: 0;
            font-size: 44px;
        }

    .dashboard-summery-two .item-content .item-title {
        color: #a8a8a8;
        margin-bottom: 2px;
    }

@media only screen and (max-width: 1199px) {
    .dashboard-summery-two .item-content .item-title {
        font-size: 14px;
    }
}

.dashboard-summery-two .item-content .item-number {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
}

@media only screen and (max-width: 1499px) {
    .dashboard-summery-two .item-content .item-number {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .dashboard-summery-two .item-content .item-number {
        font-size: 20px;
    }
}


/*=======================================================================
8. HELPER CLASSES
=========================================================================*/


/*=============== 8.1 Background ==================*/

.bg-transparent {
    background-color: transparent;
}

.bg-dark-high {
    background-color: #000000;
}

.bg-dark-medium {
    background-color: #111111;
}

.bg-dark-normal {
    background-color: #222222;
}

.bg-dark-low {
    background-color: #444444;
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-ash {
    background-color: #f0f1f3 !important;
}

.bg-red {
    background-color: #ff0000;
}

.bg-orange-red {
    background-color: #ff0000;
}

.bg-blue {
    background-color: #304ffe;
}

.bg-blue-dark {
    background-color: #042954;
}

.bg-yellow {
    background-color: #fbd540;
}

.bg-yellow2 {
    background-color: #ffb822;
}

.bg-yellow3 {
    background-color: #f0a70d;
}

.bg-orange {
    background-color: #fbd540;
}

.bg-orange-peel {
    background-color: #ffa000;
}

.bg-skyblue {
    background-color: #40dfcd;
}

.bg-pink {
    background-color: #f939a1;
}

.bg-pink2 {
    background-color: #ff5252;
}

.bg-pink3 {
    background-color: #ef3232;
}

.bg-mauvelous {
    background-color: #f48fb1;
}

.bg-light-red {
    background-color: #ffeaea;
}

.bg-light-yellow {
    background-color: #fff2d8 !important;
}

.bg-light-blue {
    background-color: #e1f1ff !important;
}

.bg-dodger-blue {
    background-color: #2196f3;
}

.bg-violet-blue {
    background-color: #a864a8;
}

.bg-light-green {
    background-color: #d1f3e0;
}

.bg-dark-pastel-green {
    background-color: #00c853;
}

.bg-light-sea-green {
    background-color: #1cbbb4;
}

.bg-light-green2 {
    background-color: #64d9bc !important;
}

.bg-light-green3 {
    background-color: #4ec9aa;
}

.bg-light-magenta {
    background-color: #f3e5f5;
}

.bg-martini {
    background-color: #bcaaa4;
}

.bg-true-v {
    background-color: #9575cd;
}

.bg-wild-strawberry {
    background-color: #ff4081;
}

.bg-fb {
    background-color: #546ca9;
}

.bg-fb2 {
    background-color: #5867dd;
}

.bg-fb3 {
    background-color: #4655c8;
}

.bg-gplus {
    background-color: #f81b1b;
}

.bg-twitter {
    background-color: #45a0f0;
}

.bg-linkedin {
    background-color: #1565c0;
}

.bg-git {
    background-color: #BCAAA4 !important;
}

.sidebar-color {
    background-color: #042954;
}

.bg-gradient-fb {
    background: -webkit-gradient(linear, left top, right top, from(#546ca9), to(#5c77bc));
    background: -webkit-linear-gradient(left, #546ca9, #5c77bc);
    background: -o-linear-gradient(left, #546ca9, #5c77bc);
    background: linear-gradient(to right, #546ca9, #5c77bc);
}

.bg-gradient-twitter {
    background: -webkit-gradient(linear, left top, right top, from(#1f89e5), to(#64b5f6));
    background: -webkit-linear-gradient(left, #1f89e5, #64b5f6);
    background: -o-linear-gradient(left, #1f89e5, #64b5f6);
    background: linear-gradient(to right, #1f89e5, #64b5f6);
}

.bg-gradient-gplus {
    background: -webkit-gradient(linear, left top, right top, from(#e84642), to(#f81b1b));
    background: -webkit-linear-gradient(left, #e84642, #f81b1b);
    background: -o-linear-gradient(left, #e84642, #f81b1b);
    background: linear-gradient(to right, #e84642, #f81b1b);
}

.bg-gradient-linked {
    background: -webkit-gradient(linear, left top, right top, from(#1565c0), to(#314ce0));
    background: -webkit-linear-gradient(left, #1565c0, #314ce0);
    background: -o-linear-gradient(left, #1565c0, #314ce0);
    background: linear-gradient(to right, #1565c0, #314ce0);
}

.btn-gradient-yellow {
    background-color: #ffae01;
}

.gradient-dodger-blue {
    background: -webkit-gradient(linear, left top, right top, from(#2196f3), to(#21bff3));
    background: -webkit-linear-gradient(left, #2196f3, #21bff3);
    background: -o-linear-gradient(left, #2196f3, #21bff3);
    background: linear-gradient(to right, #2196f3, #21bff3);
}

.gradient-orange-peel {
    background: -webkit-gradient(linear, left top, right top, from(#ffa000), to(#ff7200));
    background: -webkit-linear-gradient(left, #ffa000, #ff7200);
    background: -o-linear-gradient(left, #ffa000, #ff7200);
    background: linear-gradient(to right, #ffa000, #ff7200);
}

.gradient-pastel-green {
    background: -webkit-gradient(linear, left top, right top, from(#43a047), to(#66bb6a));
    background: -webkit-linear-gradient(left, #43a047, #66bb6a);
    background: -o-linear-gradient(left, #43a047, #66bb6a);
    background: linear-gradient(to right, #43a047, #66bb6a);
}


/*=============== 8.2 Border ==================*/

.border-dodger-blue {
    border: 1px solid #2196f3 !important;
}

.border-mauvelous {
    border: 1px solid #f48fb1;
}

.border-orange-peel {
    border: 1px solid #ffa000 !important;
}

.border-dark-pastel-green {
    border: 1px solid #00c853 !important;
}

.border-red {
    border: 1px solid #ff0000 !important;
}

.border-true-v {
    border: 1px solid #9575cd;
}

.border-violet-blue {
    border: 1px solid #a864a8;
}

.border-light-sea-green {
    border: 1px solid #1cbbb4;
}

.border-martini {
    border: 1px solid #bcaaa4;
}

.border-yellow {
    border: 1px solid #fbd540;
}

.border-orange-red {
    border: 1px solid #ff0000;
}

.no-radius {
    border-radius: 0 !important;
}

.radius-4 {
    border-radius: 4px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-50 {
    border-radius: 50%;
}


/*=============== 8.3 Height ==================*/

.height-auto {
    height: auto !important;
    padding: 13px 15px 7px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
    margin-top: 20px;
}

.m-height-580 {
    max-height: 58rem !important;
}

.m-height-440 {
    max-height: 44rem !important;
}

.m-height-660 {
    max-height: 66rem !important;
}


/*=============== 8.4 Margin ==================*/

.mg-0 {
    margin: 0;
}

.mg-x-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mg-y-0 {
    margin-right: 0;
    margin-left: 0;
}

.mg-t-0 {
    margin-top: 0;
}

.mg-r-0 {
    margin-right: 0;
}

.mg-b-0 {
    margin-bottom: 0;
}

.mg-l-0 {
    margin-left: 0;
}

.mg-t-4 {
    margin-top: 4px;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-6 {
    margin-top: 6px !important;
}

.mg-t-7 {
    margin-top: 7px;
}

.mg-t-8 {
    margin-top: 8px;
}

.mg-t-9 {
    margin-top: 9px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-11 {
    margin-top: 11px;
}

.mg-t-12 {
    margin-top: 12px;
}

.mg-t-13 {
    margin-top: 13px;
}

.mg-t-14 {
    margin-top: 14px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-16 {
    margin-top: 16px;
}

.mg-t-17 {
    margin-top: 17px;
}

.mg-t-18 {
    margin-top: 18px;
}

.mg-t-19 {
    margin-top: 19px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-22 {
    margin-top: 22px;
}

.mg-t-23 {
    margin-top: 23px;
}

.mg-t-24 {
    margin-top: 24px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-t-26 {
    margin-top: 26px;
}

.mg-t-27 {
    margin-top: 27px;
}

.mg-t-28 {
    margin-top: 28px;
}

.mg-t-29 {
    margin-top: 29px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-l-4 {
    margin-left: 4px;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-l-6 {
    margin-left: 6px;
}

.mg-l-7 {
    margin-left: 7px;
}

.mg-l-8 {
    margin-left: 8px;
}

.mg-l-9 {
    margin-left: 9px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-11 {
    margin-left: 11px;
}

.mg-l-12 {
    margin-left: 12px;
}

.mg-l-13 {
    margin-left: 13px;
}

.mg-l-14 {
    margin-left: 14px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-l-16 {
    margin-left: 16px;
}

.mg-l-17 {
    margin-left: 17px;
}

.mg-l-18 {
    margin-left: 18px;
}

.mg-l-19 {
    margin-left: 19px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-22 {
    margin-left: 22px;
}

.mg-b-4 {
    margin-bottom: 4px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-6 {
    margin-bottom: 6px !important;
}

.mg-b-7 {
    margin-bottom: 7px;
}

.mg-b-8 {
    margin-bottom: 8px;
}

.mg-b-9 {
    margin-bottom: 9px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-11 {
    margin-bottom: 11px;
}

.mg-b-12 {
    margin-bottom: 12px;
}

.mg-b-13 {
    margin-bottom: 13px;
}

.mg-b-14 {
    margin-bottom: 14px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-16 {
    margin-bottom: 16px;
}

.mg-b-17 {
    margin-bottom: 17px;
}

.mg-b-18 {
    margin-bottom: 18px;
}

.mg-b-19 {
    margin-bottom: 19px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-22 {
    margin-bottom: 22px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-r-4 {
    margin-right: 4px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-6 {
    margin-right: 6px;
}

.mg-r-7 {
    margin-right: 7px;
}

.mg-r-8 {
    margin-right: 8px;
}

.mg-r-9 {
    margin-right: 9px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-11 {
    margin-right: 11px;
}

.mg-r-12 {
    margin-right: 12px;
}

.mg-r-13 {
    margin-right: 13px;
}

.mg-r-14 {
    margin-right: 14px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-r-16 {
    margin-right: 16px;
}

.mg-r-17 {
    margin-right: 17px;
}

.mg-r-18 {
    margin-right: 18px;
}

.mg-r-19 {
    margin-right: 19px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-r-22 {
    margin-right: 22px;
}

.mg-r-30 {
    margin-right: 30px;
}

.mg-r--5 {
    margin-right: -15px;
}


/*=============== 8.5 Misc ==================*/

.pseudo-bg-Aquamarine:after {
    background-color: #1de9b6;
}

.pseudo-bg-blue:after {
    background-color: #417dfc;
}

.pseudo-bg-yellow:after {
    background-color: #ffaa01;
}

.pseudo-bg-red:after {
    background-color: #ff0000;
}

.pseudo-bg-pink:after {
    background-color: #f939a1;
}

.header-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.shadow-dodger-blue {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(33, 150, 243, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(33, 150, 243, 0.4);
}

.shadow-dark-pastel-green {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 200, 83, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(0, 200, 83, 0.4);
}

.shadow-true-v {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(149, 117, 205, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(149, 117, 205, 0.4);
}

.shadow-red {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(255, 0, 0, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(255, 0, 0, 0.4);
}

.shadow-martini {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(188, 170, 164, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(188, 174, 164, 0.4);
}

.shadow-violet-blue {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(168, 100, 168, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(168, 100, 168, 0.4);
}

.shadow-light-sea-green {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(28, 187, 180, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(28, 187, 180, 0.4);
}

.shadow-orange-peel {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(255, 160, 0, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(255, 160, 0, 0.4);
}

.shadow-orange-red {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(255, 61, 0, 0.4);
    box-shadow: 0px 6px 8px 0px rgba(255, 61, 0, 0.4);
}

.hover-fb:hover {
    background: #485c8f;
}

.hover-twitter:hover {
    background: #1f89e5;
}

.hover-gplus:hover {
    background: #db1a1a;
}

.hover-linked:hover {
    background: #1559a7;
}

.alert {
    padding: 12px 25px;
}


/*=============== 8.6 Padding ==================*/

.pd-0 {
    padding: 0;
}

.pd-x-0 {
    padding-right: 0;
    padding-left: 0;
}

.pd-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pd-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pd-t-0 {
    padding-top: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.pd-b-0 {
    padding-bottom: 0;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-t-4 {
    padding-top: 4px;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-t-6 {
    padding-top: 6px;
}

.pd-t-7 {
    padding-top: 7px;
}

.pd-t-8 {
    padding-top: 8px;
}

.pd-t-9 {
    padding-top: 9px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-t-11 {
    padding-top: 11px;
}

.pd-t-12 {
    padding-top: 12px;
}

.pd-t-13 {
    padding-top: 13px;
}

.pd-t-14 {
    padding-top: 14px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-t-16 {
    padding-top: 16px;
}

.pd-t-17 {
    padding-top: 17px;
}

.pd-t-18 {
    padding-top: 18px;
}

.pd-t-19 {
    padding-top: 19px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-t-22 {
    padding-top: 22px;
}

.pd-l-4 {
    padding-left: 4px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-l-6 {
    padding-left: 6px;
}

.pd-l-7 {
    padding-left: 7px;
}

.pd-l-8 {
    padding-left: 8px;
}

.pd-l-9 {
    padding-left: 9px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-l-11 {
    padding-left: 11px;
}

.pd-l-12 {
    padding-left: 12px;
}

.pd-l-13 {
    padding-left: 13px;
}

.pd-l-14 {
    padding-left: 14px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-l-16 {
    padding-left: 16px;
}

.pd-l-17 {
    padding-left: 17px;
}

.pd-l-18 {
    padding-left: 18px;
}

.pd-l-19 {
    padding-left: 19px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-l-22 {
    padding-left: 22px;
}

.pd-b-4 {
    padding-bottom: 4px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-b-6 {
    padding-bottom: 6px;
}

.pd-b-7 {
    padding-bottom: 7px;
}

.pd-b-8 {
    padding-bottom: 8px;
}

.pd-b-9 {
    padding-bottom: 9px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-b-11 {
    padding-bottom: 11px;
}

.pd-b-12 {
    padding-bottom: 12px;
}

.pd-b-13 {
    padding-bottom: 13px;
}

.pd-b-14 {
    padding-bottom: 14px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-b-16 {
    padding-bottom: 16px;
}

.pd-b-17 {
    padding-bottom: 17px;
}

.pd-b-18 {
    padding-bottom: 18px;
}

.pd-b-19 {
    padding-bottom: 19px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-b-22 {
    padding-bottom: 22px;
}

.pd-r-4 {
    padding-right: 4px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-r-6 {
    padding-right: 6px;
}

.pd-r-7 {
    padding-right: 7px;
}

.pd-r-8 {
    padding-right: 8px;
}

.pd-r-9 {
    padding-right: 9px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-r-11 {
    padding-right: 11px;
}

.pd-r-12 {
    padding-right: 12px;
}

.pd-r-13 {
    padding-right: 13px;
}

.pd-r-14 {
    padding-right: 14px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-r-16 {
    padding-right: 16px;
}

.pd-r-17 {
    padding-right: 17px;
}

.pd-r-18 {
    padding-right: 18px;
}

.pd-r-19 {
    padding-right: 19px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-r-22 {
    padding-right: 22px;
}


/*=============== 8.7 Position ==================*/

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-static {
    position: static;
}


/*=============== 8.8 Text ==================*/

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-17 {
    font-size: 17px;
}

.text-18 {
    font-size: 18px;
}

.text-19 {
    font-size: 19px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.text-32 {
    font-size: 32px;
}

.text-34 {
    font-size: 34px;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: 300;
}

.text-light {
    color: #ffffff !important;
}

.text-mute-high {
    color: #9f9f9f;
}

.text-mute-medium {
    color: #a5a5a5;
}

.text-mute-low {
    color: #a8a8a8;
}

.text-dark-high {
    color: #000000;
}

.text-dark-medium {
    color: #111111;
}

.text-dark-normal {
    color: #222222;
}

.text-dark-low {
    color: #444444;
}

.text-blue {
    color: #3f7afc;
}

.text-green {
    color: #3cb878;
}

.text-orange {
    color: #ffa001;
}

.text-red {
    color: #ff0000;
}

.text-magenta {
    color: #8e24aa;
}

.text-dodger-blue {
    color: #2196f3;
}

.text-mauvelous {
    color: #f48fb1;
}

.text-orange-peel {
    color: #ffa000;
}

.text-dark-pastel-green {
    color: #00c853;
}

.text-true-v {
    color: #9575cd;
}

.text-violet-blue {
    color: #a864a8;
}

.text-light-sea-green {
    color: #1cbbb4;
}

.text-martini {
    color: #bcaaa4;
}

.text-yellow {
    color: #fbd540;
}

.text-orange-red {
    color: #ff0000;
}

.navbar {
    display: inline-block;
}

.navbar-collapse {
    flex-basis: 0;
    flex-grow: 0;
}

.dashbtn {
    background: #4C4D52;
    color: white;
    padding: 7px 20px;
    background: #4C4D52;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.38);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}


/* .select2 {
    line-height: 50px;
    color: #b4b4b4;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
} */

.resetbtn {
    background: #FF6363;
    border-radius: 4px;
    color: white;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 16px;
}

.TopHeaderView {
    background: #76A9D9;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 22px;
    font-family: sans-serif, 'inter';
}

.borderAround {
    border: 1px solid #76A9D9;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -7px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.borderAround-1 {
    border: 1px solid black;
    margin: 2px -20px 0 -20px;
    /* padding-left: 20px;
    padding-right: 20px; */
    /* margin-top: -7px; */
    /* padding-top: 17px; */
    /* padding-left: 10px;
    padding-right: 5px;*/
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .header-main-menu .navbar-nav .header-language .navbar-nav-link:after {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        height: auto;
        width: auto;
    }

    .navbar {
        display: flex !important;
        margin-bottom: 10px;
        background-color: white;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }

    .nav-bar-header-one .header-logo {
        padding-top: 23px;
        padding-right: 0;
    }

    .dashboard-content-one {
        margin-top: 0 !important;
    }

    .nav-bar-header-one {
        height: 80px;
    }

    .header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title {
        padding: 10px 13px 0 0;
        text-align: left;
    }
    /* .sidebar-menu-one .sidebar-menu-content {
      top: 86px !important;
  } */
    .header-main-menu {
        padding: 0 32px 0 33px;
    }

    .borderAround {
        margin-top: -7px;
        padding-top: 4px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    .height-auto {
        padding: 15px 12px 10px !important;
    }
}

.textsuccess {
    color: #28A745 !important;
    font-size: 22px !important;
    font-weight: 400;
}

.layoutbtn1 {
    background: #1E5128;
    border-radius: 4px;
    /* height: 48px; */
    justify-content: center;
    align-items: center;
    padding: 7px 21px;
    color: #FFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 14px;
}

.btn-action {
    background: #CC66FF;
    border-radius: 4px;
    /* height: 48px; */
    justify-content: center;
    align-items: center;
    padding: 7px 17px;
    color: #FFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 14px;
}

.btn-action:disabled  {
    background: #DFAFF7;
    border-radius: 4px;
    /* height: 48px; */
    justify-content: center;
    align-items: center;
    padding: 7px 17px;
    color: #FFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    cursor: no-drop !important;
    margin-right: 8px;
    margin-top: 14px;
}

.layoutbtn2 {
    background: #064635;
    border-radius: 4px;
    /* height: 48px; */
    justify-content: center;
    align-items: center;
    padding: 7px 24px;
    color: #FFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    cursor: pointer;
}

.prospectbtn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    min-height: 32px;
    background: #39A6A3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.actionbtn1 {
    background: #2196F3;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 26px;
    margin-top: 0 !important;
    width: 27px;
}

.actionbtn1:disabled {
    background: #80A1BB;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: no-drop !important;
    margin-right: 5px;
    height: 26px;
    margin-top: 0 !important;
    width: 27px;
}
.btn-orange-action {
    background: #F37A21;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 26px;
    margin-top: 0 !important;
    width: 27px;
}
.actionbtn2 {
    background: #343a40 !important;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 26px;
    margin-top: 0 !important;
    width: 27px;
}

.actionbtn2:disabled {
    background: #343a406e !important;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: no-drop !important;
    margin-right: 5px;
    height: 26px;
    margin-top: 0 !important;
    width: 27px;
}

.linkactionbtn {
    background: #2196F3;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    padding: 5px 5px 5px 7px;
}

.linkactionbtn2 {
    background: #343a40;
    border-radius: 3px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    padding: 5px 5px 5px 7px;
}

.actionbtn2 {
    background: #1CBBB4;
    border-radius: 3px;
    color: white;
    text-align: center;
    border: 0;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    width: 27px;
    height: 26px;
    margin-top: 0 !important;
    line-height: 23px;
}

.dactionbtn2 {
    background: #FF0000;
    border-radius: 3px;
    color: white;
    text-align: center;
    border: 0;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    height: 26px;
    width: 27px;
    margin-top: 0 !important;
    line-height: 23px
}
.dactionbtn3 {
    border-radius: 3px;
    color: white;
    text-align: center;
    border: 0;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    height: 26px;
    width: 27px;
    margin-top: 0 !important;
    line-height: 23px
}
.dactionbtn4 {
    border-radius: 3px;
    color: white;
    text-align: center;
    border: 0;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    height: 26px;
    width: 27px;
    margin-top: 0 !important;
    line-height: 23px
}
.dactionbtn5 {
    background-color: #20b329;
    border-radius: 3px;
    color: white;
    text-align: center;
    border: 0;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    height: 26px;
    width: 27px;
    margin-top: 0 !important;
    line-height: 23px
}
.childimg {
    height: 26px;
    width: 26px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.FlagPng {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.MalePng {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border: 2px solid #7A9954;
    border-radius: 2px;
}

.FemalePng {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    border: 2px solid #F47E11;
    border-radius: 2px;
}

.OtherPng {
    height: 30px;
    width: 30px;
    margin-right: 6px;
    border: 2px solid #9747FF;
    border-radius: 2px;
}

.childbtn {
    background: #F4E8E8;
    border: 0.5px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 8px;
}

.jamesdiv {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin: 1rem 0 0.5rem 0;
    padding: 0 1.5rem;
    width: fit-content;
    align-items: center;
}

.tab-content {
    background-color: white;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 9px;
    padding: 2rem;
    margin: 1.25rem 0;
}

    .tab-content .nav-tabs {
        background: #DFD9D9 !important;
        box-sizing: border-box !important;
        border-radius: 8px !important;
        width: fit-content;
        padding: 0px;
        /* margin-top: 15px; */
    }

.note {
    background: #F0F1F3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 90%;
}

.form-check-input {
    border: 0;
}

.PlusIconBtn {
    margin-left: 14px;
    color: white;
    border: none !important;
    cursor: pointer;
    background-color: #8B83BA;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 50px;
}
.PlusIconBtn2 {
    margin-left: 14px;
    color: white;
    border: none !important;
    cursor: pointer;
    background-color: #8B83BA;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 50px;
}
.PlusIconBtn3 {
    margin-left: 14px;
    color: white;
    border: none !important;
    cursor: pointer;
    background-color: #8B83BA;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 50px;
}

.new-added-form .form-group .PlusIconicon {
    font-size: 20px !important;
    right: 20px !important;
    top: 50px; 
    line-height: 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.new-added-form .form-group .PlusIconicon2 {
    font-size: 16 !important;
    right: 20px !important;
    top: 50px;
    line-height: 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dublicatebtn {
    background: #39A408;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 8px 0 0;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}

    .dublicatebtn:hover {
        background: #6842a9;
    }

    .dublicatebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.deletebtn:hover {
    background: #c19029;
}

.deletebtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.deletebtn {
    background: #FFAE01;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}

.btn-login-google-account {
    background: #042954;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}
.btn-login-microsoft-account {
    background: #4c4d52;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}
.btn-login-microsoft-account:hover {
    background: #202023;
}
.btn-login-google-account:hover {
    background: #101e2e;
}
.savebtn-disabled {
    background: #76A9D9;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    border: 0;
    /*cursor: pointer;*/
    margin-top: 14px;
}
.savebtn {
    background: #76A9D9;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}

    .savebtn:hover {
        background: #2d5173;
    }

    .savebtn:focus, .btn-login-google-account:focus, .btn-login-microsoft-account:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.cancelbtn {
    background: #F51616;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}

    .cancelbtn:hover {
        background: #9a2626;
    }

    .cancelbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.tabendbutton {
    justify-content: space-between;
}

.checkvalue {
    margin-right: 8px;
    margin-top: 3px;
    margin-left: 5px;
}

.MainTitle {
    font-weight: 700;
}

.myInnerTabs .nav-link {
    color: rgba(0, 0, 0, 0.795) !important;
    padding: 10px 13px !important;
}

.myInnerTabs .nav-item .active {
    background: #007aff !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 11%) !important;
    color: white !important;
    border: 0 !important;
}

.tab_btn {
    justify-content: space-between;
}

.printbtn {
    background: #FF6363;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}
.btn-calendar {
    background: #4c4d52;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}
.btn-calendar:hover {
    background: #161718;
    cursor: pointer;
}

.swapbtn {
    background: #9575CD;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}
.btn-purple-ligth {
    background: #C2B7D7;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}
.btn-purple-ligth:hover {
    cursor:not-allowed !important;
}
.emailbtn {
    background: #437d6d;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 5px;
}
.emailbtn:hover {
    background-color: #034836;
}
.savebothbtn {
    background: #0b6baa;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}
.savebothbtn:hover {
    background: #063c60;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    cursor: pointer;
}
.selectparentbtn {
    background: #9575CD;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 15px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

.swapbtn:hover {
    background-color: #4c3d67;
}

.selectparentbtn:hover {
    background-color: #4c3d67;
}

.swapbtn:focus, .selectparentbtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.printbtn:hover {
    background: #9a1e1e;
}

.printbtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.innerTab-content {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.8rem 0;
    margin: 0 0;
}


/* -----------Upload Boxes Css Start--------------- */

.UploadBox {
    box-sizing: border-box;
    margin: 0 0 15px 0;
    text-align: center;
    /* border: 1px solid #bbb0b0; */
    display: block;
    border-radius: 10px;
}

.left {
    border-right: 1px solid #eee;
}

.custom-left {
    border-right: 1px solid #eee;
    display: flex;
}

.right {
    padding: 7px 0;
    margin: 0 auto;
}

.custom-right {
    padding: 7px 0;
    margin: 0 auto;
    display: flex;
}

#imagelinkform {
    margin: 30px;
}

    #imagelinkform label {
        display: block;
        margin-bottom: 10px;
    }

    #imagelinkform input {
        width: 60%;
    }

#special-file {
    display: none !important;
}

#CopyOfTheCAS, #CopyOfVISA2, #CopyOfVISA1, #CopyOfTheBRP,
#document-file, #school-contact-hist-file, #agent-contact-hist-file, #school-contact-hist-modal-file,
#agent-contact-hist-modal-file, #document-modal-file {
    display: none !important;
}

#fileinput1 {
    display: none;
}

#fileinput2 {
    display: none;
}

#fileinput3 {
    display: none;
}


#fileinput {
    display: none;
}

#dropzone {
    width: 100%;
    height: 120px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: #F0F1F3;
    border-radius: 6px;
}

    #dropzone:hover {
        cursor: pointer;
    }

    #dropzone p {
        position: relative;
        font-size: 1.5rem;
        max-width: 70%;
        margin: 0 auto;
        top: 40%;
    }

    #dropzone.dragging {
        background: #444;
    }

#gallery {
    /* margin: 0 auto; */
    display: flex;
}

#cleargallery {
    display: block;
    /* margin: 0 auto; */
}

#gallery img {
    display: flex;
    margin: 18px 0;
    margin-right: 10px;
    max-width: 120px;
    max-height: 120px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.TopDetailsHeader {
    background: #76A9D9;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 10px 9px 32px;
    margin: -20px -20px 0 -20px;
    font-family: sans-serif, 'inter';
}

.TopDetailsHeader-1 {
    background: #8B83BA;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px 8px 32px;
    font-family: sans-serif, 'inter';
    width: 100%;
    border: none;
    text-align: start;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.border-black {
    border: 1px solid black !important;
}

.custom-control-label::before {
    width: 2rem;
    height: 2rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1rem;
    display: block;
    width: 1rem;
    height: 2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #FF6363;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-left: 16px;
    padding-top: 1px;
}

.Enquryprintbtn {
    display: flex;
    justify-content: space-between;
}

.Enquryprintbtn1 {
    display: flex;
    justify-content: space-between;
}


/* @media only screen and (min-width: 1120px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: hidden;
    }
} */
.table-responsive-custom {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.MyCheck label {
    margin-right: 0px;
}

    .MyCheck label:before {
        top: -11px;
    }

    .MyCheck label:after {
        top: -10px;
    }

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: inherit !important;
}

.addnewbtn {
    background: #1BB55C;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

    .addnewbtn:hover {
        background: #3a7252;
    }

    .addnewbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Addressesbtn {
    background: #9575CD;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
}

    .Addressesbtn:hover {
        background: #7052a5;
    }

    .Addressesbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.delnkbtn {
    background: #1CBBB4;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 20px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-bottom: 10px;
}

    .delnkbtn:hover {
        background: #3A837F;
    }

    .delnkbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.EnTotalcolor {
    color: #8B9A46;
    font-size: 18px;
    font-weight: 500;
}

.EnFiltercolor {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.linkcbtn {
    background: #1CBBB4;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 12px;
    margin-left: 8px;
}

    .linkcbtn:hover {
        background: #2b5351;
    }

    .linkcbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Searchbtn {
    background: #2196F3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 18px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
}

    .Searchbtn:hover {
        background: #10548b;
        color: white;
    }

    .Searchbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.custom-blue-normal-btn {
    background: #2196F3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 18px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
}

    .custom-blue-normal-btn:hover {
        background: #10548b;
        color: white;
    }

    .custom-blue-normal-btn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.custom-purple-normal-btn {
    background: #967ef7;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 18px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
}

    .custom-purple-normal-btn:hover {
        background: #795dbd;
        color: white;
    }

    .custom-purple-normal-btn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.addnewbtndisplay {
    text-align: end;
}

.ModelDetailsHeader {
    background: #76A9D9;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    padding: 0px 20px;
    /* margin: -21px; */
    margin-bottom: 19px;
}

.close {
    text-shadow: none !important;
    opacity: 1;
    color: white;
}

button:focus {
    outline: 0 !important;
}

.Siblingcolor {
    font-size: 20px;
    font-weight: 600px;
    color: #27273be0;
    font-weight: 700;
}

.info-table td {
    border: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 20%; */
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.Acceptedbtn {
    flex-direction: row;
    padding: 0px 15px;
    background: #CDFFCD;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #007F00;
    border: 0;
    cursor: pointer;
}

.Examformheading {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.popupprintbtn {
    background: #1BB55C;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

    .popupprintbtn:hover {
        background: #29794B;
    }

    .popupprintbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

@media only screen and (max-width: 891px) {
    .Enquryprintbtn {
        display: block !important;
        justify-content: space-between;
    }

    .more3tab {
        display: block !important;
    }

    .new-added-form .form-group {
        position: relative;
        margin-bottom: 1rem !important;
    }

    .heading-layout1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: none;
        margin-bottom: 0.75rem !important;
    }

    .header-search-bar h4 {
        font-size: 18px;
        /* margin-bottom: 15px !important; */
    }

    td {
        text-align: left;
        padding: 5px 20px !important;
        font-family: 'inter', sans-serif;
    }
}

@media only screen and (max-width: 575px) {
    .tab_btn {
        justify-content: space-between;
        display: block !important;
    }

    .tabendbutton {
        justify-content: space-between;
        display: block !important;
        margin-top: 0px !important;
    }

    button {
        font-size: 13px !important;
    }

    .TopHeaderView {
        background: #76A9D9;
        border-radius: 10px 10px 0px 0px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        padding: 9px 22px;
        font-family: sans-serif, 'inter';
    }

    .layoutbtn2 {
        margin-top: 8px !important;
    }
}


/* Child Tab section end */

.TopDetailsHeaderwithbutton {
    background: #76A9D9;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
    padding: 0px 10px 0 33px;
    margin: -20px -20px 0 -20px;
    justify-content: space-between;
}

.copybtn {
    background: #007AFF;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px 11px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .copybtn:hover {
        background: #0d58ab;
    }

    .copybtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.bglightgreen {
    background-color: #9BFA9E !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.bglightyellow {
    background-color: #F0E593 !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.bgdarkyellow {
    background-color: #EEB712 !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.bgred {
    background-color: #FE624C !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.bgyellow {
    background-color: #FEA32B !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.bgverylightyellow {
    background-color: #FFFEE2 !important;
    font-family: 'inter', sans-serif;
    font-weight: 500
}

.form-group .dropdown {
    height: 35px !important;
    width: 25vh !important;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #888888;
    border-radius: 4px;
    border: none;
    /* padding: 0px 0px; */
    /* margin-right: 10px; */
    font-family: 'inter', sans-serif;
}

.form-group .dropdown1 {
    height: 35px !important;
    /* width: 25vh !important; */
    background-color: #f8f8f8;
    font-size: 14px;
    color: #888888;
    border-radius: 4px;
    border: none;
    /* padding: 0px 0px; */
    /* margin-right: 10px; */
    font-family: 'inter', sans-serif;
}

.form-group .dropdown2 {
    /* height: 50px !important; */
    background-color: #f8f8f8;
    font-size: 14px;
    color: #888888;
    border-radius: 4px;
    border: none;
    font-family: 'inter', sans-serif;
}

.ExDuplicatebtn {
    background: #FFA000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-right: 8px;
    margin-top: 14px;
    cursor: pointer;
}
.ExDuplicatebtn-disabled {
    background: #E3940E;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-right: 8px;
    margin-top: 14px;
}
    .ExDuplicatebtn:hover {
        background: #E3940E;
    }

    .ExDuplicatebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.popuptxtcolor {
    color: #F60707;
    font-family: 'inter', sans-serif;
    font-weight: 600
}

table {
    font-family: 'inter', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px 20px;
    font-family: 'inter', sans-serif;
}

tr {
    border: 1px solid #E1E1E1;
}

    tr:nth-child(odd) {
        background-color: #F9F9F9;
    }

thead,
th {
    background-color: white;
}

.largepadding {
    padding-left: 10vh;
}

.Templatesbtn {
    background: #726E6E;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-right: 8px;
    margin-top: 14px;
}

    .Templatesbtn:hover {
        background: #403e3e;
    }

    .Templatesbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.folderfix {
    margin-top: 19px;
    margin-right: 8px;
    font-size: 18px;
    font-family: 'inter', sans-serif;
    margin-bottom: 0px !important;
    color: #000;
    font-weight: 600
}

.Previewbtn {
    background: #051F3E;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-left: 22px;
    margin-right: 8px;
    margin-top: 14px;
}

    .Previewbtn:hover {
        background: #041528;
    }

    .Previewbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Helpbtn {
    background: #006666;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 33px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-right: 25px;
    margin-top: 14px;
}

    .Helpbtn:hover {
        background: #053F3F;
    }

    .Helpbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.dropdown-selection__arrow {
    height: 50px;
    top: 0;
    right: 15px;
}

select.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select.dropdown1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select.dropdown2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select + i.fa {
    top: 11px !important;
    pointer-events: none !important;
    color: black !important;
    right: 15px !important;
    float: right !important;
}

.SenPupilbtn {
    background: #0B1824;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

    .SenPupilbtn:hover {
        background: #182837;
        color:#fff
    }

    .SenPupilbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Assignpupilbtn {
    background: #460E0E;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

    .Assignpupilbtn:hover {
        background: #390B0B;
    }

    .Assignpupilbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Assigngroupbtn {
    background: #79B86F;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 21px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
}

    .Assigngroupbtn:hover {
        background: #6fa566;
    }

    .Assigngroupbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Closepagebtn {
    width: 30px;
    height: 30px;
    background: #FF6363;
    color: white;
    border: none;
    border-radius: 50%;
    margin-top: 0 !important;
    cursor: pointer;
    line-height: 22px;
    padding-right: 6px;
    font-size: 19px !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

    .Closepagebtn:hover {
        background: #9a1e1e;
    }

    .Closepagebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Assignprospectbtn {
    background: #8E6FE7;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Assignprospectbtn:hover {
        background: #7C59E2;
    }

    .Assignprospectbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Assignexambtn {
    background: #BF9393;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Assignexambtn:hover {
        background: #B69595;
    }

    .Assignexambtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

button {
    cursor: pointer !important;
    margin-top: 8px !important
}

.tablebgcolor {
    background-color: #F9F9F9;
}

.tablebgcolor1 {
    background-color: white !important;
}

.Offeredbtn {
    background: #994C00;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Offeredbtn:hover {
        background: #844404;
    }

    .Offeredbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Acceptedtbtn {
    background: #006666;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Acceptedtbtn:hover {
        background: #034B4B;
    }

    .Acceptedtbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Madebtn {
    background: #9B3D3D;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Madebtn:hover {
        background: #883434;
    }

    .Madebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.Declinedbtn {
    background: #99004C;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Declinedbtn:hover {
        background: #850846;
    }

    .Declinedbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.UpdateAwardbtn {
    background: #218F6D;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .UpdateAwardbtn:hover {
        background: #207E61;
    }

    .UpdateAwardbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.ImportDatabtn {
    background: #A4A6A4;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .ImportDatabtn:hover {
        background: #8B928C;
    }

    .ImportDatabtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.browser {
    background-color: #156C92 !important;
    font-size: 16px;
    color: white;
}

.bgColorTable {
    background-color: #8FDC83 !important;
}

input#file-upload-button {
    display: none !important;
    padding: 22px !important;
    background-color: red !important;
}

.StandardHeading {
    color: #042954;
    font-size: 22px;
    font-weight: bold;
    margin-left: 12px;
}

div.ck-editor__editable {
    min-height: 200px;
    background-color: #f0f1f3 !important;
    border: none !important;
    /* margin: 2px; */
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
    flex-wrap: nowrap;
    /* background: white; */
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    border: none !important;
}

.ck.ck-reset_all * {
    box-sizing: border-box;
    width: auto;
    height: auto;
    position: static;
    border: none !important;
}

.ck-voice-label {
    display: none !important;
}

.Previewbtn {
    background: #042954;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .Previewbtn:hover {
        background: #06366F;
    }

    .Previewbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.closebtnicon {
    position: absolute !important;
    top: 26px !important;
    right: 34px !important;
    font-size: 18px !important;
    line-height: 16px !important;
}

.CustomArchivebtn {
    background: #86919C;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}
.CustomDeArchivebtn {
    background: #3366FF;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
    margin-right: 8px;
    cursor: pointer;
}

    .CustomArchivebtn:hover {
        background: #64717C;
    }

    .CustomArchivebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }
.CustomDeArchivebtn:hover {
    background: #00279b;
}

.CustomDeArchivebtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.CustomPagecolor {
    color: #007AFF;
    font-family: 'inter', sans-serif;
    font-weight: 600
}

.centerdItem {
    text-align: center;
}

.OpenFolderbtn {
    background: #726E6E;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 12px 22px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-left: 10px;
    /* margin-top: 14px; */
}

    .OpenFolderbtn:hover {
        background: #403e3e;
    }

    .OpenFolderbtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.copyTemplatebtn {
    background: #DC3545;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 22px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-left: 10px;
    margin-top: 14px;
}

    .copyTemplatebtn:hover {
        background: #C92636;
    }

    .copyTemplatebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.SizeInput {
    height: 100px !important;
}

.copySelectTemplatebtn {
    background: #473C57;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 22px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-left: 10px;
    margin-top: 14px;
}

    .copySelectTemplatebtn:hover {
        background: #3E3150;
    }

    .copySelectTemplatebtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.form-check-1 {
    position: relative;
    padding-left: 0;
}

    .form-check-1 label {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        color: #111111;
        margin-right: 30px;
        padding-top: 4px;
        line-height: 19px;
    }

        .form-check-1 label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 21px;
            height: 21px;
            right: 0;
            top: 5px;
            border: 1px solid #cccccc;
            border-radius: 4px;
            background-color: #fff;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .form-check-1 label:after {
            content: "";
            display: inline-block;
            position: absolute;
            right: 5px;
            top: 7px;
            font-size: 10px;
        }

    .form-check-1 input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 1px;
        left: 12px;
        z-index: 1;
        opacity: 0;
    }

input[type="file" i] {
    padding: 11px 13px !important;
    border: none !important;
    height: 50px !important;
    z-index: 1;
}

.form-check-1 input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
}

.form-check-1 input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

    .form-check-1 input[type="checkbox"]:disabled + label:before {
        background-color: #eeeeee;
        cursor: not-allowed;
    }

.form-check-1 label::before {
    border-radius: 4px;
}

.form-check-1 input[type="checkbox"]:checked + label:before {
    background-color: #0e5ebb;
    border-color: #0e5ebb;
}

.form-check-1 input[type="checkbox"]:checked + label:after {
    color: white;
}

.TopDetailsHeader-1[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-options .show-hide {
    display: none;
}

/* element.style {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.btn-group > .btn:first-child {
    margin-left: 0;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    height: 50px;
}

.multiselect-selected-text {
    font-size: 14px;
    color: #111111;
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px;
    margin: 0.125rem 0 0;
    font-size: 16px;
    color: #888888;
    text-align: left;
    list-style: none;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.field-validation-error-custom {
    border: 2px solid #ff7a7a !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.checkbox-sm {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}

.checkbox-sm-disable {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}

.radiobox-sm {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}

.print-table-header {
    background: #76A9D9;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif, 'inter';
}

.bg-4 {
    background-color: #a9a9a9 !important;
}

.border-none {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

select {
    color: #000000 !important;
}

.nav-item a.nav-link {
    cursor: pointer;
}

/*.buttonload {
    background-color: #04AA6D;*/ /* Green background */
/*border: none;*/ /* Remove borders */
/*color: white;*/ /* White text */
/*padding: 12px 24px;*/ /* Some padding */
/*font-size: 16px;*/ /* Set a font-size */
/*}*/

/* Add a right margin to each icon */
.buttonload .fa {
    margin-left: -12px;
    margin-right: 8px;
}

#loader {
    position: fixed;
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.dz-preview .dz-image img {
    width: 8em;
}
#stbPassportAndVisa div.dz-preview .dz-image img {
    width: 150px;
    max-height: 170px;
}


.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.dropdown-toggle {
    height: 50px !important;
}

.dropdown-toggle {
    width: 100% !important;
}

.m-w300 {
    max-width: 300px;
}

.m-w150 {
    max-width: 150px;
}

.w200 {
    width: 200px
}

.w150 {
    width: 150px
}
/*---------------*/
.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden;
}



.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone th, .clone td {
        visibility: hidden
    }

    .clone tbody th {
        visibility: visible;
        color: red;
    }

    .clone .fixed-side {
        visibility: visible;
    }

.table-fix {
    table-layout: fixed;
}

.t-wrap {
    word-wrap: break-word;
}


.rotate90 {
    -ms-transform: rotate(-90deg) translate(5px,5px);
    -webkit-transform: rotate(-90deg) translate(5px,5px);
    transform: rotate(-90deg) translate(3px,5px);
}

.TopHeaderView {
    cursor: pointer !important;
}

label {
    /*font-style: italic;
    font-weight: bold;*/
    font-size: 1.1em;
}
input {
    font-size: 1.2em;
}

::placeholder {
    color: #f5deb3;
}

table {
    overflow: visible !important;
}

thead {
    display: table-header-group
}

tfoot {
    display: table-row-group
}

tr {
    page-break-inside: avoid
}

.select-editable {
    position: relative;
    background-color: white;
    border: solid grey 1px;
    width: 120px;
    height: 18px;
}

.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    border: none;
    width: 120px;
    margin: 0;
}

.select-editable input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    padding: 1px;
    font-size: 12px;
    border: none;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none;
}

.min-h200 {
    min-height: 200px;
}
table td, table th {
    font-size: 14px !important;
}

.square {
    height: 15px;
    width: 15px;
    border-radius: 2px;
}

.chk-port {
    min-width: 125px;
    margin-right: 15px;
}

.drop-zone-form .dz-success-mark,
.drop-zone-form .dz-error-mark {
    display: none;
}

.dz-image-preview {
    padding: 5px;
    border: solid #292d30 1px;
    margin: 5px;
    box-shadow: 7px 6px 9px 0px rgba(0, 0, 0, 0.53);
    border-radius: 5px;
}

.highlight {
    background-color: #cac8ed !important;
}
.out-highlight2 {
    border: 1px solid #9493a3 !important;
}

.text-gray {
    color: #808079 !important;
}
.text-black {
    color: #000 !important;
}

.h-40px {
    height: 40px !important;
}

.child-profile {
    width: 10em;
    height: 6em;
    margin-top: -3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6c8c8;
    border-radius: 20px;
}

.child-profile:hover {
    cursor: pointer;
}

.profile-img {
    width: 7em;
    height: 5em;
    border-radius: 15px;
    object-fit: contain;
}
.profile-img-print {
    width: 5em;
    height: 4em;
    border-radius: 5px;
    object-fit: contain;
}

#ctxmenu {
    position: fixed;
    background: ghostwhite;
    color: black;
    cursor: pointer;
    border: 1px #b2aeae solid;
    border-radius: 5px
}

#ctxmenu > p {
    padding: 5px;
    margin: 0
}

#ctxmenu > p:hover {
    background: #1081c1;
    color: ghostwhite
}
.dataTables_scrollHead .dataTables_scrollHeadInner {
    margin: auto !important;
    width: 100% !important;
}
.table-striped.table-bordered {
    width: 100% !important;
}

.DTFC_LeftBodyLiner tbody tr.odd {
    background-color: #F9F9F9 !important
}
.DTFC_LeftBodyLiner tbody tr.even {
    background-color: #FFF !important
}

.email-preview-file {
   /* background-image: url('../img/attachment.png') !important;*/
    background-color: #d6d6d6;
    background-repeat: no-repeat, no-repeat;
    cursor: pointer;
    border-radius: 10px
}

.invoice-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    padding: 0 !important; /* override inline padding-right added from js */
    width: 90vw !important;
    height: 90vh !important;
    outline: 0;
    margin-left: 5vw !important;
    margin-right: 5vw !important;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.invoice-view-modal .modal-dialog-scrollable { /* add this if you want to use modal-dialog-scrollable */
    max-height: none !important;
}

.invoice-view-modal .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem) !important;
}

.invoice-view-modal .modal-dialog.modal-xl {
    max-width: 100vw !important;
    margin: 0;
}

.invoice-view-modal .modal-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    border-radius: 0;
}

.modal .invoice-view-modal .modal-content .modal-header .close {
    font-size: 28px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff6363;
    line-height: 10px;
    padding-left: 7.3px;
    margin-top: 0 !important;
    margin-bottom: 0px;
}

.d-none-important {
    display: none !important;
}
/*.table-striped tbody td {
    word-break: break-word;
}*/

.border-right {
    border-right: 1px solid #a39f9f !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 90% !important;
}
.border-right-sm {
    border-right: 1px solid #a39f9f !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 83% !important;
}

.gc-calendar table.calendar td {
    height: 120px !important
}
style {
    max-width: 200px;
    white-space: break-spaces;
}
.w-auto-custom {
    min-width: 27px;
    width: auto !important
}

.cloud-path tbody tr:hover {
    background-color: #d9e1e1 !important;
}

.bg-warning-custom {
   background-color:  #d18700 !important;
}

.bg-light-purple-custom {
    background-color: #eac0f0 !important;
}

.bg-so-dark-purple-custom {
    background-color: #45024f !important;
}

.bg-dark-purple-custom {
    background-color: #810d91 !important;
}

.bg-light-red-custom {
    background-color: #f55151 !important;
}

.bg-dark-red-custom {
    background-color: #ba2323 !important;
}

@font-face {
    font-family: "Gill Sans";
    src: local("Gill Sans"), url('../../fonts/Gill-Sans-Font-Family/Gill Sans.ttf') format("opentype");
}

table.search th[aria-sort="descending"] span::after {
    content: "▼";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}

table.search th[aria-sort="ascending"] span::after {
    content: "▲";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}
table.search th.th-col{
    cursor:pointer !important;
}

.border-top-left-label {
    position: absolute;
    top: -10px;
    left: 20;
    background-color: white;
    padding: 0 10px;
}


.updatebtn {
    background: #1e5128;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 23px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    border: 0;
    cursor: pointer;
    margin-top: 14px;
}

    .updatebtn:hover {
        background: #153c1d;
    }


.custom-dark-btn {
    background: #4c4d52;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 24px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    margin-top: 14px;
}

.custom-dark-btn:hover {
    background: #161718;
    cursor: pointer;
}

.custom-dark-btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.vertical-align-top {
    vertical-align: top;
}

.combine-dropdown {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 40px !important;
}

#noCss tr:nth-child(even) {
    background-color: transparent !important; 
}

.h-35px {
    height: 35px !important;
}

.show-3-line {
    cursor:pointer;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}