body {
    //zoom: 80%;
}

.page-title {
    font-size: larger;
    padding: 7px;
    margin: 0px;
    padding-left: 1px;
}

.login-logo, brand-image {
    width: 50px;
}

.website-link {
    background-color: #0834a7;
    color: white !important;
    font-weight: bold;
    border-radius: 25px;
}

    .website-link:link, .website-link:hover, .website-link:visited {
        color: white !important;
    }
/*.content-wrapper {
    padding-top: 10px;
}*/
.card label {
    margin-top: 6px;
}

.blog-content {
    min-height: 1024px;
}

.fixed-header {
    position: sticky;
    top: 0;
}
/*---16-01-25---*/
.content-wrapper > .content {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.blog-container {
    background: white;
}

.blog-header {
    top: 57px;
    position: sticky;
    padding: 10px;
    background: #e9f5f7;
    border-bottom: 1px solid #dee2e6;
    border-top: 2px solid blue;
    z-index: 2;
}

.blog-content .main-content {
    border-right: 1px solid #dee2e6;
}

label {
    margin: 0;
}

.blog-url {
    margin-left: -8px;
    /* padding: 6px; */
    /* border: 2px solid #d0d5d9; */
    /* border-radius: 5px; */
    margin-left: -14px;
    /* background: #fbfbfb; */
}

.side-content {
    position: fixed;
    right: 0;
    padding: 10px !important;
    padding-left: 32px !important;
}

/*dynamic modal*/
/* Modal background */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .modal-overlay.active {
        visibility: visible;
        opacity: 1;
    }

.img-preview {
    padding: 5px;
    /* max-height: 300px; */
    /* overflow: hidden scroll; */
    /* border: solid 2px #a3a3a3; */
    margin: 5px;
    border-radius: 5px;
}

.feature-img {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    height: 224px;
    width: 100%;
    border: solid 2px #898383;
    border-radius: 5px;
}

span.badge.New {
    background-color: blue;
    color: white;
    font-weight: bold;
}

.blog-status {
    background-color: #c7eaef;
    padding: 10px;
    border-radius: 5px;
}

.panel-top {
    z-index: 3;
    background: #e9f5f7;
    top: 57px;
    position: sticky;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid blue;
}

.panel-body {
    min-height: 1020px;
}

.result {
    visibility: hidden;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 1;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #197619;
    background: #0adb0a54;
}

.img-attr {
    margin-top: 2px;
}

label.error {
    position: absolute;
    font-size: 12px;
    margin: -4px;
    color: red;
    margin-left: 0px;
}

input.error {
    border: solid 2px #ffaeae;
    border-radius: 5px;
}
/*create loading page*/
#loading_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#loading_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.icon-link {
    width: 19px;
    padding: 3px;
}

span.badge {
    padding: 6px;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
    padding: 3px;
    border-radius: 5px;
}
    span.badge.Published {
        width:100px!important;
        background-color: green;
        color: white;
    }

span.badge.Draft {
    width: 100px !important;
    background-color: red;
    color: white;
}
/*end of loading page*/
