.special-card {
    padding: 2em;
    border-radius: 20px;
    background: rgb(255,102,0);
    background: -moz-radial-gradient(circle, rgba(255,102,0,1) 1%, rgba(0,51,153,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,102,0,1) 1%, rgba(0,51,153,1) 100%);
    background: radial-gradient(circle, rgba(255,102,0,1) 1%, rgba(0,51,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be775c",endColorstr="#577293",GradientType=1);
}

.special-card p {
    color: #fff;
    font-size: 13px;
}

.special-card div a {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.transaction-status {
    cursor: pointer;
}

.special-card div a:hover {
    color: #ccc;
    transition: all 0.5s ease-in;
}

.short-box:hover .card {
    transition: all 0.5s ease-in;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
}

.hide {
    display: none;
}

.notice-box {
    background: #fff !important;
    padding: 8px 25px;
    margin: 20px 0;
    vertical-align: middle;
    border-left: 3px solid transparent;
}

.notice-danger {
    border-left-color: #ff1034;
}

.avatar{
    border: 5px solid #f5f5f5;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 9px 32px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 9px 32px -10px rgba(0,0,0,0.75);
    box-shadow: 0 9px 32px -10px rgba(0,0,0,0.75);
}

.avatar-sm {
    width: 50px;
    height: 50px;
}

.avatar-md{
    width: 120px;
    height: 120px;
}

.format-message img {
    width: 40px !important;
    float: left;
    padding: 6px;
}
.format-message-dis img {
    width: 200px !important;
    float: left;
    padding: 6px;
}

.chat_text {
    padding: 1.25rem;
    line-height: 1.2em;
    /*color: black;*/
}

.chat-bubble {
    position: relative;
    max-width: 50%;
    min-width: 30%;
    /*height: 30%;*/
    padding: 0px;
    background: #ee2b47;
    color: #fff;
    border-radius: 0.6875rem;
}

.chat-bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 41px 11px 0;
    border-color: #ee2b47 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -1.7625rem;
    left: 2%;
}

.chatuser {
    position: relative;
    max-width: 50%;
    min-width: 30%;
    /*height: 30%;*/
    padding: 0px;
    border-radius: 0.6875rem;
    background: #8e8e8e;
}

.chatuser:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 41px 10px 0;
    border-color: #8e8e8e transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -1.7625rem;
    left: 87%;
}

.buttoninside {
    position: absolute;
    bottom: 0%;
    right: 0;
    left: 0;
    margin: auto;
    /* width: 92.5%; */
    z-index: 1;
}

.time {
    float:right;
}

@media only screen and (max-width:990px) and (min-width:601px) {
    .chatuser:after {
        left: 91%;
    }
    .chatuser {
        width:71%;
    }
    .chat-bubble {
        width:71%;
    }
}

@media only screen and (max-width:606px) and (min-width:451px) {
    .chatuser:after {
        left: 88%;
    }
    .chatuser {
        width:71%;
    }
    .chat-bubble {
        width:71%;
    }
}

@media only screen and (max-width:450px) {
    .chatuser:after {
        left: 86%;
    }
    .chatuser {
        width:71%;
    }
    .chat-bubble {
        width:71%;
    }
}
#disputeContent {
    /*max-height: 50vh;*/
}



.upload-btn {
    position: relative;
    overflow: hidden;
    top: 0.5rem;
    left: -1.8rem;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
}

.upload-btn:hover {
    background: #fbdadf75;
}

.upload-btn input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

#cancel-upload-btn {
    position: absolute;
    right: 6rem;
    top: 0.9rem;
    font-weight: 800;
    color: black;
    display: none;
    cursor: pointer;
}



.img-wrapper {
    text-align: center;
    width: 16.5rem;
    padding-top: 10px;
}
