.pager{
    width: 25vw;
    transition: all 400ms ease;
    position: fixed;
    -webkit-transform: translateY(101vh);
    transform: translateY(101vh);
}


.rightside:hover{
    box-shadow: .2rem .2rem 1rem rgba(var(--bs-body-color-rgb),.07)!important;
}
.rightside{
    transition: all 400ms ease;
    height: 65vh;
    margin-top:10vh;
    width: 20vw;
    margin-right:-1vw;
    padding-right: 2.5vw !important;
    transition: all 400ms ease;
    position: fixed;
    -webkit-transform: translateX(150vw);
    transform: translateX(150vw);
    background-color: #f9f9f9;
    border-radius: 12px;

}

.rightside.active{
    right:0;
    -webkit-transform: none;
    transform: none;
}

.rightside h5 {
    font-size: 1rem;
}

.pager.active{
    -webkit-transform: none;
    transform: none;
}

.genspinner{
    transition:all ease 1s;
    display:none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    z-index: 999999999;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.4);
    top: 0;
}


.leftsidegenerator:hover{
    box-shadow: .2rem .2rem 1rem rgba(var(--bs-body-color-rgb),.07)!important;
}
.leftsidegenerator{
    z-index: 999;
    transition: all 400ms ease;
    height: 65vh;
    margin-top:10vh;
    width: 16vw;
    margin-left:-1vw;
    padding-left: 2.5vw !important;
    transition: all 400ms ease;
    position: fixed;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    background-color: #f9f9f9;
    border-radius: 12px;
    
}

.leftsidegenerator.active{
    -webkit-transform: none;
    transform: none;
}

.leftsidegenerator h5 {
    font-size: 1rem;
}

.leftsidegenerator ul {
    height: 55vh;
    overflow-y: scroll;
    padding:0;
}

.leftsidegenerator ul li:hover a  {
    color:#000000 !important;
    margin-left:4px;
}
.leftsidegenerator ul li a  {
    transition: all 400ms ease;
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftsidegenerator ul li a i {
    font-size: 1.4em;
}

.leftsidegenerator ul li  span{
    line-height: 1.2em;
}
.leftsidegenerator ul li {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.leftsidegenerator ul li img {
   display: block;
   width: 30%;
}


.prodeleter{
    color:white;background:#dc3545; padding:5px; text-align:center; line-height:5px;
    border-radius: 6px;
    z-index: 999;
    cursor:pointer;
    display:none;
}



.pageitem a:hover{
    margin-top:-2px;
    margin-left:-2px;
    opacity: 1;
    box-shadow: .5rem .5rem 1rem rgba(var(--bs-body-color-rgb),.10)!important;
}

.pageitem a img{
    width: 100%;
    border-radius: 12px;
    display: block;
}

.dropdown-menu.show {
    padding:12px;
    /* transform:unset !important; */
}

.pageitem a span:nth-child(1){
font-size: 1.2em;
}

.pageitem a:hover .pagenum{
    opacity: .3;
}

.pageitem a .pagenum{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem !important;
    color:#000000;
    opacity: 0;
    font-weight: bold;
}

.pageitem {
    height: auto !important;
}  

.pageitem a{
    height: auto !important;
    position: relative;
    transition: all 400ms ease;
    background-color: white;
    transition: all 400ms ease;
    opacity: .9;
    border: 1px solid #dbd4d4;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.projectitem a:hover{
    margin-top:-2px;
    margin-left:-2px;
    opacity: 1;
    box-shadow: .5rem .5rem 1rem rgba(var(--bs-body-color-rgb),.10)!important;
}

.projectitem a span:nth-child(1){
font-size: 1.2em;
}

.projectitem a small{
    font-size: .7em;
    }
    
.projectitem{
    height: 22vh;
}
.projectitem a{
    transition: all 400ms ease;
    background-color: white;
    transition: all 400ms ease;
    opacity: .9;
    border: 1px solid #dbd4d4;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 22vh;
    padding: 1.2em;
    border-radius: 12px;
}

.emptyproject{

    opacity: 1 !important;
    border: 1px dashed #dbd4d4  !important;
} 

.emptyproject:hover{
    box-shadow: none !important;

}

.pagerinside{
    left:20vw;
    margin-top:3vh;
    width: 60vw;
    transition: all 400ms ease;
    position: fixed;
    -webkit-transform: translateY(101vh);
    transform: translateY(101vh);

}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.valigncenter{

    vertical-align: middle;
}
.pagenamegen,
.projectnamegen{
    font-size: calc(1.3rem + .6vw) !important;
    border:none;
    outline:none;
    width: 90%;
    vertical-align: middle;
}

.page-products,
.page-projectdetail,
.page-projects{
    width: 75vw;
}

.pagerinside.active{
    -webkit-transform: none;
    transform: none;
}

.shadowmr{
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.05)!important;
}

.contenter{

    background-color: #f9f9f9;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    height: 66vh;
    overflow-y: scroll;
}

.contenter:hover{
    
    box-shadow: .2rem .2rem 1rem rgba(var(--bs-body-color-rgb),.07)!important;
}

.leftside:hover{
    box-shadow: .2rem .2rem 1rem rgba(var(--bs-body-color-rgb),.07)!important;
}
.leftside{
    transition: all 400ms ease;
    height: 65vh;
    margin-top:10vh;
    width: 16vw;
    margin-left:-1vw;
    padding-left: 2.5vw !important;
    transition: all 400ms ease;
    position: fixed;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    background-color: #f9f9f9;
    border-radius: 12px;
    
}

.leftside.active{
    -webkit-transform: none;
    transform: none;
}

.leftside h5 {
    font-size: 1rem;
}

.leftside ul {
    height: 55vh;
    overflow-y: scroll;
    padding:0;
}

.leftside ul li:hover a  {
    color:#000000 !important;
    margin-left:4px;
}
.leftside ul li a  {
    transition: all 400ms ease;
    font-size: .8em;
}

.leftside ul li a i {
    font-size: 1.4em;
}

.leftside ul li {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

a{
    text-decoration: none;
    color:#696969;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
    color:#000000;
}

.bggray{
    background-color: #f1f1f1;
}

.cpointer{
    cursor:pointer;
}

.langs a img{
    border-radius: 4px;
    width: 24px;
}

.pager *{
    font-size: .9em;
}

.page-login{ top:20vh; }
.page-register{ top:5vh; }


.swal2-styled.swal2-confirm{
    box-shadow: none !important;
    outline: none !important;
    border:none !important;
    background-color: #dc3545 !important;
}

@media (max-width: 1366px) {
    .pager{
        width: 35vw;
    }
  }

@media (max-width: 768px) {
    .pager *{
        font-size: 1em;
    }
    .pager{
        width: 85vw;
    }
  }