body {
    font-family: "Lato", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

.form-control::placeholder {
    color: rgba(95, 100, 106, 0.5);
    /*opacity: 1;*/
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

::-webkit-scrollbar {
    width: 6px;
}

input:focus::placeholder {
    color: transparent !important;
}

label.error {
    color: red !important;
    font-weight: 600 !important;
    font-size: 10px !important;
}

.form-control {
    background-color: white !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
}

.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-light,
.bootstrap-select button.btn.dropdown-toggle.btn-light {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    min-width: 160px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    padding: 18px 20px;
}

.rgt-main .dropdown-menu {
    width: 100%;
}

.loading-view {
    min-height: 100vh;
    position: relative;
    background-color: #E5F8FF;
    /* background-image: url(../images/background-toys.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.loading-view::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../images/loading-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.01;
}

.loadlogo-section {
    height: 100%;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center; /* Ensures image is centered horizontally */
    position: absolute;
    left: 0;
    top: 0;
}

.loadlogo-section img {
    width: 80%; /* Adjust this value to control image width */
    height: auto; /* Maintains aspect ratio */
    max-width: 500px; /* Sets a maximum width if needed */
    margin: 0 auto;
}


.main-section {
    /* background-image: url(../images/left-toy.png), url(../images/right-toy.png); */
    background-position: left bottom, right bottom;
    background-size: 240px, 240px;
    background-repeat: no-repeat, no-repeat;
    min-height: 100vh;
    background-color: #E5F8FF;
}

.main-section {
    position: relative;
    min-height: 100vh;
}

.main-section .row.d-flex.justify-content-center {
    min-height: 100vh;
    align-items: center;
}
.logo img {
    width: 478px;
    height: 66px;
}
.logo {
   /* display: block;*/
    text-align: center;
    height: auto;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

/*.logo img {
    height: 100% !important;
}
*/
.login-div h4 {
    font-style: normal;
    font-weight: 650;
    font-size: 24px;
    line-height: 41px;
    color: #787878;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 0;
    margin: 0;
}

.schoolAdminText{
    font-style: normal;
    font-weight: 650;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 0;
    margin: 0;

}

.login-div form {
    margin-top: 40px;
    max-width: 472px;
    margin-left: auto;
    margin-right: auto;
}

.login-div form label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #5f646a;
    margin-bottom: 6px;
}

.login-div form input.form-control {
    height: 60px;
    background: rgba(40, 40, 40, 0.04);
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 18px 50px 18px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #5f646a;
}

.login-div form .mb-3 {
    margin-bottom: 30px !important;
}

.sumit-btn,
.sumit-btn:hover,
.sumit-btn:focus {
    background: #0094C9;
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    height: 70px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border: none;
}

.submit-btn, .submit-btn:hover {
    background-color: #989898;
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    height: 70px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border: none;
}
.submit-btn.active {
    background-color: #0094C9;
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    height: 70px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border: none;
}

.forget-text,
.forget-text:hover,
.forget-text:focus {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #0094C9;
    text-decoration: none;
    margin-top: 10px;
}

/* .emailinput {
    background-image: url(../images/at-sysbol.png);
    background-size: 20px;
    background-position: 97% center;
    background-repeat: no-repeat;
}

.password-input {
    background-image: url(../images/eye.png);
    background-size: 20px;
    background-position: 97% center;
    background-repeat: no-repeat;
} */

.login-div form input.form-control::placeholder {
    color: rgba(95, 100, 106, 0.25);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(95, 100, 106, 0.25);
}

::-ms-input-placeholder {
    color: rgba(95, 100, 106, 0.25);
}

.login-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #5f646a;
    opacity: 0.6;
    padding-top: 16px;
}

.dashboard-body {
    background-color: #eaeaea;
}

section.dashboard {
    position: relative;
    padding-left: 345px;
}

.lft-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 345px;
    background: #ffffff;
    border-right: 0.5px solid #dcdcdc;
    height: 100%;
}

.sidebar-menu {
    margin-top: 20px;
}

.sidebar-logo {
    padding: 27px;
    text-align: center;
}

