.pro-body {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f6f6;
    margin-bottom: -70px;
}

footer {
    background: #fff;
}

.pro-side {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    overflow: hidden;
}

.pro-side-item {
    display: flex;
    align-items: center;
    color: #4b5259;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 16px;
    transition: 0.3s;
}
.pro-side-item.active {
    background-color: #f2f9ff;
    color: #4b5259;
}
.pro-side-item i {
    width: 24px;
    margin-left: 10px;
    font-size: 18px;
    color: #4b5259;
}

.pro-side-item:last-child {
    border-bottom: 0;
}


.pro-side-item:hover {
    /*background: #fe45291c;*/
    color: #4b5259;
}

.pro-box {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 20px 30px;
    margin-bottom: 15px;
}

.pro-box-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-box-flex {
    display: flex;
    align-items: center;
}

.pro-avatar {
    margin-left: 15px;
    width: 64px;
    height: 64px;
}

.pro-user-name {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f33;
    margin-bottom: 6px;
}

.pro-user-phone {
    font-size: 15px;
    color: #6c7680;
}


.pro-box-mute {
    color: #6c7680;
    font-size: 14px;
    margin-bottom: 6px;
}

.pro-box-mute span {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.pro-box-link {
    padding: 2px 5px;
    color: #0077DB;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: max-content;
}

.pro-box-link:hover {
    border-color: #C9E3F8;
    background-color: #F2F9FF;
    color: #0077DB;

}

.pro-box-head {
    font-size: 18px;
    font-weight: 700;
    color: #4b5259;
}

.pro-box-info-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-box-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 25px;
}

.pro-box-info-title {
    font-size: 14px;
    color: #6c7680;
}

.pro-box-info-value {
    font-size: 15px;
}

.pro-box-badge {
    background-color: #eafaee;
    color: #1e7b33;
    font-size: 13px;
    line-height: 1;
    border-radius: 12px;
    padding: 0 5px;
    margin: 0 10px;
}
.pro-box-danger{
    background-color: #ff5555;
    color: #ffffff;
}
.pro-box-primary{
    background-color: #0072ff;
    color: #ffffff;
}
.pro-box-wating{
    background-color: #9b9b9b;
    color: #ffffff;
}
.pro-box-success{
    background-color: #1e7b33;
    color: #ffffff;
}
.pro-box-info-btn {
    padding: 2px 5px;
    color: #0077DB;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: max-content;
    background: transparent;
}


.pro-box-info-btn:hover {
    border-color: #C9E3F8;
    background-color: #F2F9FF;
    color: #0077DB;

}

.pro-btn-left {
    background: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 8px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: auto;
    font-size: 14px;
    transition: 0.3s;
}

.pro-btn-left:hover {
    background: #fe45291c
}


.pro-btn-edit {
    padding: 2px 5px;
    color: #0077DB;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: max-content;
    background: transparent;
}


.pro-btn-edit:hover {
    border-color: #C9E3F8;
    background-color: #F2F9FF;
    color: #0077DB;
}

.pro-box-grid {
    margin-top: 40px;
    display: grid;
    gap: 1.5rem;
    font-size: .875rem;
    grid-template-columns: minmax(8rem, auto) 1fr minmax(8rem, auto) 1fr;
}

.pro-box-grid strong {
    font-weight: 400;
    line-height: 180%;
    font-size: .875rem;
    color: #2b2f33;
}

.pro-box-grid span {
    color: #6c7680;
    font-weight: 400;
    line-height: 200%;
}

.pro-input {
    display: flex;
    border: 1px solid #B1B1B1;
    outline-color: var(--color2);
    height: 44px;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
}

.pro-select {
    padding-right: 10px;
    border: 1px solid #B1B1B1;
    outline-color: var(--color2);
    height: 44px;
    border-radius: 8px;
    width: 100%;
}

.pro-box-form label {
    font-size: 14px;
}


.pro-btn-1 {
    background: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 10px 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: auto;
    font-size: 16px;
    transition: 0.3s;
    min-width: 160px;
}

