.toplevel_page_color-requests  img {
    width: 20px;
    transition-delay: 200ms;
}

.toplevel_page_color-requests:hover .toplevel_page_color-requests img {
    transition: 50ms;
    filter: invert(.5) sepia(1) saturate(4.5) hue-rotate(165deg);
}

.wp-has-current-submenu.toplevel_page_color-requests .toplevel_page_color-requests img {
    -webkit-filter: brightness(80%) sepia(1.5) hue-rotate(165deg);
    filter: brightness(80%) sepia(1.5) hue-rotate(165deg);
}
.wp-has-current-submenu.toplevel_page_color-requests:hover .toplevel_page_color-requests img {
    -webkit-filter: brightness(80%) sepia(1.5) hue-rotate(165deg);
    filter: brightness(80%) sepia(1.5) hue-rotate(165deg);
}


.btn-archive-all {
    background: rgba(246, 2, 2, 0.95);
    padding: 10px
}

.btn-viewed{
    background: rgba(60,236,139,0.95)
}

.btn-new{
    background: #ff6f00
}
.btn-delete{
    background: rgba(246,2,2,0.95)
}



.option_headline{
    width: 10%;
    margin: 50px auto;
    font-size: 3em;
}


.options_block{
    text-align: center;
    margin: 50px 0 100px 0;
    width: 100%;

}
.options-block-top{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.block-border{
    border: 1px solid #adadad;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
    width: 44%;
    background: #e0e0e0;
}

.block-border-inside{
    display: flex;
    justify-content: space-between;
}

.block-border-inside > div{
    width: 50%;
}

.options-block-bottom{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.options-block-bottom > .block-border{
    width: 19%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}



.options_button_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.proj_button{
    cursor: pointer;
}


input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border-color: #8d6031;
}

.btn {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.5em 0;
    min-width: 94px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;

}

.btn-primary {
    color: #fff;
    background-color: #8d6031;
    border: 1px solid #8d6031;
    padding:1em;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #714d27;
    border: 1px solid #714d27;
}

.btn-delete, .btn-archive {
    color: #fff;
    background-color: red;
    border: 1px solid red;
}

.btn-delete:hover, .btn-delete:active, .btn-delete:focus,
.btn-archive:hover, .btn-archive:active, .btn-archive:focus  {
    background-color: #ec4242;
    border: 1px solid  #ec4242;
    color: #fff;  
}


.btn-edit, .btn-viewed {
    color: #fff;
    background-color: #54d163;
    border: 1px solid #54d163;
}

.btn-edit:hover, .btn-edit:active, .btn-edit:focus,
.btn-viewed:hover, .btn-viewed:active, .btn-viewed:focus {
    background-color: #5cc669;
    border: 1px solid #5cc669;
    color: #fff;
}

.btn-new{
    color: #fff;
    background-color: #2068eb;
    border: 1px solid #2068eb;
}

.btn-new:hover, .btn-new:active, .btn-new:focus {
    background-color: #3574e8;
    border: 1px solid #3574e8;
    color: #fff;
}

.btn.btn-middle {
    padding:0.438rem 0;
}