.django-ckeditor-widget {
    width: 100%;
}

.toast-message {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 25px !important;
}

.toast-success {
    background-color: #0c9b71 !important;
}

.toast-title {
    font-size: 16px !important;
    font-weight: bold;
}

.toast {
    max-width: 300px !important;
}

.admin-error-style {
    color: tomato !important;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px !important;
}

.parsley-errors-list li {
    color: tomato !important;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px !important;
}

.back-to-list {
    color: #aaa !important;
    font-size: 14px !important;
    margin: 0 20px;
    cursor: pointer;
}

.active-paging {

}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-50-percentage {
    border-radius: 50%;
}

html[dir="rtl"] .choices[data-type*=select-one] .choices__button {
    right: revert;
    left: 10px !important;
}

html[dir="rtl"] .choices::after {
    right: revert;
    left: 35px;
}


.custom-tabs .tabs-items .tab {
    display: none;
}

.custom-tabs .tabs-items .tab.active {
    display: block;
}

.custom-tabs .nav-tabs .nav-item {
    cursor: pointer;
}


/*select 2 style*/

span.select2-selection {
    line-height: 1.5vh !important;
    border: 1px solid #d8e2ef !important;
}

span.selection span.select2-selection {
    height: 37px !important;
}


span.select2-selection--single span.select2-selection__rendered {
    line-height: 3.6vh !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

li.select2-selection__choice {
    padding: 3px !important;
}

.jsoneditor-outer.has-main-menu-bar.has-nav-bar {
    min-height: 250px;
}

.ace_content {
    min-height: 500px;
}