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


.tabs-content.carousel .carousel-item { height: 100%; }


.toastify {
    color: black;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    padding-right:25px;
    max-width: 200px;
    margin-right: calc(max(0px, ((100vw - 700px - 20vw)/2)));
    margin-left: calc(max(0px, ((100vw - 700px - 20vw)/2)));
    }
    
    .toast-close {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    padding: 0px;
    font-size: 14px;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 100%;
    background: #ff9663;
    height: 20px;
    width: 20px;
    line-height: 20px !important;
    font-family: initial;
    display: flex;
    align-content: end;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'Material Icons';
    }
    
    .toast-close::after {
    font-family: Material Icons;
    font-size: 14px;
    z-index: 9999;
    content: 'close';
    visibility: visible;
    color: black;
    font-weight: bold;}
  
    @media only screen and (max-width: 360px) {
    
    .toastify-right {
    right: 15px;
    left: unset;
    } }
  
