/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

ul {
    margin-left: 1.8em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html,
body {
    /*background: #f9f9f9;*/
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h4{
    font-weight: 600 !important;
}



/* loading overlay */
.overlay{
    background: #e9e9e9 url("../../assets/images/ecoceutics.png") center center no-repeat;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 200000;
}

#loading-img{
    background:  url("../../assets/images/spinner.gif") center center no-repeat;
    position: fixed;
    top: 9%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.download-overlay {
    display: none;
    background: #e9e9e9;
    position: fixed;
    z-index: 3;
    top: -8%;
    left: 0;
    width: 100%;
    height: 108%;
    opacity: 0.9;
    z-index: 200000;
    padding-bottom: 5%;
}

#loading-img-overlay{
    background:  url("../../assets/images/spinner.gif") center center no-repeat;
    position: fixed;
    /*top: 9%;*/
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.loading-msg{
    position: relative;
    color: #5b5b5e;
    font-weight: bold;
}

.loading-msg-main{
  top: 58%;
  left: 40%;
  font-size: 20px;
}

.loading-msg-sub{
    top: 60%;
    left: 36%;
    font-size: 17px;
}

.btn-danger {
    color: #6d7379;
    background-color: transparent;
    border-color: transparent;
}

.btn-warning {
    color: #6d7379;
    background-color: transparent;
    border-color: transparent;
}   

.btn-success {
    color: #6d7379;
    background-color: transparent;
    border-color: transparent;
} 

.nav-pills li a .dropdown-menu{
    top:10px !important;
}

a {
    color: #516316;
    text-decoration: dashed;
    background-color: transparent;
}

a:hover {
    color: #97bf0d;
    text-decoration: none;
}

table thead tr td a, span{
    font-weight: 600;
}

.form-check-label{
    font-weight: 100
}

.gearDropDown > .dropdown-toggle { 
    content: none !important 
}

.navbar > .dropdown-menu{
    top: 80% !important;
}

.templateCanvas{
    background-color: #e4e4e4;
    margin-top: -4%;
    padding-top: 4%;
    padding-bottom: 4%;
    /* margin-bottom: -9%; */
}

.gearIcon{
    width: 15px !important;
    /* position: absolute;
    bottom: 29%;
    right: -12%;
    margin-right: 22%; */
}

.large-menu{
    font-size: 19px;
}

.left-margin{
    margin-left: 2% !important;
}

.row-padding{
    padding-left: 2% !important;
    padding-right: 2% !important;

    /* display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; */
}

#session-language{
    text-transform: capitalize;
}

#image-load-wrapper{
    cursor: pointer !important;
}

.btn-block+.btn-block {
    margin-top: 0 !important;
}

.main-content{
    padding-left: 50px;
    padding-right: 50px;
}

/* .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5) !important;
} */


.navbar{
    font-size: 15px;
}

.navbar-collapse {
    flex-basis: 100% !important;
}

.nav-link:hover {
    background-color: transparent !important;
}


.bg-yellowgreen {
    background: #d4ddb2 !important;
}

.fixed-header {
    position: fixed;
    /* width: 1110px; */
    width: 100%;
    z-index: 99999;
}

.visible-title {
    visibility: visible !important;
}

.hidden-title {
    visibility: hidden;
}

.home-banner h1 {
    font-size: 40px;
}
.home-banner .logo {
    width: 320px;
}
.home-banner .logo-icon {
    width: 60px;
}

.btn-primary {
    background: #97bf0d;
    border: 1px solid #97bf0d;
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b2dc20;
    border-color: #b2dc20;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c7c7c7;
    border-color: #c7c7c7;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.navbar-nav .setting {
    margin-top: 5px;
}

.nav-active {
    color: #97bf0d !important;
    font-weight: 500;
}

.dropdown-menu {
    margin-top: 0%;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.23);
    border: 0;
}

.dropdown-item {
    height: 28px;
    font-size: 15px;
    padding: 5px 13px;
}
.dropdown-item:active {
    background-color: #97bf0d;
}

.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
}
.breadcrumb a {
    color: #b1b1b1;
}
.breadcrumb a:hover {
    color: #97bf0d;
    text-decoration: none;
}

.breadcrumb-active {
    color: #97bf0d !important;
    font-weight: 600;
}

