
html {
    line-height: 1.3;
    color: #1c3557;
}

 a {
     color: #78b8d8;
 }

.col-nopadding {
    padding: 0 !important;
}

.no-top-mar {
    margin-top: 0;
}

.disabled-btn {
    pointer-events: none;
    background-color: lightgrey !important;
 }


.big-btn {
    padding: 20px;
    max-width: 300px;
    max-height: 300px;
    min-height: 200px;
    border-radius: 20px;
    border: 1px solid lightgrey;
    box-shadow: 5px 5px 15px 5px lightgrey;
    background: #fff;
    color: #1c3557;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}

.big-btn-selected {
    background: #1c3557;
    color: #fff;
}

.big-btn:active, .big-btn:visited {
    background: lightgrey;
}


.big-btn-icon {
    margin-bottom: 0.5em;
}


.input-error {
  border: 1px solid red !important;
}

.left-pad {
    padding-left: 0.75rem;
}

.background-container {
  background: #ede6da;
  border-radius: 0 0 20px 20px;
  height: 400px;
  width: 100%;
}

.header-bg-blue {
    background: #ede6da
}

.header-bg-pink {
    background: #ede6da
}


.header-image img {
    width: 60px;
}

.status-icon-box a {
    color: #fff;
}

.status-icon-box {
    padding-right: 1em !important;
}


.outer-container {
    width: 100%;
    margin: auto;
   background-color: #ede6da;
   /* position: fixed;
    top: 0;*/
}

.content-container {
    margin-top: -400px;
    width: 100%;
   /* border: 1px solid green;*/
}

.content-container-inner {
    margin-bottom: 30em;
}


.content-flex-container {
    position: relative;
    min-height: 70vh;
}


.hint {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    color: #a2a2a2;
}


section {
    margin: 1em;
    padding: 1.5em;
    border-radius: 15px;
    background: #fff;
   /* border: 1px solid green;*/
    }


.background {
    background: #ede6da;
}

section .empty {
    background: none;
}

.bg-purple {
    background: #ede6da;
    color: #1c3557;

}

.bg-purple-solid {
    background: #ede6da;
    color: #fff;
}

.bg-purple2 {
    background: #ede6da;
    color: #1c3557;

}

.bg-purple2-solid {
    background: #ede6da;
    color: #1c3557;
}

.bg-blue {
    background: #ede6da;
    color: #1c3557;
}

.edit-profile-box {
    background: #fff;
    color: #1c3557;
}


.bg-turquoise {
    background: linear-gradient(0deg, #7E76F9 0%,  #5ED0E4 100%);
    color: #fff;
}

.bg-pink {
    background: #ede6da;
    color: #1c3557;
}

.bg-blue-pink {
    background: linear-gradient(0deg, #FF5483 0%,#1e6ee7 100%);
    color: #fff;
}


.modal {
    border-radius: 25px;
    padding-bottom: 0.8em;
}


.page-header {
   margin: 0;
   padding: 0 1.5em 0 1.5em;
  /* border: 1px solid green;*/
   font-weight: 700;
}

.no-margin-bot {
    margin-bottom: 0;
}


section img {
    border-radius: 10px;
    display: block;
    height: auto;
    width: 100%;
}

.img-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0.5em;
    height: 250px;
    overflow: hidden;
}

.input-area {
  background: #EAEAEA;
  border-radius: 15px;
}

.post-img-container {
    background: #EAEAEA;
    border-radius: 0 0  15px 15px;
    padding: 0.5em;
    height: auto;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.post-img-container img {
    max-height: 150px;
    border-radius: 10px;
    width: auto;
    display: block;
}

.post-img-col {
    position: relative;
    padding: 0 !important;
}

.post-img-col .row, .post-img-col .col {
    margin-left: 0;
    margin-right: 0;
}

.delete-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    z-index: 99;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.7);
}

.delete-image-overlay-icon {
    float: right;
    color: #146FEB;
    cursor: pointer;
}

/* use this for equal height cols */
.flex-row {
    display: flex;
    flex-wrap: wrap;
}


.img-container-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.activity-img-container {
    position: relative;
}

.activity-img-points {
    position: absolute;
    width: 60px;
    height: 80px;
    text-align: center;
    background: #FF5483;
    color: #fff;
    border-radius: 0 0 10px 10px;
    top: 0;
    right: 50px;
    font-size: 1.5em;
    font-weight: 600;
}

.activity-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 10px 10px;
    padding: 10px;
    width: 100%;
    color: #146FEB;
}