.sidebar-menu ul li {
    margin-top: 10px;
}

.sidebar-menu ul li:first-child {
    margin-top: 0px;
}

.sidebar-menu ul li a {
    display: block;
    padding: 15px 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #5f646a;
    font-family: "Lato", sans-serif;
}

.sidebar-menu ul li a svg {
    margin-right: 18px;
}

.sidebar-menu ul li a svg path {
    fill: #5f646a;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li.active a {
    background: linear-gradient(
        90.03deg,
        rgba(0, 148, 201, 0.24) 0.03%,
        rgba(217, 217, 217, 0) 99.98%
    );
    color: #0094c9;
}

.sidebar-menu ul li a:hover svg path,
.sidebar-menu ul li.active a svg path {
    fill: #0094c9;
}

.rgt-main {
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
}

.rgt-main nav {
    width: 100%;
    padding: 27px;
    background-color: #ffffff;
}

.right-sideul {
    text-align: right;
    list-style: none;
    font-size: 0;
}

.right-sideul li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid rgba(95, 100, 106, 0.2);
    padding-right: 23px;
    padding-left: 23px;
    min-height: 44px;
}

.right-sideul li:last-child {
    padding-right: 0;
}

.right-sideul li:first-child {
    padding-left: 0;
    border: none;
}

.right-sideul .dropdown li {
    display: block;
    padding: 0;
    position: relative;
    min-height: auto;
    border: none;
}

.user-dropdown button {
    border: none;
    background-color: transparent;
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
}

.user-dp {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    color: #f7901e;
    background-color: #ffe2c2;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.user-dropdown button b {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #5f646a;
    text-transform: capitalize;
}

.user-dropdown button b span {
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #5f646a;
    opacity: 0.6;
}

.user-dropdown button svg {
    position: absolute;
    right: 0;
    top: 5px;
    width: 11px;
}

.notification {
    display: flex;
    align-items: center;
    vertical-align: middle;
    min-height: 44px;
}

.dashboard-content {
    padding: 36px 30px;
}

.card-dashboard {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 118px;
}

.card-dashboard h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 0;
    padding: 0;
}

.card-dashboard h3 span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5f646a;
}

.card-dashboard button {
    padding: 0;
    border: none;
    background-color: transparent;
}

.last-item {
    margin-bottom: auto;
    margin-left: auto;
}

.last-item svg {
    width: 19px;
}

.margin-bottom {
    margin-top: 35px;
}

.card-dashboard svg.margin-right {
    margin-right: 17px;
    width: 78px;
    height: 78px;
}

.card-dashboard .btn-all {
    background: #ffffff;
    border: 0.6px solid #b2b2b2;
    border-radius: 4px;
    min-width: 70px;
    text-align: left;
    padding: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #b2b2b2;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 14px;
}

.dashboard-table-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px !important;
}

.dashboard-table-card h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}

.dashboard-table-card h2 a {
    text-decoration: underline;
    color: rgba(0, 148, 201, 0.8);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.dashboard-table-card table {
    margin-bottom: 0;
}

.dashboard-table-card table th {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5f646a;
    vertical-align: top;
    white-space: nowrap;
}

.dashboard-table-card table tr td {
    color: rgba(95, 100, 106, 0.8);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    vertical-align: top;
}

.dashboard-table-card table tr td.status-active {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #34af09;
}

.dashboard-table-card table tr td.status-inactive {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #f00000;
}

.dashboard-table-card table tr:last-child td {
    border: none;
}

.dashboard-table-card table tr td.status-active i,
.dashboard-table-card table tr td.status-inactive i {
    font-size: 8px;
}

.dashboard-table-card table tbody tr {
    border: 0;
}

.dashboard-table-card table tbody tr td {
    border-color: rgba(230, 230, 230, 0.3);
    padding-top: 25px;
    padding-bottom: 25px;
    white-space: nowrap;
}

.pie-graphbar {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    min-height: 214px;
}

.pie-graphbar h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.pie-graphbar tspan {
    display: none;
}

.lfr-graph {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
}

#donut-example {
    height: 193px;
}

