﻿.ticket-title {
    font-size: 21px!important;
    color: #fff!important;
    margin-bottom:0px;
}
.btn-white {
    background-color: #fff;
    font-size: 16px;
    padding: 3px 10px;
    margin: 0px 5px;
}

.search-box {
    width: 200px;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    padding: 5px 7px;
}

.search-cont {
    position: relative;
    float: right;
}

.left-cont {
    float: left;
}


.clear-fix {
    clear: both;
}

.ticket-btn {
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #3BAD71;
    color: #fff;
    padding: 0px .75rem !important;
}

    .ticket-btn:hover {
        font-size: 16px;
        letter-spacing: 0.5px;
        background-color: #3BAD71;
        color: #fff;
    }


.ticket-table > thead > tr {
    background-color: #777;
    border-top: 5px solid #3BAD71;
}

.ticket-table > tbody > tr:nth-child(2n+2) {
    background-color: #3C3B3B;
}

.ticket-table > thead > tr > td {
    font-size: 16px;
    letter-spacing: 0.5px;
    min-width: 100px;
    max-width: 150px;
}

}

.ticket-table > tbody > tr > td {
    padding: 3px 0px !important;
}

.t-subject {
    color: #60e0ff !important;
}

.btn-white {
    background-color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0px 5px;
}



.left-cont {
    float: left;
}

.search-icon {
    position: absolute;
    position: absolute;
    right: 9px;
    top: 8px;
    color: #c1c2c59e;
}

.clear-fix {
    clear: both;
}
.back-btn {
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #fff;
    color:#333;
    padding:0px .75rem !important;
}
.btn-close {
    padding: 0.200rem .75rem !important;
    background-color: #F17171;
    color:#fff;
}
.btn-close:hover {
    padding: 0.200rem .75rem !important;
    background-color: #F17171;
    color: #fff;
}
    .back-btn:hover {
        font-size: 16px;
        letter-spacing: 0.5px;
        background-color: #F17171;
        color: #fff;
    }

.border-topline {
    background-color: #3BAD71;
    height:3px ;
}
.input-create {
    width: 100%;
    padding: 2px 2px;
    background-color: #262626;
    color: #9E9E9E;
    font-size: 12px;
    border: 1px solid #9E9E9E;
}
.upload-create {
    float:right;
    padding: 2px 5px 0px;
    background-color: #262626;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    width:20%;
    height:32px;
    margin-right:5px;
    text-align:left;
}
.upload::-webkit-file-upload-button {
    background-color: transparent;
    border: none;
    color: #9E9E9E;
}
.upload{border-radius:3px;position:relative;}
.text-lable {
    color: #9E9E9E;
}
.masseage-box {
    width: 100%;
    background-color: #262626;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    padding:4px;
    border-radius:3px;
}
select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.bg-dark01 {
    background-color: #323131;
}


/*detailes*/
.btn-comment {
    padding: 2px 10px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    
}

.main-cont {
    border: 1px solid #dcdcdc;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #282b2f;
}

    .main-cont p {
        color: #fff;
        display: block;
        margin-bottom: 10px;
        background: #282b2f;
    }

.ticet-heading {
    font-size: 30px;
}



.ticket-detail {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background-position: left;
   
    background-image: url(../../images/wallpaper-chat.jpg);
    background-size: contain;
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 300px;
}

.sub-heading {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    display: contents;
}

.horizontal-line {
    margin-top: 0px !important;
    background-color: #fff;
}

.ticket-detail span {
    color: #c7c7c7;
    line-height: 30px;
    text-align: right;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.label-warning {
    padding: 1px 10px;
    border-radius: 5px;
}

.label-danger {
    padding: 1px 10px;
    border-radius: 5px;
}

.label-success {
    padding: 1px 10px;
    border-radius: 5px;
}

.text-white {
    color: #fff
}

.reply-box {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #03715E;
    position: relative;
    margin-right: 8px;
    border-radius: 5px 0px 5px 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .reply-box::before {
        content: "";
        position: absolute;
        top: 0px;
        right: -8px;
        border: 8px solid transparent;
        border-top-color: #03715e;
        transform: rotate( 0deg);
        border-radius: 3px;
    }

.reply-heading-left {
    background-color: #343a40 !important;
    padding: 1px 10px;
    border-radius: 5px 5px 5px 5px;
}
.reply-heading-right {
    background-color: #03715E;
    padding: 1px 10px;
    border-radius: 5px 5px 5px 5px;
}
.left-reply-box {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #343a40 !important;
    position: relative;
    margin-left: 8px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .left-reply-box::before {
        content: "";
        position: absolute;
        top: 0px;
        left: -8px;
        border: 8px solid transparent;
        border-top-color: #343a40 !important;
        transform: rotate( 0deg);
        border-radius: 3px;
    }

.time-cont {
    text-align: right;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}

.reply-msg-left {
    padding: 8px;
}
.reply-msg-left {
    font-size: 14px;
    color: #fff;
}
.reply-msg-right {
    padding: 8px;
}

.reply-msg-right > p{
        font-size:14px;
        color:#fff;
    }
.emp-name {
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 0px;
        font-size: 14px;
    }
.com-box {
    width: 100%;
    padding: 10px 0px;
    display: none;
}

    .com-box button {
        float: right;
    }

.mr-10 {
    margin-right: 5px;
}

.comment-cont {
    display: none;
}

.content01 {
    position: absolute;
    left: 40%;
    transform: translate(-40%, -50%);
    width: 100%;
    max-width: 500px;
    background-color: #282B2F;
    box-sizing: border-box;
    padding: 20px 5px;
    z-index: 100;
    display: none;
   
    /*to hide popup initially*/
}

.close-ticket {
    position: absolute;
    left: 40%;
    transform: translate(-40%, -50%);
    width: 100%;
    max-width: 500px;
    background-color: #282B2F;
    box-sizing: border-box;
    padding: 20px 5px;
    z-index: 100;
    display: none;
    border: 0px solid #fff !important;
    top: 5%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.close-btn {
    position: absolute;
    right: -14px;
    top: -14px;
    background-color: #F17171;
    color: white;
    border-radius: 50%;
    padding: 2px 6px 0px 5px;
    cursor: pointer;
}

.update-btn {
    cursor: pointer;
}

.custom-select {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.modal-btn {
    margin: 10px 5px 0px 5px;
}

.attechment-cont {
    color: #fff;
    background: #333;
    padding: 4px;
    border-radius: 5px;
}

    .attechment-cont:hover {
        color: #fff;
        background: #333;
        padding: 2px 3px;
        border-radius: 5px;
        font-size: 16px;
    }
.border-line{
    border-top:1px solid #fff;
   
}


/*scroll Bar Start*/

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 10px;
    background-color:#3BAD71;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #3BAD71;
}

@media only screen and (min-width: 834px) and (orientation: landscape) {
    .upload-create {
        float: right;
        padding: 2px 5px 0px;
        background-color: #262626;
        color: #9E9E9E;
        border: 1px solid #9E9E9E;
        width: 30%;
        height: 32px;
        margin-right: 5px;
        text-align: left;
    }
}
@media only screen and (max-width: 1194px) and (orientation: portrait) {
    .upload-create {
        float: right;
        padding: 2px 5px 0px;
        background-color: #262626;
        color: #9E9E9E;
        border: 1px solid #9E9E9E;
        width: 50%;
        height: 32px;
        margin-right: 5px;
        text-align: left;
    }

}