.login_container {
    height: 100vh;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 22px;
}

.breadcumb {
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gallery_delete_btn {
    position: absolute;
    top: -10px;
    right: -7px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_image_delete_btn {
    position: absolute;
    top: -5px;
    right: -4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_ash {
    background: #343a400d;
}

.note-editing-area {
    min-height: 300px !important;
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    height: 150px !important;
}

.preloader .site_logo {
    width: 100px !important;
}

.gal_image {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
}

.gal_image img {
    width: 100%;
    height: 100%;
    min-height: 200px;
}

button.input_remove {
    position: absolute;
    left: 96%;
    margin-top: -37px;
    width: 22px;
    height: 22px;
    border: none;
    color: red;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    background: transparent;
}

.pro-img {
    max-width: 150px;
}

.fz-13 {
    font-size: 13px;
}