﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?1264");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */
  
:root {
    --color-primary: #008000;
    --color-primary-hover: #008000;
    --color-secondary: #c7cbcc;
}
.navigationtop, .navigation-top.ph.navigationtop {
    color: #008000;
    font-weight: bold;
}
.select, .select.select {
    font-size: 14px;
    height: 26px;
}

.spacer {
    margin-top: 10px;
}