.activity-img-rating {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 0.8em;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px 10px 0 0;
    padding: 5px 15px 5px 15px;
    width: 100%;
    color: #146FEB;
}

.rating {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.rating-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}

.rating .stars-active {
    color: #EEBD01;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating .stars-inactive {
    color: grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /* overflow: hidden; */
}

.rating .number {
    vertical-align: top;
    color: grey;
    font-weight: normal;
    font-size: 16px;

}


/* The overlay effect - lays on top of the container and over the image */
/* used for e.g. task images */
.overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: yellow;
    color: #fff;
    /*width: 50%;*/
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border-radius: 0 20px 20px 0;
}

.overlay-dim1 {

}

.task-img-container {
    border-radius: 20px;
    height: 220px;
    background-size: cover;
}


body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    word-wrap: break-word;
    /* Adjusts the content to be below the status bar */
    /*padding-top: env(safe-area-inset-top);*/
    margin-top: 0; /* Reset default margin */
}

.title-bar {
    padding-top: 1.5em;
}

h1 {
    color: #42495B;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: xxx-large;
    padding-left: .75rem;
}

h2 {
    color: #1c3557;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.8em;
    padding-left: 0;
}

.custom-h2 {
    color: #1c3557 !important;
}

h3 {
    color: #42495B;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding-left: .75rem;
}

h4 {
    color: #42495B;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding-left: .75rem;
}

.error-msg {
    font-size: 0.9em;
    color: red;
}

.dark-text {
    color: #42495B;
}

.new-btn {
    border-radius: 35px;
    padding: 0.6em 1.5em;
    background-color: #ff8c69;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.new-btn:hover {
    background-color: #f5f5f5;
    color: #1c3557;
}

.new-btn:focus {
    background-color: #f5f5f5;
    color: #1c3557;
}


.new-btn-round {
    display: flex;
    align-items: center;
    justify-content: center;
    float:left;
    border-radius: 50%;
    padding: 0.6em;
    font-family: 'Poppins', sans-serif;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
}

.new-btn-round-medium {
    padding: 0.3em;
    width: 40px;
    height: 40px;
    font-size: 1em;
    font-weight: bold;
    }

.new-btn-round-small {
    padding: 0.2em;
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    font-weight: bold;
}

.new-btn-salomon {
   background:#ff8c69;
}

.new-btn-pink {
    background: #ff8c69;
}

.new-btn-purple {
    background: #8E4AC0;
}

.new-btn-blue {
    background: #146FEB;
}

.new-btn-red {
    background: red;
}

.new-btn-light-green {
    background: #c5e54c;
    color: #42495B;
}

.new-btn-light-green:hover {
    background: #c5e54c;
    color: #42495B;
}


.new-btn-grey {
    background: #BCBCBC;
    color: #42495B;
}

.back-button {
    margin: 2em auto 1em auto;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    align-content: center;
    font-size: 1.5em;
    border-radius: 50%;
    background: #d1d1d1;
    color: #545454;
    -webkit-text-stroke: 2px #545454;
}




.bold-text {
    font-weight: 700;
}

.blue-text {
    color: #146FEB !important;
}

.white-link a {
    color: #fff;
}

.content {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 4em;
    width: 100%;
    color: #42495B;
}

