/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  * {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;

  }



  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(175, 175, 175, 0.404); 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #690570; 
 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9500b3; 
}


.swal2-popup.swal2-modal.swal2-show {
    width: 1140px!important;
    border-radius: 0px;
}



.number_count_data {
    cursor: pointer!important;
}

  .close-button {
    text-align: end;
  }


.swal2-popup.swal2-modal.swal2-show {
    top: 30px;
}

  .container.main-form {
    box-shadow: none;
    border-radius: 10px;
    padding: 0px 30px 20px 30px;
  }
   
  .swal2-styled.swal2-confirm:focus {
    box-shadow: none!important;
}

  span.material-symbols-outlined {
    border: 1px solid #690570;
    border-radius: 100%;
    color: #690570;

  }

  .container.main-form h1 {
    font-size: 30px;
    text-align: start;
    color: #690570;
    font-weight: 400;
    padding: 20px 10px;
  }

  .container.main-form p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    margin: 0px 85px;
  }


  .form-group.col-md-4 span {
    border: none!important;
    position: absolute;
    margin-right: -21px;
    left: 188px;
  }



.connection span {
    border: none!important;
    position: relative;
    /* margin-right: -26px; */
    /* right: 354px; */
    left: -30px;
}

span#country-span {
    margin-left: -50px;
}

select.form-control:not([size]):not([multiple]) {
  width: 22%;
    border: navajowhite;
    font-weight: 600!important;
    color: black;
    font-size: 18px;
    padding: 0;
}

select#inputState{
  width: auto;
    border: none;
    font-weight: 600!important;
    color: black;
    font-size: 18px;
    padding: 0;

}
.form-check label {
    font-size: 16px!important;
    color: black;
}



select#inputState-forth {
    width: auto;
    margin-top: 15px;
}



select#inputState-2{
    width: auto;
}



select#inputState-3{
    width: auto;
    margin-top: 15px;
}









  /* ==========================================scroll==============css=========================== */

  .scroll-section {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
  }

  .without-icon{
    border: none;
    font-size: 18px;
    font-weight: 600;
    
    width: 55%;
   


  }
  .without-icon-first{
    border: none;
    font-size: 18px;
    font-weight: 600;
    
    width: 22%;
    
  }

  .without-icon-second{
    border: none;
    font-size: 18px;
    font-weight: 600;
    
    width: 74%;
    
  }

  .without-icon-third{
    border: none;
    font-size: 18px;
    font-weight: 600;
    
    width: 70%;
    
  }
  .without-icon-forth{
    border: none;
    font-size: 18px;
    font-weight: 600;
    
    width: 50%;
    
  }

  .container.main-form input.form-control {
    border: none;
    border-bottom: 1px solid #69057038;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    width: 80%;
    padding: 22px 0px 30px 3px;

  }

  .col-lg-6.col-sm-12.input-ancestry input {
    padding: 0px !important;
    margin-bottom: 26px!important;
    margin-top: -10px;
}

  .scroll-section h2 {
    font-weight: 400;
    font-size: 18px;
    margin: 20px 10px;
    letter-spacing: 1px;
    color: black;
    align-items: center;
    text-align: start!important;
  }

  .col-lg-6.col-sm-12.url-section label {
    width: 53%!important;
    text-align: start !important;

}

  .scroll-section span {
    font-weight: 700;
    margin-left: 5px;

  }

  .col-lg-6.col-sm-12.url-section input {
    padding: 10px!important;
    font-size: 16px;
}


  .drop-down-div .form-control {
    display: block;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    line-height: 1.5;
    color: #232323;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da00;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 600;
    /* margin: 0; */
    padding: 0px;
    margin-top: -6px;
    font-weight: 600 !important;
  }

  .form-control {
  border-radius: 0px!important;
  font-weight: 400 !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}



.form-control {
    -webkit-appearance: auto !important;
   
}


  option:hover {
      background-color: purple !important;
    }

