/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* .com-title {
    text-align: center;
    margin-bottom: 25px;
    color: #B41F37;
    font-weight: 700;
}*/

/*.upload-box {
    max-width: 600px;
    margin: auto;
}*/

.upload-box p {
    margin-bottom: 6px;
    color: #afafaf;
    font-weight: 500;
}

.upload-box p small {
    font-weight: 300;
    color : #b41f37;
}

.upload-content {
    text-align: center;
    border: 1px dashed #B5B5B5;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    background: linear-gradient(0deg, #f0f0f0, transparent);
}

.upload-content h6.file_choosen{
    color: #b41f37;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-content h4.file_choosen{
    font-size: 13px;
    color: #b41f37;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-file {
    opacity: 0;
    position: absolute;
    inset: 0 0 0 0;
    border-radius: 15px;
}

.cus-button {
    background: #F8B819;
    border: none;
    padding: 5px 25px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 28px;
}

.upload-content .icon {
    background: -webkit-linear-gradient(#bcbcbc, #b9b9b930);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
}

progress {
    appearance: none;
    border: none;
    display: flex;
    position: relative;
    height: 5px;
    width: 100%;
    transition: 200ms;
    border-radius: 4px;
}

span#pod-success{
    color: green;
}

.file-name h6 {
    color: #B41F37;
}

progress::-webkit-progress-inner-element {
    position: relative;
}

progress::before {
    content: "";
    font-size: 18px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: 200ms ease-in;
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #EBEBEB;
}

progress::-webkit-progress-bar {
    background-color: rgba(248, 248, 255, 0);
    border-radius: 4px;
}

progress::-webkit-progress-value {
    background-color: #F8B819;
    border-radius: 4px;
    transition: 300ms linear;
}

progress::-moz-progress-bar {
    background-color: #F8B819;
    border-radius: 4px;
    transition: 300ms linear;
}

.up-box {
   /* display: flex;
    border: 1px dashed #B5B5B5;
    border-radius: 15px;
    padding: 10px;*/
}

.up-box .tex {
    flex-grow: 1;
}

.file-name {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /*margin-bottom: 12px;*/
}

.up-box .colose-but,
.up-box .tex,
.up-box .icon {
    padding: 10px;
}

.up-box .icon,
.up-box .colose-but {
    color: #939393;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.up-box .colose-but {
    font-size: 20px;
    cursor: pointer;
}

.file-name h5 {
    flex-grow: 1;
    width: 100px;
}

.file-name h5 span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-name h5,
.file-name h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.up-file-cont {
    display: none;
    /*padding: 30px 0;*/
}
.up-file-cont .up-box .icon {
    display: none;
}
.pod_file_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pod_file_count {
    font-size: 13px !important;
    line-height: 1.6 !important;
}
.disable_podcast {
    pointer-events: none;
    opacity: 0.4;
}

.epis-item .cbtn-send {
    border: none;
    background: #b41f37;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    right: 13px;
}

/* Loader with overlay */
.overlay {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    /* background: #222; */
    background: rgb(34 34 34 / 75%);
    z-index: 9999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-podcast{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-width: 2px;
    /* border-color: rgba(255, 255, 255, 0.05); */
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Loader with overlay */

/* chat with overlay */
li.chat-li.li-customer {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
 li.chat-li.li-admin {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}


.chat-container  .li-admin .chat-content ,
.chat-container  .li-admin .chat-icon {
    background: #fff7f8;
}

.chat-container  .li-customer .chat-content,
.chat-container  .li-customer .chat-icon {
    background: #fffbf1;
}


.chat-container {
    /* background: #f1f1f1; */
    padding: 15px;
    /* box-shadow: 0 0 10px #ddd; */
    border-radius: 30px;
    max-height: 500px;
    overflow-y: auto;
}

.bas-info ul {
    display: flex;
    flex-wrap: wrap;
}

small.dash-p.divider.byname-con {
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 11px;
}

/* chat with overlay */

.cusfile-name {
    padding: 0;
}
.cus-file-size {
    white-space: nowrap;
}

