/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 */
@import "header.css";
@import "tos.css";
@import "emailSent.css";
@import "smsCode.css";
@import "otpTimer.css";


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
textarea.tos_textarea {
    height: 80vh;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    overflow-y: scroll;
    resize: none;
}

.page-wrapper {
    padding: 2vh 6vw;
}


.page-wrapper > div {
    display: flex;
    flex-direction: column;
    /* this number is derived
    from the padding above*/
    min-height: 96vh;
}

.page-wrapper > div > main {
    flex: 1 0 auto;
}


.a-disabled {
    pointer-events: none;
    cursor: default;
    color: #5a5a5a;
}
