.btn-primary {
    background-color: #0a5999 !important;
    border-color: #0a5999 !important;
}
.breadcrumb-item a {
    color: #0a5999 !important;
}

.ck-editor__editable_inline {
    min-height: 300px;
}

#dataTableExample tbody tr td {
    text-align: center;
}
.ck-powered-by-balloon {
    display: none !important;
}
.color-box {
    display: inline-block;
    width: 50px;
    height: 20px;
    border-radius: 4px;
    margin-right: 6px;
}
.ad-box {
    color: white;
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.lising-n td,
.lising-n th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    vertical-align: middle;
}
.lising-n .answer-cell {
    max-width: 250px;
    white-space: normal;
}
/*div.dt-container div.dt-length label,*/
/*.btn,*/
/*.wizard > .actions a,*/
/*.wizard > .actions a:active,*/
/*.wizard > .actions a:hover,*/
/*div.tox .tox-button,*/
/*.fc .fc-button-primary,*/
/*.btn-group.open .dropdown-toggle,*/
/*.btn:active,*/
/*.btn:focus,*/
/*.btn:hover,*/
/*.btn:visited,*/
/*a,*/
/*a:active,*/
/*a:checked,*/
/*a:focus,*/
/*a:hover,*/
/*a:visited,*/
/*body,*/
/*button,*/
/*button:active,*/
/*button:hover,*/
/*button:visited,*/
/*div,*/
/*input,*/
/*input:active,*/
/*input:hover,*/
/*input:focus,*/
/*input:visited,*/
/*select,*/
/*select:active,*/
/*select:focus,*/
/*select:visited,*/
/*textarea,*/
/*textarea:active,*/
/*textarea:focus,*/
/*textarea:visited {*/
/*    text-transform: capitalize;*/
/*}*/
.pricing-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.text-primary {
    color: #23467c !important;
}
