﻿.news-admin-remove-file-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #212529 !important;
    color: white !important;
    cursor: pointer !important;
    position: relative !important;
    padding: 0.5em !important;
    width: 100% !important;
}

    .news-admin-remove-file-button:hover {
        background-color: #afbbc5 !important;
    }

    .news-admin-remove-file-button input[type=file] {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        cursor: pointer !important;
    }
.myRed {
    color: red;
}
.file-upload-custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .file-upload-custom-drop-zone.custom-drag-over {
        background-color: #868A8D;
    }

.file-upload-drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/drop-file.svg");
    mask-image: url("../images/drop-file.svg");
}

.file-upload-single-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rho-image-edit-upload-btn-class {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: none;
    border: 1px solid lightgray;
    padding: 0.35rem;
}

.rho-image-edit-background {
    position: relative;
    background: no-repeat center;
    background-size: contain;
    /*background-repeat: no-repeat;
    background-position: center;*/
    border: 2px dashed rgba(0,0,0,0.176);
    min-height: 3rem;
}

.bk-white {
    background-color:white;
}

.tag-close-icon {
    background-image: url("~/images/TagCloseBtn.svg");
}
.not-authorized-message {
    text-align: center;
    margin-top:3rem;
    color:brown;
}

.manager-grid-title {
    background-color: #606a73;
    color: rgb(239 238 238);
    font-size: 1.3em;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
/*    padding-top: 0.7em;
    padding-bottom: 0.5em;*/
    margin: 0px;
    height: 2.88rem;
}
.manager-grid-container {
    
    object-fit: cover;
    border: solid 1px #d3d3d33d;
    /* background-color: #727e89; */
}
.manager-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
}

.manager-content {
    font-family: 'Arial', sans-serif;
    padding-left: 1em;
    width: 100%;
    height: 100%;
    contain: content;
}
.manager-content-title {
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manager-content-width {
    max-width: 650px !important;
}
.manager-content-toolbar {
    height: 2.88rem;
    background-color: #606a73;
}


.more-button {
    background-color: white;
    width: 30em;
    margin: 0 auto;
    margin-top: 2em;
    padding: 1em;
}
.validator-style {
    font-size: small;
    padding-left: .5rem;
    color: red;
}




