/* ================================ GP ADMIN ================================================== */
:not(:root):fullscreen::backdrop {
    background: transparent;
}
body.is-admin-panel-page {
    background: #F3F7FD no-repeat !important;
    font-family: 'Livvic', sans-serif !important;
}

.is-admin-panel-page h1,
.is-admin-panel-page h2,
.is-admin-panel-page h3,
.is-admin-panel-page h4,
.is-admin-panel-page h5,
.is-admin-panel-page h6,
.is-admin-panel-page .h1,
.is-admin-panel-page .h2,
.is-admin-panel-page .h3,
.is-admin-panel-page .h4,
.is-admin-panel-page .h5,
.is-admin-panel-page .h6 {
    line-height: 1.1;
    font-weight: 500;
    color: #23272B;
    font-family: 'Livvic', sans-serif;
}
.is-admin-panel-page h3, .is-admin-panel-page .h3 {
    font-size: 1.5rem;
}
.is-admin-panel-page a {
    color: #031938;
    text-decoration: none;
}
.is-admin-panel-page a:hover {
    color: #4a32d4 ;
    text-decoration: none;
}
.font-weight-semibold {
    font-weight: 500 !important;
}
.dropdown-icon.material-icons {
    font-size: 14px;
}
@media(min-width: 768px){
    .app-header {
        padding-right: 30px;
    }
    .form-inline .search-element {
        display: inline-flex !important;
    }
    .sidenav-toggled .app-content {
        margin-left: 0;
    }
    .sidenav-toggled .page .footer {
        margin-left: 0px;
    }
    .app-content {
        margin-left: 230px;
    }
    .page .footer {
        margin-left: 230px;
    }
    .sidenav-toggled .app-sidebar {
        left: -230px !important;
    }
}
@media (max-width: 866px){
    .profile-details {
        display: none !important;
    }
}
@media (max-width: 992px){
    .navsearch {
        margin: 0 5px;
        padding: 9px 12px;
        text-align: center;
        position: relative;
        border-radius: 3px;
    }
}
@media (max-width: 575.98px) {
    body.search-show .header .form-inline .search-element {
        display: block !important;
    }
    .header .form-inline .search-element {
        position: absolute;
        z-index: 892;
        display: none;
    }
    .search-show .search-element {
        background-color: #4a32D4;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        padding: 18px 13px;
    }
    .search-show .header .form-inline .search-element .form-control {
        float: left;
        width: 100%; !important;
        height: 40px;
        margin: 0 auto;
        background: #FFF;
        border-radius: 4px;
    }
    .header .form-inline .btn {
        color: #46494A !important;
    }
    .header-brand-img.desktop-logo {
        display: none;
    }
    .app-header .header-brand-img.mobile-logo {
        display: block;
        margin-left: 0;
    }
    .app .header-brand-img.mobile-logo {
        display: block;
        margin-left: 2rem;
        margin-top: 5px;
        height: 2.5rem;
    }
    .app-sidebar{
        margin-top:75px;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    .app-header .header-brand {
        text-align: left !important;
        min-width: 0px !important;
    }
}
@media (max-width: 767.98px) and (min-width: 576px){
    body.search-show .header .form-inline .search-element {
        display: block;
    }
    .search-show .search-element {
        display: block;
        background: #4A32D4;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        padding: 18px 13px;
    }
    .header .form-inline .search-element {
        position: absolute;
        top: 8px;
        right: 10px;
        left: 10px;
        z-index: 892;
        display: none;
    }
    .header .form-inline .form-control {
        border: 1px solid rgba(67,87,133,.2);
        padding-left: 20px;
    }
    .search-element .form-control {
        float: left;
        width: 100% !important;
        height: 40px;
        margin: 0 auto;
        background: #FFF !important;
        color: #031938 !important;
    }
    .header .form-inline .btn {
        color: #46494A !important;
    }
}
@media (max-width: 767px){
    .page .app-sidebar {
        left: -230px;
    }
    .sidebar-gone .app-sidebar {
        left: -230px;
    }
    .sidenav-toggled .app-sidebar {
        left: 0;
    }
}
@media (min-width: 576px){
    .header-brand-img.mobile-logo {
        display: none;
    }
}
@media (max-width: 1024px){
    body.search-show:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        opacity: .6;
        z-index: 891;
    }
}
.bg-gradient-primary {
    background: linear-gradient(to right, #4a32d4 0%, #2575fc 100%);
}
.bg-gradient-secondary {
    background: linear-gradient(to right , #4481eb 0%, #04befe 100%);
}
.bg-gradient-success {
    background-image: linear-gradient(to right,#27af06,#81ec75);
}
.bg-gradient-info {
    background-image: linear-gradient(to right, #1e9fc4 0, #69c7de 100%);
}
.bg-gradient-warning {
    background-image: linear-gradient(to right, #fcaa01 0, #fece4d 100%);
}
.bg-gradient-teal {
    background-image: linear-gradient(to right, #00796b 0, #4db6ac 100%);
}
.bg-gradient-blue {
    background-image: linear-gradient(to right, #1976d2 0, #083dc1 100%);
}
.bg-gradient-danger {
    background-image: linear-gradient(to right, #fb1c52 0%, #fd6f82 100%);
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.page-main {
    flex: 1 1 auto;
}
.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background: #FFF;
    border-bottom: 1px solid rgba(67,87,133,.2);
}
.app-header {
    display: flex;
    z-index: 999;
    padding-right: 15px;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(67,87,133,0.2);
}
.app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2.9rem;
    min-width: 220px;
    text-align: center;
}
.app-header .header-brand .header-brand-img {
    height: 46px;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: 0;
    width: auto;
}
.app-sidebar__toggle {
    padding: 0 15px;
    color: #031938;
    line-height: 2.4;
    transition: background-color 0.3s ease;
    z-index: 1;
    font-size: 21px;
}
.header .form-inline .form-control {
    border: 1px solid rgba(67,87,133,.2);
    padding-left: 20px;
    width: 520px;
    padding-right: 40px;
    padding-top: 7px;
}
.header .form-inline .form-control:focus, .app-content .form-control:focus {
    box-shadow: none;
}
.header .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: transparent;
    color: #23272B;
    margin-left: -56px;
    font-size: 15px;
    margin-right: 0;
}

.app-header .icon {
    color: #FFF;
}
.app-header a.icon {
    cursor: pointer;
}
.app-header .icon {
    margin: 0 5px;
    padding: 9px 12px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}
.app-header .icon i {
    vertical-align: -1px;
    color: #031938;
}

.dropdown-menu {
    padding-bottom: 5px;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(111,134,230,0.73), 0 4px 16px 0 rgba(179,187,195,0.77) !important;
    border: 1px solid #DAE0E6;
}

.dropdown-menu-arrow.dropdown-menu-right::before {
    left: auto;
    right: 12px;
    content: '';
    position: absolute;
    top: -10px;
    border-bottom: 10px solid rgba(67,87,133,.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-right::after {
    left: auto;
    right: 12px;
    content: '';
    position: absolute;
    top: -8.5px;
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    white-space: nowrap;
    color: #23272B !important;
}
.dropdown-menu .p-4 {
    padding: 1rem !important;
}
.dropdown-menu .p-2 {
    padding: 0.5rem !important;
}
.dropdown-menu .p-3 {
    padding: 0.75rem !important;
}
.dropdown-menu .pt-3 {
    padding-top: 0.75rem !important;
}
.dropdown-menu .pb-3 {
    padding-bottom: 0.75rem !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(67,87,133,.2);
}
border-top {
    border-top: 1px solid rgba(67,87,133,.2);
}
.dropdown-item {
    transition: all .2s ease-in-out;
}
.app-header .dropdown-item {
    color: #3e4358;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #4A32D4;
    text-decoration: none;
    background-color: #EFF1F5;
}
.ddHoverNoBG:hover {
    color: #4a32D4;
}
.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #4A32D4 no-repeat center center;
    color: #FFF;
    font-weight: 600;
    vertical-align: bottom;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .75rem;
}
.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}
.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
}
.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
}
.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
}
.cover-image {
    background-size: cover !important;
}
.avatar-status {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.dropdown-text {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}
.message-sub {
    margin-top: -5px;
}
.app-header .card {
    border-radius: 6px;
    border: 1px solid #DAE0E6;
    width: 100%;
}
.app-header .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
}
.notifyimg {
    color: #FFF;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.app-header .card-body > :last-child {
    margin-bottom: 0;
}
.box-shadow-0 {
    box-shadow: none;
}
.is-admin-panel-page .nav-link {
    min-width: 2rem;
    transition: .3s color;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.2rem 0.9rem !important;
}
.leading-none {
    line-height: 1 !important;
}
.profile-details {
    display: grid;
    text-align: right;
}

.user-profile {
    text-align: center;
}
.user-image {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
}
img.user-images {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.user-details {
    padding-left: 10px;
    vertical-align: middle;
}
.user-details h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #23272B;
}
.dropdown-icon {
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    text-align: center;
    vertical-align: -1px;
}

.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 75px;
    width: 230px;
    max-height: 100%;
    z-index: 1;
    background: #FFF;
    border-right: 1px solid rgba(67,87,113, 0.2);
    box-shadow: 0 0 0 0 rgba(111,134,230,0.13), 0 4px 16px 0 rgba(179,187,195,0.36);
    transition: left 0.3s ease,width 0.3s ease;
}
.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8e9cad;
    width: 100%;
    padding: 12px 17px;
    display: inline-block;
    border-bottom: 1px solid rgba(67, 87, 133, .2);
}
.dropdown {
    display: block;
}
.app-sidebar__user img {
    padding: 5px;
}
.user-info h6 {
    color: #031938;
}
.app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
}
.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
}
.app-sidebar__user-name,
.app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px !important;
}
.side-menu {
    margin-bottom: 0;
    padding: 0 0 40px 0;
}
.side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 19px 9px 34px;
    font-size: 14px;
    font-weight: 500;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #031938;
    border-bottom: 1px solid rgba(67,87,133,0.2);
}
.side-menu .side-menu__icon {
    color: #031938;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px !important;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: -8px;
    background: #EAE9F5;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.side-menu__icon {
    flex: 0 0 auto;
    width: 25px;
}
.side-menu__label {
    white-space: nowrap;
    flex: 1 1 auto;
}
.angle {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slide.is-expanded .slide-menu {
    max-height: 100%;
}
.slide-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    font-size: .8rem !important;
}
.slide-item {
    display: flex;
    align-items: center;
    padding: 10px 14px 10px 55px;
    font-size: 13px;
    color: #031938 !important;
    border-bottom: 1px solid rgba(67,87,113,0.06);
}

