<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input, textarea {
  border-radius: 7px;
  border: solid 1px #ccd2de;
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  font-size: 16px;
}

input:focus, textarea:focus {
  outline: none !important;
  border: 1px solid #009fd1;
}

button {
  -webkit-appearance: none;
}

.my-account .col6 {
  padding: 110px 20px;
}
.my-account .col4 ul li {
  cursor: pointer;
}
.my-account .btn {
  cursor: pointer;
}
.my-account h4 {
  font-family: "Oduda";
  font-size: 24px;
  margin: 15px 0 25px;
  align-items: center;
}
.my-account h4 a {
  font-size: 14px !important;
}
.my-account h4 a.remove {
  color: #f75f5f;
}
.my-account h4 .remove b {
  color: #fff;
  background-color: #f75f5f;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.my-account .add-new {
  font-family: "Oduda";
  font-weight: 600;
  line-height: 1;
}
.my-account .add-new b {
  color: #fff;
  background-color: #84bf41;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  line-height: 1;
}

.removeBtn {
  color: #fff;
  background-color: #f75f5f;
  border: none !important;
}
.removeBtn:hover {
  background-color: #f87777;
}

.my-acount-main-section {
  display: none;
}

.my-acount-main-section.active {
  display: block;
}

.form-item {
  margin-bottom: 10px;
}
.form-item select {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  height: 45px;
  border-radius: 7px;
  border: solid 1px #ccd2de;
  background: #fff;
  /*url(assets/images/chevron-down.svg) no-repeat 95% center;*/
  padding: 10px;
  font-size: 16px;
}

.form-item-row {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 15px;*/
}

.half {
  max-width: 49%;
  flex: 1 1 49%;
  /*margin-bottom: 10px;*/
}

.form-item select {
  width: 100%;
}

/*Checkboxes styles*/
.checkbox {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

input[type=checkbox] {
  display: none !important;
}

input[type=checkbox] + span,
input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  /*font-size: 15px;*/
  opacity: 0.89;
}

input[type=checkbox] + span:before {
  content: "" !important;
  display: block !important;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  -o-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked + span:before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #4cd964;
  background-color: transparent;
}

/* Form - Custom Radio */
.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin: 0 15px 0 0;
}

.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle;
}
.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.radio-custom input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 1px #444;
  box-shadow: 0px 0px 1px #444;
}
.radio-custom input[type=radio]:disabled {
  cursor: not-allowed;
}
.radio-custom input[type=radio]:disabled:checked + label:after {
  color: #999;
}
.radio-custom input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.radio-custom input[type=radio]:disabled + label:before {
  background-color: #eee;
}
.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
.radio-custom label:before {
  content: "";
  position: absolute;
  top: 50% !important;
  top: 12px;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bbb;
  background: #fff;
}
.radio-custom label + label.error {
  display: block;
}

/*.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
    color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
    background-color: #eee;
}

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50% !important;
    top:12px;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.radio-custom label + label.error {
    display: block;
}
*/
body.active {
  overflow: hidden;
}

.modal.active {
  display: flex;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1984;
}
.modal .modal-background {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal .modal-inner {
  z-index: 2015;
  position: relative;
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: auto;
  max-height: 90%;
}
.modal .modal-inner h3 {
  align-items: center;
  line-height: 1.64;
  font-size: 22px;
  border-bottom: solid 1px #ccd2de;
  margin: 0 -20px 30px;
  padding: 0 20px 15px;
}
.modal .modal-inner h3 .modal-close {
  cursor: pointer;
}
.modal .modal-inner .modal-inner_body h4 + .form-item {
  margin-top: 30px;
}
.modal .modal-inner .modal-inner_body .form-btn-send {
  margin: -10px 0 5px;
  padding: 0;
}
.modal .modal-inner .modal-inner_body .form-btn-send .btn {
  text-align: center;
  margin: 0;
}
.modal .modal-inner .modal-inner_body .form-btn-send .btn i {
  padding-right: 0;
}

.sidebar-wrapper {
  /*margin-top: 80px;*/
  margin-bottom: 80px;
  /*h2 {
  	font-size: 40px;
  }*/
}
.sidebar-wrapper h3 {
  font-size: 30px;
}
.sidebar-wrapper .sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-wrapper .sidebar ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  margin-bottom: 10px;
}
.sidebar-wrapper .sidebar ul li span {
  cursor: pointer;
  position: relative;
}
.sidebar-wrapper .sidebar ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  transition: all 0.23s ease-in;
  background-color: #009fd1;
  display: inline-block;
}
.sidebar-wrapper .sidebar ul li span:hover::after {
  width: 100%;
}
.sidebar-wrapper .sidebar ul li.active span::after {
  width: 100%;
  right: 0;
}
.sidebar-wrapper .sidebar ul i {
  color: #009fd1;
  font-size: 14px;
}
.sidebar-wrapper .sidebar-descriptions {
  font-size: 18px;
  padding-top: 30px;
}
.sidebar-wrapper .sidebar-descriptions &gt; div {
  display: none;
}
.sidebar-wrapper .sidebar-descriptions &gt; div.active {
  display: block;
}
.sidebar-wrapper .sidebar-descriptions ul {
  margin: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .half {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .form-item-row {
    flex-direction: column;
  }
}

/*# sourceMappingURL=my-account.css.map */
</pre></body></html>