@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html{
    background-color: #EFF0F3!important;
}
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    background: none!important;
    margin: 0;
    padding: 0;
    font-size: 13px!important;
}
h1{
    font-size: 20px!important;
    margin: 0;
    padding: 0;
    font-weight: bold!important;
}
h2{
    font-size: 24px!important;
    text-align: center;
    margin: 30px 0!important;
    display: block;
}
h2 b{
    font-weight: bold!important;
    font-size: 28px!important;
    display: block;
}
.logo{
    width:100px;
    margin-right: 15px;
}
.label-text{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.btn-primary{
    background: #2B8FC6!important;
    border: solid 1px #2B8FC6!important;
    min-width: 100px;
    font-size: 14px!important;
}
.form {
    background-color: #fff;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
    font-size: 14px;
    
}
.card {
    width: 100%;
    border: 0!important;
    border-radius: 20px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 20px;
}
.title{
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 20px 0;
}
.progress-bar{
    height: 4px!important;
    background: #2B8FC6!important;
}
.progress-bar-container{
    margin-top: 5px;
}
.form-control{
    margin-bottom: 15px;
    font-size: 14px!important;
}
.header {
 background: #fff;
 padding: 15px;
 border-bottom: solid 1px #DEDEE1;
}
.draganddrop{
    position: relative;
    border-radius: 10px;
    border: dashed 1px #ccc;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.Browse{
    border: solid 1px #2B8FC6;
    padding: 5px 20px;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    font-weight: 600;
    color: #2B8FC6;

}
.draganddrop input{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#folderName{
    font-size: 16px;
    font-weight: bold;
    color: #2B8FC6;
}
#folderName span, #email{
    font-size: 13px;
    color: #666;
    font-weight: normal;
}
.progress-bar-container {
    width: 100%;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    height: 4px;
    background-color:#2B8FC6!important;
    text-align: center;
    line-height: 20px;
    color: white;
}
.progress{
    height: 4px!important;
    margin-top: 5px;
}

.completed-section {
    display: none;
}

.completed-text {
    margin-bottom: 10px;
}

.button-container {
    text-align: center;
}

.action-button {
    background-color: #4caf50;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.dropdown-toggle{
    font-size: 13px!important;
    background: #fff!important;
    color: #8d8d8d!important;
    border: solid 1px #fff!important;
}
.dropdown-item{
    font-size: 13px;
    color: #878787!important;
}
.process-completed{
    display: flex;
    text-align: center;
    font-weight: 600;
    color: #4caf50;
    align-items: center;
}
.process-failed{
    display: flex;
    text-align: center;
    font-weight: 600;
    color: #FF5A5A;
    align-items: center;
}
.btn-retry {
    color: #FF5A5A!important;
    border: solid 1px #FF5A5A!important;
    background: #fff!important;
    font-size: 13px;
    min-width: 100px;
}
.btn, button{
    font-size: 13px!important;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: 16px!important;
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 5px;
    height: 31px;
    white-space: nowrap;
}
#failedCount{
    font-weight: bold;
    margin-top: 20px;
}
.errorList{
    margin: 10px 0;
}
.errorList .bi{
    color: #FF5A5A;
}
img{
    max-width: 100px;
}
.card img{
    width: 50px;
}
.header-right .bi{
    font-size: 22px;
}
.header-right{
    height: 100%;
}
.rightContent{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.card img{
    margin-right: 20px;
}
.card button{
    margin-left: 20px;
}
.revieSection{
    margin-left: 20px;
}
.completed{
    color: #4caf50;
    font-weight:600;
}
.completed .bi{
    font-size: 22px;
}
.failed{
    color: #FF5A5A!important;
}
.failed .bi{
    font-size: 22px;
}
.progress{
    width: 100%;
    height: 4px;
}
.progessInfo{
    width: 70%;
    text-align: left;
}
.formScroll{
    height: calc(100vh - 320px);
    overflow: auto;
}
h4{
    font-size: 16px!important;
    margin-top: 0px!important;
}
h3{
    font-size: 14px!important;
}
.filterList input{
    padding: 5px 10px;
    border: solid 1px #ececec;
    margin-bottom: 0;
}
.button-section{
    display: none;
}
.infoSection .bi{
    font-size: 25px;
    margin-right: 15px;
}
.back{
    color: #666;
}
.back .bi{
    font-size: 20px;
}
.infoSection{
    width: 100%;
}
.min-width{
    min-width: auto!important;
}
#download-button{
    font-size: 22px;
    color: #2B8FC6;
    margin-top: 0;
    line-height: 20px;
}
table thead td{
    font-weight: bold;
    white-space: nowrap;
}
table td a{
    color: #2B8FC6;
    text-decoration: none;
}
.homeBtn{
    min-width: 150px;
}
button, .btn{
    border-radius: 5px!important;
}
.processId{
    color: #878787;
    margin-left: 10px;
    font-size: 12px;
}
.folderName{
    font-size: 16px;
    color: #2B8FC6;
}
.success{
    color: #4caf50!important;
}
.failedList .bi{
    color: #FF5A5A;
    margin-right: 5px;
    position: relative;
    margin-top: -2px;
}
.failedList{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.toggleButton{
    font-size: 20px;
    cursor: pointer;
}
.reviewStatus{
    font-weight: bold;
    font-size: 16px;
}
.reviewStatus span{
    color: #2B8FC6;
    font-size: 16px;
}
h4.folderName{
    font-weight: bold;
    color: #000;
}
.statusSuccess{
    background: #e8ffea;
    padding: 3px 10px;
    border-radius: 20px;
    border: solid 1px #a3cdb1;
    color: green;
}
.statusNotStarted{
    background: #fcedf2;
    padding: 3px 10px;
    border-radius: 20px;
    border: solid 1px #ffbbbb;
    color: #af5e58;
}
.statusFailed{
    background: #fcedf2;
    padding: 3px 10px;
    border-radius: 20px;
    border: solid 1px #ffbbbb;
    color: #af5e58;
}

.custom-select {
    min-width: 350px;
    position: relative;
  }
  
  select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
    outline: none !important;
  }
  
  .custom-select::before,
  .custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
  }
  
  .custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
  }
  
  .custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
  }
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #adadad;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
} 

.form-margin-div {
    max-width: 60%;
    margin: 0 auto;
}