.blog_cover_input {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 4;
    height: 100%;
}


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


.cite_logo_image {
    width: 120px;
    height: 120px;
}

.cite_logo_image > image {
    margin: 0 auto;
    height: 90%;
}

.drop-image-a {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}


.long_carusel {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    box-sizing: content-box;
}

/* width */
.long_carusel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.long_carusel::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.long_carusel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: rgb(158, 158, 158);
}


.scrolled-top-nav {
    position: fixed;
    top: 0px;
    right: 30px;
    background: #dadada;
    margin: 0 auto;
    display: block;
    z-index: 30;
    width: 77%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}

#inputGroupReverse {
    padding-right: 2px;
}


.dropzone {
    padding: 0 !important;
}


.dropzone .dz-preview {
    margin: 0 !important;
}


.dz-default.dz-message {
    margin-top: 0 !important;
}


.required:after {
    content: '*';
    color: red;
}


.notifyjs-foo-base {
    opacity: 0.85;
    width: 200px;
    background: #3366CC;
    padding: 5px;
    border-radius: 10px;
}

.notifyjs-foo-base .title {
    width: 100px;
    float: left;
    color: white;
    margin: 10px 0 0 10px;
    text-align: right;
}

.notifyjs-foo-base .buttons {
    width: 70px;
    float: right;
    font-size: 9px;
    padding: 5px;
    margin: 2px;
}

.notifyjs-foo-base button {
    font-size: 9px;
    padding: 5px;
    margin: 2px;
    width: 60px;
}


.dropzone .dz-preview {
    margin: 10px !important;
}

.dz-image img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100%;
}

.loader-block {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 28%);
}

.loader-block > .spinner-grow.text-primary {
    width: 100px;
    height: 100px;
}

.choices__list.dropdown-menu {
    overflow: auto;
}

.messages {
    z-index: 999999999;
    position: fixed;
    right: 30px;
    top: 30px;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.page-item {
    cursor: pointer;
}

.delete-transl > i {
    pointer-events: none;
}

.loader-block {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 28%);
}


.map_filter {
    width: 350px !important;
    position: fixed;
    display: block;
    z-index: 100000;
    background: white;
    left: 0;
    height: 500px;
    overflow: auto;
    bottom: 0;
}

#map_info.full_screen {
    z-index: 100000;
    right: 300px;
    bottom: 0px;
}

.status-button {
    width: 148px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    height: 35px;
    cursor: pointer;
}

.status-button.new {
    background-color: #E3EFFE;
    color: #3C4BDC;
}

.status-button.agreed {
    background-color: #FEEDE3;
    color: #F2994A;
}

.status-button.process {
    background-color: #D7B9FF;
    color: #781ECD;
}

.status-button.completed {
    background-color: #E1FFDE;
    color: #009A10;
}

.status-button.canceled {
    background-color: #FFE0E0;
    color: #FF0000;
}

.dz-preview-container {
    padding: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.dz-preview.dz-processing.dz-complete.dz-image-preview {
    position: relative;
    width: 100%;
    margin: 0px !important;
    height: 100%;
    z-index: 1000;
}

.dz-default.dz-message {
    height: 160px;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-image {
    margin: auto;
}