
/*Signup css*/

.signup-wrapper {
    background: rgba(241, 242, 247, 1);
    padding: 50px 0 80px 0;
}

.signup-wrapper h1 {
    color: #0F82A8;
    font-size: 40px;
    font-weight: 700;
    Line-height: 42px;
    text-align: center;
}

.header-wrapper .navbar-brand img{
    height: 50px;
}

.signup-form {
    background: #fff;
    padding: 30px 40px;
    margin-top: 20px;
}

.signup-form p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #222222;
}

.signup-input {
    margin-top: 30px;
}

.signup-form .signup-input label {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
}

.billing-form-check-label{
    font-size: 15px !important;
}

select.form-control {
    height: 60px !important;
}

.form-control {
    height: 60px;
}

.signup-form .signup-input .form-group {
    margin-bottom: 30px;
}

.signup-form .signup-input .form-control:focus {
    border-color: #0F82A8;
    box-shadow: none;
}

.sign-up-content p {
    font-size: 22px;
    color: rgba(16, 36, 60, 1);
    font-weight: 500;
}

.sign-up-content ul {
    list-style: none;
    padding: 0;
}

.sign-up-content ul li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px;
}

.sign-up-content ul li img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.sign-up-content ul li h6 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.sign-up-content ul li span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(16, 36, 60, 1);
}

.signup-detail .form-group.statements {
    margin: 50px 0;
}

.signup-detail .form-group h2 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}

.signup-form .agree a {
    color: #0F82A8;
    font-weight: 500;
    text-decoration: none
}

.signup-form .agree {
    margin: 20px 0;
}

.signup-btn .bg_btn {
    background: #0F82A8;
    border-color: #0F82A8;
    color: #fff;
    padding: 15px 35px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 300px;
    margin-top: 20px;
    text-decoration: none;
}

/* input[type=checkbox] {
    position: relative;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
} */
input[type=checkbox] {
    position: relative;
      border: 1px solid rgba(191, 191, 200, 1);
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }

  input[type=checkbox]:hover {
    opacity: 1;
  }

  input[type=checkbox]:checked {
    background-color: rgba(15, 130, 168, 1);
    border-color: rgba(15, 130, 168, 1);
    opacity: 1;
  }

  input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }

.form-check-label {
    margin-left: 10px;
}

.dropdown-with-arrows {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-with-arrows select {
    width: 100%;
    padding-right: 2.5rem; /* Space for the icon */
}

.dropdown-with-arrows .arrow-icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #727986;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent blocking interaction with dropdown */
}

.signup-billing-btn{
    background: #0F82A8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-address{
    background: #0F82A8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    font-size: 14px;
    float: right;
}

@media (max-width:575px){
    .header-wrapper .col-sm-6{
        width: 50%;
    }
    .header-wrapper .navbar-brand img {
        height: 40px;
    }
    .header-btn .bg_btn{
        padding: 10px !important;
        font-size: 12px !important;
    }
    .signup-wrapper h1 {
        font-size: 30px;
        Line-height: 30px;
    }
}

@media (max-width:767px){
    .header-wrapper{
        padding: 20px !important;
    }
    .signup-form p,
    .signup-form .signup-input label,
    .sign-up-content ul li span,
    .form-group .form-check .form-check-label{
        font-size: 14px;
    }
    .signup-form{
        padding: 20px;
    }
    .sign-up-content ul li img {
        width: 50px;
        height: 50px;
    }
    .sign-up-content ul li h6,
    .signup-detail .form-group h2{
        font-size: 16px;
    }
    .footer-wrapper{
        padding-bottom: 20px !important;
    }
}