.screen {
    padding-bottom: 100px;
}

.nominal-section,
.method-section,
.form-section {
    padding: 17px 0px;
}

/* Section Arrangement - Start */

.method-section .section-title {
    margin-top: 20px;
}

.method-section .method-bar {
    margin-bottom: 20px;
}


/* Section Arrangement - End */

.nominal-optional {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nominal-item {
    width: 48.5%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 7px;
    height: 50px;
    margin: 7px 0px;
}

.nominal-item img{
    margin-right: 17px;
}

.nominal-item.selected {
    background-color: var(--main-color);
    color: white;
}

.nominal-donasi {
    height: 50px;
    background: #F9F9F9;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* identical to box height */
    color: #FFFFFF;
    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);

    width: 100%;
    outline: none;
    /* border: 1px solid #C4C4C4; */
    margin-top: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    border: none;
}

.border{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    padding: 7%;
    width: 100%;
    height: 50vh;
    background-color: #F6F6F6;
    border: 1px solid var(--primary);
    border-radius: 16px;
    color: black;
}

.nominal-donasi::placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #FFFFFF;
}

.nominal-donasi:focus {
    outline: none;
    border: none;
    color: #FFFFFF;
}

.method-bar {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 24px;
    padding-right: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.method-bar .method-title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
    margin-top: 7px;
}

.method-bar .btn-choose-method {
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-pay-donation {
    height: 52px;
    width: 100%;
    background: var(--primary);
    border-radius: 6px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
}

.form-section .form-title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    text-align: center;
    margin-bottom: 25px;
}

.form-section .form-title a {
    color: var(--main-color);
}

.form-section .form-input-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4px;
}

.form-section .form-input-label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
}

.form-section .form-input,
.form-section .form-textarea {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    border-radius: 13px;
    padding: 0 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    border: none;
    margin-bottom: 15px;
}

.form-section .form-textarea {
    height: 109px;
    padding-top: 18px;
    resize: none;
}

.form-section .form-input::placeholder,
.form-section .form-textarea::placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A4A4A4;
}

.form-slider-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
}

.form-slider-group .form-slider-label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.005em;
    color: #363636;
}

.form-slider {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 40px;
}

.form-slider input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-slider .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F1F1F1;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-slider .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: 1px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #C4C4C4;
}

.form-slider input:checked+.slider::before {
    background-color: var(--main-color);
}

.form-slider input:checked+.slider {
    background-color: #c2c8ff;
}

.form-slider input:focus+.slider {
    box-shadow: 0 0 1px #c2c8ff;
}

.form-slider input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.form-slider .slider.round {
    border-radius: 34px;
}

.form-slider .slider.round:before {
    border-radius: 50%;
}

.tiny-description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #353535;
}

.tiny-description span {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #353535;
}

@media screen and (max-width: 414px) {
    .nominal-section {
        padding: 17px 10px;
    }
    .nominal-item {
        margin: 7px 1px;
    }
}

#bottom-method {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 414px;
    z-index: 99999;
    padding: 21px 20px;
    border-radius: 22px 22px 0px 0px;
    height:100vh;
    overflow:scroll;
}

#bottom-method .method-title {
    margin-bottom: 0;
    margin-left: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;

    color: #363636;
}

#bottom-method img {
    width: 12px;
    height: auto;
}

#bottom-method #wallet {
    width: 34px;
    height: auto;
}

.gap {
    width: 100%;
    max-width: 414px;
    height: 35px;

    background: #F1F1F1;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    color: #000000;

    text-align: center;
    padding-top: 9px;
    margin-bottom: 30px;
}

.extra-section{
    width: 100%;
    height: 94px;
    background: #F9F9F9;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    padding: 19px 15px;
}

.extra-section .checklist{
    padding: -10px 20px;
    width: 100%;
    max-width: 240px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #363636;
}

.extra-section img{
    width: 45px;
    height: 45px;
}

.section-information{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: rgba(54, 54, 54, 0.5);
}

#picker{
    background-color: white;
    position: fixed;
    max-width: 199px;
    width: 100%;
    z-index: 5;
    padding: 21px 20px;
    border-radius: 5px;
}

.text{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #363636;
    text-align: center;
    margin-bottom: 12px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

ul{
    max-height: 4em;
    overflow: auto;
	scroll-snap-type: y mandatory;
    padding: 0;
}

::marker{
    display: none;
}

.selector{
    position: fixed;
    width: 60px;
    height: 19px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 21px 50px;
    background-color: var(--secondary) !important;
    border-radius: 3px;
    z-index: -1;
}

.number{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    /* identical to box height */

    text-align: center;

    color: #C7C7C7;
}
