/* ------------------- starting dashboad --------------------- */
.dashboad-page-header {
    border-bottom: 2px solid black;
}

/* ---------------------- main -------------------------- */
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

/* ---------------------------------- font -------------------------- */
.stylest-front {
    font-weight: 700;
}

/* ------------------------------- brand colors -------------------- */
.text-dark-light {
    color: #d4ccce;
}
.light-dark {
    background-color: #f1c22e;
}
.top-menu-icon-bg {
    background-color: #13ac9b;
}
/* ----------------------------------- common global code ------------------- */
.a-hover {
    text-decoration: none;
    color: #00004e;
}

.active-nav {
    background-color: #fd4d40;
    color: #ffffe7;
}

.active-nav:hover {
    color: #fd4d40;
    background-color: #ffffe7;
}

.active-nav-offer {
    background-color: #f4e4e4;
    color: black;
}

.a-btn {
    background-color: black;
    color: white;
    transition: 0.5s ease-out;
}

.a-btn:hover {
    background-color: white;
    color: black;
}

.full-rounded {
    border-radius: 50px;
}

.classes-image {
    height: 250px;
}

.element-hover:hover {
    width: 103% !important;
    transition: 0.5s linear;
    opacity: 105%;
    background-color: rgb(183, 58, 10px, 58);
}

.left-border {
    border-left: 5px solid #fd4d40;
}

.border-redius-top {
    border-radius: 20px 20px 0px 0px;
}

.single-event-dark-box {
    background-color: #fd4d40;
}

.venue-box p:nth-child(1),
.venue-box p:nth-child(4),
.venue-box p:nth-child(2) {
    font-weight: 700;
}

.etail-right-box p:nth-child(1),
.etail-right-box p:nth-child(3) {
    font-weight: 700;
}

.grganizer-box p:nth-child(1),
.grganizer-box p:nth-child(3) {
    font-weight: 700;
}

.venue-box p:nth-child(3) {
    font-size: 17px;
}

.border-small {
    border: 2px solid gray;
}

.tag-a {
    color: blue;
    transition: 0.5s linear;
    text-decoration: none;
}

.tag-a:hover {
    color: wheat;
    background-color: blue;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body {
    color: #d3c1b4;
}

.page-content-header {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    padding-bottom: 0px !important;
}

.page-content-header h1 {
    color: #fd4d40;
    font-weight: 700;
}

.page-content-header p {
    color: black;
}

/* --------------------------------------------- for menu  */
.top-nav-contract {
    font-size: 15px;
    font-weight: 700;
}

.top-menu-icons a:nth-child(1) i {
    background-color: #fd4d40;
}

.top-menu-icons a:nth-child(2) i {
    background-color: #16c3b0;
}

.top-menu-icons a:nth-child(3) i {
    background-color: #ff7300;
}

.top-menu-icons a:nth-child(4) i {
    background-color: #2db3d9;
}

.top-nav-contract p {
    line-height: 15px;
}

.sub-menu {
    background-color: #fd4d40;
    position: absolute;
    z-index: 10;
    width: 200px;
    display: none;
    transition: 0.5s ease-out;
    animation: sub-menu-animation 1s;
    margin-top: 0px;
}

@keyframes sub-menu-animation {
    0% {
        margin-top: 100px;
    }
    100% {
        margin-top: 0px;
    }
}

.on-hover-hide {
    display: block;
}

.on-hover-show {
    display: none !important;
}

.sub-menu li {
    list-style: none;
}

.menu-hover:hover > .sub-menu {
    display: block;
}

.menu-hover:hover > .on-hover-hide {
    display: none !important;
}

.sub-menu-item {
    color: white;
}

.sub-menu-item:hover {
    background-color: #16c3b0;
    color: white;
    transition: 0.5s linear;
}

.mobile-menu {
    height: 100vh;
}

#mobile-menu {
    display: none;
}

/* ############################# home page start here ######################### */
/* --------------- slider  */
.custom-slider-item {
    height: 600px;
    background-color: black;
    position: relative;
}

.hero-header {
    color: #a0c5e8;
}

.custom-slider-item img {
    height: 600px;
    width: 100%;
    display: block;
}

.slider-content {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
}

.slider-content div {
    width: 60%;
    margin: auto;
    margin-top: 120px;
}

.slider-content h1 {
    font-size: 52px;
    font-weight: bolder;
}

