/*New Style classes here*/
html {
    scroll-behavior: smooth;
    transition: 0.5s;
}

body {
    font-family: 'Galano_Grotesque Regular', Arial, sans-serif !important;
    color: #000;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    font-size: var(--parafont)
}
.fa, .far, .fas, .fa::before, .far::before, .fas::before, .fa::after, .far::after, .fas::after {
    font-family: "Font Awesome 5 Free" !important;
}
.btn-primary {
    color: #fff;
    background-color: #157347 !important;
    border-color: #157347 !important;
}

    .btn-primary, .btn-primary:hover {
        color: #fff;
        background-color: #157347;
        border-color: #157347;
    }

        .btn-check:focus + .btn-primary, .btn-primary:focus {
            color: #fff;
            background-color: #157347;
            border-color: #157347;
            box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
        }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
        }

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
    border-color: #157347;
}

.header {
    padding: 8px;
    margin-bottom: 30px;
    -webkit-box-shadow: inset 0px -1px 0px #f3f3f4;
    box-shadow: inset 0px -1px 0px #f3f3f4;
}

    .header .navbar .navbar-brand img {
        width: 95px;
    }

    .header .navbar .navbar-nav {
        display: flex;
        align-items: center;
    }

        .header .navbar .navbar-nav .nav-item a {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 27px;
            margin: 0 5px;
        }

    .header .banner-text-cover {
        max-width: 700px;
    }

    .header .banner-subheading,
    .header .emaillogin {
        max-width: 580px;
    }

    .header .banner-text-cover h1.banner-heading {
        font-family: 'Galano_Grotesque Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 70px;
        line-height: 99px;
    }

    .header .banner-subheading {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.3px;
        color: #000000;
    }

    .header .bannercontent {
        margin: 85px 0 8px 0;
    }

    .header li.nav-item {
        margin: 0px;
    }

.cardParatext {
    font-size: var(--parafont);
    line-height: normal;
}

.header input {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    outline: none;
    padding: 0 50px 0 20px;
    box-shadow: 0px 0px 4px rgba(231, 162, 162, 0.08);
    position: relative;
}

.header .emaillogin .user input::placeholder {
    color: #000;
    font-size: var(--parafont);
}


.header button.btn.btn-primary.searchbtn {
    position: absolute;
    right: 0;
    border-radius: 0px 30px 30px 0px;
    padding: 7px 23px;
}

.header img.sideimgs {
    width: 850px;
}

.header img.app {
    width: 226px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header i.fas.fa-bell {
    margin: 0 15px;
    font-size: 20px;
    color: rgba(0, 0, 0, .55);
}

.header button.profile {
    background: transparent !important;
    border: 0px !important;
    font-size: 20px;
    color: rgba(0, 0, 0, .55);
}

.tiles svg.tilesImg {
    width: 40px;
    color: #157347;
    fill: #157347;
}

.card.tilescards:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #157347;
}

table.dataTable.no-footer {
    border-top: 1px solid #dee2e6;
    margin-top: 50px;
}

.pl-5 {
    padding-left: 3rem;
}



.mb-80 {
    margin-bottom: 130px;
}

.pb-22 {
    padding-bottom: 22px;
}

.mobileview {
    display: none;
}

.menus {
    width: 100%;
}

th, td {
    font-size: 12px;
}
    td.borderbox b {
        font-size: 16px !important;
    }
    .table.table-striped.table-bordered.dataTable.no-footer {
        overflow-x: auto;
    }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    left: 0;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        font-size: .9em;
        line-height: 1.7;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            left: 0;
            top: 0;
            width: 1.4em;
            height: 1.4em;
            border: 1px solid #aaa;
            background: #FFF;
            border-radius: .2em;
            -webkit-transition: all .275s;
            transition: all .275s;
        }

        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            position: absolute;
            top: .525em;
            left: .1em;
            font-size: 1.375em;
            color: #157347;
            line-height: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
        }

input[type="text"] {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    outline: none;
    padding: 0 2px 0 5px;
    box-shadow: 0px 0px 4px rgb(231 162 162 / 8%);
    position: relative;
    border: 1px solid #aaa;
}

.without_search .dataTables_length, .without_search .dataTables_filter {
    display: none;
}

.without_search table.dataTable.no-footer {
    margin-top: 20px;
}

.actions {
    border: 0px !important;
    background: transparent !important;
}

table.table.table-striped.table-bordered, .smalltables {
    overflow-x: auto;
}

.dataTables_wrapper {
    position: initial !important;
}

.dataTables_length, .dataTables_filter {
    position: absolute;
}

.dataTables_length {
    left: 15px;
}

.dataTables_filter {
    right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1750px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width:1600px) {
    .dataTables_wrapper {
        overflow-x: hidden !important;
    }

    .header img.sideimgs,
    .contentsection .contentimagesone,
    .featuresection .featuresimagesone,
    .advertisesection .advertiseimg {
        width: 500px;
    }

    .header .banner-text-cover h1.banner-heading {
        font-size: 35px;
        line-height: 52px;
    }

    .header .bannercontent {
        margin: 65px 0 8px 0;
    }

    .header img.app,
    .advertisesection img.app {
        width: 180px;
    }

    .mb-80 {
        margin-bottom: 50px;
    }

    .header .banner-text-cover {
        max-width: 520px;
    }



    .header .banner-subheading {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
    }

    .navbar {
        padding: 0px;
    }

    .header .emaillogin i {
        top: 43px;
    }

    .advertisesection .emaillogin .user input::placeholder {
        color: #000;
        font-size: var(--parafont);
        line-height: normal;
        padding: 8px 5px;
    }
}

