
body {
    background-color: #f5f8fa !important;
}
.ivu-notice-with-desc i {
    font-size: 36px !important;
    top: -6px !important;
}

.ivu-notice-icon-info i {
    color: #2d8cf0 !important;
}

.ivu-notice-icon-success i {
    color: #19be6b !important;
}

.ivu-notice-icon-warning i {
    color: #ff9900 !important;
}

.ivu-notice-icon-error i {
    color: #ed4014 !important;
}

.table.gs-0 td:first-child, .table.gs-0 th:first-child {
    padding-left: 10px !important;
}

.table.gs-0 th:last-child {
    padding-right: 5px !important;
}

.ivu-form-item-error-tip {
    font-weight: 300 !important;
}

.ivu-modal-body .ivu-form-item{
    margin-bottom: 20 !important;
}

/* .ivu-btn i {
    color: #fff !important;
}
.ivu-btn-default i{
    color: #a1a5b7 !important;
} */

.mr-2 {
    margin-right: 2%;
}
.mr-1 {
    margin-right: 1%;
}

.modal-button {
    text-align:center;
    margin-top: 15px;
}
.modal-button button {
    margin-right: 10px;
}

.ivu-modal-confirm-head-icon-confirm i{
    color: #f90 !important;
    font-size: 28px !important;
}
.border-red {
    border: 0.5px solid red;
}

/* .ivu-input-word-count{
    background: #f4f8fa00 !important;
} */

.ck-file-dialog-button {
    display: none !important;
}
.ck.ck-editor__editable_inline{
    border: 1px solid #00000033 !important;
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.ck.ck-toolbar{
    border-end-start-radius: 0 !important;
    border-end-end-radius: 0 !important;
}
._create_new{
    position: absolute;
    right: 34px;
    top: 2px;
}
._create_new span{
    cursor: pointer;
    color: #0090ebcf;
    font-weight: 700;
    text-decoration: underline;
}

.svg-icon.svg-icon-custom svg {
    height: 2.35rem!important;
    width: 1.35rem!important;
}

/* ckeditor-start */

/* ckeditor-end */

    /* .disabled {
        cursor: not-allowed;
        color: gray
    } */
.ck.ck-content i{
    color: inherit !important;
}

.header-fixed.toolbar-fixed .wrapper {
    padding-top: 4% !important;
}

._disable_link{
    pointer-events: none;
    cursor: default;
}

._disable_link{
    pointer-events: none;
    cursor: not-allowed;
}

._question_header{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

._box_shadow{
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 19%) !important;
}

._shadow_material_33{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* .ivu-icon-md-add{
    color: #fff;
} */

/* .ivu-btn i{
    color: #fff !important;
}

.ivu-btn.disable i{
    color: #000000 !important;
} */
i {
    color: inherit;
}

.ivu-alert-icon i {
    color: inherit !important;
}
button i {
    color: inherit !important;
    font-size: inherit !important;
}

.ivu-checkbox-inner {
    border: 1px solid #767676 !important;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner{
    background-color: #a1a1a1 !important;
}
.ivu_check_box.ivu-checkbox-wrapper-disabled .ivu-checkbox-label-text{
    color: #4e5b6d !important;
}

._text_right{
    text-align: right !important;
}

.disable-segment {
    pointer-events: none;
    opacity: 0.4;
}

#loader {
    z-index: 20;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#loader-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1400px){
    /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    } */
}

@media (max-width: 800px){
    .cancel-btn{
        position: absolute !important;
        left: 34% !important;
    }
}
