body{
    font-family: 'Roboto', sans-serif;
}
.container-xl{
    background-color: #474747;
    box-sizing: border-box;
}

.hd{
    background-color: #F99F25 !important;
    border: 1px solid black !important;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal !important; 
    vertical-align: middle !important;
    font-size: 16px;
}

.content{
    background-color: #FFE24F !important;
    border: 1px solid black !important;
    white-space: normal;
    font-size: 14px;
}

.identification{
    background-color: #FFE24F !important;
    border: 4px solid red !important;
    white-space: normal;
    font-size: 14px;
}

table{
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}


#couponText{
    background-color: #F9F9F9;
    border:1px solid black;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 14px;
    white-space: nowrap ;
    vertical-align: middle !important;
}


#abtn,#dbtn{
    background-color: #F99F25;
    display: inline-flex;
}

td{
    border:1px solid black;
    padding-top: 15px ;
    padding-bottom: 15px ;
    vertical-align: middle !important;
    white-space: nowrap;
    font-size: 14px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: inherit !important;
 }

 .form-select.is-valid, .form-select:valid {
    background-image: none !important;
 }

 .id_dropdown{
    width:25% !important;
    height: 55px !important;
    min-width:fit-content !important;
    display: inline-block;
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 7px;
    color: black;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="id"]{
    min-width:fit-content !important;
    width:40% !important;
    height: 54px !important;
    display: inline-block;
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 7px;
    color: black;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="text"], input[type="tel"], input[type="email"]{
    width:80% !important;
    height: 50px !important;
    display: inline-block;
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 7px;
    color: black;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="file"]{
    box-sizing: border-box;
}

input[type=file]::file-selector-button {
    background-color: #b7bcbba3;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    margin-right: 20px;
  }

#submitBtn{
    align-items: center;

    background: linear-gradient(to bottom right, #f99f25, #FF9A5A);
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    outline: transparent;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}
a{
    color: white;
    text-decoration: none;
}

#submitBtn:hover {
  box-shadow: 0 0 .25rem rgba(136, 31, 206, 0.897), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

input[type="radio"]{
    float: left;
    clear: both;
    width: 16px;
    height: 16px;
}

input[type="checkbox"] {
    background-color: white;
    left: 30px;
    bottom: 15px;
    width: 18px;
    height: 18px;
}

#photo_example{
    max-width: 100%;
    max-height: 100%;
}

select{
    width:100% !important;
    display: inline-block;
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 7px;
    color: black;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
}


form{
    text-align: center;
    background-color: #474747;
}

html{
    background-color: #474747;
}

#icon{
    width:100%;
    background-color: #474747;
}
#linkedIn,#icon-1010{
        width:50px;
    }
#fb{
    width:50px;
} 

#error4{
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

#receiving_method{
    display: inline-block;
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 7px;
    color: black;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
}

#cust_address_1,#cust_address_2{
    width:49% !important;
}
#cust_address_3,#cust_address_4,#cust_address_5{
    width:99% !important;
}

#cust_address_6{
    width:40% !important;
}

#cust_address_7{
    width: 58%!important;
}

.select2{
    width:100% !important;
    height: 5% !important;
    background-color: white !important;
    border: none;
    border-radius: 8px;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
} 
.select2-container .select2-selection--single {
    height: 50px !important;
}

#uploadBtn,#payment{
    background-color: #f99f25;
}