html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}

.rlv_menu {
  width: 194px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 0 13px;
}

.rlv_client {
  display: flex;
  flex-direction: column;
  align-items: left;

  width: auto;
  height: 348px;
  padding-top: 16px;
}

.rlv_client_d {
  font-family: "Amalia";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.rlv_help {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-top: 16px;

  width: 194px;
  height: 78px;
}

.rlv_legend {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-top: 16px;
  gap: 4px;

  width: 194px;
  height: 102px;
}
.rlv_legend_list {
  display: flex;
  flex-direction: row;
  align-items: left;
  gap: 4px;
}

.rlv_legend_icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #d7424b;
  width: 16px;
  height: 16px;
  /*	max-width: 120%;
	max-height: 120%;*/
}

.rlv_info_client_icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: fixed;
  left: 173px;
}

.rbro_logo {
  width: 167px;
  height: 42px;
  background-image: url("./logo_Raiffeisen.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.popup_pdf_clientnou {
  width: 980px;
  height: 2761px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("./popup_PDF_clientnou.png");
}

#error {
  color: red;
  font-size: 20px;
}

#title {
  color: cornflowerblue;
  font-size: 20px;
}

div.qv-object-content-container {
  overflow: auto;
  background: #ffffff;
}

.rlv_dash {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 8px;
  background: #f7f7f8;
}

.rlv_blur {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
}

.acceptare-carduri-questionaire {
  display: flex;
  flex-direction: column;
  width: 830px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  z-index: 1000;
  background: white;
  overflow: hidden;
}

.acceptare-carduri-questionaire.hidden {
  display: none !important;
}

.acceptare-carduri-questionaire > div {
  padding: 32px;
}

