/* -----header----- */
.dbheader {
    height: 80px;
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90.28deg, #0201A4 34.07%, #1C064E 80.66%);
    display: flex;
    /*    box-shadow: 0 0 3px #a5a5a5 inset;*/
}

.dbheader::after,
.dbheader::before {
    display: none;
}

.alignmnt {
    justify-content: flex-start !important;
}

.alignmnt button {
    margin-left: 0 !important;
}

.dbHeadleft {
    width: 200px;
    background: #0300a6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dbHeadleft img {
    margin: 15px 5px 0;
    width: 210px;
}

.dbHeadRight {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}

.searchBar {
    flex: 1;
    border-left: 1px solid #C4D0DA;
    border-right: 1px solid #C4D0DA;
    margin-right: 20px;
    position: relative;
}

.searchBar button {
    position: absolute;
    z-index: 9;
    right: 25px;
    top: 3px;
    color: #A8A8C0;
    font-size: 22px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0;
}

.searchBar button:hover,
.searchBar button:focus,
.searchBar button:active {
    background-color: #fff !important;
    border: none;
    outline: none;
    box-shadow: none !important;
    color: #0f87ff !important;
}

.searchBar input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #7681A8;
    box-shadow: none;
    padding-left: 25px;
}

.notifyBar {
    margin-right: 14px;
    position: relative;
    font-size: 30px;
    color: #CFD3D7;
}

.walletbtn {
    display: inline-flex;

}

.notifyBar .dropdown-toggle {
    position: absolute;
    right: -13px;
    top: -18px;
}

.notifyBar button {
    background: #F9869A;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    color: #fff;
    padding: 2px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    border: none;
    outline: none;
}

.notifyBar .dropdown-menu {
    min-width: 600px;
    left: auto;
    right: -221px;
    top: 33px !important;
    border: none;
    box-shadow: 0 2px 12px #5a6078;
    border-radius: 15px;
}

.notifyBar .dropdown-menu::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 37%;
    bottom: 100%;
}

.usrImg img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px 2px #bdc5d5;
}

.usrSec .dropdown-toggle::after {
    display: none;
}

header .navbar-brand img {}

.navNewtop {
    display: flex;
    align-items: center;
}

.usrSec .dropdown-menu {
    background: #29304A;
}

.usrSec .dropdown-menu a {
    color: #fff;
    font-size: 14px;
}

.usrSec .dropdown-menu a:hover {
    background: transparent;
    color: #edb362;
}

.usrSec {
    margin-top: -3px;
}

.notifyBar .dropdown-toggle::after {
    display: none;
}



.announceNotify {
    width: 100%;
    /*    padding: 0 20px;*/
    max-height: 350px;
    overflow: auto;
}


.announceNotify::-webkit-scrollbar {
    width: 6px;
    background: #EFECFF;
}

.announceNotify::-webkit-scrollbar-track {
    border-radius: 15px;
}

.announceNotify::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #4FC4F6;
}

.announceBlock {
    border-bottom: 1px solid #DEE5EB;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #7E81A5;
    cursor: default;
}

.announceBlock:hover {
    background: #EEFAFF;
    cursor: url("../images/dbimage/hand.png"), auto;
}

.announceBlock i {
    margin-top: 3px;
}

.notifyonlineText {
    padding-left: 13px;
    display: flex;
}

.delIcon {
    margin-left: 6px;
    font-size: 15px;
    color: #072F60;
    background: #DEE6FF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    flex: none;
}

.delIcon:hover {
    color: #ff0000;
    background: #FCF2E6;
}

.anbChatlast {
    display: flex;
    flex-direction: column;
    flex: none;
    align-items: flex-end;
}

.delIcon i {
    margin: 0;
    padding: 0;
}

.anb {
    padding-right: 7px;
}

.anb h6 {
    margin: 0;
    padding: 0;
    color: #314378;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.anbName {
    font-size: 13px;
    font-weight: 500;
    color: #7C8BB6 !important;
}

.anb p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #A0A9C6;
    margin: 0;



    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 5.07rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.anb p strong {
    color: #314378;
    font-weight: 600;
}

.anb span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #004AA1;
}

.justNow {
    color: #004AA1;
    font-size: 13px;
    font-weight: 600;
    flex: none;
}

.announceBlock:hover i {
    color: #F34D4A;
}

.announceBlock:hover p {
    color: #2B2D42;
}

.announceBlock:hover span {
    color: #4E4E5B;
}