.breadcrumb-custom{
    margin-left: 5% !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #cecece;
    content: ">";
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}
.nav-underline .nav-link:hover {
    color: #007bff;
}
.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.nav-pills .nav-item {
    /* margin-right: 60px; */
    text-align: left;
    justify-content: space-between;
    flex: 1 1;
}

.nav-pills .nav-link {
    color: #000;
    font-weight: 600;
    padding: 0;
}
.nav-pills .nav-link::after {
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    color: #b1cf4c;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel-inner {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;

    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;

    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    bottom:0;                           /* added */
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    width: 38px;
}

.MultiCarousel .leftLst {
    left: 15px;
    box-shadow: 0 0 0 3px #ececec;
}

.MultiCarousel .rightLst {
    right: 15px;
    box-shadow: 0 0 0 3px #ececec;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 {
    position: relative;
}

.pad15{
    background-color: white;
    border-radius: 3px;
}

.pad15 .fav-icon{
    right: 15px !important;
}

.click span{
    font-size: 25px;
    cursor: pointer;
}

.click:hover span{
    font-size: 29px;
    cursor: pointer;
}

.click{
    text-align: right;
}

.big-centered-icon {
    font-size: 144px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
}
    
.class-box{ 
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    background: #8080803b;
    color: gray !important;
    border-radius: 10px;
    padding-bottom: 75%;
    height: 100%;
}

.class-box-no-temp{ 
    cursor: pointer;
    text-align:center;
    position:relative;
    width: 200px;
    height: 200px;
    background: #8080803b;
    color: gray !important;
    border-radius: 10px;
}

.fa-heart .fa-heart-o{
    margin-top: 1px !important;
}

.fav-icon {
    color:#ff3245 !important;
    position: absolute;
    right: 8px;
    margin-top: 5px;
    position: absolute;
    /* background-color: white; */
    /* padding: 10px; */
    /* border-radius: 50%; */
    /* padding-bottom: 2px; */
    /* box-shadow: 0px 2px 4px 0px #c5c5c5; */
}

.title {
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
    font-weight: 600;
    margin-left: 10px;
}

.title-desc {
    font-size: 10px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -2px;
    margin-left: 10px;
}

.pad15:hover > a .imagePreview{
    cursor: pointer;
    box-shadow: 0px 0px 8px 5px #a8ca34;
}

.pad15:hover > .title-desc-wrap .title-desc{
    overflow: visible; 
    white-space: normal;
}

.custom-card-body:hover > .title-desc-wrap .title-desc{
    overflow: visible; 
    white-space: normal;
}



.title-desc-wrap{
    height: 50px;

    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #00000073;
    color: white;
    width: 100%;
}

.see-all {
    position: absolute;
    right: 0;
    top: 5px;
    color: #b1b1b1;
}
.see-all:hover {
    color: #97bf0d;
    text-decoration: none;
}

.footer {
    background: #E0E0E0;
    padding: 20px 0;
}
.footer p {
    font-size: 13px;
    margin: 16px 0;
}

.card-text{
    font-weight: 600;
    font-size: 15px;
    color: #343434;
}

.last-breadcrumb a{
    color: #97bf0d !important;
    font-weight: 600 !important;
}

.square {
    float:left;
    position: relative;
    margin:10px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    /*-webkit-transition: all 0.4s linear;*/
    /*-moz-transition: all 0.4s linear;*/
    /*transition: all 0.4s linear;*/
}

.square:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 5px #a8ca34;
    background-size:contain;
}

.square:hover > .title-desc-wrap .title-desc{
    overflow: visible;
    white-space: normal;
}

.custom-card-body{
    padding: 0 !important;
    padding-top: 7px !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-card-body, .custom-card{
    background-color: transparent !important;
    border: none !important;
}

.custom-card-body:hover{
    cursor: pointer;
    box-shadow: 0px 0px 8px 5px #a8ca34;
    background-size:contain;
}

.isDisabled {
    cursor: default;
    text-decoration: none;
    color: #b1b1b1;
    font-weight: 100;
}

.card{
    border: none;
    margin-top: 2em;
}

.card-body{
    padding: 0;
    padding-top: 1em;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    font-size: 18px;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: none;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

