hr.thin {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.dualpane-textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    resize: vertical;
    min-height: 400px;
}

.dualpane-textarea:focus, .form-control:focus {
    border-color: #ff4f00;
    outline: none;
    box-shadow: 0px 4px 4px #ff51002c;
}

.col-12.col-md-6 {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .col-12.col-md-6 {
        margin-bottom: 20px;
    }
}

#action-btn {
    position: absolute;
    display: none;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn {
    padding: 5px 20px;
    border-radius: 100px;
    font-weight: normal !important;
}

body {
    font-family: 'General Sans', sans-serif !important;
}

a, a:hover {
    color: #ff4f00;
}

.nav-tabs .nav-link.active {
    color: #ff4f00 !important;
    border-bottom-color: #ff4f00 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ff4f00 !important;
    color: #cfd8e0 !important;
}

.list-group-item.active {
    color: #ff4f00 !important;
    background-color: #cfd8e0 !important;
}

.btn-primary {
    background-color: #ff4f00 !important;
    border-color: #ff4f00 !important;
}

.btn-outline-primary {
    border-color: #ff4f00 !important;
    color: #ff4f00 !important;
}

.btn-outline-primary:hover {
    background-color: #ff4f00 !important;
    border-color: #ff4f00 !important;
    color: #ffffff !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff4f00 !important;
    border-color: #ff4f00 !important;
}

.avatar {
    line-height: inherit !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

.btn-secondary {
    /*color: #021132 !important;*/
}

/*textarea {
    border-radius: 15px !important;
}

.card {
    border-radius: 15px !important;
}

.header:first-child {
    border-color: #021132 !important;
}

body {
    background-color: rgba(207, 216, 224, 0.15) !important;
}*/