.dbCommoncircle {
    background: rgba(5, 229, 245, 0.1);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dbCommoncircle:hover {
    background: rgba(5, 229, 245, 0.2);
}

.dbCommoncircle img {
    width: 30px;
}

.dbCommoncircle .dropdown {
    display: flex;
}

.dbCommoncircle .dropdown>span:hover {
    cursor: pointer;
}

.dbLogout {
    /*
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #9A22F8;
    box-shadow: 0px 4px 0px #B04BFF;
    display: inline-block;
    padding: 12px 15px;
    position: relative;
    top: -2px;
*/
    border: none;
    outline: none;
    background: transparent;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.dbLogoutBase {
    padding: 8px;
}

.dbLogout img {
    width: 25px;
    margin-left: 4px;
}

.dbLogout:hover {
    background: #7400ce;
}

.dbheadProgress {
    display: flex;
    align-items: center;
}

.progressGraph {
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}

.progressGraph>img {
    width: 230px;
}

.dbCoin {
    position: absolute;
    z-index: 0;
    right: 0;
    top: -12px;
}

.dbCoin img {
    width: 60px;
}

.dbx {
    background: rgba(5, 229, 245, 0.3);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    flex: none;
}

.dbxTxt {
    color: #64F6FF;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}

.dropHeading {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.dropHeading h4 {
    color: #2C2A6B;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}






.dropToggle {
    width: 195px;
}

.dropHeading .btn-toggle {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #DE8011;
    box-shadow: none !important;
}

.dropHeading .btn-toggle:focus,
.dropHeading .btn-toggle.focus,
.dropHeading .btn-toggle:focus.active,
.dropHeading .btn-toggle.focus.active {
    outline: none;
}

.dropHeading .btn-toggle:before,
.dropHeading .btn-toggle:after {
    line-height: 1.5rem;
    width: 150px;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}


.dropHeading .btn-toggle:before {
    content: 'Active Notifications';
    /*    left: -4rem;*/
    text-align: left;
    right: 89%;
}

.dropHeading .btn-toggle:after {
    content: 'Archived Notifications';
    /*    right: -4rem;*/
    left: 100%;
    opacity: 0.5;
    text-align: right;
}

.dropHeading .btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;


    left: 1.6875rem;
    transition: left 0.25s;
}

.dropHeading .btn-toggle.active {
    transition: background-color 0.25s;
}

.dropHeading .btn-toggle.active>.handle {
    left: 0.1875rem;
    transition: left 0.25s;
}

.dropHeading .btn-toggle.active:before {
    /*    opacity: 0.5;*/
    opacity: 1;
}

.dropHeading .btn-toggle.active:after {
    opacity: 0.5;
}

.dropHeading .btn-toggle.btn-sm:before,
.dropHeading .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.dropHeading .btn-toggle.btn-sm:before {
    text-align: right;
}

.dropHeading .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.dropHeading .btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.dropHeading .btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.dropHeading .btn-toggle.btn-xs:before,
.dropHeading .btn-toggle.btn-xs:after {
    display: none;
}

.dropHeading .btn-toggle:before {
    color: #3A88DF;
    opacity: 0.5;
}


.dropHeading .btn-toggle:after {
    color: #DE8011;
    opacity: 1;
}

.btn-toggle {
    /*    width: 46px;*/
}

.dropHeading .btn-toggle.active {
    background-color: #3A88DF;
}

.notifyImg {
    position: relative;
    display: inline-block;
    flex: none;
}

.notifyImg img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
}

.online {
    position: absolute;
    z-index: 1;
    right: 6px;
    left: inherit;
    top: 10px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    background: #4AEA48;
}

.notifyBar .dropdown-menu.chatDrop {
    top: 48px !important;
    right: -95px;
}


.notifyBar .dropdown-menu.chatDrop::before {
    right: 16%;
}

.notifyBar .paymentDrop {
    top: 48px !important;
    right: -160px;
}

.notifyBar .paymentDrop::before {
    right: 27%;
}


.paymentTable table {
    width: 100%;
}

.paymentTable table th {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #2C2A6B;
    padding-bottom: 10px;
}

.paymentTable table th,
.paymentTable table td {
    vertical-align: top;
    text-align: center;
}

.paymentTable table td {
    border-top: 1px solid #e6e6e6;
    padding: 12px 0;
    color: #6255A5;
    font-size: 14px;
    font-weight: 600;
}

.paymentTable table td img {
    width: auto;
}

.paymentTable table th:nth-child(1),
.paymentTable table td:nth-child(1) {
    text-align: left;
}

.totalpay {
    color: #811BA5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.paid {
    color: #41C140;
}

.pending {
    color: #CE1E1E;
}

.withdrawn {
    color: #49D3FF;
}


.paymentTable {
    width: 100%;
    /*    padding: 0 20px;*/
    max-height: 350px;
    overflow: auto;
    padding: 15px 20px;

}


.paymentTable::-webkit-scrollbar {
    width: 6px;
    background: #EFECFF;
}

.paymentTable::-webkit-scrollbar-track {
    border-radius: 15px;
}

.paymentTable::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #4FC4F6;
}

.notifyBar .dropdown-menu.faqDrop {
    top: 48px !important;
    right: -30px;
}

.notifyBar .dropdown-menu.faqDrop::before {
    right: 6%;
}

.faqDropblock {
    padding: 20px;
    width: 100%;
    max-height: 350px;
    overflow: auto;
}

.faqDropAccordion {}


.faqDropblock::-webkit-scrollbar {
    width: 6px;
    background: #EFECFF;
}

.faqDropblock::-webkit-scrollbar-track {
    border-radius: 15px;
}

.faqDropblock::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #4FC4F6;
}


.faqDropAccordion .accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    color: #314378;
    background-image: none;
    transform: none;
    font-size: 12px;
    /*    margin-left: 10px;*/
}

