/* iOS Cordova Tweak */
.device-cordova.device-ios {
  height: 100vh;
}

/* Custom color theme properties */
:root {
  --f7-theme-color: #ff0000;
  --f7-theme-color-rgb: 255, 0, 0;
  --f7-theme-color-shade: #d60000;
  --f7-theme-color-tint: #ff2929;
}

.green {
    color: #00FF00;
}

.red {
    color: #FF0000;
}

.blue {
    color: #0000FF;
}

.hidden {
  display: none !important;
}

.wrap-text {
    overflow-wrap: break-word;
}

/* Your app custom styles here */