header {
    /*background: linear-gradient(0deg, #7E76F9 0%, #8E4AC0 100%);
    border-radius: 0 0 20px 20px;*/
    /*height: 400px;*/
    padding-top: 0.5em;
   }

/* A horizontal list */
.icon-list-buttons {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
}

.emoticon {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* this is to overide the "section img" directive */
.comment-block-message .emoticon, .comment-block .emoticon {
    width: auto;
}

.emoticon-li {
    min-height: 40px !important;
}

.emoticon-li img {
    margin: auto;
}

.mood-flower-svg {
    width: 140px;
    height: 140px;
    margin: auto;
}


.not-favourite {
    font-size: 1.2em;
    color: lightgrey;
}

.favourite {
    font-size: 1.2em;
    color: red;
}




/*
=======================================================
Modals
======================================================
 */

.image-modal-header {
    float: right;
    padding: 0 0.5em;
    font-size: 1.8em;
    color: #777777;
}

#image-modal img {
    max-width: 100%;
    max-height: 700px;
}

#image-modal .modal-img-container {
    margin: auto;
    width: fit-content;
}

.modal-img-button
{
    box-shadow: 0 1px 0 0 #fff;
    border-radius: 10px;
    background-color: #ededed;
    display: flex;
    align-items: center;
}

.modal-img-button img {
    width: 80px;
    padding-right: 10px;
    border-radius: 10px 0 0 10px;
}

.modal-text {
    padding: 24px;
}

.modal-text ul > li {
    list-style-type: disc;
    margin-left: 10px;
}




/*
======================================================
    Menu
======================================================
*/


.sidenav-box {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 800px;
    height: 100vh;
    background: #1c3557;
    padding: 1em 1em;
    animation-duration: 2s;
    animation-name: slidein;
    z-index: 999;
}

.sidenav-box i {
    font-size: 1.4em;
}

.sidenav-box li {
   padding: 1em 0;
 }

.sidenav-box a {
    color: #fff;
    font-weight: 700;

}

.sidenav-footer {
    bottom: 0;
    position: absolute;
    padding-bottom: 2em;
    padding-left: 3em;
    font-size: 0.7em;
}

/*
======================================================
    Newsfeed
======================================================
*/

.newsfeed-text-area {
    background: #EAEAEA;
    border-radius: 15px;
    outline: none;
    border: none;
    resize: none;
    height: 5em;
    padding: 0.5em;
    font-size: 1em;
}

::-webkit-input-placeholder { /* Edge */
    color: #42495B;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #42495B;
}

::placeholder {
    color: #42495B;
}

.news-entry {
    border: none;
    width: 100%;
    min-height: 45px;
    margin-bottom: 5px;
}