.faqDropAccordion .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    color: #314378;
    background-image: none;
    transform: none;
    font-size: 12px;
}

.faqDropAccordion .accordion-button {
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
    font-weight: 500;
    color: #314378;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none !important;
    padding: 0;
    align-items: flex-start;
}

.faqDropAccordion h2 {
    color: #314378;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

.faqDropAccordion h2 span {
    display: inline-block;
    margin-right: 8px;
}

.faqDropAccordion .accordion-item {
    margin-bottom: 15px;
    background: #EEFAFF;
    border-radius: 8px;
    padding: 12px 15px;
}

.faqDropAccordion .accordion-collapse {
    border: none;
}

.faqDropAccordion .accordion-body {
    padding: 20px 0 20px 20px;
}

.faqDropAccordion .accordion-body p {
    font-size: 16px;
    color: #A0A9C6;
}

.faqFoot {
    display: flex;
    align-items: center;
}

.faqCheck {
    display: flex;
}

.faqFoot span {
    font-size: 14px;
    color: #3A88DF;
    font-weight: 500;
}

.faqFoot [type="radio"]:checked,
.faqFoot [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.faqFoot [type="radio"]:checked+label {
    position: relative;
    z-index: 1;
    /*    padding-left: 28px;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
}


.faqFoot [type="radio"]:not(:checked)+label {
    position: relative;
    z-index: 1;
    /*    padding-left: 28px;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: #072F60;
    padding: 5px 10px;
}

.faqFoot [type="radio"]:checked+label:before,
.faqFoot [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    border: 1px solid #ddd;*/
    /*    border-radius: 100%;*/
    background: #fff;
}

.faqFoot [type="radio"]:checked+label:after,
.faqFoot [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #F87DA9;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    /*    border-radius: 100%;*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faqFoot [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.faqFoot [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.faqMorehelp {
    /*    padding-top: 20px;*/
    padding: 0;
}

.faqMorehelp h6 {
    text-align: center;
    color: #3A88DF;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
}

.faqMorehelp .form-control,
.faqMorehelp .form-select {
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: #D3E3FA;
    color: #072F60;
    font-size: 14px;
    font-weight: 600;
}

.faqMorehelp .form-control::placeholder {
    color: #072F60;
    font-size: 14px;
    font-weight: 600;
}

.faqMorehelp textarea {
    height: 100px !important;
    resize: none;
}

.faqMorehelp button {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #9A22F8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 23px;
}

.dtDragger {
    width: 100%;
    background: linear-gradient(90.28deg, #0201A4 34.07%, #1C064E 80.66%);
    border: 2px solid #fff;
    position: relative;
    border-radius: 50px;
    min-width: 250px;
    height: 34px;
    padding: 6px 8px;
}

.dtDratHandlebg {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #AEAEAE 0%, #FFFFFF 47.4%, #B6B6B6 100%);
    height: 100%;
}

.dtDraddhandle {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #426342 0%, #00FD00 47.4%, #466F46 100%);
    height: 100%;
}

.dtDraddhandle span {
    position: absolute;
    right: -28px;
    top: -4px;
    z-index: 1;
}

.dtDraddhandle span img {
    width: 60px;
}


/* ----------left-pannel-start----------- */

.dbMainbase {
    display: flex;
    min-height: 100%;
    padding-top: 80px;
}

.dbLeftpannel {
    /*    width: 300px;*/
    background: linear-gradient(176.38deg, #0401A6 22.55%, #1A0752 60.77%);
    display: flex;
    flex-direction: column;
    /*    display: none;*/
}

.sidenav {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    margin-bottom: 20px;
}

.sideBtn {
    display: none;
}

.closebtn {
    display: none;
}

.dbMainbase .navbar {
    padding: 30px 0 50px 0;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    /*    height: 100%;*/
    align-items: flex-start;
}

.dbMainbase .navbar-collapse {
    background: transparent;
}

.dbMainbase .navbar-nav li {
    /*    padding: 3px 0 3px 25px;*/
    padding: 3px 0 3px 0px;
    display: block;
    border-left: 3px solid transparent;
    margin-bottom: 8px;
}

.dbMainbase .navbar-nav li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    text-align: left;
}

.dbMainbase .navbar-nav li:hover,
.dbMainbase .navbar-nav li.active {
    /*    border-left: 3px solid #F73B56;*/
}

.dbMainbase .navbar-nav li:hover>a,
.dbMainbase .navbar-nav li.active>a {
    color: #64F6FF;
    background: rgba(255, 255, 255, 0.1);
    /*    filter: brightness(0) invert(1);*/
}

.dbMainbase .navbar-nav li a img {
    margin-right: 10px;
    width: 20px;
    margin-left: 3px;
}

.dbMainbase .navbar-nav .nav-link-show .fa-caret-down,
.dbMainbase .navbar-nav .fa-caret-up {
    display: none;
}

.dbMainbase .navbar-nav .nav-link-show .fa-caret-up {
    display: inline-block;
}

.dbMainbase .navbar-nav ul li,
.dbMainbase .navbar-nav ul li:hover {
    border-left: 0;
    padding-left: 40px;
}

.leftPannelFooter {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    /*    display: none;*/
}

.leftPannelFooter img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    border: 6px solid #fff;
    object-fit: cover;
    /*    display: none;*/
}

.leftPannelFooter p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #64F6FF;
    padding-top: 10px;
}

.leftPannelFooter i {
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
    color: #7B9FB7;
    margin: 0 5px;
}

.leftPannelFooter a:hover i {
    color: #fff;
}

/* ----------left-pannel-end----------- */

/* ----------right-pannel-start----------- */
.dbRight {
    /*    flex: 1;*/
    /*padding: 20px 20px;*/
    width: calc(100% - 200px);
    background: #dafaff;
    height: calc(100vh - 80px);
    overflow: auto;
}

.pdn20 {
    padding: 20px 20px;
}

.dbRight h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

.dbRightHead .navbar {
    margin: 0;
    padding: 0;
}

.dbRightHead .navbar-toggler {
    padding: 0;
}

.onlineNow {
    background: #27B225;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 6px;
}

.dbRightBtnsgroup {
    padding-bottom: 20px;
}

.dbRightBtnsgroup button {
    outline: none;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
}

/*
.dbRightBtnsgroup button:hover {
    background: #333;
    border: 3px solid #000;
    box-shadow: 0 0 10px #070292;
}
*/

.dbRightBtnsgroup button img {
    width: 20px;
    margin-right: 6px;
}

.dbr1 {
    background: #4075FF;
    border: 3px solid #365CBE;
}

.dbr2 {
    background: #1CE283;
    border: 3px solid #0DD374;
}

.dbr3 {
    background: #FF7CAB;
    border: 3px solid #FF72A5;
}


.dbr1:hover,
.dbr1.dbrActive {
    background: #0046fd;
    border: 3px solid #1b0ec3;
    box-shadow: 0 0 25px #1f5cfb;
}

.dbr2:hover,
.dbr2.dbrActive {
    background: #008b48;
    border: 3px solid #09d372;
    box-shadow: 0 0 25px #05e278;
}

.dbr3:hover,
.dbr3.dbrActive {
    border: 3px solid #ff006a;
    box-shadow: 0 0 25px #ff0068;
    background: #e73389;
}







.dbTeacherlist {
    display: flex;
}

.dbTechBlock {
    width: 17.9%;
}

.dbnum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.dbnum h6 {
    padding: 0;
}

.dbnum img {
    width: 33px !important;
}

.dbRespSlide .dbTechBlock {
    width: 92%;
    margin: 0 4% 20px;
}




.dbRespSlide .owl-prev,
.dbRespSlide .owl-next {
    position: absolute;
    z-index: 1;
    top: 35%;
    font-size: 31px !important;
    color: #fff !important;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: url("../images/arrowbg.png") 0 0 no-repeat !important;
    background-size: 100% !important;
}

.dbRespSlide .owl-prev:hover,
.dbRespSlide .owl-next:hover {
    background: url("../images/arrowbgh.png") 0 0 no-repeat !important;
    background-size: 100% !important;
}

.dbRespSlide .owl-nav button::after,
.dbRespSlide .owl-nav button::before {
    display: none;
}

.dbRespSlide .owl-prev {
    left: -18px;

}

.dbRespSlide .owl-next {
    right: -18px;
}

.dbRespSlide .owl-prev span,
.dbRespSlide .owl-next span {
    position: relative;
    top: -4px;
}

.cdActive {
    display: block;
}

.chatDelHead span {
    margin-left: 6px;
    font-size: 15px;
    color: #072F60;
    background: #DEE6FF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    flex: none;
}

.chatDelHead i {
    margin: 0;
    padding: 0;
}

.chatDelHead span:hover {
    background: #FFF5F1;
    color: #923720;
}

.chatDetailBody {
    padding: 20px;
    max-height: 350px;
    overflow: auto;
}

.chatDetailBody h6 {
    color: #314378;
    font-size: 18px;
}

.chatDetailBody small {
    color: #7C8BB6;
    font-size: 13px;
}

.chatDetailBody p {
    color: #7C8BB6;
    font-size: 14px;
}

.chatDetailBodytop {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.chatDetailBodytop img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    padding: 5px;
    background: #fff;
}

.chatDetailBodytop h6 {
    color: #314378;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.chatDetailBodytop p {
    color: #7C8BB6;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.chatDetlImgbg {
    position: relative;
    margin-right: 10px;
}

.chatDetlImgbg span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #27B225;
    border-radius: 50px;
}

