

.odp-input-ticket {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}

.odp-input-ticket::placeholder {
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.11em;
    color: rgba(0, 0, 0, 0.44);
}

.odp-ticket-express {
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.9);
}

.odp-hover-img {
    position: relative;
    top: -2px;
}

.odp-support-ticket {
    min-height: 290px;
    max-height: 290px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    overflow-Y: auto;
    margin: 15px;
}

.odp-support-ticket::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    margin: 35px;
}
.odp-support-ticket::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.odp-support-ticket::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B7B457;
}

.odp-textarea {
    height: 94px !important;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: transparent;
    padding-top: 30px !important;
    color: white;
}

.odp-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Livvic', sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    position: relative;
    color: white;
}

.odp-textarea:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.odp-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    margin: 5px;
}
.odp-textarea::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.odp-textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B7B457;
}

.img-join-file-ticket {
    margin-top: 25px
}

/* .img-holder {
    span {
      padding-top: 5px;
      img {
        border: 1px solid #bbb;
      }
      a {
        margin-top: 5px;
        display: block;
        margin-bottom: -3px;
      }
    }
  } */

  .opd-img-join-file {
    margin-left: 15px;
    position: relative;
    right: 10px;
  }

  .odp-img-send-msg {
    position: relative;
    margin-right: 15px;
    left: 10px;
}

.odp-back-ticket {
    position: absolute;
    top: 34px;
    left: 120px;
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
}
.rapido-white-block-minus-button {
    padding: 0 25px 0 25px;

}
.rapido-white-block-minus-button:hover {
    box-shadow: none;
    transition: ease-in-out 0.2s;
}
/*$$$$$*/
.row > ul {
    list-style: none;
    text-align: initial;
}
.rapido-bubble-chat {
    min-height: 100px;
    margin-right: 0;
    margin-left: 0;
}
.rapido-bubble-chat > span {
    font-size: 22px;
    white-space: pre-wrap;
}
.rapido-create-bubble-chat {
    margin-right: 0;
    margin-left: 0;
}
.rapido-create-bubble-chat > span {
    font-size: 20px;
}
.rwbm-h:hover {
    cursor: pointer;
    box-shadow: none;
}
.rwbm-mh {
    max-height: 500px !important;
    min-height: 500px !important;
    display:flex;
}
.rcb-mh {
    min-height: 908px;
}
.rapido-block-scroll {
    max-height: 650px;
}
.rapido-bubble-date {
    font-size: 17px!important;
}
.rapido-bubble-chat-starting {
    border-radius: 40px;
    font-size: 20px;
}

.load-typing {
    color: rgba(207, 199, 5, 1);
}