.news-entry-header {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.news-entry-img {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 10px;
}




.comment-block-message {
    margin: 0.5em auto 0.5em 0;
    background: #7E76F9;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    font-size: 0.8em;
    padding: 0.5em 1em 2em 1em;
    position: relative;
    float: right;
}

.comment-block-message a {
    color: #fff;
    text-decoration: underline;
}

.comment-block-message a:hover {
    color: #aaa;
}

.link-preview {
    background: #fff;
    max-width: 300px;
    border: 1px dotted grey;
    color: darkgrey;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
   /* opacity: 0.9; */
}

.link-preview a {
    color: darkgrey;
    text-decoration: none;
}

.link-preview img {
    margin-bottom: 5px;

}


.activity-message {
    border-bottom: 1px solid #fff;
    margin-top: 0;
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
}


.comment-btn {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.like-btn {
    position: absolute;
    bottom: -20px;
    right: 45px;
}


.message-box {
    width: 100%;
    overflow: hidden;
}

.message-box-inner {
    width: 60%;
    max-width: 400px;
    min-width: 200px;
    font-size: 1em;
    margin-bottom: 1em;
}

.message-box-container {
    overflow-y: scroll;
    max-height: 80vh;
   /* border: 1px solid red;*/
}

.message-text-container {
    border-radius: 15px 0 15px 15px;
    padding: 0.2em 1em 0.6em 1em;
}

.message-text {
    border-radius: 15px 0 15px 15px;
    padding-top: 0.4em;
}

.message-post-owner {
    font-size: 0.7em;
    font-weight: normal;
    font-style: italic;
    width: 100%;
    padding: 0;
}


.other .message-text {
    border-radius: 0 15px 15px 15px;
}

.message-time {
    color: #8e929d;
    font-size: 0.8em;
}


.message-box-inner.user {
    float: right
}

.message-box-inner.user .message-text-container {
    background: #7e76f9;
    color: #fff;
}

.message-box-inner.user .message-time {
    text-align: right;
}



.message-box-inner.other .message-text-container {
    background: #146feb;
    color: #fff;
}


/*
========================================================
 Events page
=======================================================
 */

/* Calendar */
.fc-button-primary {
    background-color: #ff5483 !important;
    border-radius: 25px !important;
    border: none !important;
    font-size: 0.8em !important;
    padding: 3px 8px !important;
    margin: 0 2px !important;
}

.fc-toolbar-title {
    font-size: 1em !important;
}


.event-picture {
    margin: auto;
    width: 120px;
}

.event-picture img {
    width: 120px;
    height: 120px;
}


    /*
    ======================================================
        Footer
    ======================================================
    */

.footer-box {
   /* position: absolute;
    bottom: 0;*/
    width: 100%;
    margin-top: 0;
    background-size: 100% 100%;
    background: #1c3557;
    color: #fff;
    padding-bottom: 1em;
}

.footer-box .row {
    width: 90%;
}

.footer-box h2,h3 {
    color: #fff;
}

.footer-box a {
    color: #fff;
}

.footer-box span {
    line-height: 1.5em;
}

.footer-row {
    padding-top: 1em;
}

.footer-col {
    padding-top: 1em;
}
/*
======================================================
     FullScreen Preloader
======================================================
*/

.preloader-layer {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.preloader-layer .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.preloader-layer.transparent {
    display: block;
}

.preloader-layer.transparent .preloader-wrapper {
    display: none;
}

.preloader-layer.active {
    display: block;
    background: rgba(255, 255, 255, .95);
}


/* =================================
  For tests  - NoUI Range slider
===================================*/

.noUi-connect {
    background: #ff8c69;
    padding: 0 10px 0 10px;
    color: #ff8c69;
}

.noUi-handle {
    border: none;
    background: #ff8c69;
    color: #fff;
    height: 50px !important;
    width: 50px !important;
    cursor: pointer;
    box-shadow: none;
    border-radius: 25px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;

}

.noUi-handle::after, .noUi-handle::before  {
    display: none;
}


.noUi-value {
    margin-top: 1em;
    font-size: 0.8em;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-pips {
    color: #1c3557;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 10px;  /* height of the pip marks */
}

.noUi-horizontal .noUi-handle {
    top: -22px;
}

.range-slider, .range-slider-disabled {
    margin: auto;
    width: 80%;
}

/* hiding the zeros at the beginning and end of the slider */
.range-slider::before, .range-slider::after {
   display: none
}


.noUi-marker-large {
    background: #1c3557;
}

.noUi-marker {
    background: #1c3557;
}

.slider-box {
    padding-top: 10px;
    padding-bottom: 80px;
}

.yes-no-box {
    padding: 1em 10%;
}

[type="radio"]+span, [type="checkbox"]+span {
    font-weight: 500 !important;
    font-size: 0.9em !important;
}




/*.yes-no-box span {
    font-size: 0.9em !important;
    font-weight: 500 !important;
    color: #fff !important;
}*/

/*.yes-no-box [type="radio"]+span:before, [type="radio"]+span:after, [type="radio"]:disabled+span:after, [type="radio"]:disabled+span:before, [type="radio"]:disabled:not(:checked)+span:before  {
    border-color: grey;
    background-color: #fff;
}*/


/*.yes-no-box [type="radio"]:checked+span:before, [type="radio"]:checked+span:after {
    background-color: #ff8187;
    border-color:  #ff8187;
}*/

/*.yes-no-box [type="radio"]:disabled:checked+span:before, [type="radio"]:disabled:checked+span:after {
    background-color: #ff8187;
    border-color:  #ff8187;
}*/

.radio-button-item {
    padding: 0.5em 0;
}

.test-hint {
    font-style: italic;
    color: grey;
    font-size: 0.9em;
    margin-top: 0;
}


/* ===========================================
 Forms, Profile view
============================================= */

.proself-form label, .form-label {
    color: #1c3557;;
    font-size: 1.1em;
    font-weight: 700;
}


.proself-form label.active {
    color: #1c3557;;
}

.proself-form .input-field input[type=text]:focus + label  {
    color: #1c3557;
}

.proself-form .input-field textarea:focus + label  {
    color: #1c3557;
}

/* label underline focus color */
.proself-form .input-field input[type=text]:focus {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}


/* label underline focus color */
.proself-form .input-field textarea:focus {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}


.proself-form input {
    color: #1c3557;
}

input.select-dropdown:focus {
    border-bottom: 2px solid #1c3557 !important;
}

input[type="text"]:focus {
    border-bottom: 2px solid #1c3557 !important;
}

.proself-form input:disabled {
    color: #30578f !important;
}

.proself-form .select-year input {
    color: #000;
}

.proself-form .select-month input {
    color: #000;
}

.dropdown-content li > span {
    color: #146feb;
}

.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #146feb;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #90CAF9;
}

.switch label .lever {
    background-color: #efefef;
}


.proself-form .input-field {
    color: #fff;
}

.proself-form .input-field {
    margin-top: 2em;
}

.chip {
    border: 1px solid white;
}

.profile-picture {
    margin: auto;
    width: 120px;
}

.profile-picture img {
    width: 120px;
    height: 120px;
}




.proself-form textarea {
    color: #fff;
}

.datepicker-table td {
    color: #42495B;
}

.datepicker-date-display {
    background-color: #146FEB;
}

.datepicker-cancel, .datepicker-done, .timepicker-close {
    color:  #146FEB;
}

.datepicker-table td.is-selected {
    color: #fff;
    background-color: #146FEB;
}

.datepicker-table td.is-disabled {
    color: #ababab;
}

.datepicker-table td.is-today {
    color: #146FEB;
}

.datepicker-table td.is-today.is-selected {
    color: #fff;
}

.timepicker-digital-display {
    background-color: #146FEB;
}

/* ===========================================
 Badges - Indicators
============================================= */

.indicator-round {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    background-color: #36cd31;
    font-size: 0.5em;
    color: #fff;
    text-align: center;
}

.indicator-round-icon-overlap {
    z-index: 5;
    margin-left: -1.5em;
    margin-top: -30px;
}

.indicator-round-header {
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    background-color: #36cd31;
    z-index: 5;
    margin-left: -0.5em;
    margin-bottom: 8px;
}

/* ===========================================
 Materialize Toast
============================================= */

#toast-container {
    top: 4% !important;
    right: 5% !important;
    left: auto !important;
    bottom: auto !important;
}

.push-notification-toast {
    background-color: #fff;
    color: #000000;
    border-radius: 5px;
}


/* ===========================================
Collections
============================================= */

.collection a.collection-item {
    color: #146FEB;
    font-size: 0.9em;
}

.collection .collection-item.avatar {
    min-height: 0;
}

.collection-item .title {
    color: darkgrey;
}

.collection-item.unread {
    background-color: rgba(255,222,224, 0.4);
}


.collection-item .secondary-content {
    color: darkgrey;
}

.collection .collection-item.avatar i.circle {
    color: darkgrey;
}

.collection .collection-item.avatar i.circle.circle-green {
    color: #C5E54C;
}


/* ===========================================
 Small - mobile devices
============================================= */

@media only screen and (max-width: 600px) {

    .sidenav-box li {
        padding: 0.8em 0;
    }

    .page-header {
        padding: 0 1em;
    }

    .content {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 0;
    }

    section {
        padding: 0.5em;
        margin: 0.8em 0;
        border-radius: 20px;
    }

    section.no-h-padding {
       padding: 0.5em 0;
    }

    .content p,h2,h3,h1 {
        text-align: center;
    }

    h1 {
        font-size: xx-large;
    }

    h2 {
        font-size: 1.1em;
    }

    .footer-row {
        padding-top: 4em;
    }

    .activity-img-points {
        right: 20px;
        font-size: 1.3em;
        width: 45px;
        height: 65px;
    }


    .new-btn {
        padding: 0.4em 1em;
        border-radius: 15px;
    }

    .big-btn-right-container {
        padding-left: 0.3em !important;
        padding-right: 0 !important;
    }

    .big-btn-left-container {
        padding-right: 0.3em !important;
        padding-left: 0 !important;
    }

    .big-btn {
        font-size: 0.8em;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 2px 2px 10px 2px lightgrey;
    }

    /**
        Special styles for the collection list on the notifications page
     */
        /* date*/
    .notifications .secondary-content {
        font-size: 0.8em;
    }

    .collection .collection-item.avatar .secondary-content {
        top: 0;
    }

    .collection .collection-item.avatar {
        padding-left: 50px;
    }

    .collection .collection-item.avatar .title {
        font-size: 12px;
    }

    /* position of icon */
    .collection .collection-item.avatar:not(.circle-clipper) > .circle {
        left: 10px;
    }

 }


/*====================================
 medium  - e.g. tablets
======================================*/
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .footer-row {
        padding-top: 6em;
    }


    .mood-flower-svg {
        width: 200px;
        height: 200px;
    }



}

/* =======================================
small & medium - smart phones and tablets
==========================================*/
@media only screen and (max-width: 992px) {
      .footer-box {
        /*margin-top: 8em;*/
        text-align: center;
        /*background-image: url("../img/assets/bg_footer_mobile.svg");*/
        background-size: 100%;
    }

    .footer-box .row {
        width: 100%;
    }

    .footer-box .col {
    }

    .content-container {
        width: 100%;
    }

    .content-container-inner {
        margin-bottom: 0;
    }

    .footer-col {
        padding-top: 2em;
    }

    .modal  {
        width: 100%;
        max-height: 100%;
        overflow: visible;
    }




    .task-img-container {
        border-radius: 20px;
        height: 180px;
    }

}


/* ==================================================
  l - large screens and above
=====================================================*/
@media only screen and (min-width: 993px) {
    .footer-box {
        padding-top: 0;
    }

    .footer-row {
        padding-top: 6em;
        padding-bottom: 1em;
    }

    .outer-container {
        width: 80%;
        min-width: 800px;
    }

    .content-container {
        display: flex;
    }

    .sidenav-box {
        display: inline !important;
        /*width: 65px;*/
        position: relative;
        height: auto;
        /*padding: 0;*/
        animation-duration: 0s;
        z-index: 1;
    }

    .sidenav-box li {
        display: table;
        margin: 0 auto;
    }

    .menu-text {
        display: none;
    }

    .content-flex-container {
        flex: 1;
    }


    .mood-flower-svg {
        width: 250px;
        height: 250px;
    }



}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .outer-container {
        width: 100%;
    }

    .content {
        padding-left: 2%;
        padding-right: 2%;
    }
}


@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .outer-container {
        width: 80%;
    }

    .content {
        padding-left: 2%;
        padding-right: 2%;
    }
}


/* ==================================================
  xl - Very large screens
=====================================================*/
@media only screen and (min-width: 1601px) {


    .outer-container {
        width: 60%;
    }
    .content {
        padding-left: 1%;
        padding-right: 1%;
    }
}