/*************************************
  Takyon360 Web Version 0.2
    Theme Name : Paint Theme
  File Name  : takyon360-v2.css
  Designer     : Lloyd Kretz
  Start Date : 9th September 2024
*************************************/

@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Saira", sans-serif !important;
    font-weight: normal;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.animated {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.takyon360-v2 {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    /*background-color: #a2d7e4;
    outline: 1px solid slategrey;*/
    background-color: #ccc;
}

.takyon360-v2 {
    /* background: #edeef7 url("../../assets/images/main-bg.webp"); */
    background: #efefef;
}

.takyon360-v2 .page:after {
    position: absolute;
    height: 100vh;
}

.takyon360-v2.page-login-v3 .page {
    overflow: hidden;
}

.takyon360-v2.page-login-v3 .panel {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.takyon360-v2.page-login-v3 .panel:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 200px;
    /*
    background: rgba(223,174,79,1);
    background: -moz-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,174,79,1)), color-stop(50%, rgba(223,174,79,1)), color-stop(100%, rgba(88,111,143,1)));
    background: -webkit-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -o-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -ms-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: linear-gradient(to right, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfae4f', endColorstr='#586f8f', GradientType=1 );
*/
}

.takyon360-v2.page-login-v3 .panel:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*
    height: 400px;
  background: url("../../assets/images/login_rb.svg") no-repeat right bottom;
  z-index: 1;
*/
}

.takyon360-v2.page-login-v3 .brand-img {
    width: 100%;
}

.takyon360-v2.page-login-v3 .page-content .btn {
    background-color: #253e70;
    border-color: #253e70;
    border-radius: 50px;
    width: 65%;
    display: inline-block;
}

.takyon360-v2.page-login-v3 .page-content .btn:hover {
    background-color: #ff9d35;
    border-color: #ff9d35;
}

.takyon360-v2.page-login-v3 .page-content .input-group-addon {
    color: #253e70;
}

.takyon360-v2.page-login-v3 .page-content .form-material .form-control:invalid {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#dfae4f), to(#dfae4f)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#dfae4f, #dfae4f), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#dfae4f, #dfae4f), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#dfae4f, #dfae4f), linear-gradient(#e0e0e0, #e0e0e0);
}

.takyon360-v2.page-login-v3 .page-content .clrlb {
    color: #253e70;
}

.takyon360-v2.page-login-v3 .page-content .clrlb:hover {
    color: #a9d8e5;
}

.takyon360-v2 .dashboard-page {
    height: calc(100vh - 95px);
    overflow: auto;
    /* padding-bottom: 110px; */
}

.takyon360-v2 .hamburger {
    margin-top: 0;
}

.takyon360-v2 .site-menubar {
    height: 100vh;
}

.takyon360-v2 .site-menubar:before {
    transition: all ease 1s;
}

.takyon360-v2 .site-menubar:after {
    transition: all ease 1s;
}

.takyon360-v2.site-menubar-unfold .site-menubar:before,
.takyon360-v2.site-menubar-hover .site-menubar:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -60px;
    height: 100vh;
    width: 5px;
    background-color: transparent;
    /*border-left: 1px solid #586E8C;
    border-right: 1px solid #586E8C;*/
    z-index: 99;
    transition: all ease 1s;
}

.takyon360-v2.site-menubar-unfold .site-menubar:after,
.takyon360-v2.site-menubar-hover .site-menubar:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: transparent;
    /*
    border-top: 1px solid #586E8C;
    border-bottom: 1px solid #586E8C;
*/
    z-index: 99;
    transition: all ease 1s;
}

.takyon360-v2 .site-navbar {
    /* background-color: #3D52A0 !important;  */
    background-color: #253e70 !important;
    /* background-color: rgba(223, 174, 79, 1) !important; */
    z-index: 2000;
}

.takyon360-v2 .brand-logo {
    width: 65px;
    height: 35px;
    margin-right: 5px;
    float: left;
    background-size: cover !important;
    background-position: center !important;
}

.takyon360-v2 .profile-block {
    background-color: #f0faff;
    padding-bottom: 25px;
    margin-bottom: -25px;
    margin-top: -20px;
}

.takyon360-v2 .profile-block img {
    /*
    width: 35px;
  height: 35px;
*/
}

.takyon360-v2 .scrollable.is-disabled .profile-block img {
    width: 35px;
    margin-bottom: 10px;
}


/*.takyon360-v2 .navbar-right .dropdown-menu {
  z-index: 999;
}*/

.takyon360-v2 .site-menubar ul {
    min-height: 100vh;
    padding-bottom: 0px;
    padding-top: 20px;
}

.takyon360-v2 .site-menubar .is-enabled ul {
    /*padding-left: 30px;
  padding-top: 10px;*/
    transition: all ease 10s;
    position: relative !important;
    z-index: 9 !important;
    background-color: #9ad6e34a;
}


/*
.takyon360-v2 .site-menu li {
    border-bottom: 1px solid #AAB5C4;
}
*/

