/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


/* modal specific Stylesheet definitions */
.google-maps {
    position: relative;
    padding-bottom: 0; /* the aspect ratio */
    height: 267px;
    overflow: visible;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal.bottom-sheet {
     max-height: 90%;
     overflow-y: visible;
}
.nomargin {
    margin-bottom: 0px;
}
.btn-modal-float{
    position: absolute;
    top: -30px;
    right: 8px;
}