.overdraft-cost-calculator {
  max-width: 946px;
  overflow: auto;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 3em;
  margin: 2em auto;
  color: #4D4D4D;
}
.overdraft-cost-calculator .panel_overdraftcostcalculator > .gridFluidLayout > .guideLayout > .row {
  float: left;
  width: 50%;
}
.overdraft-cost-calculator .panel_occInputData {
  max-width: 360px;
}
.overdraft-cost-calculator .panel_occInputData label {
  font-family: 'aspira-medium', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}
.overdraft-cost-calculator .panel_occInputData .account_select label {
  margin-bottom: 0.4em;
}
.overdraft-cost-calculator .panel_occInputData .guideFieldDescription.long {
  font-family: 'aspira-regular', sans-serif;
  position: absolute;
  bottom: 4.6em;
}
.overdraft-cost-calculator .panel_occInputData .guideFieldDescription.long p {
  font-size: 12px;
  line-height: 15px;
}
.overdraft-cost-calculator .panel_occInputData input {
  font: 16px 'aspira-regular';
  padding-left: 1em;
  color: #808080;
  height: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.overdraft-cost-calculator .panel_occInputData .guideFieldNode.guideTextBox {
  margin-bottom: 1.7em;
}
.overdraft-cost-calculator .panel_occInputData .guideActiveField {
  color: #7F2B7B;
}
.overdraft-cost-calculator .panel_occInputData .guideActiveField input {
  outline: none;
  border-color: #7F2B7B;
}
.overdraft-cost-calculator .panel_occInputData .af-field-filled input {
  color: #4d4d4d;
}
.overdraft-cost-calculator .title h1 {
  font-family: 'aspira-demi', sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
}
.overdraft-cost-calculator .description {
  font-family: 'aspira-medium', sans-serif;
  font-size: 16px;
}
.overdraft-cost-calculator .description p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0.5em;
}
.overdraft-cost-calculator .tips {
  color: #00856A;
  font-family: 'aspira-medium', sans-serif;
  cursor: pointer;
  margin-left: 1em;
}
.overdraft-cost-calculator .tips::before {
  background-image: url('../../../../../content/dam/aibni/personal/personal-images/icon/information_green.svg');
  background-size: 14px 14px;
  display: inline-block;
  width: 14px;
  height: 19px;
  content: "";
  position: absolute;
  background-position: 0px 5px;
  margin-left: -18px;
  margin-top: -4px;
  background-repeat: no-repeat;
}
.overdraft-cost-calculator .tips p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 28px;
}
.overdraft-cost-calculator .calculate {
  margin-top: 20px;
}
.overdraft-cost-calculator .submit button {
  width: 100%;
  height: 48px;
  border: 1px solid;
  border-radius: 8px;
  background-color: #00856A;
  border-color: #00856a;
}
.overdraft-cost-calculator .submit button span {
  font-family: 'aspira-demi', sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.overdraft-cost-calculator .submit button:disabled,
.overdraft-cost-calculator .submit button[disabled] {
  background-color: #99CEC3;
  border-color: #99CEC3;
}
.overdraft-cost-calculator .panel_occResult {
  padding: 32px 20px 32px 20px;
  background-color: #F8F4F8;
  border-radius: 12px;
  margin: 128px 0 0 0;
}
.overdraft-cost-calculator .panel_occResult th:first {
  width: 70%;
}
.overdraft-cost-calculator .panel_occResult .title h1 {
  font-family: 'aspira-medium', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0;
}
.overdraft-cost-calculator .panel_occResult .calculated_at p {
  font-family: 'aspira-regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.overdraft-cost-calculator .panel_occResult .table {
  margin: 29px 0 0 0;
}
.overdraft-cost-calculator .panel_occResult .table td {
  border-top: none;
  padding: 0;
}
.overdraft-cost-calculator .panel_occResult .table td:first-child {
  width: 60%;
  font-family: 'aspira-regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.overdraft-cost-calculator .panel_occResult .table td:first-child input {
  display: none;
}
.overdraft-cost-calculator .panel_occResult .table .classic_account input {
  display: none;
}
.overdraft-cost-calculator .panel_occResult .table .classic_account label {
  text-align: right;
  color: #7F2B7B;
  font-family: 'aspira-medium', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.overdraft-cost-calculator .panel_occResult .table tr label {
  margin-bottom: 20px;
}
.overdraft-cost-calculator .panel_occResult .table input {
  text-align: right;
  outline: none;
  color: #7F2B7B;
  font-family: 'aspira-medium', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.overdraft-cost-calculator .panel_occResult .cost_period_table tr label {
  font-family: 'aspira-medium', sans-serif;
  margin-bottom: 0px;
}
.overdraft-cost-calculator .panel_occResult .cost_period_table .guideFieldDescription.short {
  color: #7F2B7B;
  font-size: 12px;
}
.overdraft-cost-calculator .panel_occResult .cost_period_table .guideFieldDescription.short p {
  margin: -5px 0 20px 0;
}
.overdraft-cost-calculator .result_end_notice {
  color: #7F2B7B;
  font-family: 'aspira-regular', sans-serif;
  font-size: 12px;
}
.overdraft-cost-calculator .panel_information h1 {
  font-family: 'aspira-demi', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.overdraft-cost-calculator .panel_information p {
  font-family: 'aspira-regular', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.overdraft-cost-calculator .panel_information .link p {
  font-family: 'aspira-medium', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.overdraft-cost-calculator .validation-failure {
  color: #E32837 !important;
}
.overdraft-cost-calculator .validation-failure .guideFieldError {
  font-family: 'aspira-regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px;
  margin-top: 6px;
}
.overdraft-cost-calculator .validation-failure .guideFieldError::before {
  background-image: url('../../../../../content/dam/aibni/personal/personal-images/icon/invert_information.png');
  background-size: 14px 14px;
  display: inline-block;
  width: 14px;
  height: 19px;
  content: "";
  position: absolute;
  background-position: 0px 5px;
  margin-left: -18px;
  margin-top: -4px;
  background-repeat: no-repeat;
}
.overdraft-cost-calculator .validation-failure input {
  border: 1px solid #E32837 !important;
}
.overdraft-cost-calculator .validation-failure .guideFieldDescription.long {
  bottom: 5.6em;
}
.overdraft-cost-calculator .microservice_error {
  color: #E32837;
  font-family: 'aspira-regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.overdraft-cost-calculator .overlay {
  height: 100%;
  z-index: 9999;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
  transition: 0.5s;
}
.overdraft-cost-calculator .overlay.wd-0 {
  width: 0;
}
.overdraft-cost-calculator .overlay .overlay-content {
  padding: 3em 5em 5em 20em;
}
.overdraft-cost-calculator .overlay .overlay-content h1 {
  margin: 2em 0 1.6em 0;
  color: #7F2B7B;
  font: 26px 'aspira-bold', sans-serif;
}
.overdraft-cost-calculator .overlay .overlay-content h2 {
  font: 20px 'aspira-medium', sans-serif;
  line-height: 24px;
}
.overdraft-cost-calculator .overlay .overlay-content p {
  font: 16px 'aspira-regular', sans-serif;
  line-height: 28px;
}
.overdraft-cost-calculator p.closebtn {
  position: absolute;
  right: 5em;
  width: 36px;
  height: 36px;
  background-color: #00856A;
  border-radius: 2em;
  text-align: center;
  display: grid;
  align-content: center;
  color: #fff;
  font-size: 1.5em !important;
  cursor: pointer;
}
.overdraft-cost-calculator p.closebtn #closebtn {
  font-size: 2em;
}
.overdraft-cost-calculator.occ-gb .tips::before {
  background-image: url('../../../../../content/dam/gb/business/business-images/icon/information_green.svg');
}
.overdraft-cost-calculator.occ-gb .validation-failure .guideFieldError::before {
  background-image: url('../../../../../content/dam/gb/business/business-images/icon/invert_information.svg');
}
.step.mobileLayout {
  display: none;
}

.dropDownList {
  position: relative;
}
.dropDownList .custom-list {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 79px;
  z-index: 999;
  box-shadow: 0px 0px 2px 1px #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.dropDownList .custom-list__item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #c3c3c3;
  background-color: #ffffff;
  font: 18px 'aspira-medium', sans-serif;
  color: #4d4d4d;
}
.dropDownList .custom-list__item_widget {
  font-size: 14px;
  font-family: 'aspira-regular', sans-serif;
}
.dropDownList .custom-list__item:hover {
  background-color: #f2eaf2;
  color: #7f2b7b;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropDownList .custom-list__item_details {
  flex-wrap: wrap;
  font-size: 15px;
  padding: 15px 20px;
}
.dropDownList .custom-list__item_details .no-balance {
  color: #E32837;
  font-size: 10px;
}
.dropDownList .custom-list__item_details span {
  width: 65%;
  text-align: right;
  margin-bottom: 3px;
}
.dropDownList .custom-list__item_details .title {
  width: 35%;
  display: flex;
  align-items: end;
  font-size: 11px;
  text-align: left;
}
.dropDownList .custom-list__item_details .head {
  width: 100%;
  text-align: left;
  margin-bottom: 7px;
  font-family: 'aspira-demi';
  margin-bottom: 4px;
}
.dropDownList .custom-list_widget {
  max-height: 222px;
  overflow-y: scroll;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  max-width: 357px;
  top: 79px;
  left: 3px;
  background-color: #ffffff;
}
.digital-capture-account-closure .dropDownList .custom-list_widget {
  top: 80px;
}
.dropDownList .custom-list_widget::-webkit-scrollbar {
  width: 5px;
}
.dropDownList .custom-list_widget::-webkit-scrollbar-track {
  background: none;
}
.dropDownList .custom-list_widget::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 2.5px;
  border: none;
}
.dropDownList.dropdown-shown .custom-list {
  display: flex;
}
.special-data-select {
  display: none;
}
.dropdown-field-wrapp input {
  pointer-events: none;
  color: #4D4D4D !important;
  width: 100%;
  height: 50px;
  letter-spacing: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='20px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23c3c3c3' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.dropdown-field-wrapp input:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='20px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%234d4d4d' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.dropdown-shown .dropdown-field-wrapp input {
  border-color: #7F2B7B;
}
.value-was-selected .dropdown-field-wrapp input {
  font-style: normal !important;
}
.dropdown-field-wrapp_widget {
  outline: none;
}
.dropdown-field-wrapp_widget input {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  outline: none;
}
.validation-failure .dropdown-field-wrapp input {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='20px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23E32837' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.dropdown-shown.validation-failure .dropdown-field-wrapp input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' x='0px' y='0px' width='24px' height='12px' viewBox='0 0 6.363225 3.77035' version='1.1' id='svg5'%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(12.236489,-102.24592)'%3E%3Cpath fill='%23E32837' d='m -9.054878,103.49609 -2.460625,2.46063 c -0.07937,0.0794 -0.185208,0.0794 -0.264583,0 l -0.396875,-0.37042 c -0.07937,-0.0794 -0.07937,-0.21167 0,-0.29104 l 2.9897913,-2.98979 c 0.079375,-0.0794 0.2116667,-0.0794 0.2910417,0 l 2.9633333,2.98979 c 0.079375,0.0794 0.079375,0.21167 0,0.29104 l -0.396875,0.37042 c -0.079375,0.0794 -0.2116666,0.0794 -0.2910416,0 z' id='path9' style='fill:%23E32837;fill-opacity:1;stroke-width:0.264583'/%3E%3C/g%3E%3C/svg%3E");
}
.dropdown-shown .dropdown-field-wrapp input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' x='0px' y='0px' width='24px' height='12px' viewBox='0 0 6.363225 3.77035' version='1.1' id='svg5'%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(12.236489,-102.24592)'%3E%3Cpath fill='%23666666' d='m -9.054878,103.49609 -2.460625,2.46063 c -0.07937,0.0794 -0.185208,0.0794 -0.264583,0 l -0.396875,-0.37042 c -0.07937,-0.0794 -0.07937,-0.21167 0,-0.29104 l 2.9897913,-2.98979 c 0.079375,-0.0794 0.2116667,-0.0794 0.2910417,0 l 2.9633333,2.98979 c 0.079375,0.0794 0.079375,0.21167 0,0.29104 l -0.396875,0.37042 c -0.079375,0.0794 -0.2116666,0.0794 -0.2910416,0 z' id='path9' style='fill:%237f2b7b;fill-opacity:1;stroke-width:0.264583'/%3E%3C/g%3E%3C/svg%3E");
}
.dropdown-shown select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' x='0px' y='0px' width='24px' height='12px' viewBox='0 0 6.363225 3.77035' version='1.1' id='svg5'%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(12.236489,-102.24592)'%3E%3Cpath fill='%23666666' d='m -9.054878,103.49609 -2.460625,2.46063 c -0.07937,0.0794 -0.185208,0.0794 -0.264583,0 l -0.396875,-0.37042 c -0.07937,-0.0794 -0.07937,-0.21167 0,-0.29104 l 2.9897913,-2.98979 c 0.079375,-0.0794 0.2116667,-0.0794 0.2910417,0 l 2.9633333,2.98979 c 0.079375,0.0794 0.079375,0.21167 0,0.29104 l -0.396875,0.37042 c -0.079375,0.0794 -0.2116666,0.0794 -0.2910416,0 z' id='path9' style='fill:%237f2b7b;fill-opacity:1;stroke-width:0.264583'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .overdraft-cost-calculator {
    padding: 1em 0.5em;
  }
  .overdraft-cost-calculator .panel_overdraftcostcalculator > .gridFluidLayout > .guideLayout > .row {
    float: none;
    width: 100%;
  }
  .overdraft-cost-calculator .panel_occResult {
    margin: 2em 0 0 0;
    padding: 32px 5px 32px 5px;
  }
  .overdraft-cost-calculator .panel_occResult .table td:first-child {
    width: 60%;
  }
  .overdraft-cost-calculator .submit button {
    width: 100%;
  }
  .overdraft-cost-calculator .overlay .overlay-content {
    padding: 1em 1em 1em 4em;
  }
  .overdraft-cost-calculator p.closebtn {
    right: 1.5em;
    top: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overdraft-cost-calculator {
    padding: 1em 0.5em;
  }
  .overdraft-cost-calculator .panel_occResult {
    padding: 2em 0.5em;
  }
  .overdraft-cost-calculator td:first-child {
    width: 60% !important;
  }
  .overdraft-cost-calculator .overlay .overlay-content {
    padding: 1em 1em 1em 4em;
  }
}