.typeyourtext {
    background: #F6FAFF;
}

.typeyourtext .form-control {
    border-radius: 0;
    height: 100px;
    padding: 15px 25px;
    border: none;
    resize: none;
    background: transparent url("../images/dbimage/pen.png") 5px 19px no-repeat;
    background-size: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #072F60;
}

.typeTextBtm {
    background: #E4F0FF;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}


.typeTextBtm button {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #9A22F8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 23px;
}


.attachcontainer {
    margin-right: 15px;
    flex: 1;
}

.fileUploadInput {
    display: grid;
    grid-gap: 10px;
    position: relative;
    z-index: 1;
}

.fileUploadInput label {
    display: flex;
    align-items: center;
    color: setColor(primary, 0.5);
    background: setColor(white);
    transition: 0.4s ease;
    font-size: 0.75em;
    font-weight: regular;
}

.fileUploadInput input {
    position: relative;
    z-index: 1;
    padding: 0 gap(m);
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: regular;
    font-size: 0;
}

.fileUploadInput input[type=file] {
    padding: 0 gap(m);
}

.fileUploadInput input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: 10px;
    padding: 0;
    height: 50px;
    width: 0px;
}

.fileUploadInput button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9BA6CD;
    background-color: transparent;
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    font-weight: 800;
}

