@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/segoeui.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    line-height: 1.7;
    text-align: left;
    color: #1a1a1a;
    font-size: 16px;
    overflow: initial;
    background: #fbfbfb;

}

.body_wrapper {
    display: block;
    overflow-x: hidden;
    min-height: 100vh;
}

a {
    display: inline-block;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    cursor: pointer;
    outline: none;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -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;
}

a:hover {
    color: #6f85d1;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #DCEFE6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #3C96DA;
    */
    background-color: #498fa9;
    /* background-image: linear-gradient(to bottom, #C236AC, #3C96DA);
    -webkit-background-image: linear-gradient(to bottom, #C236AC, #3C96DA);
    -moz-background-image: linear-gradient(to bottom, #C236AC, #3C96DA);
    -ms-background-image: linear-gradient(to bottom, #C236AC, #3C96DA);
    -o-background-image: linear-gradient(to bottom, #C236AC, #3C96DA); */
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #39758c;
    /* background-image: linear-gradient(to top, #C236AC, #3C96DA);
    -webkit-background-image: linear-gradient(to top, #C236AC, #3C96DA);
    -moz-background-image: linear-gradient(to top, #C236AC, #3C96DA);
    -ms-background-image: linear-gradient(to top, #C236AC, #3C96DA);
    -o-background-image: linear-gradient(to top, #C236AC, #3C96DA); */
}



.main-color {
    color: #1b4859 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn:focus,
button:focus {
    box-shadow: none !important;
    outline: none;
}

/* content  */
.content {
    padding: 0;
    min-height: 100vh;
    height: 100%;
    /* width: calc(100% - 80px); */
    width: 100%;
    margin-left: auto;
    position: relative;
}

/* .content-full{
    width: 100%
} */

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #498fa9;
    /* background-image: linear-gradient(to left, #3C96DA, #C236AC);
    -webkit-background-image: linear-gradient(to left, #3C96DA, #C236AC);
    -moz-background-image: linear-gradient(to left, #3C96DA, #C236AC);
    -ms-background-image: linear-gradient(to left, #3C96DA, #C236AC);
    -o-background-image: linear-gradient(to left, #3C96DA, #C236AC); */
}

.reminders_block_bg::-webkit-scrollbar,
.class_descp .nav-tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.lessonPlanFormTbl td {
    vertical-align: middle;
}

.lessonPlanFormTbl p {
    margin-bottom: 0;
}

/* navbar user settings */
nav {
    background-color: #0c1f56;
    box-shadow: 0px 2px 15px rgba(2, 2, 2, 0.15);
    color: #fff;
    width: 100%;
    z-index: 60;
    top: 0;
    position: relative;

}

nav h1 {
    margin-left: 30px;
    margin-bottom: 0;

}

.navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    display: block;
    height: 100%;
    font-size: 1rem;
}

.setting-list {
    justify-content: flex-end;
    padding: 0;
}

.setting-list li {
    position: relative;
    padding: 10px
}

