*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {outline:none !important}

html, body {
	padding: 0;
    margin: 0;
	width: 100%;
	height: 100%;
	font: normal normal normal 9pt 'Montserrat', 'Helvetica', sans-serif;
    color:gray;
    background-color: #fff
}

a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
	color:#5370a8;
	font-weight: bold
}



#topMenu a:link, #topMenu a:visited {
    font-size: 12pt;
    color: #000;
}

a:hover {
	color:#c7d6ce
}

.vmid {
    display: flex; 
    align-items: center;
}

.headerShadow{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cen {
    text-align:center
}

.font10 {
    font-size:10pt
}

.dark {
    color:#000;
}

.bld {
    font-weight:bold
}

.badge {
    padding: 2px 8px;
    margin: 3px auto 0;
    border-radius: 10px;
    background: #e6f6ec;
    color: #000;
    font-size: 8pt;
    font-weight: 600;
    line-height: 1.4;
    border: 1px solid #bfe6cd;
    vertical-align: middle;
    text-align: center;
    max-width: 250px;
}

ul {
	list-style: disc;
	margin:0 0 5px 15px;
    padding:0;
}

li{
    padding: 2px 0;
    color:#000
}

li.subPoint {
    list-style-type: circle;
    margin-left: 16px;
    font-size: 8.5pt;
}

li.subPoint .title3 {
    font-size: 9pt;
}

#pgContainer {
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
}

#contentHeader {
    padding:0 25px 10px 35px;
    vertical-align:middle;
    border-left:10px solid #57a284
}

#pgContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    overflow-y: auto; 
    overflow-x: hidden;
    padding: 10px;
    justify-content: center;
    align-items: flex-start;
}

#billingCalculator {
    max-width: 1060px;
    width: calc(100% - 40px);
    height:auto;
    margin: 10px auto 30px auto;
    padding: 16px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0d142042;
    text-align: center;
}

.billingTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 8px;
    font: normal normal normal 10pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
    background: #fff;
    border: 1px solid #dbe6df;
    border-radius: 8px;
    overflow: hidden;
}

.billingTable th,
.billingTable td {
    border-right: 1px solid #e1e7e3;
    border-bottom: 1px solid #e1e7e3;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}

.billingTable th {
    font-weight: bold;
    background: #f3f7f4;
    color: #000;
}

.billingTable tr:last-child td {
    border-bottom: 0;
}

.billingTable th:last-child,
.billingTable td:last-child {
    border-right: 0;
}

.billingTable tr:nth-child(even) td {
    background: #fafcfb;
}

.billingInput {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #c6d6cf;
    border-radius: 4px;
    font: normal normal normal 10pt 'Montserrat', 'Helvetica', sans-serif;
}

.gray-out {
    opacity: 0.5;
    filter: grayscale(100%);
    /* pointer-events: none; */
}

#pgFooter {
    background-color: #222935;
    min-height: 65px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    text-align: center;
}

#pgFooter a {
    color: #ffffff;
    white-space: nowrap;
}

#pgFooter a:hover {
    text-decoration: underline;
    color: #9ffabd
}

#pgFooter a:active {
    color: #57A284;
}

@media (max-width: 600px) {
    #pgFooter {
        gap: 12px 18px;
        padding: 14px 16px;
    }
}

#topBar {
    background-color:#0d1420;
    height:15px;
}

#menuBar {
    border-left:10px #57a284 solid;
    padding:25px 35px;
}

#menuTiers {
    padding:0px 10px;
    border-bottom: 1px solid gray
}

.spacedCols{
    display:flex;
    justify-content: space-between;
}

#logo {
    width:600px;
    color:black;
}

.card {
    margin:10px 10px 20px 10px;
    padding:10px;
    flex: 0 1 330px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0d142042;
    min-width: 203px;
    max-width: 330px;
}

.rightCol {
    flex: 0 0 250px;
}

.title {
    font-size: 16pt;
    font-weight: bold;
    color: #000;
    padding-right:4px
}

