#customform_data, #hulk_customform_button, #hulk_contact{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hulkapps-confirmation .hulk-py-1{
    padding: 5px 0;
}

/* Only modal CSS */

.hulkapps-confirmation .hulk-Modal-Dialog__Container>*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}
.hulkapps-confirmation .hulk-Modal-Dialog__Container button,
.hulkapps-confirmation .hulk-Modal-Dialog__Container input{
    font-family: 'Lato', sans-serif !important;
}

.hulkapps-confirmation .hulk-Modal-Dialog__Container {
    position: fixed;
    z-index: 519;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #737373;
    letter-spacing: 0.07em;
    margin: 0;
}
.hulkapps-confirmation .hulk-Backdrop {
    position: fixed;
    z-index: 518;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: var(--p-backdrop, rgba(33, 43, 54, 0.4));
    animation: Polaris-Backdrop__fade--in 200ms 1 forwards;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}
.hulkapps-confirmation .hulk-Modal-Dialog__Modal {
    display: flex;
    flex-direction: column;
    width: auto;
    max-height: 90vh;
    background: var(--p-surface-foreground, white);
    box-shadow: var(--p-modal-shadow, 0 31px 41px 0 rgba(32, 42, 53, 0.2), 0 2px 16px 0 rgba(32, 42, 54, 0.08));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px;
}
.hulkapps-confirmation .hulk-Modal-Header {
    display: flex;
    flex-shrink: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}
.hulkapps-confirmation .hulk-Modal__BodyWrapper {
    display: block;
    overflow-x: hidden;
}
.hulkapps-confirmation .hulk-modal-Footer {
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.hulkapps-confirmation .hulk-Modal-CloseButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    margin-left: 20px;
    margin-right: -8px;
    padding: 8px;
}
.hulkapps-confirmation .hulk-Modal-CloseButton:focus{
    outline: none;
}
.hulkapps-confirmation .hulk-Modal__Body {
    width: 100%;
}
.hulkapps-confirmation .hulk-Modal-Section {
    flex: 0 0 auto;
    padding: 25px 25px 0;   
}
.hulkapps-confirmation .hulk-Modal-Title{
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    color: #252525;
}
.hulkapps-confirmation .hulk-close{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    outline: none;
    padding: 5px
}
/* -------------------------------- */

/* -------------------------------- */

.hulkapps-confirmation .hulk-btn{
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 400;
    border: 0;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
    color: #fff;
    background-color: #606FC7;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    letter-spacing: 1px;
}
.hulkapps-confirmation .hulk-btn:hover{
    background-color: #5B67C7;
}
.hulkapps-confirmation .hulk-instruction_list a:hover{
    color: #5B67C7;
}
.hulkapps-confirmation .hulk-instruction_list a{
    text-decoration: none;
    color: #606FC7;
    font-weight: 600;
}
.hulkapps-confirmation .hulk-instruction_list ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
}
.hulkapps-confirmation .hulk-instruction_list ul {
    margin: 0;
    padding: 0 20px;
}
.hulkapps-confirmation .hulk-label{
    color: #252525;
}
.hulkapps-confirmation .hulk-tab input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    display: none;
    margin: 4px 0 0;
    line-height: normal;
} 
.hulkapps-confirmation .hulk-tab input[type="checkbox"]+.hulk-tab-label{
    font-size: 14px;
    margin: 7px 0 0;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}
.hulkapps-confirmation .hulk-tab input[type="checkbox"]:checked+.hulk-tab-label span {
    border: 2px solid #606FC7;
    background: #606FC7;
}

.hulkapps-confirmation .hulk-tab input[type="checkbox"]+.hulk-tab-label{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #606FC7;
    padding: 15px;
    border-radius: 50px;
    margin: 5px 0 10px 0;
    /* white-space: nowrap; */
    color: #2c3e50;
}

/* Accordion styles */
.hulkapps-confirmation .hulk-tabs {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .hulkapps-confirmation .hulk-tab {
    width: 100%;
    overflow: hidden;
  }
  .hulkapps-confirmation .hulk-tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    font-weight: bold;
    cursor: pointer;
  }
  
  .hulkapps-confirmation .hulk-tab-content {
    max-height: 0;
    /* padding: 0 1em; */
    color: #2c3e50;
    background: white;
    transition: all .8s;
    text-align: left;
  }
  .hulkapps-confirmation .hulk-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  
  .hulkapps-confirmation .hulk-tab input:checked + .hulk-tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .hulkapps-confirmation .hulk-tab input:checked ~ .hulk-tab-content {
    max-height: 100vh;
  }
  /* end */

  .hulkapps-confirmation .hulk-success-image{
    width: 120px;
  }
  .hulkapps-confirmation .hulk-success{
    text-align: center;
    /*margin-top: -60px;*/
    margin-top: 10px;
  }
  .hulkapps-confirmation .hulk-successpopup-header{
    justify-content: center;
    border: none;
    padding: 0;
  }
  .hulkapps-confirmation .hulk-successpopup-list{
    text-align: center;
  }
  .hulkapps-confirmation .hulk-yeshappy a{
    color: #fff;
    padding: 14px;
    border-radius: 50px;
    margin: 10px 0 5px 0;
    max-width: 250px;
    width: 100%;
    border: 2px solid #606FC7;
    text-transform: unset;
    font-size: 15px;
    line-height: 1.2;
  }
  .hulkapps-confirmation .hulk-yeshappy a:hover{
    color: #fff;
    border-color: #5B67C7;
  }
  .hulkapps-confirmation .hulk-checkbox-list{
      margin-top: 10px;
  }
  .hulkapps-confirmation .hulk-Modal-Footer__FooterContent{
      display: flex;
      align-items: center;
      /*justify-content: space-between;*/
      justify-content: flex-end;
  }
  .hulkapps-confirmation .hulk-close-btn{
    background: #fff;
    border: 2px solid #606FC7;
    color: #2c3e50;
  }
  .hulkapps-confirmation .hulk-close-btn:hover{
      background-color: transparent;
  }

/* -------------- */

@media (min-width: 48.0625em){
    .hulkapps-confirmation .hulk-Modal-Dialog__Container {
        justify-content: center;
    }
    .hulkapps-confirmation .hulk-Modal-Dialog__Modal {
        position: relative;
        max-width: 620px;
        margin: 0 auto;
        border-radius: 6px;
    }
    .hulkapps-confirmation .hulk-Modal-Dialog__Modal.hulk-Modal-Dialog--sizeLarge {
        max-width: calc(100% - 64px);
        width: 100%;
    }

   
}
@media (min-width: 65.25em){
    .hulkapps-confirmation .hulk-Modal-Dialog__Modal.hulk-Modal-Dialog--sizeLarge {
        max-width: 600px ;
        /*width: auto;*/
    }
    .hulkapps-confirmation .hulk-Modal-Section {
        flex: 0 0 auto;
        padding: 50px 25px 0;
    }
}

.hulk_form_as_popup,.hulk_form_as_popup:focus,.hulk_form_as_popup:active{
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  margin: 8px;
  outline: none;
  outline-offset: unset;
}

#hulk_contact {
    height: 100% !important;
    text-align: center;
    padding: 30px 0 0;
}


#hulk_customform_button .hulkapps-confirmation .hulk-Modal-Dialog__Container.confirm_popup .hulk-Modal-Dialog__Modal{
    max-width: 650px;
}