.menu-dropdown {
    position: absolute;
    z-index: 30;
    min-width: 180px;
    top: 4.4rem;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.menu-dropdown div {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.menu-dropdown ul {
    z-index: 9;
    position: relative;

}

.menu-dropdown li {
    border-bottom: 1px solid rgba(175, 176, 177, 0.4);
    z-index: 11;
    color: #707070;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

.menu-dropdown li:last-child {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

.menu-dropdown li a {
    display: block;
    padding: 13px 8px;
}

.menu-dropdown::before {
    content: "";
    position: absolute;
    right: 55px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.profile a {
    display: block;
    height: 100%;
}

.profile .media {
    align-items: center;
}

.profile li {
    padding: 0 !important;
}

.profile li a {
    color: #bbb;
}

.profile img {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.profile .menu-dropdown li:first-child a {
    color: #9d50b8;
}

.profile .menu-dropdown {
    right: 0;
}

.profile .menu-dropdown li img {
    width: 22px;
    height: 22px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.profile ul {
    padding: 0 14px;
    width: 220px;
}

.notification .menu-dropdown {
    right: -15px;
    top: 3.4rem;
    width: 320px;
    padding: 10px 0;
    padding-top: 0;
}

.notification .menu-dropdown ul {
    max-height: 350px;
    overflow-y: scroll;
}

.notification .menu-dropdown li {
    padding: 10px 15px
}

.notification .menu-dropdown li p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px
}

.notification .menu-dropdown::before {
    right: 30px;
}

.notification .badge {
    position: absolute;
    font-size: 9px;
    font-weight: normal;
    right: 3px;
    top: 10px;
    padding: 4px;
    color: #fff;
    background-color: #9d50b8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.notification img {
    width: 22px;
}

.notification .time {
    font-size: 12px;
    color: #9E9E9E;
}

/* Content */
/* Tech_block */
.teach_content {
    padding: 30px 20px;
}

.welcome_blk {
    color: #fff;
    margin-top: 65px;
    /* padding: 40px; */
    /* background-image: linear-gradient(to left ,#C236AC, #3C96DA);
    -webkit-background-image: linear-gradient(to left ,#C236AC, #3C96DA);
    -moz-background-image: linear-gradient(to left ,#C236AC, #3C96DA);
    -ms-background-image: linear-gradient(to left ,#C236AC, #3C96DA);
    -o-background-image: linear-gradient(to left ,#C236AC, #3C96DA); */
    background: url("../images/background.png") no-repeat right;
    background-size: 100% 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* background-image: linear-gradient(to right, #549fbb , #1a4758); */
}

.wel_descp {
    padding: 40px 35px;
}

.bag-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.bag-img img {
    position: absolute;
    width: auto;
    height: 20vw;
    bottom: 0;
    right: 0;
    z-index: 50;
}

.card.calender-card {
    border: none;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(175, 176, 177, 0.2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.calender-card .card-header {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    /* justify-content: space-between; */
}

.calender-card .card-header .btn-group .btn {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #3C96DA;
    /* color: #42849c; */
    padding: 4px 18px;
    line-height: 0;
    font-size: 24px;

}

.calender-card .card-header .btn-group .btn:focus {
    border-color: #3C96DA;
    background-color: rgba(62, 151, 218, 0.7);
    color: #fff;
}

.calender-card .card-header .btn-group>.btn-group:not(:first-child)>.btn,
.calender-card .card-header .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.calender-card .card-header .btn-group>.btn-group:not(:last-child)>.btn,
.calender-card .card-header .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.calender-card .card-header .btn-lightblue {
    background-color: #3C96DA;
    /* background-color: #42849c; */
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 4px 25px;
    margin: 0 10px;
}

.calender-card .card-header .title {
    margin: 0;
}

.tool-blk {
    flex: 0 0 45%;
}

.calender-card .card-body {
    padding: 0;
}

.calender-card .card-body .table-responsive {
    overflow-x: auto;
}

.calender-card .card-body .table {
    margin: 0;
    border: none;
    /* overflow: auto; */
    white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.calender-card .card-body .table-bordered td,
.calender-card .card-body .table-bordered th {
    border-color: #c0c1c1;
}

/* .calender-card .card-body .table thead th, */
.calender-card .card-body .table thead th:not(:first-child) {
    border-bottom: none;
    width: calc((100%) / 5);
    min-width: 150px;
}

.calender-card .card-body .table tbody td {
    border-top: none;
}

.calender-card .card-body .table th {
    background-color: #f8f9fc;
    color: #989aa6;
    border-top: none;
    font-weight: 600;
}

.calender-card .card-body .table th:first-child,
.calender-card .card-body .table thead th,
.calender-card .card-body .table tbody td {
    border-left: none;
}

.calender-card .card-body .table tbody tr:last-child th,
.calender-card .card-body .table tbody tr:last-child td {
    border-bottom: none;
}

.calender-card .card-body .table thead th:first-child {
    border: none;
}

.calender-card .card-body .table th:last-child,
.calender-card .card-body .table tbody th,
.calender-card .card-body .table-bordered td:last-child {
    border-right: none;
}

.calender-card .card-body .table tbody th,
.calender-card .card-body .table tbody td {
    min-height: 100px;
    height: 90px;
    vertical-align: middle;
}

.calender-card .card-body .table tbody td {
    padding: 0;
}

.calender-card .card-body .table tbody th,
.calender-card .card-body .table thead th:first-child {
    width: 125px;
    white-space: nowrap;
}

.calender-card .card-body .table tbody a {
    display: block;
    height: auto;
    width: 100%;
}

.calender-card .card-body .table tbody .note {
    position: relative;
    height: 100%;
    padding: 5px;
    min-height: 100px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    font-weight: 500;
}

.calender-card .card-body .table tbody .red_note {
    background-color: #fad5d1;
    border-color: #e74a3b;
    color: #e74a3b;
}

.calender-card .card-body .table tbody .blue_note {
    background-color: #c1e4fe;
    border-color: #0087ee;
    color: #0087ee;
}

.calender-card .card-body .table tbody .purple_note {
    background-color: #f5def2;
    border-color: #c236ac;
    color: #c236ac;
    /* background-color: #bbd4dc;
    border-color: #42849c !important;
    color: #2d6479; */
}

/* .calender-card .card-body .table tbody a:last-child .note{
    border-bottom: 0;
} */
/* Reminder Block */
.reminders {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100%;

}

.reminders_block_bg {
    background-color: #5584d1;
    /* background-color: #42849c; */
    padding: 20px 25px;
    height: 100vh;
    min-height: 100%;
    z-index: 10;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    color: #fff;
    top: 0;
    direction: rtl;
}

.reminders_block_bg div {
    direction: ltr;
}


.reminders_block_bg .blk_header {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    padding-bottom: 15px;

}

.reminders_block_bg .blk_header a {
    color: #fff;
}

/* .reminders_block_bg .blk_header a:hover {
    color: #9d50b8;
} */

.reminder_item {
    background-color: #4c76bb;
    /* background-color: rgb(0, 0, 0, 0.1); */
    border-left: 3px solid #c137ac;
    padding: 5px 10px;
    margin: 15px 0;
    margin-top: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1) inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* border-color: #20c9a6!important; */
}

.reminder_item h6 {
    margin: 10px 0;
}

.reminder_item p {
    margin-bottom: 0;
    font-size: 13px;
}

.reminder_item .dates .badge {
    color: #3C96DA;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.reminder_btn {
    display: none;
    padding: 0;
}

.reminder_btn img {
    width: 40px;
}

/* Class Screen */
.class_descp {
    padding: 40px 0;
    min-height: 100vh;

}

.breadcrumbs-title {
    color: #0c1f56;
    /* margin: 10px 0; */
    margin-bottom: 35px;
}

.class_descp .nav-tabs {
    border-bottom: 0;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;

}

.class_descp .nav-tabs .nav-link {
    background-color: #f5f6f9;
    color: #989aa6;
    border-color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    padding: .7rem 2rem;
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

.class_descp .nav-tabs .nav-link:hover,
.class_descp .nav-tabs .nav-link:hover::after {
    background-color: #f0d4ea;
    color: #fff;
}

.class_descp .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 90%;
    bottom: -1px;
    width: 20px;
    height: 46px;
    background-color: #f5f6f9;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
    border-radius: 0 5px 0px 0px;
    -webkit-border-radius: 0 5px 0px 0px;
    -moz-border-radius: 0 5px 0px 0px;
    -ms-border-radius: 0 5px 0px 0px;
    -o-border-radius: 0 5px 0px 0px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.class_descp .nav-tabs .nav-item.show .nav-link::after,
.class_descp .nav-tabs .nav-link.active::after {
    /* border-bottom: 45px solid #fff; */
    background-color: #fff;
    box-shadow: 1px 7px 3px rgba(255, 255, 255, 1), 3px 3px 3px rgba(0, 0, 0, 0.07);

}


.class_descp .nav-tabs li a {
    position: relative;
    z-index: 3;
}

.class_descp .nav-tabs .nav-item.show .nav-link,
.class_descp .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #0c1f56;
    border-color: transparent;
    z-index: 6;
    box-shadow: 0px 10px 4px rgba(255, 255, 255, 1), 0 -0.3px 9px rgba(0, 0, 0, .1);
}

.class_descp .tab-content {
    padding: 10px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.class_descp .tab-content>.active {
    position: relative;
    z-index: 40;
}

.class_schedule_table table {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.class_schedule_table,
.class_schedule_table th,
.class_schedule_table td {
    border: none;
    color: #858796;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}

.class_schedule_table tbody tr:last-child th,
.class_schedule_table tbody tr:last-child td {
    border-bottom: 0;
}

.class_schedule_table thead th {
    background-color: #f8f9fc;
    color: #858796;
    font-weight: 600;
    text-transform: capitalize;
}

.class_schedule_table th:first-child {
    border-right: 1px solid #e2e4e8;
    width: 120px;
}

.class_schedule_table thead th,
.class_schedule_table th,
.class_schedule_table td {
    border-bottom: 1px solid #e2e4e8;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #498fa9!important;
    background-color: #498fa9!important;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    width: 1rem;
    height: 1rem;
    border: 1px solid #868897;
    box-shadow: 0 0 0px 0.3px #868897;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-size: 15px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.class_schedule_table .custom-control-input:checked~.custom-control-label::before {
    background-color: #498fa9;
    border-color: #498fa9;
    box-shadow: 0 0 0px 0.5px #498fa9;
}

.class_schedule_table .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #498fa9;
}

.class_schedule_table .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: rgba(73, 143, 169, 0.3);
    border-color: rgba(73, 143, 169, 0.3);
}

.custom-control-label::after {
    width: 1rem;
    height: 1rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url("../images/check.png") no-repeat center;
}

/* Responsive */
@media only screen and (max-width: 991.9px) {
    .wel_descp {
        padding: 10px;
        padding-right: 30px;
    }

    .wel_descp h1 {
        font-size: 2rem;
    }

    .bag-img img {
        height: 16vw;
    }

    .tool-blk {
        flex: 0 0 50%;
    }

    .title {
        flex: 0 0 50%
    }

    .title h4 {
        font-size: 1.3rem;
    }

    .reminders_block_bg {
        padding: 20px 10px;
    }

    .calender-card .card-header .btn-lightblue {
        margin: 5px;
    }

    .calender-card .card-header {
        padding: .75rem
    }
}

@media only screen and (max-width: 767.9px) {
    .reminder_btn {
        display: block;
        position: fixed;
        background-color: #0c1f56;
        z-index: 200;
        border: 4px solid rgba(12, 31, 86, 0.1);
        color: #fff;
        right: 0;
        top: 150px;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
    }

    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;

    }

    .reminders_block_bg {
        width: 0;
        display: none;
    }

    .reminders {
        height: auto;
    }

    .reminders_block_bg.m-open {
        width: 100%;
        display: initial;
        height: 100vh;
        min-height: 100%;
        position: fixed;
        z-index: 20;
        top: 80px;
    }

    .teach_content.no-scroll {
        height: 0;
        overflow: hidden;

    }

    .reminders.m-open {
        height: 100vh;
        min-height: 100%;
    }

    .teach_content {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575.9px) {
    .setting-list {
        padding: 0.5rem 0;
    }

    .profile ul {
        width: auto;
    }

    .content {
        width: 100%;
    }

    .profile .menu-dropdown {
        left: -20px;
    }

    .notification .menu-dropdown {
        right: -167px;
        width: 300px;
    }

    .notification .menu-dropdown::before {
        right: 176px;
    }

    .bag-img img {
        height: 22vw;
    }

    .calender-card .card-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tool-blk {
        flex: 0 0 100%;
        order: 2;
        text-align: center;
    }

    .title {
        flex: 0 0 100%;
        order: 1;
        text-align: center;
    }

    .class_descp .nav-tabs .nav-link {
        padding: .7rem 1.3rem;
    }

    nav h1 {
        margin: 0;
    }

    nav h1 .navbar-brand {
        margin: 0;
    }

    .setting-list li {
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 350px) {
    .setting-list li {
        padding: 10px 5px;
    }

    .notification .badge {
        right: 0;
    }

}


/*New*/
body {
    font-family: 'Tajawal', sans-serif;
}

/* Header */
.lang-blk .btn {
    font-size: .9rem;
    font-weight: bold;
    border-color: #ccc;
    border-radius: 0;
    border-width: 0;
    line-height: 1.7rem;
}

.lang-blk .btn i {
    position: relative;
    top: 3px;
}

.topbar .dropdown .user-dropdown {
    overflow: hidden;
}

/* Titels */
.card.shadow>.card-header {
    align-items: center;
}

.card.shadow>.card-header>h6 {
    font-size: 1.5rem;
}

/* Text */
.text-sm {
    font-size: .8rem;
}

/* Tables */
.table-actions {
    display: flex;
}

.table-actions>* {
    margin: 0 .2rem;
}

.table-actions>button,
.table-actions>a {
    min-width: 60px;
}

.table-actions.table-actions-lg>button,
.table-actions.table-actions-lg>a {
    min-width: 120px;
}

.table-actions>.export-btn {
    min-width: unset !important;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #1a4758;
    border-color: rgba(255, 255, 255, 0.3);
}

.table-actions .btn-sm,
.table-actions .btn-group-sm>.btn {
    padding: 0.25rem 0.2rem;
    font-size: 0.75rem;
}

/* Forms */
.check-perm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 2px solid #4e73df;
    border-radius: 3px;
    color: #fff;
    background: #fff;
}

.check-perm.remove-perm {
    background: #4e73df;
}

.export-btn img {
    border-radius: 3px;
    max-width: 30px;
    padding: .25rem;
    background: #327044;
    border: 1px solid #327044;
}


.export-btn {
    opacity: 1;
    margin: 0 .5rem;
}

.export-btn:hover {
    opacity: 0.8;
}

.d-flex.justify-content-end .btn-warning.d-block {
    width: 100%;
}

@media print {
    .table {
        border-spacing: 1rem !important;
        border-collapse: separate !important;
        border: 0 !important;
    }
}