img {
    max-width: 100%;
    height: auto;
}
input,
textarea {
    outline: none;
}
.show-sidebar {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #4dadb5;
    background-color: white;
    border-top-left-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    top: 20%;
    right: 0px;
    z-index: 10;
}
.over-lay-sidebar {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 50;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.over-lay-sidebar.active {
    right: 0 !important;
}
.info-management {
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 100%;
}
.c-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.c-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.info-management .avatar {
    border: 1px solid #a8a8a8;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    margin: auto;
}
.info-management .name {
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 0.5rem;
}
.info-management .menu-info ul {
    padding-left: 0;
}
.info-management .menu-info ul li a {
    text-decoration: none;
    color: #398389;
}
.info-management .menu-info ul li a.active {
    font-weight: 600;
    color: #4dadb5;
}
.info-management .menu-info ul li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.title-sidebar {
    font-weight: 600;
    color: #26575b;
    font-size: 1.25rem;
    height: 4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #26575b;
}
.title-info-register {
    font-weight: 600;
    color: #398389;
    font-size: 1.25rem;
}
.info-register ul {
    padding-left: 0;
}
.info-register ul li {
    margin-bottom: 0.75rem;
}
.btn-update__avatars {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 2.25rem;
    border: 1px solid #4dadb5;
    margin-bottom: 1.25rem;
    color: #4dadb5;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    font-weight: 600;
}
.avatar-group {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.img-ava img {
    object-fit: cover;
}
.input-avatars {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.font-semibold {
    font-weight: 600;
}
.inp-group {
    width: 100%;
    height: 2.75rem;
    border: 1px solid #659ec0;
    padding: 0.75rem;
    border-radius: 5px;
}
.inp-group::placeholder {
    color: #203e50;
}
.btn-submit {
    max-width: 210px;
    width: 100%;
    padding: 0.75rem 0;
    border: 1px solid #104374;
    font-weight: 600;
    transition: all 0.5s;
    background-color: #104374;
    border-radius: 0.375rem;
    color: white;
}
.btn-submit:hover,
.btn-submit:focus {
    background-color: white;
    color: #104374;
}
.purchased_package,
.table_info_package {
    width: 100%;
    border-collapse: collapse;
}
.purchased_package td,
.purchased_package th,
.table_info_package td,
.table_info_package th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}
.purchased_package th {
    background-color: rgb(79, 173, 181, 0.6);
    color: #ffffff;
}
.box_info_invoice{
    display: none;
}
.box_info_invoice.active{
    display: block;
}
.content_box_notify_order{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
.content_box_notify_order .content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.content_box_notify_order .content .title,
.content_box_notify_order .content .description{
    width: 100%;
    text-align: center;
}
@media all and (min-width:1366px){
    .content_box_notify_order .content{
        width: 40%;
    }
}
@media (max-width: 991px) {
    .sidebar-account {
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
        overflow-y: auto;
        max-width: min(350px, 90%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        /* padding: 1rem; */
        position: fixed;
        left: -100%;
    }
    .sidebar-account.active {
        left: 0;
    }
}
@media (max-width: 768px) {
    .purchased_package thead {
        display: none;
    }
    .purchased_package,
    .purchased_package tbody,
    .purchased_package tr,
    .purchased_package td {
        display: block;
        width: 100%;
    }
    .purchased_package tr {
        margin-bottom: 15px;
    }
    .purchased_package td {
        padding-left: 50%;
        text-align: left;
        position: relative;
    }
    .purchased_package td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .sidebar-account {
        position: static;
    }
}
