.v-card::after {
    content: '';
    display: table;
    clear: both;
    }
    .personaImg {
right: 32px!important;
bottom: 12px!important;
cursor: pointer;
position: fixed!important;
z-index: 9999;
width: 88px;
height: 72px;
}

.source-wrapper[_ngcontent-feq-c49] {
display: flex;
padding: 10px;
flex-wrap: wrap;
align-items: center;
}
.source-wrapper[_ngcontent-feq-c49] .name[_ngcontent-feq-c49] {
margin: unset;
width: 22%;
}
.source-wrapper[_ngcontent-feq-c49] p[_ngcontent-feq-c49] {
font-size: 20px;
font-weight: 600;
}
.sources[_ngcontent-vnh-c48] .source[_ngcontent-vnh-c48]:nth-child(odd) {
background-color: rgba(118, 197, 228, 0.1);
}
.sources[_ngcontent-vnh-c48] .source[_ngcontent-vnh-c48] {
border-bottom: solid 1px #d9d9d9;
display: block;
}
.source-wrapper[_ngcontent-feq-c49] .slider[_ngcontent-feq-c49] {
width: 33%;
z-index: 0;
}
.hidden {
display: none;
}
#lower-fill {
background-color: var(--v-colors__primary);
border-radius: 5px 0px 0px 5px;
box-sizing: border-box;
height: 9px;
pointer-events: none;
position: absolute;
transform: translateY(-10px);
z-index: 2;
}
.source-wrapper[_ngcontent-feq-c49] .input-and-text[_ngcontent-feq-c49] {
display: flex;
width: 45%;
align-items: center;
}
.source-wrapper[_ngcontent-feq-c49] .input-and-text[_ngcontent-feq-c49] v-dollar-percent-input[_ngcontent-feq-c49] {
width: 45%;
margin-left: 10%;
margin-right: 2%;
}
.wrapper {
align-items: center;
display: inline-flex;
height: 100%;
justify-content: flex-start;
}
input[type="text"] {
border-left: none;
border-right: none;
border-top: none;
margin: 0px;
min-width: 1ch;
padding: 0px;
}
#width-measure {
color: transparent;
position: absolute;
user-select: none;
z-index: -1;
}
.sources[_ngcontent-feq-c62] .source[_ngcontent-feq-c62]:last-of-type {
border: none;
}
v-card[_ngcontent-feq-c62] .om-content[_ngcontent-feq-c62] {
display: flex;
}
v-card[_ngcontent-feq-c62] .om-content[_ngcontent-feq-c62] .om-text[_ngcontent-feq-c62] {
    margin: -20px 1px 1px 28px;
}

v-card[_ngcontent-feq-c62] .om-content[_ngcontent-feq-c62] .om-header[_ngcontent-feq-c62] {
font-size: 20px;
font-weight: 650;
margin-bottom: 0;
}
.wrapper p {
line-height: 24px;
margin: 0px 0px 30px 0px;
}
v-card[_ngcontent-feq-c62] .om-content[_ngcontent-feq-c62] .om-description[_ngcontent-feq-c62] {
font-size: 18px;
}
contribution-orange-money[_ngcontent-feq-c45] {
display: block;
margin-bottom: 20px;
}

#generic-error[_ngcontent-feq-c45], #regularChangeContributions[_ngcontent-feq-c45], #catchupChangeContributions[_ngcontent-feq-c45] {
margin-bottom: 20px;
}
.wrapper h1, .wrapper h2 {
font-size: 25px;
font-weight: 600;
line-height: 30px;
color: #333333;
color: var(--v-colors__black);
}
p[_ngcontent-feq-c45] {
margin-bottom: 15px;
}
.sources[_ngcontent-feq-c48] {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #d9d9d9;
}
input[type="range"]:focus {
    outline: none;
}
input[type="text"], .dollar, .percent, #width-measure {
    background-color: transparent;
    font-family: var(--v-fonts__primary);
    font-size: 40px;
    font-weight: 600;
}
.rate-escalator-frequency[_ngcontent-feq-c61] {
    display: flex;
    height: 80px;
}
.rate-escalator-frequency[_ngcontent-feq-c61] p[_ngcontent-feq-c61] {
    font-size: 20px;
    font-weight: 650;
    margin-top: 1%;
}
li[role="option"]:first-of-type {
    padding-top: 25px;
}
li[role="option"] {
    background-color: var(--v-colors__white);
    color: var(--v-colors__black);
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 10px 25px;
    list-style-type: none;
    width: 100%;
    text-align: left;
}
.container {
    position: relative;
    display: inline;
}
.cal-icon {
    text-decoration: none;
    position: absolute;
    right: 4px;
    top: -2px;
}
.calendar-box {
    display: none;
    position: absolute;
    z-index: var(--v-calendar-dialog-zindex, 4);
    top: 45px;
    right: -16px;
    border-radius: 10px;
    width: 285px;
    background-color: var(--v-colors__white);
    border: solid 1px var(--v-states__disabled-lighter-color);
    box-shadow: 0 2px 10px 0 var(--v-speech-bubble__box-shadow);
}
.caret-icon {
    position: absolute;
    left: 232px;
    top: -15px;
}
.month-year-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--v-colors__gray-medium-2);
}
.month-box {
    width: 125px;
} 
.month-select-box {
    height: 30px;
    background-color: var(--v-colors__white);
    border: solid 1px var(--v-colors__gray);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--v-colors__primary);
    font-family: var(--v-fonts__primary);
    font-size: 18px;
    width: 100%;
}
.year-box {
    width: 100px;
    justify-self: flex-end;
}
.year-select-box {
    height: 30px;
    background-color: var(--v-colors__white);
    border: solid 1px var(--v-colors__gray);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--v-colors__primary);
    font-family: var(--v-fonts__primary);
    font-size: 18px;
    width: 100%;
}
.month-detail-box {
    padding: 0px 10px 20px;
    min-height: 228px;
}
#calenderTable {
    width: 100%;
}
#calenderTableDays tr {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.disabled-day {
    color: var(--v-colors__gray);
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
#catchupChangeContributionDescription[_ngcontent-oef-c45], #regularChangeContributionDescription[_ngcontent-oef-c45] {
    font-size: 20px;
}
#catchup-checkbox[_ngcontent-feq-c45] {
    margin-top: 2%;
    display: flex;
}