.takyon360-v2 .site-menu li.stntdtl {
    /*      width: 98%;*/
    border-bottom: 0 !important;
    /*    padding: 0 !important;*/
    text-align: left;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    position: relative;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.takyon360-v2 .site-menu li.stntdtl:after {
    content: "";
    width: 20px;
    height: 100%;
    /*  background-color: #DFAE4F;*/
    position: absolute;
    right: -20px;
    top: 0;
}

.takyon360-v2 .site-menu li.stntdtl a {
    /*  padding: 5px 0 5px 55px !important;*/
    text-align: left;
    color: #fff;
    line-height: 1 !important;
}

.takyon360-v2.site-menubar-hover .site-menu li.stntdtl a {
    line-height: 1 !important;
}

.takyon360-v2 .dtls {
    line-height: 1;
    margin-top: 0 !important;
    font-size: 13px;
    margin-bottom: 5px;
    padding-right: 2px;
    text-align: left;
}

.takyon360-v2.gallery .site-menu li.stntdtl a form {
    margin-bottom: 0;
}

.takyon360-v2.profile-layout .site-menu li.stntdtl a form {
    margin-bottom: 0;
}


/*.takyon360-v2 .site-menu-item:hover a {
    color: #ffffff !important;
    background-color: rgba(16, 31, 43, 0.25);
    background-color: #DFAE4F;
}*/

.takyon360-v2 .site-menu-item.has-sub:hover a.mm-next {
    background-color: transparent;
}

.takyon360-v2 .site-menu-item.active {
    color: #495465;
    background: #fff;
}

.takyon360-v2 .site-menu-item .paddi {
    padding: 0px 0 5px 55px !important;
}

.takyon360-v2 .site-menu>.site-menu-item>a {
    /* padding: 0 25px 0 0; */
    line-height: 48px;
    color: #424242;
    border-bottom: 1px solid #ddd;
    margin: 0 15px;
}

.takyon360-v2 .site-menu-icon {
    /* height: 48px; */
    width: 48px;
    margin-right: 0;
    font-size: 18px;
    top: 3px;
}

.takyon360-v2 .site-menu-icon img {
    width: 30px;
    height: 30px;
}

.takyon360-v2 .site-menu-icon:before {
    z-index: 9;
    color: #253e70;
}

.takyon360-v2 .site-menu-icon:after {
    content: "";
    /*  background: url('../../assets/images/icon-bg-yellow.svg');*/
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.takyon360-v2 .panel-title {
    z-index: 1;
}

.takyon360-v2 .panel-title i {
    color: #fff;
    margin-right: 20px;
}

.takyon360-v2 .panel-title i:after {
    content: "";
    /* background: url("../../assets/images/icon-bg-yellow.svg"); */
    width: 30px;
    height: 30px;
    position: absolute;
    left: -10px;
    background-size: 100%;
    top: -8px;
    z-index: -1;
    background: #253e70;
    border-radius: 50px;
}


/*
.takyon360-v2 .site-menu>.site-menu-item:nth-child(1) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(2) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(3) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-pink.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(4) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-blue.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(5) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-violet.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(6) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-lemon-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-dark-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+1) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+2) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+3) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-pink.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+4) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-blue.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+5) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-violet.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+6) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-lemon-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+7) .site-menu-icon:after {
  background: url('../../assets/images/icon-bg-dark-green.svg');
}
*/

.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon:after {
    background-position: bottom;
}

.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon:before {
    color: #0d93b7;
}

.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon {
    color: #33b1cb;
}

.takyon360-v2 .site-menu-item.stntdtl .site-menu-icon {
    width: 48px;
    height: auto;
    line-height: 50px;
    float: left;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #a9d8e5;
    transition: all ease 0.5s;
}

.takyon360-v2.site-menubar-fold .site-menu-item.stntdtl .site-menu-icon {
    width: 65px !important;
}

.takyon360-v2 .scrollable.is-disabled .site-menu-item.stntdtl .site-menu-icon {
    width: 65px !important;
}

.takyon360-v2 .scrollable.is-enabled .site-menu-item.stntdtl .site-menu-icon {
    width: 48px !important;
}

.takyon360-v2 .site-menu>.site-menu-item.stntdtl:hover .site-menu-icon {
    color: #fff;
}

.takyon360-v2 .site-menu-item.stntdtl .site-menu-icon:after {
    display: none;
}

.takyon360-v2.site-menubar-fold .site-menu>.site-menu-item>a {
    height: 48px;
    width: 48px;
    padding: 0;
    margin: auto;
}

.takyon360-v2.site-menubar-hover .site-menu>.site-menu-item>a {
    height: 48px;
    width: auto;
    padding: 0 25px 0 0;
    margin: auto;
}

.takyon360-v2 .mm-navbar .mm-title {
    padding: 0 35px;
}

.takyon360-v2 .mm-navbar .mm-prev {
    left: 35px;
    font-size: 22px;
    line-height: 50px;
}

.takyon360-v2 .mm-navbar>a {
    color: #253e70;
    background: #b7dff4;
    font-weight: 500;
}

.takyon360-v2.site-menubar-unfold .site-navbar .navbar-brand-text {
    display: flex;
    white-space: normal;
    /*line-height: 35px;*/
    text-align: left;
    /*margin: auto;*/
}

.takyon360-v2.site-menubar-unfold .site-navbar .navbar-brand {
    float: none;
    text-align: center;
    line-height: 35px;
    /*  padding: 13px 5px 13px 30px;*/
    margin-right: 0;
    /*  display: flex;*/
}

.takyon360-v2.site-menubar-fold.site-menubar-hover .site-navbar .navbar-brand {
    float: none;
    text-align: center;
    line-height: 35px;
    padding: 13px 5px 13px 30px;
    margin-right: 0;
    display: flex;
}

.takyon360-v2 .site-navbar .navbar-header {
    color: #fff;
    background-color: #253b6e;
}

.takyon360-v2 .takyon {
    color: #1a2d3c;
    font-size: 12px;
}

.takyon360-v2 .quick-links {
    background-color: transparent;
    box-shadow: none;
}


/*.takyon360-v2 .site-menubar-footer:before {
  content: '';
    background: url(../../assets/images/sidebar-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 230px;
    height: 127px;
    z-index: 0;
}
.takyon360-v2 .site-menubar-footer:hover {
  display: none;
  z-index: 1;
}*/

.bot_bg {
    content: "";
    /*    background: url(../../assets/images/sidebar-bg.png) no-repeat;*/
    background-size: contain;
    background-position: bottom center;
    /* position: absolute;
    bottom: 35px;*/
    right: 0;
    width: 230px;
    height: 200px;
}

.takyon360-v2 .site-footer {
    z-index: 99;
    padding: 8px 15px !important;
}

.takyon360-v2 .site-footer a {
    color: #254173;
}

.takyon360-v2 .site-footer a:hover {
    color: #a9d8e5;
}

.takyon360-v2 .site-footer:before {
    display: block;
    content: "";
    height: 120px;
    max-width: 450px;
    width: 100%;
    background: url("../../assets/images/login_students-01.svg");
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 0;
}

.takyon360-v2 .site-footer:hover {
    z-index: -1;
}

.takyon360-v2 .page-aside .list-group-item {
    padding-left: 20px;
    padding-right: 55px;
    position: relative;
}

.takyon360-v2 .page-aside .list-group-item a {
    color: #253b6e;
    font-weight: 500;
}

.takyon360-v2 .page-aside .list-group-item .actions {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    z-index: 9;
}

.takyon360-v2 .page-aside .list-group-item .btn {
    color: #212121;
    float: left;
    margin-left: 5px;
    width: 20px;
}

.takyon360-v2 .noticeboard-page {
    min-height: calc(100vh - 170px);
    height: calc(100vh - 170px);
}

.takyon360-v2 .noticeboard-page .page-aside {
    /* min-height: 100vh; */
    top: 0;
    /* padding-top: 70px; */
}

.takyon360-v2 .gallery-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .gallery-page .page-aside {
    /* min-height: 100vh; */
    top: 0;
}

.takyon360-v2.gallery #toggleMenubar a {
    padding-top: 25px;
    padding-bottom: 23px;
}

.takyon360-v2.gallery #toggleMenubar a i {
    margin-top: 0;
}