.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
    text-decoration: none;
    color: #FFF !important;
    background: linear-gradient(to right, #4A32D4 0%, #2575FC 100%);
}
.side-menu__item.active .side-menu__icon,
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus  .side-menu__icon {
    color: #FFF !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

@media (min-width: 768px){
    .app-content {
        margin-left: 230px;
    }
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 0 !important;
    transition: margin-left 0.3s ease;
    overflow: hidden;
}
.app-content .side-app {
    padding: 25px 1.5rem 0 1.5rem;
}
.page-header {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1.5rem;
    justify-content: space-between;
    padding: 0;
    border-radius: 7px;
    position: relative;
    min-height: 50px;
    padding-top: 0.3rem;
}
.page-title {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.5rem;
    position: relative;
    color: #23272B;
}
.page .footer {
    background: #FFF;
    border-top: 1px solid rgba(67,87,113,0.2);
    font-size: 0.875rem;
    padding: 1.25rem 0;
    transition: margin-left 0.3s ease;
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
}

.app-content .card {
    border-radius: 6px;
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(111,134,230,0.33), 0 4px 16px 0 rgba(179,187,195,0.47);
    border: 1px solid #DAE0E6;
}
.app-content .card-body {
    margin: 0;
    padding: 1.5rem;
    position: relative;
}
.app-content .card-body > :last-child {
    margin-bottom: 0;
}
.app-content .card-header:first-child {
    border-radius: calc(3px + 3px) calc(3px + 3px) 0 0;
}
.app-content .card-header {
    background: #FFF;
    padding: 0.5rem 1.5rem;
    display: flex;
    min-height: 3.5rem;
    align-items: center;
}
.app-content .card-header .card-title {
    margin-bottom: 0;
}
.app-content .card-title {
    font-size: 15px;
    color: #212229;
}
.app-content .card-options {
    margin-left: auto;
    display: flex;
    order: 100;
    margin-right: -.5rem;
    color: #9AA0AC;
    align-self: center;
}
.chart-circle {
    display: block;
    height: 8rem;
    width: 8rem;
    position: relative;
    margin: 0 auto;
}
.chart-circle-xs {
    height: 2.5rem;
    width: 2.5rem;
    font-size: .8rem;
}
.chart-circle canvas {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.latest-timeline ul.timeline {
    list-style-type: none;
    position: relative;
}
.latest-timeline ul.timeline:before {
    content : ' ';
    background: rgba(67,87,133,0.2);
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 0;
}
.latest-timeline ul.timeline > li {
    margin: 20px 0;
    padding-left: 3rem;
}
.latest-timeline ul.timeline > li:first-child:before {
    border: 3px solid #4a32d4;
}
.latest-timeline ul.timeline > li:nth-child(2):before {
    border: 3px solid #fb1c52;
}
.latest-timeline ul.timeline > li:nth-child(3):before {
    border: 3px solid #e9b307;
}
.latest-timeline ul.timeline > li:nth-child(4):before {
    border: 3px solid #4481eb;
}
.latest-timeline ul.timeline > li:nth-child(5):before {
    border: 3px solid #bc0cd3;
}
.latest-timeline ul.timeline > li:last-child:before {
    border: 3px solid #27af06;
}
.latest-timeline ul.timeline > li:before {
    content: ' ';
    background: #FFF;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #1753FC;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: 0;
}
.latest-timeline ul.timeline p {
    color: #B2BECC;
}

.stretch-card {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.box__dragndrop, .box__uploading, .box__success, .box__error {
    display: none;
}
.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.box.is-dragover {
    background-color: grey;
}
.box.is-uploading .box__input {
    visibility: none;
}
.box.is-uploading .box__uploading {
    display: block;
}
.box__button {
    display: none;
}
.no-js .box__button {
    display: block;
}

.h-100-vhh {
    height: 100vh !important;
}

.adminlogin .card.rounded {
    border-radius: .50rem !important;
}
.adminlogin .card {
    border-top: 2px solid #00ACC1;
}
.adminlogin .card .card-header {
    border-bottom-color: #F9F9F9;
    line-height: 30px;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.adminlogin .card .card-header, .adminlogin .card .card-footer {
    background-color: transparent;
}
.adminlogin .card .card-header h4 {
    font-size: 17px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #212529;
    font-family: 'Livvic', sans-serif;
}
.adminlogin form .form-group {
    margin-bottom: 25px;
}
.adminlogin form .form-group label {
    font-weight: 500;
    color: #34395e;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'Livvic', sans-serif;
}
.adminlogin form .form-group a.forgot-password {
    font-weight: 500;
    color: #00ACC1;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'Livvic', sans-serif;
}
.adminlogin .form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
}
.adminlogin .form-control {
    background-color: #FDFDFF;
    border-color: #E4E6FC;
}
.adminlogin .form-control:focus {
    color: #495057;
    box-shadow: none !important;
    outline: none;
    background-color: #FEFEFF;
    border-color: #00ACC1;
}
.adminlogin .btn-primary {
    color: #FFF;
    background-color: #00ACC1 !important;
    border-color: #039AAA !important;
    font-size: 12px;
    font-family: 'Livvic', sans-serif;
}
.adminlogin .btn-primary:hover {
    background-color: #039AAA !important;
}

.btn-social-icon {
    color: #FFF !important;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
    border-radius: 3px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon>:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    width: 100% !important;
}
.btn-facebook {
    background-color: #1877F2;
}
.btn-twitter {
    background-color: #1DA1F2;
}
.btn-linkedin {
    background-color: #007BB5;
}
.btn-behance {
    background-color: #1769FF;
}
.btn-dribble {
    background-color: #EA4C89;
}
.btn-reddit {
    background-color: #FF4500;
}
.btn-youtube {
    background-color: #FF0000;
}

.btn-facebook:hover {
    background-color: #3b5998;
}
.btn-twitter:hover {
    background-color: #14171A;
}
.btn-linkedin:hover {
    background-color: #000000;
}
.btn-behance:hover {
    background-color: #1A5FD8;
}
.btn-dribble:hover {
    background-color: #C32361;
}
.btn-reddit:hover {
    background-color: #FF5700;
}
.btn-youtube:hover {
    background-color: #282828;
}

ul#mail-folders {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#mail-folders > li {
    margin: 2px 0;
    transition: all 0.2s ease-in-out;
}
ul#mail-folders > li:hover {
    background-color: #A8A9AB;
}
ul#mail-folders > li:hover a {
    color: #FFF;
}
ul#mail-folders > li a {
    color: #212529;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
}
button.trash-btn {
    background: transparent;
    border: none;
    color: #565656;
    font-size: 16px;
}