/**
 * loading
*/
.loading-block{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #ffffffb0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-block img{
    width: 50px;
}
.loader-message img{
    width:50px;
    margin: auto;
    margin-bottom: 0.3rem;
}
/* file input */
.upload-single{
    position: relative;
    display: block;
    width: 100%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    margin-bottom: 0;
  }
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 0px;
    height: 0px;
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #a1cbef;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  }

  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }

  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }

  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }

  .custom-file-label {
    position: absolute;
    top: 0;
    margin-top: 0.5rem;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    /* margin-left: 1rem; */
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .btn-xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.5rem;
    line-height: 1rem;
}
.payment-method-image{
    width: 100px;
}
.payment-method-radio {
    margin-top: 45%;
}
.payment-method-image-cc {
    width: 50px;
}
.d-block{
    display: block;
}
.d-inline-block{
    display: inline-block;
}
.select2-container {
    display: block;
    width: 100%;
    position: relative;
}

.select2-container span.selection span.select2-selection {
    min-height: 40px;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}
.select2-container span.select2-selection__rendered {
    padding: 7.5px 32px 7.5px 12px;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: .25rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9cacc3;
}
span.error {
    display: block;
    margin-top: 0.2rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
    font-style: italic;
}
span.error-custom {
    display: block;
    margin-top: 0.2rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
    font-style: italic;
}
.d-none {
    display: none;
}
#customFileLang-2-1-error.error {
    margin-top: 30px;
    margin-left: 15px;
}
.image-contain {
    object-fit:contain;height:300px;background: #e9eef1;
}
#prize_bank_account-error {
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.custom-modal{
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 99;
}
.file-upload .custom-file span.error {
    margin-top: 30px;
    margin-left: 5px;
}
.pretty [type='checkbox']{
    color: #164e63;
    border-color:#164e63 ;
    border-radius:2rem;
}
.btn-dropdown-custom > button {
    background: transparent;
    color: #a9a9a9;
    border-color: #bbb;
    padding: 5px;
}


.btn-dropdown-custom > button:after{
    display: none;
}
@media (max-width: calc(768px - 1px)) {
    .checkout-mobile{
        display: block;
    }
    .checkout-desktop{
        display: none;
    }
    .cart-desktop {
        display: none;
    }
    .cart-mobile {
        display: block;
    }
}
@media (min-width: calc(768px - 1px)) {
    .checkout-mobile{
        display: none;
    }
    .checkout-desktop{
        display: block;
    }
    .cart-desktop {
        display: block;
    }
    .cart-mobile {
        display: none;
    }
}

.checkout-mobile {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    padding: 10px 8px;
    background: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    width: 100%;
}
.fixed-checkout {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    padding: 10px 8px;
    background: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    width: 100%;
}

.col-span-9{
    grid-column: span 9 / span 9;
}
