html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

:root{
    --ck-z-default: 100;
    --ck-z-modal : calc( var(--ck-z-default) + 999);
}

.ck-content {
    height: 100%;
}

.ck-editor {
    height: 80% !Important;
}

.ck-editor__main {
    height: 100%;
}

.ck {
    z-index : 9999 !Important;
}


/* line 83, H:/admin_project/hospital/scss/_faq.scss */
.messages_box_area {
    display: grid;
    grid-template-columns:  12fr;
    grid-gap: 30px;
}

@media (max-width: 575.98px) {
    /* line 83, H:/admin_project/hospital/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 12fr;
    }
}

@media (max-width: 991px) {
    /* line 83, H:/admin_project/hospital/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 12fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 83, H:/admin_project/hospital/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 12fr;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 83, H:/admin_project/hospital/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 12fr;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 83, H:/admin_project/hospital/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 12fr;
    }
}


.infoPiedPage
{
    font-size : 10px;
}

.modal-footer
{
    display : block !important;
}

body.swal2-toast-shown .swal2-container
{
    width:500px !important;
}



drag-image {
    border: 1px dashed #638bbd;
    height: 80px;
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-image.active {
    border: 2px solid #638bbd;
}

.drag-image .icon {
    font-size: 30px;
    color: #638bbd;
}

.drag-image h6 {
    font-size: 17px;
    font-weight: 300;
    color: #638bbd;
}

.drag-image span {
    font-size: 12px;
    font-weight: 300;
    color: #638bbd;
    margin: 10px 0 15px 0;
}

.drag-image button {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    outline: none;
    background: transparent;
    color: #638bbd;
    border: 1px solid #638bbd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

    .drag-image button:hover {
        background-color: #638bbd;
        color: white;
    }

.drag-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form-control{
    font-size : 12px !important;

}