.takyon360-v2 .weeklyplan-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .weeklyplan-page .page-aside {
    min-height: 100vh;
    top: 0;
}

.takyon360-v2 .calender-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .communicate-page,
.add_weeklyplan {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .communicate-page .page-aside {
    min-height: 100vh;
    top: 0;
}

.takyon360-v2 .digitalres-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .digitalres-page .page-aside {
    min-height: 100vh;
    top: 0;
}

.takyon360-v2 .awareness-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .awareness-page .page-aside {
    min-height: 100vh;
    top: 0;
}

.takyon360-v2 .ctrlpanel-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .timetable-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .profile-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2.profile-layout #toggleMenubar a {
    padding-top: 25px;
    padding-bottom: 23px;
}

.takyon360-v2.profile-layout #toggleMenubar a i {
    margin-top: 0;
}

.takyon360-v2 .location-navigator-page {
    min-height: calc(100vh - 165px);
    height: calc(100vh - 165px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .location-navigator-page .page-aside {
    min-height: 100vh;
    top: 0;
}

.takyon360-v2 .paymenthistory-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .feedetailsrpt-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .feesummaryrpt-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .reportcard-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .ctrlpanel2-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .absencerpt-page {
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    overflow: auto;
    padding-bottom: 110px;
}

.takyon360-v2 .cat-head {
    min-height: 50px;
}

.takyon360-v2 .page-header {
    background: #effaff;
}

.takyon360-v2 .navbar-toolbar .dropdown-menu .dropdown-item {
    width: 100%;
}

.takyon360-v2 .page-content-table .table>tbody>tr>td {
    /* background-color: #fff; */
}

.takyon360-v2 .page-content-actions {
    background-color: #fff;
}

.takyon360-v2 .jalendar .jalendar-container .jalendar-pages .total-bar {
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .takyon360-v2 .site-navbar .navbar-header .hamburger .hamburger-bar,
    .takyon360-v2 .site-navbar .navbar-header .hamburger:after,
    .takyon360-v2 .site-navbar .navbar-header .hamburger:before {
        background-color: #fff;
    }
    .takyon360-v2 .site-navbar .navbar-header .navbar-toggler {
        color: #fff;
    }
    .takyon360-v2 .noticeboard-page {
        margin-left: 0;
    }
    .new_theme_mainbg {
        background-size: 100%;
    }
    .page-login-v3:before {
        background-size: 35%;
    }
    .login_fo_bg img {
        width: 80%;
    }
}

.takyon360-v2 .page-content li .card .card-img-top {
    position: relative;
}

.takyon360-v2 .page-content li .card .card-img-top .actions {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: auto;
}

.takyon360-v2 .page-content li .card .card-img-top .actions .btn {
    color: #212121;
    float: left;
    margin-left: 5px;
    width: 20px;
}

.takyon360-v2 .add-group .ui-multiselect {
    width: 100% !important;
}

.takyon360-v2 .modal {
    z-index: 9999;
}

.takyon360-v2 .modal-header {
    padding: 10px 20px;
    background-color: #253e70 !important;
}

.takyon360-v2 .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.takyon360-v2 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    outline: 0;
}

.takyon360-v2 .modal-footer {
    padding: 10px 20px;
    background-color: #f1f1f1;
}


/***** Drag and Drop file Input *****/

.takyon360-v2 .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 100px 10%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.takyon360-v2 .files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    border: 1px solid #92b0b3;
}

.takyon360-v2 .files {
    position: relative;
}

.takyon360-v2 .files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.takyon360-v2 .files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}


/***** Drag and Drop file Input End *****/

.takyon360-v2 .profile-edit .files label {
    font-weight: 500;
}

.takyon360-v2 .mb-0 {
    margin-bottom: 0px !important;
}

.takyon360-v2 .ml-20 {
    margin-left: 20px !important;
}