.pro-btn-1:hover {
    background: #fe45291c;
}
.pro-btn-cancel {
    background: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 10px 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: auto;
    font-size: 16px;
    transition: 0.3s;
    min-width: 160px;
}

.pro-btn-cancel:hover {
    background: #fe45291c;
}

.pro-btn-submit {
    background: transparent;
    border: 0;
    color: #fff;
    background: var(--color1);
    padding: 10px 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: auto;
    font-size: 16px;
    transition: 0.3s;
    min-width: 160px;
}

.pro-btn-submit:hover {
    background: var(--color2);
    color: #fff;
}

.pro-box-btn-body {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    background: #ff4d190a;
    margin: 0 -30px;
    margin-bottom: -20px;
    border-radius: 0 0 8px 8px;
    margin-top: 35px;
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.pro-box-form {
    display: none;
}


.pro-box .home-wrap-2-group input {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #B1B1B1;
    font-weight: 400;
    font-size: 16px;
}

.home-wrap-2-group input:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home-wrap-2-group input:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pro-form label {
    font-size: 14px;
}

.pro-box-border {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-top: 40px;
}

.card-order:hover {
    color: #000;
}

.card-order {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 20px 30px;
    margin-bottom: 15px;
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.card-order-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-order-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-order-flex .pro-box-badge {
    margin: 0;
    padding: 4px 10px;
}

.card-order-title {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f33;
}

.card-order-row {
    display: flex;
    align-items: center;
    margin-top: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.card-order-route {
    font-weight: bold;
    margin-left: 15px;
}

.card-order-date {
    color: #6c7680;
}

.card-order-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #6c7680;
}

.card-order-info strong {
    font-weight: bold;
    color: #000;
}

.pro-tab {
    margin-top: 40px;
}

.pro-tab .nav {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.pro-nav-item {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #4b5259;
    cursor: pointer;
    padding: 0 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-left: 25px;
}

.tab-content {
    border-top: 0;
    padding-top: 10px;
}

.pro-nav-item.active {
    color: #323232;
    border-bottom: 3px solid var(--color1);
}

.pro-box-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.pro-row {
    display: flex;
    align-items: center;
}

.pro-col-title {
    font-weight: 600;
}

.pro-col:first-child {
    border-left: 1px solid rgba(0, 0, 0, .12);
    margin-left: 30px;
    padding-left: 30px;
}

.pro-col {
    width: 50%;
}

.pro-col-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.pro-col-time {
    font-weight: 600;
    border-right: 1px solid rgba(0, 0, 0, .12);
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1;
    padding-right: 15px;
}

.pro-col-date {
    font-size: 14px;
    color: #6c7680;
}

.pro-col-head {
    font-weight: bold;
    margin-bottom: 20px;
}

.pro-col-item {
    flex-direction: column;
    display: flex;
    width: 40%;
    /*font-size: 15px;*/
    color: #6c7680;
}

.pro-col-item span {
    color: #000;
}

.pro-col-item-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-col-item span {
    color: #000;
}

.pro-user-details {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pro-user-item {
    flex-direction: column;
    display: flex;
    margin-top: 10px;
    line-height: 2;
}

.pro-user-item span {
    color: #000;
    font-weight: 500;
}

.a-table>thead>tr>th:first-child {
    border-right-width: 1px;
}

.a-table>thead>tr>th,
.a-table tbody>tr>th,
.a-table>tbody>tr>td {
    border: none;
}

.a-table>tbody>tr>th,
.a-table>thead>tr>th {
    color: var(--grays-500);
    font-size: .875rem;
    font-weight: 400;
    padding: 10px;
    text-align: inherit;
}

.a-table>thead>tr>th {
    border-width: 1px 0;
    background-color: #F6F6F6;
    text-align: center;
}



.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.text-grays-300 {
    color: #959ea6 !important;
}

.a-table .icon-trash {
    color: red;
}


.modal-form .modal-dialog {
    max-width: 800px;
}

.card-tour {
    position: relative;
}




.text-danger-500 {
    color: #871722 !important;
}

.bg-danger-100 {
    background-color: #fdf2f3 !important;
}

.a-label {
    font-weight: 400;
    line-height: 180%;
    font-size: .75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 26ch;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    padding: 0 10px;
}



.text-success-500 {
    color: #1e7b33 !important;
}
.bg-success-100 {
    background-color: #eafaee !important;
}

@media (max-width:767px) {
    .pro-body {
        margin-bottom: -35px;
        padding-top: 25px;
    }

    .pro-btn-1 {
        min-width: auto;
        font-size: 14px;
        height: 38px;
    }

    .pro-btn-cancel {
        min-width: auto;
        font-size: 14px;
        height: 38px;
    }

    .pro-btn-submit {
        min-width: auto;
        font-size: 14px;
        height: 38px;
    }

    .pro-box-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .pro-box-grid span {
        width: 50%;
        font-size: 14px;
    }

    .pro-box-info-body {
        align-items: end;
        flex-direction: column;
    }

    .pro-box-head {
        font-size: 16px;
    }

    .pro-box-info-row {
        margin-top: 10px;
        gap: 5px;
    }

    .pro-box-info-title {
        font-size: 12px;
    }

    .pro-box-info {
        width: 100%;
    }

    .pro-box-info-value {
        font-size: 14px;
        flex-direction: column;
    }

    .pro-btn-left {
        font-size: 12px;
        height: 38px;
        margin-top: 15px;
    }

    .pro-side-item {
        font-size: 13px;
    }

    .pro-side {
        margin-bottom: 15px;
    }

    .pro-avatar {
        width: 44px;
        height: 44px;
    }

    .pro-user-name {
        font-size: 14px;
    }

    .pro-user-phone {
        font-size: 13px;
    }

    .pro-box-mute {
        font-size: 12px;
    }

    .pro-box {
        padding: 15px;
    }

    .pro-box-btn-body {
        margin: 0 -15px;
        margin-bottom: -15px;
        padding: 15px;
        margin-top: 30px;
    }

    .pro-box-border {
        margin-top: 5px;
    }

    .card-order {
        padding: 15px;
    }

    .card-order-title {
        font-size: 14px;
    }

    .card-order-flex .pro-box-badge {
        font-size: 11px;
    }

    .card-order-row {
        font-size: 13px;
    }

    .card-order-bottom {
        flex-direction: column;
        align-items: end;
        font-size: 13px;
    }

    .card-order-info {
        margin-bottom: 10px;
    }

    .pro-row {
        flex-direction: column;
    }

    .pro-col:first-child {
        margin: 0;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .12);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .pro-col {
        width: 100%;
    }

    .pro-user-details {
        gap: 15px;
        font-size: 14px;
    }

}

@media (min-width:768px) {
    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}
@media (max-width:768px) {
    .position-md-sticky {
        padding-top: 5%;
    }
}

/*new*/
#change-password .modal-dialog{
    background: transparent !important;
}
#change-email .modal-dialog{
    background: transparent !important;
}
.modal-login-text{
    margin-bottom: 19px !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--color1) !important;
}

.page-item-title .page-link {
    font-size: 14px !important;
    color: var(--color1) !important;
    font-family: var(--font2) !important;
    width: 38px !important;
    height: 38px !important;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: unset;
    background: #fff;
}

.page-item-title .page-link:hover {
    background: var(--color2)  !important;
    color: #fff  !important;
    border-radius: 10px !important;
}
.pagination>li>a, .pagination>li>span{
    background: transparent !important;
}
/*new*/
.modal-dialog{
    background: transparent;
}


.pro-row .pro-col{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);

}
.pro-col-item{
    width: 30%;
    color: #000 !important;
}
.pro-box-title-2 strong{
    color: #000 !important;
}
#loadReservations .icon-trash{
    cursor: pointer;
}

.image-ucp-member{
    width: 22px;
    height: 22px;
    margin-left: 15px;
    margin-right: -2px;
    filter: invert(20%) sepia(6%) saturate(315%) hue-rotate(169deg) brightness(93%) contrast(90%);
}