body {
    font-family: Roboto, sans-serif;
}
body {
    background-color: #f8f9fa;
}
.container {
    max-width: 1100px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.quotation-header {
    font-size: 24px;
    font-weight: bold;
}
.price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.btn-custom {
    background-color: #6c757d;
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
}
.content.row {
    .communication-box {
        padding: 0 12px;
    }
}
.communication-box {
    border-radius: 5px;
    box-shadow: none;

    .ql-toolbar.ql-snow {
        border-radius: 12px 12px 0 0;
        border-bottom: none;
    }
    #messageEditor {
        border-radius: 0 0 12px 12px;
    }
    .message-action-group {
        padding: 0px 12px;

        .send-message {
            background-color: #FF8F00;
            border-radius: 12px;
            color: #FFFFFF;
            &:hover {
                 background-color: #305AD3;
            }
        }
    }
}
.admin-message {
    background: #e9ecef;
    padding: 10px;
    border-radius: 5px;
}
.mg-bottom-5 {
    margin-bottom: 5px;
}
.mg-bottom-8 {
    margin-bottom: 8px;
}
.mg-left-12 {
    margin-left: 12px;
}
.mg-left-24 {
    margin-left: 24px;
}
.nowrap-header {
    white-space: nowrap;
}
.detail-page-nav ol.breadcrumb {
    display: inline-flex;
}
.detail-page-nav ul.pagination {
    display: inline-flex;
    float: right;
}
.sidebar {
    width: 250px;
    padding: 20px;
    border-right: 1px solid #ddd;
}
.content {
    flex: 1;
    padding: 20px;
}
.title {
    font-size: 40px;
    font-weight: bold;
}
.badge {
    background: #00bcd4;
    color: white;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
}
.message-box {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.message-box textarea {
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    resize: none;
}
.send-button {
    background: orange;
    border: none;
    padding: 10px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
.upload-container {
    display: inline-block;
    position: relative;
    vertical-align: -webkit-baseline-middle;
}

.upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8;
    border-radius: 4px;
    font-size: 14px;
    color: #32302C;
}
.upload-icon {
    margin-right: 8px;
}
.upload-input {
    display: none;
}
.task-information,
.contact-information {
    padding: 18px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;

    img,
    i {
        margin-right: 8px;
    }
}
.task-information {
    hr {
         margin-left: -20px;
         margin-right: -20px;
         margin-bottom: 12px;
         border: 1px solid #E8E8E8;
    }
    #description {
        backgound-color:#E8E8E840;
    }
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    width: 40px !important;
}