body
{
    overflow-y: scroll;
}
.category_img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50% !important;
}
.wrapper {
    margin: 20%;
}
.wrapper-1 {
    margin: 1%;
}
.wrapper-5{
    margin: 5%;
}
.wrapper-10 {
    margin: 10%;
}
.td-none {
    text-decoration: none;
}
.btnCats {
    margin: 8px !important;
}
.catT {
    margin-bottom: 5px;
    background-color: #198dda;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.breadcrumA{
    text-decoration: none;
}
.breadcrum{
    font-size: 12px;
    color: #525252;
}
/* @media all and (max-width: 480px) {
    td:first-child {
        width: 10vw;
   }
    .category_img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 50% !important;
   }
    .wrapper {
        margin: 20%;
   }
    .wrapper-1 {
        margin: 1%;
   }
    .wrapper-5{
        margin: 5%;
   }
    .wrapper-10 {
        margin: 10%;
   }
    .td-none {
        text-decoration: none;
   }
    .addBtn {
   }
    holder{
   }
}
*/
@media only screen and (max-width: 600px) {
    .wrapper {
        margin: 20px;
   }
    .btnCats {
       /* display: none !important;
        */
        padding: 5px 14px !important;
        font-size: 12px !important;
        margin: 4px !important;
   }
    .cat_images{
        height: 250px !important;
   }
    .catT{
        margin: 9px 0;
        padding: 10px;
   }
}
.cat_images {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 500px;
}
.img_title {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 5px;
    padding-left: 10px;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1));
}
.holder {
    position: relative;
    overflow: hidden;
}
.holder:hover .viewImgBtn {
    display: block;
}
.deleteImgBtn {
    color: #fff;
    background-color: red;
    padding: 2px 5px;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    cursor: pointer;
    z-index: 10;
}
.btn-info {
}
.downloanImgBtn {
    /* color: #fff; */
    /* background-color: #3498db; */
    /* padding: 2px 9px; */
    /* border-radius: 50%; */
    /* text-decoration: none; */
    /* position: absolute; */
    /* right: 30px; */
    /* top: 3px; */
    /* bottom: 10px; */
    /* font-size: 14px; */
    /* cursor: pointer; */
    /* z-index: 10; */
}
.viewImgBtn {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
    height: 100%;
    width: 100%;
}
.overlay {
    background-color: rgba(0, 0, 0, .8);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}
.overlay.active {
    display: flex;
}
.popUpImg {
    width: 90%;
    max-width:90%;
    max-height: 98%;
    border-radius: 10px;
    overflow-y: auto;
}
.closeModal {
    color: #fff;
    background-color: red;
    padding: 15px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 10px;
}
.addBtn2{
    border-radius: 50% !important;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    font-size:80px
}