.border_sub_menu {
    background: #353949;
    width: 90%;
    display: block;
    margin-top: 3px;
    height: 1px;
}

.center_sub {
    width: 90px;
    height: 100%;
    position: fixed;
    z-index: 100;
    gap: 1px;
    display: flex;
    align-items: center
}

.dark-only .sub_menu {
    background: #262932;
    width: 66px;
    padding: 11px;
    display: flex;
    z-index: 100;
    gap: 8px;
    border-radius: 50px;
    margin-left: 15px;
    flex-direction: column;
    align-items: center;
}

.dark-only .sdg_watermark {
    background: #3a3f52;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.dark-only .icon-ds {
    background: #3a3f52;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.dark-only .icon-tg {
    background: #3a3f52;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.sub_menu {
    background: #f8f8f8;
    width: 66px;
    padding: 11px;
    display: flex;
    z-index: 100;
    gap: 8px;
    border-radius: 50px;
    margin-left: 15px;
    flex-direction: column;
    align-items: center;
}

.btn_sub_menu {
    width: 47px;
    height: 47px;
    display: flex;
    background: linear-gradient(23deg, #1151b5 0%, #3e66af 55%);
    font-size: 19px;
    color: #fff !important;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: 0.2s
}

.btn_sub_menu:hover {
    opacity: 1;
    color: #ffff !important;
}

.sdg_watermark {
    background: #e2e6f3;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.sdg_watermark:hover {
    background: #07f;
    color: #fff !important;
}

.icon-ds {
    background: #e2e6f3;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.icon-ds:hover {
    background: #5865f2;
    color: #fff !important;
}

.icon-tg {
    background: #e2e6f3;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #7b829a !important;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.icon-tg:hover {
    background: #1e3050;
    color: #fff !important;
}

.fl > .card > .card-header {
    display: flex;
    align-items: center;
}

.fl > .card > .card-header > button {
    margin-left: auto;
}

.fl .customer .profile {
    display: flex;
    gap: 8px;
}

.fl .customer .profile .avatar > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.fl .customer .profile .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.fl .proposal .items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.fl .proposal .items .item {
    display: flex;
    gap: 8px;
}

.fl .proposal .items .item > .info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fl .proposal .items .item .avatar > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.fl .proposal > .items:not(:has(*)) {
    font-size: 12px;
    color: #626262;
    text-align: center;
}