.slider-content a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: #f1c22e;
    text-decoration: none;
    transition: 0.5s linear;
}

.slider-content a:hover {
    background-color: black;
    color: white;
}

.hero-bottom-box {
    margin-top: -100px;
}

.hero-bottom-single-box {
    background-color: #1ea9e0;
    width: 100%;
}

.hero-bottom-single-box:hover {
    animation: slipbg 1s ease-in-out;
    background-color: #68838e;
}

@keyframes slipbg {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

/* .hero-bottom-single-box:nth-child(2) {
    background-color: #f1c22e;
}

.hero-bottom-single-box:nth-child(3) {
    background-color: #16c3b0;
}

.hero-bottom-single-box:nth-child(1) a {
    background-color: #f1c22e;
    transition: 0.5s linear;
}

.hero-bottom-single-box:nth-child(2) a {
    background-color: #16c3b0;
    transition: 0.5s linear;
}

.hero-bottom-single-box:nth-child(3) a {
    background-color: #fd4d40;
    transition: 0.5s linear;
}

.hero-bottom-single-box:nth-child(1) a:hover {
    background-color: #f1c22e;
    color: #fd4d40;
}

.hero-bottom-single-box:nth-child(2) a:hover {
    background-color: #16c3b0;
    color: #fd4d40;
}

.hero-bottom-single-box:nth-child(3) a:hover {
    background-color: #fd4d40;
    color: #fd4d40;
} */

.hero-bottom-img-box-hover:hover {
    margin-bottom: 10px !important;
    margin-top: -10px !important;
    transition: 0.5s linear;
}

.hero-bottom-img-box,
.hero-bottom-img-box2,
.hero-bottom-img-box3 {
    height: 80px;
    width: 80px;
    margin: auto;
    margin-top: -50px;
    border-radius: 40px;
    background-color: #16c3b0;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .hero-bottom-img-box2 {
    background-color: #f1c22e;
}

.hero-bottom-img-box3 {
    background-color: #16c3b0;
} */

.hero-bottom-single-box a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: black;
    text-decoration: none;
    transition: 0.5s linear;
}

.hero-bottom-single-box a:hover {
    background-color: white;
    color: black;
}

/* -------------------------- welcome section-------------------- */
.welcome-content h1 {
    color: #fd4d40;
}

.welcome-content p {
    font-size: 18px;
    font-weight: inherit;
}

.welcome-content a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 40px;
    display: inline-block;
    background-color: #f1c22e;
    text-decoration: none;
    transition: 0.5s linear;
}

.welcome-content a:hover {
    background-color: black;
    color: white;
}

/* -------------------------- analize section-------------------- */
.analize {
    background-color: black;
    position: relative;
    overflow: hidden;
    height: 350px;
}

.analize img {
    width: 100%;
    opacity: 50%;
}

.analize > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
}

.roted,
.roted2,
.roted3,
.roted4 {
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    background-color: #fd4d40;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 8px;
}

.roted2 {
    background-color: #f1c22e;
}

.roted3 {
    background-color: #16c3b0;
}

.roted4 {
    background-color: #2db3d9;
}

.roted h1,
.roted2 h1,
.roted3 h1,
.roted4 h1 {
    transform: rotate(-45deg);
    color: white;
}

/* -------------------------- program section-------------------- */
.program h1 {
    color: #fc4d40;
}

.program h5 {
    color: #555555;
}

.program > a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: #f1c22e;
    text-decoration: none;
    transition: 0.5s linear;
}

.program > a:hover {
    background-color: white;
    color: black;
}

.program-single-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -3px 5px 10px 2px rgb(212, 203, 203);
}

.program-single-box-header2 h1:nth-child(2) {
    color: #f1c22e;
    font-weight: 700;
}

.program-single-box h3 {
    color: #f1c22e;
    font-size: 1.286em;
}

.program-single-box h5 {
    font-size: 14px;
    color: #fd4d40;
}

.program-single-box p {
    font-size: 17px;
    color: #f1c22e;
}

.program-box-des {
    color: #a499b0;
}

.program-box-footer p:nth-child(1) {
    background-color: #fd4d40;
    color: #fec1bd;
    font-weight: 700;
    font-size: 20px;
}

.program-box-footer p:nth-child(2) {
    background-color: #f1c22e;
    color: #ffffe4;
    font-weight: 700;
    font-size: 20px;
}

.program-botton {
    background-color: #fd4d40 !important;
    color: #fdd2f3 !important;
}

