*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #0D0D0D;
    color: #FFFFFF;
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}
.text-center {
    text-align: center;
}
.margin-0{
    margin: 0 auto;
}
.max-w-70{
    max-width: 70rem;
    margin: 0 auto;
}
.text-gray{
    color: #9E9E9E;
}
.mt-90{
    margin-top: 90px;
}
.main-div{
    display: flex;
    justify-content: center;
    column-gap: 49px;
    margin-top: 36px;
    margin-bottom: 54px;
    padding: 0px 16px;
}
.mt-94{
    margin-top: 94px;
}
.mb-54{
    margin-bottom: 54px;
}
.left-section{
     width: 430px;
}
.right-section{
    background-color: #121212;
    padding: 40px 40px 16px 40px;
    border-radius: 25px;
    width: 485px;
    /* min-height: 680px; */
    height: 100%;
}
h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
}
h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}
.description-bold{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.description{
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fw-regular{
    font-weight: 400;
}
.fw-medium{
    font-weight: 400;
}
.fw-semibold{
    font-weight: 600;
}
.fw-bold{
    font-weight: 700;
}
.bg-description{
    border-radius: 10px;
    border: 1px solid var(--CONTRAST-GREY, #303030);
    background: rgba(121, 121, 121, 0.20);
    padding: 15px 0px 16px 0px;
    text-align: center;
}
.border-line{
    border: 1px solid #797979;
}
.input-form-group{
    border-radius: 20px;
    background-color: #1A1A1A;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    /* padding-left: 8px;
    padding-right: 8px; */
}
.input-form-group:focus-visible{
   outline: none;
}
.bg-card{
    padding: 9px 10px;
    background-color: #191919;
    border-radius: 6px;
    border: 1px solid #191919;
}
.bg-card:hover{
    border: 1px solid #FFFFFF;
}
.bg-pay-card{
    background-color: #1C1C1E;
    border-radius: 8px;
    padding: 11px 9px 11px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.accentColor{
    accent-color: #fff;
}



.button-primary{
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 10px;
    cursor: pointer;
}
.button-outline{
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    background-color: #1A1A1A;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 7px;
    cursor: pointer;
}
.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.text-center{
    text-align: center;
}
.text-gray{
    color: #909090;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.w-full{
    width: 100%;
}
.ml-12{
    margin-left: 12px;
}
.ml-6{
    margin-left: 6px;
}
.ml-4{
    margin-left: 4px;
}
.position-relative{
    position: relative;
}


.p-16{
    padding: 0px 16px;
}


.gx-49{
    column-gap: 49px;
}
.gx-16{
    column-gap: 16px;
}
.gx-12{
    column-gap: 12px;
}
.gx-8{
    column-gap: 8px;
}
.gx-6{
    column-gap: 6px;
}



.mb-35{
    margin-bottom: 35px;
}
.mb-26{
    margin-bottom: 26px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-18{
    margin-bottom: 18px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-14{
    margin-bottom: 14px;
}
.mb-13{
    margin-bottom: 13px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-9{
    margin-bottom: 9px;
}
.mb-6{
    margin-bottom: 6px;
}
.mt-8{
    margin-top: 8px;
}
.mt-20{
    margin-top: 20px;
}
.font-12{
    font-size: 12px;
}
.pb-5{
    padding-bottom: 5px;
}





/* styles.css */

/* Style for Trustpilot widget container */
.trustpilot-widget {
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
  }

  /* Style for Trustpilot widget link */
  .trustpilot-widget a {
    color: #00f;
    text-decoration: none;
    font-size: 16px;
  }

  /* Adjust the styling according to your needs */
  .hidden {
    display: none;
}

.mb-0{
    margin-bottom: 0px;
}

 .visa-card{
    background: #303030;
    padding: 3px;
    border-radius: 3px;
    width: 22px;
    height: 16px;
 }
 .pitpay-card{
    background: #303030;
    padding: 3px;
    border-radius: 3px;
    width: 28x;
    height: 16px;
 }

.text-danger{
    color: #FF0000;
}
.cursor-pointer{
    cursor: pointer;
}
.refund-bg{
    padding: 0px 10px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.bg-ssl{
        padding: 12px 10px;
        width: 100% !important;
        background-color: #1A1A1A !important;
        margin-right: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: auto;
}
.refund-text{
    padding: 10px;
    font-size: 14px;
    color: #FFFFFF !important;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    line-height: 17px;
}
.ml-7{
    margin-left: 7px;
}

.iti.iti--allow-dropdown{
    width: 100%;
}
.iti__flag.iti__us{
    border-radius: 20px !important;
}

.px-18{
    padding-left: 18px;
    padding-right: 18px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 12px !important;
    margin-left: 0;
}
.iti__selected-flag {
    padding: 0 6px 0 15px !important;
}

.plus-icon{
    font-size: 14px;
    line-height: 15px;
}

.bg-order-sm{
    background-color: #121212;
    padding: 14px 19px;
    border-radius: 10px;
}
.margin-b-sm{
    margin-bottom: 20px;
}
.max-w-400{
    max-width: 500px;
}

@media screen and (max-width:1000px){
    .max-w-400{
        max-width: 400px;
    }
    .bg-input-sm{
        background-color: #121212;
        padding: 8px;
        border-radius: 10px;
    }
    .main-div{
        flex-wrap: wrap;
        row-gap: 18px;
        margin-top: 25px;
        margin-bottom: 48px;
    }
    .right-section{
        padding: 4px 20px;
        border-radius: 25px;
        width: 100%;
    }
    .max-w-70{
        max-width: 32rem;
    }
    .mt-90{
        margin-top: 21px;
    }
    .sm-hidden{
        display: none;
    }
    .font-12{
        font-size: 10px;
    }
    .margin-b-sm{
        margin-bottom: 13px;
    }

    .iti.iti--allow-dropdown{
        margin-bottom: 0px;
    }
}

@media screen and (max-width:380px){
    .font-12{
        font-size: 8px;
    }
}


@media screen and (min-width:1000px){
    .lg-hidden{
        display: none;
    }
}



.trustpilot-widget{
    background-color: #1C1C1E;
    border: 0px solid transparent;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


/* CHECKBOX INPUT  */
.checkboxes-container {
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .option {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkbox {
    position: relative;
    height: 13px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.15s;
    border-radius: 2px;
  }

  .option input:focus-visible ~ .checkbox {
    border: 1px solid #24e1ce;
  }

  .option:hover input ~ .checkbox {
    border: 1px solid #fff;
  }

  /* ---------- */
  /* Checkbox 1 */

  .checkbox1:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 0px;
    height: 0px;
    border: solid #1563ff;
    border-width: 1px 1px 0 0;
    opacity: 0;
    transform-origin: left top;
    transform: scaleX(-1) rotate(135deg);
    transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
      opacity 0.1s ease 0.2s, border-width 0.1s ease;
  }

  .option input:checked ~ .checkbox1:after {
    opacity: 1;
    width: 4px;
    height: 10px;
    border-color:  #fff;
    transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
      border-width 0.1s ease;
  }

  .card-icon{
    position: absolute;
    right: 18px;
    top: 12px;
  }

  select {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/3f5c0aee-974e-4f20-8856-3123568fa11e/4d4e752d-750b-41c3-a105-c0519d47a6d9/Vector.png") no-repeat 80% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    font-family: Helvetica, serif;
    background-size: 9px 5px;
    }

    .iti__flag.iti__af{
        border-radius: 10px;
    }


    input:is([type="checkbox"], [type="radio"]) {
        -webkit-appearance: none;
        width: 1.2em;
        height: 1.2em;
        background: transparent;
        border: 2px solid #909090;
        border-radius: 0.3em;
        transition: background-color 300ms, border-color 300ms;

    }



    input:is([type="checkbox"], [type="radio"]):checked {
            background: #fff;
            background-repeat: no-repeat;
            border: 0.5px solid #909090;

        }

    input:is([type="radio"]) {
        border-radius: 50%;
    }
    .iti__country-list{
        background-color: #000 !important;
    }
    .iti__country-list::-webkit-scrollbar {
        width: 0px;
        }

        /* div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        } */


        .text-decoration-none{
            text-decoration: none;
        }

        .text-white{
            color: #fff;
        }
