.roboto {
  font-family: Roboto;
}

.v10 .btn {
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
  border-radius: 6.8px;
  min-width: 125px;
  min-height: 45px;
  border: 0;
  padding: 0 10px;
  padding-top: 1px;
}

.v10 .btn-sm {
  font-size: 14px;
  line-height: 16px;
  min-height: 35px;
  padding: 8px;
}

.v10 .btn-primary {
  background-color: #1178e2;
  border: 1px solid #1178e2;
  transition: 0.3s linear;
}

.v10 .btn-primary:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #000;
}

.v10 .btn-primary:disabled {
  color: #B5B5B5;
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  opacity: 1;
}

.v10 .btn-secondary {
  background-color: transparent;
  border: 1px solid #B5B5B5;
  color: #000;
  transition: 0.3s linear;
}

.v10 .btn-secondary:not(:disabled):hover {
  background-color: rgba(17, 120, 226, 0.3);
  border: 1px solid #bfd7f7;
}

.v10 .btn-secondary:disabled {
  color: #B5B5B5;
  background-color: #EDEDED;
  border: 1px solid #EDEDED;
}

.v10 .btn-link {
	padding: 0;
	min-width: auto;
	min-height: auto;
	text-decoration: underline;
}

.v10 .btn-link:hover {
	text-decoration: none;
	color: inherit;
}

.v10 .btn-white {
	background-color:#fff;
	color:#333;
	text-shadow:none;
	border: solid #DFDFDF;
}

.v10 input[type=text]:focus,
.v10 input[type=email]:focus,
.v10 input[type=tel]:focus,
.v10 input[type=password]:focus,
.v10 select:focus, textarea:focus {
  border-color: #838282;
}

.v10 .success-checkmark {
  font-size: 18px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.v10 .success-checkmark:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
}

.v10 .success-checkmark--active:before {
  background: #1278E2 no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.42442L7.02687 15L17 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: white;
  border: 1px solid #1278E2;
}

.v10 .success-checkmark--sm:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43555 4.48401L5.00153 8.784L10.7335 1.21301' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.v11 .field-label {
  font-size: 12px;
}

.v11 select {
  font-family: 'Roboto';
  color: #1761AE;
  font-weight: 600;
  border-radius: 6px;
}

.v11 input[type=checkbox] {
  margin-left: -1.25rem;
  margin-top: 0.2rem;
}

.v11 .small {
  font-size: 12px;
}

.v11 .rounded {
  border-radius: 6px !important;
}

.v11 label {
  margin-bottom: 0.25rem;
}

.v11 .bg-danger {
  background-color: #FFEDED !important;
}

.v11 .btn-group {
  font-family: 'Roboto';
  white-space: nowrap;
}

.v11 .btn {
  border-radius: 6px;
}

.v11 .btn-light {
  color: #707070;
  background-color: #F4F4F4;
  border-color: #DFDFDF;
  font-weight: 400;
  padding: 0.375rem 0.88rem;
  font-size: 16px;
}

.v11 .btn-light--slim {
  padding: 0.375rem 0.5rem;
}

.v11 .btn-light:not(:disabled):not(.disabled).active, .v11 .btn-light:not(:disabled):not(.disabled):active, .v11 .show>.btn-light.dropdown-toggle {
  color: #1761AE;
  background-color: #ffffff;
  border-color: #DFDFDF;
}

.v11 select.form-control {
  width: auto;
  min-width: 69px;
  padding: 0.375rem 0.35rem;
}

.circle-over-image {
  position: absolute;
  color: #1C72E8;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  border-radius: 50%;
  left: 24px;
  bottom: 10px;
  font-family: sans-serif;
  font-size: 18pt;
  font-weight: bold;
  line-height: 30pt;
  height: 30pt;
  width: 30pt;
  text-align: center;
}

.circle-over-image--wide {
  width: 55pt;
  border-top-right-radius: 15px 50%;
  border-bottom-right-radius: 15px 50%;
  border-top-left-radius: 15px 50%;
  border-bottom-left-radius: 15px 50%;
}

.circle-over-image--right {
  left: 16px;
}

@media only screen and (max-width: 359px) {
  .circle-over-image {
    font-size: 16pt;
    line-height: 22pt;
    height: 20pt;
    width: 20pt;
  }

  .circle-over-image--wide {
    width: 40pt;
    border-top-right-radius: 10px 50%;
    border-bottom-right-radius: 10px 50%;
    border-top-left-radius: 10px 50%;
    border-bottom-left-radius: 10px 50%;
  }
}

input.error, select.error, textarea.error { 
	box-shadow:2px 2px 2px #eee inset;
	background-color:#fff;
	border-color:#ec1918 !important;
	margin-right: 5px;
}

label.error {
	color: #ec1918;
	margin-top: 5px;
}

.sign-success {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 40px auto 40px;
	border-radius: 50%;
	background-color: #80C96A;
}