option:nth-child (2) : hover {

background:purple !important;
}








  .scroll-section .btn-secondary {
    color: #232323;
    background-color: #6c757d00;
    border-color: #6c757d00;
    font-size: 24px;
    font-weight: 600;
    margin-top: -10px;
  }

  .devider {
    margin: 40px 40px 40px 0px;
    border-bottom: 1px solid rgba(128, 0, 128, 0.521);
  }

  .popup-form {
    margin-bottom: 40px;
  }


  .city-input.d-flex {
    margin: 40px 0px;
  }

  .lower-text-footer p {
    font-size: 16px !important;
  }

  .lower-text-footer span {
    font-weight: 600;
    color: #690570;
    text-decoration: underline;
  }

  .lower-text-footer {

    text-align: center;
  }

  button.form_submit{
    padding: 10px 65px;
    margin-bottom: 40px;
    border: 1px solid #690570;
    background: white;
    color: #690570;
    font-size: 16px;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 0px;
  }

  .connection {
    padding: 20px 0px;
  }

  .header-text-main {
    font-size: 30px;
    text-align: center !important;
    color: #690570;
    font-weight: 400;
       margin: 10px 55px 10px 55px!important;
  }

  .lower-text-footer p {
    padding: 20px 10px !important;
    text-align: start !important;
    margin: 0 !important;
  }
  .col-lg-6.col-sm-12.url-section {
       display: flex;
    padding: 0px;
    margin-bottom: 3px;
    align-items: end;
}
.col-lg-8.col-sm-12 input.form-control {
    width: 100%;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    box-shadow: none !important;
    border: none!important;
    border-bottom: 1px solid purple !important;
  }
  .form-check-input:focus {
    border-color: #690570;
    outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(105 5 112 / 15%) !important;
}

  .form-check-input:checked {
    background-color: #690570!important;
    border-color: #690570 !important;
}

button.form_submit:hover {
    background: purple;
    color: white;
}
.form-row {
    padding: 0px 10px;
}

label {
   
    margin-bottom: 0px;
}
.col-lg-6.col-sm-12.url-section label {
    padding-top: 12px;
        color: black;
    font-size: 16px;
}
.form-row input {
    padding: 18px 2px;
    width: 80%;
}

.city-input.d-flex input {
    padding: 18px 2px;
    width: 80%;
}


.main-url-sec {
    padding: 0px 10px;
    width: 80%;
}

.connection select {
    margin-left: 20px;
}

.check-box-main-container {
    padding: 16px;
}

h2.elected {
    margin-bottom: 5px;
    text-align: start !important;
}

h2.apply-all {
    margin: 20px 10px!important;
}

.form-check-input {
    width: 20px;
    height: 15px;
   
}
input[type=checkbox] {
          accent-color: #690570;
          border: 2px solid #690570;
          color: #690570;
          border-radius: 0!important;
        }
      
        











/* <===================================selecter-----------------------------------css====================
===============================================================================================================================> */


.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  color: #60666d;
}



.select-box__current {
  position: relative;
  /* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}


.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
    background: white;
    z-index: 9;
}


.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.form-check {
   
    text-align: start!important;
}






  @media only screen and (min-device-width: 280px) and (max-device-width: 767px) {

    .container.main-form {

      padding: 10px 0px;
    }

    div#swal2-html-container {
    padding: 0!important;
    margin: 13px!important;
}

    .header-text-main {

      margin: 20px 0px !important;
    }

    .container.main-form p {

      margin: 20px 0px;
    }

    .container.main-form h1 {
      font-size: 24px;
      padding: 10px;

    }

    .connection h2 {
      display: block !important;
    }

    .connection .form-control {

      width: 100%;

    }

    .connection .form-control-seciond {

      width: 100%;

    }

    .drop-down-div h2 {
      display: block !important;
    }

    .city-input.d-flex {
      margin: 20px 10px!important;
      display: block !important;
    }
    .col-lg-6.col-sm-12.url-section label {
    width: 100%!important;
}

    .devider {
      margin: 20px 0px;
      border-bottom: 1px solid rgba(128, 0, 128, 0.521);
    }

    .drop-down-div .form-control {
      width: 35%;
      margin-top: 10px;
    }

    .form-group.col-md-4 {
      padding: 0;
    }

    .form-control {
      margin-bottom: 20px;
    }

    .col-lg-6.col-sm-12.url-section {
    display: block;
    padding: 0;
}

.city-input.d-flex .col-lg-4.col-sm-12 {
    padding: 0;
}

.form-row input {
    padding: 18px 2px;
    width: 100%;
}
.city-input.d-flex input {
    width: 100%;
}

input.form-control {
    width: 100%;

  }
  .main-url-sec {
   
    width: 100%;
}

select#inputState {
    width: auto;
}
.connection select {
    margin-left: 0px;
    margin-top: 20px;
}
select#inputState-2 {
    width: auto;
}


  }
  button.swal2-close {
    color: purple;
    border: 1px solid purple;
    border-radius: 50%;
    margin: 10px 10px 0px 0px;
}
button.swal2-close:hover {
    transform: none;
    background: purple;
    color: #fff;
}
button.swal2-close:focus {
    transform: none;
    background: purple;
    color: #fff;
}