@-moz-document url-prefix() {
    .fileUploadInput button {
        display: none;
    }
}



.chatDetailBody::-webkit-scrollbar {
    width: 6px;
    background: #EFECFF;
}

.chatDetailBody::-webkit-scrollbar-track {
    border-radius: 15px;
}

.chatDetailBody::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #4FC4F6;
}

.scheduleBg {
    background: url("../images/dbimage/schedulebg.jpg") 0 0 no-repeat;
    background-size: cover;
    /*    display: flex;*/
    align-items: center;
}

.scheduleSlide {
    width: 85%;
    margin: 0 auto;
}

.scheduleBg .owl-prev,
.scheduleBg .owl-next {
    position: absolute;
    z-index: 1;
    top: 45%;
    font-size: 36px !important;
    color: #EDA592 !important;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    /*    background: url("../images/arrowbg.png") 0 0 no-repeat !important;*/
    background-size: 100% !important;
    border: 2px solid #EDA592 !important;
    border-radius: 100px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
}

/*
.scheduleBg .owl-prev {
    background: url("../images/arrowbg.png") 0 0 no-repeat !important;
}

.scheduleBg .owl-next {
    background: url("../images/arrowbg.png") 0 0 no-repeat !important;
}
*/

.scheduleBg .owl-prev:hover,
.scheduleBg .owl-next:hover {
    /*    background: url("../images/arrowbgh.png") 0 0 no-repeat !important;*/
    background-size: 100% !important;
    background-color: #fff !important;
}

.scheduleBg .owl-nav button::after,
.scheduleBg .owl-nav button::before {
    display: none;
}

.scheduleBg .owl-prev {
    left: -67px;

}

.scheduleBg .owl-next {
    right: -67px;
}

.scheduleBg .owl-prev span,
.scheduleBg .owl-next span {
    position: relative;
    top: -4px;
}