.sign-success:after {
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 30px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-header {
	border-bottom: none;
	align-self: flex-end;
}

.modal-title {
	font-size: 1.45rem;
}

.modal-header .close {
	font-size: 1.5rem;
}

.modal-body {
	padding-top: 0;
}

.modal-backdrop {
	background-color: #fff;
}

.modal-backdrop.show {
	opacity: 0.97;
}

.modal-open .modal {
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
	.modal-dialog-size--lg {
		max-width: 640px;
	}
}

.modal-content {
	border-radius: 14px;
	border: none;
}

@media (min-width: 992px) {
	.modal-content {
		width: 640px;
	}
}

.custom-popup__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.custom-popup__avatar-container {
  max-width: 95px;
  max-height: 96px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #1178e2;
  margin-bottom: 12px;
}
@media (max-width: 370px) {
  .custom-popup__avatar-container {
    max-width: 85px;
    max-height: 86px;
  }
}
.custom-popup__avatar--sm .custom-popup__avatar-container {
  max-width: 75px !important;
  max-height: 75px !important;
}
.custom-popup__avatar-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-popup__avatar-text {
  max-width: 100px;
  text-align: center;
  font-size: 14px;
}

.custom-popup__descr {
  position: relative;
  padding: 33px;
  color: #000;
  font-size: 15px;
  background-color: #f4f4f4;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 29px;
  font-weight: 700;
  transition: 0.2s linear;
}
.custom-popup__descr-title {
  font-size: 25px;
  text-align: center;  
}
.custom-popup__descr-title-thin {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.custom-popup__descr-subtitle-thin {
  text-align: center;
  font-size: 15px;
  color: #707070;
  font-weight: 400;
}

@media (min-width: 992px) {
  .custom-popup__descr {
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .custom-popup__descr {
    padding: 20px;
  }
  .custom-popup__descr-title {
    font-size: 20px;
  }
}
.custom-popup__descr-title--sm {
  font-size: 16px;
  font-weight: 500;
}

.custom-popup__descr svg {
  width: 39px;
  height: 35px;
  position: absolute;
  top: -33px;
  right: 50px;
  fill: #f4f4f4;
}
@media (min-width: 992px) {
  .custom-popup__descr svg {
    right: 85px;
  }
}

.v10 .card {
  border-radius: 1em;
}
.v10 .card-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}
.v10 .card-text {
  color: #707070;
  font-weight: 400;
  line-height: 19px;
  font-size: 1rem;
}
.card-text__lg {
  font-size: 20px;
  color: #000000;
}

/* Customize the radio label (the container) */
.v10 .radio-container {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 35px;
  align-items: center;
}
.v10 .radio-container .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
}
.v10 .radio-container input:checked ~ .radio:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 35px;
  height: 35px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0' width='15' height='15' rx='7.5' fill='%231178E2'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.radio-container:not(:first-child) {
  margin-top: 20px;
}
/* Hide the browser's default checkbox */
.v10 .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.v10 .dropdown-toggle::after {
  border: 0;
  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.454192 1.02875L2.86719 4.5L5.28018 1.02875" stroke="%2304042D" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 6px;
  height: 6px;
}

.icon-question-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.10156" y="0.765625" width="12.2765" height="13" rx="6.13824" fill="%23E3E3E3" stroke="%23E3E3E3"/><path d="M6.67913 8.40162C6.67913 8.23096 6.69513 8.07096 6.72713 7.92162C6.76446 7.76696 6.83113 7.62562 6.92713 7.49762C7.02313 7.36962 7.15913 7.25496 7.33513 7.15362C7.40979 7.10562 7.50579 7.04962 7.62313 6.98562C7.74579 6.92162 7.86313 6.84962 7.97513 6.76962C8.08713 6.68429 8.18046 6.58562 8.25513 6.47362C8.33513 6.35629 8.37513 6.22296 8.37513 6.07362C8.37513 5.92429 8.33779 5.79896 8.26313 5.69762C8.19379 5.59629 8.10046 5.51896 7.98313 5.46562C7.87113 5.41229 7.74846 5.38562 7.61513 5.38562C7.46046 5.38562 7.32179 5.42029 7.19913 5.48962C7.07646 5.55362 6.97246 5.63362 6.88713 5.72962C6.80179 5.82562 6.72979 5.92429 6.67113 6.02562L5.97513 5.54562C6.07113 5.32696 6.20179 5.14029 6.36713 4.98562C6.53779 4.83096 6.73246 4.71362 6.95113 4.63362C7.17513 4.55362 7.40713 4.51362 7.64713 4.51362C7.84979 4.51362 8.04979 4.54562 8.24713 4.60962C8.44446 4.66829 8.62313 4.76162 8.78313 4.88962C8.94313 5.01762 9.07113 5.18029 9.16713 5.37762C9.26313 5.57496 9.31113 5.81229 9.31113 6.08962C9.31113 6.26029 9.28979 6.41229 9.24713 6.54562C9.20979 6.67896 9.15379 6.79896 9.07913 6.90562C9.00979 7.00696 8.92179 7.10029 8.81513 7.18562C8.70846 7.27096 8.59379 7.35362 8.47113 7.43362C8.33246 7.51896 8.19113 7.60162 8.04713 7.68162C7.90846 7.76162 7.79113 7.85762 7.69513 7.96962C7.60446 8.07629 7.55913 8.22029 7.55913 8.40162H6.67913ZM6.69513 10.2656V9.16162H7.58313V10.2656H6.69513Z" fill="black"/></svg>') no-repeat;
  vertical-align: middle;
}

a.external-link {
  color: #007bff;
}

@media (min-width: 400px) {
  #transaction_summary {
    border: 2px solid #f4f4f4;
    padding: 20px;
    border-radius: 10px;
  }
}
