.f-size-35{
    font-size: 35px;
}
.fs-14{
    font-size: 12px !important;
    font-weight: 500 !important;
}
.user-profile{
    width: 2rem;
    height: 2rem;
}
.on-act-btn:hover{
    border: 1px solid #00ab8e !important;
    border-radius: 0.3125rem;
}
.on-act-btn:active{
    background-color: white !important;
    color: #00ab8e !important;
    border: 1px solid #00ab8e !important;
    border-radius: 0.3125rem;
}
th{
    font-weight: 600 !important;
}
/* .sticky-menu{
    position: sticky !important;
    top: 0 !important;
    margin-top: 10px !important;
    padding: 20px 10px;
    z-index: 9999;
} */
.shows{
    display:  block !important;
    color: red !important;
}

.rel{
    position: relative !important;
}
.pre_l{
    position: absolute;
    top: 12px;
    width: 3rem;
    left: calc(40% - 1.5rem);
    
}
.bn{
    padding-bottom: 2rem !important;
}
.none_{
    display: none !important;
}
.verigif{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
.verigif img{
    transform: scale(1.2);
}
.err{
    color: red !important;
    letter-spacing: 1px;
}

.pg_con{
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    gap: 10px;

}
.pg_con button{
    background: transparent;
    padding: 9px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 0 4px #7806062a;
    border-radius: 5px;
    transition: .3s all ease-in;
}
.pg_con button:hover{
    background: #780606;
    color: white;
}
.pg_con button.active{
    background: #780606;
    color: white;
}
.tracking_con{
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    position: fixed;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 1000 ;
}
.tracking_con::after{
    background-color: black;
    opacity: .4;
    position: absolute;
    content: '';
    width: 100%;
    min-height: 100vh;
}
.tracking_con .inner{
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 8px 1rem rgba(202, 198, 198, 0.486);
    background: white;
    padding: 2rem 2.3rem;
    z-index: 10002 ;
}

.tracking_con .inner .tverify{
    display: flex;
    justify-content: right;
}
.tracking_con .inner .tverify button{
    background-color:green;
    border-radius: 5px;
    color: white;
    padding: 11px 17px;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.171);
    outline: none;
    border: none;
    cursor: pointer ;
}

.proerr{
    font-size:1rem !important;
    transition: .3s all ease-in;
}
.sumess{
    font-size:1rem !important;
    transition: .3s all ease-in;
}
.scontrol{
    margin-top: -9px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.green{
    color :rgba(6, 230, 6, 0.788) !important;
}
.red{
    color:rgba(255, 0, 0, 0.808);
}

.small{
    transform: scaleX(0.9);
    margin-bottom: 9px;
}
.notewrap{
    max-height: 10rem !important;
    border: 1px  solid red;
    overflow-y: auto;
}

/* SHIPING ADDREES==============================================COPY FROM HERE================================================= */
/* SHIPING ADDREES==============================================COPY FROM HERE================================================= */
/* SHIPING ADDREES==============================================COPY FROM HERE================================================= */
/* SHIPING ADDREES==============================================COPY FROM HERE================================================= */

.shipment_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap:2.4rem;
    padding: 2rem 1rem;
}
.shipment_wrapper .address h2{
    color: #780606;
    margin-bottom: 8px;
}
.shipment_wrapper .address button{
    background: #780606be;
    cursor: pointer;
    transition: .3s all ease-in;
    border: none;
    outline: none;
    padding: 6px 18px;
    color: rgba(255, 255, 255, 0.89);
    border-radius: 8px;
    margin-top: .6rem;
}
.shipment_wrapper .address button:hover{
    background: #780606;
}
.shipment_wrapper .address span{
    margin-left: 7px;
    margin-top: 40px;
    position: absolute;
    opacity: 0 ;
    pointer-events: none;
    transition: .5s all ease-in;
    color: rgba(0, 0, 0, 0.534);
    
}
.visible{
    margin-top: 33px !important;
    opacity: 1 !important;

}

@media only screen and (max-width: 285px) {
    body {
      background-color: lightblue;
    }
    .shipment_wrapper .address h2{
        font-size: 1.2rem;
    }
    p{
        font-size: 14px;
    }
    .shipment_wrapper .address button{
        margin-top: 2rem;
    }
    .shipment_wrapper .address span{
        margin-left: -7rem ;
        font-size: 14px;
    }
    .visible{
        margin-top: 13px !important;
    
    }
  }
/* SHIPING ADDREES==============================================END HERE================================================= */
/* SHIPING ADDREES==============================================END HERE================================================= */
/* SHIPING ADDREES==============================================END HERE================================================= */
/* SHIPING ADDREES==============================================END HERE================================================= */


@media screen and (max-width: 629px) {

    .tracking_con .inner{
        width: 80%;
    }
  }
@media screen and (max-width: 519px) {
    .pg_con{
        justify-content: center;
    
    }
    .tracking_con .inner .tverify{
        justify-content: center;
    }
    .tracking_con .inner{
        width: 80%;
    }
  }
