

/* user dashboard styling to new sheet */
.nav{
    background: #efefef;
    /* display: flow-root; */
    height: 72px;
    justify-content: end;
    display: flex;
    align-items: center;
}
.main-nav{
    display: flex;
    justify-content: end;
    
    
}
.logout-nav{
    display: flex;
}
.history-btn{
    color: #fef9f9;
    background: none;
    padding: 4px 17px;
    margin: 4px 11px;
    border-radius: 6px;
    border: 1px solid red;
}

.history-btn:hover{
    /* background:#ffffff; */
    cursor: pointer;
    color: #004fa3;
    /* text-decoration: underline; */

}
.history-btn .dynamic-link {
    text-decoration: none;
    color: #000000;
}

.username{
    padding: 7px 38px;
    font-size: 20px;
    margin: 0px 6px;
    position: absolute;
    font-weight: 600;
    left: 54px;
}
.Remaining-counts{
    position: absolute;
    font-weight: 600;
    padding: 3px 10px;
    font-size: 14px;
    margin: 12px 5px;
    left: 433px;



}
.used-counts{
    position: absolute;
    font-weight: 600;
    padding: 3px 10px;
    font-size: 14px;
    margin: 12px 5px;
    left: 312px;



}
.T-counts{
    position: absolute;
    padding: 14px 38px;
    font-size: 13px;
    margin: 2px 6px;
    font-weight: 600;
    left: 145px;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: 1.8%;
    /* padding: 7px 38px; */
    object-fit: contain;
    position: absolute;
    font-weight: 600;
    left: 54px;
    /* mix-blend-mode: color-burn; */
    border-radius: 40px;
    filter: invert(1);
    transition: all 0.2s ease-in-out;
}
.btn_logout{
    /* border: 2px solid #ff0000; */
    padding: 0px 35px;
    margin: 0px 17px;
    /* background-color: #c2c2c2; */
    border-radius: 4px;
    /* text-align: center; */
    display: flex;
    /* color: #141212; */
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.btn_logout:hover{
    /* background:#f6f6f6; */
    cursor: pointer;
    transform: scale(0.95);
}
.btn_logout a{
    text-decoration: none;
    /* color: #000000; */
}

.heading {
    white-space: nowrap;
    justify-content: center;
    display: flex;
    overflow: hidden;
    animation: Textwrap 1s forwards;
    font-family: ubuntu;

}

@keyframes Textwrap {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateY(calc(100% - 100%));
    }
}

.para {
    position: flex;
    padding: 0px 120px;
    overflow-wrap: break-word;
}

.para_text {

    display: flex;
    animation: EV 1s forwards;


}

@keyframes EV {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(calc(100% - 100%));
    }
}

.container {
    padding-top: 50px;
}

.sec-col {
        background: #fafafa;
}

.hd {
    padding-bottom: 102px;
}

.label {
    display: inline-block;
    margin-bottom: .5rem;
}

.file-input-container {
    position: relative;
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.file-input-container:hover {
    border-color: #d0e1f2;
}

.file-name {
    margin-top: 10px;
    font-weight: bold;
}

.form-group {
    padding: 30px 11px;
}

.inputst:hover {
    border-radius: 12px;
    color: red;
    background-color: #fff9f9;
}


table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    border: #343333;
}

thead {
    background-color: white;
}

tbody {
    background-color: white;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

.center {
    text-align: center;
}

.bordertr {
    border-bottom: 4px solid #d8d8d8;
    position: sticky;
    top: 0;
    color: white;
    text-align: center;
    padding: 7px 8px;
    background-color: #007bff;
    font-size: 14px;
    border: radius 1px;
    ;

}

.scrapehd {
    padding: 34px 12px;
    font-weight: 700;
    /* text-decoration: underline; */
}

.btn-detail {
    padding: 3px 22px;
    background-color: #f6f6f6;
    border: 2px solid #ff0000;
    border-radius: 4px;
    outline: none;
}

.details td {
    padding: 5px 2px;
}

.hidden {
    display: none;
}


/* body loader  */
.loader {
    width: 40px;
    aspect-ratio: 1;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* height: 50px; */
    
}
.headingl{
    display: none; 
    position: absolute;
    bottom: -94px;
    left: 60%;
    color: red;
    transform: translateX(-50%);
    width: 400px; 
    /* text-align: center; */
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* color: #fff; */
    /* padding: 5px; */
    z-index: 10000; 
}


body.loader-running {
    position: relative;
}

body.loader-running::before {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); 
    pointer-events: none; 
}
.loader:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    --c:#0000, #f03355 1deg 120deg,#0000 121deg;
    background:
      conic-gradient(from 0deg,  var(--c)) top right,
      conic-gradient(from 120deg,var(--c)) bottom,
      conic-gradient(from 240deg,var(--c)) top left;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    animation: l25 2s infinite cubic-bezier(0.3,1,0,1);
}

@keyframes l25 {
    33%  {inset:-8px;transform: rotate(0deg)}
    66%  {inset:-8px;transform: rotate(180deg)}
    100% {inset:0   ;transform: rotate(180deg)}
}