.title2 {
    font: normal normal bold 14pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
    margin-bottom: 10px;
        
}
.titleBilling {
    font: normal normal bold 14pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
    margin-bottom: 6px;
    margin-top: 10px;

}
.MSA{
    font: normal normal bold 14pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: none;
    height: 100%;
}
.MSA .msaPdf{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.title3 {
    font: normal normal bold 10pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
    padding-right:4px
}

.vspc {
    padding:6px 0;
}

.smallDesc{
    min-height:72px;
     
}

.cardMoreLink {
    font-weight: bold;
    color: #5370a8;
}

.filler{
    height:58px;
}

.btnContainer{
    padding:10px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0d142042;
}

.toggleBtnOn{
    padding:5px 8px;
    background: #D3D8DE;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0d142042;
    color:#5370A8;
    cursor: pointer
}

.toggleBtnOff{
    padding:5px 8px;
    background: #FFFFFF;
    color:gray;
    cursor: pointer
}

.shade {
    background-color:#E2F4ED;
    margin-top:2px;
    padding: 2px;
    vertical-align:middle
}

.chart {
    width:275px;
    margin-top:10px;
    font: normal normal bold 9pt 'Montserrat', 'Helvetica', sans-serif;
    color:gray;
    border-bottom:1px solid gray;
    border-top:1px solid gray
}

.chartRow {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.chartCol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  color:black
}

.cntrlBtn {
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px 30px;    
    background-color: #222935;
    border: none;
    font: normal normal bold 12pt 'Montserrat', 'Helvetica', sans-serif;
    color: #FFFFFF;
    transition: background-color 0.3s ease, transform 0.1s ease;
    min-width: 150px;
    text-align: center;
}

.cntrlBtn:hover {
    background-color: #398a69;
}

.cntrlBtn:active {
    transform: translateY(1px);
    background-color: #1A252F;
}

.cntrl {
	border-radius:0px;
	margin-right:10px;
	border: 1px solid #C6D6CF;
	background-color:#FFFFFF;
	padding:2px;
    width:100%;
}

.cntrlTxt {
    font: normal normal normal 11pt 'Montserrat', 'Helvetica', sans-serif;
    color:#000; 
}
.cntrlTxtMain{
    font: normal normal normal 9pt 'Montserrat', 'Helvetica', sans-serif;
    color: #000;
}

.totRow {
    background: linear-gradient(to left, gray 25%, transparent 25%) no-repeat top left / 100% 1px;
}

.dlgNoCl {
    display: none 
}

div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
	border:none;
	padding-left:27px
}

.ui-dialog .ui-dialog-title {	
	background-position: left center;
	background-repeat: no-repeat;
	margin: 10px 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #358464;
    border-bottom: 1px solid #C6D6CF
}

.contactLabel{
    font-size: 11pt;
    color: black;
    }


.ui-dialog .ui-dialog-content {
	margin:5px 0 10px 5px;
	border-left:0px solid #57a284;
	overflow: hidden;
	padding: 0px 15px 10px 20px;
    font: normal normal normal 9pt 'Montserrat', 'Helvetica', sans-serif;
    color:black;
}

.ui-dialog {
	border-radius: 10px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-titlebar {
	background:none;
    border:none
}


.ui-dialog-buttonpane .ui-button {
    border-radius: 8px;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #222935;
    border: none;
    font: normal normal bold 10pt 'Montserrat', 'Helvetica', sans-serif;
    color: #FFFFFF;
    transition: background-color 0.3s ease, transform 0.1s ease;
    min-width: 150px;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
	margin:0;	
	border-top: 1px solid #D3D8DE;
}

.cntrl::placeholder {
    color: #818181;
    opacity: 0.8;
    font-weight: normal;
    font-size: 11pt;
}

.pageHeadline{
    margin-left:9%;
    color:black;
    margin-bottom:0;
}

h3.pageHeadline{
    margin-bottom: 20px;
}

.plan-header {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.plan-Individual {
    background-color: #FDDA8A4D;
}

.plan-Starter {
    background-color: #F9AA8F33;
}

.plan-Team {
    background-color: #808DDB33;
}

.plan-Business {
    background-color: #DFECF5;
}

.plan-Enterprise {
    background-color: #C5FBDA80;
}

.dropdown-container {
    margin-bottom: 20px;
}

.plan-divider{
    margin-top: 20px;
    margin-bottom: 20px;

}

.dropdown-label {
    font: normal normal bold 10pt 'Montserrat', 'Helvetica', sans-serif;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.dropdown-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #C6D6CF;
    border-radius: 8px;
    background-color: #FFFFFF;
    font: normal normal normal 10pt 'Montserrat', 'Helvetica', sans-serif;
    color: #666;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.dropdown-select.no-arrow {
    background-image: none;
}



.dropdown-select:hover {
    border-color: #5370A8;
}

select option {
    border-radius:8px;

}

select option:hover {
    background-color: #b9b9b9;
}

.dropdown-select:focus {
    outline: none;
    border-color: #5370A8;
    box-shadow: 0 0 0 2px rgba(83, 112, 168, 0.1);
}

@media (max-width: 600px) {
    #pgContent {
        justify-content: center;
    }

    .card {
        flex: 0 1 min(290px, calc(100% - 20px));
        width: min(290px, calc(100% - 20px));
        margin: 0 0 20px 0;
    }
}


/* Hamburger menu styles */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hamburger animation when active */
.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

/* Mobile responsive styles - show hamburger */
@media (max-width: 1030px) {
    .hamburger {
        display: flex;
    }
    
    .menu-items {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        border-radius: 5px;
        padding: 10px;
        min-width: 200px;
        z-index: 1000;
    }
    
    .menu-items.active {
        display: flex;
        flex-direction: column;
    }
    
    .menu-items a {
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }
    
    .menu-items a:last-child {
        border-bottom: none;
    }
    
    .menu-items a:hover {
        background-color: #f5f5f5;
    }

    .menu-items a:active {
        background-color: #398a69;
    }
    
    #topMenu {
        position: relative;
    }
}

/* Large screens - normal horizontal menu */
@media (min-width: 1031px) {
    .menu-items {
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
    }
    
    .menu-items a {
        white-space: nowrap;
    }

    .hamburger {
        display: none !important;
    }
}
