:root{
    --port-items-h : 190px;
    --port-sub-images-h: 185px;
}

/* SMALL SCREENS */
@media only screen and (max-width: 600px) {
    :root{
        --port-items-h : 250px;
        --port-sub-images-h: 250px

    }
    .justify-content-sm-between{
        justify-content: center !important;
    }
}

/* XXL SCREENS */
@media only screen and (min-width: 1500px) {
    :root{
        --port-items-h : 390px;
        --port-sub-images-h: 200px
    }
}

.viewaCounter{
    font-size: 16px;
    color: #ccc;
}
.viewaCounter span{
    color: #ef8518;
    font-weight: bold;
}

.port-body{
    position: relative;
}

.logos-slider{
    margin-top: 1rem;
    display: none;
}
.logos-slider .logo{
    width: 90px !important;
    height: 90px !important;
    background: #292C31;
    border-radius: 100%;
    /* margin: 10px; */
    display: flex !important;
  justify-content: center;
  align-items: center;
}

.comp_logo{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: contain;
}

.logos-slider .slick-slide{
    width: 110px !important ;
}
/*public css */
.cc{
    display: flex;
    align-items: center;
}
.noAccess{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.portf-item {
    background: linear-gradient(244.44deg, #3C4046 18.57%, rgba(60, 64, 70, 0) 128.59%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    padding: 8px;
    width: 100%;
    min-height: 220px;
    border-radius: 10px;
}
.hitem{
    border-bottom: solid #e32420;
}

.portf-item .item-img {
    width: 100%;
    height: var(--port-items-h);
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.portf-item .list-tile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.portf-item .list-tile .details h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.portf-item .list-tile .details span {
    font-size: 14px;
    color: #AEAEAE;
}


.portf-item .Ellipsis {
    background: #4C5158;
    color: #fff;
    padding: 7px;
}

.portf-item .Ellipsis .option-list {
    margin: 0;
    padding: 0;
}
.portf-item .Ellipsis .options {
    border-bottom: solid 1px #646464;
    padding-bottom: 9px;
    font-size: 14px;
}
.portf-item .Ellipsis .options:hover,
option:hover {
    color: #ea651a;
}






.imageViewr {
    width: 100%;
    height: 100%;
    position: fixed;
    background:rgba(0,0,0,0.6);
    z-index: 1035;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: scroll;
}
.imageViewr .show-me{
    /* margin-top: 10px; */
    max-height: 75% !important;
    background: #292C31;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}
@media only screen and (max-width: 600px) {
    .imageViewr .show-me{
        /* transform: rotate(-90deg); */
        /* transform: rotate(-90deg); */
        align-self: center;
        object-fit: contain;
    }
}

.imageViewr .sub-images{
    width: 100%;
    min-height: 100px;
    /* height: ; */
    background: #292C31;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}
.imageViewr .sub-images:hover{
    cursor: zoom-in;
}








.show{
    display: block;
}
.hide{
    display: none;
}






/* controller */
.space-btween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.action-btns{
    border-radius: 15px;
    padding: 5px 17px;
}
.action-btns .action-icons{
    margin-top: -3px;
    margin-right: 6px;
}
.ImgSelector{
    display: none;
}
.ImgSelectorViewr{
    width: 100%;
    height:220px;
    object-fit: cover;
    object-position: center;

}



/* Image Viewr css*/
.imageViewr {
    width: 100%;
    height: 700px;
    display: none;
    border-bottom: solid 5px #777;
    background:rgba(0,0,0,0.6);
    z-index: 1035;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.imageViewr .show-me{
     /* margin-top: 10px; */
    max-height: 75% !important;
    background: #292C31;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}


@media only screen and (max-width: 600px) {
    .imageViewr .show-me{
        /* transform: rotate(-90deg); */
        /* transform: rotate(-90deg); */
        align-self: center;
        object-fit: contain;
    }
}

.imageViewr .sub-images{
    width: 100%;
    min-height: 100px;
    background: #292C31;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}
.imageViewr .sub-images:hover{
    cursor: zoom-in;
}

.close-tap{
    width: 120px;
    height: 8px;
    border-radius: 10px;
    background: #777;
}
.close-tap:hover{
    cursor: pointer;
    background: #ff3737;
}


.show{
    display: block;
}
.hide{
    display: none;
}




.DelSelector{
    position: absolute;

    margin: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 0.3;
}
.DelSelector:hover{
    opacity: 1;
}


.sec-title{
    font-size: 18px;
    color: #626262;
    border-bottom: solid 1px #34383e;
    padding-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #193866;
    border-color: #0d6efd;
}


.sub-area{
    display: flex;
    flex-direction: column;
    max-height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}


.canv{
    border: solid 0.5px;
    border-radius: 5px;
    padding: 9px;
    border-color: var(--themeL3);
}

.filterBTN{
    border-color: var(--themeL3);
    background: var(--themeGrad1);
    color: var(--themeColor1);
    border-radius: 7px;
    transition: 1s;

}

.active-filter{
    box-shadow: 0 0 0 .25rem var(--themeC2-Shadow) !important;
}

.filterBTN:hover{
    color: var(--themeColor1);
    background: var(--themeL3 );
    transition: 0.5s;
}

.filterBTN:active, .filterBTN:focus ,.typesSelect:focus{
    box-shadow: 0 0 0 .25rem var(--themeC2-Shadow) !important;
    transition: 0.5s;
}
.typesSelect{
    background: var(--themeL3);
    border: none;
    color: var(--themeColor1);
}
.typesSelectLbl{
    background: var(--themeL2);
    color: var(--themeColor1);
    border: none;
}


.filter-group{
    background: #393d44 ;
    padding: 2px;
    border-radius: 7px;
}

.filter-group label{
    margin: 1px !important;
    border-radius: 7px !important;
    color: #939393;

}

.filter-group  .btn-check:checked + .btn{
    /* box-shadow: 0 0 0 .10rem var(--themeC2-Shadow) !important; */
    box-shadow:none;
    background: #2d2f33;
    color: #fff;
}

.filter-group .btn:hover {
    color: #fa9300;
  }
