.content-height { min-height: calc(100vh - 60px); }

.rounded-start-pill { border-radius: 50rem 0 0 50rem; }
.rounded-end-pill { border-radius: 0 50rem 50rem 0; }

.entreprise-landing {
    overflow: hidden;
    background: linear-gradient(120deg, #fceae4, #ededed, #e3e4fa) !important;
}

.entreprise-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}

.entreprise-landing-content {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
}

.entreprise-landing .logo-entreprise {
    height: 100%;
    max-height: 120px;
    width: auto;
}

.note { color: #f1ba0e; }

.entreprise-landing .bg-gradient { background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9) !important; }

.entreprise-landing .bg-filter-white { background-color: rgba(255, 255, 255, 0.3); }

.form-login {
    width: 100%;
    max-width: 600px;
}

.login-option {
    width: 100%;
    max-width: 600px;
}

.logo-siva-form {
    width: auto;
    height: 80px;
}

.input-siva {
    border: 1px solid;
    border-color: #4d35e9;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.input-siva:focus, .input-siva:active {
    box-shadow: 0 0 0 0.25rem rgba(77, 53, 233, 0.5);
    outline: none;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#view-password {
    padding: 0.5rem;
    position: absolute;
    cursor: pointer;
    color: #4d35e9;
    right: 15px;
    top: 6px;
}

.view-new-password{
    padding: 0.5rem;
    position: absolute;
    cursor: pointer;
    color: #4d35e9;
    right: 15px;
    top: 2px;
}

