*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-rr{
    width: 100%;
    padding-top: 1px;
    height: fit-content;
}

.disp_control{
    width: 98%;
    height: 93%;
    margin: auto;
}


.catalog{
    width: 100%;
    height: 100%;
}



.profile-rsv{
    width: 99%;
    height: 17%;
    background-color: white;
    margin: auto;
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sxx{
    width: 97%;
    height: 100%;
    position: absolute;
    background-image: url(/6.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_box{
    width: 35%;
    height: 80%;
    font-size: 13px;
    font-family: var(--font8);
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #00b386;
    padding-left: 10px;
    z-index: 10000;
}
.toggle_bar{
    width: 100%;
    height: 30px;
    margin: auto;
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    border-bottom: 1px solid var(--openup);

}
.toggle_bar::-webkit-scrollbar{
    display: none;
}
.toggle-flow{
    min-width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
}

.toggle_bar button{
    width: 80px;
    height: 20px;
    margin-right: 10%;
    margin-left: 0.5%;
    font-size: 1.1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font13);
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
}

.dash_vx{
    min-width: 99%;
    max-width: 99%;
    height: 90%;
    margin: auto;
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logg_block{
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

.logg_block::-webkit-scrollbar{
   display: none;
}
.active_block{
    display: grid; 
}

.uploader_tab{
    width: 100%;
    height: 10%;
    border-bottom: 1px solid white;
    color: lawngreen;
    font-family: var(--logo);
    font-size: 10px;
    text-transform: capitalize;
}
.portfolio{
    width: 100%;
    height: 90%;

}

.v_wrap{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
    gap: 4px;
    margin: auto;
    margin-bottom: 5px;
}

.roll1{
    height: 78px;
    margin: 1px;
    margin-top: 1px;
    position: relative;
    border-bottom: 1px solid var(--openup);
    display:grid; 
    grid-template-columns: 100%; 
    padding-left: 2px;
}

.roll1::-webkit-scrollbar{
    display: none;
}


.pib{
    height: 100%;
    position: relative;
}
.pib :nth-child(1){
    left: 4px;
    top: 12px;
}
.pib :nth-child(2){
    right: 4px;
    bottom: 12px;
}
.pib img{
    position: absolute;
    width: 15px;
    height: 15px;
    object-fit: cover;
}



.pdb{
    height: 100%;
    display:grid; 
    grid-template-columns: 65% 35%; 
    gap: 5px;
}

.p-name{
    height: 100%;
    display: flex;
    align-items: center;

    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 0.9rem;
    direction: ltr;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    unicode-bidi: plaintext;
    text-transform: capitalize;
    padding-left: 2px;
}

.tick{
   width: 49%;
   height: 45%;
   font-size: 12px;
   outline: none;
   color: var(--myColor);
   border: none;
   cursor: pointer;
   display: flex;
   font-weight: 700;
   align-items: center;
   justify-content: center;
   background-color: rgba(253, 255, 253, 0.09);
}
.yy{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
   
}
.nn{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 1px;
}
  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     


@media screen and (max-width:800px) {
    .v_wrap{
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
    }
  
}

@media screen and (max-width:700px) {
    .container-rr{
        width: 100%;
        padding-top: 1px;
        height: fit-content;
    }
  
    .bar_left{
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    .profile-rsv{
        height: 150px;
    }
    .placement a{
        height: 100%;
    }
  
}

@media screen and (max-width:500px) {
    .text_box{
        font-size: 16px;
    }
    .profile-rsv a{
        padding: 8px;
        width: 35%;
        height: 20%;
        font-size: 12px;
    }
    .bar_left{
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sidebar{
        font-size: .90rem;
    }
    .toggle_bar button{
        font-size: 1rem;
    }
    .pib{
        height: 65%;
    }
    .tick{
        height: 80%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .roll1{
        height: 55px;
    }
    .v_wrap{
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
    }
}
