body{
    background-color: #EEEFEE !important;
    
}

#didNotSelect{
    display:none !important;
}
table.center{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pdf_input_titles{
    font-size:16px;
}
.bank-details{
    margin-bottom:4%;
}

#ibanWarning{
    display: none;
}
.yes,
.no {
    font-size: 18px;
}

.yes {
    color: #333; /* Change to the desired color */
}

.no {
    color: #ff0000; /* Change to red or the desired color */
}
.variationDiv {
    color: #ff0000; /* Change to red or the desired color */
}
.welcome-header{
    width:100%;
    height:150px;
    background-color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:4%;
}

.welcome-header-image{
    max-width:50%;
    max-height:50%;
}

.style-selector{
    width:auto;
    height:auto;
    display:flex;
    justify-content: center;
    flex-direction: column;
    cursor:pointer;
    transition: 0.5s;
}

.style-selector:hover{
    transform: scale(1.05);
}

.style-selector-parent{
    display:flex;
    justify-content: space-around;
    height:550px;
}

.style-selector-images{
    max-width:75%;
    margin-left:auto;
    margin-right:auto;
}

.country{
    width:200px;
    margin-left:3%;
    margin-top:2%;
    cursor:pointer;
    transition:0.5s;
    background-color: white;
}
.country-text{
    margin-left:auto;
    margin-right:auto;
}

.country:hover{
    transform:scale(1.05);
}
.div-refund-view{
    background-color: white;
    margin-bottom: 20px;
}
.div-refund-photo{
    flex: 1; 
    vertical-align: right;
}
.country-image{
    max-width:80%;
    max-height:80%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2%;
}
.span_refund{
    font-weight: bold;
}
.div-parent1{
    display:flex;
}
.div-qr-code{
    padding: 5px;
}
.table-refund-view{
    padding-left: 1.25rem;
}
#confirm{
    bottom: 0;
}
table {
    text-align: left;
    position: relative;
    border-collapse: collapse; 
    background-color: #f6f6f6;
    
  }/* Spacing */
  td, th, tfoot {
    border: 1px solid #999;
    padding: 10px;
  }
  th, tfoot {
    background: gray;
    color: white;
    border-radius: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
  }
  .primary{
    background-color: #000000
  }
  
  
  tbody > tr:hover {
    background-color: lightgray;
  }
.err_msg{
    
    color:crimson; 
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    
}
.span_add{
    color:crimson; 
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer{
    height:50px;
    background-color: rgb(34,35,35);
    color:white;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    bottom:0;
    position:fixed;
    width:100%;
}

.footer p{
    margin:0;
}

.reclamation-buttons{
    margin-top:3%;
}

.reclamation-button{
    font-size: 20px;
    font-weight:bold;
    margin-top:10%;

}
.bankChoosal{
    flex-direction: row;
}

.reclamation_form_buttons{
    padding-left:50px !important;
    padding-right:50px !important;
}

#uploadPhotoSwitch{
    display:none;
}

.signature-pad{
    cursor: pointer;
    border: 2px solid black;
    border-radius:4px;
}

.product{
    display:none;
}

.order{
    padding:1%;
    border-radius:1em;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin-bottom:2%;
}

.orders{
    display:none !important;

}

.orderRadio{
    margin-left:1% !important;
    position:relative !important;
    margin-bottom:1%;
}

.orderNumber{
    margin-left:1%;
    font-weight: 600;
    font-size:20px;

}

.orderDate{
    margin-left:1%;
}

.product{
    margin-left:3%;
}
.productName{
    margin-left:1%;
}

#w3review{
    border: 2px solid black;
    border-radius:4px;
    width:100%;
}

.forgotWarning{
    display:none;
    padding: 2% 1% 2% 1%;
    margin:3% 0 3% 0;
    color:white;
    background-color: red;
    border-radius:10px;
}

.formLabel{
    font-size:20px;
    font-weight: 500;
}

.pdf-p{
    font-size:14px;
}
.mediumText{
    font-size:18px;
}

@media (pointer:coarse){
    body{
        overflow-x:hidden;
    }
}
.labelLeftMargins{
    margin-left:2%;
}

.textareaDiv{
    width:500px;
}

.formPadding{
    padding:5% 10% 5% 10% !important;
}

.countrySelector{
    width:70%;
    justify-content: space-evenly;
}

.kbw-signature { width: 400px; height: 200px;}
        #sig canvas{
            width: 100% !important;
            height: auto;
        }


@media (min-width:300px) and (max-width:400px){
    #bankSelector{
        width:175px;
    }
    #swift{
        width:144px;
    }
}
@media (min-width:400px) and (max-width:500px){
    #bankSelector{
        width:225px;
    }
    #swift{
        width:193px;
    }
}
        
        
@media (min-width: 300px) and (max-width:520px){
    
    .mobileFlex{
        
        flex-direction: column;
        margin-bottom:5%;
        padding:0 !important;
    }

    .mobileFlexNonColumn{
        margin-bottom:5%;
        padding:0 !important;
    }

    .mobileInputWidth{
        width:85vw !important;
    }

    .bankChoosal{
        flex-direction: column;
    }

    .orders{
        padding:0 !important;
    }

    #formFileLg{
        font-size:16px;
    }

    .orderNumber{
        font-size:18px;
        margin:5% 0% 5% 2%;
    }

    .orderDate{
        font-size:14px;
        margin:0;
    }

    .productName{
        font-size:14px;
    }
    .product{
        margin-bottom:5%;
    }

    .productLabel{
        justify-content: space-evenly;
    }

    .formPadding{
        padding:3% !important;
    }

    .mobileFlexColumn{
        display:flex;
        flex-direction: column !important;
    }
    .style-selector{
        width:250px;
        height:250px;
        display:flex;
        justify-content: center;
        flex-direction: column;
        cursor:pointer;
        transition: 0.5s;
        margin-right:auto;
        margin-left:auto;
    }

    .countrySelector{
        width:90vw !important;
        justify-content: space-evenly;
    }

    .country{
        padding:auto;
        width:115px;
        
    }

    .country-text{
        font-size:18px;
    }
    .bigTitle{
        font-size:22px;
    }

    .reclamation-buttons{
        justify-content: space-around !important;
    }

    .reclamation_form_buttons{
        padding:1% !important;
    }

    .reclamation-button{
        font-size:16px;
    }

   

    .formLabel{
        font-size:16px !important;
    }

    .labelLeftMargins{
        margin-left:0;
    }

    .mediumText{
        font-size:16px;
    }

    .textareaDiv{
        width:90%;
    }

    
}

.loader {
    border: 14px solid #f3f3f3; /* Light grey */
    border-top: 14px solid #EE2B48; /* Red */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;

  }
  
  @-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
