@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap');
:root {
    --main: #A0CF67;
    --second: #8B9B92;
    --third: #B4C0B9;
    --fourth: #828282;
}

body {
    background:#F6F7FA !important;
    font-family: 'Open Sans', sans-serif;
    color: var(--fourth) !important;
}
.system {
    height: 100vh;
}
.boxcontainer {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.12);
    padding: 20px;
}
.dashboard {
    background: var(--main);
    margin: 4rem 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700 !important;
    color: var(--second);
}
h1 {
    font-size: 5rem !important;
    line-height: 5rem !important;
}
@media(max-width: 992px) {
    h1 {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }
}
img {
    max-width: 100%;
}
a {
    color: var(--main) !important;
    text-decoration: none !important;
    font-weight: bold;
}
a:hover {
    color:#7fa551 !important;
}
form, form input, form :placeholder-shown, .form-control, td, th,
.form-check-label {
    font-size: 14px !important;
}
.maincolortext {
    color: var(--main);
}
.maincolor {
    background: var(--main) !important;
}
.maincolor:hover {
    background: #7fa551 !important;
}
.secondcolor {
    background: var(--second) !important;
}
.secondcolor:hover {
    background: #6f7c74 !important;
}
.preview {
    background: var(--third);
    border-radius: 10px;
    box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.12);
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.preview img {
    position: absolute;
    right: -18%;
    top: 20%;
    border-radius: 10px;
}
.preview .ball01 {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100%;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 5%;
    left: 50%;
}
.preview .ball02 {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5%;
    left: 30%;
}
.loginbox .logo {
    width: 60%;
    margin: auto;
    padding: 2rem 0;
}
.loginbox h1 {
    text-align: center;
}
@media(min-width: 768px) {
    .loginbox .title {
        position: absolute;
        top: 20%;
        width: 100%;
    }
    .loginbox .buttons {
        position: absolute;
        bottom: 10%;
    }
}
@media(max-width: 768px) {
    .loginbox .title {
        padding: 2rem 0;
    }
    .loginbox .buttons .btn {
        margin-top: 1.5rem !important;
    }
    .signup .loginbox .btn {
        margin-top: 1.5rem !important;
    }
}
.btn.maincolor {
    padding: .8rem 0 !important;
    box-shadow: 0px 15px 24px rgba(160, 207, 103, 0.37);
    color: #fff !important;
    font-weight: bold !important;
}
.btn.secondcolor {
    padding: .8rem 0 !important;
    box-shadow: 0px 15px 24px rgba(130, 130, 130, 0.37);
    color: #fff !important;
    font-weight: bold !important;
}
.input-group {
    position: relative;
}
.form-control {
    padding: .7rem !important;
}
.input-group .form-control {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}
.sidebar {
    background: var(--second);
    width: 5.5rem;
    height: 100%;
    position: fixed;
    transition: ease-in-out 0.3s;
}
.sidebar hr {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar li a {
    color:#fff !important;
    text-align: center;
    font-size: 1.5rem;
    background: var(--third) !important;
    border-radius: 1rem !important;
    padding: .5rem !important;
}
.sidebar .active {
    background: var(--main) !important;
}
.sidebar li a:hover {
    background:#7fa551 !important;
}
.contentwrap {
    width: 100%;
    margin-left: 5.5rem;
    transition: ease-in-out 0.3s;
}
.content {
    padding: 1rem;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
}
.activenav {
    margin-left: -5.5rem;
}
.margin-left{
    margin-left: 0rem;
}
.topbar {
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 7px 23px rgba(0, 0, 0, 5%);
    display: flex;
    justify-content: space-between;
}
.box {
    box-shadow: 0px 7px 23px rgba(0, 0, 0, 5%);
    background: #fff;
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.boxtitle {
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
    background: var(--main);
    color: #fff;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
}
.boxcontent {
    padding: 1rem;
}
@media(min-width: 992px) {
    .buttonsform {
        width: 75% !important;
    }
}
.previewbox {
    background: var(--main);
    border-radius: 10px;
    padding: 1rem;
}
.photoprofile {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: var(--second);
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}
.photoprofile:after{
    content: "\f030";
    font-family: fontawesome !important;
    position: absolute;
    width: 70px;
    height: 70px;
    background:#fff;
    border-radius: 100%;
    top: 65%;
    right: -10px;
    text-align: center;
    padding-top: 5%;
    font-size: 2rem;
    color: var(--main);
}
.previewcontent {
    padding: 1rem;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.pages {
    font-size: 14px;
}
.pages a {
    background: rgba(180, 192, 185, 0.26);
    border-radius: 5px;
    padding: 0.2rem;
    margin: 0px 0.3rem;
    color: var(--fourth) !important;
    width: 30px;
    text-align: center;
}
.input-group-radio {
    border:solid 1px #ced4da;
    border-radius: .375rem;
    margin-top: 1rem;
}
.input-group-radio p {
    border-bottom: solid 1px #ced4da;
    padding: .5rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.input-group-radio p:last-child {
    border-bottom: none;
}
.seticons a {
    background: rgba(180, 192, 185, 0.26);
    border-radius: 5px;
    padding: 0.3rem;
    margin: 0px 0.2rem;
    color: var(--fourth) !important;
}
.seticons a:hover{
    background: var(--main) !important;
}
.tablewrap {
    overflow-x: auto;
}
.activestatus {
    background: var(--main);
    border-radius: 20px;
    padding: 0;
    width: 62%;
    text-align: center;
}
.calendar {
    font-size: 14px;
    max-width: 100%;
    width: 98%;
}
.calendar .months {
    background: var(--main);
    padding: 0.5rem;
    display: flex;
    justify-content: space-around;
}
.calendar .months .month {
    color: #fff;
    width: 100%;
}
.calendar .rowday {
    display: flex;
    justify-content: space-around;
}
.calendar .rowday .day {
    width: 100%;
    position: relative;
    border-left:solid 1px #ced4da;
    padding: 2rem 1rem;
    font-size: 90%;
    height: 120px;
    border-bottom: solid 1px #ced4da;;
}
.calendar .rowday .day:last-child {
    border-right:solid 1px #ced4da;
}
.calendar .rowday .day a {
    color: var(--fourth) !important;
}
.calendar .rowday .active {
    background: #eee1c2;
    color: #fff;
}

.calendar .rowday .day::after {
    content: attr(data-label);
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 90%;
    font-weight: bold;
    color: var(--fourth) !important;
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .calendar .months {
        margin-bottom: 1rem;
        border-radius: 3px;
    }
    .calendar .months .month {
        text-indent: -9000px;
        position: relative;
    }
    .calendar .months .month::after {
        content: attr(data-label);
        text-indent: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .calendar .rowday .day {
        border: none;
        border-radius: 10px;
        height: auto;
    }
    .calendar .rowday .day:last-child {
        border: none;
    }
    .calendar .rowday {
        border: none;
    }
    .calendar .rowday .day a {
        text-indent: -9000px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.calendarbox {
    text-align: center;
    padding: 0;
}
@media(max-width:992px){
    .calendarbox {
        margin-bottom: 1rem;
    }
}
.regaloslide .carousel-inner{
    border-radius: 6px !important;
}
.regaloslide h5 {
    color:var(--main);
}
.carousel-indicators [data-bs-target] {
    background-color: var(--main) !important;
}
.calendarbox .card-body {
    padding: 0;
}
.calendarbox .number {
    background: #efefef;
    font-size: 5rem;
    border-radius: 10px;
    font-weight: bold;
    margin: 1rem;
}
.calendarbox .card-title {
    border-bottom: solid 1px #ced4da;
    padding: 0.5rem 0;
}
.calendarbox .card-text p {
    margin: .5rem 0;
}
.tox-notifications-container {
    display: none;
}
.upload {
    padding: .375rem .75rem !important;
}




/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /* tr { border: 1px solid #ccc; } */

    td {
        /* Behave  like a "row" */
        border: none;
        /* border-bottom: 1px solid #eee;  */
        position: relative;
        padding-left: 50% !important;
        font-size: 80% !important;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 80%;
    }
}