/***********************NEW THEME***********************/

.new_theme_bg {
    width: 100%;
    height: 100%;
}


/* .newtheme_icon_bg {
  display: inline-block;
  background-color: #e6e1dc;
  margin-bottom: 10px;
  margin-right: 15px;
  width: 150px;
  height: 190px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px 10px 10px;
  padding-bottom: 20px;
} */

.newtheme_icon_bg {
    display: inline-block;
    background-color: #00bcd48f;
    width: 130px;
    height: 125px;
    text-align: center;
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    padding-bottom: 20px;
    margin: 8px;
}

.newtheme_icon_bg:hover,
.newtheme_icon_bg:active {
    color: #fff;
}


/* 
.newtheme_icon_bg:nth-child(1) {
  background-color: #253e70;
}
.newtheme_icon_bg:nth-child(1) i {
  color: #253e70;
}
.newtheme_icon_bg:nth-child(2) {
  background-color: #99cb98;
}
.newtheme_icon_bg:nth-child(2) i {
  color: #99cb98;
}
.newtheme_icon_bg:nth-child(3) {
  background-color: #91d0df;
}
.newtheme_icon_bg:nth-child(3) i {
  color: #91d0df;
}
.newtheme_icon_bg:nth-child(4) {
  background-color: #f1bb4e;
}
.newtheme_icon_bg:nth-child(4) i {
  color: #f1bb4e;
}
.newtheme_icon_bg:nth-child(5) {
  background-color: #ddaf84;
}
.newtheme_icon_bg:nth-child(5) i {
  color: #ddaf84;
}
.newtheme_icon_bg:nth-child(6) {
  background-color: #669acc;
}
.newtheme_icon_bg:nth-child(6) i {
  color: #669acc;
}
.newtheme_icon_bg:nth-child(7) {
  background-color: #ffd5ad;
}
.newtheme_icon_bg:nth-child(7) i {
  color: #ffd5ad;
}
.newtheme_icon_bg:nth-child(8) {
  background-color: #669acc;
}
.newtheme_icon_bg:nth-child(8) i {
  color: #669acc;
} */


/*
.newtheme_icon_bg .col{
  display: flex;
}
*/

.newtheme_icon {
    padding: 10% 20% 2% 20%;
}

.newtheme_icon i {
    padding: 6px 10px;
    /*background-color: #fff;*/
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #253e70;
}

.newtheme_icon i:hover {
    color: #fff;
}

.newtheme_icon_bg p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
    white-space: break-spaces;
    color: #253e70;
    line-height: 18px;
}

.newtheme_icon_bg span {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5%;
    color: #fff;
}

.newtheme_icon_bg:hover span {
    color: #fff;
}

.school_n {
    color: #253e70;
    font-size: 16px;
}

.is-disabled .school_n {
    display: none;
}

.is-disabled .takyon360-v2 .profile-block {
    margin-bottom: 0px;
}

.new_theme_noti {
    text-align: left;
    margin-top: 10px;
}

.new_theme_noti h4 i {
    color: #ffcf6e;
    float: left;
    text-align: left;
    line-height: 17px !important;
    font-size: 25px;
    margin-right: 8px !important;
}

.hrz_scr {
    /*overflow-x: auto;
 white-space: nowrap; */
    margin-bottom: 15px;
    scroll-behavior: smooth;
}

.hrz_scr>.newtheme_icon_bg {
    display: inline-grid;
    float: none;
    overflow-wrap: break-word;
}


/*
.new_theme_noti h4 i:nth-child(1){
  color: #ffcf6e;
}
.new_theme_noti h4 i:nth-child(2){
  color: #ff6364;
}
.new_theme_noti h4 i:nth-child(3){
  color: #6fc874;
}
.new_theme_noti h4 i:nth-child(4){
  color: #ffcf6e;
}
.new_theme_noti h4 i:nth-child(5){
  color: #ffcf6e;
}
.new_theme_noti h4 i:nth-child(6){
  color: #ffcf6e;
}
.new_theme_noti h4 i:nth-child(7){
  color: #ffcf6e;
}
*/

.new_theme_noti h4 {
    float: left;
    text-align: left;
    font-size: 15px;
    color: #253e70;
    /* padding-right: 20px; */
}

.new_theme_noti p {
    display: block;
    float: left;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    top: -2px;
    position: relative;
}

.new_theme_noti p i {
    color: #ccc;
    top: 2px;
    font-size: 20px;
    margin-right: 0.4em;
}

.new_theme_noti span.sub_hea {
    display: block;
    clear: both;
    color: #9e9e9e;
    font-weight: 400;
    font-size: 13px;
}