.scheduleTable {
    background: #fff;
    border: none;
    /*    box-shadow: 0 2px 12px #5a6078;*/
    border-radius: 15px;
    padding: 20px;
    overflow: auto;
    max-height: 550px;
}

.scheduleSlide {
    background: #fff;
    display: block;
    border-radius: 15px;
    padding: 20px;
}

.scheduleTable table {
    width: 100%;
}

.scheduleTable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #EFECFF;
}

.scheduleTable::-webkit-scrollbar-track {
    border-radius: 15px;
}

.scheduleTable::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #4FC4F6;
}

.scheduleTable table {
    width: 100%;
}

.scheduleTable table th {
    color: #395E90;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    min-width: 125px;
}

.scheduleTable table th:nth-child(1) {
    width: auto !important;
}

.scheduleTable table tbody td {
    padding: 9px;
    /*    min-height: 30px;*/
    position: relative;
}

.scheduleTable table th:first-child {
    border: none;
    width: 100px;
}

.scheduleTable table tbody tr:first-child td {
    background: #F5F5F7;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 0;
}

.scheduleTable table tbody td:first-child {
    font-size: 14px;
    font-weight: 500;
    color: #5E8AC7;
}

.scheduleTable table tbody td:first-child {
    background: transparent !important;
    border-bottom: none !important;
}

.scheduleTable table tbody td {
    border-bottom: 1px dashed #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.bordrLine td:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.bordrLine td {
    padding: 0 !important;
}

.caldbbg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.bioBg,
.mathBg,
.physicBg {
    width: 100%;
    padding: 0 6px 5px;
}

.bioBg h6,
.mathBg h6,
.physicBg h6 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
    display: inline-block;
}

.bioBg p,
.mathBg p,
.physicBg p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.bioBg {
    background: #E9E6F6;
    color: #CCC5F1;
    border: 2px solid #CCC5F1;
}

.bioBg h6,
.bioBg p {
    color: #6255A5;
}

.mathBg {
    background: #56C955;
    color: #2A2737;
    border: 2px solid #4FFE4D;
}

.mathBg h6,
.mathBg p {
    color: #2A2737;
}

.physicBg {
    background: #FFEE95;
    color: #2A2737;
    border: 2px solid #FCD922;
}

.physicBg h6,
.physicBg p {
    color: #2A2737;
}

.brkbg {
    position: relative;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: #2A2737;
    font-weight: 600;
    padding-top: 1px;
}

.brkbg::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5px;
    height: 2px;
    background: #FF7A7F;
    width: 100%;
}

.brkbg::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 2px;
    width: 8px;
    height: 8px;
    background: #FF7A7F;
    border-radius: 50px;
}

.brkbg span {
    background: #fff;
    padding: 0 5px;
    color: #2A2737;
}

.calred {
    color: #F47B7B;
}

.calTimeHead {
    position: relative;
    top: -12px;
}

.tdTopButton {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: fixed; */
    z-index: 9;
    /* position: relative;
    height: 60px; */
}

/* .newTrackbtn {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
} */

.tdTopButton button {
    outline: none;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
    width: 185px;
    text-align: center;
    justify-content: center;
}

.tdBtn1 {
    background: #56C955;
    border: 3px solid #139520;
}

.tdBtn2 {
    background: #0DB1F5;
    border: 3px solid #3A88DF;
}

.tdBtn1:hover,
.tdBtn1.dbrActive {
    background: #008b48;
    border: 3px solid #09d372;
    box-shadow: 0 0 25px #05e278;
}

.tdBtn2:hover,
.tdBtn2.dbrActive {
    background: #0046fd;
    border: 3px solid #1b0ec3;
    box-shadow: 0 0 25px #1f5cfb;
}


.studentHistbg {
    background: #EEFAFF;
    border-radius: 20px;
    overflow: auto;
    color: #2C2A6B;
    max-height: 500px;
}

.studentHistbg h4 {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2C2A6B;
    margin: 0;
}

.stdulbg {}

.studentHistbg ul {
    padding: 0 5px;
    margin: 0;
    overflow: auto;
    background: #fff;
}