.program-botton:hover {
    background-color: #f5a39d !important;
    color: #fdd2f3 !important;
}

/* -------------------------- why choose us section-------------------- */

.whychooseus {
    background: url(https://html.rometheme.pro/kids/images/school2.jpg);
    background-size: 100%;
}

.wcu-icon {
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 40px;
}

/* -------------------------- gelary section-------------------- */
.gelary h5 {
    color: #555555;
    font-size: 25px;
}

.gelary h1 {
    color: #fd4d40;
}

.gelary-img-box {
    background-color: black;
    height: 300px;
    transition: 0.5s linear;
    position: relative;
}

.gelary-img-box > img {
    height: 300px;
    width: 100%;
    transition: 0.5s linear;
}

.whychooseus-sub h4 {
    color: #555555;
    font-size: 20px;
    font-weight: 700;
}

.whychooseus-sub h1 {
    color: #fd4d40;
    font-size: 40px;
    font-weight: 600;
}

.whychooseus-sub p {
    font-size: 18px;
}

.gelary-image:hover {
    opacity: 50%;
}

.hover-box:hover > .gelary-image {
    opacity: 50%;
}

.gelary-img-box:hover > .gelary-image {
    opacity: 50%;
}

.gelary-img-box > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.5s linear;
    display: none;
}

.gelary-img-box:hover > .hover-box {
    display: flex;
}

.gelary-img-box div:hover > .hover-box {
    display: flex;
}

/* -------------------------- event section-------------------- */

.event h5 {
    color: #555555;
    font-size: 25px;
}

.event h1 {
    color: #fd4d40;
}

.event {
    background-color: white;
}

.single-event-box {
    border-radius: 20px;
    box-shadow: -3px 5px 10px 2px rgb(212, 203, 203);
}

.event-box-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fd4d40;
    text-align: left;
}

.event-box-content h5 {
    font-size: 13px;
    margin-bottom: 20px;
    color: #f1c22e;
    text-align: left;
}

.event-box-content p {
    font-size: 13px;
    text-align: left;
    padding: 10px 0;
}

.event-box-content a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: #f1c22e;
    text-decoration: none;
    transition: 0.5s linear;
}
.offer-content-box a {
    color: black;
}

.offer-content-box a:hover {
    text-decoration: none;
}

.single-event-botton2 {
    text-align: center;
    font-size: 15px;
    color: white !important;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: black;
    text-decoration: none;
    transition: 0.5s linear;
}

.single-event-botton2:hover {
    background-color: white;
    color: black !important;
}

.event-box-content a:hover {
    background-color: white;
    color: black;
}

.single-event-botton {
    background-color: #fd4d40 !important;
    color: #fdd2f3 !important;
}

.single-event-botton:hover {
    background-color: #f5a39d !important;
    color: #fdd2f3 !important;
}

/* -------------------------- testimonials section-------------------- */

.testimonials > h5 {
    font-size: 24px;
    font-weight: 700;
    color: #555555;
}

.testimonials > h1 {
    color: #fd4d40;
    padding: 10px 0;
    padding-bottom: 30px;
}

.testimonials > i {
    font-size: 3em;
    color: #f1c22e;
}

.testimonials-slider-img {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    display: inline-block;
    border: 3px solid #fd4d40;
}

.testimonials-slider-item p {
    font-size: 16px;
    color: black;
    padding-bottom: 20px;
}

.testimonials-slider-item > h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
    color: #fd4d40;
}

.testimonials-slider-item > h6 {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
    color: #999999;
}

.client-single-box p {
    color: #9999b2;
    font-size: 15px;
}

.client-single-box h4 {
    color: #fd4d40;
}

.client-single-box h6 {
    color: #d8b299;
}

/* -------------------------- footer section-------------------- */
.contract-section {
    background-color: #098435;
}

.footer-header-a {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 15px 60px;
    border-radius: 40px;
    display: inline-block;
    background-color: #fd4d40;
    text-decoration: none;
    transition: 0.5s linear;
}

.contract-section a:hover {
    color: black;
}