.new_theme_no_bo_bg {
    padding: 15px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.new_theme_no_bo_bg h4 i {
    font-size: 14px;
    margin-right: 10px;
}

.new_notice_board {
    display: inline-block;
    padding: 20px 30px;
    margin-right: 15px;
    border-radius: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.new_notice_board:nth-child(1) {
    background-color: #91d0df;
}

.new_notice_board:nth-child(2) {
    background-color: #98ca97;
}

.new_notice_board:nth-child(3) {
    background-color: #98b0cb;
}

.new_notice_board:nth-child(4) {
    background-color: #cbaa98;
}

.new_notice_board:nth-child(5) {
    background-color: #a998cb;
}

.new_notice_board:nth-child(6) {
    background-color: #ca98cb;
}

.new_notice_board:nth-child(7) {
    background-color: #cb9898;
}

.new_notice_board:nth-child(8) {
    background-color: #91d0df;
}

.new_notice_board:nth-child(9) {
    background-color: #98ca97;
}

.new_notice_board:nth-child(10) {
    background-color: #98b0cb;
}

.new_notice_board:nth-child(11) {
    background-color: #cbaa98;
}

.new_notice_board:nth-child(12) {
    background-color: #a998cb;
}

.new_notice_board:nth-child(13) {
    background-color: #ca98cb;
}

.new_notice_board:nth-child(14) {
    background-color: #cb9898;
}

.new_notice_board p {
    margin-bottom: 0;
    font-weight: 600;
    color: #424242;
}

.new_notice_board span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-wrap: initial;
}

.card-header .title {
    font-size: 17px;
    color: #424242;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header .accicon i {
    color: #9e9e9e;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    background: #fff;
}

.card {
    /*  border: 1px solid #ddd;*/
}

.card-body {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    color: #757575;
    padding: 1.25rem;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.red {
    color: #fb6360 !important;
}

.green {
    color: #7cb872 !important;
}

.mr-15 {
    margin-right: 15px;
}

.read_m {
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    padding: 0 30px 20px 30px;
}

.read_m i {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 29px;
    margin-right: 5px;
    background: #f66972;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.read_m:hover i {
    background: #ffcf6e;
}

.new_theme_fee_bg {
    display: block;
    margin: 15px;
    padding: 20px;
    font-weight: 400;
}

.new_theme_fee {
    display: grid;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.new_theme_fee tbody {
    margin-top: 15px;
    border: none !important;
}

.new_theme_fee select.stu_name {
    width: 100%;
    padding: 10px 5px;
    border: none;
    background: #ffcc9a;
    border-radius: 5px;
}

.new_theme_fee select.stu_class {
    width: 100%;
    padding: 10px 5px;
    border: none;
    background: #66cbff;
    border-radius: 5px;
}

.new_theme_fee .table td,
.new_theme_fee .table th {
    border-top: hidden;
    border: none;
}

.fee_struct_btn a {
    display: block;
    color: #302f35;
    border-radius: 5px;
    margin-top: 15px;
}

.fon_sm {
    font-size: 13px;
}

.fee_struct_btn a:hover {
    color: #fff;
}

.vilot {
    background-color: #cb99cc;
}

.lig_blu {
    background-color: #9acccd;
}

.lig_or {
    background-color: #ff9a66;
}

.red1 {
    background-color: #ff6666 !important;
    color: #fff;
}

.fee_pay_bg {
    padding: 10px;
}

.fee_pay_bg input {
    border: none;
    margin: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #cecece;
    font-weight: 400;
}

.fee_pay_bg a {
    width: 25%;
    display: inline-block;
}

.fee_pay_bg a:hover {
    color: #fff;
}

.btn_col {
    background-color: #253e70;
    color: #302f35;
}

.new_theme_fee_his {
    display: block;
    background: #e4e4e4;
    padding: 20px;
    height: 465px;
    overflow-y: scroll;
}

.new_theme_fee_his h5 {
    font-size: 15px;
    color: #332f2e;
    margin-top: 0;
}

.receipt_bg {
    color: #32312d;
}

.receipt_bg table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.recei tr {
    border-radius: 5px;
}

.recei th {
    vertical-align: middle;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px;
}

.recei td:first-child,
.recei th:first-child {
    border-radius: 10px 0 0 10px;
}

.recei td:last-child,
.recei th:last-child {
    border-radius: 0 10px 10px 0;
}

.com_tble {
    width: 96%;
    margin: 2%;
    font-size: 14px;
    font-weight: 400;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.com_tble td {
    padding: 10px 15px;
}

.com_tble_hed {
    font-size: 16px;
    letter-spacing: 2px;
    padding-right: 15px !important;
}

.com_tble_hed span {
    font-size: 18px;
    color: #424242;
}

.color_head span {
    display: block;
    padding-top: 26px;
}

.violet .color_head {
    background: #ccccff !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.violet h5 {
    color: #6b59f4 !important;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 3px 0;
}

.pink .color_head {
    background: #cc99cc !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pink h5 {
    color: #cc99cc !important;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 3px 0;
}

.redi .color_head {
    background: #ff9999 !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.redi h5 {
    color: #ff9999 !important;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 3px 0;
}

.time_bg {
    background: #f4f4f2;
    margin-top: 5px;
    border-radius: 6px;
}

.split {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.commun_navigat_bg {
    display: inline-block;
    background: #e3e3e3;
    padding: 20px 10px 10px 10px;
    margin: 15px;
    border-radius: 30px;
    width: min-content;
}

.commun_navigat_bg a {
    width: 41px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.commun_navigat_bg a div {
    display: inline-block;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
}

.commun_navigat_bg a div:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.commun_navigat_bg a:hover {
    text-decoration: none;
}

.commun_navigat_bg i {
    color: #fff;
    font-size: 16px;
    /* width: 18px; */
}

.commun_navigat_approval {
    display: inline-block;
    background: #6ac6f1;
}

.commun_navigat_compo {
    display: inline-block;
    background: #253e70;
}

.commun_navigat_inbox {
    display: inline-block;
    background: #cc99cc;
}

.commun_navigat_send {
    display: inline-block;
    background: #99cccc;
}

.commun_navigat_draft {
    display: inline-block;
    background: #ff9966;
}

.commun_navigat_weeklyplan {
    display: inline-block;
    background: #33cccc;
}

.commun_navigat_temp {
    display: inline-block;
    background: #a9b4e5;
}

.commun_navigat_chat {
    display: inline-block;
    background: #0d33df;
}

.btn-warning,
.btn-success,
.btn-secondary {
    height: 35px;
    color: #253b6e;
    background-color: #87cfde;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    /* padding: 6px 25px; */
    border: none;
}

.btn-warning i,
.btn-secondary i {
    color: #fff;
}

.btn-warning:hover,
.btn-warning:active:focus,
.btn-success:hover,
.btn-success:active:focus,
.btn-secondary:hover,
.btn-secondary:active:focus {
    background-color: #254173;
    color: #fff;
}

.btn-primary {
    height: 35px;
    color: #fff;
    background-color: #254173;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    /* padding: 6px 25px; */
    border: none;
}

.btn-primary i {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active:focus {
    background-color: #87cfde;
    color: #254173;
}


/************************************************ NEW DASH BOARD ************************************************/

.new_db_mainbg {
    display: block;
}

.new_profile_bg {
    display: block;
    text-align: center;
}

.new_profile_icon {
    display: inline-block;
    width: 135px;
    height: 135px;
    margin-right: 20px;
}

.new_profile_icon img {
    width: 120px;
    border-radius: 50%;
}

.new_profile_name {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
}

.new_profile_name h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    padding-right: 5px;
}

.new_profile_name h5 {
    font-size: 14px;
}

.new_profile_class {
    display: inline-block;
    padding: 10px;
    background: #66ccff;
    color: #322f2e;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}

.new_notif_bg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background: #fff;
}

.new_notif_bg .btn {
    text-align: left !important;
    /* padding-top: 15px; */
}

.new_notif_icon {
    font-size: 16px;
    color: #ffcc66;
}

.stogo_world_bg {
    position: fixed;
    width: 50px;
    right: 0px;
    top: 7%;
    z-index: 999;
}

.stogo_world_bg img {
    width: 100%;
}

.stogo_world_bg a {
    display: block;
}

.new_images_bg {
    width: 100%;
    /* height: 300px; */
    margin: 0 auto;
    /* padding: 10px; */
    background: #eee;
    text-align: center;
}

.new_images_bg img {
    width: 100%;
    height: 100%;
}

.new_images_bg>video {
    height: 100%;
    width: auto;
}

.new_notif_mail {
    display: inline-block;
    margin-right: 15px;
    color: #253e70;
    font-weight: 600;
    line-height: 27px;
}

.new_notif_mail i {
    font-size: 15px;
    background: #0e94b7;
    border-radius: 20px;
    width: 30px !important;
    height: 30px;
    margin-right: 8px !important;
    color: #fff !important;
}

.new_notif_mail i:before {
    position: relative;
    top: 1px;
}

.date_time_bg {
    display: inline-flex;
    font-size: 14px;
    color: #32312e;
    float: right;
    align-items: center;
    justify-content: center;
}

.date_time_bg i {
    color: #26aac7;
    margin: 0px 3px 0 !important;
}

.new_drop_bg {
    display: inline-block;
    position: relative;
    float: right;
}

.new_drop_bg i {
    color: #666;
    font-size: 18px;
    vertical-align: middle;
}

.new_title {
    width: 100%;
    padding: 10px 0px 0px 40px;
    text-wrap: wrap;
}

.new_title h5 {
    font-size: 14px;
    color: #9e9d99;
    letter-spacing: 0.8px;
}

.reaction_button_bg {
    padding: 10px 20px 10px 20px;
}

.reaction_button_container {
    position: relative;
    display: inline-block;
}

.reaction_button {
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.reaction_button:hover {
    background-color: #f0f0f0;
}

.reactions {
    display: none;
    position: absolute;
    top: 40px;
    /* Adjust according to your design */
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
}

.reaction {
    text-decoration: none;
    font-size: 20px;
    padding: 5px;
    transition: background-color 0.3s ease;
    margin: 0 5px;
    /* Adjust for inline spacing */
    cursor: pointer;
}

.reaction:hover {
    /* background-color: #f0f0f0; */
    border-radius: 5px;
}

.dig_saf_bk_bg {
    width: 100%;
    min-height: 95px;
    /*margin-bottom: 3%;
  margin-top: 2%; */
    background: #87cfde;
    -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: subpixel-antialiased;
}

.dig_saf_bk_icon {
    /*  width: 117px;*/
    height: 111px;
    float: left;
    position: relative;
    top: -16px;
    left: -10px;
    margin-right: 30px;
}

.dig_saf_bk_tit {
    display: inline-block;
    /* margin-left: 10px; */
}

.dig_saf_bk_bg h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    /* margin-left: 10px;
  letter-spacing: 0.5px; */
}

.digi_btns {
    display: flex;
    position: relative;
    padding-bottom: 10px;
}

.digi_btns a {
    background: #fff;
    border-radius: 20px;
    color: #253e70;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.digi_btns a:hover {
    background: #253e70;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .dig_saf_bk_icon {
        width: 105px;
    }
    .dig_saf_bk_tit {
        display: block;
    }
    .dig_saf_bk_bg h5 {
        font-size: 15px;
        top: 10px;
    }
    .dig_saf_bk_icon {
        margin-right: 0px;
    }
    .digi_btns a {
        display: ruby-text;
    }
    .dig_saf_bk_bg {
        height: 130px;
    }
    .digi_btns {
        top: 8px;
    }
}


/********************************Share Button********************************/

button {
    padding: 10px;
    cursor: pointer;
    border: none;
    background: none;
    color: #424242;
}

button:hover {
    color: #253e70;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.social-icon i {
    width: 40px;
    height: 40px;
    padding: 13px;
    border-radius: 65px;
    background: #ccc;
    font-size: 15px;
}

.social-icon i {}


/********************************Share Button********************************/

.new_weekly li {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 10px 0px 10px 10px !important;
}

.new_weekly li:nth-child(1) {
    background: #f9c588 !important;
}

.new_weekly li:nth-child(2) {
    background: #52d1d1 !important;
}

.new_weekly li:nth-child(3) {
    background: #f7c7cb !important;
}

.new_weekly li:nth-child(4) {
    background: #cc99cc !important;
}

.new_weekly li:nth-child(5) {
    background: #66cc66 !important;
}

.new_weekly li a {
    color: #32312e !important;
}

.new_weekly li a i {
    color: #32312e !important;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.cat-head .col-md-1 .btn {
    background: #253e70;
    border-color: #253e70;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 500;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::placeholder {
    color: #2e3333;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #2e3333;
}


/* .form-control {
  color: #2e3333;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear,
    background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear,
    background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear,
    background-color 0.2s linear;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  -webkit-font-smoothing: subpixel-antialiased;
  border: 1px solid transparent;
} */

.yellow {
    color: #ffce6d;
}

.green {
    color: green;
}

.red {
    color: red;
}

.voilet {
    color: violet;
}

.new_pro_bg {
    display: block;
    padding: 5px;
    width: 100%;
    min-height: 70px;
}

.new_pro_bg img {
    display: inline-block;
    width: 70px;
    float: left;
    margin-right: 10px;
}

.stu_name {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #201867;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 12px 0 0 0;
    text-wrap: pretty;
}

.new_pro_bg h5 {
    display: flex;
    font-size: 16px;
    font-weight: normal;
    color: #307ad1;
    margin: 5px 0px;
}

.new_pro_bg p {
    font-weight: 500;
    color: #201867;
}

.notify_bg {
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.notify_icon_bg {
    display: inline-flex;
    width: 100px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 10px;
}

.notify_icon {
    width: 100%;
    border-radius: 23px;
    padding: 4px;
}

.notify_icon:nth-child(last) {
    margin-right: 0px;
}

.notify_bg .notify_icon_bg:nth-child(5n+1) .notify_icon {
    background: #91d0df;
}

.notify_bg .notify_icon_bg:nth-child(5n+2) .notify_icon {
    background: #99cb98;
}

.notify_bg .notify_icon_bg:nth-child(5n+3) .notify_icon {
    background: #ccc;
}

.notify_bg .notify_icon_bg:nth-child(5n+4) .notify_icon {
    background: #ddaf84;
}

.notify_bg .notify_icon_bg:nth-child(5n+5) .notify_icon {
    background: #ffce6d;
}

.notify_bg .notify_icon_bg:nth-child(6) .notify_icon {
    background: #669acc;
}

.notify_icon img {
    width: 100%;
    border-radius: 20px;
}

.notify_icon_bg h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #201867;
    text-transform: uppercase;
    margin: 10px 0px;
}

.request-loader {
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    top: 16px;
    left: 22px;
    &::after {
        @include rings(3s,
        0s);
    }
    &::before {
        @include rings(3s,
        0.5s);
    }
}

.request-loader::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.request-loader::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
}

.bell {
    display: inline-block;
    position: relative;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.bell i:active,
.bell:hover {
    transform: rotate(20deg);
    animation: ring 0.5s ease-out;
}

@keyframes ring {
    0% {
        transform: rotate(20deg) scale(1);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    100% {
        transform: rotate(20deg) scale(1);
    }
}

.bell::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: ripple 0.5s ease-out;
}

@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 0.5;
        transform: scale(2);
    }
}

.modal-warning .modal-header * {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.social-icons2 {
    display: flex;
    justify-content: space-around;
}

ul.social-icons2 {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons2 li {
    list-style: none;
    margin: 0px 10px;
}

.social-icons2 li a {
    display: block;
    border-radius: 65px;
    background: #ccc;
    font-size: 15px;
}

.social-icons2 i {
    width: 40px;
    height: 40px;
    padding: 13px;
    border-radius: 65px;
    background: #ccc;
    font-size: 15px;
}

.social-icons2 i.bd-facebook {
    background: #3b5998;
    color: #fff;
}

.social-icons2 i.bd-twitter {
    background: #55acee;
    color: #fff;
}

.social-icons2 i.bd-instagram {
    background: #e4405f;
    color: #fff;
}

.social-icons2 i.bd-linkedin {
    background: #0077b5;
    color: #fff;
}


/* .modal-primary .modal-header * {
  color: #212121;
} */

.new_theme_fee button:hover {
    color: #fff;
}

.read_more {
    color: #253e70;
    padding: 5px 10px;
    display: inline-block;
    background: #f3f3f3;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.read_more:hover {
    background: #253e70;
    color: #fff;
}

.grey {
    filter: grayscale(100%);
}

.btn-default {
    height: 35px;
    color: #ffffff !important;
    background-color: #253b6e;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    /* padding: 6px 25px; */
}

.btn-default:hover,
.btn-default:active:focus {
    color: #253b6e !important;
    background-color: #87cfde !important;
}

.btn-danger {
    color: #ffffff;
    background-color: #d8544b;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    /* padding: 10px 25px; */
}

.btn-danger:hover {
    color: #0077b5 !important;
    background-color: #fff !important;
}

.modal-primary .modal-header {
    background-color: #3d52a0;
}

.switch_dash {
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    float: right;
    background: #253e70;
    z-index: 3;
    color: #fff;
    margin: 10px;
}

.switch_dash:hover {
    background: #0e94b7;
    color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

#horizondal_mousewheel {
    /*background: url("../../assets/images/quik_bg.webp") repeat;*/
    background-size: cover;
    text-align: center;
    padding: 10px;
}

.new_images_bg video {
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
}

.right_side1 {
    /* overflow-y: scroll;
  height: 105.5vh; */
    padding: 0;
}

.language-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.language-dropdown li {
    padding: 8px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.language-dropdown li:hover {
    background: #f0f0f0;
}

.language-dropdown .active {
    background: #a2d7e4;
    color: #253b6e;
}

.alert.dark.alert-danger {
    color: #fff;
    border-color: none;
    background-color: #c12317;
    font-weight: 400;
    text-align: center;
}

.btn-floating {
    font-size: 25px;
    width: 45px;
    height: 45px;
}

thead {
    background: #53699c;
    color: #fff;
}

.table tfoot th,
.table thead th {
    color: #fff;
}

.table_hvr {
    -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: subpixel-antialiased;
}

.table_hvr:hover {
    background: #effaff;
}

table thead th {
    font-weight: 500 !important;
}


/*-----------------------------------------------------------------ai-----------------------------------------------------------------------*/

.ai-helper-container {
    position: fixed;
    bottom: 170px;
    right: 20px;
    z-index: 999;
    font-family: sans-serif;
}

.ai-button {
    background: linear-gradient(135deg, #4f46e5, #8b5cf6);
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease-in-out, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-button:hover {
    background: linear-gradient(135deg, #8b5cf6, #4f46e5);
    transform: scale(1.1) rotate(5deg);
}

.ai-button img {
    width: 100px;
    /* height: 100px; */
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.ai-icon svg {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

.ai-dialogue-box {
    position: absolute;
    bottom: 0px;
    right: 65px;
    width: 600px;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ai-dialogue-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.suggestions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.suggestion {
    background: #f3f4f6;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.suggestion:hover {
    background: #e0e7ff;
}

.ask-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ask-box input {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.send-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: transform 0.2s;
}

.send-btn:hover {
    transform: scale(1.2);
}

@media screen and (max-width: 480px) {
    .ai-dialogue-box {
        width: 90vw;
        right: 5vw;
    }
    .ai-button {
        width: 50px;
        height: 50px;
    }
}

.ai-mode-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    justify-content: space-between;
}

.ai-mode-list li {
    flex: 1 1 30%;
    min-width: 120px;
    margin: 0 0 10px 0;
}

.ai-mode-option {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #effaff;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(60, 60, 60, 0.06);
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ai-mode-option .ai-mode-icon {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ai-mode-option.selected,
.ai-mode-option:hover {
    background: #a2d7e4;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.08);
    text-decoration: none;
}

.ai-mode-label {
    font-weight: 500;
    letter-spacing: 0.02em;
}

@media (max-width: 600px) {
    .ai-mode-list {
        flex-direction: column;
        gap: 10px;
    }
    .ai-mode-list li {
        min-width: 0;
    }
}

.ai-textarea-wrapper {
    position: relative;
    width: 100%;
    /* margin: 50px auto; */
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.ai-icon {
    position: absolute;
    bottom: 5px;
    /* right: -15px; */
    right: 0px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: opacity 0.3s ease;
    width: max-content;
}

.plus-btn {
    display: none;
    font-size: 16px;
    color: green;
    margin-left: 5px;
}

.ai-icon:hover .plus-btn {
    display: inline;
}

.ai-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 8px;
    max-height: 80vh;
    overflow: auto;
}

.ai-generated-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ai-generated-content {
    flex: 1;
    /* overflow-y: auto; */
    font-size: 14px;
    line-height: 1.6;
    /* max-height: calc(80vh - 160px); */
}

.ai-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #dee2e6;
}

.ai-action-buttons .btn {
    min-width: 100px;
    padding: 8px 16px;
}

.ai-popup-header {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    font-size: 25px;
}

.ai-popup-header .close-btn {
    background: transparent;
    color: #6c757d;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
}

.ai-popup-header .close-btn:hover {
    color: #343a40;
}

.ai-popup-content {
    padding: 20px;
}

.ai-popup-content h3 {
    margin: 0 0 15px;
    color: #212529;
}

.ai-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-popup-content ul li {
    margin: 5px 0px;
    /* background: #eee; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ai-popup-content ul li:hover {
    /* background: #ddd; */
}

.ai-popup-content ul li a {
    text-decoration: none;
    color: #007bff;
    padding: 5px 10px;
}

.ai-popup-content ul li a:hover .ai-mode-label {
    text-decoration: underline;
    color: #0056b3;
}

@media (max-width: 600px) {
    .ai-popup {
        width: 90%;
        right: 5%;
        max-height: 90vh;
    }
    .ai-generated-content {
        max-height: calc(90vh - 160px);
    }
    .ai-action-buttons {
        flex-direction: column;
    }
    .ai-action-buttons .btn {
        width: 100%;
    }
    .commun_navigat_bg {
        display: flex;
        background: #e3e3e3;
        padding: 10px;
        margin: 15px;
        border-radius: 30px;
        width: min-content;
    }
    .commun_navigat_bg a {
        margin: 0 3px;
    }
    .slidePanel-header h1 {
        display: block;
    }
    .app-mailbox .slidePanel .actions-bottom {
        position: absolute;
        right: 0;
        left: 45px;
        /* bottom: 15px; */
    }
}


/*---------------------------------------------------Summary Dialog--------------------------------------------------*/

.ai_summary_btn {
    background: #a2d7e4;
    color: #253b6e;
    /* padding: 5px 15px; */
    padding: 5px 15px 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-top: 2px;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.ai_summary_btn:hover {
    background: #effaff;
    color: #fff;
}

.ai_summary_btn i,
.summary_btn {
    margin-right: 5px;
    font-size: 14px;
    background: #253b6e;
    padding: 5px;
    border-radius: 20px;
    color: #9ad6e3;
}

.summary-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.summary-dialog-content {
    background: #fff;
    max-width: 550px;
    margin: 55px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.summary-dialog-header {
    background: #eefaff;
    padding: 0 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.summary-dialog-close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.summary-dialog-body {
    padding: 16px;
}

.add_weeklyplan {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

select,
input[type="date"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    min-height: 46px;
}