/* You can add global styles to this file, and also import other style files */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* width */
::-webkit-scrollbar {
    width:5px;
    height:5px;
}  
/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px;
}  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 5px;
}  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9;
}
 

html, body {
    height: 100%;  
}
body {  
    background:#f7f7f7;
    color: #000;
    margin: 0; 
    /* font-family: "Poppins", sans-serif!important; */
    font-family: "Outfit", serif!important;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;  
    
} 
.zoom-image-container {
    position: relative;
    overflow: auto;
    display: flex;
}
.image-istiff {
    transition: transform 0.3s ease;
    /* Smooth zoom */
    /* transform-origin: top left !important; */
    width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6{    
    /* font-family: "Poppins", sans-serif!important; */    
    font-family: "Outfit", serif!important;
    font-weight: 600!important;
}
 

.page-content{
    flex-grow: 1;
    padding: 15px;
    /* margin-top: 60px; */
  }

.card{
    width: 100%;
    min-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column; 
    background: #fff;
    border: 0px solid #f2f4f9;
    border-radius:20px;
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
}
.card-body{
    flex: 1 1 auto;
    /* padding:1rem 1rem;  */
    padding:1.5rem 1.5rem; 
}
.card .card-title {
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.cart_fh{
    height: calc(100vh - 50px);
}
.card_maxh{
    max-height: 680px;
    overflow-y: auto;
}
.card.pagination_card{
    border-radius: 10px;
}

.table-responsive{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table { 
	background-color: transparent;
	border-color: #dee2e6; /* Equivalent to var(--bs-border-color) */
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;  
    caption-side: bottom;
    border-collapse: collapse;
    color: #666;
    white-space: nowrap;
    font-size: 14px;
}
.table thead{
    background: #e7eef4;
    border-radius: 6px;
    border-bottom: 5px solid #f3f4f6;
}
.table thead th {
    border-top: 0;
    font-weight: 600;
    font-size: 15px; 
    color: #000;
    padding:0.85rem 0.85rem;
    text-align: left;
}
.table tbody tr{     
    border-radius: 10px;
    border-bottom: 5px solid #f3f4f6;
} 
.table tbody td {
    background-color: #fff;
    padding:0.85rem 0.85rem;  
} 
.table.inner_table tbody tr, .table.inner_table thead, .table.inner_table thead tbody tr{ 
    border-bottom-width:2px!important;
}
.main_title{
    font-size: 1.05rem;
    font-weight: 600;
}
.btn{
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.5rem 0.8rem;
    gap: 0.5rem;
    font-size: 13px;
}
.btn.btn_large{
    height:40px;
    padding:1rem 1.5rem;
}
.btn.btn_small{
    height: 24px;
    padding: 0.5rem 0.8rem;
}
.btn.btn_medium{
    height:30px;
    padding: 0.5rem 0.6rem;
}
.btn_default{
    background: #ffff;
    border: 1px solid #c7c7c7;
}

.btn_primary{background: #2859fe!important; color: #fff;}
.btn_primary:hover{background:#1b47d8!important;}
.btn_secondary{background: #376bfa; color: #fff;}
.btn_secondary:hover{background:#214bef;}
.btn_black{background: #000000; color: #fff;}
.btn_black:hover{background:#24272b;}
.btn_gray{background: #3a3a3a; color: #fff;}
.btn_gray:hover{background:#24272b;}
.btn_red{background: #f3797e; color: #fff;}
.btn_red:hover{background:#dc2626;}

.bb_primary{
    border: 1px solid #8492d6;
    color: #5457bc;
}
.bb_primary:hover{
    background: #e3e6f6;
}
.bb_secondary{
    border: 1px solid #376bfa;
    color: #376bfa;
}
.bb_secondary:hover{
    background: #dae6ff;
}
.bb_danger{
    border: 1px solid #dc2626;
    color: #dc2626;
}
.bb_danger:hover{
    background: #ffe0e0;
}


.form-control{    
    width: 100%; 
    height: 2.1rem;  
    padding: 0.5rem 0.5rem!important; 
    border: 1px solid #c1d4e1!important; 
    border-radius: 5px!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1!important;
    text-align: left;
    background: #fff;
    /* text-transform: uppercase!important; */
}
.form-control.form_textarea{
    height: 3.5rem;  
}
textarea.form-control{
    height: 3.5rem;  
}
.form-control.input_ht{
    height: 2rem;  
}
.rounded_full{    
    border-radius: 50px;
}
.form-label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.feild_required{
    color: #ef4444;
    font-size: 12px;
}

.bg_gradient1{
    background: linear-gradient(270deg, #dd9cbf0f 0%, #8854f00d 100%);
}
.bg_gradient2{
    background: linear-gradient(270deg, #DD9CBF 0%, #8955EE 100%);
}

.stats_outer{ 
    /* width: calc(100% - 0.375rem); */
    width: 100%;
    position: fixed;  
    z-index: 9; 
    padding: 0.3rem 0.5rem;   
    color: #000;
    gap: 0.4rem;
    font-size: 13.5px;
    line-height: 1.2;
    background: #fff;
    border-bottom: 1px solid #ccc;
    /* background: #cecedf; */
    /* background: linear-gradient(270deg, #33b3d6 0%, #007bff 100%); */
    /* background: linear-gradient(270deg, #a5f3fc 0%, #bfdbfe 100%);  */
}
.start_cardsrep{ 
    display: flex;  
    align-items: center;
    gap: 0.3rem; 
    padding: 0.4rem 0.8rem; 
    letter-spacing: -0.2px; 
    background: #e0e7ff;
    border-radius: 6px;  
}

.tbl_intble, .tbl_intble th, .tbl_intble td {
    border: 1px solid #666;
    border-collapse: collapse;
  }


/* .imagestatus_block{
    width: 100%;    
    height: 100%;
    height: 100vh;
    display: flex; 
}
.imagestatus_block .image-uploader{
    width: 50%; 
}
.imagestatus_block .form-display{
    width: 50%;
    padding-top: 2.5rem; 
    position: relative;
}
.imagestatus_block .form-display .card{
    border-radius: 0px;
} */

.imgs_content{
    background: #D9D9D9;
    padding: 0.5rem;
}
.pdf_fixed {
    position: fixed;
    top:49px;
    height: calc(100vh - 49px); /* Subtracting the top offset from the full viewport height */
    width: 59%; /* Adjust width as necessary */
    z-index: 9;
} 
.pdf_buttons{
    /* position: fixed;
    z-index:9;
    margin-left: 37%;
    margin-top: -89px; */
}
.qc_selectfeilds .pdf_buttons{margin-top: -185px; }

.pdf_buttons.qcpdfbtns{
    margin-top: -130px; 
}
.pdf_btninner{    
    display: flex;
    align-items: center; 
    gap:6px;
}
.pdf_buttons .pdfbtn{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #fff;    
    border: 1px solid #f1f3fa;
    color: #ffffff;
}
.pdf_buttons .pdfbtn:hover{
    /* background: #666;  */
    background: #fff;
    color: #000;
}

.pdf_buttons .displaybtn{ 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    line-height: 1.2;
    border-radius: 30px;
    color: #fff;    
    background: #376bfa;
}
.pdf_buttons .displaybtn:hover{
    background: #376bfa;
}

.pdf_titlebx{ 
    width: 100%;
    /* width: calc(100% - 10px); */
    /* background: #5d5def;  */
    background:#5c647e;
    color: #fff;    
    padding:5px 10px;
    font-weight: 600;
    font-size: 14px;
}
/* .pdf-container{
    height: calc(100vh - 275px);
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
} */

.ocr_data{
    width: 100%;
    height:calc(100vh - 110px);
    overflow-y: auto;
    padding: 15px;
    background: #fff;
    border: 4px solid #cecedf;
    margin-top: 4px;
}

.qc_selectfeilds{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 0.5rem;
    padding-left: 6px;
}
.qc_selectfeilds .form-control{
    height: 2rem;
    font-size: 12px;
}


.title_filtersection{
    position: fixed;
    z-index: 9;
    margin-top: -88px;
    right: 180px;
    gap: 6px;
    font-weight: 500;

    /* background: #065ad8; */
    background: linear-gradient(270deg, #5457bc 0%, #376bfa 100%);
    padding: 5px 8px;
    border-radius: 30px;
    color: #fff;
}
.title_filtersection .title_lf{
    font-size: 14px;
    font-weight: 500;
}
.title_filtersection .btn1{
    background: #fff;
    color: #000;
    border: 0px;
    border-radius: 30px;
}
.title_filtersection .btn1:hover{
    background: #333;
    color: #fff;
}

.custom_stypfield{ 
    display: flex!important;  
}
.custom_stypfield .mat-mdc-text-field-wrapper{
    height: 2.5rem;  
    padding: 0.5rem 0.5rem; 
    border: 1px solid #d3e4f0; 
    border-radius: 6px; 
    font-weight: 500;
    text-align: left;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    text-transform: uppercase!important;
    font-size: 13px;
}
.custom_stypfield .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{
    padding-top: 0px!important;
}
.custom_stypfield .mat-mdc-text-field-wrapper .mdc-line-ripple::before,
.custom_stypfield .mat-mdc-text-field-wrapper .mdc-line-ripple::after,
.custom_stypfield .mat-mdc-form-field-subscript-wrapper{
    display: none;
}

.form_display{
    padding-top:60px;
}

.form_display .tabs {
    display: flex; 
    align-items: center;  
    gap:6px;
    margin-bottom: 10px;
  }
  
.form_display .tab-button {
    display: inline-block;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0.375rem 1rem;
    color: #fff;
    font-weight: 500;
    background: #7e7e7e;
    border-radius: 6px;
    cursor: pointer;
}
  
.form_display .tab-button.active {
    background: #5d5def;
    color: #fff; 
  }
 

  .svelte-select input {
    all: unset;
  }
  
@media only screen and (max-width:1660px){

    /*html, body {  zoom: 0.9;  Zoom to 90% }*/
    .stats_outer{font-size: 12.5px;}
    .start_cardsrep{ padding: 0.4rem 0.6rem;  }
    .form-control{ padding: 0.5rem 0.3rem; }
    /* .pdf_buttons{margin-left: 35%; margin-top: -88px; } */
}

@media only screen and (max-width:1440px){ 
    .pdf_fixed{
        width: 59%; top: 49px; 
        height: calc(100vh - 49px);
    }
    /* .pdf_buttons{} */
    .imagestatus_block .form-display{padding-top: 2rem;}
    .title_filtersection {right: 180px; margin-top: -79px;}
    .form-label{font-size: 13px;}
    .form-control{height: 2.1rem; padding: 0.5rem 0.5rem;  }
    .imagestatus_block .form-display .card-body{padding: 0.5rem;}
    .qc_selectfeilds{margin-top: 0.5rem;}
    .qc_selectfeilds .pdf_buttons{margin-top: -165px; }
    
}