.footer-menu {
    background: url(https://html.rometheme.pro/kids/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-option-a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
}

.footer-option-a:hover {
    transition: 0.5s linear;
    color: #fd4d40;
}

.footer-icon-bg {
    border-radius: 50px;
    transition: 0.5s linear;
    padding: 10px;
}

.footer-icon-bg:hover {
    background-color: brown;
    color: white;
}

.fotter-header h2 {
    color: #f1c22e;
    font-size: 25px;
}

.fotter-header p {
    color: white;
    font-size: 18px;
}

.footer-icon-bg-1 {
    background-color: #fd4d40;
}

.footer-icon-bg-2 {
    background-color: #16c3b0;
}

.footer-icon-bg-3 {
    background-color: #ff7300;
}

.footer-icon-bg-4 {
    background-color: #2db3d9;
}

/* ########################################### starting about us page #################### */
/* ---------------------------- about us header section  */
.aboutusheader {
    background: url(https://rechargeandplay.com/wp-content/uploads/2019/09/19842E62-0E9B-4426-AC77-602BC9511897.jpeg);
}

.aboutus-why-chosseus-color {
    color: #af999c;
}

/* ########################################### starting contract page #################### */

.sendmsgbtn {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 15px 60px;
    border-radius: 40px;
    display: inline-block;
    background-color: #f1c22e;
    text-decoration: none;
    transition: 0.5s linear;
}

.sendmsgbtn:hover {
    background-color: black;
    color: white;
}

.input-field-color::placeholder {
    color: #999999;
}

.input-field-color {
    color: #999999;
    font-size: 16px;
}

/* ########################################### starting 404 page #################### */
.error404 {
    font-size: 150px;
    color: #fd4d40;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-family: "Pacifico", cursive;
}

.error-404 h2 {
    font-size: 1.714em;
    line-height: normal;
    color: #f1c22e;
}

.error-404 p {
    color: #9999a2;
}

.error-page-a {
    text-align: center;
    font-size: 15px;
    color: #eddeee;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: #fd4d40;
    text-decoration: none;
    transition: 0.5s linear;
}

.error-page-a:hover {
    background-color: #007bff;
    color: #eddeee;
}

/* ########################################### starting single event page #################### */

.event-join-a {
    text-align: center;
    font-size: 15px;
    color: #fef3f3;
    font-weight: bold;
    padding: 10px 80px;
    border-radius: 40px;
    display: inline-block;
    background-color: #fd4d40;
    text-decoration: none;
    transition: 0.5s linear;
}

.event-join-a:hover {
    background-color: black;
}

.single-event-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fd4d40;
    font-family: "Open Sans", sans-serif;
}

.single-event-left h5 {
    color: #f1c22e;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.single-event-left > p {
    color: #999e99;
}

.single-event-left-middle h3 {
    color: #fd4d40;
}

.single-event-left-middle p {
    color: #9999af;
}

/* ########################################### starting single news page #################### */

.single-newx-right-a {
    text-align: left;
    font-size: 15px;
    display: block;
    text-decoration: none;
    transition: 0.5s linear;
    color: #222;
    font-weight: bolder;
}

.single-newx-right-a:hover {
    background-color: rgb(220, 227, 227);
}

.news-tittle {
    font-size: 20px;
}

.top-comment-details h6 {
    font-weight: 400;
    font-size: 12px;
    display: block;
    color: rgba(34, 34, 34, 0.3);
}

.top-comment-details h5 {
    color: #222222;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.top-comment-details p {
    color: #999999;
}
.all-comment-text {
    color: #fd4d40;
    font-size: 25px;
}

.single-comment-content p {
    color: #d8b299;
}

.single-comment-content > h6 span:first-child {
    color: #fd4d40;
}

.single-comment-content > h6 span:last-child {
    color: #c0c0c0;
}

.widget-text {
    color: #fd4d40;
}

.widget-text-p {
    color: #999;
}

.widget-text-p2 {
    color: #9c9999;
}

.archive-dropd h1 {
    color: #fd4d40;
}

.archive-dropd select {
    border: none;
    color: #d19766;
}

.tag-box h1 {
    color: #fd4d40;
}

.tag-box div a {
    color: #c2aca9;
    border: 2px solid #ccc;
    background: none;
}
/* ########################################### starting faq page #################### */
.faq-main p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #222222;
}

.faq-sub-main h1 {
    color: #fd4d40;
}

.collaps-header {
    font-weight: 700;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #222222;
    font-size: initial;
}

