@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');

.multi__select .multiselect-container {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.multi__select {
    display: flex;
    align-items: center;
}

.multi__select label {
    margin-right: 10px;
}

.multi__select .caret {
    display: none;
}

.multi__select .btn-group {
    width: 90%;
}

.multi__select .multiselect-selected-text {
    float: left;
}

.dropdown-toggle::after {
    margin-top: 8px;
    float: right;
}

.btn-default {
    width: 100%;
}

.select_dropdown__control .btn-group .btn {
    text-align: left;
}

.select_dropdown__control .btn-group .btn .caret {
    position: absolute;
    right: 10px;
    top: 15px;
}

.select_dropdown__control .btn-group .multiselect {
    width: 353px;
}

.select_dropdown__control .btn-group .dropdown-menu {
    width: 353px;
}

.exampleModal_one .modal-header {
    background-color: #972928;
    border-top-left-radius: 2.3rem;
    border-top-right-radius: 2.3rem;
    justify-content: center;
}

.exampleModal_one .block__card {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.exampleModal_one .block__card>p {
    margin-bottom: 0px;
    line-height: normal;
}

.exampleModal_one .block__card .size {
    font-size: 16px;
    font-weight: bold;
}

.exampleModal_one .modal-content {
    border-radius: 3.3rem 3.3rem 2.3rem 2.3rem;
}

.exampleModal_one .modal-footer {
    justify-content: center;
    background-color: #972928;
    border-radius: 0px 0px 2.3rem 2.3rem;
    padding: 0.5rem 3rem;
}

.exampleModal_one .modal-footer p {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.signature__user {
    position: absolute;
    bottom: 0px;
}

.exampleModal_one .modal-title {
    background-color: #fff;
    max-width: 130px;
    padding: 5px;
}

.exampleModal_one .modal-title img {
    max-width: 100%;
}

.exampleModal_one .profile__use {
    width: 100%;
    height: 100%;
    display: table;
}

.exampleModal_one .profile__use div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.exampleModal_one .profile__use img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.exampleModal_one .signature__user img {
    max-width: 75%;
}

.exampleModal_one .modal-header .close {
    position: absolute;
    right: -9px;
    top: 50px;
    border-radius: 2px;
    padding: 0px;
    line-height: 0px;
    width: 23px;
    height: 23px;
    opacity: 1;
    background-color: #fff
}

.exampleModal_one .modal-header .close span {
    line-height: 6px;
    font-size: 22px;
}

.form-control.error {
    color: #333 !important;
}

.tbl_text label.error {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.select__multiCehck .multiselect-selected-text {
    width: 324px;
    float: left;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

* {
    padding: 0;
    margin: 0;
    /*font-family: 'Rancho', cursive;*/
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.values
{
    width: 20%;
    font-size: 21px;
    text-align: center;
    background: #ff8b01;
    color: red;
    border-radius: 5px;
}


::-webkit-scrollbar {
    width: 6px;

}

::-moz-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #1e2d56;
    border-radius: 10px;

}

.menu-section-student::-webkit-scrollbar {
    width: 3px;
}

.menu-section-student::-moz-scrollbar {
    width: 3px;
}

.menu-section-student::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu-section-student::-webkit-scrollbar-thumb {
    background-color: #1e2d56;
    border-radius: 10px;
}

.menu-section::-webkit-scrollbar {
    width: 3px;
}

.menu-section::-moz-scrollbar {
    width: 3px;
}

.menu-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu-section::-webkit-scrollbar-thumb {
    background-color: #1e2d56;
    border-radius: 10px;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.kinds_select [type="radio"]:checked,
.kinds_select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.kinds_select [type="radio"]:checked+label,
.kinds_select [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.kinds_select [type="radio"]:checked+label:before,
.kinds_select [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.kinds_select [type="radio"]:checked+label:after,
.kinds_select [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fbb030;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.kinds_select [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.kinds_select [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* result paGE Css*/
.qstatus img {
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(.3);

    }
}

.new_border {
    float: left;
    width: 100%;
    border: 1px solid #00000012;
    background-color: #06a797;
    margin-bottom: 10px;
    border-radius: 5px 5px 0px 0px;
}

.new_border P {
    background-color: inherit !important;
    border: inherit !important;
    margin-bottom: 0px !important;
    position: relative;
    color: #fff;
}

.new_border h2 {
    margin-bottom: 0px;
}

.answerbox {
    border: 1px solid #06a797;
    float: left;
    width: 100%;
    margin-top: -10px;
    padding-top: 8px;
    box-shadow: 2px 3px 4px 0px #00000045;
    border-radius: 0px 0px 5px 5px;
}

.qstatus {
    font-size: 20px;
    font-family: 'Rancho', cursive;
}

.checkanswer {
    padding-left: 10px;
}

span.qstatus span {}

.img-shap {
    text-align: center;
    background-color: #e8e8e8;
    min-width: 169px;
    display: table;
    line-height: 37px;
    margin-top: 16px;
    float: right;
    border-radius: 5px 0px 5px 0px;
}


label.check1 {
    border: 1px solid #dad9d9;
    width: 100%;
    max-width: 546px;
    padding: 8px;
}

/* result END Css*/

.title_girl img {
    width: 100%;
}

.title_girl {
    position: absolute;
    left: 160px;
    max-width: 190px;
    top: 85px;
}

.title_girl img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.title_girl img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.title_child img {
    width: 100%;
}

.title_child {
    position: absolute;
    right: 100px;
    max-width: 190px;
    bottom: 100px;
}

.title_child img.vert-move2 {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

.title_child img.vert-move2 {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

@-webkit-keyframes mover1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateY(-50px);
    }
}

@keyframes mover1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateY(-100px);
    }
}


/* .Teacher-icon1 {
    position: absolute;
    left: 380px;
    bottom: 20px;
} */
.Teacher-icon1 {
    position: absolute;
    left: 385px;
    bottom: 122px;
}

.Teacher-icon1 img {
    max-width: 70%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-duration: 0.9s;
    animation-delay: 1s;

}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


/* .Teacher-icon2 {
    position: absolute;
    right: 20px;
    bottom: 50%;
} */
.Teacher-icon2 {
    position: absolute;
    right: 20px;
    bottom: 238px;
}

.Teacher-icon2 img {
    max-width: 60%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-duration: 0.7s;
    animation-delay: 2s;

}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


.admission_txt {
    margin-left: 50px;
}

.student__heading__table {
    border: solid 0px #bfac19;
    border-radius: 10px;
    background-color: hsl(0deg 0% 100% / 53%);
    padding: 5px 15px;
    box-shadow: 2px 2px 2px rgb(51 51 51 / 23%);
    margin-bottom: 10px;
    color: #444;
}

.joinClassBTN {
    text-align: center;
    background-color: #656565;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 10px;
    border: solid 1px #515151;
    color: #fff;
    text-shadow: 0px 0px 0px #3333;
    font-size: 14px;
}

.joinClassBTN:hover {
    color: #fff;
    text-decoration: none;
    background-color: #37c078;
    border-color: #34b672;
}

.Teacher-icon3 img {
    width: 80%;
}

/* .Teacher-icon3 {
    position: absolute;
    left: 140px;
    top: 85px;
} */
.Teacher-icon3 {
    position: absolute;
    left: 140px;
    top: 238px;
}

.Teacher-icon3 img {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


.Teacher-icon4 img {
    width: 80%;
}

.Teacher-icon4 {
    position: absolute;
    right: 80px;
    top: 50px;
}

.Teacher-icon4 img {
    -webkit-animation: mover4 5s infinite alternate;
    animation: mover4 5s infinite alternate;
}

@-webkit-keyframes mover4 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-80px);
    }
}

@keyframes mover4 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-80px);
    }
}


.balloons img {
    width: 100%;

}

.balloons {
    position: absolute;
    right: 195px;
    max-width: 70px;
    top: 230px;
    animation: mymove 2s infinite;
}

@keyframes mymove {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-150px);
    }

}


.title_bike {
    position: absolute;
    left: 450px;
    bottom: 135px;
    animation: bike 5s infinite;
}

.title_bike .bike1 {
    max-width: 100%;
    display: block;
}

.title_bike .bike2 {
    max-width: 100%;
    position: absolute;
    left: -12px;
    top: 58px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.title_bike .bike3 {
    max-width: 100%;
    position: absolute;
    right: 1px;
    top: 58px;
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
}


@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.teachter-boys img {
    width: 100%;

}

.teachter-boys {
    position: absolute;
    right: 195px;
    max-width: 143px;
    top: 230px;
    animation: teachter-boys 2s infinite;
}

@keyframes teachter-boys {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-150px);
    }
}


.teachter-girls img {
    width: 100%;

}

.teachter-girls {
    position: absolute;
    right: 0px;
    max-width: 143px;
    top: 230px;
    animation: teachter-girls 7s forwards;
    animation-duration: 0.7s;
    animation-delay: 2s;

}

@keyframes teachter-girls {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(112px);

    }
}


.teachter-boys img {
    width: 100%;

}

.teachter-boys {
    position: absolute;
    right: 0px;
    max-width: 143px;
    top: 96px;
    animation: teachter-boys 7s forwards;
    animation-duration: 0.7s;
    animation-delay: 3s;

}

@keyframes teachter-boys {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(118px);

    }
}


.main-padding {
    padding: 0px 20px;
}

.wrapper_bg {
    width: 100%;
    float: left;
    background: #011d35;
    padding-bottom: 50px;
}

.header_bg {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.09);
    border-bottom: solid 1px #183d5d;
}

header {
    width: 100%;
    float: left;
}

.logo {
    margin-top: 8px;
}

.user_picture>img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.user_profile>ul {
    padding: 0;
    margin: 0;
}

.user_profile>ul>li {
    list-style: none;
    float: left;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

.user_profile>ul>li>a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 37px;
}

.user_picture {
    position: absolute;
    left: 0;
    top: 10px;
}

.arrow_down::after {
    position: absolute;
    right: 0;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    top: 24px;
}

.user_profile>ul>li:hover .dropdown-profile {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: 0.3s;
}

.dropdown-profile {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    margin-top: 20px;
    background: #011d35;
    border: 1px solid #183d5d;
    border-top: solid 1px #183147;
    min-width: 170px;
    right: 0;
    background: #183147;
    z-index: 1;
}

.dropdown-profile>a {
    display: block;
    color: #b8c9d8;
    padding: 10px;
    text-decoration: none;
    border-bottom: solid 1px #1d3e5a;
    font-size: 13px;
}

.dropdown-profile>a>img {
    height: 20px;
}

.dropdown-profile>a:hover {
    background: #163a5a;
    transition: 0.3s;
}

.dropdown-profile>a:last-child {
    border-bottom: solid 0px #1d3e5a;
}

/*nav */
.navbar-section {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav-top {
    width: 100%;
    float: left;
    text-align: center
}

.nav-top>ul {
    padding: 0;
    margin: 0;
}

.nav-top>ul>li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.nav-top>ul>li:last-child {
    margin-right: 0px;
}

.nav-top>ul>li>a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 50px 15px 10px;
    border: solid 1px #011d35;
    transition: 0.4s
}

.nav-top>ul>li>a:hover {
    text-decoration: none;
    border-radius: 5px;
    background-color: #0c2942;
    border: solid 1px #184063;
}

.active_nav {
    text-decoration: none;
    border-radius: 5px;
    background-color: #0c2942;
    border: solid 1px #184063 !important;
}

.nav-top>ul>li>a:focus {
    text-decoration: none;
}

.nav-top>ul>li>a>span {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}

/*Dashboard-main*/
.Dashboard-main {
    width: 100%;
    float: left;
}

.Dashboard-body {
    width: 98%;
    margin: auto;
}

.Data_wrapper {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #fff;
    min-height: 500px;
}

.Bookings-tab {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    border-bottom: solid 1px #ced4da;
    background: #f7f7f7;
    border-radius: 5px 5px 0px 0px;
}

.Bookings-tab>li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.Bookings-tab>li>a {
    color: #0d2a43;
    text-decoration: none;
    padding: 25px 20px;
    font-size: 15px;
    display: block;
    font-weight: 600;
}

.Bookings-tab>li>a:hover {
    color: #e29a1f;
    transition: 0.3s;
}

.Bookings_active {
    color: #e29a1f !important;
    position: relative;
}

.Bookings_active:before {
    width: 100%;
    height: 5px;
    background: #fbb030;
    position: absolute;
    content: '';
    left: 0;
    bottom: -2.5px;
}

.Dashboard-data {
    width: 100%;
    float: left;
    padding: 30px 30px;
}

.Dashboard-containt {
    width: 100%;
    float: left;
    display: none;
}

.active_gift {
    display: block !important;
}

.title-heading {
    float: left;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background: #011d35;
    padding: 7px 25px;
}

