.elementor-289 .elementor-element.elementor-element-893239b{text-align:center;}.elementor-289 .elementor-element.elementor-element-893239b .elementor-heading-title{color:#54595F;font-size:35px;}.elementor-289 .elementor-element.elementor-element-893239b > .elementor-widget-container{padding:30px 0px 0px 0px;}.elementor-289 .elementor-element.elementor-element-f556d69 > .elementor-widget-container{margin:40px 0px 40px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f556d69 */html {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%; 
}

#cis {
    position: relative;
    width: 50vw;
    background: #f9f9ff;
    margin: auto; 
    border-radius: 10px;
    box-sizing: border-box;
    font-family: "LatoLight", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    box-shadow: 1px 1px 10px rgb(61, 60, 60, .2);
    overflow: hidden; 
}
#cis .head {
    padding-bottom: 1em;
}

#cis h2 {
    font-size: 1.6rem;
    margin: 1rem 0;
}

#cis .head h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#cis .head h2 small{
    display: block;
    margin: .5em auto;
    text-align: center !important; 
    margin-bottom: 0;
    padding-bottom: 0
}
 
#cis .head p{
    color: rgba(30, 30, 70, 1);
    text-align: center;
    font-size: 1em; 
    margin-bottom: 0;
    padding:  0;
    margin-top: 1em;
}

#cis form { 
    padding: .5rem 1rem; 
    padding-bottom: 1.5rem;
    overflow: hidden;
} 

#cis .parent {
    position: relative;
    width: 100%;
    margin-top: 1em;
    border-radius: 2px;
    text-align: left;
}

#cis .item-group {
    position: relative;
    width: 100%; 
    display: flex;
    justify-content: space-between;
    /*padding: 0 .2em; */
     padding: 0 .25em;
}
 

#cis .parent .child,
#cis .parent .item-group .sub-child {
    display: flex;
    padding: .5em; 
    margin-bottom: 20px;
    border: 1px solid black;
    border-radius: 5px;
}

#cis .parent .item-group .sub-child {
    width: 49%; 
}

#cis div.item-group .sub-child:first-child {
    /*margin-right: 15px; */
}

#cis .parent .child .itemLoggo,
.item-group .sub-child .itemLoggo  { 
    width: 12%;
    height: 100%;
    max-width: 30px;
    max-height: 30px; 
}

#cis .parent .child .itemLoggo svg,
#cis .item-group .sub-child .itemLoggo svg { 
    width: 90%; 
}

#cis .parent svg {
    fill: #424242;
} 
 
#cis .bg {
    background: #424242; 
    border-bottom: 1px solid rgba(0, 0, 100, 0.2); 
    padding: 0 1rem;
}

#cis .bg div.cards {
    width: 100%;
    height: 150px;
    max-height: 150px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

#cis .cards .project-logo { 
    width: 100%;
    height: 100%;
    padding: .5em; 
    align-self: center;
    overflow: hidden;
}

#cis .bg div.payment-menu { 
    width: 50%;
    height: 50%;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-self: center;
}

#cis .cards .project-logo img{
    position: relative;
    left: 25%;
    height:100%;
    object-fit: cover; 
}
 
#cis .bg div.payment-menu div {
    position: relative;
    width: 30%; 
    min-width: 70px;
    margin: 0 5px;
    padding: .5em;
    background-color:rgba(255, 255, 255, 0.9);
}

#cis .bg div.payment-menu div svg {
    position: relative;
    width: 100%;
    min-width: 30px;
    height: 100%;
    align-self: center;
    height:100%;
    object-fit: cover; 
}

/* IFRAME */

 #cis .payment-iframe {
    height: 100%;
    width: 100%;
}

 #cis .payment-iframe iframe {
    height: 90%;
    width: 80%;
    display: inline-block;
    min-height: 70vh;
    border: none;
}
/*END  IFRAME */

/* INPUTS AND BUTTONS */

#cis .msgs {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#cis .msgs button {
    margin: 5px;
    padding: 1rem;
    z-index: 999; 
}

#cis .child input,
#cis .sub-child input,
#cis .parent .submit input,
#cis .child select,
#cis button {
    border: none;
    background: none;
    outline: none;
}

#cis div.submit button {
    width: 40%;
    min-width: 25%;
    margin-top: 1rem; 
    background: #D83232; 
    border-radius: 10px; 
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-family: Arial;
    font-size: 24px;
    padding: 1rem;
    text-decoration: none;
    text-shadow: none !important; 
    box-shadow: none !important;
}
 
#cis div.submit button:active {
    position: relative;
    top: 1px;
}

#cis .parent .item-input {
    position: relative;
    width: 100%; 
}

#cis .parent input {
    vertical-align: middle;
    width: 90%;
    max-width: 95%;
    margin-left: 0.5em;
    height: 100%;
}

#cis .parent > .submit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

/* Placholder */

#cis input:-webkit-autofill,
#cis input:-webkit-autofill:hover,
#cis input:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
    transition: background-color 5000s ease-in-out 0s;
    font-family: "LatoLight", sans-serif;
}

#cis ::placeholder {
    color: black;
    opacity: 1;
    font-family: "LatoLight", sans-serif;
    font-size: 1.2rem;
    vertical-align: text-bottom;
}

#cis :-ms-input-placeholder {
    color: black;
    font-family: "LatoLight", sans-serif;
    font-size: 1.2rem;
}

#cis ::placeholder,
#cis ::-ms-input-placeholder,
#cis :-ms-input-placeholder {
    color: black;
    font-family: "LatoLight", sans-serif;
    font-size: 1.2rem;
} 
/* PLACHOLDER END */

#cis span.invalid,
#cis span.valid,
#cis label.error {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: .5em;
    top: 130%;
    margin: 2px;  
    background: none !important;
}

#cis label.error {
    left: -35px;
}

#cis span.invalid,
#cis label.error {
    font-weight: bold;
    color: #fe6e32;
}

#cis .border-error {
    border-bottom: 3px solid red;
}

/* END INPUTS */

/* MEDIA QUERY */

@media screen and (max-width: 930px) {
    #cis {
        width: 70%;
    }
    #cis form {
        margin-top: 0;
    }  
}

@media screen and (max-width: 1140px) {
    #cis {
        width: 80%;
    }
    #cis .child {
        flex: 1 1 40%;
    }
    #cis .no-shrink {
        flex: 0 1 40%;
    } 
    #cis .item-group {
        flex-direction: column; 
    }
    #cis .parent .item-group .sub-child {  
         width: 100%;
    }

    #cis div.item-group .sub-child:first-child {
        /*margin-right: 0; */
    } 
}

@media screen and (max-width: 700px) {
    #cis {
        width: 80%;
    }
    #cis .child {
        flex: 1 1 50%;
    }
    #cis .no-shrink { 
        width: 50%;
    }
    #cis .bg div.payment-menu div { 
        min-width: 30px;
        max-width: 50px; 
        max-height: 40px;  
    }
}

@media screen and (max-width: 554px) {
    #cis {
        width: 100%;
    }
    #cis .child {
        flex: 1 1 100%;
    }
    #cis .no-shrink {
        width: 100%;
    }
}

@media screen and (max-width: 1311px) {
    #cis .parent .submit button {
        width: 60%;
    }
}

@media screen and (max-width: 781px) {
    #cis .parent .submit button {
        width: 80%;
    }
}

@media screen and (max-width: 554px) {
    #cis .parent .submit button {
        width: 100%;
    }
}
/* END MEDIA QUERY *//* End custom CSS */