.acceptare-carduri-questionaire > div:first-child {
  background: #f7f7f8;
}
.acceptare-carduri-questionaire > div:first-child > div {
  display: flex;
  align-items: center;
  gap: 32px;
}
.acceptare-carduri-questionaire > div:first-child > div > span {
  font-size: 24px;
  font-weight: 700;
  color: black;
  font-family: "Amalia", "sans-serif";
  flex: 1;
}
.acceptare-carduri-questionaire > div:first-child > div > button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
  cursor: pointer;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > span {
  font-family: "Amalia", "sans-serif";
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > div {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > div > div {
  flex: 1;
  display: flex;
  padding: 16px;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  background: #f7f7f8;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare {
  background: #dff2f6;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > div
  > svg
  > path {
  fill: #00997d;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > button {
  background: #008fa8;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > button
  > span {
  color: white;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > div > div > button {
  padding: 0px 16px;
  height: 40px;
  border: 1px solid rgba(19, 20, 22, 0.08);
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div
  > button
  > span {
  font-family: "Amalia", "sans-serif";
  color: #00758f;
  font-size: 14px;
  font-weight: 500;
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div
  > button
  > svg {
  display: none;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 106px;
}
.acceptare-carduri-questionaire > div:nth-of-type(2) > div > div > div > span {
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: "Amalia", "sans-serif";
}
.acceptare-carduri-questionaire
  > div:nth-of-type(2)
  > div
  > div
  > div
  > span
  > span {
  font-weight: 700;
}
.acceptare-carduri-questionaire > div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
}
.acceptare-carduri-questionaire > div:nth-of-type(3) > button {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fee600;
  height: 40px;
  width: 207px;
  color: black;
  font-family: "Amalia", "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
.acceptare-carduri-questionaire > div:nth-of-type(3) > button:disabled {
  background: rgba(143, 145, 153, 0.2);
  opacity: 0.5;
}

.cont-curent-questionaire {
  display: flex;
  flex-direction: column;
  width: 830px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  z-index: 1000;
  background: white;
  overflow: hidden;
}

.cont-curent-questionaire.hidden {
  display: none !important;
}

.cont-curent-questionaire > div {
  padding: 32px;
}

.cont-curent-questionaire > div:first-child {
  background: #f7f7f8;
}
.cont-curent-questionaire > div:first-child > div {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cont-curent-questionaire > div:first-child > div > span {
  font-size: 24px;
  font-weight: 700;
  color: black;
  font-family: "Amalia", "sans-serif";
  flex: 1;
}
.cont-curent-questionaire > div:first-child > div > button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
  cursor: pointer;
}
.cont-curent-questionaire > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cont-curent-questionaire > div:nth-of-type(2) > span {
  font-family: "Amalia", "sans-serif";
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.cont-curent-questionaire > div:nth-of-type(2) > div {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div {
  flex: 1;
  display: flex;
  padding: 16px;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  background: #f7f7f8;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div.active-acceptare {
  background: #dff2f6;
}
.cont-curent-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > div
  > svg
  > path {
  fill: #00997d;
}
.cont-curent-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > button {
  background: #008fa8;
}
.cont-curent-questionaire
  > div:nth-of-type(2)
  > div
  > div.active-acceptare
  > button
  > span {
  color: white;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > button {
  padding: 0px 16px;
  height: 40px;
  border: 1px solid rgba(19, 20, 22, 0.08);
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > button > span {
  font-family: "Amalia", "sans-serif";
  color: #00758f;
  font-size: 14px;
  font-weight: 500;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > button > svg {
  display: none;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > div > span {
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: "Amalia", "sans-serif";
}
.cont-curent-questionaire > div:nth-of-type(2) > div > div > div > span > span {
  font-weight: 700;
}
.cont-curent-questionaire > div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
}
.cont-curent-questionaire > div:nth-of-type(3) > button {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fee600;
  height: 40px;
  width: 207px;
  color: black;
  font-family: "Amalia", "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
.cont-curent-questionaire > div:nth-of-type(3) > button:disabled {
  background: rgba(143, 145, 153, 0.2);
  opacity: 0.5;
}

.rlv_popup {
  display: block;
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 1px rgba(19, 20, 22, 0.15),
    0px 2px 6px rgba(19, 20, 22, 0.15);
  border-radius: 8px;
  overflow: hidden;
  min-width: 600px;
}

.rlv_p_title {
  font-family: "Amalia";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  width: 100%;
}

.rlv_close {
  position: relative;
  float: right;
  font-size: 24px;
  width: 25px;
  height: 100%;
  color: #00758f;
}

.rlv_p_elem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;

  overflow-wrap: break-word;
  font-family: "Amalia";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  width: 92%;
  height: 45px;
  padding: 3px 0 0 5px;
  background: #e3e3e7;
  border-radius: 8px;
  margin-bottom: 10px;
}

.rlv_check {
  width: 8%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rlv_input {
  height: 25px;
  width: 25px;
  accent-color: #00758f;
}

.rlv_check_txt {
  width: 90%;
}

.rlv_place {
  /* width: 100%; */
  display: flex;
  float: right;
  padding-right: 8%;
}

.rlv_button {
  position: relative;
  float: left;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;

  font-family: "Amalia";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;

  color: #000000;

  width: 120px;
  height: 35px;
  background: #fee600;
  border-radius: 4px;
}

.rlv_cat3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 32%;
  height: 100%;
}

.rlv_cat2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 32%;
  height: 100%;
}

.rlv_cat1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 32%;
  height: 100%;
}

.rlv_cat_t {
  display: flex;
  flex-direction: row;
  width: 90%;
  font-family: "Amalia";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 4px;
  align-items: center;
}

.rlv_desc_off {
  display: block;
  margin-left: auto;
  height: 32px;
  width: 32px;
  background-image: url(./switched=False.png);
  background-size: cover;
  background-position: center;
}

.rlv_desc_on {
  display: none;
  margin-left: auto;
  height: 32px;
  width: 32px;
  background-image: url("./switched=True.png");
  background-size: cover;
  background-position: center;
}

.rlv_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  margin-bottom: 4px;
  width: 90%;
  height: 150px;
  box-shadow: 0px 1px 1px rgba(19, 20, 22, 0.15),
    0px 2px 6px rgba(19, 20, 22, 0.15);
  border-radius: 8px;
  font-family: "Amalia";
  font-style: normal;
}

.rlv_img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: 80%;
  border-radius: 8px;
  background: white;
  color: #ffffff;

  font-weight: 500;
  font-size: 16px;
  line-height: 18px;

  background-size: cover;
  background-position: top;
}

.rlv_bottom {
  width: 100%;
  height: 20%;

  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-top: 8px;
}

.rlv_prod {
  display: block;
  float: right;
  padding: 0;
  height: 20px;
  width: 14px;
  background-image: url("./prod.png");
  background-size: cover;
  background-position: center;
}

.rlv_space {
  display: block;
  float: right;
  padding: 0;
  height: 100%;
  width: 2px;
}
.rlv_promo {
  display: block;
  float: right;
  padding: 0;
  height: 20px;
  width: 14px;
  background-image: url("./offer.png");
  background-size: cover;
  background-position: center;
}

.rlv_desc {
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.cgalben {
  background: #fee600;
}

.calb {
  background: #ffffff;
}

.cnegru {
  background: #dcdcde;
}

.c {
  background: #dcdcde;
}

.rlv_collection {
  pointer-events: none;
  opacity: 0.5;
  display: none;
  padding: 10em;
  text-overflow: ellipsis;
}

.poprire_client {
  color: red;
}

/*pensii*/
button {
  touch-action: manipulation !important;
}

main.ng-scope {
  height: 100% !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  padding: 16px;
}

.okp_card-info {
  display: flex;
  padding: 8px 8px 8px 12px;
  background: #dff2f6;
  border-radius: 12px;
  margin-top: 16px;
}

.okp_card-info_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #008fa8;
  margin-left: 14px;
}

.okp_card-info_icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
  background-image: url("./warning-filled.svg");
}

/*.okp_main-content {
  margin-top: 32px;
}*/

.okp_check-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*fonduri*/
p.is-color-red {
  color: #d7424b;
}

.okp_pills-btn {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Amalia";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #232529;
  border: 1px solid #e4e5e6;
  border-radius: 16px;
  height: 32px;
  margin-right: 8px;
  padding: 0 12px;
  cursor: pointer;
}
.okp_pills-btn:hover {
  background-color: #dff2f6;
}
.okp_pills-btn.is-active {
  background-color: #dff2f6;
  border-color: #00758f;
}
.okp_pills-btn.sm-btn {
  line-height: 18px;
  height: 28px;
  border-radius: 8px;
  padding: 0 8px;
}
.okp_pills-btn.mt-8 {
  margin-top: 8px;
}

.okp_pills-btns-wrapper {
  display: flex;
}
/*planuri*/

/*offer*/
.rlv_offer-flag {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
  background-image: url("./white_flag.png");
  background-size: contain;
  background-position: center;
}

.rlv_offer-icon {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
  background-image: url("./icon.png");
  background-size: contain;
  background-position: center;
}

.rlv_offer-space {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
}

.rlv_table_offer {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}

.rlv_offer_inv_bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.rlv_p1_elem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  overflow-wrap: break-word;
  margin-top: 10px;
  font-family: "Amalia";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #232529;
}

.rlv_detail {
  width: 32px;
  height: 32px;
  background-image: url("./check_offer.png");
  background-size: cover;
  background-position: center;
}

.rlv_detail_txt {
  padding-left: 10px;
  width: 90%;
}

.input-info {
  font-family: "Amalia", "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #232529;
  margin-top: 12px;
}

.okp_section-title {
  font-family: "Amalia", "sans-serif";
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #232529;
  margin-top: 32px;
  margin-bottom: 8px;
}
.okp_section-title.ml-16 {
  margin-left: 16px;
}

.okp_bottom_bar {
  position: fixed;
  bottom: 0;
  padding: 12px 48px;
  background: #fee600;
  width: 985px;
  left: 195px;
}

.qv-object .okp_bottom_bar {
  left: 16.9%;
  width: 83.2%;
}

#fonduri {
  height: 72px;
}

.okp_main-content #agreement {
  margin-bottom: 16px;
}

.input-info {
  font-family: "Amalia", "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #232529;
  margin-top: 12px;
}

.okp_danger-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d7424b;
  margin-top: 16px;
  margin-left: 16px;
}

.okp_title-left_menu {
  font-family: "Amalia";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 166%;
  color: #656772;
}

.okp_subtitle-left_menu {
  font-family: "Amalia";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: lightgrey;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rlv_fill_color {
  fill: #d7424b;
}

.offer_img {
  position: absolute;
  margin-left: 30%;
  padding: 0px;
  gap: 10px;
  width: 75.3px;
  height: 68.59px;
  right: 684.5px;
  float: right;
  background-size: cover;
  background-position: center;
  background-size: auto;

  border-top: 68.9px solid #ec505a;
  border-left: 50px solid transparent;

  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.offer_img_investitii {
  position: absolute;
  margin-left: 30%;
  padding: 0px;
  gap: 10px;
  width: 75.3px;
  height: 68.59px;
  right: 34.5px;
  float: right;
  background-size: cover;
  background-position: center;
  background-size: auto;

  border-top: 68.9px solid #ec505a;
  border-left: 50px solid transparent;

  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.offer_icon_flexi {
  position: absolute;
  right: 698px;
  top: 190px;
}

.offer_icon_creditcard {
  position: absolute;
  right: 698px;
  top: 84px;
}

.offer_icon_overdraft {
  position: absolute;
  right: 698px;
  top: 450px;
}

.offer_icon_depozite {
  position: absolute;
  right: 48px;
  top: 440px;
}

.offer_campanii {
  width: 516px;
  height: 76px;

  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
}

.offer_ident {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 1px;

  width: 540px;
  list-style-type: disc;
  margin-left: 27px;
}

.offer_bold_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.offer_img_background {
  width: 284px;
  height: 284px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 105px;
  left: 650px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.okp_card-box_content-campanii_oferta {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

/*card*/
.okp_card-box,
.okp_card-box_full-width {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1px rgba(19, 20, 22, 0.15),
    0px 2px 6px rgba(19, 20, 22, 0.15);
  box-shadow: 0px 1px 1px rgba(19, 20, 22, 0.15),
    0px 2px 6px rgba(19, 20, 22, 0.15);
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0 16px 16px;
}
.okp_card-box_full-width {
  width: 100%;
  padding-top: 0;
}

.okp_custom-card-box-display-flex {
  display: flex;
}

.okp_main-content .okp_row .is-1-of-3.mt-70 {
  margin-top: 70px;
}

.okp_card-box_content-campanii_oferta {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.okp_bottom_bar .okp_bottom-bar-label {
  font-size: 18px;
  font-weight: 500;
}
.okp_bottom_bar .okp_bottom-bar-value {
  font-size: 20px;
  font-weight: 700;
}

.cards-list {
  display: block;
  width: 100%;
}
.cards-list .card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.cards-list .card-item .card-item__type {
  display: flex;
  align-items: center;
  padding-right: 8px;
  width: 100%;
}
.cards-list .card-item .card-item__type img {
  background-color: #ffea2b;
  border-radius: 4px;
  width: 56px;
  height: 37px;
  margin-right: 16px;
  margin-left: 8px;
}
.cards-list .card-item .card-item__type .card-name {
  font-family: "Amalia", "sans-serif";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #232529;
}

#doresti_refinantare_checkbox:disabled {
  background: white !important;
  border: 3px solid #c9c9c9 !important;
}

#utilizezi_rezerva_cash_checkbox:disabled {
  background: white !important;
  border: 3px solid #c9c9c9 !important;
}

.okp_fit-equaly {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.okp_fit-equaly .okp_fit-equaly-item-wrapper {
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 16px;
}
.okp_fit-equaly .okp_fit-equaly-item-wrapper:first-child {
  padding-left: 0;
}
.okp_fit-equaly .okp_fit-equaly-item-wrapper:last-child {
  padding-left: 32px;
}
.okp_fit-equaly .okp_fit-equaly-item-wrapper .okp_card-box_label {
  padding-right: 16px;
}
.okp_fit-equaly .okp_fit-equaly-card-box {
  display: flex;
  flex: 1;
}
.okp_fit-equaly .okp_fit-equaly-card-box .okp_card-box,
.okp_fit-equaly .okp_fit-equaly-card-box .okp_card-box_full-width {
  width: 100%;
  margin-top: 0;
}

.okp_title-tooltip-wrapper {
  display: flex;
  justify-content: space-between;
}
.okp_title-tooltip-wrapper p {
  padding-right: 5px;
}
.okp_title-tooltip-wrapper .okp_btn-tooltip-wrapper {
  display: flex;
  align-items: flex-start;
}
.okp_title-tooltip-wrapper .okp_btn-tooltip-wrapper .okp_btn-reset {
  margin-top: 3px;
}

.okp_custom-card-box-display-flex {
  display: flex;
}

.okp_custom-card-box,
.okp_custom-card-box_first {
  padding: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: none;
  position: static;
}
.okp_custom-card-box_first {
  padding-left: 0px;
  width: calc(100% - 16px);
}
.okp_custom-card-box.pr-0,
.pr-0.okp_custom-card-box_first {
  padding-right: 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-48 {
  margin-top: 48px;
}

//economisire
.new-rect {
  background: black;
  width: 20%;
  height: 30px;
}

.dash_economisire_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 124px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.dash_economisire_text-mb-16 {
  list-style-type: disc;
  padding-left: 16px;
  padding-top: 16px;
  /*margin-bottom: 16px;*/
  font-family: "Amalia", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
}

.dash_economisire_text-pl-0 {
  padding-left: 0px;
  line-height: 20px;
}

.nou {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background: red;
}

.modal_popup {
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 1px rgba(19, 20, 22, 0.15),
    0px 2px 6px rgba(19, 20, 22, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

.modal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}

.modal_body {
  overflow-y: scroll;
  max-height: 500px;
  background-color: #fff;
  padding: 32px;
}

.close_btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 44px !important;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.075);
  background-color: #fff;
  flex-wrap: wrap;
  position: absolute;
  left: 94%;
  transform: translate(-50%, 0);
}

.h2 {
  font-family: "Amalia", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #232529;
  padding-right: 30px;
}

.okp_card-box_content-text-bold_asigurari {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #232529;
}

.full_margin-width {
  margin: 0px !important;
  width: 100% !important;
}

.flex_content {
  display: inline-flex;
  width: 100%;
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  min-width: 100%;
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.is-1-of-3-flex {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  padding-right: 32px;
}

.container-products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*padding: 0px 8px;*/
  gap: 10px;
  width: 100%;
}

.newProduct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*align-items: center;
padding: 0px 8px;*/
  gap: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  //margin-top: -16px;
}

.newProduct-0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 2px 4px 8px;
  font-weight: 400;
  font-size: 18px;
  color: #c0c0c0;
}

.okp_pills-btn.is-active-economisire {
  color: #057164;
  background-color: #d7f4ee;
  border-color: #00758f;
}

.newProductOffer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /*justify-content: space-between;*/
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  width: 100%;
  height: 100%;
}

.legenda {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 50%;
}

.text-legenda {
  font-family: "Amalia";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 6px 10px 10px 5px;
}

.colorProduct {
  background-color: rgb(215, 244, 238);
  border-radius: 4px;
  padding: 4px 8px;
}

.progress {
  background: #a7d9df;
  justify-content: flex-start;
  border-radius: 4px 6px 6px 4px;
  align-items: center;
  position: relative;
  /* padding: 0 5px; */
  display: flex;
  height: 40px;
  width: 100%;
}

.progress-value {
  animation: load 2.5s normal forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 4px 6px 6px 4px;
  background: #008fa8;
  height: 40px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}

.animation-start {
  height: 200px;
  width: 150px;
  margin-left: 12px;
  display: grid;
  place-items: center;
  /* font: 2vw system-ui; */
  /* background-color: #f9cdad; */
}
.animation-start p {
  transform: translatey(0px);
  animation: float 5s ease-in-out infinite;
  mix-blend-mode: multiply;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: bold;
  /* letter-spacing: 3px; */
  font-size: 10px;
  color: black;
  background-color: #ece5ce;
  padding: 5px;
  border-radius: 11px;
  position: relative;
  box-shadow: 10px 10px #00997d;
  /* font-family: "Baloo 2", cursive; */
  // border: 1px solid #c8c8a9;
}
.animation-start p:after {
  transform: translatey(0px);
  animation: float2 5s ease-in-out infinite;
  content: ".";
  font-weight: bold;
  // -webkit-text-stroke: 0.5px  #c8c8a9;
  -webkit-text-fill-color: #ece5ce;
  // border: 1px solid  #c8c8a9;
  text-shadow: 22px 22px #83af9b;
  text-align: left;
  font-size: 55px;
  width: 55px;
  height: 11px;
  line-height: 30px;
  border-radius: 11px;
  background-color: #ece5ce;
  position: absolute;
  display: block;
  bottom: -30px;
  left: 0;
  box-shadow: 22px 22px #00997d;
  z-index: -2;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float2 {
  0% {
    line-height: 30px;
    transform: translatey(0px);
  }
  55% {
    transform: translatey(-20px);
  }
  60% {
    line-height: 10px;
  }
  100% {
    line-height: 30px;
    transform: translatey(0px);
  }
}
.progress_bar {
  margin-top: 60px;
  background: #a7d9df;
  justify-content: flex-start;
  border-radius: 4px 6px 6px 4px;
  align-items: center;
  position: relative;
  /* padding: 0 5px; */
  display: flex;
  height: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .progress_bar {
    width: 25rem;
  }
}
@media (max-width: 440px) {
  .progress_bar {
    width: 300px;
  }
}
@media (max-width: 340px) {
  .progress_bar {
    width: 280px;
  }
}
.bar {
  border-radius: inherit;
  background: #008fa8;
  position: absolute;
  transition: width 1.5s cubic-bezier(0.1, 0.42, 0.85, 1);
  width: 0;
  min-width: 0%;
  max-width: 100%;
  height: 100%;
  left: 0;
  --selection-right: "0";
}
.bar::after {
  content: attr(data-text);
  position: absolute;
  right: var(--selection-right);
  top: -2.5rem;
  width: 4rem;
  height: 2rem;
  background: #008fa8;
  font-size: 18px;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  animation: text 0.6s ease-in-out;
  font-weight: bold;
}

@keyframes text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#risk {
  padding-right: 16px;
}
