.RRA-icon-div {
    border: 1px solid;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}
.RRA-title-addons {
    border-bottom: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}
#RRA-addon-meta-box select{
    border-radius: 5px;
    height: 40px !important;
}
#RRA-addon-meta-box td{
    margin: 3px;
}
.selected-addon-title p{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border-top: 2px solid;
    padding-top: 22px;
}
.RRA-icon-div img{
    margin: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}
.RRA-icon-div span{
    cursor: pointer;
}
.About-RRA-addon,.About-RRA-media{
    border-top: 2px solid;
}
.RRA-loading {
    display: none;
    justify-content: center;

}
#RRA-save-addon-post-message{
     margin-top: 10px;
     padding: 10px;
     border-radius: 5px;
     color: white;
    display: none;
 }
.RRA-front a{
    text-decoration: none;
}
.RRA-front a:focus{
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
}
.RRA-front a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    outline: none !important;
}
.RRA-front {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 5px;
}

/*Start meta media css*/
#media-cat{
    width: 100%;
    margin-top: 24px;
}
.RRA-media-back-input{
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid;
}
.RRA-media-row{
    display: flex;
    margin: 10px auto;
}
.RRA-media-row img{
    width: 45px;
}
.RRA-media-row input{
    width: 178px;
    margin: auto 6px auto 10px;
}
.RRA-media-row span{
    margin: auto;
    font-size: 25px;
    bottom: 3px;
    position: relative;
    cursor: pointer;
}
#RRA-meta-media h2:first-child{
    text-align: center;
    font-size: 22px;
}

/*End meta media css*/