/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunito-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Nunito', sans-serif;
}

div {
    color:#0f121ac7;
} 
.nav-listing {
    padding: 0px;
}

.website {
    font-family: 'Nunito', sans-serif;
}

.sn-action-min {
    min-width: 7em;
}
.sn-button-min {
    min-width: 14em;
}
.sn-action-min-height {
    min-height: 3em;
}

#laravel-notify {
    z-index: 9999;
    position: absolute;
}
  

.custom-shape-divider-top-1671200640 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671200640 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 30px;
}

.custom-shape-divider-top-1671200640 .shape-fill {
    fill: #f8f9fa;
    _fill: orange;
}

.custom-shape-divider-bottom-1671217136 {
    position: _absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1671217136 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 31px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1671217136 .shape-fill {
    fill: #A3B9FF;

}

.custom-shape-divider-top-1674125611 {
    position: _absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1674125611 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1674125611 .shape-fill {
    fill: rgb(59, 155, 155);
}

/* Landing v2 */
.custom-shape-divider-top-1680879340 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1680879340 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 96px;
}

.custom-shape-divider-top-1680879340 .shape-fill {
    fill: lightgrey;
}

.mypopover {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    min-width: 80%;
}