.Dashboard-search {
    width: 100%;
    float: left;
    border-radius: 0px 0px 5px 5px;
    border-right: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    padding: 25px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.Booking-title {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.down_bnt {
    display: block;
    background: #3378b3;
    border-radius: 5px;
    padding: 10px 36px 10px 10px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.down_bnt:after {
    position: absolute;
    top: 0;
    content: '';
    width: 76%;
    left: 0;
    height: 100%;
    background: #2568a1;
    border-radius: 5px 18px 18px 5px;
    z-index: -1;
}

.down_bnt>span {
    position: absolute;
    top: 8px;
    right: 5px;
}

.down_bnt:hover {
    color: #fff;
    text-decoration: none;
}

.down_bnt:focus {
    color: #fff;
    text-decoration: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.form_group {
    width: 100%;
    float: left;
}

/*.form-control {
    	    font-size: 0.9rem;
    }*/
.fc {
    height: calc(2.755rem + 2px);
    font-size: inherit;
}

.form_group label {
    color: #0d2a43;
    font-weight: 600;
}

.select_arrow {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-image: url("../images/select-arrow.png");

}

/* The radio */
.studentradio {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    font-weight: normal;
    color: #011d35;
}

/* Hide the browser's default radio button */
.studentradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border: solid 1px #b0b5bb;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -km-transition: 0.3s;
}

/* On mouse-over, add a grey background color */
.studentradio:hover input~.checkmark {
    background-color: #e4e4e4;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -km-transition: 0.3s;
}

/* When the radio button is checked, add a blue background */
.studentradio input:checked~.checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.studentradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.studentradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fbb030;
}

.Booking_radio {
    width: 100%;
    float: left;
    padding: 0;
    margin: 25px 0px 0;
}

.Booking_radio li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.search_bx {
    text-align: center;
    position: absolute;
    bottom: -24px;
    margin: auto;
    left: 0;
    right: 0;
}

.search_btn {
    background: #fbb030;
    border: none;
    outline: none;
    padding: 8px 50px;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 4px 0px #d38500;
    text-shadow: 1px 1px 0px #b77e1c;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
}

.search_btn:hover {
    background: #eca223;
    box-shadow: 0px 4px 0px #c57f06;
    transition: 0.3s;
}

.tab_search {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.relative {
    position: relative;
}

.table_main {
    width: 100%;
    float: left;
}

.table_tab {
    width: 100%;
    float: left;
    background: #e1e1e1;
    border-top: solid 5px #fbb030;
}

.table_tab>ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.table_tab>ul>li {
    list-style: none;
    display: inline-block;
    border-right: solid 1px #c3c3c3;
}

.table_tab>ul>li>a {
    padding: 22px 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

.table_tab>ul>li>a:hover {
    text-decoration: none;
}

.table_tab>ul>li:last-child {
    border-right: solid 0px #c3c3c3;
}

.tab_active {
    color: #e29a1f !important;
    position: relative;
    background: #011d35;
}

.tab_active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.table-containt {
    width: 100%;
    float: left;
    display: none;
}

.table_active {
    display: block !important;
}

.table_data {
    width: 100%;
    float: left;
}

.table_data table thead {
    background: #011d35 !important;
    color: #fff;
}

.table_data table thead th {
    white-space: nowrap;
    font-weight: 600;
    border-top: 0px solid #dee2e6;
    padding: 16px 10px;
}

.table_data table tbody tr:nth-child(even) {
    background: #f4e6cf
}

.table_data table tbody tr:nth-child(odd) {
    background: #d5e5f3
}

.table_data table tbody tr td {
    padding: 12px 10px;
    border-bottom: solid 1px #aecae3;
}

.search_part {
    width: 100%;
    float: left;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.day {
    border: solid 1px #efefef !important;
}

.datepicker table tr td:hover {
    background-color: #fbb030;
    color: #fff;
    transition: 0.3s;
}

.today {
    background-color: #fbb030;
    color: #fff;
}

.date_icon {
    background-image: url(../images/calendar.svg) !important;
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.time_icon {
    background-image: url(../images/time.svg) !important;
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.more_dropdown {
    left: -50px !important;
    top: 12px !important;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.more_dropdown:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: '';
    position: absolute;
    margin: auto;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.more_dropdown a {
    font-size: 14px;
    border-bottom: solid 1px #f5f5f5;
    padding: 8px 10px;
}

.more_dropdown a:last-child {
    font-size: 14px;
    border-bottom: solid 0px #f5f5f5;
}

.action_icons {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.action_icons li {
    list-style: none;
    display: inline-block;
}

.action_icons li a {
    background: #011d35;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    line-height: 25px;
    color: #fbb030;
}

.action_icons li a i {
    color: #fbb030;
}

.action_icons li a img {
    height: 10px;
    margin-top: -3px;
}

/*Dashboard */
.panel_dashboard {
    width: 100%;
    float: left;
}

.contain_panel {
    width: 100%;
    float: left;
    margin-top: 0px;
    transition: 0.3s;
}

.contain_panel:hover {
    margin-top: -5px;
    transition: 0.3s;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.panel_text {
    background-color: #efefef;
    border-radius: 5px 5px 0px 0px;
    border: solid 1px #d6d6d6;
    width: 100%;
    float: left;
    border-bottom: none;
    padding: 15px 15px 15px 15px;
}

.panel_H {
    width: 100%;
    float: left;
}

.panel_H h1 {
    padding: 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    float: left;
}

.panel_H>ul {
    padding: 0;
    margin: 0;
}

.panel_H>ul>li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b1b1b1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    list-style: none;
    float: right;
    position: relative;
    line-height: 13px;
}

.panel_H>ul>li:hover {
    background: #333;
    transition: 0.3s;
}

.panel_H>ul>li>a {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    font-size: 12px;
}

.panel_H>ul>li>a:hover {
    text-decoration: none;
}

.panel_H>ul>li:hover .tooltip_box {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.tooltip_box {
    width: 300px;
    position: absolute;
    top: 28px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 5;
    color: #fff;
    border-radius: 10px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.blue_arrow:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3da5dc;
    content: '';
    position: absolute;
    margin: auto;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.orange_arrow:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f46b2a;
    content: '';
    position: absolute;
    margin: auto;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.red_arrow:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e32f34;
    content: '';
    position: absolute;
    margin: auto;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.green_arrow {
    left: inherit;
    transform: none;
    right: -10px !important;
}

.green_arrow:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #0f9c5d;
    content: '';
    position: absolute;
    margin: auto;
    top: -7px;
    right: 12px;
}

.for_next {
    width: 100%;
    float: left;
    border-radius: 0px 0px 5px 5px;
    padding: 13px 15px;
}

.for_next p {
    margin: 0;
    color: #FFF;
}

.percent_text {
    font-weight: 600;
    font-size: 16px;
    float: right;
}

.detail_percentage {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.detail_percentage h2 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 40px;
}

.detail_percentage img {
    float: right;
}

.detail_percentage figure {
    margin: 10px px 0rem;
}

.percentage_small {
    font-size: 13px;
    float: left;
    margin-left: 5px;
    background: #fff;
    border-radius: 15px;
    padding: 0px 10px;
    border: solid 1px #e0e0e0;
}

.download_ex {
    float: left;
    margin-left: 10px;
}

.download_ex img {
    height: 17px;
}

.next_blue {
    background: #3da5dc;
}

.next_orange {
    background: #f46b2a;
}

.next_red {
    background: #e32f34;
}

.next_green {
    background: #0f9c5d;
}

.inr_txt {
    float: left;
}

.tooltip_heading {
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

.tooltip_body {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 5px;
}

.tooltip_body ul {
    padding: 0;
    margin: 0;
}

.tooltip_body ul li {
    width: 48%;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.tooltip_body ul li span {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.color-green {
    color: #0f9c5d;
}

.color-red {
    color: #e32f34;
}

.active-star {
    color: orange;
}

.fa-star:hover {
    color: orange;
}

.fa-star {
    cursor: pointer;
}

.Property_Main {
    width: 100%;
    float: left;
}

.Property-tab {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px 0px 15px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    background: #f7f7f7;
    border-radius: 10px 10px 0px 0px;
}

.Property-tab>li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.Property-tab>li>a {
    color: #565656;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    border-radius: 25px;
    background: #fff;
    border: solid 1px #d2d2d2;
    margin-top: 10px;
    margin-right: 5px;
    transition: 0.3s;
    text-transform: capitalize;
}

.Property-tab>li>a:hover {
    background: #fbb030;
    color: #ffffff;
    border: solid 1px #e09a23;
    transition: 0.3s;
}

.Property_active {
    color: #ffffff !important;
    position: relative;
    background: #fbb030 !important;
    border: solid 1px #e09a23 !important;
    text-shadow: 1px 0px 2px #5a5a5a;
}

.Property_active:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.Property_head {
    width: 100%;
    float: left;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.Property_head h1 {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.Property_head h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3483c7;
    bottom: -18px;
}

.Property_head p {
    float: right;
    margin-bottom: 0rem;
}

.Property_form {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.Property_data {
    width: 100%;
    float: left;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.control-label {
    text-align: right;
    text-transform: capitalize;
    padding-top: 7px;
}

.custom-control-label::before {
    position: absolute;
    top: .20rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.checkbox_list {
    padding: 0;
    margin: 0;
    text-align: left;
}

.checkbox_list li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.checkbox_list li:last-child {
    margin-right: 0px;
}

.sub_center {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Property-content {
    width: 100%;
    float: left;
    display: none;
}

.Bookings_box_active {
    display: block !important;
}

/**/

.Cancellations {
    width: 100%;
    float: left;
    background: #e1e1e1;
    border-top: solid 5px #fbb030;
}

.Cancellations>ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.Cancellations>ul>li {
    list-style: none;
    display: inline-block;
    border-right: solid 1px #c3c3c3;
}

.Cancellations>ul>li>a {
    padding: 22px 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

.Cancellations>ul>li>a:hover {
    text-decoration: none;
}

.payment>ul>li:last-child {
    border-right: solid 0px #c3c3c3;
}

.Cancellations-containt {
    width: 100%;
    float: left;
    display: none;
}

.Cancellations_box_active {
    display: block !important;
}

.Cancellations_active {
    color: #e29a1f !important;
    position: relative;
    background: #011d35;
}

.Cancellations_active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/**/

.payment {
    width: 100%;
    float: left;
    background: #e1e1e1;
    border-top: solid 5px #fbb030;
}

.payment>ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.payment>ul>li {
    list-style: none;
    display: inline-block;
    border-right: solid 1px #c3c3c3;
}

.payment>ul>li>a {
    padding: 22px 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

.payment>ul>li>a:hover {
    text-decoration: none;
}

.payment>ul>li:last-child {
    border-right: solid 0px #c3c3c3;
}

.payment-containt {
    width: 100%;
    float: left;
    display: none;
}

.payment_box_active {
    display: block !important;
}

.payment_active {
    color: #e29a1f !important;
    position: relative;
    background: #011d35;
}

.payment_active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/**/

.Adjustments {
    width: 100%;
    float: left;
    background: #e1e1e1;
    border-top: solid 5px #fbb030;
}

.Adjustments>ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.Adjustments>ul>li {
    list-style: none;
    display: inline-block;
    border-right: solid 1px #c3c3c3;
}

.Adjustments>ul>li>a {
    padding: 22px 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

.Adjustments>ul>li>a:hover {
    text-decoration: none;
}

.Adjustments>ul>li:last-child {
    border-right: solid 0px #c3c3c3;
}

.Adjustments-containt {
    width: 100%;
    float: left;
    display: none;
}

.Adjustments_box_active {
    display: block !important;
}

.Adjustments_active {
    color: #e29a1f !important;
    position: relative;
    background: #011d35;
}

.Adjustments_active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.x_text {
    margin-top: 7px;
    width: 100%;
    float: left
}

.contact_check li {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}

.custom-control {
    cursor: pointer;
    float: left;
}

.add_btn {

    position: absolute;
    right: -10px;
    top: 11px;
    background: #868686;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.Tax_D {
    padding: 0;
    margin: 0;
}

.Tax_D li {
    list-style: none;
}

.invt_main {
    width: 100%;
    float: left;
}

.grid_srhd {
    display: block;
    text-align: center;
}

.grid_srhd small {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

.grid_srhd em {
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.grid_srhd strong {
    color: #fff;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.inv-table-view table thead {
    background: #052540;
}

.roomtype-text {
    color: #fff;
    font-weight: 500;
}

.inv-table-view table thead th {
    border-bottom-width: 0px;
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 10px 10px 10px;
}

.inv-table-view table tbody td {
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 10px 10px 10px;
}

.inv-table-view .table tbody+tbody {
    border-top: 0px solid #dee2e6;
}

.display-block {
    display: block;
}

.inv-table-view {
    width: 100%;
    float: left;
}

.inv-input {
    width: 100%;
    border-radius: 3px;
    border: none;
    text-align: center;
    height: 29px;
    background: rgba(255, 255, 255, 0.70);
    color: #000;
    outline: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.39);
}

.inv-block {
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 15px 0px 15px;
}

.calendar_arrow {
    position: absolute;
    right: -10px;
    top: -11px;
    opacity: 0.4;
}

.calendar_arrow img {
    width: 30px;
}

.white-text {
    color: #333;
}

.btn-value {
    position: absolute;
    top: -11px;
    right: -6px;
    z-index: 10;
    display: block;
    font-size: 12px;
    cursor: pointer;
    background-color: initial;
    border: 0;
    padding: 0px 0px;
    outline: none;
    text-align: left;
}

.btn-value:focus {
    outline: none;
}

.inv-eye {
    display: block;
    position: relative;
}

.inv-eye .fa-eye {
    color: rgba(255, 255, 255, 0.70);
    cursor: pointer;
}

.greenBack {
    background: #259469;
}

.redBack {
    background: #e15364;
}

.yallowBack {
    background: #fbb030;
}

.grayBack {
    background: #6f6f6f;
}

.blueBack {
    background: #26628e;
}

.blue_light {
    background: #052540;
}

.text_color {
    color: #fff;
}

.inv-eye-block {
    position: absolute;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    width: 100px;
    font-size: 12px;
    background: #333;
    padding: 2px;
    transition: 0.5s;
    border-radius: 3px 2px 2px 3px;
    color: #FFF;
    top: 2px;
}

.inv-eye:hover .inv-eye-block {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    right: 40px;
}

.inv-eye-block:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -6px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #333333;
}

.rates_head {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.rates_head p {
    float: left;
    margin: 0;
}

.rates_block {
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

.rates_block li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px 0 20px;
    position: relative;
    font-size: 13px;
}

.rates_block li:last-child {
    padding-right: 0px;
}

.available {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}

.inv-calender-box {
    width: 99.9%;
    float: left;
    margin-bottom: 0px;
    background: #011d35;
    padding: 15px;
    color: #fff;
}

.inv-radio {
    text-align: center;
    margin-top: 10px;
}

.btn_data {
    display: block;
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    background: #999;
}

.font-13 {
    font-size: 13px;
}

.Previous_btn {
    font-size: 13px;
    margin-top: 3px;
}

.Previous_btn i {
    font-size: 11px;
}

.upadte_inv {
    font-size: 12px;
    color: #ad9162 !important;
    transition: 0.3s;
    font-weight: 600;
    float: left;
}

.upadte_inv:hover {
    text-decoration: none;
    color: #ffe3b3 !important;
    transition: 0.3s;
}

.upadte_inv span {
    font-style: italic;
    font-weight: normal;
}

.pop_header {
    background: #f5f5f5;
}

.pop_header .modal-title {
    color: #333;
    font-weight: 600;
    font-size: 20px;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
}

.Bulk_table table thead {
    background: #2672b3;
}

.Bulk_table table thead th {
    color: #fff;
    font-weight: 600;
}

.Bulk_table table thead th {
    border: 1px solid rgba(222, 226, 230, 0.26);
}

.date_icon_size {
    background-size: 17px;
}

.bulk_text {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 13px;
}

.bulk_text>span {
    color: #a0a0a0;
}

.Advanced_options {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Ad_options_Bnt {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.Ad_options_Bnt li {
    list-style: none;
    float: left;
}

.Ad_options_Bnt li ul {
    width: 100%;
    float: left;
    display: none;
}

.Days_Week {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.Days_Week>span {
    padding-right: 10px;
    display: inline-block;
}

.Days_Week>span:last-child {
    padding-right: 0px;
}

.Advanced_options_form {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Block_Inventory {
    margin-top: 5px !important;
    margin-bottom: 20px;
}

.modal-header .close {
    outline: None;
}

.btn_cp {
    background: #3483c7;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
}

.btn_cp:hover {
    color: #fff;
    display: block;
    text-decoration: none;
}

.Rates_form {
    width: 100%;
    float: left;
}

.rates_radio {
    margin-top: 0;
}

.Bulk_table {
    width: 100%;
    float: left;
}

.rates_table {
    margin-top: 15px;
}

.rates_table td,
.rates_table th {
    white-space: nowrap;
    padding: 10px;
}

.Extra_Adult_Price {
    width: 100%;
    float: left;
}

.modal_save {
    width: 100%;
    float: left;
    text-align: center;
}

.extra_infant {
    margin-top: 0px;
}

.th_heading {
    float: left;
    width: 100%;
}

.userInvt {
    width: 25px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/man.png);
    background-size: 60%;
    background-position: center 4px;
}

.modal_rates {
    max-width: 600px;
}

.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #011d35;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20);
}

.Promotions_section {
    width: 100%;
    float: left;
}

.Analytics_section {
    width: 100%;
    float: left;
}

.change_pass {
    max-width: 450px;
    margin: auto;
}

.change_inr {
    width: 100%;
    float: left;
    height: 300px;
    margin-top: 20px;
}

.Cpass_title {
    width: 100%;
    float: left;
    padding: 15px 25px 15px 25px;
    margin: 0;
    background: #1e619a;
    color: #fff;
    font-size: 20px;
    border-radius: 5px 5px 0px 0px;
}

.change_passForm {
    width: 100%;
    float: left;
    border: solid 1px #dadada;
    padding: 25px;
    border-top: none;
    border-bottom: none;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 4px 3px #d4d4d4;
}

/*Admin*/


.teacher_section {
    width: 100%;
    float: left;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #e5f9f8;
    /* background-image: url(../images/teacher-login-bg.jpg); */
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.admin_section {
    width: 100%;
    float: left;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #e5f9f8;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.school_ {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: -30px;
    z-index: 9;
    margin: auto;
    border-radius: 50%;
    border: 2px dashed #9e9aff;
}

.Students {
    max-width: 100%;
    display: none;
}

.Teachers {
    max-width: 100%;
    display: none;
}

.Parents {
    max-width: 100%;
    display: none;
}

.intro .Students {
    display: block;
}

.intro .Teachers {
    display: block;
}

.intro .Parents {
    display: block;
}

.intro .Students {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: -30px;
    z-index: 9;
    margin: auto;
    border-radius: 50%;
    border: 2px dashed #9e9aff;
    display: block;
}

.intro .Teachers {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: -30px;
    z-index: 9;
    margin: auto;
    border-radius: 50%;
    border: 2px dashed #9e9aff;
    display: block;
}


.intro .Parents {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: -30px;
    z-index: 9;
    margin: auto;
    border-radius: 50%;
    border: 2px dashed #9e9aff;
    display: block;
}

/* .left_admin {
    width: 50%;
    height: 900px;
    border-radius: 0px 50% 50% 0;
    position: fixed;
    top: -100px;
    box-shadow: 0px 0px 19px #464646;
    background-repeat: no-repeat;
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    overflow: hidden;
    background-position-x: -200px;
}
.left_admin:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(4, 2, 33) 0%, rgb(6, 55, 97) 35%, rgb(11, 78, 119) 100%);
    opacity: 0.9;
} */
.admin_header {
    margin-top: 110px;
    float: left;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}

.logo_admin {
    float: left;
    width: 100%;
}

.logo_admin a {
    display: block;
}

.admin_header h1 {
    float: left;
    padding: 0;
    margin: 190px 0 0 130px;
    color: #c7d2dc;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    box-sizing: border-box;
}

.user_login {
    width: 100%;
    max-width: 450px;
    max-height: 500px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26); */
    transform: scale(0.0);
    transition: 0.5s;
}

.login_animation {
    transform: scale(1);
    transition: 1s;
}

.Teachter-vector {
    position: absolute;
    left: 0px;
    top: 20px;
    animation: teachter-oid 7s forwards;
    animation-duration: 0.7s;
    animation-delay: 1s;
    max-height: 86%;
}


@keyframes teachter-oid {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-210px);
    }
}


.login_inner {
    width: 100%;
    float: left;
}

/* .Login__left {
	width: 57%;
	float: left;
} */
.Login__left img {
    max-width: 100%;
}

.Login__right {
    width: 100%;
    float: left;
}

.kids__form {
    width: 100%;
    float: left;
    border-radius: 20px;
    padding: 30px 30px 50px;
    font-family: 'Nerko One', cursive;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 8px 8px 30px 0 rgb(98 93 240 / 50%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    /* border: solid 5px #5f5af0; */
    border: solid 5px #1e2d56;
}

.kids__form::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background-color: #5F5AF0; */
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0);
    /* opacity: 0.98; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
    border-radius: 15px;
    -moz-box-shadow: inset 0 0 10px #2e29d2;
    -webkit-box-shadow: inset 0 0 10px #2e29d2;
    box-shadow: inset 0 0 10px #2e29d2;
}

.kids__form.teachers {
    /* border: solid 10px #d49450; */
    border: solid 10px #1e2d56;
}

.kids__form .form-control:focus {
    box-shadow: none;
}

.kids__form .input-group-text {
    background-color: rgb(255 255 255 / 25%);
    border: 1px solid rgb(255 255 255 / 30%);
}

.kids__form .input_icons i {
    color: rgb(255 255 255 / 75%);
}

.kids__form.teachers::after {
    background-color: #4a7a6a;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 10px #164636;
    -webkit-box-shadow: inset 0 0 10px #164636;
    box-shadow: inset 0 0 10px #164636;
}

.form__relative {
    position: relative;
    z-index: 2;
}

.kids__form h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.admin_form {
    width: 100%;
    float: left;
    color: #fff;
}

.login_inner>h2 {
    padding: 20px 25px;
    margin: 0;
    width: 100%;
    float: left;
    background: #e9ecef;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #2271a0;
}

.admin_form .input-group label {
    width: 100%;
    font-size: 16px;
}

.admin_input {
    height: 48px;
    font-size: 14px;
    border-radius: 0px 25px 25px 0px !important;
    border: none;
    box-shadow: 8px 8px 30px 0 rgba(41.999999999999986, 67.00000000000004, 113, .15);
}

.input_icons {
    padding: 0px;
    min-width: 60px;
    border-radius: 25px 0px 0px 25px !important;
}

.input_icons i {
    width: 100%;
    text-align: center;
}

.submit_admin_btn {
    width: 100%;
    float: left;
    background: #fbb030;
    border: none;
    outline: none;
    padding: 10px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 4px 0px #d38500;
    text-shadow: 1px 1px 0px #b77e1c;
    cursor: pointer;
    margin-top: 45px;
    transition: 0.3s;
    border-radius: 25px;
    font-weight: bold;
}

.submit_admin_btn:hover {
    background: #eca223;
    box-shadow: 0px 5px 0px #c57f06;
    transition: 0.3s;
}

.submit_admin {
    width: 100%;
    float: left;
    margin-top: 25px;
}

/*end*/

.kinds_select {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.kinds_select ul {
    padding: 0px;
    margin: 0px;
}

.kinds_select ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    border: 2px dashed #9e9aff;
    padding: 5px 10px 5px 7px;
    border-radius: 25px;
}

.kinds_select ul li label {
    margin-bottom: 0px;
}

.kinds_select ul li:last-child {
    margin-right: 0px;
}

/*Amenities  css*/

.Amenities_list {
    width: 100%;
    float: left;
    height: 100%;
    border: solid 1px #e2e2e2;
    border-right: none;
}

.Amenities_list ul {
    padding: 0;
    margin: 0;
}

.Amenities_list ul li {
    list-style: none;
}

.Amenities_list ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    background: #ffffff;
    border-bottom: solid 1px #e2e2e2;
    transition: 0.3s;
    -moz-transition: 0.3s;
}

.Amenities_list ul li a span {
    margin-left: 5px;
}

.Amenities_list ul li:last-child a {
    border-bottom: solid 0px #e2e2e2;
}

.Amenities_list ul li a:hover {
    text-decoration: none;
    background: #f7f7f7;
    transition: 0.3s;
    -moz-transition: 0.3s;
}

.Property_form {
    height: 100%;
}

.Amenities_active {
    color: #ffffff !important;
    position: relative;
    background: #fbb030 !important;
    text-shadow: 1px 0px 2px #5a5a5a;
}

.Amenities_active:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fbb030;
    content: '';
    position: absolute;
    margin: auto;
    bottom: auto;
    right: -9px;
    transform: translate(0, -50%);
    z-index: 2;
    top: 50%;
    animation: move 0.5s steps(10);
}

.Amenities_active:before {
    width: 1px;
    height: 100%;
    content: '';
    background: #fbb030 !important;
    top: 0;
    right: -1px;
    position: absolute;
    z-index: 3;
}

.Amenities_container {
    width: 100%;
    float: left;
    border: solid 1px #e2e2e2;
    min-height: 100%;
    padding: 15px 25px 25px 25px;
    box-sizing: border-box;
}

.Amenities_tab {
    width: 100%;
    float: left;
    display: none;
}

.Amenities_tab_active {
    display: block !important;
}

.All_Amenities {
    width: 100%;
    float: left;
    border: solid 1px #e2e2e2;
    border-bottom: none;
}

.All_Amenities>h1 {
    padding: 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    background: #f7f7f7
}

.amenities-entry-container {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e2e2e2;
    height: 50px;
    padding: 5px 0px 0px;
}

.amenities-entry-container:last-child {
    border-bottom: solid 0px #e2e2e2;
}

@keyframes move {
    from {
        right: 0;
    }

    to {
        right: -7px;
    }
}

.sub_right {
    text-align: right;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.chosen-container .chosen-results li.active-result {
    font-size: 14px;
}

.chosen-container-multi .chosen-choices {
    font-size: 0.9rem;
    min-height: 38px;
}

.chosen-container-multi .chosen-choices .search-choice {
    font-size: 13px;
}

.arrow_multiple {
    width: 15px;
    height: 8px;
    position: absolute;
    z-index: 2;
    right: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/select-arrow.png);
    background-position: right;
    top: 15px;
}

.Room_example {
    width: 100%;
    float: left;
}

.accordion_head {
    padding: 10px;
}

.btntitle {
    color: #333;
}

.btntitle:hover {
    text-decoration: none;
}

.btntitle:focus {
    text-decoration: none;
}

.Actions_a {
    display: block;
    color: #1478c7;
    font-size: 13px;
}

.Actions_a:hover {
    text-decoration: none;
}

.Actions_a:focus {
    text-decoration: none;
}

.relative_div {
    position: relative;
}

.relative_div label {
    margin-bottom: 0px;
    padding-left: 15px;
}

.relative_div>input {
    position: absolute;
    top: 5px;
}

.modal-room {
    max-width: 1140px;
}

.lr_btn {
    text-align: center;
    margin-top: 33px;
}

.lr_btn>a {
    display: inline-block;
    padding: 10px 18px;
    background: #9e9e9e;
    color: #fff;
    border-radius: 3px;
    transition: 0.3s;
}

.lr_btn>a:hover {
    background: #333;
    transition: 0.3s;
}

.Inclusions_select {
    width: 100%;
    height: 200px !important;
    overflow: auto;
}

.channel_llist {
    padding: 0;
    margin: 0;
}

.channel_llist li {
    float: left;
    list-style: none;
    padding-bottom: 10px;
}

.channel_llist li:nth-child(even) {
    width: 75%;
}

.channel_llist li:nth-child(odd) {
    width: 25%;
    font-weight: bold;
}

.Amenities__tabs {
    padding-right: 15px;
    padding-left: 15px;
}

.pRL {
    padding-left: 15px;
    padding-right: 15px;
}

.Property__head h1:after {
    bottom: -32px;
}

.accordian-content {
    width: 100%;
    float: left;
}

.House-title {
    width: 70%;
    float: left;
}

.house-rules-entry {
    padding: 10px 20px 0px;
}

.house-rules-entry .House-title {
    padding-top: 7px;
    line-height: 16px;
}

.house-rules-entry .checkbox_list {
    float: right;
    padding-top: 7px;
}

.house-rules-entry:last-child {
    padding-bottom: 10px;
}

.photo_tab {
    background-color: transparent;
    border-radius: 0px;
}

.photo_tab>li>a {
    padding: 15px 15px;
}

.photoTab_contain {
    width: 100%;
    float: left;
    padding: 20px;
}

.photoCategory_heading {
    padding: 0;
    margin: 0;
}

.photoCategory_heading li {
    float: left;
    list-style: none;
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #fbb030;
    font-size: 14px;
    margin-right: 10px;
}

.photo_Contain {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.image__card {
    width: 100%;
    float: left;
    background-color: #fff;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
    min-height: 355px;
    margin-bottom: 30px;
}

.img-details {
    width: 100%;
    float: left;
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
}

.img-details p {
    color: #212121;
    padding-bottom: 0px;
    margin: 0;
}

.img-details .missing {
    text-decoration: none;
    color: #22a8f3;
    cursor: pointer;
    font-size: 20px;
}

.loading_picture {
    position: relative;
    width: 100%;
    float: left;
    display: table;
    height: 230px;
}

.table_pic {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.table_pic img {
    max-width: 100%;
    padding: 10px;
    max-height: 100%;
}

.icons__photo {
    position: absolute;
    bottom: 15px;
    padding: 0;
    margin: 0;
    right: 10px;
}

.icons__photo li {
    list-style: none;
    float: right;
}

.icons__photo li a {
    display: block;
    margin-right: 5px;
}

.icons__photo li a .fa-star-o {
    background: #F00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.icons__photo li a .fa-edit {
    background: #F00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.icons__photo li a .fa-trash-o {
    background: #F00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.progress_custome {
    border-radius: .50rem;
    margin-top: 20px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-btn-wrapper>img {
    max-width: 40%;
}

.p_title_upload {
    padding: 50px 85px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.rotateimg-wrapper {
    width: 100%;
    position: relative;
    height: 450px;
}

.rotateimg-wrapper-blk {
    max-width: 100%;
    height: 100%;
    border-radius: 5px;
}

.update-btn {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    outline: none;
    border: none;
    cursor: pointer;
}

.yellow {
    background-color: #fbb030;
    border-color: #fbb030;
    outline: none;
}

.switch6 {
    width: 100%;
    float: left;
    background: #011d35;
    padding: 5px;
    border-radius: 3px;
}

.switch6 label {
    margin-bottom: 0px;
}

.switch6-light>span,
.switch-toggle>span {}

.switch6-light span span,
.switch6-light label,
.switch-toggle span span,
.switch-toggle label {
    color: #2b2b2b;
}

.switch-toggle a,
.switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 28px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
}

.switch6-light * {
    box-sizing: border-box;
}

.switch6-light a {
    display: block;
    transition: all 0.3s ease-out 0s;
}

.switch6-light label,
.switch6-light>span {
    line-height: 30px;
    vertical-align: middle;
}

.switch6-light label {
    font-weight: 700;
    margin-bottom: px;
    max-width: 100%;
}

.switch6-light input:focus~a,
.switch6-light input:focus+label {
    outline: 0px dotted rgb(136, 136, 136);
}

.switch6-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.switch6-light input:checked~a {
    right: 0%;
}

.switch6-light>span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0px;
    padding-right: 100px;
    text-align: left;
    outline: none;
}

.switch6-light>span span {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.switch6-light>span span:last-child {
    left: 50%;
}

.switch6-light a {
    position: absolute;
    right: 50%;
    top: 0px;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.datepicker {
    padding: 0 !important;
    border: none;
    border-radius: 0px;
}

.mb_5 {
    margin-bottom: 50px;
}

.i_agree {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.i_agree a {
    color: #007bff;
}

.existing_rules {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.AddNewPolicy_Edit {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f3f3f3;
    border: solid 1px #ced4da;
}

.offerBack {
    background: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #545454;
    border-radius: 3px;
}

.panel_default {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    min-height: 150px;
}

.panel_default>h4 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
}

.free_cancellation {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.input_50 {
    width: 50px;
    display: inline;
}

.put_value {
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    display: none;
}

.put_value>p {
    text-align: center;
    margin: 0;
}

.put_value {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #fff;
    padding: 20px 15px;
}

.cp-policies {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.cp-policies>ul {
    padding: 0;
    margin: 0;
}

.cp-policies>ul>li {
    list-style: none;
    margin-bottom: 10px;
}

.hide_div {
    display: none;
    margin-top: 15px;
}

.hide_div p {
    margin: 0;
    padding-top: 6px;
    float: left;
}

.Basic-title {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #f7f7f7;
    box-shadow: 0px 0px 3px #ccc;
}

.Basic-title>h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.select_50 {
    width: 80px !important;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.add_btn_plus {
    background: #868686;
    border-radius: 50%;
    float: left;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 5px;
}

.pull-left_left {
    display: block;
}

.Select_Promotion {
    width: 100%;
    float: left;
}

.Select_Promotion>label {
    margin-bottom: 0;
}

.prom_off {
    width: 100%;
    float: left;
    height: 100%;
    padding: 20px;
}

.prom_contain {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.selected_nMe {
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #007bff;
    width: 100%;
    float: left;
}

.user_pro {
    width: 100%;
    float: left;
}

.user_pro>img {
    width: 60%;
}

.icons_pro {
    width: 100%;
    float: left;
    text-align: center;
}

.small_input {
    width: 60%;
}

.icons_pro>span {
    padding-top: 5px;
    width: 100%;
    float: left;
}

.mt_4 {
    margin-top: 27px;
}

.Discount_content {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.set_dis {
    margin: 0;
    font-weight: 600;
}

.Promotion__dates {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px 10px;
}

.table-condensed>thead {
    background: #1f99d8;
    color: #fff;
    border-right: solid 1px #1f99d8;
}

.box1 {
    display: none;
    margin-top: 25px;
    float: left;
    width: 100%;
}

.bc_bx {
    width: 100%;
    float: left;
    border: solid 1px #dcdcdc;
}

.box {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#category__tabs {
    width: 100%;
    float: left;
    background: #f7f7f7;
    box-shadow: 0px 0px 3px #ccc;
    margin: 0;
}

#category__tabs>li {
    list-style: none;
    float: left;
    width: 100%;
}

#category__tabs>li>a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #333;
    padding: 15px;
}

#category__tabs>li>a i {
    margin-right: 5px;
}

.ca_none {
    display: none;
    margin: 0;
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
}

.ca_none li {
    float: left;
    list-style: none;
}

.hide_ad_Set li {
    width: 100%;
    margin-bottom: 30px;
}

.hide_ad_Set p {
    margin: 0 10px 0px 0px;
    float: left;
}

.form__check {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.All__brands {
    width: 100%;
    float: left;
}

.radio_toolbar input[type="radio"] {
    display: none;
}

.radio_toolbar label {
    display: inline-block;
    border: solid 1px #e0e0e0;
    background: #fff;
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 0px;
}

.radio_toolbar h2 {
    margin: 30px 0 20px 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    color: #1b7fbb;
}

.radio_toolbar p {
    margin-bottom: 0;
}

.radio_toolbar input[type="radio"]:checked+label {
    background-color: #ececec;
}

.radio_toolbar img {
    max-width: 25%;
}

.ks-cboxtags {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ks-cboxtags>li {
    display: inline;
}

.ks-cboxtags>li>label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, 0.64);
    color: #333;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    margin-right: 10px;
}

.ks-cboxtags>li>label {
    padding: 8px 12px;
    cursor: pointer;
}

.ks-cboxtags>li>label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    padding: 2px 6px 2px 3px;
    content: "\f096";
    transition: transform .3s ease-in-out;
}

.ks-cboxtags>li>input[type="checkbox"]:checked+label::before {
    content: "\f046";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.ks-cboxtags>li>input[type="checkbox"]:checked+label {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
    transition: all .2s;
}

.ks-cboxtags>li>input[type="checkbox"] {
    display: absolute;
}

.ks-cboxtags>li>input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.select_ht {
    height: 200px !important;
}

.s_mt {
    margin-top: 90px;
}

.custom-control-label::after {
    top: .20rem;
}

.dow {
    background: #1571a0;
}

.Property_child_txt {
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-weight: 600;
}

.w_50 {
    width: 50%;
    float: left;
}

.B2C_list {
    width: 100%;
    float: left;
}

.B2C_list li {
    margin-right: 0;
    width: 100%;
    float: left;
}

.w_50>p {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: 600;
}

.contact_check li {
    float: left;
}

.user_profile>ul>li>a {
    text-transform: capitalize;
}

.hotelview_right {
    float: right;
}

.hotel_details_list {
    width: 100%;
    float: left;
}

.hotel_details_list ul {
    width: 100%;
    float: left;
}

.hotel_details_list li {
    list-style: none;
    float: left;
    padding-right: 10px;
    position: relative;
}

.hotel_details_list>h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.hotel_details_list li:nth-child(even) {
    margin-right: 15px;
}

.hotel_details_list li:nth-child(odd) {
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 15px;
}

.hotel_details_list li:nth-child(odd)::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background: #bdbdbd;
}

.Platform {
    width: 100%;
    float: left;
}

.HC_text {
    font-weight: 600;
    font-size: 16px;
}

.Platform_radio ul {
    margin: 7px 0px 0;
}

.Platform_radio li {
    margin-right: 30px;
}

.Platform_block {
    display: none;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.Platform_checkbox {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.Commission_block {
    display: none;
    float: left;
    width: 100%;
}

.Commission_radio ul {
    margin-top: 20px;
}

.hotel_block {
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.Hotel_Level ul {
    margin-top: 25px;
}

.Commission_radio li {
    margin-right: 30px;
}

.Hotel_Level li {
    margin-right: 30px;
}

.Deluxe__radio ul {
    margin-top: 10px;
}

.Deluxe__text {
    margin-top: 10px;
}

.active__btn {
    width: auto !important;
    height: auto !important;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.Student_bg {
    background-image: url("../images/student-bg.jpg");
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.coordinator_bg {
    /* background-image: url("../images/coordinator_bg.jpg");*/
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ecf7ff;
}

.coordinator_bg .menu-section ul li {
    background-image: linear-gradient(to right, #f32f5a, #c76ac5);
}

.coordinator_bg .menu-section ul li:hover {
    background-image: linear-gradient(to right, #c76ac5, #f32f5a);
}

/*teacher-dashboard css*/

.teacher_bg {
    /*background-image: url("../images/product_bg.png");*/
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ecf7ff;
}

.page-wrapper {
    float: right;
    margin-top: 85px;
    padding-top: 12px;
    letter-spacing: 0.8px;
    width: calc(100% - 90px);
    transition: 0.3s;
    margin-bottom: 30px;
}

.site-header-top {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/header-bg.png");
    background-repeat: repeat;
    background-position: center;
}

.site-header-top .right__users ul>li>a {
    color: #444;
}

.site-header-top .right__users .user-arrow:after {
    border: solid #444;
}

.site-header-top.sticky_active {
    animation: smoothScroll 0.4s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);

    }

    100% {
        transform: translateY(0px);
    }
}

.brands-Names {
    width: 100%;
    float: left;
    background-color: #333;
}

.logo-brand {
    float: left;
    margin-left: 25px;
}

.logo-brand img {
    max-width: 55%;
    background-color: #fff;
}

.menu-section {
    width: 100%;
    float: left;
    overflow: hidden;
}

.left-sidebar-teachers .menu-section {
    max-height: calc(100vh - 115px);
}

.left-sidebar-coorninator .menu-section {
    max-height: calc(100vh - 115px);
}

.left-sidebar {
    position: fixed;
    top: 71px;
    width: 80px;
    z-index: 80;
    transition: 0.2s ease-in;
    left: 0px;
    background-color: #fff;
    padding: 10px;
    height: 100vh;
    box-shadow: 0px 0px 15px rgb(52 58 64 / 22%);
}

.left-sidebar:hover {
    width: 230px;
}

.left-sidebar .nav-txt {
    padding-left: 5px;
    opacity: 0;
}

.left-sidebar:hover .nav-txt {
    opacity: 1;
}

.left-sidebar .student-nav-icon img {
    max-height: 40px;
    /*-webkit-clip-path: inset(0 0 0 0 round 0 0 50% 50%);
    clip-path: inset(0 0 0 0 round 0 0 50% 50%);
    outline: none;*/
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.left-sidebar:hover .student-nav-icon img {
    max-height: 40px;
}

.menubar-visible .left-sidebar .student-nav-icon img {
    max-height: 40px;
}

.menu-section ul li a:hover .student-nav-icon img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.left-sidebar:hover {
    overflow: auto;
}

/*.teacher_bg .rotate-line:before{
    left: 60px;
}*/

/*.menubar-visible .rotate-line:before {
    left: 46px;
}
*/

.menu-section ul {
    padding: 0px;
    margin: 0px;
}

.menu-section ul li {
    list-style: none;
    /* background-image: linear-gradient(to right, #7829a5, #c76ac5); */
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0);
    border-radius: 10px;
}

.menu-section ul li:hover {
    /* background-image: linear-gradient(to right, #0c85c0, #1e2d56); */
    background-image: linear-gradient(  #0c85c0);
}

.menu-section ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    /*font-family: 'Rancho', cursive;*/
    margin-bottom: 5px;
    transition: 0.3s;
    letter-spacing: 0.8px;
    font-size: 14px;
}

.menu-section ul li a:hover {
    /*padding-left: 20px;*/
    transition: 0.3s;
}

.menu-section ul li a i {
    margin-right: 10px;
}

.container-right {
    width: 100%;
    float: left;
    min-height: 580px;
}

.heading-txttop {
    font-size: 22px;
    font-weight: bold;
    color: var(--gray-dark);
}

.Student_bg .heading-txttop {
    color: #333;
    padding-bottom: 5px;
}

.Student_bg .erp_tbl_cross th {
    background-color: #19489a;
    vertical-align: top;
    white-space: nowrap;
}

.parent_bg .main-page {
    margin-bottom: 25px;
}

.main-page {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: 10px;
}

.Student_bg .main-page {
    background-color: rgb(255 255 255 / 100%);
    box-shadow: #0000002b 0 0 16px;
    border-radius: 10px;
}

.right__users {
    float: right;
    margin-top: 10px;
    margin-right: 20px
}

.right__users>.dropdown {
    float: left;
}

.right__users .user-icons {
    border: none;
    border-radius: 50%;
    background-color: transparent;
    font-size: 20px;
    margin-right: 5px;
}

.right__users .user-icons:after {
    margin-left: 15px;
    border: solid #444;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 11px;
    right: -10px;
}

.right__users .user-icons img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: contain;
}

.right__users .user-icons img:focus,
.right__users .user-icons:focus {
    outline: none;
    border: none;
}

.right__users .dropdown-menu {
    font-size: 20px;

}

.right__users .dropdown-menu i {
    margin-right: 5px;
    color: #ff007c;
}

.right__users .dropdown_menu i {
    margin-right: 5px;
    color: #ff007c;
}

.dropdown-toggle::after {
    display: none;
}

.right__users .notification {
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 5px;
}

.right__users .notification img:focus,
.right__users .notification:focus {
    outline: none;
    border: none;
}

.right__users .notification i {
    color: #444;
    font-size: 18px;
}

.teacher-dash {
    width: 100%;
    float: left;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    transition: 0.5s;
    box-shadow: rgb(0 0 0 / 32%) 0 0 16px;
}

.teacher-dash:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.dash_b_t {
    float: left;
    width: 100%;
}

.dash_b_t img {
    float: right;
}

.count-title {
    font-size: 40px;
    color: #fff;
    float: left;
    background-color: rgb(255 255 255 / 28%);
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
    box-shadow: 0px 0px 14px rgb(51 51 51 / 26%);
}

.cont-name {
    width: 100%;
    float: left;
    padding: 0px 0px 0px;
}

.cont-name h3 {
    margin: 10px 0px 0px 0px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
}

.cont-name p {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: normal;
}

.bg-color-1 {
    background-color: #ff8b01 !important;
}

.bg-color-2 {
    background-color: #265ed7 !important;
}

.bg-color-3 {
    background-color: #ff007c !important;
}

.bg-color-10 {
    background-color: #359bc3;
    /* background-image: linear-gradient(to left, #0db2de 0%, #005bea 100%) !important;*/
}

.bg-color-11 {
    background-color: #d6597c;
    /*background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;*/
}

.bg-color-12 {
    background-color: #3a57a7;
    /*  background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;*/
}

.dashboard_calendar {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

/*Calunder Css*/

.tw-i-in {
    width: 100%;
    float: left;
}

.tw-i-in .event1 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 6px;
    box-shadow: 0px 3px 4px #b8b1b1;
    height: 360px;
}

.tw-i-in .targetDiv {
    overflow-x: visible;
    overflow: auto;
    position: relative;
    height: 302px;
}

.tw-i-in div#even_text {
    margin-top: 20px;
}

.tw-i-in .panel.date {
    margin: 0px;
    width: 60px;
    text-align: center;
}

.tw-i-in .panel.date .month {
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0089d0;
    color: #fff;
}

.tw-i-in .panel.date .day {
    padding: 3px 0px;
    font-weight: 700;
    font-size: 1.5em;
}

.tw-i-in .panel.panel-danger.text-center.date {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-right: 11px;
    border: 1px solid;
}

h4.media-heading {
    font-size: 14px;
}

.tw-i-in .media-body p {
    font-size: 12px;
}

.tw-i-in .cal_week {
    width: 100%;
    float: left;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 20px;
}

.tw-i-in .cal {
    width: calc(100% / 7);
    float: left;
    padding: 3px;
    background-color: #0089d0;
    color: #fff;
    text-align: center;
}

.tw-i-in .cal_days {
    width: 100%;
    float: left;
    background: rgb(255 255 255 / 78%);
    border-left: 1px solid #e0e0e0;
    font-size: 22px;
}

.tw-i-in .cal1 {
    width: calc(100% / 7);
    height: 100px;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 3px;
    position: relative;
    line-height: 80px;
    text-align: center;
}

.tw-i-in .cal1.active {
    background-color: #279e58;
    color: #fff;
}

.date__select {
    margin-bottom: 10px;
}

.date__select .form-control {
    font-size: 20px;
}

.date__select div {
    margin-right: 10px;
}

.date__select div:first-child {
    margin-right: 0px;
}

/*Calunder End*/

.teacher_table .table .thead-light th {
    color: #495057;
    background-color: #e8f3fb;
    border-color: #d8e5ef;
}

/* .teacher_table .table td, .teacher_table .table th {
       border-top: 1px solid #e8dbd1;
} */

.teacher_table {
    box-shadow: rgb(179 179 179 / 48%) 0 0 16px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    max-height: 515px;
}

.teacher_table table tr.blank__tr td {
    background-color: var(--light);
    height: 45px;
}

.student-users-right .live__class_ {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    top: 5px;
}

.live__class_ {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
    color: #444;
}

.live__class_ span {
    border-radius: 20px;
    background-color: #ff8b01;
    padding: 3px 15px;
    box-shadow: 3px 2px 5px rgb(51 51 51 / 39%);
    color: #fff;
    font-size: 18px;
}

.t-startclass-icon img {
    margin-right: 5px;
}

.teacher_table>h2 {
    color: #444;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
}

/* .table td, .table th {
    padding: .45rem;
} */

.table {
    margin-bottom: 0px;
}

.mt__teacher {
    margin-top: 30px;
}

.coordinator_bg .birthday-section {
    background-color: #50c5dc;
}

.birthday-section {
    width: 100%;
    float: left;
    background-color: var(--info);
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 30px;
}

.birthday-section_bg {
    background-image: url(../images/birthday_bg.png);
    position: absolute;
    left: 0px;
    right: 0;
    height: 100%;
    bottom: 0px;
    top: 0px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.5;
}

.birthday__names {
    width: 100%;
    float: left;
    max-height: 115px;
    overflow: auto;
    position: relative;
    z-index: 1;
    color: rgb(255 255 255 / 71%);
}

.birthday-section>h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.birthday__names>p {
    margin-bottom: 2px;
    line-height: normal;
    padding: 3px 5px;
    background-color: rgb(255 255 255 / 46%);
    border-radius: 45px;
    transition: 0.5s;
    color: #064d5a;
}

.birthday__names>p:hover {
    background-color: rgb(255 255 255 / 70%);
    transition: 0.5s;
}

.birthday__names>p>span {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}

.birthday__names>p>span>img {
    max-width: 100%;
    max-height: 100%;
}

.notice-board {
    width: 100%;
    float: left;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgb(179 179 179 / 48%) 0 0 16px;
    /*overflow: hidden;*/
    /*padding: 35px 10px 45px 40px;	*/
    /*	background-image: url("../images/notice-board.png");
	background-repeat: no-repeat;
	position: relative;
    background-size: 100%;
    min-height: 420px;*/
}

.noticeboard__pop p {
    word-break: break-all;
}

.noticeboard__pop .modal-header {
    background-color: #713e83;
    color: #fff;
}

.noticeboard__pop .modal-header .close {
    color: #fff;
    opacity: .9;
}

.noticeboard__pop .modal-header .close:hover {
    color: #fff;
}

.noticeboard__pop ul li {
    list-style: none;
}

.noticeboard__pop ul li p {
    word-break: break-all;
}

.notice-board h4 {
    color: #131313;
    padding: 10px 15px;
    background-color: #f3e89c;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 9px 9px 0px 0px;
    font-weight: bold;
}

.notice-board p {
    margin-bottom: 0px;
    /*word-break: break-all;*/
    text-align: left !important
}

div#newsticker-demo1 li::marker {
    font-size: 0px;
}

#block-hdnews1 li::marker {
    font-size: 0px;
}

.menu-icon {
    position: absolute;
    right: 62px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.menu-icon>span {
    height: 1px;
    background-color: #333;
    top: 0px;
    width: 100%;
    float: left;

}

.menu-icon>span:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #333;
    top: 7px;
    width: 84%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-icon>span:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #333;
    top: 14px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menubar-visible .menu-icon>span {
    height: 0px;
}

.menubar-visible .menu-icon>span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.menubar-visible .menu-icon>span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
    top: 2px;
}


/*.menubar-visible .menu-icon > span:after {
    display: none;
}
*/


.li_div {
    padding: 10px;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    transition: background-color .25s ease;
}

/* .table th {
    border-top: 0px solid #dee2e6;
} */

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

/* --------------------------Student CSS-------------------------------------*/

.student-dash {
    width: 100%;
    float: left;
    background-color: #ddd;
    border-radius: 15px;
    color: #fff;
    padding: 7px;
    transition: 0.5s;
    box-shadow: rgb(0 0 0 / 42%) 0 0 16px inset;
}

.student-dash:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.student-dash .stud__dash_baord {
    float: left;
    width: 100%;
    display: flex;
}

.student-dash .stud__dash_baord img {
    max-height: 100%;
}

.count-title-left {
    /* width: 50%;
    float: left;*/
}

.student-dash .count-title-velue {
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-top: 5px;
    text-shadow: 5px 3px 5px rgb(0 0 0 / 54%);
}

.student-dash .cont-name-right {
    /* width: 50%;
    float: left;*/
    text-align: center;
    flex-basis: 63%;
}

.student-dash .cont-name-right h3 {
    margin: 0px;
    line-height: 28px;
    clear: both;
    text-shadow: 5px 3px 5px rgb(0 0 0 / 54%);
    font-size: 24px;
}

.student-dash .cont-name-right p {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: normal;
}

.student-dash.bg-color-1 {
    background-color: #ff8b01 !important;
}

.student-dash.bg-color-2 {
    background-color: var(--info) !important;
}

.student-dash.bg-color-3 {
    background-color: #ff007c !important;
}

.student-dash.bg-color-1 .student-dashbard-pictures {
    box-shadow: hsl(33deg 100% 50%) 0 0 16px inset;
}

.student-dash.bg-color-2 .student-dashbard-pictures {
    box-shadow: hsl(188deg 78% 41%) 0 0 16px inset;
}

.student-dash.bg-color-3 .student-dashbard-pictures {
    box-shadow: hsl(331deg 100% 50%) 0 0 16px inset;
}

.student-dashbard-pictures {
    width: 140px;
    height: 140px;
    float: left;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
}

.Student_table.mt-4 {
    margin-top: 2.5rem !important;
}

.student_calendar {
    width: 100%;
    float: left;
    position: relative;
}

.student_calendar .date__select {
    margin-bottom: 27px;
}

.student-notice-board-body {
    position: absolute;
    top: -53px;
    left: 120px;
}

.menubar-visible .student-notice-board .list-wrpaaer {
    height: 182px;
}

.student-notice-board .list-wrpaaer {
    height: 214px;
}

.student-notice-board-body img {
    max-width: 161px;
}

.student-notice-board {
    width: 100%;
    float: left;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    background-image: url("../images/student-notice-board.png");
    background-repeat: no-repeat;
    position: relative;
    margin-top: 65px;
    background-size: 100% 100%;
    min-height: 380px;
}

.menubar-visible .student-notice-board {
    min-height: 370px;
    background-size: 100% 106%;
}

.menubar-visible .student-notice-board h4 {
    padding: 4px 4px 3px;
}

.student-notice-board h4 {
    padding: 6px 10px 6px;
    margin: 0px;
    color: #5abd72;
    font-weight: bold;
    box-shadow: 2px 2px 2px #e9e9e9;
}

.student-notice-board p {
    margin-bottom: 0px;
    word-break: break-word;
    line-height: normal;

}

.right__users>ul {
    padding: 0px;
    margin: 0px;
}

.right__users>ul>li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    float: left;
}

.right__users ul>li>a {
    display: block;
    margin-left: 25px;
    color: #fff;
    text-decoration: none;
    /* font-size: 20px;*/
}

.right__users ul>li>a>i {
    position: absolute;
    left: 0px;
    color: #265ed7;
    top: 7px;
    font-size: 22px;
}

.dropdown_menu {
    position: absolute;
    top: 35px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 20px;
    min-width: 10rem;
    right: -15px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    padding: 10px 0px;
}

.right__users .dropdown_menu:after {
    content: "";
    position: absolute;
    border: 2px dashed;
    border-radius: 15px;
    border-color: rgba(250, 157, 183, 0.5);
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}

.dropdown_menu .dropdown-item {
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.dropdown_menu .dropdown-item:focus,
.dropdown_menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent !important;
}

.dropdown_menu .dropdown-item.active,
.dropdown_menu .dropdown-item:active {
    color: #444;
    text-decoration: none;
    background-color: #f8f9fa;
}

.user-picture {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    border: solid 2px #ff8b01;
    text-align: center;
}

.user-picture img {
    max-width: 65%;
    object-fit: fill;
}

.right__users .user-arrow {
    margin-right: 10px;
}

.right__users .user-arrow:after {
    margin-left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 7px;
    right: -15px;
}


.right__users ul>li:hover .dropdown_menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.right__users .noti-value {
    position: absolute;
    top: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff007c;
    border: solid 2px #d80069;
    right: -8px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.Student_table {
    box-shadow: #0000002b 0 0 16px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
}

.Student_table .table td {
    border-top: 1px solid rgb(255 255 255 / 34%);
}

.Student_table .table thead th {
    border-bottom: 0px solid rgb(255 255 255 / 34%);
}

.Student_table>h2 {
    color: #713e83;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.kids_calendar-icons {
    background-image: url(../images/kids-calunder.png);
    width: 100%;
    float: left;
    height: 73px;
    position: absolute;
    top: 49px;
    background-repeat: repeat-x;
    border-bottom: solid 1px rgb(255 255 255 / 22%);
}

.student_calendar .tw-i-in .cal_week {
    width: 100%;
    float: left;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 20px;
    padding-top: 55px;
    padding-bottom: 5px;
    border-radius: 20px 20px 0px 0px;
    background: rgb(218, 43, 45);
    background: linear-gradient(0deg, rgba(218, 43, 45, 1) 16%, rgba(250, 48, 50, 1) 85%);
    box-shadow: 0px 0px 20px #580c0d inset;
}

.student_calendar .tw-i-in .cal {
    background-color: transparent;
}

.student_calendar .tw-i-in .cal_days {
    background: rgb(255 255 255 / 92%);
    border-radius: 0px 0px 20px 20px;
}

.student_calendar .form-control {
    height: initial;
}

.page-wrapper_student {
    float: right;
    margin-top: 81px;
    padding-top: 0px;
    letter-spacing: 0.8px;
    width: calc(100% - 90px);
    transition: 0.3s;
    margin-bottom: 30px;
}

.left-sidebar-student {
    position: fixed;
    width: 80px;
    z-index: 99;
    transition: 0.2s ease-in;
    left: 0px;
    /* background: rgb(98,223,241);
    background: linear-gradient(0deg, rgba(98,223,241,1) 0%, rgba(155,249,213,1) 28%, rgba(248,234,163,1) 100%);*/
    height: 100vh;
    box-shadow: 7px 0px 20px rgb(0 0 0 / 20%);
    background: rgba(255, 255, 255, 0.5);
    /* background-color: #333;*/
}

.site-header-top-student {
    background-color: transparent;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
}

.site-header-top-student.sticky_active {
    background-color: hsl(0deg 0% 100% / 100%);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}

.site-header-top-student.sticky_active .student-users-right .live__class_ {
    color: #444;
}

.site-header-top-student.sticky_active .right__users ul>li>a {
    color: #444;
}

.site-header-top-student.sticky_active .right__users .user-arrow:after {
    border: solid #444;
}

.student-brand-left {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    min-height: 70px;
    background-color: #fff;
}

.student-brand-left .logo-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.student-brand-left .logo-brand img {
    max-width: 70px;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    background-color: transparent;
}

.menubar-hoverable .menu-icon {
    left: 102px;
    top: 6px;
    z-index: 10;
    width: 46px;
    position: fixed;
}

.menu-section-student {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: calc(100vh - 81px);
    margin-top: 8px;
}

.menu-section-student:hover {
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
}

.menu-section-student ul {
    padding: 0px 10px;
    margin: 0px;
}

.menu-section-student ul li {
    list-style: none;
    /* background-color: #fff; */
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0);
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 31%);
}

.menu-section-student ul li a {
    display: inline-flex;
    /* color: #000; */
    color: #fff;
    text-decoration: none;
    padding: 5px 5px 5px 8px;
    transition: 0.3s;
    letter-spacing: 0.8px;
    font-size: 16px;
    min-height: 45px;
}

.menu-section-student ul li a:hover {
    padding-left: 10px;
    transition: 0.3s;
}

.menu-section-student ul li a .student-nav-icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    /*border: solid 1px #ddd;*/
    /*box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 41%);*/
    /*background: rgb(133,172,255);
    background: linear-gradient(0deg, rgba(133,172,255,1) 0%, rgba(25,72,154,1) 83%);*/
}

.menu-section-student ul li a .student-nav-icon img {
    max-width: 80%;
}

.menu-section-student .nav-txt {
    margin-left: 10px;
    margin-top: 9px;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    font-size: 16px;
}

.menubar-visible .left-sidebar-student {
    width: 250px
}

.menubar-hoverable .left-sidebar-student:hover {
    width: 250px
}

.menubar-hoverable .left-sidebar-student:hover .menu-section-student .nav-txt {
    opacity: 1;
}

.menubar-visible .page-wrapper_student {
    width: calc(100% - 255px);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.menubar-visible .nav-txt {
    opacity: 1;
}

.menubar-visible .student-brand-left {
    width: 250px;
}

.menubar-visible .student-brand-left .logo-brand img {
    max-width: 60%;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.left-sidebar-student:hover .student-brand-left .logo-brand img {
    max-width: 60%;
}

.left-sidebar-student:hover .menubar-hoverable .menu-icon {
    left: 265px;
}

.menu-icon-move {
    left: 265px !important;
}

.menubar-visible .menu-icon {
    left: 265px !important;
}


/* ---------------------- coordinator css ------------------------------ */

.nav-txt {
    text-shadow: 2px 2px 2px rgb(51 51 51 / 26%);
}

.bg-color-6 {
    background-color: #f35b4b !important;
}

.menubar-visible .left-sidebar {
    width: 240px;
}

.menu-section ul li a {
    white-space: nowrap;
}

.menubar-visible .left-sidebar .nav-txt {
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.menubar-visible .page-wrapper {
    width: calc(100% - 245px);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.left-sidebar-teachers .nav-txt {
    padding-left: 5px;
}

.left-sidebar-coorninator .nav-txt {
    padding-left: 5px;
}

.teacher_bg.menubar-visible .menu-icon {
    left: initial !important;
}

.coordinator_bg.menubar-visible .menu-icon {
    left: initial !important;
}

.teacher_bg.menubar-visible .menu-section ul li a {
    padding: 6px 13px;
}

.teacher_bg.menubar-visible .menu-section ul li a:hover {
    padding-left: 13px;
}

/* ---------------------- parent css ------------------------------ */

.parent_bg {
    /*background-image: url(../images/coordinator_bg.jpg);*/
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f6f5fd;
    font-size: 20px;
}

.left-sidebar-parent {
    position: fixed;
    top: 71px;
    width: 80px;
    z-index: 99;
    transition: 0.2s ease-in;
    left: 0px;
    /*background-color: #fff0b7;*/
    background-color: #fff;
    box-shadow: 7px 9px 11px rgb(51 51 51 / 18%);
    height: 100vh;
}

.left-sidebar-parent:hover {
    width: 250px;
}

.left-sidebar-parent:hover .nav-txt {
    opacity: 1;
}

.left-sidebar-parent:hover .student-nav-icon img {
    max-height: 35px;
}

.left-sidebar-parent .menu-section {
    max-height: calc(100vh - 81px);
}

.left-sidebar-parent .student-nav-icon img {
    max-height: 40px;
    transition: 0.3s;
}

.left-sidebar-parent .menu-section ul li {
    background-image: none;
    /* background-image: linear-gradient(#a2d5ed); */
    /* background-image: linear-gradient(#b5def2); */
    border-bottom: solid 1px rgb(0 0 0 / 20%);
    border-radius: 0px;
}

.left-sidebar-parent .menu-section ul li a {
    color: #272727;
    margin-bottom: 0px;
    padding: 8px 15px;
    white-space: nowrap;
}

.left-sidebar-parent .menu-section ul li a:hover {
    /* background-color: #fff9e1; */
    background-color: #4cb7ec;
    padding-left: 20px;
}

.left-sidebar-parent .menu-section ul li:last-child {
    border-bottom: solid 0px rgb(0 0 0 / 20%);
}

.left-sidebar-parent .nav-txt {
    text-shadow: none;
    padding-left: 5px;
    opacity: 0;
}

.page-wrapper-parent {
    float: right;
    margin-top: 81px;
    padding-top: 15px;
    letter-spacing: 0.8px;
    width: calc(100% - 90px);
    transition: 0.3s;
}

.menubar-visible .page-wrapper-parent {
    width: calc(100% - 250px);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.menubar-visible .left-sidebar-parent .student-nav-icon img {
    max-height: 35px;
    transition: 0.3s;
}

.parent-dash {
    width: 100%;
    float: left;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    transition: 0.5s;
    box-shadow: rgb(0 0 0 / 32%) 0 0 16px;
}

.parent_table {
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    /*min-height: 480px;*/
}

.parent_bg .birthday-section {
    border-radius: 5px;
}

.menubar-visible .left-sidebar-parent {
    width: 240px;
}

.menubar-visible .left-sidebar-parent .nav-txt {
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

.menubar-visible .left-sidebar-parent .nav-txt {
    opacity: 1;
}

.menubar-visible .left-sidebar-parent:hover {
    width: 240px;
}

.menubar-visible .left-sidebar-parent:hover .nav-txt {
    opacity: 1;
}

.parent_bg.menubar-visible .menu-icon {
    left: initial !important;
}

.menu-section:hover {
    overflow-y: scroll;
}

.parent_table>h2 {
    color: #265ed7;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-wrapper-parent .notice-board {
    padding: 0px;
    background-image: none;
    background-repeat: repeat;
    position: relative;
    background-size: 100%;
    border-radius: 10px;
    border: solid 1px #c19144;
    background-color: #ffe0af;
}

.page-wrapper-parent .notice-board .block-hdnews {
    padding: 0px 0px 15px 0px;
}


.page-wrapper-parent .notice__heading_xte {
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    background-image: linear-gradient(to right, #9c732f, #ffe0af);
    margin-bottom: 3px !important;
}

.page-wrapper-parent .notice-board h4 {
    color: #5f3b00;
    padding: 10px 15px;
    box-shadow: none;
    background-color: #dcb068;
    box-shadow: 0px 2px 2px #bb9d6d;
    margin: 0px;

}

._modal_dash_w {
    max-width: 600px;
}
._modal_dash {
    background-color: #ffffff !important;
}

._modal_dash .modal-title {
    margin-left:auto;
    color: #fff;
}


._modal_dash .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #fff;
}

._modal_dash .modal-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3a57a7;
}


.marque_footer {
    display: flex;
    justify-self: flex-end;
    justify-content: flex-end;
    padding: 10px;
    border-top: solid 1px rgb(0 0 0 / 6%);
}


.page-wrapper-parent .notice-board img {
    position: absolute;
    top: -14px;
    left: 157px;
}

/*.page-wrapper-parent .notice-board .list-wrpaaer {
    height: 240px;
}*/

.page-wrapper-parent .birthday-section {
    margin-bottom: 30px;
}

.page-wrapper-parent .notice-board .date {
    font-size: 14px;
    float: right;
    color: #736121;
    margin-top: 6px;
}

.student__select {
    float: right;
    margin-top: 4px;
    margin-right: 20px;
}

/* .student__select .form-control {
    font-size: 18px;
} */


/*chage paass*/

.chage-pass {
    align-content: center;
    justify-content: center;
    min-height: 80vh;
}

.chage-pass-main {
    background-color: #fff;
    padding: 25px;
    box-shadow: rgb(0 0 0 / 21%) 0 0 16px;
    border-radius: 25px;
}

.chage-pass-icon {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 21%) 0 0 16px;
    margin: auto;
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}

.chage-pass-icon img {
    height: 100%;
}

.chage-pass-main .admin_input {
    border: 1px solid #ced4da;
    color: #333 !important;
    border-radius: 25px 25px 25px 25px !important;
}

.chage-pass-main .pass-error label {
    /* position: absolute;*/
    margin-bottom: 0px;
    /* font-size: 13px;
    left: 31px;*/
}

.submit_btn {
    width: 100%;
    float: left;
    background: #fbb030;
    border: none;
    outline: none;
    padding: 7px 0px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 4px 0px #d38500;
    text-shadow: 1px 1px 0px #b77e1c;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 25px;
}

.submit_btn:hover {
    background: #eca223;
    box-shadow: 0px 5px 0px #c57f06;
    transition: 0.3s;
}

.chage-pass-main .pass-lab-text {
    margin-top: 6px;
    margin-bottom: 0px;
}

.input-group {
    margin-bottom: 20px;
}


.erp_tbl_cross th {
    text-align: center;
    font-size: 13px;
    background-color: var(--gray);
    color: #fff;
    white-space: nowrap;
}

.erp_tbl_cross td {
    font-size: 13px;
    vertical-align: inherit;
}

.per-1 {
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

.per-2 {
    padding-left: 5px;
    position: relative;
    text-align: left;
}

.rotate-line:before {
    content: '';
    display: inline-block;
    height: 90%;
    transform: rotate(-81deg);
    width: 2px;
    background: #d3d9de;
    position: absolute;
    top: 3px;
    left: 52px;
}

.rotate-line {
    width: 100px !important;
}

.rotate-line p {
    margin-bottom: 0px;
}

.table thead th {
    vertical-align: baseline;
}


.per-1:before {
    margin-left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    position: relative;
    top: 7px;
    right: 3px;
    position: absolute;
}


.per-2:before {
    margin-left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: relative;
    top: 7px;
    right: 23px;
    position: absolute;
}

.erp_tbl_cross td ul {
    margin-bottom: 0px;
}

.erp_tbl_cross td ul li i {
    margin-right: 3px;
    color: #9cacaf;
}

.erp_tbl_cross td ul li {
    list-style-type: none;
    white-space: nowrap;
    font-size: 13px;
}

.nav_top2 {
    width: 100%;
    float: left;
    padding-left: 11px;
    margin-top: 10px;
    margin-bottom: 9px;
}

.Profile__secton input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.nav_top2 li {
    float: left;
    list-style-type: none;
    margin-right: 30px;
    min-width: 270px;
}

.nav_top2 li a {
    color: #333;
    text-decoration: none;
}

.nav_top2 li.active a {
    color: #007bff;
}

.nav_top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

ul.QuiestionOne ::marker {
    font-size: 18px;
    margin-top: 20px;
}

.main-page h2 {
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #00000012;
}

ul.QuiestionOne {
    padding-left: 10px;
    margin-top: 18px;
}

.QuiestionFill input {
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #00000091;
    padding: 0px 10px;
}

ol.QuiestionFill span {
    position: absolute;
    margin-top: -7px;
}

ol.QuiestionFill {
    padding-left: 25px;
    margin-top: 10px;
}

.QuiestionFill li {
    line-height: 30px;
    font-size: 15px;
    margin-top: 14px;
}

.pairsflex {
    display: flex;
    padding-left: 13px;
    margin-top: 19px;
}

.itemNub {
    width: calc(100% / 7);
    float: left;
}

.pairsflex .pairone {
    min-width: 300px;
}

.arrangeBox {
    border: 1px solid #00000038;
    line-height: 40px;
    padding: 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.processmsg {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

button.button {
    background: #fbb030;
    border: none;
    outline: none;
    padding: 7px 0px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 4px 0px #d38500;
    text-shadow: 1px 1px 0px #b77e1c;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 10px 30px;
    margin-bottom: 20px;
}

ul.QuiestionOne li {
    float: left;
    min-width: 560px;
    line-height: 30px;
    font-size: 15px;
    list-style: none;
    margin-bottom: 12px;
}

.QuiestionOne .form-check-label {
    margin-bottom: 0;
    float: left;
    line-height: 19px;
}

.nav_top li {
    list-style-type: none;
    float: left;
    margin-right: 15px;
}

.list_teacher_li li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.nav_top li a {
    border-radius: 5px;
    border: solid 1px #a7a7a7;
    padding: 7px 10px;
    border-radius: 5px;
    list-style-type: none;
    display: block;
}

.question__list {
    background-color: #e6e6e6;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    display: flow-root;
}

.question__list li {
    float: left;
    list-style: none;
    margin-right: 30px;
}

.questions__ol {
    padding: 20px 40px;
    border: solid 1px #ddd;
    border-top: none;
}

.questions__ol li {
    padding-left: 15px;
    line-height: 35px;
    position: relative;
    z-index: 1;
}

.questions__ol li:after {
    position: absolute;
    content: '';
    left: -25px;
    width: 30px;
    height: 30px;
    background-color: #f3b064;
    margin-bottom: 10px;
    border-radius: 3px;
    z-index: -1;
    top: 4px;
}

.arrangeFill {
    margin-top: 0px;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 7px;
}

.textareaBox textarea {
    resize: none;
}

.arrangeFill input {
    border: 0px;
    border-bottom: 1px solid #656363;
    padding: 6px;
}

.textareaBox h3 {
    font-size: 16px;
}

.textareaBox {
    padding: 0 11px;
    margin-top: 10px;
}

.arrangeFill .itemNub {
    width: calc(100% / 7);
    margin-bottom: 18px;
    padding: 0px 15px;
    margin-left: 10px;
    margin-right: 15px;
}

.page_name h2 p {
    font-size: 14px;
    font-weight: 600;
    background-color: #6e94e7;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #00000012;
    padding-left: 45px;
    color: #fff;
}

.white_bg label {
    cursor: pointer;
}

.drag_drop {
    max-width: 250px;
    background: linear-gradient(45deg, #e8e8e8, #f1f1f1);
    padding: 8px;
    font-weight: 500;
    border: 1px solid #a9a8a8;
    color: #000;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
}

/*.drag_drop:after {
    top: 7px;
    content: '';
    background-color: #fff;
    height: 24px;
    width: 35px;
    position: absolute;
    right: -1px;
}*/
.drag_drop2:before {
    top: 7px;
    content: '';
    height: 25px;
    width: 19px;
    position: absolute;
    left: 16px;
    background-color: #ada6a6;
    transition: 1s;
    margin-top: 15px;
}

.drag_drop2 {
    background: linear-gradient(45deg, #fff, #fff);
    padding: 8px;
    font-weight: 500;
    border: 1px solid #a9a8a8;
    max-width: 250px;
    margin-left: 20px;
    cursor: pointer;
    color: #000;
    transition: 1s;
    margin-top: 15px;
}

.dragans {
    max-width: 250px;
    background: linear-gradient(45deg, #e8e8e8, #f1f1f1);
    padding: 8px;
    font-weight: 500;
    border: 1px solid #a9a8a8;
    color: #000;
    cursor: pointer;
    position: relative;
    margin-bottom: -6px;
    width: 100%;
    right: -7px;
    top: 14px;
}

.ansmatch {
    background: linear-gradient(45deg, #fff, #fff);
    padding: 8px;
    font-weight: 500;
    border: 1px solid #a9a8a8;
    max-width: 250px;
    margin-left: 0px;
    cursor: pointer;
    color: #000;
    top: 14px;
    position: relative;
    width: 100%;
    left: -14px;
    margin-bottom: -6px;
}

.ansmatch:before {
    top: 7px;
    content: '';
    height: 25px;
    width: 19px;
    position: absolute;
    left: -20px;
    background-color: #ada6a6;
    margin-top: 0px;
}

/*.dragans:after {
    top: 7px;
    content: '';
    background-color: #fff;
    height: 24px;
    width: 35px;
    position: absolute;
    right: -1px;
}*/

label.ans {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    float: left;
    /*	font-family: 'Rancho', cursive;*/
    font-size: 25px;
}

/*.drag_drop2:hover {
    margin-left: -60px;
    transition: 1s;
}*/
/*.drag_drop2:hover.drag_drop2:before {
    left: -80px;
    transition: 1s;
    margin-top: 15px;
}*/
.drag_drop.active:before {
    content: "";
    position: absolute;
    top: 9px;
    right: -14px;
    width: 0px;
    z-index: 5;
    height: 0px;
    border-bottom: solid 10px transparent;
    border-left: solid 13px red;
    border-top: solid 10px transparent;
}

span.Qname {
    float: left;
    margin-top: 10px;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.new_border span.Qname {
    float: left;
    margin-top: 10px;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
}

.arrange_seq {
    background-color: #f1f1f1;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #0000001a;
    border: 1px solid #d4d4d4;
    min-width: 400px;
    line-height: 12px;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.white_bg {
    background-color: #fff;
    float: left;
    width: 100%;
}

.nav_top li a {
    color: #333;
    text-decoration: none;
}

.nav_top li.active a {
    color: #ffffff;
    background-color: #f49949;
    border: solid 1px #da8234;
}

.add__bnt__right {
    float: right;
    background-color: #ff8b00;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.add__bnt__right:hover {
    text-decoration: none;
    color: #fff;
}

.content__teacher__slidershow {
    width: 100%;
    float: left;
}

.text__content__box {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.show__content {
    width: 100%;
    float: left;
    display: none;
    border: solid 1px #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.show {
    display: block;
}

.text__content {
    font-size: 18px;
    float: left;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 0px;
}

.tbl__body_ ul {
    padding: 0px;
    margin: 0px;
}

.tbl__body_ ul li {
    background-color: #ebf6fe;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    list-style-type: none;
}

.tbl__body_ h3 {
    padding: 0px;
    margin: 15px 0px;
    font-size: 22px;
    font-weight: bold;
}

.input-group .label__controll {
    display: block;
    width: 100%;
}

.cont-list-icons {
    float: right;
}

.cont-list-icons a {
    display: inline-block;
}

.cont-list-icons a:hover {
    opacity: 1;
}

.cont-list-icons a i {
    color: #fff;
}

.cont-list-icons .fa-eye {
    background: #6c757d;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-download {
    background: #14bae7;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-pencil-square-o {
    background: #35c218;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-trash-o {
    background: #f00;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-upload {
    background: #ff5722;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-angle-down {
    background: #9C27B0;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-toggle-on {
    background: #007bff;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-toggle-off {
    background: #6c757d;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.cont-list-icons .fa-lock {
    background: #eb7b24;
    padding: 6px 0px;
    width: 33px;
    border: solid 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}

.error_ {
    width: 100%;
    float: left;
    color: red;
    margin-top: 5px;
}

.main-page.multiselectMain .btn-group button {
    width: 100%;
    text-align: left;
    border: solid 1px #ddd;
}

.main-page.multiselectMain .btn-group {
    width: 100%;
    text-align: left;
}

.main-page.multiselectMain .btn-group .caret {
    float: right;
    margin-top: 8px;
    display: none;
}

.work__btn {
    display: block;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 13px;
    background: #676767;
    transition: 0.3s;
}

.work__btn:hover,
.work__btn:focus {
    color: #fff;
    text-decoration: none;
    background: #333;
}

.dataTables_wrapper table thead tr th:last-child:before {
    display: none;
}

.dataTables_wrapper table thead tr th:last-child:after {
    display: none;
}

.page_name {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.page_name>h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #333;
}

.Profile__picture__user {
    background-color: #efefef;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    padding-top: 25px;
}

.Profile__same {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: solid 1px #ddd;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Profile__same img {
    object-fit: cover;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.profile__pxt {
    margin-top: 15px;
}

.file__uploaded label {
    display: inline-block;
    background-color: #ffffff;
    color: #4c4c4c;
    padding: 3px 7px;
    font-family: sans-serif;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -1rem;
    margin-bottom: 0px;
    box-shadow: 0px 0px 2px #696969;
}

.file__uploaded {
    position: relative;
    display: flex;
    justify-content: center;
}

.border__radius5 {
    border-radius: 5px;
    border: solid 2px #737373;
    max-width: 100%;
    object-fit: cover;
}

.close__size {
    font-size: 22px;
}

.multiselectMain .dropdown-toggle::after {
    margin-left: 15px;
    border: solid #333;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 4px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
}

.multiselectMain .dropdown-menu.show {
    padding-bottom: 5px;
    width: 100%;
}

.multiselectMain .multiselect-container>li>a>label {
    padding: 3px 20px 3px 20px;
    color: #333;
}

.multiselectMain .input-group .input-group-addon {
    width: 35px;
    background-color: #efefef;
    border: solid 1px #d4d4d4;
    text-align: center;
    line-height: 31px;
    border-right: none;
}

.main-page.multiselectMain .input-group-btn button {
    border-left: solid 0px #ddd;
    border-radius: 0px;
}

.multiselectMain .multiselect-item.filter {
    width: 96.5%;
}

.Profile__secton {
    background-color: #fff;
    /* box-shadow: #0000002b 0 0 16px;*/
    border-radius: 10px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.optname {
    background-color: #f1f1f1;
    padding: 6px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #0000001a;
    border: 1px solid #d4d4d4;
}

.profile__box_main {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
}

.Profile___user_title {
    justify-content: center;
    text-align: left;
    margin-bottom: 4px;
    padding-left: 50px;
}

.Profile___user_title span {
    color: #333;
    font-weight: bold;
}

.con_documentupload {
    max-width: 550px;
}

.profile__lists ul {
    padding: 0;
    margin: 0px;
}

.profile__lists ul li {
    list-style: none;
    float: left;
    width: 48%;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
}

.profile__lists ul li span {
    font-weight: normal;
    padding-left: 3px;
    float: right;

}

.flashmsg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 17px;
    color: #713e83;
    animation: blink 2s linear infinite;
    font-size: 17px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.profile__lists ul li input {
    float: right;
    text-align: center;
    border: 1px solid #d7d4d4;
    color: #606060;
}

.ad_new-bt {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #ededed;
    padding-top: 17px;
}

.profile__Nametitle {
    width: 100%;
    float: left;
    padding: 15px 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.55rem;
    color: #713e83;
}

.notice__heading_xte {
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    color: #303030;
    background-image: linear-gradient(to right, #d2d2d2, white);
    margin-bottom: 3px !important;
}

.teacher_bg .notice__heading_xte {
    background-image: linear-gradient(to right, #9c871d, #ffeb98);
    color: #fff;
}

.coordinator_bg .notice__heading_xte {
    background-image: linear-gradient(to right, #9c871d, #ffeb98);
    color: #fff;
}

.ntcefade {
    background-image: linear-gradient(to right, #4CAF50, #f9f9f9) !important;
}

.list-aggregate li {
    margin-bottom: 12px;
    line-height: 20px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.newsticker-jcarousellite li {
    margin-bottom: 10px;
    line-height: 20px;
    list-style: none;
}

.note_book_tile {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.parent_bg .note_book_tile {
    border: solid 1px rgb(0 0 0 / 25%)
}

.noticeboard__pop .modal-title {
    text-transform: capitalize;
}

.camera__box {
    width: 92%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 257px;
    border: solid 0px #ddd;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #9d6caf, #ffcaa3);
}

.camera__rigthSection ul {
    padding: 0px;
    margin: 0px;
    border-top: none;
    border-right: none;
    flex-wrap: wrap;
    display: flex;
}

.camera__rigthSection ul li {
    list-style: none;
    width: calc(96% / 3);
    text-align: center;
    /*  border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;*/
    padding: 10px;
    min-height: 90px;
    /* background-color: rgb(113 62 131 / 5%);*/
    /*box-shadow: 0px 0px 12px rgb(189 189 189 / 33%) inset;*/
    background-image: linear-gradient(to bottom, #9d6caf, #ffcaa3);
    margin-right: 2%;
    border-radius: 15px;
    margin-bottom: 25px;
}

.camera__rigthSection ul li:nth-child(1) {
    border-top: solid 0px #ddd;
    /*  background-color: rgb(255 247 241);*/
}

.camera__rigthSection ul li:nth-child(2) {
    border-top: solid 0px #ddd;
    /*background-color: rgb(255 247 241);*/
}

.camera__rigthSection ul li:nth-child(3) {
    border-top: solid 0px #ddd;
    /* background-color: rgb(255 247 241);*/
    margin-right: 0%;
}

.camera__rigthSection ul li:nth-child(6) {
    margin-right: 0%;
}

.camera__rigthSection ul li p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.Camera__MainSection {
    /* border: solid 1px #ddd;*/
    display: flex;
}

.camera__virtual {
    margin-top: 50px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.virtual_webcame h1 {
    max-width: 50px;
}


.share__chapter {
    width: 100%;
    float: left;
    /*border-left: solid 1px #ddd;*/
    padding: 10px;
    /*background-color: #f8f5f9;*/
}

.share__all__icons {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.share__all__icons li {
    float: left;
    width: calc(50% - 20px);
    list-style: none;
    text-align: center;
    padding-top: 12px;
    /*border: solid 1px rgb(0 0 0 / 16%);*/
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    box-shadow: 0px 0px 28px #0000005c inset;
    min-height: 90px;
}


.share__all__icons li .pictures {
    position: absolute;
    right: 33px;
    top: 10px;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 10px
}

.share__all__icons li .pictures img {
    width: 30px;
}

.share__all__icons li p {
    margin-bottom: 0px;
    padding-top: 50px;
    color: #fff;
}

.share__all__icons li:nth-child(1) {
    background-color: #b771d8;
}

.share__all__icons li:nth-child(2) {
    background-color: #ffa867;
}

.share__all__icons li:nth-child(3) {
    background-color: #ffa867;
}

.share__all__icons li:nth-child(4) {
    background-color: #b771d8;
}


.share__chapter h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: initial;
    margin-bottom: 0px !important;
    width: 100%;
    float: left;
    padding: 10px;
}

.virtual__listQ {
    margin: 10px 0px 0px 0px;
    padding: 10px;
}

.virtual__listQ li {
    list-style: none;
    color: #fff;
}

.Camera__MainSection_next {
    /*border: solid 1px #ddd;*/
    display: flex;
    border-top: none
}

.Camera__MainSection .camera__profile__pic {
    text-align: center;
}

.Camera__MainSection .camera__profile__pic .camera__user {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: solid 0px #ddd;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.Camera__MainSection .camera__profile__pic .camera__user img {
    max-width: 70%;
}

.camera__profile__pic p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.stop__bnnt {
    justify-content: center;
    padding: 20px 0;
}

.stop__bnnt button {
    display: block;
    position: relative;
    float: left;
    width: 120px;
    padding: 0;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s;
    background: #f3840f;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 0px 5px 0px 0px #b35f06;
    font-size: 25px;
    text-transform: uppercase;
}

.stop__bnnt button:focus {
    box-shadow: 0px 5px 0px 0px #8e0b18;
    background: #cc7112;
}

.virtualLeft {
    width: 7%;
    background-color: #008aa3;
    /* height: 800px;*/
    border-radius: 10px 0px 0px 10px;
    position: relative;
}

/*.virtualLeft:before {
    content: '';
    position: absolute;
    right: -78px;
    bottom: 0;
    width: 78px;
    background-color: #e5ba39;
    z-index: 2;
    height: 7px;
}
*/
.virtualLeft:after {
    content: '';
    position: absolute;
    right: -150px;
    bottom: 0;
    width: 78px;
    background-color: #f20253;
    z-index: 2;
    height: 5px;
}


.virtual__nav__bar {
    padding-top: 10px;
}

.virtual__nav {
    padding: 0px;
    margin: 0px;
}

.virtual__nav li {
    list-style: none;
    margin-bottom: 10px;
}

.virtual__nav li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
}

.virtual__nav li a .numbers {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.virtual__nav li img {
    max-width: 30px;
    opacity: 0.9;
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.virtual__nav li a:hover .emojiicons img {
    max-width: 31px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.emoji__icons:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 50%;
    height: 1px;
    background-color: #f20553;
    top: 0px;
}

.emoji__icons:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 50%;
    height: 1px;
    background-color: #e5ba39;
    top: 7px;
}

.emoji__icons {
    padding-top: 25px;
    position: relative;
}

.emoji__icons li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.emoji__icons li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-right: 9px;
}

.emoji__icons li a .icons {
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    right: 16px;
    top: -7px;
}

.emoji__icons li img {
    max-width: 28px;
    opacity: 0.9;
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.emoji__icons li a:hover .emojii img {
    max-width: 29px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.virtualCenter {
    width: 74.2%;
    background-color: #0a73a0;
    border-top: solid 5px #008aa3;
    border-bottom: solid 5px #e5ba39;
}

.virtualCenter .virtual_webcame {
    height: 550px;
}

.virtualCenter .virtualBTN {
    background-color: #008aa3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 6px rgb(51 51 51 / 52%);
}

.virtualCenter .virtualBTN.cl {
    background-color: #ff9715 !important;
}

.virtualCenter .virtualBTN a {
    color: #fff;
    text-decoration: none;
    min-width: 150px;
    padding: 2px 15px;
    text-align: center;
    font-size: 16px;
    cursor: not-allowed;
}

.virtualCenter .virtualBTN:hover {
    box-shadow: 0px 5px 6px rgb(51 51 51 / 70%);
}

.virtualCenter .virtualBTN a i {
    display: block;
}

.virtualCenter .btnvirtual {
    padding: 5px 0px;
    background-color: #fff;
    border-top: solid 5px #e5ba39;
    position: relative;
}

.virtualCenter .btnvirtual:after {
    content: '';
    position: absolute;
    right: 80px;
    top: -5px;
    width: 78px;
    background-color: #f20253;
    z-index: 2;
    height: 5px;
}


.virtualRight {
    width: 19%;
    /* height: 700px;*/
    background-color: #e5ba39;
    border-radius: 0px 10px 10px 0px;
    position: relative;
}

.virtualRight:before {
    content: '';
    position: absolute;
    left: -78px;
    top: 0;
    width: 78px;
    background-color: #e5ba39;
    z-index: 2;
    height: 5px;
}

.virtualRight:after {
    content: '';
    position: absolute;
    left: -150px;
    top: 0;
    width: 78px;
    background-color: #f20253;
    z-index: 2;
    height: 5px;
}


.student__icon__list {
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.student__icon__list li {
    list-style: none;
    margin-bottom: 10px;
}

.student__icon__list li a {
    margin-left: auto;
    margin-right: auto;
    line-height: 29px;
    color: #333;
}

.student__icon__list li a .share_icons_picture {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 43px;
}

.student__icon__list li a .share_icons_picture img {
    max-width: 60%;
}



.virtualRight__share {
    text-align: center;
}

.virtualRight__share h1 {
    margin: 0px;
    padding: 12px 0px 16px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.virtualRight__share h1::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 50%;
    height: 2px;
    background-color: #008aa3;
    bottom: 5px;
}

.virtualRight__share h1::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 50%;
    height: 2px;
    background-color: #f20553;
    bottom: -2px;
}

.virtualRight__share .Share__icon__list {
    padding: 0px;
    margin: 25px 0px 0px 0px;
}



.virtualRight__share .Share__icon__list li {
    list-style: none;
    margin-bottom: 15px;
}

.virtualRight__share .Share__icon__list li a img {
    width: 50px;
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.virtualRight__share .Share__icon__list li a:hover .share_icons_picture img {
    width: 51px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 2);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 2);
    transition: .3s cubic-bezier(.175, .885, .32, 2);
}

.Student_Queries h1 {
    margin: 0px;
    padding: 10px 10px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: relative;
}


.Student_Queries h1::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 50%;
    height: 2px;
    background-color: #008aa3;
    bottom: 5px;
}

.Student_Queries h1::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 50%;
    height: 2px;
    background-color: #f20553;
    bottom: -5px;
}

/*Checkbox CSS*/

.share__all__icons li input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
}

.share__all__icons li input[type=checkbox] {
    display: none;
}

.share__all__icons li input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid rgb(255 255 255 / 25%);
    border-radius: 0.2em;
    display: block;
    width: 24px;
    height: 24px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin: auto;
}

.share__all__icons li input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.share__all__icons li input[type=checkbox]:checked+label:before {
    background-color: #713e83;
    border-color: #6e238e;
    color: #fff;
}

.share__all__icons li input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.share__all__icons li input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.virtualBoard {
    width: 100%;
    float: left;
    padding: 15px;
}

.virtualBoard__texttype {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.virtualBoard__texttype .Whiteboard__box {
    width: 100%;
    float: left;
    min-height: 260px;
    padding: 30px 30px 30px;
    font-family: 'Nerko One', cursive;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 8px 8px 30px 0 rgb(98 93 240 / 50%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    border: solid 5px #f5b572;
    background-color: #4a7a6a;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 10px #164636;
    -webkit-box-shadow: inset 0 0 10px #164636;
    box-shadow: inset 0 0 10px #164636;
}

.virtualBoard__texttype .Whiteboard__box p {
    color: #fff;
}

.effect5 {
    position: relative;
    z-index: 2;
}


.effect5:before,
.effect5:after {
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: -1;
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
    z-index: -1;
}

.Whiteboard__title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.page_search_bnt.mt-3 {
    margin-top: 6.7% !important;
}

.pagesearch_btn {
    background: #f48636;
    border: none;
    outline: none;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 3px;
}

#newsticker-demo {
    padding-left: 15px;
    padding-right: 15px;
}

.BoxTxt_leave {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
}

.BoxTxt_leave>p {
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
    padding-top: 8px;
    font-size: 22px;
    font-weight: bold;
}

.BoxTxt_leave>input {
    width: inherit;
}

.BoxTxt_leave a {
    text-decoration: none !important;
}

.owl__slider {
    padding-right: 25px;
    padding-left: 25px;
}

/*Owl Slider Product*/

.owl__slider .post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 0px 22px -9px #0c0c0c;
    /* background-image: url("../images/holiday_picture.jpg");
    background-size: cover;*/
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #9d6caf, #ffcaa3);
}

.owl__slider .post-slide .post-content {
    padding: 15px;
    border-radius: 15px;
    color: #333;
}

.owl__slider .post-slide .post-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 2px rgb(51 51 51 / 44%);
}

.owl__slider .post-slide .post-title span {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}

.post-content .post-title img {
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0px 0px 3px 0px rgb(51 51 51 / 27%);
}

/*.owl__slider .post-slide .post-title:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 35px;
    height: 1px;
    background-color: #fff;
    top: 34px;
}*/

.owl__slider .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 40%;
    left: -45px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl__slider .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    right: -45px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl__slider .owl-controls .owl-buttons .owl-prev:after,
.owl__slider .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl__slider .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


h3.holiday_title_ {
    padding: 30px 0px 15px;
    font-size: 22px;
    font-weight: bold;
    color: #713e83;
}

.allmodal_popup .modal-header {
    background-color: #713e83;
    color: #fff;
}

.allmodal_popup .modal-header .close:hover {
    color: #fff;
}

.allmodal_popup .modal-header .close {
    color: #fff;
    opacity: .9;
}

.lead___History {
    max-width: 920px !important;
}

.lead__table__box h2 {
    padding: 10px 0px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.lead__table__box table th {
    background: #f48636;
    color: #fff;
}

.table-fixed {
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    max-height: 208px;
}

.table-fixed th {
    position: sticky;
    top: 0;
}




.fgrid_tbl td a .fa-eye {
    background: #f37444;
    padding: 5px 5px;
    color: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
}

.fgrid_tbl td a .fa-pencil {
    background: #0993c7;
    padding: 5px 5px;
    color: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
}

.follow__me {
    background: #713e83;
    padding: 2px 5px;
    color: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 13px;
}

.Punch_In {
    width: 130px;
    height: 60px;
    background-color: #ff943b;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.Punch_In:focus {
    box-shadow: 0px 0px 10px inset;
    outline: none;
    text-shadow: 2px 2px 2px rgb(51 51 51 / 39%);
    background-color: #1b8633;
    cursor: progress;
}

.Punch_In span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.Punch_In.active {
    box-shadow: 0px 0px 10px inset;
    outline: none;
    text-shadow: 2px 2px 2px rgb(51 51 51 / 39%);
    background-color: #1b8633;
    cursor: not-allowed;
}

.Punch_Lock {
    width: 130px;
    height: 60px;
    background-color: #868483;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
    outline: none;
    border: none;
}

.Punch_Lock:focus {
    outline: none;
}

.Punch_Lock span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.BoxTxt_leave__text {
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
}

.BoxTxt_leave__text p {
    margin-bottom: 0px;
}

.BoxTxt_leave__text span {
    margin-left: 2px;
    margin-right: 10px;
    background-color: #8BC34A;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.BoxTxt_leave__text .session__year {
    min-width: 110px;
    padding-top: 6px;
}

.form_group_control .form-group {
    margin-bottom: 2rem;
}

.heading_title_form {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.heading_title_form:after {
    position: absolute;
    content: '';
    left: 0px;
    width: 15%;
    height: 4px;
    bottom: -3px;
    background-image: linear-gradient(to right, #c76ac5, #f7a060);
    border-radius: 5px;
}

.form-group.f1 .form-control {
    height: auto;
}

.arrow_class {
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.arrow_class:after {
    border: solid #666;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 7px;
    left: -25px;
}

.Student_table.mt_top {
    margin-top: 30px;
}

a.login_back_btn {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #333;
    z-index: 5;
    border: solid 0px #c5c5c5;
    border-radius: 50%;
    text-decoration: none;
    padding-right: 5px;
    background-color: rgb(255 255 255 / 76%);
    width: 25px;
    height: 25px;
    text-align: center;
}

a.login_back_btn:after {
    border: solid #333;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
    position: relative;
    top: 0px;
    left: 3px;
    transition: 0.3s;
}

a.login_back_btn:hover {
    background-color: #f2f5f4;
    transition: 0.3s;
}

.table__ass_infor {
    display: flex;
    justify-content: center;
}

.assessment__btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.stu-dashbord {
    border-radius: 5px;
}

.QuestionBox__div {
    /*min-height: 274px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    padding: 15px;*/

    display: flex;
}

.title_listName {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: solid 1px #cecece;
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.Q-bank-box {
    width: 100%;
    float: left;
}

.result_box_right {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.result_head_Timing {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    background: #e8e8e8;
    border-radius: 5px 5px 0px 0px;
}

.result_Body_Timing {
    width: 100%;
    float: left;
    padding: 10px 15px 5px 15px;
}

.Qassessment__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.Qassessment__btn .green_btn {
    background-color: #5cb85c;
    color: #fff;
    margin-right: 10px;
}

.Qassessment__btn .blue_btn {
    background-color: #0071b1;
    color: #fff;
    margin-right: 10px;
}

.red_btn {
    background-color: #d9534f;
    color: #fff;
    margin-right: 10px;
}

.gray_btn {
    background-color: #c5c5c5;
    color: #000;
    margin-right: 10px;
}

.result_date_circle {
    padding: 0px;
    margin: 0px;
}

.result_date_circle li {
    float: left;
    list-style: none;
}

.result_date_circle li a {
    color: #333;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: solid 1px #ccc;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 32px;
    display: block;
    text-decoration: none;
}

.result_bottom_Timing {
    width: 100%;
    float: left;
    padding: 15px;
    border-top: solid 1px #dcdcdc;
}

.Ans_result_bottom {
    width: 100%;
    float: left;
}

.Ans_result_bottom p {
    float: left;
    width: 50%;
    line-height: 28px;
}

.Ans_result_bottom .green_check {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
}

.green {
    background: #5cb85c !important;
    color: #fff !important;
}

.red {
    background: #d9534f !important;
    color: #fff !important;
}

.blue {
    background: #0071b1 !important;
    color: #fff !important;
}

.gray {
    background-color: #c5c5c5 !important;
    color: #fff !important;
}

.Ans_result_bottom .purple {
    background: #9200b1;
}

.Ans_result_bottom .yallow {
    background: #ef900d;
}

.result_head_Timing p {
    margin-bottom: 0px;
}

.title_listName ul {
    padding: 0px;
    margin: 0px;
}

.title_listName ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.QuestionBox__div .box__Q {
    float: left;
    width: 100%;
    border: 1px solid #06a797;
    box-shadow: 2px 3px 4px 0px #00000045;
    border-radius: 7px 7px 5px 5px;
    min-height: 370px;
}

.QuestionBox__div .box__Q .Qtitle {
    display: flex;
    border: 1px solid #00000012;
    background-color: #06a797;
    border-radius: 5px 5px 0px 0px;
    padding: 8px 10px;
    color: #fff;
}

.QuestionBox__div .box__Q .Qtitle p {
    margin-bottom: 0px;
    padding-left: 10px;
}

.QuestionBox__div .box__Q .QAns {
    padding: 10px;
    float: left;
    width: 100%;

}

.QuestionBox__div .QAns input {
    border: none;
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
    outline: none;
}

.QuestionBox__div .QAns input:focus {
    border-bottom: 1px solid #636363;
}

.QuestionBox__div .QAns label.ans {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

.assess_processmsg {
    text-align: center;
    margin-top: 7px;
}

.assess_arrange_seq {
    background-color: #f1f1f1;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #0000001a;
    border: 1px solid #d4d4d4;
    min-width: 330px;
    line-height: 12px;
    padding: 10px;
    cursor: pointer;
}

.QuestionResult {
    padding: 45px 20px 20px;
    margin: 0px;
    background-color: #f3f3f3;
    width: 100%;
    float: left;
    border-radius: 3px;
    border: solid 1px #bdbdbd;
}

.QuestionResult li {
    float: left;
    list-style: none;
    width: calc(88% / 3);
    background-color: #ffff;
    margin-right: 4%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    padding-left: 43px;
    box-shadow: 2px 5px 5px #d6d6d6;
}

.QuestionResult li:after {
    position: absolute;
    content: 'Q';
    left: 0;
    width: 35px;
    text-align: center;
    background-color: #737373;
    line-height: 41px;
    top: 0px;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
}

.QuestionResult li span {
    font-weight: bold;
}

.titie__ScoreCard {
    text-align: center;
    justify-content: center;
    background-color: #f58634;
    max-width: 200px;
    align-items: center;
    margin: auto;
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    color: #fff;
}

.question__marks {
    position: absolute;
    top: -38px;
    right: 15px;
    margin-bottom: 0px;
    background-color: #08a797;
    padding: 4px 10px 10px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.Result__questionmark {
    margin-bottom: 0px;
    background-color: rgb(255 255 255 / 21%);
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 2px 2px 2px rgb(51 51 51 / 23%);
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}

.viewbtn_css {
    background-color: #0482bb;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 5px;
    display: table;
}

.viewbtn_css:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.menu-section-student ul li.active {
    background-color: #713e83;
}

.menu-section-student ul li.active a {
    color: #fff;
}

.Breakout__room {
    display: inline-block;
    background-color: #008aa3;
    color: #fff;
    padding: 5px 7px;
    border-radius: 7px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: bold;
}

.Breakout__room:hover {
    color: #fff;
    text-decoration: none;
    background-color: #713e83;
}

/*----------------------------------------------Responsive CSS ----------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .student-dash .count-title-velue {
        line-height: 45px;
    }

    .student-dashbard-pictures {
        width: 120px;
        height: 120px;
    }

    .student-dash .cont-name-right h3 {
        line-height: 23px;
        font-size: 21px;
    }

    .student-notice-board {

        background-size: 100% 103%;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {

    .student-dash {
        margin-bottom: 30px;
    }

    .student-notice-board {
        padding: 40px 40px 40px 42px;
    }

    .Student_table.mt_top {
        margin-top: 0px;
    }

}




@media (max-width: 767.98px) {


    .student-notice-board {
        padding: 40px 40px 40px 42px;
    }

    .student-notice-board h4 {
        padding: 10px 10px 10px;
    }


    .student-dash {
        margin-bottom: 20px;
    }

    .Student_table.mt-4 {
        margin-top: 1.5rem !important;
    }


    .student_calendar {
        margin-top: 50px;
    }

    .student-notice-board-body img {
        max-width: 100%;
    }

    .student-notice-board-body {
        top: -70px;
        left: 175px;
    }

    .Free__tabes__content {
        background-color: #fff;
        padding: 15px;
        min-height: 500px;
    }

    .w_bg {
        background-color: #fff;
    }

    .Free__tabes__content .nav-pills .nav-link {
        color: #333;
    }

    .noti {
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .noti_title {
        background-color: #efefef;
        padding-left: 10px;
        font-weight: 700;
        color: #353535;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 0px;
        border-bottom: solid 1px #ccc;
    }

    .noti_body {
        padding: 10px 10px 0px;
        margin-bottom: 0px;

    }

    .noti_date {
        text-align: end;
        padding-right: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #5d5d5d;
    }
}