.social-icon-external.disabled {
    display: inline-block;
    border: 2px solid #a1a1a3;
    border-radius: 15px;
    vertical-align: middle;
    padding: 6px 20px;
    color: #a1a1a3;
    font-weight: bold;
    width: fit-content;
    width: -moz-max-content;
}

.bulk-box .bulk-list {
    border: 1px solid #f9f9f9;
    margin-top: 10px;
    height: auto;
}

.downloadBox {
    max-width: 400px;
    min-height: 200px;
    text-align: center;
    width: 100%;
    height: 200px;
    cursor: pointer;
}

.wrap-comments .note .note-textarea {
    background-color: rgba(255, 184, 77, 0.24);
    padding: 10px;
    color: #9ca0ac;
    margin-bottom: 10px;
}

.social-icon-external {
    display: inline-block;
    border: 2px solid #1081cb;
    border-radius: 15px;
    vertical-align: middle;
    padding: 6px 20px;
    color: #1081cb;
    font-weight: bold;
    width: fit-content;
    width: -moz-max-content;
}

.wrap-reply p {
    min-height: 150px;
    margin-bottom: 20px;
    border-width: 1.22px;
    border-color: rgb(226, 230, 239);
    border-style: solid;
    border-radius: 5px;
    background-color: rgba(255, 184, 77, 0.24);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    color: #333;
}

.downloadBox img {
    max-width: 388px;
    min-height: 200px;
    width: 100%;
    height: 200px;
}

input.error, textarea.error {
    border: 1px solid #d74561;
}

input[type="number"] {
    border-width: 1.22px;
    border-color: rgb(226, 230, 239);
    border-style: solid;
    border-radius: 5px;
    background-color: rgba(245, 246, 250, 0.459);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    color: #333;
}

.select.select-highlighted select {
    color: #fff;
    background-color: #3679b9;
}

textarea:read-only {
    background-color: #eee;
    color: #aaa;
    box-shadow: none;
}

.progress-bar {

}