.studentHistbg ul li {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #2C2A6B;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}

.studentHistbg ul li div {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.studentHistbg ul::-webkit-scrollbar {
    height: 5px;
}

.studentHistbg ul::-webkit-scrollbar-thumb {
    background: #cdccff;
}

.colr-red {
    display: inline-block;
    background: #FF0000;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.histImg {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
}

.droptogle::after {
    display: none;
}

.favour {
    padding-right: 8px;
    font-size: 20px;
    color: #FF0000;
}

.droptogle i {
    font-size: 25px;
    line-height: 25px;
    color: #3C3131;
}

.histAction {
    border: 4px solid #559AF9;
    border-radius: 50px;
    outline: none;
    background: #E0EBFB;
    padding: 8px 17px;
    color: #2C2A6B;
    font-size: 14px;
    font-weight: 600;
}

.histAction:hover {
    background: #5C2CE2;
    color: #fff;
}



/* ----------right-pannel-end----------- */

@media (min-width: 992px) {
    .dbRespSlide {
        display: none !important;
    }

    .dbLeftpannel {
        width: 200px !important;
        flex: none;
    }

    .dbLeftpannel {
        height: calc(100vh - 80px);
        /*        min-height: 100vh;*/
    }

    .dbRespSlide {
        display: none;
    }


}

@media(max-width:1408px) {
    .dbTechBlock {
        width: 22.5%;
    }
}

@media(max-width:1228px) {
    .dbTechBlock {
        width: 22%;
    }
}

@media(max-width:1068px) {
    .dbTechBlock {
        width: 30%;
    }
}

@media(max-width:991px) {
    .scheduleSlide {
        padding: 15px 10px;
    }

    .navNewtop .notifyBar .dropdown-menu {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0 !important;
        width: 100%;
        height: 100%;
        background: #000;
        right: 0 !important;
        padding: 70px 20px 20px;
        min-width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .notifyDropInn {
        width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    .dbRight {
        overflow: inherit;
    }

    .leftPannelFooter {
        display: none;
    }

    .dbx,
    .dbxTxt {
        display: none;
    }

    .dbheader {
        position: sticky;
    }

    .dbRightBtnsgroup button {
        width: 60px;
        height: 60px;
        justify-content: center;
        font-size: 0;
    }

    .onlineNow {
        margin-right: 0;
        width: 20px;
        height: 20px;
        flex: none;
    }

    .dbRightBtnsgroup button img {
        width: 23px;
        margin-right: 0;
    }

    .dbr3.dbrActive::after {
        top: 101%;
        left: 29%;
    }

    .dbRightBtnsgroup {
        display: flex;
        justify-content: center;
    }

    .dbLogoutBase {
        background: rgba(5, 229, 245, 0.1);
        border-radius: 100px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dbRightHead .navbar-toggler {
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #100375;
    }

    .dbRightHead {
        height: 100%;
    }

    .dbRightHead .navbar {
        min-height: 100%;
        height: 100%;
    }

    .dbHeadRight {
        padding-right: 0;

    }


    .dbTeacherlist {
        display: none;
    }



    .notifyBar .dropdown-menu::before,
    .notifyBar .dropdown-menu.chatDrop::before,
    .notifyBar .dropdown-menufaqDrop::before {
        right: 20px !important;
    }

    .notifyBar .dropdown-menu,
    .notifyBar .dropdown-menu.chatDrop,
    .notifyBar .dropdown-menufaqDrop {
        right: -16px !important;
    }

    .dbRightHead .navbar-collapse {
        position: absolute;
        right: 0;
        left: inherit;
        background: rgba(2, 1, 164, 0.8);
        width: 70px;
        padding: 10px;
        top: 80px;
    }

    .dbLogout {
        /*        width: 110px;*/
        font-size: 0;
        /*        padding: 8px 8px;*/
        box-shadow: none;
        position: static;
    }

    .dbLogout img {
        width: 25px;
    }

    .navNewtop {
        flex-direction: column;
    }

    .dbCommoncircle {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .dbRightHead .navbar-toggler-icon {
        position: relative;
        color: #fff;
        display: flex;
        align-items: center;
        /*        justify-content: flex-end;*/
    }

    .dbRightHead .navbar-toggler[aria-expanded="true"] i {
        display: none;
    }

    .toggleBell {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: none;
        background: rgba(5, 229, 245, 0.1);
        padding: 5px;
        border-radius: 100px;
        width: 45px;
        height: 45px;
        /*        right: 15px;*/
    }

    .toggleBell span {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #F9869A;
        border-radius: 100px;
        width: 18px;
        height: 18px;
        color: #fff;
        padding: 2px;
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
        border: none;
        outline: none;
    }

    .toggleBell img {
        width: 100%;
        border-radius: 50px;
    }

    .dbRightHead .navbar-toggler[aria-expanded="true"] .toggleBell {
        display: none;
    }

    .dbRightHead .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        content: "\2715";
        position: absolute;
        z-index: 9;
        left: 6px;
        top: 2px;
        font-size: 19px;
        line-height: 25px;
        background: transparent !important;
        color: #fff !important;
        border-radius: 100px;
        border: 2px solid #fff;
        width: 30px;
        height: 30px;
    }

    .dbHeadleft img {
        width: 90px;
        margin-top: 0;
    }

    .dbHeadleft {
        width: auto;
        display: none;
    }

    .dbheadProgress {
        /*        margin-left: 35px;*/
    }

    .dbMainbase {
        display: block;
        background: #dafaff;
        padding-top: 0;
    }

    .sideBtn {
        display: block;
        border: none;
        outline: none;
        /*        background: #29304A;*/
        background: transparent;
        color: #fff;
        font-size: 36px;
        line-height: 25px;
        padding: 5px;
        width: 56px;
        position: sticky;
        left: 0;
        top: 20px;
        z-index: 0;
    }

    .stdb {
        perspective: none;
        transform-style: inherit;
    }

    .dbLeftpannel {
        position: fixed;
        z-index: 9;
        left: 0;
        top: 79px;
        bottom: 0;
        height: 100%;
        width: 0;
        max-width: 200px;
        overflow: hidden;
        transition: all 0.3s;
    }

    .dbRight {
        padding-top: 20px;
        width: 100%;
        height: 100%;
        min-height: calc(100vh - 80px);
    }

    .dbRightBtnsgroup {
        padding-bottom: 0;
    }

    .closebtn {
        display: block;
        position: absolute;
        z-index: 15;
        display: none;
        left: 31px;
        top: 15px;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        padding: 3px;
        background: #0201a4;

        /*
        right: 0;
        top: 0;
        background: #ff0000;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 0 0 0 10px;
*/
    }

    .closeNv {
        display: block;
    }
}

@media(max-width:767px) {
    .scheduleBg .owl-prev {
        left: -45px;
    }

    .scheduleBg .owl-next {
        right: -45px;
    }

    .onlineNow {
        width: 16px;
        height: 16px;
    }

    .dbRightBtnsgroup button {
        padding: 7px 12px;
    }

    .dbRightBtnsgroup button {
        width: 50px;
        height: 50px;
    }

    .payTableResp {
        width: 100%;
        max-width: 500px;
        overflow: auto;
    }

    .payTableResp table {
        width: 550px;
    }

    .online {
        right: 5px;
        top: 3px;
    }

    .dropHeading {
        flex-direction: column;
    }

    .dropToggle {
        width: 50px;
        padding-top: 10px;
    }

    .notifyBar .dropdown-menu {
        min-width: 550px;
    }

    .progressGraph>img {
        /*        width: 165px;*/
    }

    /*
    .dbCoin {
        top: -8px;
    }
*/

    /*
    .dbCoin img {
        width: 40px;
    }
*/

    .dbCommoncircle {
        /*
        width: 35px;
        height: 35px;
*/
    }

    .dbCommoncircle img {
        /*        width: 18px;*/
    }

    .notifyImg img {
        width: 50px;
        height: 50px;
    }

    /*
    .dbLogout {
        font-size: 12px;
        padding: 7px 8px;
    }
*/
}


@media(max-width:600px) {
    .tdTopButton {
        flex-direction: column;
    }

    .notifyBar .dropdown-menu {
        min-width: 465px;
    }

    .payTableResp {
        max-width: 420px;
    }
}

@media(max-width:480px) {
    .closebtn {
        left: 9px;
    }

    .dbheadProgress {
        /*        margin-left: 45px;*/
    }

    .faqCheck {
        padding-top: 5px;
    }

    .faqDropAccordion .accordion-button,
    .faqDropAccordion h2,
    .faqFoot span {
        font-size: 12px;
    }

    .faqDropAccordion .accordion-body p {
        font-size: 13px;
        line-height: 20px;
    }

    .faqFoot {
        flex-direction: column;
        align-items: flex-start;
    }

    .faqFoot .form-check {
        padding-left: 0;
    }

    .dbHeadRight {
        padding-left: 0;
    }

    .payTableResp {
        max-width: 292px;
    }

    .dropHeading .btn-toggle:before {
        content: "Active";
    }

    .dropHeading .btn-toggle:after {
        content: "Archived";
    }

    .dropHeading .btn-toggle:before,
    .dropHeading .btn-toggle:after {
        width: 60px;
    }

    .notifyBar .dropdown-menu {
        min-width: 340px;
    }
}

@media(max-width:400px) {
    .dtDragger {
        min-width: 172px;
    }
}

@media(max-width:360px) {
    .payTableResp {
        max-width: 256px;
    }

    .dbCoin img {
        width: 52px;
    }

    .dbCoin {
        top: -10px;
    }

    .notifyBar .dropdown-menu {
        min-width: 305px;
    }
}