.btn-close-offcanvas {
    margin: 0;
    border: 0;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 0.90rem;
    position: absolute;
    background: #a7a7a7;
    color: #fff;
    font-weight: bold;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-close-offcanvas:hover {
    background: #929292;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-open-offcanvas-entreprise {
    margin-top: 60px;
    border: 0;
    border-radius: 0 50px 50px 0;
    padding-top: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    position: fixed;
    text-align: right;
    justify-content: end;
    align-items: center;
    left: 0;
    top: 0;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9) !important;
    color: #fff;
    overflow: hidden;
    height: 40px;
    width: 42px;
    z-index: 100;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-open-offcanvas-entreprise i {
    display: block;
    transition-property: display;
    transition-delay: 0.6s;
}

.btn-open-offcanvas-entreprise .text-open-offcanvas {
    white-space: nowrap;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.btn-open-offcanvas-entreprise:hover, .preview-mousehover { width: 300px; }

.btn-open-offcanvas-entreprise:hover i, .preview-mousehover i { display: none; }

.btn-open-offcanvas-entreprise:hover .text-open-offcanvas, .preview-mousehover .text-open-offcanvas {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.bg-siva-form {
    overflow: hidden;
    background: linear-gradient(120deg, #fceae4, #ededed, #e3e4fa) !important;
}

.form-center {
    width: 100%;
    max-width: 600px;
    min-height: auto;
}

.header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.header .logo {
    height: 50px;
    width: auto;
}

.header .main-link {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header .main-link:hover { background: rgba(255, 255, 255, 0.3); }

.header .main-link i, .alternative-link i { font-size: 1.25rem; }

.mobile-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    display: none;
    background: #fff;
}

.alternative-link {
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    color: #212529;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.alternative-link:hover {
    color: #ffffff;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.image-profil {
    margin-right: 1rem;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    overflow: hidden;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.image-profil-preview {
    margin-top: 1rem;
    height: 42px;
    min-height: 180px;
    max-height: 180px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    overflow: hidden;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.profil-menu {
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    background: transparent;
}

.profil-menu:hover { background: rgba(255, 255, 255, 0.3); }

.password-constrain-item div {
    margin-right: 0.25rem;
    width: 24px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.grecaptcha-badge { visibility: hidden }

.max-height-content { min-height: calc(100vh - 82px); }

.max-height-list { height: calc(100vh - 241px); }
.max-height-list-categorie { height: calc(100vh - 256px); }

.list-discussion-content, .sidebar-left, .list-entreprise-content {
    border-right: 1px solid #dfdfdf;
    width: 100%;
    max-width: 370px;
    background: #fff;
}

#list-discussion::-webkit-scrollbar,
#list-messages::-webkit-scrollbar,
.entreprise-informations::-webkit-scrollbar,
#content-nouvelle-demande::-webkit-scrollbar,
.sidebar::-webkit-scrollbar,
#element-actus::-webkit-scrollbar,
#list-entreprise::-webkit-scrollbar,
.page-entreprise::-webkit-scrollbar { width: 8px; }

/* Track */
#list-discussion::-webkit-scrollbar-track,
#list-messages::-webkit-scrollbar-track,
.entreprise-informations::-webkit-scrollbar-track,
#content-nouvelle-demande::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track,
#element-actus::-webkit-scrollbar-track,
#list-entreprise::-webkit-scrollbar-track,
.page-entreprise::-webkit-scrollbar-track {
    background: #dfdfdf;
}
 
/* Handle */
#list-discussion::-webkit-scrollbar-thumb,
#list-messages::-webkit-scrollbar-thumb,
.entreprise-informations::-webkit-scrollbar-thumb,
#content-nouvelle-demande::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
#element-actus::-webkit-scrollbar-thumb,
#list-entreprise::-webkit-scrollbar-thumb,
.page-entreprise::-webkit-scrollbar-thumb {
    background: #737373; 
    border-radius: 10px;
}

/* Handle on hover */
#list-discussion::-webkit-scrollbar-thumb:hover,
#list-messages::-webkit-scrollbar-thumb:hover,
.entreprise-informations::-webkit-scrollbar-thumb:hover,
#content-nouvelle-demande::-webkit-scrollbar-thumb:hover,
.sidebar::-webkit-scrollbar-thumb:hover,
#element-actus::-webkit-scrollbar-thumb:hover,
#list-entreprise::-webkit-scrollbar-thumb:hover,
.page-entreprise::-webkit-scrollbar-thumb:hover { background: #575757; }

.list-discussion-content .input-search, .sidebar-left .input-search, .list-entreprise-content .input-search {
    border: 0;
    padding: 1rem 1.5rem ;
    width: 100%;
    background: #ffffff;
}

.list-discussion-content select, .list-entreprise-content select {
    border: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    color: #ffa366;
    background: #fff;
}

.list-discussion-content select option, .list-entreprise-content select option { color: black; }

.list-discussion-content .search-icon, .sidebar-left .search-icon, .list-entreprise-content .search-icon {
    position: absolute;
    right: 30px;
    top: 16px;
}

.link-chat-header {
    padding: 0.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background: #dfe6f2;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.link-chat-header:hover {
    background: linear-gradient(120deg, #ffe2d9, #ffb3bc, #c4c7ff);
    background-size: 500% 500%;
    color: #212529;
    animation: gradient 5s ease infinite;
}


@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.list-discussion-content .logo-entreprise {
    padding: 3px;
    height: 32px;
    width: 32px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.list-entreprise-content .logo-entreprise, .list-entreprise-suggestion .logo-entreprise {
    padding: 3px;
    height: 68px;
    min-width: 68px;
    width: 68px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.discussion-header .logo-entreprise, .sidebar.close .logo-entreprise, .article .logo-entreprise {
    padding: 0.25rem;
    height: 50px;
    width: 50px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.entreprise-info-header .logo-entreprise {
    padding: 0.25rem;
    height: 110px;
    width: 110px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.entreprise-info-header-actu .logo-entreprise {
    padding: 0.25rem;
    height: 85px;
    width: 85px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.sidebar.open .logo-entreprise {
    padding: 0.25rem;
    height: 62px;
    width: 62px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.btn-signal-discussion {
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 8px;
    color: rgb(220, 53, 69);
    background: rgba(255, 255, 255, 0.1);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-signal-discussion:hover {
    background: rgba(220, 53, 69, 0.1);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-avis {
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 8px;
    color: rgb(122, 122, 122);
    background: rgba(255, 255, 255, 0.1);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-avis:hover {
    background: rgba(60, 60, 60, 0.1);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.write-zone {
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid;
    border-color: #dfdfdf;
    resize: none;
    width: 100%;
}

.btn-msg-send {
    border: 0;
    font-size: 1.25rem;
    background: #39c379;
    color: #ffffff;
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: background, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-msg-send:hover {
    background: #2ba76d;
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-msg-send:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
    outline: none;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-msg-option {
    border: 0;
    background: #dfdfdf;
    color: #212529;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-msg-option:hover {
    background: #bfbfbf;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.link-chat-header img{
    width: 45px;
    height: auto;
}

.footer-msg-siva {
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    color: #fff;
}

.btn-add-pj {
    cursor: pointer;
    border: 1px solid #bbb;
    height: 90px;
    width: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4D35E9;
    font-size: 1.5rem;
}

.btn-add-pj:hover { background: #efefef; }

.preview-file {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #bbb;
    height: 100px;
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.preview-file .delete-file {
    line-height: 1;
    font-size: 1.25rem;
    cursor: pointer;
    display: inline-block;
    color: rgb(220, 53, 69);
}

.msg-colored {
    border: 0;
    border-radius: 1.5rem 1.5rem 0.25rem 1.5rem;
    background: #0bc1e5;
    color: #fff;
}

.msg-colored .border-colored {
    border-top: 1px solid;
    border-color: #04A2C1;
}

.msg-light {
    border: 1px solid;
    border-radius: 1.5rem 1.5rem 1.5rem 0.25rem;
    background: #fff;
    color: #616161;
    overflow: hidden;
}

.border-siva-light { border-color: #616161 !important; }

.btn-sidebar-right {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.sidebar .btn-sidebar-right div {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    background: rgba(255, 163, 102, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.close .btn-sidebar-right:hover div {
    background: rgba(255, 163, 102, 1);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.open .btn-sidebar-right:hover {
    color: #fff;
    box-shadow: 300px 0 0 0 rgba(255, 163, 102, 1) inset;
    transition-property: box-shadow, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.open .btn-sidebar-right div {
    transform: rotate(180deg);
}

.open .article-border {
    padding: 0.5rem;
    border: 2px solid #ffa366;
    border-radius: 0.5rem;
}

.close .article-border {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sidebar {
    padding: 1rem;
    border-left: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 166px);
    overflow: auto;
}

.close {
    min-width: 88px;
    width: 88px;
    max-width: 88px;
}

.open {
    min-width: 370px;
    width: 370px;
    max-width: 370px;
}

.open .sidebar-content { display: block; }
.close .sidebar-content { display: none; }

.open .sidebar-content-alternative{ display: none; }
.close .sidebar-content-alternative{ display: block; }

.sidebar .img-actu, .entreprise-informations .img-actu, .img-actu {
    height: 50px;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
}

.img-actu-lg {
    height: 90px;
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

.entreprise-informations {
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    overflow-y: auto;
}

.entreprise-informations .logo-entreprise, .entreprise-article {
    padding: 0.25rem;
    width: 80px;
    height: 80px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.accordion-btn {
    background-color : #4D35E9;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.accordion-btn:hover {
    background-color : rgba(77, 55, 233, 0.8);
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.input-form {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-form:focus, .input-form:active{
    box-shadow: 0 0 0 0.25rem rgba(77, 55, 233, 0.5);
    border-color: #4D35E9;
    outline: none;
}

.dashboard-demande-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1.25rem;
}

.step {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-number-up, .btn-number-down { background-color: #c8305e; }

.btn-number-up {
    position: absolute;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 34px;
    right: 58px;
    color: #fff;
    padding: 3px 7px;
    cursor: pointer
}

.btn-number-down {
    position: absolute;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 34px;
    right: 20px;
    color: #fff;
    padding: 3px 7px;
    cursor: pointer;
}

.article-header:after {
    height: 2px;
    width: 70px;
    background: #ffa366;
    display: block;
    position: relative;
    content: '';
    top: 15px;
}

.btn-like {
    border: 1px solid #616161;
    padding: 0.5rem 1rem;
    background: #fff;
    transition: all 0.2s ease-out;
    color: #616161;
}

.btn-like:hover {
    background: rgba(220, 53, 69, 0.2);
    transition: all 0.2s ease-out;
}

.btn-share {
    border: 1px solid #616161;
    padding: 0.5rem 1rem;
    background: #fff;
    transition: all 0.2s ease-out;
    color: #616161;
}

.btn-share:hover {
    background: rgba(77, 55, 233, 0.2);
    transition: all 0.2s ease-out;
}

.btn-favoris {
    border: 1px solid #616161;
    padding: 0.5rem 1rem;
    background: #fff;
    transition: all 0.2s ease-out;
    color: #616161;
}

.btn-favoris:hover {
    background: rgba(255, 193, 7, 0.2);
    transition: all 0.2s ease-out;
}

.list-discussion-content .termine-theme {
    border-left: 3px solid #39C379 !important;
    background: rgba(57, 195, 121, 0.1);
}

.list-discussion-content .classic-theme { border-left: 3px solid #fff !important; }

.article .btn-option {
    border: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #dee2e6;
    transition: background 0.3s ease-out;
}

.article .btn-option:hover, .article .btn-option:focus {
    background: #ced4da;
    transition: background 0.3s ease-out;
}

.page-entreprise { height: calc(100vh - 162px); }

.page-entreprise .entreprise-description { background: #e9ecef; }

.note-selection {
    width: 100%;
    min-width: 230px;
    max-width: 230px;
}

.bulle-avis {
    padding: 0.75rem;
    border-radius: 1.5rem 1.5rem 1.5rem 0.25rem;
    background: #e9ecef;
}

.pagination-link {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ced4da;
    background: #fff;
}

.pagination-link:hover {
    border: 1px solid #ced4da;
    background: #e9ecef;
    color: #6c757d;
}

.pagination-link-active {
    border: 1px solid rgba(77, 55, 233, 0.5);;
    border-radius: 0.25rem;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3721c6;
    background: rgba(77, 55, 233, 0.2);
}

.nav-account {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 700px;
    border-bottom: 1px solid #ced4da;
    list-style: none;
    display: flex;
}

.nav-account li a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: flex;
    color: #6c757d;
    background: #ffffff;
}

.nav-account li a:hover { background: rgba(255, 163, 102, 0.2); }

.nav-account li a i { font-size: 1.3rem; }

.nav-account li a.active {
    color: #ffa366;
    box-shadow: inset 0px -2px 0px #ffa366;
}

.content-block-account {
    margin-top: 5rem;
    width: 100%;
}

.avatar-account {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    overflow: hidden;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.stat {
    border: 10px solid;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}

.btn-siva-file-upload input{ display: none; }

.btn-siva-file-upload{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 0.80rem;
    padding: 1rem 1.75rem;
    background: #4d35e9;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    transition-property: background, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-siva-file-upload:hover{
    background: #3721c6;
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

@media screen and (min-width: 1650px) {
    #follow-text.d-custom { display: block; }
}

@media screen and (min-width: 1400px) and (max-width: 1649px) {
    #follow-text.d-custom { display: none; }
}

@media screen and (max-width: 1399px) {
    #follow-text.d-custom { display: block; }
}

@media screen and (max-width: 767px) {
    .entreprise-landing {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .entreprise-background { height: auto; }
    
    .form-center {
        width: 100%;
        max-width: 100%;
        min-height: calc(100vh - 60px);
    }
}

.btn-siva-save {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 0.80rem;
    padding: 1rem 1.75rem;
    background: #198754;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    transition-property: background, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;

}


.btn-siva-save:hover{
    background: #157347;
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}