@media screen and (max-width:992px) {
    .mtm-2 {
        margin-top: 15px;
    }

    .navbar-brand {
        margin: 0px;
    }

    .tilescards {
        margin-bottom: 15px;
    }

    .desktop {
        display: none !important;
    }

    .mobileview {
        display: block;
    }



    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        justify-content: space-between;
    }

    .header {
        background-image: none;
        padding: 15px 0;
    }

        .header img.sideimgs,
        .contentsection .contentimagesone,
        .featuresection .featuresimagesone,
        .advertisesection .advertiseimg {
            width: 500px;
            margin-bottom: 30px;
        }

        .header .navbar .navbar-nav {
            align-items: flex-start;
        }

        .header li.nav-item {
            margin: 0;
        }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show > .nav-link i {
        color: #157347;
    }

    .navbar-light .navbar-nav .nav-link i.active {
        color: #157347;
    }

    .header .navbar .navbar-nav .nav-item a:hover {
        color: #157347;
    }

    .header .navbar .navbar-nav .nav-item a {
        text-align: left;
        margin: 0;
        padding: 0;
        margin-bottom: 25px;
    }

    .header img.sideimgs {
        margin: 30px 0;
    }

    .header .banner-text-cover {
        max-width: 100%;
    }

        .header .banner-text-cover h1.banner-heading {
            font-size: 50px;
            line-height: 77px;
        }

    .header .banner-subheading {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .header .banner-subheading,
    .header .emaillogin {
        max-width: 700px;
    }

    .advertisesection {
        padding: 230px 0;
    }

    .header .d-flex.mt-4 {
        justify-content: center;
    }

    .header img.app,
    .advertisesection img.app {
        width: 230px;
    }
    div.dt-buttons {
        margin-top: 15px !important;
    }
    .col-sm-6 {
        width: 50%;
    }
}

@media screen and (max-width:576px) {

    .dataTables_length label {
        display: none;
    }

    .header {
        background-image: none;
        padding: 15px 0;
    }

        .header .bannercontent {
            margin: 15px 0;
        }

        .header img.sideimgs {
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            margin-top: 30px;
        }


    .pl-5 {
        padding-left: 15px;
    }


    .header .emaillogin .user .btn-signupnow.mobile {
        display: block;
        right: 19px;
        top: 40px;
        padding: 5px 12px;
        font-size: 12px;
    }

    .advertisesection .emaillogin .user .btn-signupnow.mobile {
        display: block;
        right: 5px;
        top: 40px;
        padding: 5px 12px;
        font-size: 12px
    }

    .header img.app,
    .advertisesection img.app {
        width: 150px;
    }

    .header .banner-text-cover h1.banner-heading,
    .contentsection .content-text-cover h1.content-heading {
        font-size: 28px;
        line-height: 36px;
    }



    .header .banner-subheading {
        font-size: 15px;
        line-height: 22px;
    }


    .header img.sideimgs,
    .contentsection .contentimagesone,
    .featuresection .featuresimagesone,
    .advertisesection .advertiseimg {
        width: 320px;
    }

    .offcanvas-start {
        max-width: 320px;
    }

    .advertisesection .container {
        top: -66px;
    }
}


.col-md-3 {
    position: relative;
}


.collapse.navbar-collapse {
    margin-top: 20px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
}

.navbar-light .desktop .navbar-brand {
    width: 100%;
}

.nav-link {
    padding: 0.5rem 2rem !important;
}

    .nav-link:first-child {
        padding-left: 0px !important;
    }

.profile.nav-link.fw-bold {
    font-size: 16px !important;
    line-height: 27px !important;
    margin: 0 5px !important;
}

.header .dropdown-menu[data-bs-popper] {
    left: auto;
}

.header {
    height: auto !important;
}

.navbar .desktop {
    flex-wrap: wrap !important;
}

tr:hover {
    background-color: lightgray !important;
    cursor: pointer !important;
}

.header .dropdown {
    margin-left: 10px !important;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05) ;
}
table thead th, table tfoot th {
    font-weight: 600 !important;
}
h3 {
    font-size: 1.25rem !important;
    font-weight: bolder;
}
.header .dropdown-item a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
i.fa.fa-file.details {
    color: #157347 !important;
    font-size: 18px;
}
.btn-success {
    width: fit-content !important;
}
h4.card-title, h5.card-title b {
    font-size: 1.25rem !important;
}
h6.card-title b {
    font-size: 18px !important;
}
.markstotall h5.card-title b {
    font-size: 16px !important;
}
.markstotall h5.card-title.mb-3 {
    margin-bottom: 0.6rem !important;
}


.modal-backdrop.show  {
    display: none !important;
}
.markstotall h5.card-title b {
    font-size: 15px !important;
}

/* User Schedule Css */
#prevWeekBtn, #nextWeekBtn, #userScheduleFormCloseBtn {
    width: 3em;
    height: 2.5em;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 5px;
    border-width: 1px;
    border-color: #bfbfbf;
    display: inline-block;
    border-color: #bfbfbf;
}