/* .card-body-top div {
        flex: 0 1 100%;
} */
.input-group-append {
    cursor: pointer;
}

.dataTables_wrapper .row:first-child {
    display: none !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-left: auto !important;
}

.support-ticket-content {
    background: rgba(93, 103, 103, 0.07);
    border-radius: 18.2946px;
    gap: 3px;
}

.support-ticket-content .dropdown .btn {
    padding: 7px 8px;
}

.support-ticket-content .dropdown-toggle::after {
    vertical-align: 0.155em;
    margin-left: 0.755em;
}

.support-ticket-content .t-details .btn:focus.dropdown-toggle::after,
.support-ticket-content .t-details .btn:active.dropdown-toggle::after {
    color: #fff;
}

.t-type {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 15px
}

.t-type.t-new {
    color: #20EC1C;
    border: 1.21964px solid #20EC1C;
}

/* .d-flex:has(.t-subject) {
    flex: 0 1 100%;
    color: #ff0000;
} */

/* .t-subject::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 96%;
    transform: translate(0, -50%);
    background: #5D6767;
    border-radius: 50%;
    width: 8px;
    height: 8px;
} */

.t-id {
    color: #08748C;
}

.t-details,
.t-details a {
    color: #08748C;
}

.t-details .btn.dropdown-toggle,
.t-details .dropdown-menu {
    color: #08748C;
    font-size: 13px;
}



.t-details .dropdown-toggle::after {
    color: #08748C;
}

.priority-panel .form-select {
    font-size: 13px;
    line-height: 20px;
    background-color: transparent;
    border: none;
}

.priority-panel .priority-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.priority-panel .low-circle {
    background: #098C06;
}

.priority-panel .medium-circle {
    background: #EE7300;
}

.priority-panel .hign-circle {
    background: #D70D3D;
}
.page-item.active .page-link {
    background-color: #08748C;
    border-color: #08748C;
}
/* .response-panel {
    border-radius: 5px;
} */
.response-panel.r-progress {
    color: #fff;
    border: 1.10364px solid #098C06;
    background: #098C06;
}

.reply-content {
    border-radius: 13px;
}

.msg-content {
    border-radius: 8px;
}

.msg-content.msg-lmg {
    background: rgba(93, 103, 103, 0.07);
}

.msg-content.msg-user {
    background: rgba(26 113 130/ 0.1);
}
.msg-profile {
    width: max-content;
    height: max-content;
}
.msg-content .msg-img img {
    width: 60px;
    height: auto;
    cursor: pointer;
}
.track-line {
    /* height: 44px !important; */
    width: 2px;
    background-color: rgba(8 116 140/ 0.2);
    opacity: 1;
}

.dot {
    height: 17px;
    width: 17px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    background-color: #08748C;
    border-radius: 50%;
    display: inline-block
}

.big-dot {
    height: 25px;
    width: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: #08748C;
    border-radius: 50%;
    display: inline-block;
}

.big-dot i {
    font-size: 12px;
}
@media (max-width: 1200px) {
    .form_icon {
        display: block;
    }
}
@media (max-width: 1366px) {
    #v-pills-tab {
        max-width: 230px !important;
    }
}