.header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.heading {
    display: flex;
    align-items: baseline;
}
button {
    background-color: var(--v-colors__white);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px var(--v-colors__gray);
    box-sizing: border-box;
    color: var(--v-colors__primary);
    font-family: var(--v-fonts__primary);
    font-size: 20px;
    margin: 0px;
    overflow: hidden;
    padding: 13px 40px 13px 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    height: 50px;
}
button:focus,button.expanded{
    border :solid 1px var(--v--colors__primary);
    box-shadow: inset 0 0 0 1px var(--v-colors__primary),1px 7px 7px -9px var(--var-color__primary);
    outline:none;
}
.flexNone {
    flex: 0 0 auto;
}
button:not(.expanded) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
li[role="option"].selected:not(:hover) {
    background-color: var(--v-colors__primary);
    color: var(--v-colors__white);
}
li[role="option"]:hover{
    background-color: var(--v-colors__primary);
    color: var(--v-colors__white);

}
li[role="option"].selected {
    font-weight: 600;
}
li[role="option"]:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 25px;
}
input {
    background-color: var(--v-colors__white);
    border-radius: 5px;
    border: solid 1px var(--v-input-field__border-color);
    color: var(--v-colors__black);
    font-family: var(--v-fonts__primary);
    font-size: 20px;
    padding: 13px 10px;
    width: var(--v-calendar-inputbox-width, 192px);
    height: 50px;
}
.contribution-sources-container[_ngcontent-feq-c64] {
    display: flex;
    width: 100%;
    align-items: baseline;
}
.contribution-sources-container[_ngcontent-feq-c64] .increase-text[_ngcontent-feq-c64] {
    font-weight: 650;
    margin-top: 20px;
    width: 22%;
}
.contribution-sources-container[_ngcontent-feq-c64] .max-text[_ngcontent-feq-c64] {
    margin: 0 4% 0 4%;
}
.contribution-sources-container[_ngcontent-feq-c64] .source-name[_ngcontent-feq-c64] {
    font-weight: normal;
    width: 35%;
}
.contribution-sources-container[_ngcontent-feq-c64] p[_ngcontent-feq-c64] {
    font-size: 20px;
}
#sticky-bar.show-bar[_ngcontent-feq-c54] {
    height: 200px;
    z-index: 1;
    transition: all 0.5s;
}
#sticky-bar[_ngcontent-feq-c54] #enabledButton[_ngcontent-feq-c54] {
    margin-top: 30px;
}
#sticky-bar[_ngcontent-feq-c54] #reset-button[_ngcontent-feq-c54] {
    margin-top: 15px;
}
#sticky-bar[_ngcontent-feq-c54] .undo-text[_ngcontent-feq-c54] {
    font-size: 20px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
}
#sticky-bar.hide[_ngcontent-feq-c54] {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
#sticky-bar[_ngcontent-feq-c54] {
    border-top: 2px solid var(--v-colors__gray-medium-2);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f2f2f2;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#undoB {
    line-height: 24px;
    color: var(--v-states__link-color);
    text-decoration: underline;
    border: none;
    font-family: "VoyaProximaNova", "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
.rate-escalator-link[_ngcontent-feq-c64] {
    display: contents;
}
.normalDay {
    cursor: pointer;
    color: var(--v-colors__primary);
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    border: none;
}
.form-select {
 font-size: 20px;
    border-radius: 10px;
    


}
.form-select .check:hover{
    background-color: var(--v-colors__primary);
    color: var(--v-colors__white);

}
/* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: #155a7b;
    padding: 12px !important;
    font-size: 20px;
    border: solid 1px;
    min-width: 180px;
}
.myclass{
    display: block;
    min-width: 180px !important;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  padding: 1px 11px 1px 10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: solid 1px #155a7b;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #155a7b;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
  font-size: 20px;
  font-family: "VoyaProximaNova", "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #155a7b; color: #ffffff;}

/* Show the dropdown menu on hover */
.dropdown .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {background-color: #155a7b;} */

.disable-rate-escalator[_ngcontent-feq-c61] {
    opacity: 0.33;
    cursor: not-allowed;
}


/* custom thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    border: #145A7B 5px solid;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  
  .input[type="range"]::-webkit-slider-thumb:hover {
    background: #f0932b;
  }
  
  input[type="range"]::-moz-range-thumb {
    width: 100px;
    height: 6px;
    border: 0;
    border-radius: 50%;
    background: #f0932b;
    border: #f9ca24 5px solid; cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  
  input[type="range"]::-moz-range-thumb:hover {
    background: #f9ca24;
  }
  
  /* remove border */
  input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
  }
  input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 6px;
    background: #f1f1f1;
    outline: none;
    padding: 0;
    margin: 0;
  }
  