/* You can add global styles to this file, and also import other style files */
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: #667cde; */
    background-image: linear-gradient(45deg, #04a87f, #018abe) !important;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(45deg, #04a87f, #018abe) !important;
    border-radius: 15px;
}

.main-logo {
    width: 130px;
}

.icons a p {
    display: none;
}

.icons a:hover p {
    display: inline;
}

.ajax-loader {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 40%;
    left: 45%;
}
.app-sidebar .navigation li.active a {
    /* background-image: linear-gradient(45deg,#024342,#079f9df2) !important; */
    background-repeat: repeat-x !important;
    list-style: none !important;
    color: grey !important;
}

.app-sidebar .navigation li.active a:before,
.off-canvas-sidebar .navigation li.active a:before {
    background-color: white;
    border-color: white;
}
.app-sidebar .navigation > li.active > a i,
.off-canvas-sidebar .navigation > li.active > a i {
    color: grey !important;
}

.wrapper
    .app-sidebar:not(:hover)[data-background-color="white"]
    .navigation
    li.active
    a {
    background-image: linear-gradient(
45deg
, #61906c, #61906c) !important;
    background-repeat: repeat-x !important;
    list-style: none !important;
    color: #000000 !important;
}
.ajax-loader img{
    left: 50% !important;
}
.collapse-button::after{
    content: "\e982";
    font-family: feather !important;
    position: absolute;
    right: 20px;
    font-size: 20px;
}
.collapse-button.collapsed::after{
    content: "\e99d";
}

.bg-status-0{
    background-color: #ff9149 !important;
}
.bg-status-1{
    background-color: #3f51b5 !important;
}
.bg-status-2{
    background-color: #666ee8 !important;
}
.bg-status-3{
    background-color: #28d094 !important;
}
.bg-status-4,
.bg-status-6,
.bg-status-7{
    background-color: #ff4961 !important;
}
.bg-status-5{
    background-color: #9c27b0 !important;
}

@media (min-width: 992px) {
    #ticketTransferModal .modal-lg {
        max-width: 800px !important;
    }
    .modal-lg {
        max-width: 70% !important;
    }
}
.ticket-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ticket_subject {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.avatar img {
    width: 200px !important;
    height: 200px !important;
    max-width: unset !important;
    border-radius: 100px !important;
    object-fit: cover;
}
.fw-bold{
    font-weight: bold !important;
}
.attachment-lists {
    list-style: none;
    display: inline-flex;
    gap: 15px;
}
.attachment-lists li {
    background-color: #ddd;
    padding: 10px;
    border-radius: 10px;
}
.box {
    /* border: 1px solid #ddd;
    border-radius: 10px;
    padding-inline: 20px; */
    margin-inline: 12px;
    width: 100%;
    margin-bottom: 25px;
}
.item-ticket .ft-user{
    border: 1px solid;
    border-radius: 50px;
    font-size: 22px;
    padding: 5px;
}
.item-ticket{
    overflow: hidden;
    border-radius: 10px
}
.list-container-item{
    margin-bottom: 25px;
}
.item-ticket:last-child{
    border: none;
}
.dropzone .dz-message {
    font-size: 1.5rem !important;
}

.dropzone .dz-message:before {
    font-size: 35px !important;
}

.dropzone .dz-message {
    height: auto !important;
    margin-top: 0 !important;
    top: 30% !important;
}

.dropzone {
    background: #f4f5fa !important;
    border: 2px dashed #666ee8;
    border-radius: 10px;
}
.ql-container{
    min-height: 200px;
    height: auto;
}
.item-ticket button {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 20px !important;
    color: white;
    overflow: hidden;
    width: 100%;
}
/* .card-body-accoridon{
    border-bottom: 1px solid #ddd;
} */
.btn:focus{box-shadow: none !important;}
.green-bg{
    background-color: #28d094;
}
.blue-bg{
    background-color: #666ee8;
}
.grey-bg{
    background-color: #dddddd;
}
.grey-bg button{color: #333;}
.sidebar-bottom {
    position: absolute;
    z-index: 9;
    bottom: 19px;
    left: 15px;
    right: 15px;
    margin: auto;
    text-align: center;
    background: white;
    color: black;
    border-radius: 50px;
    padding: 10px;
}
.app-sidebar .navigation li.active a, .off-canvas-sidebar .navigation li.active a{
    padding-left: 20px !important;
}
.app-sidebar .navigation li.active a:before, .off-canvas-sidebar .navigation li.active a:before{display: none;}