.lfr-graph svg:not(:root) {
    height: 100% !important;
}

.rgt-graphcontent {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    text-align: center;
    padding-left: 50px;
    border-left: 1px solid #eeeeee;
}

.rgt-graphcontent h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #5f646a;
    margin: 0;
}

.rgt-graphcontent h3 span {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
}

.rgt-graphcontent ul {
    font-size: 0;
    column-count: 2;
    text-align: left;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.rgt-graphcontent ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.rgt-graphcontent ul li h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5f646a;
    margin: 0;
}

.rgt-graphcontent ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
}

.rgt-graphcontent ul li:first-child {
    color: #94c83d;
}

.rgt-graphcontent ul li:last-child {
    color: #2261ae;
}

.rgt-graphcontent ul li h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    margin: 0;
}

.school-management .dashboard-table-card {
    margin-top: 0px;
}

.switch-input .input-switch {
    display: none;
}

.switch-input .label-switch {
    display: inline-block;
    position: relative;
}

.switch-input .label-switch::before,
.label-switch::after {
    content: "";
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.switch-input .label-switch::before {
    width: 41px;
    height: 21px;
    border: 1px solid #c1c1c1;
    border-radius: 4rem;
    background: #c1c1c1;
}

.switch-input .label-switch::after {
    position: absolute;
    left: 0;
    top: -10%;
    width: 26px;
    height: 26px;
    border-radius: 4rem;
    background: #ffffff;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 14%);
}

.switch-input .input-switch:checked ~ .label-switch::before {
    background: #00a900;
    border-color: #008e00;
}

.switch-input .input-switch:checked ~ .label-switch::after {
    left: unset;
    right: 0;
}

.switch-input .info-text {
    display: inline-block;
    vertical-align: top;
    padding: 0px 18px;
}

.table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(230, 230, 230, 0.45);
    padding-top: 30px;
}

.table-pagination nav {
    width: auto;
    padding: 0 !important;
}

.table-pagination h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #5f646a;
    opacity: 0.5;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.table-pagination .page-item .page-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(95, 100, 106, 0.5);
    border: none;
    padding: 10px 12px;
}

.table-pagination .page-item:last-child .page-link {
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #f7901e;
}

.table-pagination .page-item:first-child .page-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(95, 100, 106, 0.3);
}

.table-pagination .active > .page-link,
.table-pagination .page-link.active,
.table-pagination .page-link:hover,
.table-pagination .page-link:focus {
    background: #f7901e;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff !important;
    box-shadow: none;
    padding: 10px 12px;
}

.table-pagination .page-item {
    padding: 0px 10px;
}

.basealign {
    align-items: baseline;
}

.speace-between {
    display: flex;
    justify-content: space-between;
}

.search-section {
    min-height: 50px;
    min-width: 420px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    padding: 0 4px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
}

