.dash-nav li:hover {
    background-color: #ebebe9;
    border-radius: 20px;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px;
}

.dashboard-panel {
    display: flex;
    gap: 20px;
}

.dashboard-left {
    width: 15rem;
    box-shadow: 0px 0px 10px #dddddd9e;
    padding: 10px;
    background: #f8f8f8;
}

    .dashboard-left .nav-link.active {
        color: #fff !important;
    }

    .dashboard-left li {
        margin: 4px 0px;
    }

.dashboard-content {
    padding: 20px;
    box-shadow: 0px 5px 12px #005E5E1F;
}

.dashboard-left .nav-pills .nav-link.active {
    background-color: #005555;
}

.documents-grid {
    background-color: #eee;
    border-radius: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

.documents-header {
    height: 90px;
    background-color: #ff8939eb;
    align-items: center;
    display: grid;
    justify-content: center;
    color: #fff;
}

.referral-grid .package-c-title {
    padding: 5px;
    text-align: center;
}

.documents-body {
    min-height: 230px;
    margin: -30px 20px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.documents-header h5 {
    margin-bottom: 20px;
    font-size: 17px;
}

.avatar-upload {
    position: relative;
    max-width: fit-content;
    margin: 20px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 30px;
                height: 30px;
                margin-bottom: 0;
                background: #005555;
                border: 1px solid transparent;
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\F603";
                    font-family: "bootstrap-icons";
                    color: #fff;
                    position: absolute;
                    top: 3px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border: 1px solid #f8f8f8;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
/* reffal page */
.refrral-img {
    height: 120px;
    width: 120px;
    overflow: hidden;
    outline: 5px solid #ffffff;
    border-radius: 100px;
    margin: auto;
    margin-top: -50px;
}

    .refrral-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.refrral-name h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.refrral-name p {
    font-size: 14px;
}

.booking-bold h6 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #7e7d7d;
}

.booking-bold p {
    font-size: 13px;
}

.pickbtm {
    padding-left: 25px;
}

.pickup-panel .pick-title-1 span {
    color: #889F9F;
    line-height: 0px;
}

.menubtn {
    margin-bottom: 20px;
    line-height: 1.3;
    margin-left: 10px;
    display: none;
}

.userheader {
    background: #055;
    padding: 10px;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
}

    .userheader h5 {
        margin-bottom: 0px;
        font-size: 17px;
    }

.dashboard-content .pill-wapper {
    padding: 10px;
    border-radius: 7px;
    background: #eeeeee70;
    margin-bottom: 20px;
}

.rowpikup {
    /*display: flex;*/
    justify-content: space-between;
    padding: 0px 52px 0px 0px;
}

.products-tags-2 .nav-pills {
    background: #777373;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 0px 0px;
}

.referral-header {
    justify-content: space-between;
    border: 1px solid #ddd;
    margin-bottom: 11px;
    padding: 8px;
    border-radius: 6px;
    background: #f8f8f8;
}

    .referral-header p {
        margin-bottom: 0px;
    }

@media (max-width:991px) {
    .menubtn {
        display: block;
    }

    #Tabsides {
        display: none;
    }

    .top-space {
        padding: 110px 15px 40px;
    }

    .dashboard-left {
        position: absolute;
        z-index: 11;
        height: auto;
    }
}

/* support chat */
.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    margin: 25px 0px;
    height: calc(100% - 50px);
}

.msger-chat {
    flex: auto;
    overflow-y: auto;
    padding: 10px;
    height: 250px;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 450px;
    padding: 10px;
    border-radius: 15px;
    background: #00555514;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
}

.msg-text {
    font-size: 14px;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #ff8939;
        color: #fff;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    background: #f8f8f8;
    margin-top: 5%;
}

    .msger-inputarea * {
        padding: 10px;
        border: none;
        border-radius: 3px;
        font-size: 1em;
    }

.msger-input {
    flex: 1;
    background: #fff;
}

.msger-send-btn {
    margin-left: 10px;
    background: #ff8939;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

.card__cover {
    height: 210px;
    background: #eee;
    overflow: hidden;
}

    .card__cover img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.card__title {
    font-weight: 700 !important;
}

.card__desc {
    font-size: 15px;
}

.card-blog {
    border-radius: 10px;
    border: none;
    overflow: hidden !important;
}

.read-more-btn {
    display: block;
    margin: 10px 0px;
    color: #FF8939;
    font-weight: 600;
}

.interiorLists li {
    display: flex;
    padding-left: 18px;
}

.interior-panel {
    border: 1px solid #FF8939;
    margin-top: 20px;
    border-radius: 10px;
}

.interior-title {
    font-size: 17px;
    padding: 10px;
    background: #FF8939;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