.collaps-radio {
    display: inline-block;
    font-size: 100px;
    margin: 10px 0;
    width: 20px;
    height: 20px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ starting membershippage @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.membership-box-1,
.membership-box-2,
.membership-box-3 {
    background-color: #2db3d9;
    padding: 50px 0px;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 5px 10px 5px rgb(207, 194, 194);
}

.membership-box-2 {
    background-color: #555555;
}

.membership-box-3 {
    background-color: #d4ccce;
}

.membership-box-header {
    color: #fc4d40;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 2px solid #00004e;
    margin-bottom: 20px;
    padding: 10px;
}

.membership-box-2 > .membership-box-header {
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: 20px;
    padding: 10px;
}

.membership-box-2 > .membership-box-des {
    color: white;
}

.membership-box-des {
    text-align: left;
    line-height: 20px;
    padding: 10px 30px;
}

.membership-options {
    padding: 10px 30px;
}

.membership-options i {
    font-size: 25px;
    margin-top: -5px;
    font-weight: 700;
    color: #222222;
    padding-right: 40px;
}

.membership-box-2 > .membership-options i {
    color: #bdd3d9 !important;
}

.membership-box-2 > .membership-options {
    color: white;
}

.membership-box-button {
    padding: 5px 20px;
    display: block;
    background-color: #555555;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    margin: 0 30px;
    transition: 0.5s linear;
}

.membership-box-2 > .membership-box-button {
    background-color: #a29090;
}

.membership-box-button:hover {
    background-color: white;
    color: #222222;
    box-shadow: 0 2px 5ps 2ps rgb(236, 236, 236);
    text-decoration: none;
}

.membership-box-hover:hover {
    margin-bottom: 20px !important;
    margin-top: -20px !important;
    transition: 0.5s linear;
    box-shadow: 0 0 50px 5px #555555;
}

/* ---------------------------- start img slider ------------------------ */
.img-slider {
    height: 100vh;
    width: 100%;
    background-color: gray;
    position: absolute;
    padding: 100px;
    top: 0;
    left: 0;
}

.action-hover-box {
    background-color: black;
    padding: 10px;
    position: absolute;
    width: 50%;
    display: none;
    z-index: 10;
    right: 0;
}

.action-hover-box > a,
.action-hover-box > button {
    background-color: black;
    text-decoration: none;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: right;
}

.action-hover-box > a:hover {
    background-color: blue;
    color: white;
    text-decoration: none;
}

.action-hover-box > button:hover {
    background-color: blue;
    color: white;
    text-decoration: none;
}

.action-box {
    position: relative;
}

.action-box:hover > .action-hover-box {
    display: block;
}

.sidebar-hover-box {
    display: none;
    animation: heightAnimation 0.2s linear;
    overflow: hidden;
    padding: 0 20px !important;
}

@keyframes heightAnimation {
    0% {
        max-height: 0px;
    }
    100% {
        max-height: 70px;
    }
}

/* .main-sidebar-menu li:hover > .sidebar-hover-box {
    display: block;
} */

.a-style {
    text-decoration: none;
    border-radius: 5px;
}

.no-data-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #a58888;
    margin: 100px 0;
}

.display-none {
    display: none;
}

.blur-bg {
    background-color: rgba(
        34,
        34,
        34,
        0.7
    ); /* Adjust the alpha value for transparency */
}

.blur-bg-header {
    background-color: rgba(
        34,
        34,
        34,
        0.7
    ); /* Adjust the alpha value for transparency */
    backdrop-filter: blur(2px); /* Adjust the blur radius as needed */
}

.bg-none {
    background: no-repeat !important;
}

.item slider-review-box {
    background-color: white;
    box-shadow: 2px 0 2px 2px gray;
}

.header-box-custom {
    align-items: center;
}

.view-blog-btn {
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s linear;
}

.view-blog-btn:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

.carousel-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.carousel-item.active {
    opacity: 1;
}

/* for search input  */
.search-input {
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid black;
    font-weight: 700;
}

.searchbtn {
    font-size: 20px;
    padding: 10px 20px;
    background-color: black;
    border: 2px solid black;
    color: white;
    font-weight: 700;
}

.previous-nalert-box {
    margin-left: -300px;
}

.next-nalert-box {
    margin-right: -300px;
}

.sidebar-dashboad {
    width: 20%;
}

.content-dashboad {
    width: 80%;
}

.error404 {
    font-size: 100px;
    font-weight: 700;
}

.backtohomebtn {
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: black;
    text-decoration: none;
    transition: 0.5s linear;
}

.backtohomebtn:hover {
    background-color: white;
    color: black;
}