.heading-search .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.heading-search .input {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-search .input > input:focus,
.heading-search input {
    border: none;
    outline: none;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(95, 100, 106, 1);
}

button.addbtn {
    width: 175px;
    height: 50px;
    background: #f7901e;
    border-radius: 4px;
    border: none;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-left: 20px;
}

.right-div {
    display: flex;
    justify-content: end;
    align-items: center;
    vertical-align: middle;
}

.heading-search {
    margin-bottom: 15px;
}

.box-right {
    float: right;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.box-right-inner {
    width: 826px;
    padding: 35px 0px;
    border: none;
    background-color: #ffffff;
    min-height: 100vh;
    float: right;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.rightbox-heading {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.rightbox-heading h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin: 0;
    vertical-align: middle;
}

.close-rightbox {
    cursor: pointer;
}

.right-formbox {
    padding: 0px 40px 30px;
}

.form-hr {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-hrmid {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-right-inner h5 {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #0094c9;
    margin: 0;
}

.save-btnsection {
    text-align: right;
}

.savebtn {
    padding: 18px 30px;
    background-color: #f7901e;
    border-radius: 4px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    min-width: 190px;
    border: none;
}

.box-right label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #5f646a;
}

.box-right .form-control {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 18px 20px;
    min-width: 160px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.box-right .margin-tp {
    margin-top: 30px;
}

.right-formbox .row > * {
    padding-right: 10px;
    padding-left: 10px;
}

.right-formbox .row {
    margin-left: -7px;
}

.box-right select.form-control {
    background-image: url(../images/arrow.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
}

.action-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 17px;
    border: none;
    width: 132px;
}

.active-btn {
    background-color: #0094c9;
}

.inactive-btn {
    background-color: #5f646a;
    opacity: 0.5;
}

.align-center {
    text-align: center;
}

.send-popup .modal-dialog {
    max-width: fit-content;
}

.send-popup .modal-body {
    padding: 25px 65px;
    text-align: center;
}

.send-popup .modal-body h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
    margin: 0;
}

.send-popup .modal-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.5;
    padding: 5px 0px 0px;
}

.send-popup .modal-body button {
    background: #f7901e;
    border-radius: 4px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 10px 34px;
    min-width: 117px;
    margin-top: 25px;
}

.succesfull-svg {
    margin-bottom: 5px;
}

.succesfull-svg svg {
    width: 60px;
    height: 60px;
}

.modal.send-popup.show {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}

/*dropdown design*/
.card-dashboard ul.dropdown-menu.show {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 2px;
    border: none;
    padding: 10px 13px;
}

.card-dashboard ul.dropdown-menu.show a.dropdown-item,
.card-dashboard ul.dropdown-menu.show a.dropdown-item:hover,
.card-dashboard ul.dropdown-menu.show a.dropdown-item:focus,
.card-dashboard ul.dropdown-menu.show a.dropdown-item.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5f646a;
    background-color: transparent;
}

.card-dashboard ul.dropdown-menu.show li a {
    padding: 12px 0px 0px;
}

.card-dashboard ul.dropdown-menu.show li:first-child a {
    padding-top: 0px;
}

.card-dashboard .dropdown-menu {
    min-width: fit-content !important;
}

/*user dropdown*/
.rgt-main ul.dropdown-menu.show {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 2px;
    border: none;
    padding: 10px 13px;
    max-height: 150px;
    overflow-y: auto;
}

.rgt-main ul.dropdown-menu.show a.dropdown-item,
.rgt-main ul.dropdown-menu.show a.dropdown-item:hover,
.rgt-main ul.dropdown-menu.show a.dropdown-item:focus,
.rgt-main ul.dropdown-menu.show a.dropdown-item.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5f646a;
    background-color: transparent;
}

.rgt-main ul.dropdown-menu.show::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.rgt-main ul.dropdown-menu.show::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.rgt-main ul.dropdown-menu.show::-webkit-scrollbar-thumb {
    background: #acacac;
    opacity: 0;
}

/* Handle on hover */
.rgt-main ul.dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

.rgt-main ul.dropdown-menu.show li a {
    padding: 12px 0px 0px;
}

.rgt-main ul.dropdown-menu.show li:first-child a {
    padding-top: 0px;
}

.rgt-main .dropdown-menu {
    min-width: fit-content;
}

.userdropdown li a {
    padding-left: 40px !important;
    position: relative;
    display: block;
    margin-top: 25px;
    padding-top: 0 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(95, 100, 106, 0.8);
}

.userdropdown li:first-child a {
    margin-top: 0;
}

.userdropdown li a span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.gap-div {
    height: 30px;
}

/*edit modal*/
.editbox-right {
    float: right;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.editbox-right label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #5f646a;
}

.editbox-right .form-control {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 18px 20px;
    min-width: 160px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.editbox-right .margin-tp {
    margin-top: 30px;
}

.editbox-right select.form-control {
    background-image: url(../images/arrow.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
}

.close-eidtpopup {
    cursor: pointer;
}

.form-card {
    padding: 18px;
    background: linear-gradient(
        90.03deg,
        rgba(224, 224, 224, 0.24) 0.03%,
        rgba(217, 217, 217, 0) 99.98%
    );
    margin-top: 25px;
}

.form-card h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #5f646a;
    margin: 0;
    padding: 0;
}

.form-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #5f646a;
    opacity: 0.5;
    padding-top: 8px;
}

.editbox-right .right-formbox {
    padding: 0px 40px;
}

.editname-text {
    cursor: pointer;
}

button.active-btns {
    background: #dcfce7;
    border-radius: 6.13333px;
    border: 1px solid #dcfce7;
    color: rgba(22, 129, 62, 0.5);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 20px;
}

button.edit-modalbtn {
    background: transparent;
    border-radius: 6.13333px;
    border: 1px solid #f7901e;
    color: #f7901e;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 20px;
}

button.edit-modalbtn svg {
    margin-right: 5px;
}

.editview-div .rightbox-heading h3 {
    display: inline-block;
}

.editview-div .rightbox-heading {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.buttons-section button {
    margin-right: 10px;
}

span.close-editrightbox {
    cursor: pointer;
}

.save-popup {
    position: fixed;
    left: 44%;
    margin: 0 auto;
    width: auto;
    bottom: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 24px 26px;
}

.save-popup h6 {
    margin: 0;
    color: rgba(95, 100, 106, 0.8);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.save-popup svg {
    margin-right: 8px;
    width: 24px;
}

/*fixed-bar*/
.rightbox-heading {
    position: fixed;
    top: 0;
    width: 826px;
    right: 0;
    height: 66px;
    background-color: #ffffff;
    z-index: 9;
    padding-top: 20px;
}

.box-right-inner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.save-btnsection {
    position: fixed;
    bottom: 0;
    width: 826px;
    right: 0;
    height: 81px;
    background-color: #ffffff;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.cancel-btn {
    background-color: rgba(95, 100, 106, 0.3) !important;
    margin-right: 20px;
}

.nxtsucss-section {
    display: none;
}

.school-management .dashboard-table-card table tbody tr td {
    vertical-align: middle;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
}

.right-sideul ul.dropdown-menu.userdropdown.show {
    right: -5px !important;
    left: auto !important;
    margin-top: 32px !important;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
}

button.inactive-btns {
    background: #f0b8b8;
    border-radius: 6.13333px;
    border: 1px solid #f0b8b8;
    color: rgba(247, 8, 8, 0.5);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 20px;
}

td.switch-input {
    text-align: center;
}

.td-centertext {
    text-align: center;
}

.campaign-management {
    margin-top: 20px;
    padding-top: 0;
}

.campaign-management table th {
    padding-bottom: 20px;
}

.dropdown.bootstrap-select .dropdown-toggle::after {
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.heading-vertical .row {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.heading-vertical .row h2 {
    margin: 0;
    padding: 0;
}

/*notification*/
#notification-icon {
    position: relative;
}
#notification-icon::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 12px;
    left: 22.29px;
    top: 3.43px;
    background-color: #f7901e;
    border-radius: 100%;
}
#notification-box {
    background: #ffffff;
    border-top: 1px solid #ebebeb;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 6px 6px;
    padding: 20px 15px;
    width: 486px;
    position: absolute;
    right: 0;
    top: 98px;
    z-index: 1;
}
#notification-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: block;
}
#notification-box hr {
    height: 1px;
    background-color: rgba(95, 100, 106, 0.5);
    width: 100%;
    border: none;
    margin: 0;
}
#notification-box ul li {
    list-style: none;
    display: block;
    position: relative;
    margin-right: 30px;
}
#notification-box ul li a {
    display: block;
    padding: 18px 0px 23px 70px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5f646a;
    opacity: 0.8;
}
#notification-box ul li a img {
    position: absolute;
    left: 0;
    top: 18px;
    width: 52px;
}
#notification-box ul li a span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5f646a;
    opacity: 0.5;
    padding-top: 8px;
}
#notification-box ul li a b {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.8;
}
#notification-box ul li hr {
    height: 1px;
    background-color: #5f646a;
    width: 93%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: none;
    opacity: 0.1;
    margin: 0 auto;
    right: 0;
}
#notification-box ul li:last-child a {
    padding-bottom: 0;
}
.note-cir::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    background-color: #0094c9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/*responsive*/
@media only screen and (max-width: 1600px) {
    .card-dashboard {
        padding: 15px;
        min-height: 90px;
    }

    .card-dashboard svg.margin-right {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .card-dashboard h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .card-dashboard h3 span {
        font-size: 10px;
        line-height: 15px;
    }

    .last-item svg {
        width: 13px;
    }

    /*.margin-bottom {margin-top: 15px;}*/
    .card-dashboard .btn-all {
        min-width: 50px;
        padding: 4px;
        font-size: 10px;
        line-height: 12px;
    }

    .sidebar-menu ul li a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .lft-sidebar {
        width: 250px;
    }

    .sidebar-menu ul li a svg {
        margin-right: 10px;
    }

    section.dashboard {
        padding-left: 250px;
    }

    .sidebar-logo a {
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .sidebar-logo {
        padding: 15px;
    }

    .sidebar-menu {
        margin-top: 10px;
    }

    .sidebar-menu ul li {
        margin-top: 5px;
    }

    .rgt-main nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .notification {
        width: 20px;
    }

    .right-sideul li {
        padding-right: 13px;
        padding-left: 13px;
    }

    .user-dp {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 11px;
    }

    .user-dropdown button b {
        font-size: 12px;
    }

    .user-dropdown button b span {
        font-size: 10px;
        line-height: 10px;
    }

    .right-sideul li {
        min-height: 34px;
    }

    .dashboard-table-card {
        margin-top: 30px;
        padding: 15px;
    }

    .dashboard-table-card h2,
    .pie-graphbar h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .dashboard-table-card h2 a {
        font-size: 14px;
    }

    .dashboard-table-card table th {
        font-size: 14px;
    }

    .dashboard-table-card table tr td span.is-clickable {
        color: #0094c9;
    }

    .dashboard-table-card table tr td,
    .dashboard-table-card table tr td.status-active {
        font-size: 13px;
    }

    .dashboard-table-card table tr td,
    .dashboard-table-card table tr td.status-inactive {
        font-size: 13px;
    }

    .dashboard-table-card table tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pie-graphbar {
        padding: 15px;
        min-height: 85px;
    }

    #donut-example {
        height: 150px;
    }

    /*.lfr-graph {width: 30%;}*/
    .rgt-graphcontent h3 {
        font-size: 14px;
    }

    .rgt-graphcontent h3 span,
    .rgt-graphcontent ul li h5 {
        font-size: 30px;
    }

    .rgt-graphcontent ul {
        margin-top: calc(var(--bs-gutter-x) * 0.5);
    }

    .rgt-graphcontent ul li {
        padding-left: 20px;
    }

    .rgt-graphcontent ul li i {
        font-size: 8px;
    }

    .rgt-graphcontent ul li h4 {
        font-size: 13px;
        line-height: 15px;
    }

    /*.rgt-graphcontent {width: 69%;}*/
    .switch-input .info-text {
        padding: 0px 5px;
    }

    .switch-input .label-switch::before {
        width: 31px;
        height: 15px;
    }

    .switch-input .label-switch::after {
        position: absolute;
        left: 0;
        top: 0%;
        width: 16px;
        height: 16px;
    }

    .table-pagination h4 {
        font-size: 13px;
    }

    .table-pagination .page-item:first-child .page-link,
    .table-pagination .page-item:last-child .page-link,
    .table-pagination .active > .page-link,
    .table-pagination .page-link.active,
    .table-pagination .page-link:hover,
    .table-pagination .page-item .page-link {
        font-size: 13px;
        padding: 1px 4px;
        font-weight: 500;
    }

    .table-pagination .page-item {
        padding: 0px 5px;
    }

    .search-section {
        min-height: 40px;
        min-width: 270px;
    }

    .heading-search .icon svg {
        width: 20px;
        padding: 0;
    }

    .heading-search .input > input:focus,
    .heading-search input {
        font-size: 14px;
    }

    button.addbtn {
        width: 130px;
        height: 40px;
        font-size: 14px;
        margin-left: 15px;
    }

    button.addbtn svg {
        width: 20px;
        margin-top: -5px;
    }

    .rightbox-heading h3 {
        font-size: 18px;
    }

    .rightbox-heading {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .box-right-inner {
        width: 520px;
        padding: 18px 0px;
    }

    .close-rightbox svg {
        width: 20px;
    }

    .box-right .margin-tp {
        margin-top: 15px;
    }

    .right-formbox {
        padding: 0px 20px 20px;
    }

    .box-right label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .box-right .form-control {
        padding: 10px 15px;
        font-size: 11px;
    }

    .right-formbox .row > * {
        padding-right: 7px;
        padding-left: 7px;
    }

    .form-hrmid {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .box-right-inner h5 {
        font-size: 14px;
    }

    .savebtn {
        padding: 8px 20px;
        font-weight: 600;
        font-size: 15px;
        min-width: 120px;
    }

    .form-hr {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .box-right select.form-control {
        background-position: 95% 50%;
        background-size: 12px;
    }

    .table-pagination {
        padding-top: 15px;
    }

    .action-btn {
        font-size: 12px;
        padding: 7px 11px;
        width: 100px;
    }

    .send-popup .modal-body {
        padding: 10px 35px 20px;
    }

    .send-popup .modal-body h4 {
        font-size: 18px;
    }

    .send-popup .modal-body p {
        font-size: 12px;
        padding: 0;
    }

    .send-popup .modal-body button {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding: 3px 20px;
        min-width: 87px;
        margin-top: 15px;
    }

    .succesfull-svg svg {
        width: 50px;
        height: 50px;
    }

    .card-dashboard ul.dropdown-menu.show a.dropdown-item,
    .card-dashboard ul.dropdown-menu.show a.dropdown-item:hover,
    .card-dashboard ul.dropdown-menu.show a.dropdown-item:focus,
    .card-dashboard ul.dropdown-menu.show a.dropdown-item.active {
        font-size: 12px;
    }

    .card-dashboard ul.dropdown-menu.show li a {
        padding: 0px 0px 0px;
    }

    .rgt-main ul.dropdown-menu.show a.dropdown-item,
    .rgt-main ul.dropdown-menu.show a.dropdown-item:hover,
    .rgt-main ul.dropdown-menu.show a.dropdown-item:focus,
    .rgt-main ul.dropdown-menu.show a.dropdown-item.active {
        font-size: 12px;
    }

    .rgt-main ul.dropdown-menu.show li a {
        padding: 0px 0px 0px;
    }

    .userdropdown li a {
        padding-left: 20px !important;
        margin-top: 5px;
        padding-top: 0 !important;
    }

    .userdropdown li a span svg {
        width: 12px;
        height: 12px;
    }

    .userdropdown li a span {
        top: -1px;
    }

    .gap-div {
        height: 15px;
    }

    .close-eidtpopup svg {
        width: 20px;
    }

    .edit-modal-section svg {
        width: 20px;
    }

    .editbox-right .margin-tp {
        margin-top: 15px;
    }

    .editbox-right label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .editbox-right .form-control {
        padding: 10px 15px;
        font-size: 11px;
    }

    .editbox-right select.form-control {
        background-position: 95% 50%;
        background-size: 12px;
    }

    .form-card {
        padding: 10px;
        margin-top: 20px;
    }

    .form-card h6 {
        font-size: 15px;
    }

    .form-card p {
        font-size: 13px;
        padding-top: 2px;
    }

    .editbox-right .right-formbox {
        padding: 0px 20px;
    }

    button.inactive-btns,
    button.active-btns,
    button.edit-modalbtn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .buttons-section button {
        margin-right: 5px;
    }

    button.edit-modalbtn svg {
        width: 12px;
    }

    .save-popup {
        padding: 15px 20px;
        font-size: 14px;
    }

    .save-popup h6 {
        font-size: 14px;
    }

    .save-popup svg {
        margin-right: 4px;
    }

    .bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-light,
    .bootstrap-select button.btn.dropdown-toggle.btn-light {
        padding: 10px 15px;
        font-size: 11px;
    }

    /*fixed-bar*/
    .rightbox-heading {
        position: fixed;
        top: 0;
        width: 520px;
        right: 0;
        height: 66px;
        background-color: #ffffff;
        z-index: 9;
        padding-top: 20px;
    }

    .box-right-inner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .save-btnsection {
        position: fixed;
        bottom: 0;
        width: 520px;
        right: 0;
        height: 81px;
        background-color: #ffffff;
        z-index: 9;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .cancel-btn {
        margin-right: 10px;
    }

    /*.margin-bottom{margin-top: 20px;}*/
    .right-sideul ul.dropdown-menu.userdropdown.show {
        margin-top: 14px !important;
        width: 180px;
    }

    #notification-box {
        top: 63px;
    }
}

@media only screen and (max-width: 991px) {
    .search-section {
        width: 100%;
        margin-top: 10px;
    }
}

.accendingarrow,
.dicending-arrow {
    display: none;
}

.sorting_asc .dicending-arrow {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.sorting_asc .accendingarrow {
    display: none;
}

.sorting_desc .dicending-arrow {
    display: none !important;
}

.sorting_desc .accendingarrow {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.sorting_desc .sortImage,
.sorting_asc .sortImage {
    display: none;
}

button.disabled {
    cursor: not-allowed;
}

.pagination .active > .page-link,
.pagination .page-link.active {
    z-index: 1;
}

.ChoseDashBoard {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.ChoseDashBoard a {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    min-height: 230px;
    max-height: 230px;
    min-width: 230px;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ChoseDashBoard a:hover {
    outline: #f7901e;
    outline-style: solid;
    outline-width: 3px;
}

.ChoseDashBoard a.active {
    border-color: #f7901e;
    border-width: 3px;
}
.btn_proceed a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #f7901e;
    padding: 25px 187px;
    border-radius: 4px;
    width: 472px;
    margin: 0 auto;
    margin-top: 50px;
}
.SelectDashboard {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px 16px;
}

.Fundraise-A-Thon_select {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    /* color: #5f646a; */
    gap: 10px;
    display: flex;
    align-items: center;
    opacity: 0.2;
}

.Fundraise-A-Thon_selects .switch-input .label-switch::after {
    top: 50%;
    transform: translateY(-50%);
}

.Fundraise-A-Thon_selects .switch-input .label-switch {
    line-height: 0;
    vertical-align: middle;
}

.Fundraise-A-Thon_selects .switch-input .label-switch::before {
    width: 34px !important;
    border-color: #3fcf52;
    background: #3fcf52;
}

.Fundraise-A-Thon_select .ImageFlex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Fundraise-A-Thon_selects .form-check-input {
    background-color: #3fcf52;
    border-color: #3fcf52;
}

.Fundraise-A-Thon_selects .form-check-input:checked {
    background-color: #3fcf52;
    border-color: #3fcf52;
}

/* .Fundraise-A-Thon_selects .form-check-input:checked{
	background: #3FCF52;
    border-color: #3FCF52;
} */
.Fundraise-A-Thon_select.ActiveDashboard {
    color: #0094c9;
    opacity: 1;
}

.Fundraise-A-Thon_select .form-check.form-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media only screen and (min-width: 1153px) and (max-width: 1366px) {
    .Fundraise-A-Thon_select {
        font-size: 15px;
    }
    .Fundraise-A-Thon_selects .switch-input .label-switch::before {
        width: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Fundraise-A-Thon_select {
        font-size: 10px;
    }
    .Fundraise-A-Thon_select img {
        width: 25px;
    }
    .Fundraise-A-Thon_select .ImageFlex {
        gap: 4px;
    }

    .SelectDashboard {
        padding: 6px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .Fundraise-A-Thon_selects .switch-input .label-switch::before {
        width: 30px;
    }
    .Fundraise-A-Thon_select {
        font-size: 10.5px;
    }
    .SelectDashboard {
        padding: 6px 7px;
        margin-top: 10px;
        gap: 8px;
    }
    .Fundraise-A-Thon_select img {
        width: 25px;
    }
}
