/* Yahoo! CSS Reset */
@charset "windows-1251";
:root {
  --orange-color: #EA5400;
  --blue-color: #3A5072;
  --freePrice-color: #7AD848;
  --blue-color-active: #162E53;
  --grey-color-333: #333333;
  --grey-color-4c: #4C4C4C;
  --grey-color-light: #C4C4C4;
  --green-color: #128F77;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
img,
svg ,input{
  max-width: 100%;
  outline: none;
  max-height: 100%;
}

html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  position: relative;
  font-size: 14px;
  background: #fff;
  color: var(--blue-color);
  font-family: "Exo 2", sans-serif;
}
body.hidden {
  overflow: hidden;
  padding-right: 17px;
}
.blog__section-main .blog__body * {
  white-space: normal !important;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.page-wrapper {
  width: 100%;
  float: none !important;
  overflow-y: clip;
}

.page-wrapper * {
  scroll-margin: 135px;
}

#myModal {
  color: #4c4c4c;
  text-align: center;
}
#myModal .modal-content {
  padding: 0;
  float: none;
  border-radius: 10px;
}
#myModal .modal-header {
  background: var(--orange-color);
  position: relative;
  border-radius: 8px 8px 10px 10px;
  padding: 20px 0;
}
#myModal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 1rem 1rem;
  margin: 0;
  color: #fff;
}
#myModal .modal-title {
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#myModal .modal-body {
  padding: 0 50px;
}
#myModal #result {
  margin-top: 15px;
  margin-bottom: 0;
}
#myModal .display {
  padding: 15px 0;
}
#myModal .recaptcha {
  width: 100%;
  display: flex;
  justify-content: center;
}
#myModal form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 15px 0;
}
#myModal input[type="submit"] {
  margin: 0;
  margin-top: 10px;
}
#forgotPass {
  color: #727272;
  text-decoration: underline;
  margin-bottom: 15px;
}
#forgotPass:hover {
  text-decoration: none;
  color: var(--orange-color);
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  max-width: 960px;
}
.block-activations > .container {
  width: 90%;
}
.block-activations .search-service input[type="submit"] {
  top: 14px !important;
}
@media only screen and (max-width: 580px) {
  .block-activations .search-service {
    width: 100%;
  }
}

.container.container-lg {
  max-width: 1140px;
}

p {
  line-height: 21px;
  margin-bottom: 5px;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

section {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.white-text {
  color: white;
  white-space: pre;
}
.wrapper .slick-slide:focus {
  outline: none;
}
.wrapper .slick-slide,
.wrapper .slick-slide * {
  outline: none !important;
}
.wrapper .slick-slide:focus {
  outline: none;
}
.wrapper .slick-slide,
.wrapper .slick-slide * {
  outline: none !important;
}

h1 {
  font-size: 28px;
  color: var(--blue-color);
  margin-bottom: 30px;
}
h2,
.rules-block h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.h2,
.h3,
.h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}

.content {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: unset;
}

.header-mobile {
  display: none;
}

/* header */
header {
  height: 90px;
  width: 100%;
  position: relative;
  padding: 25px 0;
  background: #f8f9fa;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.logo-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  color: #7f7f7f;
}
.logo img {
  max-width: 174px;
}

/* menu */
.menu {
  float: left;
  margin-right: 10px;
}
.menu li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.menu li:last-child {
  margin-right: 0px;
}

.menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 200px;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px 0px;
  display: none;
}
.no-search-result__container {
  color: rgb(58, 80, 114);
  font-size: 9px;
  width: 100%;
  padding: 10px;
}
.menu li li {
  float: left;
  width: 100%;
}
.menu li ul li a {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 20px;
  box-sizing: border-box;
  color: var(--blue-color);
  float: left;
  width: 100%;
}
.menu li ul li a:hover {
  color: #ef3a23;
}
.menu-item {
  float: left;
  text-decoration: none;
  color: var(--blue-color);
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  display: inline-flex;
  align-items: center;
  font-family: "Exo 2", sans-serif;
}
.menu li:hover,
.menu-item.active {
  color: #ef3a23;
}

.arrow {
  width: 8px;
  height: 6px;
  display: inline-flex;
  margin-left: 10px;
  background: url("https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down.svg") no-repeat center;
  background-size: contain;
}

.wrapper .chosen-container-single .chosen-single span,
.wrapper .chosen-container-active.chosen-with-drop .chosen-choices li {
  margin-right: 0px;
}
.wrapper .chosen-container-single .chosen-single,
.wrapper .chosen-container-multi .chosen-choices {
  background: #ffffff;
  font-size: 14px;
  float: left;
  width: 100%;
  height: 34px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 5px;
  outline: none;
  box-shadow: none;
  color: #586983;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.wrapper .chosen-container-active.chosen-with-drop .chosen-choices {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.wrapper
  :is(.chosen-container-single .chosen-single, .chosen-container-multi
    .chosen-choices)
  div
  b,
:is(.rentCountriesBtn, .rentSelectBtn):after {
  background-image: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down.svg) !important;
  background-size: 8px !important;
  transition: transform 0.2s;
}
.wrapper
  .chosen-container-active.chosen-with-drop
  :is(.chosen-single, .chosen-choices)
  div
  b,
div.rent_countries.show .rentCountriesBtn:after,
div.rentSelect.show .rentSelectBtn:after {
  background-image: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down.svg) !important;
  background-size: 8px !important;
  transform: scale(-1);
}
.wrapper .chosen-container-single .chosen-single div,
.wrapper .chosen-container-multi .chosen-choices div {
  width: 20px;
}
.wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
}

.wrapper .chosen-container .chosen-results li {
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 0 10px;
  /*height: 34px;*/
  display: flex;
  align-items: center;
  line-height: 34px;
  font-size: 14px;
  border: none;
}
.wrapper .chosen-container .chosen-results li:last-child {
  border: none;
}
.wrapper .chosen-container .chosen-results li.highlighted {
  color: rgb(58 80 114);
  background: rgb(234 84 0 / 25%);
}
.wrapper .chosen-container .chosen-results {
  padding: 0;
  border: none;
  margin: 0;
}
.wrapper .chosen-container-single .chosen-drop {
  border: none;
}

.wrapper .select-img .chosen-container .chosen-results li,
.wrapper .select-img .chosen-container .chosen-results li:hover {
  padding-left: 40px;
  background-size: 8%;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.wrapper .chosenImage-container .chosen-results li,
.wrapper .chosenImage-container .chosen-single span {
  background-size: 32%;
  background-position: 0px center;
}

.any-other__message {
  color: var(--orange-color);
  font-size: 12px;
  text-decoration: underline;
}

.user-menu-nav {
  width: 100%;
}
.user-menu-nav a {
  text-transform: uppercase;
}
.user-menu-id {
  color: #7f7f7f;
  padding: 5px 0;
}
.user-menu-actions {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 2px;
}

.balance-cashback_user,
.cashBackBalans {
  font-size: 12px;
}
.balance-cashback_result,
.cashBackFreeze {
  font-size: 12px;
  color: #7f7f7f;
}

.block-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

/* block-1 */
.block-1 {
  padding: 25px 0;
}
.block-1 .block-title {
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.block-1__title {
  font-size: 28px;
  color: var(--blue-color);
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.block-1__subtitle {
  color: var(--orange-color);
  font-weight: bold;
}
.service_img {
  border-radius: 50%;
  border: 2px solid #c9c6c6;
  width: 30px;
  height: 30px;
  padding: 1px;
}
.service_img.selected {
  border: 2px solid #6cc655;
  box-shadow: 0px 0px 11px 2px #6cc655;
}
.selected-services__item .service_img:hover {
  border: 2px solid #6cc655;
}
.rent-row.show .service_img,
.countries-row.active .service_img {
  border: 2px solid #ffffff;
}

.country_img, .country_img.mobile {
  border: 1px solid var(--secondary);
}
.country_img.mobile {
  width: 28px;
}
.social_img.mobile {
  width: 28px;
  border-radius: 28px;
  margin-right: .25rem;
}

/* block-2 */
.block-2-box {
  overflow: visible;
  float: left;
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
  color: #4c4c4c;
  position: relative;
}
.btn:active {
  background: -moz-linear-gradient(
    left,
    #f67c00 0%,
    var(--orange-color) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f67c00 0%,
    var(--orange-color) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f67c00 0%,
    var(--orange-color) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn {
  text-decoration: none;
  color: #fff;
  background: #f67c00; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f67c00 0%,
    var(--orange-color) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f67c00 0%,
    var(--orange-color) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f67c00 0%,
    var(--orange-color) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67c00', endColorstr='var(--orange-color)',GradientType=1 ); /* IE6-9 */
  height: 40px;
  width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  white-space: inherit;
}
.btn-block:before,
.btn-block:after {
  background: none;
}
.egor_btn.btn,
.egor_btn_white.btn {
  width: auto;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  height: auto;
}
.egor_btn.btn:hover {
  /* box-shadow: 0px 0px 10px rgba(234, 84, 0, 1); */
  cursor: pointer;
}
.egor_btn_white.btn {
  color: var(--orange-color) !important;
  background-color: white;
  background: none;
  border: 1px solid var(--orange-color);
}
.egor_btn_white.btn:hover {
  /* box-shadow: 0px 0px 10px rgba(234, 84, 0, 1); */
  cursor: pointer;
  background: none;
  color: white !important;
  background-color: var(--orange-color);
}
.egor_btn.btn:after,
.egor_btn.btn:before {
  content: none !important;
}
.btn-green {
  background: var(--green-color);
  color: white !important;
  border: 1px var(--green-color);
}
.btn-green-outline {
  background: white;
  color: var(--green-color);
  border: 1px solid var(--green-color);
  border-radius: 5px;
  padding: 6px 16px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  height: 40px;
}
.btn-outline-disabled {
  background: var(--grey-color-light);
  color: white;
  border: 1px solid var(--grey-color-light);
  border-radius: 5px;
  padding: 6px 16px;
  text-align: center;
  font-weight: bold;
  cursor: not-allowed;
  height: 40px;
}
.btn-green-outline:is(:hover) {
  background: var(--green-color);
  color: white;
  border: 1px var(--green-color);
}
.btn-outline {
  --theme-color: var(--orange-color);
}
.btn-orange-outline {
  background-color: white !important;
  color: var(--orange-color) !important;
  border: 1px solid var(--orange-color) !important;
}
.btn-orange, .btn-orange-outline {
  display: inline-block;
  --theme-color: var(--orange-color);
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 6px 16px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  min-height: 40px;
  margin-right: 2px;
}
.btn-orange:hover {
  background-color: white;
  color: var(--theme-color) !important;
}
.btn-orange-outline:hover {
  background-color: var(--orange-color) !important;
  color: white !important;
}

.btn-outline-blue {
  --theme-color: var(--blue-color);
}
.btn-outline,
.btn-outline-blue {
  background-color: transparent;
  color: var(--theme-color);
  padding: 6px 16px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  min-height: 40px;
}
:is(.btn-outline, .btn-outline-blue):is(:focus, :hover, .active) {
  background-color: var(--theme-color);
  color: #ffffff;
  box-shadow: none;
  border-color: #000000;
}
:is(.btn-outline, .btn-outline-blue):disabled {
  opacity: 0.6;
  cursor: default;
}
:is(.btn-outline, .btn-outline-blue):hover {
  background: var(--orange);
  color: white;
  border: 1px var(--orange) solid;
}

.btn-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.niceSelector .dropdown-toggle {
  padding: 5px 15px;
  background-color: white;
  color: var(--blue-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  height: 100%;
  cursor: pointer;
}
.niceSelector.niceSelector .dropdown-toggle:focus {
  outline: none !important;
}
.niceSelector .filter-option-inner {
  height: 100%;
}
.niceSelector .filter-option-inner-inner {
  margin: 0;
  line-height: 24px;
  display: flex;
  height: 100%;
  align-items: center;
}
.niceSelector li a {
  padding: 5px 15px;
}
.niceSelector img {
  width: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.niceSelector button {
  font-weight: normal;
}

.good-summ {
  display: flex;
  justify-content: space-between;
  min-width: 30%;
}
.block-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
.block-title.custom-block-1 {
  color: var(--blue-color);
  text-align: center;
  border-top: 2px solid var(--blue-color);
  margin: 0px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 700;
}

/* block-3 */
.block-3 {
  padding-bottom: 0;
}
.advantages {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0px 25px;
}

/* tabs */
.tabs {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.tabs .tabs__caption {
  width: 100%;
  box-sizing: border-box;
}
.tabs__caption li a:not(.active) {
  cursor: pointer;
}
.tabs__content {
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.tabs__content:is(.active,.show) {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  display: block;
}
.aside .tabs .tabs__caption {
  margin-bottom: 12px;
}
.aside .tabs .switch-box {
  padding-left: 15px;
  box-sizing: border-box;
}

/* footer */
footer {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 400px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -135px;
}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebebeb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(199, 205, 212, 0.5);
  border-radius: 33px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.switch-box {
  float: left;
  width: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  color: var(--blue-color);
  font-weight: bold;
}
.switch-box .switch {
  margin-right: 30px;
  margin-bottom: 0;
}

.multiservice-block {
  float: left;
  width: 100%;
  padding: 0 22px;
}
.multiservice-block__on {
  display: none;
}
.tabs__content.show .multiservice-block__on {
  display: block;
}
.tabs__content.show .multiservice-block__off {
  display: none;
}
.multiservice-block__off {
  display: block;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.aside.temp-hide::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 9999;
}
.countries-row {
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 0;
}
.countries-row label,
.rent-row label {
  width: 100%;
  display: block !important;
}
.countries-row:nth-child(odd) {
  background: #f7f7f9;
}
.countries-row.active {
  background: #254d71;
  color: #fff;
}
.countries-hover {
  float: left;
  width: 100%;
  background: #254d71;
  color: #fff;
  width: 100%;
  z-index: 2;
  padding: 5px 10px 0 10px;
  box-sizing: border-box;
  display: none;
}
.countries-row.active .countries-hover {
  display: block;
}
.countries-hover-top {
  float: left;
  width: calc(100% - 60px);
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: #254d71;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
}
.countries-row.active .countries-hover-top {
  display: flex;
  height: 40px;
}
.search-service {
  position: relative;
  width: 100%;
}
.aside input {
  border-radius: 5px;
}
.countries-box {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.countries-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.countries-box__title {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.countries-box__title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.countries-box__title span {
  padding: 0 10px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  background: #254d71;
}
.countries-box__row {
  float: left;
  width: 100%;
  padding: 12px 0;
}

.hide {
  display: none !important;
}

.search-service-wrap {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.wrapper
  .aside-favorites-left__bottom-item
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  background: none;
  box-shadow: none;
}
.wrapper
  .aside-favorites-left__bottom-item
  .chosen-container-single
  .chosen-single {
  height: 20px;
  font-size: 10px;
  box-shadow: none;
}
.activation-aside__timer {
  font-size: 10px;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50%;
  bottom: unset;
  z-index: 5;
  background: rgb(255 255 255);
  transform: translate(-50%, -50%);
}
.current-activations__aside-row:before {
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
}
.left-info__activation {
  display: flex;
  align-items: center;
}
.activation-id__info-right {
  font-size: 12px;
  position: relative;
  margin-left: auto;
}
.main-number__activation {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid;
  border-radius: 25px;
  padding: 0 30px;
  background: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.current-activations__aside-row img {
  margin-right: 5px;
}
.prevPageMobile img {
  width: 100%;
  border-radius: 50%;
  transform: rotate(90deg);
}
.nextPageMobile img {
  width: 100%;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.activation__sms {
  display: flex;
  flex-direction: column;
}
.activation__sms img,
.activation-buttons__aside img {
  margin-right: 0;
}
.mobile-activation-aside__status {
  font-size: 10px;
  text-align: center;
  margin: 0 10px;
}
.mobile-app-block {
  display: none;
}
.mobile-app-block-ref {
  align-self: center;
  font-size: 18px;
  padding: 16px;
  padding-right: 0;
}

.footer-social.paragraph {
  margin-right: 15px;
}

.main-info__activation {
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  left: 10%;
}
.current-activations__aside-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 5px;
  /*margin: 10px;*/
  padding: 15px 0;
  padding-top: 45px;
  background: rgb(255 255 255);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
  position: relative;
}
.activation__head,
.activation__body {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
}
.activation__head {
  padding: 5px 15px;
  margin-bottom: 15px;
}
.activation__head:after {
  content: "";
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.activation-buttons__aside {
  display: flex;
  gap: 15px;
  margin-left: auto;
}
.wrapper
  .aside-favorites-left__bottom-item
  .chosen-container
  .chosen-results
  li {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 10px;
}
.aside-title__top-buttons,
.current-rent__aside {
  display: none;
}
.aside-title {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: var(--orange-color);
}

/* aside-favorites */
.aside-favorites-wrap {
  float: left;
  width: 100%;
  border-top: 2px solid #254d71;
  border-bottom: 2px solid #254d71;
}
.aside-favorites {
  float: left;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.aside-favorites-left {
  float: left;
  width: 60%;
}
.aside-favorites-left__top {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(204 204 204 / 30%);
  padding: 4px 8px 4px 0px;
  box-sizing: border-box;
}
.aside-favorites-left__bottom {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 10px;
  padding: 4px 8px 4px 0px;
  box-sizing: border-box;
}
.aside-favorites-left__bottom-item {
  float: left;
  width: 50%;
}
.aside-favorites-left i,
.close_cookie_icon {
  width: 16px;
  height: 16px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  content: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/remove_template_item_inactive.svg);
  background-size: contain;
}
.aside-favorites-left i:hover,
.close_cookie_icon:hover {
  width: 16px;
  height: 16px;
  content: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/remove_template_item_active.svg);
  background-size: contain;
}
.aside-favorites-right {
  float: left;
  width: 35%;
  background: #f7f7f9;
  text-align: center;
  font-size: 12px;
  padding: 5px 5px;
  box-sizing: border-box;
}
.aside-favorites__service {
  float: left;
  display: inline-flex;
  align-items: center;
  /*width: 50%;*/
}
.aside-favorites__service span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aside-favorites__service img {
  float: right;
  margin: 1px 5px 1px 5px;
}
.aside-favorites .btn {
  width: 100%;
  font-size: 10px;
  height: 25px;
  margin-top: 5px;
}
.aside-favorites .arrow {
  margin-left: 1px;
}

/* aside-box */
.aside-box {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.aside-box__title {
  width: 100%;
  margin-bottom: 10px;
  color: var(--blue-color);
  font-weight: bold;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
}
.aside-box__title span {
  font-size: 11px;
}
.rent_countries {
  height: 34px !important;
}
.rent_countries .rentCountriesBtn {
  height: 100%;
  background: #ffffff;
  font-size: 14px;
  width: 100%;
  border: none;
  padding: 0 15px 0 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  color: #586983;
  cursor: pointer;
}
.rent_countries li a {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
}
.rent_countries img {
  width: 30px;
  padding-right: 6px;
}
.aside-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.aside-row .search-remove {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);

}
.aside-row .search-remove:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #C4C4C4;
}
.aside-row .search-remove:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #C4C4C4;
}
.aside input[type="text"] {
  float: left;
  width: 100%;
  font-size: 14px;
  color: var(--blue-color);
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  font-family: "Exo 2", "Roboto", sans-serif;
}
.aside input[type="text"]:focus {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.search-service input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 15px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-search.svg) no-repeat center;
  background-size: contain;
  outline: none;
  cursor: pointer;
  border: none;
}
.aside .aside-row .search-service-multi {
  padding-right: 48px !important;
}
.aside .aside-row .search-service-rent {
  padding-right: 48px !important;
}
.icon-info {
  font-size: 16px;
  color: #586983;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  cursor: pointer;
  margin-left: 10px;
  flex-shrink: 0;
}
.tabs-aside__li-3 a {
  background: #254d71;
  color: #fff;
  margin-right: 0;
}
.tabs-aside__li-3 i {
  width: 24px;
  height: 26px;
  margin-right: 5px;
  min-width: 24px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/1_1.svg) no-repeat center;
  background-size: contain;
}

input[type="checkbox"] {
  display: none;
}
.checkbox {
  float: left;
  width: 100%;
  padding-left: 25px;
  line-height: 14px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
.checkbox label {
  font-weight: 500;
  font-size: 12px;
  color: #5f7385;
}
.checkbox label {
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: var(--blue-color);
}
.checkbox label:hover {
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  line-height: 18px;
  float: left;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  left: -25px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.checkbox label.disabled:before {
  background: #f2f7f9;
  box-shadow: inset 0px 0px 5px 4px rgb(0 0 0 / 13%);
}
input[type="checkbox"]:checked + label:before {
  content: "";
  text-align: center;
  color: #0079c2;
  font-weight: bold;
  font-size: 14px;
  background: #fff url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/check.svg) no-repeat center;
}

input.checkbox-orange[type="checkbox"] + label {
  color: var(--grey-color-4c);
  font-weight: 400;
}
input.checkbox-orange[type="checkbox"]:checked + label:before {
  color: white;
  background: var(--orange-color) url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg">\<path d="M2 8.14286L6.70213 15L19 1" stroke="white" stroke-width="3"/>\</svg>') no-repeat center;
}
input.checkbox-orange[type="checkbox"] + label:before {
  left: -24px;
  background: var(--orange-color);
  box-shadow: 0px 0px 2px var(--orange-color) !important;
}

.icon-favorite + .checkbox-img {
  display: flex;
  justify-content: flex-end;
  padding-left: 0px;
  width: 30px;
  margin-left: 15px;
  float: initial;
  position: absolute;
  left: 0px;
  top: 3px;
}
.checkbox-img {
  width: 35px;
  margin-right: 0px;
  float: left;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkbox-img img {
  margin: 0 -5px;
}
.rent-row .checkbox-img img {
  margin: -3px 0 0 5px;
}
.icon-favorite {
  width: 15px;
  height: 15px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/favorite/icon-favorite.svg) no-repeat center;
  background-size: 15px 15px;
  position: absolute;
  top: 8px;
  left: -5px;
}
.icon-favorite:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}
.icon-favorite.active {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/favorite/icon-favorite_active.svg) no-repeat center;
}
.checkbox-left {
  float: left;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 32px;
  min-height: 30px;
  position: relative;
  width: calc(100% - 100px);
}
.rent-row .checkbox-left {
  margin-left: 10px;
  padding-left: 40px;
}
.countries-row.active .checkbox-left {
  max-height: 40px;
}
.checkbox-name {
  float: left;
  width: 100%;
  margin-left: 10px;
}
.checkbox-amount {
  float: left;
  width: 100%;
  margin-left: 10px;
}
.checkbox-price {
  float: right;
  white-space: nowrap;
  width: 80px;
  text-align: right;
}
.checkbox.new {
  margin-bottom: 1px;
  padding-left: 30px;
}
.checkbox.new label {
  color: #254d71;
  line-height: 1.5;
}
.checkbox.new label:before {
  content: "";
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: -30px;
  border-radius: 3px;
  border: 1px solid #727272;
  box-shadow: none;
}
.checkbox.new input[type="checkbox"]:checked + label:before {
  content: "";
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/check.svg?v=2) no-repeat center;
  background-size: 100%;
  border: none;
}

.green {
  color: #128f77;
}

.countries-row.active .green {
  color: #13b859;
}

.checkbox-arrow {
  width: 20px;
  height: 18px;
  min-width: 18px;
}

span.orangeText {
  color: var(--orange-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
}

.aside-rules {
  color: var(--orange-color);
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
}
.aside-rules a {
  color: rgb(37 77 113);
}

div.markedString:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee6200;
  display: inline-flex;
  position: absolute;
  top: 5px;
  left: 8px;
  box-shadow: 0px 0px 10px #ee6200;
}
.markedString {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
}

.aside-menu {
  float: left;
  width: 100%;
}
.aside-menu li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 24px 0;
}
.aside-menu li:last-child {
  border-bottom: none;
}

.aside:after {
  content: "";
  height: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/* Number */
.primer {
  float: left;
}
.choice {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  width: 95px;
  height: 25px;
  border-radius: 5px;
}
.primer .choice-multi {
  width: 66px;
}
.aside .choice > input {
  height: 100%;
  float: left;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  color: #656565;
  padding: 0 40px 0 15px;
}
.aside .choice > span {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 15px;
  margin: 0;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  transition: all linear 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: #656565;
}

.choice > span.plus {
  right: 20px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down.svg) no-repeat center;
  transform: rotate(180deg);
  background-size: 10px;
}
.choice > span.minus {
  left: 0px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down.svg) no-repeat center;
  background-size: 10px;
}

/* modal */
.modal {
  display: none;
}
.modal.fancybox-content {
  width: 360px;
  background: #fff;
  border-radius: 9px;
  padding: 55px 60px;
  box-sizing: border-box;
  text-align: center;
}
.modal .logo {
  margin-bottom: 30px;
  display: inline-flex;
}
.modal-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 13px;
}
.modal-form__row {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.modal-form__row:last-child {
  margin-bottom: 0;
}
.modal input {
  float: left;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 16px;
  /*background: #F2F2F2;*/
  border: 1px solid #e2e2e2;
  font-family: "Exo 2", sans-serif;
  outline: none;
  margin-bottom: 5px;
}
.modal .checkbox label:before {
  top: 3px;
}
input[type="submit"] {
  border: none;
}
.modal input[type="submit"]:not(.btn) {
  border-radius: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  justify-content: center;
  border-radius: 12px;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.modal input[type="submit"]:hover {
  cursor: pointer;
}
.modal .checkbox {
  text-align: left;
}
.modal .checkbox label {
  font-size: 12px;
}
.modal .sticky-alert {
  position: sticky;
  top: 12px;
  z-index: 9999;
}
.img-modal .modal-content {
  padding: 0;
  background: transparent;
  border: none;
}
.img-modal .close {
  position: absolute;
  top: 8px;
  right: 16px;
}
.img-modal img {
  border-radius: 30px;
}

.hidden {
  display: none;
}
.rent-row {
  cursor: pointer;
  float: left;
  padding: 5px 20px 5px 0px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.rent-row:nth-child(even) {
  background: #f7f7f9;
}
.rent-row.show {
  background: #254d71;
  color: #fff;
}

input[type="radio"] {
  display: none;
}

.show-favorites.checkbox {
  padding-left: 26px;
}
.show-favorites.checkbox label {
  font-size: 14px;
  color: var(--blue-color);
  font-weight: bold;
}

.aside
  .search-operator
  .chosen-container-single
  .chosen-search
  input[type="text"] {
  float: none;
}
.wrapper .aside .search-operator .chosen-container-single .chosen-single {
  font-size: 14px;
  padding: 0 20px 0 20px;
  font-family: "Roboto", sans-serif;
}

.btn_white {
  cursor: pointer;
  display: inline-flex;
  height: 35px;
  padding: 0 10px;
  align-items: center;
  box-shadow: 0px 0px 5px #58585894;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  color: var(--blue-color);
}
.btn_white:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 5px var(--orange-color);
}
.icon-copy {
  width: 13px;
  display: inline-flex;
  margin-right: 8px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-copy.svg) no-repeat center;
  background-size: contain;
}

/* activations */
.activations {
  overflow: visible;
  float: left;
  width: 100%;
  padding: 25px 45px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 15px;
  background: #fff;
  color: #4c4c4c;
  position: relative;
}
.activations-top h4 {
  margin-bottom: 15px;
}
.activations-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.activations-nav .btn_white {
  float: left;
  margin-right: 5px;
}
.activations-nav .checkbox {
  width: auto;
  margin: 0;
  padding-left: 30px;
  margin-left: 10px;
}
.activations-nav .checkbox label {
  font-size: 14px;
  font-weight: bold;
}
.activations-nav .checkbox label:before {
  left: -30px;
  top: -1px;
}

.activations-order-info {
  font-size: 13px;
  margin-bottom: 10px;
}

.activations-box {
  padding: 0 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  background: #fff;
}
.activations-icon-1 {
  width: 30px;
  height: 30px;
  float: left;
  border-right: 1px solid #ccc;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-sky.svg) no-repeat center;
  background-size: contain;
}
.activations-icon-2 {
  width: 30px;
  height: 30px;
  float: left;
  border-left: 1px solid #ccc;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-sky-2.svg) no-repeat center;
  background-size: contain;
}
.activations-box-text {
  padding: 0 5px;
}

.icon-yes {
  width: 24px;
  height: 24px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-check-full.svg) no-repeat center;
  background-size: contain;
  margin: 0 5px 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-flex;
}
.icon-no {
  width: 24px;
  height: 24px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/btn-close.svg) no-repeat center;
  background-size: contain;
  margin: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-flex;
}

/* pagination */
.pagination {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li,
.pagination__title {
  float: left;
  margin: 0 5px;
  font-size: 12px;
  color: #254d71;
}
.pagination ul li a {
  color: var(--orange-color);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.pagination ul li a.active,
.pagination ul li a:hover {
  color: #254d71;
  font-weight: bold;
}
.previousPageActivations,
.nextPageActivations {
  font-weight: bold;
  cursor: pointer;
}

.tabs-history li.active .btn_dark {
  background: var(--orange-color);
}
.tabs-history .tabs__content.active {
  padding-top: 10px;
}

/* block-history */
.block-history {
  width: 100%;
  overflow: visible;
  float: left;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 15px;
  background: #fff;
  color: #4c4c4c;
  position: relative;
}
.history-panel {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.btn_dark {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  height: 40px;
  width: auto;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  padding: 5px 15px;
  box-sizing: border-box;
  background: #254d71;
  margin-right: 3px;
  line-height: 1;
}

.btn_dark:last-child {
  margin-right: 0;
}

.history-filter {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.history-filter__text {
  margin-right: 20px;
  font-size: 13px;
}
.history-filter__select {
  display: flex;
  align-items: center;
}
.btn.dropdown-toggle.btn-light:active {
  background: white !important;
}
.history-date, .rent-date{
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.date-block {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
}
.date-block p {
  margin: 0 5px 0 0;
  color: #7f7f7f;
}
.date-block input {
  float: left;
  width: 100%;
  font-size: 13px;
  color: var(--blue-color);
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  outline: none;
  font-family: "Roboto", sans-serif;
  padding-right: 40px;
}
.date-block .icon-calendar {
  height: 35px;
  width: 33px;
  display: inline-flex;
  background: #254d71 url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-calendar.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.date-block__input {
  position: relative;
  float: left;
  width: 230px;
}
.date-block__input label {
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
  outline: none;
}

.history-filter__select {
  min-width: 51px;
}

.wrapper .history-filter__select .chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  background: none;
  box-shadow: none;
  justify-content: center;
  padding: 0 25px 0 5px;
}
.chosen-container-multi .chosen-choices li {
  background: none;
  box-shadow: none;
}

.wrapper .history-filter__select .chosen-container-single .chosen-single span {
  text-decoration: underline;
  color: var(--blue-color);
}
.wrapper .history-filter__select .chosen-container .chosen-results li {
  padding: 0 5px;
  height: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
.wrapper
  .history-filter__select
  .chosen-container
  .chosen-results
  li.highlighted {
  background: #254d71;
}

.search-service.new-design input[type="text"] {
  padding: 0 10px !important;
}
.search-service.new-design input[type="submit"] {
  top: 13px !important;
  right: 5px !important;
}


/* history-table */
.history-table {
  float: left;
  width: 100%;
  color: var(--blue-color);
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.table-arrows {
  display: inline-flex;
  flex-direction: column;
  margin-left: 10px;
}

.icon-arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  border-color: #ccc;
}
.icon-arrow:hover {
  border-color: var(--blue-color);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.block-history .pagination {
  border-top: 1px solid rgb(204 204 204 / 40%);
}

.panel-sort {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-cashback .checkbox {
  margin: 10px 0;
}

.row-box {
  width: 100%;
  border-bottom: 1px solid rgb(204 204 204 / 40%);
  padding-top: 5px;
  padding: 10px 0;
}

.block-box {
  overflow: visible;
  float: left;
  width: 100%;
  padding: 25px 45px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 16px;
  background: #fff;
  color: var(--blue-color);
  position: relative;
}

.accordion {
  margin: 20px 0;
}
.accordion-item {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin-bottom: 10px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item.open .accordion-header {
  background: #254d71;
  color: #fff;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
}
.accordion-header:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee6200;
  display: inline-flex;
  position: absolute;
  top: 15px;
  left: 20px;
  box-shadow: 0px 0px 10px #ee6200;
}
div.data {
  margin: 0 0px 0px 0px;
  padding: 10px 30px;
  display: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.accordion-item .arrow {
  float: right;
  width: 11px;
  height: 8px;
  display: inline-flex;
  margin-left: 0px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down_dark.png) no-repeat center !important;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 20px;
}
.accordion-item.open .accordion-header .arrow {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-top_white.png) no-repeat center;
}

/* tabs */

.tabs.tabs-partner .tabs__caption {
  display: inline-block;
  text-align: center;
  background: #254d71;
  padding: 2px 0;
}
.tabs-partner .tabs__caption li {
  display: inline-flex;
  margin: 0 10px;
  margin-bottom: -2px;
}
.tabs-partner .tabs__caption li:first-child {
  margin-left: 0;
}
.tabs-partner .tabs__caption li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  font-size: 13px;
}
.tabs-partner .tabs__caption li:last-child {
  margin-right: 0;
}
.tabs-partner .tabs__caption li a:not(.active) {
  cursor: pointer;
}
.tabs-partner .tabs__caption li.active a {
  border-bottom: 3px solid var(--orange-color);
  color: var(--orange-color);
}
.tabs-partner .tabs__caption li.active a:hover {
  cursor: text;
}

.tabs-partner .tabs__content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
}

.btn_light {
  text-decoration: none;
  color: #254d71;
  height: 40px;
  width: auto;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  padding: 5px 15px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 3px;
  line-height: 1;
  border: 1px solid #254d71;
  font-size: 11px;
}
.block-box a.btn_light {
  color: #254d71;
  font-weight: bold;
}
a.btn_light:hover {
  background: #254d71;
  color: #fff;
}
button.btn_light:hover {
  background: #254d71;
  color: #fff;
}

.block-box a.btn_dark {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.block-box a.btn_dark:hover {
  border: 1px solid #254d71;
  background: #fff;
  color: #254d71;
}
.block-box button.btn_dark {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.block-box button.btn_dark:hover {
  border: 1px solid #254d71;
  background: #fff;
  color: #254d71;
  box-sizing: border-box;
}

/* -table */
.panel-sort-mobile {
  display: none;
}

.search-checkboxes {
  border: none;
  border-bottom: 1px solid #4c4c4c;
  width: 100%;
  outline: none;
}
.search-checkboxes::placeholder {
  color: #bebebe;
  font-size: 14px;
}

.body-search {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.body-search i {
  font-size: 1rem;
  cursor: pointer;
}

.show-all-checkbox {
  color: #254d71;
  margin-top: 10px;
  float: left;
}
.checkboxes-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

/* payment */
.payment {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment-item {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(204 204 204 / 40%);
  display: flex;
  align-items: center;
}
.payment-item .image {
  max-width: 160px;
  margin-right: 20px;
}
.payment-item__img {
  float: left;
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
  text-align: center;
}
.payment-item__content {
  float: left;
}
.payment-item__title {
  font-weight: bold;
}
.table-wrap {
  float: left;
  width: 100%;
}

/* transactions-table */
.transactions-table {
  float: left;
  width: 100%;
  font-size: 12px;
}
.transactions-table__row {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid rgb(204 204 204 / 40%);
}
.transactions-table__header:last-child {
  border-bottom: none;
}
.transactions-table__row > div {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-box .pagination {
  padding-top: 0;
}

/* list-counrty-filter */
.list-counrty-filter {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-counrty__select {
  float: left;
  width: 250px;
  margin-right: 20px;
}
.list-counrty-filter .checkbox {
  width: auto;
  margin: 0 10px 0 0;
}

.service-forwarding {
  width: 10px;
  height: 6px;
  display: inline-flex;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-forwarding.png) no-repeat center;
  margin: 2px 0;
}

.table-services__country {
  display: flex;
  align-items: center;
}
.table-services__country img {
  margin-right: 10px;
}

.tabs-partner .tabs__content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
}

.btn_light {
  text-decoration: none;
  color: #254d71;
  height: 40px;
  width: auto;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  padding: 5px 15px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 3px;
  line-height: 1;
  border: 1px solid #254d71;
  font-size: 11px;
}
.block-box a.btn_light {
  color: #254d71;
  font-weight: bold;
}
a.btn_light:hover {
  background: #254d71;
  color: #fff;
}
button.btn_light:hover {
  background: #254d71;
  color: #fff;
}

.block-box a.btn_dark {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.block-box a.btn_dark:hover {
  border: 1px solid #254d71;
  background: #fff;
  color: #254d71;
}
.block-box button.btn_dark {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.block-box button.btn_dark:hover {
  border: 1px solid #254d71;
  background: #fff;
  color: #254d71;
  box-sizing: border-box;
}

/* feedback*/
.feedback-form-searh {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.feedback-form-searh input {
  float: left;
  width: 100%;
  font-size: 12px;
  color: var(--blue-color);
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
}

.feedback-form-searh input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 15px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-search.svg) no-repeat center;
  background-size: contain;
  outline: none;
  cursor: pointer;
  border: none;
}

/* feedback-wrap */
.feedback-wrap {
  float: left;
  width: 100%;
}
.feedback-wrap__left {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.feedback-wrap__right {
  float: left;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.feedback-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tabs.tabs-partner a.feedback-item__title {
  font-size: 15px;
  color: #254d71;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.feedback-item__title i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-arrow-next.png) no-repeat center;
  margin-left: 1px;
}
.feedback-item ul li {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.tabs .feedback-item ul li a {
  font-size: 12px;
  color: #254d71;
  text-decoration: none;
  line-height: 1;
}

.wrapper .ui-widget.ui-widget-content,
.wrapper .ui-widget-content {
  border: none;
}
.wrapper .ui-state-default,
.wrapper .ui-widget-content .ui-state-default,
.wrapper .ui-widget-header .ui-state-default,
.wrapper .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
}
.wrapper .ui-widget-header {
  background: none;
  border: none;
  box-shadow: none;
}
.wrapper .ui-state-active a,
.wrapper .ui-state-active a:link,
.wrapper .ui-state-active a:visited {
  color: var(--orange-color);
  text-decoration: none;
}
.wrapper .ui-widget-header a {
  outline: none;
}

/* questions */
.questions {
  float: left;
  width: 100%;
}
.questions__left {
  float: left;
  width: 70%;
  padding-right: 20px;
  box-sizing: border-box;
}
.questions__right {
  float: left;
  width: 30%;
}
.questions__left h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.questions__right ul li {
  float: left;
  width: 100%;
  background: none;
  border: none;
}
.questions-menu-item {
  float: left;
  width: 100%;
  text-decoration: none;
  color: var(--blue-color);
  margin-bottom: 1px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: none;
}
.questions-menu-item:hover {
  color: var(--orange-color);
  text-decoration: underline;
}
.questions-menu-item i {
  width: 33px;
  height: 33px;
  display: inline-flex;
  min-width: 33px;
  margin-right: 10px;
}

.questions div.data p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px;
}
.questions div.data p:last-child {
  margin-bottom: 0;
}
a {
  color: #00017f;
}

.link-download {
  font-weight: bold;
  color: rgb(58 80 114);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link-download i {
  width: 15px;
  height: 15px;
  min-width: 15px;
  display: inline-flex;
  margin-right: 5px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-download.png) no-repeat center;
}

.bg-inf {
  height: 80px;
  color: black;
  padding: 10px 15px;
  background-color: rgb(255 255 255);
  position: absolute;
  left: 0;
  right: 15px;
  -webkit-box-shadow: 0 3px 9px 0 #ccc;
  box-shadow: 0 3px 9px 0 #ccc;
  text-align: center;
  z-index: 99;
  opacity: 1;
}
.phone-id-info {
  position: absolute;
  width: 130px;
  margin-left: 87px;
  margin-top: -87px;
}
.phone-info {
  font-size: 11px;
  position: absolute;
  width: 130px;
  margin-left: 120px;
  margin-top: -73px;
}
.bg-inf:before {
  content: "";
  background-color: rgb(255 255 255);
  height: 20px;
  width: 20px;
  position: absolute;
  left: -10px;
  top: 39%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 98;
}

.table-status p {
  margin-bottom: 0;
}

/* api-status-table */
.api-status-table {
  width: 300px;
  border: 1px solid #ccc;
}
.api-status-table__row {
  width: 100%;
  display: flex;
}
.api-status-table__left {
  width: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}
.api-status-table__right {
  width: calc(100% - 40px);
  padding: 5px 10px;
  box-sizing: border-box;
}

.api-block {
  padding-right: 115px;
}
.darkBox {
  background-color: #393939;
  width: 215px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.btn-api_mobile {
  display: none;
}

/* modals */
.modal-header {
  border-bottom: 1px solid rgb(204 204 204 / 50%);
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
.modal-title.lg {
  font-size: 20px;
}
.modal-content {
  padding: 15px 30px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--grey-color-333);
  text-align: left;
  text-transform: uppercase;
}
.modal-title span {
  font-size: 18px;
}
.modal .search-service {
  width: auto;
  margin-left: auto;
}
.modal-panel-btn {
  float: left;
  width: 100%;
}
.modal-panel-btn .btn {
  float: right;
  padding: 0 40px;
  font-size: 12px;
  width: auto;
}
.modal-panel-btn .btn.btn_dark {
  float: left;
}
.modal .search-service input {
  height: 35px;
  margin-bottom: 0;
}

.wrapper .ui-widget.ui-widget-content,
.wrapper .ui-widget-content {
  border: none;
}
.wrapper .ui-state-default,
.wrapper .ui-widget-content .ui-state-default,
.wrapper .ui-widget-header .ui-state-default,
.wrapper .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
}
.wrapper .ui-widget-header {
  background: none;
  border: none;
  box-shadow: none;
}
.wrapper .ui-state-active a,
.wrapper .ui-state-active a:link,
.wrapper .ui-state-active a:visited {
  color: var(--orange-color);
  text-decoration: none;
}
.close {
  padding: 1rem !important;
  margin: -1rem;
  margin-left: auto;
}

/* 2 */
.selected-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.selected-services__text {
  float: left;
  margin-right: 10px;
}
.selected-services__items {
  display: flex;
  align-items: center;
}
.selected-services__item {
  margin-right: 0px;
}
.modal-search-country {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.modal-search-country span {
  margin-right: 10px;
}

.modal-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.darkBox {
  background-color: #393939;
  width: 215px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.modal-row__right {
  width: 50%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}

/* modals */
.modal-header {
  border-bottom: 1px solid rgb(204 204 204 / 50%);
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
.modal-title.lg {
  font-size: 20px;
}
.modal-content {
  padding: 15px 30px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--blue-color);
  text-align: left;
}
.modal-title span {
  font-size: 18px;
}
.modal .search-service {
  width: auto;
  margin-left: auto;
}
.modal-panel-btn {
  float: left;
  width: 100%;
}
.modal-panel-btn .btn {
  float: right;
  padding: 0 40px;
  font-size: 12px;
  width: auto;
}
.modal-panel-btn .btn.btn_dark {
  float: left;
}
.modal .search-service input {
  height: 35px;
  margin-bottom: 0;
}
.modal .search-service input[type="submit"] {
  width: 16px;
  height: 16px;
}
.close {
  padding: 1rem !important;
  margin: -1rem;
  margin-left: auto;
}
.modal-ul {
  list-style: disc;
  padding-left: 1rem;
}

/* 2 */
.selected-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.selected-services__text {
  float: left;
  margin-right: 10px;
}
.selected-services__items {
  display: flex;
  align-items: center;
}
.selected-services__item {
  margin-right: 0px;
}
.modal-search-country {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.modal-search-country span {
  margin-right: 10px;
}

.modal-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.modal-row__left {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.modal-row__right {
  width: 50%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}

.modal .select-img .chosen-container .chosen-results li,
.modal .select-img .chosen-container .chosen-results li:hover {
  padding-left: 40px;
  background-size: 20px !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
}
.modal .chosenImage-container .chosen-results li,
.modal .chosenImage-container .chosen-single span {
  background-size: 32px;
  background-position: 0px center;
}

.modal .chosen-container-single .chosen-single span {
  margin-right: 0px;
}
.modal .chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  background: #ffffff;
  font-size: 14px;
  float: left;
  width: 100%;
  height: 34px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 5px;
  outline: none;
  box-shadow: none;
  color: #586983;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.modal .chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-choices {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.modal .chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices div b,
.chosen-single div b {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down_dark.png) no-repeat center;
  background-size: 10px !important;
}
.modal .chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-choices div b {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down_dark.png) no-repeat center;
  background-size: 10px;
  transform: rotate(-180deg);
}
.modal .chosen-container-single .chosen-single div,
.chosen-container-multi .chosen-choices div {
  width: 20px;
}
.modal .chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-choices div b {
  background-position: center;
}

.modal .chosen-container .chosen-results li {
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 0 10px;
  height: 34px;
  display: flex;
  align-items: center;
  line-height: 34px;
  border: none;
  font-size: 14px;
  border: none;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1)*/
}
.modal .chosen-container .chosen-results li:last-child {
  border: none;
}
.modal .chosen-container .chosen-results li.highlighted {
  background: var(--orange-color);
}
.modal .chosen-container .chosen-results {
  padding: 0;
  border: none;
  margin: 0;
}

.modal .chosen-container-single .chosen-drop,
.chosen-container-multi .chosen-drop {
  border: none;
}

/* modal-country__row */
.modal-countryes-wrap,
#listOfServicesModal {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  min-height: 400px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#listOfServicesModal {
  padding-left: 15px;
  padding-top: 10px;
  min-height: 320px;
  max-height: 320px;
}
.modal-countryes-wrap-child {
  width: 100%;
}
.modal-country-item {
  float: left;
  width: 100%;
  padding: 7px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.modal-country-item:nth-child(even) {
  background: #f4f5f7;
}
.modal-country__row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.modal-country__col-1 {
  float: left;
  width: 65%;
  display: flex;
  align-items: center;
}
.modal-country__img {
  min-width: 35px;
  margin-right: 5px;
  text-align: center;
}
.modal-country__col-2 {
  float: left;
  width: 20%;
  font-size: 12px;
}
.form-inline .input-group {
  width: 100%;
}
.cryptoHeader {
  display: block;
  text-align: center;
  font-size: large;
  vertical-align: middle;
  position: relative;
  left: 35%;
}
@media only screen and (max-width: 767px) {
  .cryptoHeader {
    left: 0 !important;
  }
  .aside .tabs .switch-box {
    padding-left: 0;
  }
  .search-service-wrap {
    padding-bottom: .5rem;
    padding-left: 11px;
  }
  .data-filters.new-design {
    margin-bottom: 5px;
  }
  .search-service.new-design {
    margin-top: 40px;
    width: 100%;
  }
  .search-service.new-design input[type="text"] {
    width: 100%;
  }
  .search-service.new-design input[type="submit"] {
    top: 8px !important;
  }
}

.flex-content-row {
  display: flex;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.input-addon-new {
  color: #333333;
  font-weight: bold;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f9f9f9;
}
.form_crypto {
  flex-direction: column;
}
.modal-country__col-3 {
  float: left;
  width: 15%;
  text-align: right;
}

.modal-country__country {
  color: var(--orange-color);
}
.modal-country__services {
  font-size: 12px;
}

/* modal-webHook */
.modal#modal-webHook {
  width: 740px;
}

.modal-header-without-flex {
  padding: 7px 30px;
}

.modal-header-2 {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 30px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.modal .modal-header-2 .search-service {
  width: 200px;
  margin: 0 20px 0 20px;
}

#modal-operators {
  width: 750px;
}
/* modal-table-operators */
.modal-table-operators {
  float: left;
  width: 100%;
}
.modal-table-operators__row {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(204 204 204 / 50%);
  padding: 5px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.modal-table-operators__col-1 {
  float: left;
  width: 30%;
}
.modal-table-operators__col-2 {
  float: left;
  width: 30%;
}
.modal-table-operators__col-3 {
  float: left;
  width: 40%;
}

.modal-operator {
  float: left;
  display: flex;
  align-items: center;
}
.modal-operator img {
  margin-right: 5px;
}

#modal-services {
  width: 740px;
}

.modal-panel-btn .btn.right {
  float: right;
}
.modal-panel-btn .btn.left {
  float: left;
}

/* rent-table */
.rent-table {
  float: left;
  width: 100%;
}
.rent-table__row {
  width: 100%;
  display: flex;
  align-items: initial;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 0;
}

.rent-table__col-1 {
  float: left;
  width: calc(50% - 10px);
  /*width: 280px;*/
  min-height: 1px;
  flex-shrink: 0;
}
.rent-table__col-2 {
  float: left;
  width: calc(50% - 10px);
  padding-left: 20px;
  border-left: 1px solid #c4c4c4;
  /*width: calc(100% - 280px);*/
}

.rent-box-wrap {
  float: left;
  width: 100%;
}

.rent-box__top-row-2 .rent-box__id {
  font-size: 10px;
}

/* rent-box */
.rent-box {
  border-radius: 10px;
  float: left;
  width: 100%;
  width: 280px;
  max-width: 100%;
  margin-left: 0px;
  margin-top: 15px;
}
.rent-box:nth-child(odd) {
  background: #f7f7f9;
}
.rent-box.active {
  background: #254d71;
  color: #ffff;
}
.rent-box.active .rent-box__bottom {
  display: flex;
}
.rent-box__top {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(229 229 229 / 40%);
  padding: 0px 5px;
  box-sizing: border-box;
}
.rent-box.active .rent-box__id i {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-copy_white.png) no-repeat center;
}

.rent-box__bottom {
  float: left;
  width: 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.rent-box__top-row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rent-box__bottom .btn {
  padding: 0 10px;
  font-size: 10px;
  width: auto;
  height: 32px;
  width: 83px;
  box-sizing: border-box;
}
.rent-box__col-1 {
  float: left;
  width: 15%;
  text-align: center;
  min-height: 1px;
}
.rent-box__col-2 {
  float: left;
  width: 65%;
}
.rent-box__col-3 {
  float: left;
  width: 60px;
  /*font-size: 12px;*/
  text-align: right;
  font-weight: 700;
  box-sizing: border-box;
  padding-right: 10px;
}
.countdown {
  padding-left: 20px;
}
.rent-box__service img {
  width: 20px;
  margin-bottom: 10px;
  margin: 3px -5px -3px -5px;
  min-width: 32px;
}
.rent-box__country img {
  width: 20px;
}
.rent-box__id {
  display: flex;
  align-items: center;
}
.rent-box__id i {
  width: 11px;
  display: inline-flex;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-copy.svg) no-repeat center;
  margin-left: 5px;
  background-size: contain;
}

.rent-box__arrow {
  width: 20px;
  float: right;
}

.rent-box .activations-box {
  color: var(--blue-color);
  margin-top: 3px;
}
.rent-box .activations-icon-2,
.rent-box .activations-icon-1 {
  width: 25px;
  height: 25px;
}

.rent-box__info {
  font-size: 12px;
  color: #e5e5e5;
  margin-right: 10px;
}
.rent-box__price {
  color: #ef3a23;
}

.rent-box__close {
  width: 24px;
  float: right;
}

/* rent -link-about */
.rent-text-top {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.rent-text-top a {
  text-decoration: none;
  color: #7f7f7f;
  text-align: center;
}
.rent-text-top a:hover {
  text-decoration: underline;
}

div.rentSelect {
  width: 70px;
  max-width: 70px;
  font-size: 13px;
  min-width: 55px;
}
.rentSelectBtn {
  height: 100%;
  border: none;
  background: white;
  cursor: pointer;
}
div.rentSelect .rentSelectBtn:after,
div.rent_countries .rentCountriesBtn:after {
  width: 20px;
  height: 27px;
  border: none;
  margin: 0;
  position: absolute;
  right: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
:is(.rent_countries, .rentSelect, div.rentSelect
    .rentSelectBtn, div.rent_countries .rentCountriesBtn):focus {
  outline: none !important;
}
:is(.rentCountriesBtn, .rentSelectBtn)
  :is(.filter-option-inner, .filter-option-inner-inner) {
  height: 100%;
  margin: 0;
}
:is(.rentCountriesBtn, .rentSelectBtn) .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
div.rentSelect,
.chosen-container-multi .chosen-choices {
  height: 27px;
  box-shadow: none;
}
.rentSelectBtn,
.chosen-container-multi .chosen-choices li span {
  color: #586983;
}
div.rentSelect li a {
  height: 27px;
  line-height: 1;
}

.list-counrty-filter .search-service {
  width: 145px;
  margin-right: 20px;
}
.list-counrty-filter .search-service input[type="text"] {
  float: left;
  width: 100%;
  font-size: 14px;
  color: var(--blue-color);
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  height: 34px;
}
.list-counrty-filter .search-service input[type="submit"] {
  top: 8px;
  right: 5px;
}
.btnStat {
  width: auto;
  height: 32px;
  margin-top: 10px;
  margin-right: 5px;
  background: white;
  border: 1px solid var(--orange-color);
  padding: 0 10px;
  font-weight: normal;
}
.btnStat:hover {
  box-shadow: 0px 0px 2px var(--orange-color);
}

.btnStat .ratio {
  color: var(--blue-color);
  margin: 0 10px;
}
.btnStat .percent {
  color: var(--orange-color);
}
.leftMainDivUpper,
hr {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3),
    inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
}

.customLegend:hover {
  background-color: #dddddd;
}

.dataTables_wrapper {
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: white !important;
  border: none !important;
  font-size: 12px;
  color: rgb(58 80 114) !important;
  font-weight: bold;
  min-width: auto !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: rgba(58 80 114 / 65%) !important;
  pointer-events: none;
}
body .dataTables_wrapper .dataTables_length label {
  color: var(--blue-color);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: var(--orange-color) !important;
  border: none !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: white !important;
  border: none;
  color: var(--orange-color) !important;
  font-weight: bold;
  min-width: auto !important;
  cursor: pointer !important;
}
body .dataTables_wrapper .dataTables_info {
  color: #7f7f7f;
  font-size: 13px;
  float: left;
  width: 100%;
}
body .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding-top: 0.25em;
  float: initial;
}
body table.dataTable thead .sorting {
  vertical-align: sub !important;
  font-size: 12px !important;
  font-weight: initial !important;
  /*text-align: right !important*/
}
body table.dataTable thead .sorting_asc {
  vertical-align: sub !important;
  font-size: 12px !important;
  font-weight: initial !important;
  /*text-align: right !important*/
}
body table.dataTable thead .sorting_desc {
  vertical-align: sub !important;
  font-size: 12px !important;
  font-weight: initial !important;
  /*text-align: right !important*/
}

.wrapper .chosen-container-single .chosen-single {
  width: 100%;
}
.dataTables_length select {
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: none;
  text-decoration: underline;
}
.chosen-container {
  width: 100%;
}
/*Поиск для dataTable*/
.dataTables_wrapper input {
  float: inherit;
  width: auto;
  height: auto;
}
.dataTables_wrapper .dataTables_filter input {
  margin-top: 5px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-search.svg) no-repeat scroll;
  background-origin: content-box;
  font-size: 14px;
  color: var(--blue-color);
  height: 28px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  border: 1px solid #ccc;
  padding: 0 10px;
}
#rentServicesList,
.list-of-multi-services {
  max-height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.list-of-multi-services {
  margin: 0 -10px;
  padding: 0 10px;
  width: calc(100% + 20px);
}
#rentServicesList::-webkit-scrollbar,
.modal-countryes-wrap::-webkit-scrollbar,
#listOfServicesModal::-webkit-scrollbar,
.list-of-multi-services::-webkit-scrollbar {
  background: #ffffff63;
  width: 0;
}

#rentServicesList::-webkit-scrollbar-thumb,
.modal-countryes-wrap::-webkit-scrollbar-thumb,
#listOfServicesModal::-webkit-scrollbar-thumb,
.list-of-multi-services::-webkit-scrollbar-thumb {
  background: #8c8c8c40;
}

.bootstrap-datetimepicker-widget .btn,
.btn.dropdown-toggle,
.actions-btn,
table .btn.continueRentUser,
.standard-btn-nostyle {
  background-image: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin: 5px;
  height: 30px;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
}
.bootstrap-datetimepicker-widget .btn:after,
.bootstrap-datetimepicker-widget .btn:before,
.dropdown-toggle.btn:after,
.dropdown-toggle.btn:before {
  all: revert;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}
.filter-option-inner-inner {
  margin-top: -4px;
  font-size: 14px;
}
.timepicker * {
  all: revert;
}
li.picker-switch.accordion-toggle {
  float: none;
}
.timepicker,
.timepicker-picker {
  width: 80%;
}
.standart-input-select {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.filter-container .dropdown-menu > li {
  padding: 3px 20px;
  position: relative;
}

.filter-container .dropdown-menu > li > input {
  margin-right: 7px;
}

.filter-container .dropdown-menu > li > label {
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 40px;
  height: 27px;
}

.btn-group {
  all: revert;
}
.hideActivation {
  all: revert;
}
input.choosePhoneActive {
  display: block;
}
button.bs-select-all,
button.bs-deselect-all {
  margin: 0;
}
.dataTables_length {
  font-size: 13px !important;
}
.dataTable thead tr th small {
  font-size: 13px !important;
}
td img {
  vertical-align: middle;
}
tr.even,
tr.odd {
  line-height: 3em;
  font-size: 13px !important;
}
tr.even small,
tr.odd small {
  font-size: 100% !important;
}
.leftMainDivUpper {
  z-index: 100000;
  background: rgba(26, 26, 26, 0.82);
  color: #fff;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
}
.bootstrap-select .dropdown-menu li {
  width: 100%;
}
table .dropdown-menu li {
  margin-left: 5px;
  width: 100%;
}
.text-section {
  font-size: 16px;
}
.infoHeaders {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  font-family: "Exo 2";
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
}
h2.infoHeaders {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.big-numbers {
  margin-right: 20px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: var(--orange-color);
}
.checks {
  padding: 5px;
}
.colorHeader {
  color: var(--orange-color);
  text-transform: uppercase;
  font-size: 16px;
}
.list-item-circle:before {
  margin: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee6200;
  display: inline-flex;
  box-shadow: 0px 0px 10px #ee6200;
}
.gallery-instructions {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.gallery-instructions img {
  width: auto;
}
.flexible-list {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}
.top_header_dropdown {
  text-transform: uppercase;
  font-weight: bold;
}
.block-cashback,
.rules-block {
  float: left;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 15px;
  background: #fff;
  color: #4c4c4c;
  position: relative;
}
.rules-block h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rules-block h2 {
  margin: 1em 0;
}
.rules-block p {
  line-height: 21px;
  margin-bottom: 5px;
  padding: 0 15px;
}
.enter-promocode__btn {
  height: 100%;
  border-radius: 0px 4px 4px 0px;
}
.check_list {
  margin-left: 15px;
}
.userExceptionPhone {
  margin-left: 10px;
}
.rentNumber,
.buyMultiNumber {
  border-radius: 0px 5px 5px 0px !important;
}
.buyMultiNumber {
  width: 100% !important;
}
table.dataTable thead th,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 9px 9px !important;
}
a.btnCopy {
  cursor: pointer;
}
.aside-favorites-right__bottom .btn {
  border-radius: 5px !important;
}
.fixedAdaptiveHeader {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#rentDesc {
  color: rgb(37 77 113);
  cursor: pointer;
}
#rentDesc:hover {
  color: rgb(234 84 0);
  cursor: pointer;
  text-decoration: underline;
}
.getNumberServiceBtn {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.favoritePriceCountryCheck {
  cursor: pointer;
}
.tableNormalBtns,
.tableNormalBtnsYellow {
  font-size: 13px;
  color: rgb(58 80 114);
  font-weight: 500;
}
.tableNormalBtnsYellow {
  width: auto !important;
  background: none !important;
  border: 1px solid #f67c00 !important;
}
.tableNormalBtns .caret {
  width: 10px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down_dark.png) no-repeat center;
  background-size: 10px;
  height: 5px;
  position: absolute;
  right: 15px;
}
.tableNormalBtns[aria-expanded="true"] .caret {
  width: 10px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/arrow-down_dark.png) no-repeat center;
  background-size: 10px;
  height: 5px;
  position: absolute;
  right: 15px;
  transform: rotate(-180deg);
}
#cryptoCurrency img {
  vertical-align: middle;
}
#aliPayModal .modal-dialog .modal-content .modal-body .btn {
  margin-bottom: 5px;
}
.numberAct {
  padding: 0 !important;
}
.choiceAct {
  width: 36px;
}
.aside-box__title p {
  cursor: pointer;
  color: rgb(58 80 114);
}
.aside-box__title p a {
  color: var(--blue-color);
  text-decoration: underline;
}
.aside-box__title p a:hover {
  color: rgb(234 84 0);
}
label[for]:hover,.link-download:hover,.block-box.api-block h3 a:hover,.paginate_button:hover,.show-all-checkbox:hover,a[href="https://t.me/smsActivateruBot"]:hover,a[href="/loyalVIP"]:hover,#cashBackRulesBtn:hover,a[data-toggle="collapse"]:hover,a[data-target]:hover,#openModalWelcome:hover
{
  color: rgb(234 84 0) !important;
}
.aside-box .chosen-results li.result-selected:before,
.list-counrty__select
  .chosen-container-single
  .chosen-drop
  .chosen-results
  li.result-selected:before {
  content: "";
  width: 100%;
  position: absolute;
  height: inherit;
  left: 40%;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/checkIcon.svg) no-repeat center;
}
a.btn.paginate_button,
a.btn.paginate_button:active {
  background: revert !important;
}
.input-group-addon {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  padding-top: 15px;
}
.current-activations__aside {
  display: none;
}
.circle-activations__number, .circle-rent-mob__number {
  border: 2px solid rgb(234 84 0);
  height: 18px;
  width: 17px;
  color: var(--orange-color);
  font-size: 10px;
  margin: -30px 0 0 -15px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
.circle-rent-mob__number {
  display: inline-block;
  position: relative;
  top: -12px;
  right: -12px;
}
.btn_info_forward {
  font-size: 10px;
  color: white !important;
  padding: 5px !important;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.changeForwardForm .row .form-group .input-group input {
  font-size: 12px;
}

#getDoubleCostTable td {
  padding: 10px;
}
.check_list img {
  margin-right: 5px;
}
.activePurchasesInfo {
  display: none;
  border: 1px solid;
  height: 21px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  color: var(--orange-color);
  left: 95%;
  border-color: rgb(58 80 114);
  bottom: 80%;
}
.additionalService {
  width: 30%;
}
.additionalServiceContainer {
  display: flex;
  gap: 5px;
}

.panel-body_2234.panel-rent {
  display: flex;
  position: relative;
  top: 100%;
  bottom: 0%;
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.row-fluid.panel-yes-rent {
  width: 100%;
  display: flex;
  align-items: center;
}
.panel-yes-rent .paggination-container {
  width: 320px;
  position: relative;
  float: left;
  display: flex;
}
.panel-yes-rent .paggination-container .row {
  width: 100%;
}
.colmn-pagination {
  width: 100%;
}
.rent-phones-pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent-number .btns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.rent-number .btns a {
  cursor: pointer;
}
.rent-number .smsesRent {
  display: none;
}
.rent_number_sms .media {
  gap: 5px;
}
.banner_button {
  position: absolute;
  margin-top: 25em;
  margin-left: 40em;
}
.banner_button.reg {
  margin-top: 18em;
  margin-left: 20em;
}

.serviceHint {
  color: #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    var(--def-color) 30%,
    var(--orange-color),
    var(--def-color) 75%
  );
  background-size: 500%;

  --def-color: var(--blue-color);
}
.serviceHint:is(:hover, :focus),
.serviceHint:active {
  background: #ffffff;
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
}
.hintFeedback {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modalServiceHint .modal-title.placeholder-loading {
  width: 35%;
  padding: 1rem;
}
#hintFeedback__like {
  font-size: 20px;
  cursor: pointer;
  color: #337ab7;
}
#hintFeedback__like:not(.clicked):hover i:before,
#hintFeedback__like.clicked i:before {
  content: "\f164";
}
#hintFeedback__like.clicked {
  cursor: default;
}
.hint .popover-content {
  padding: 9px 14px;
}

/*mobile*/
.btn-back i {
  /**/
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1rem;
  font-size: 1.25rem;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.55;
}

.transited {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer {
  font-size: 14px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1600));
}

.button {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ea5400),
    to(#f67c00)
  );
  background: -o-linear-gradient(right, #ea5400 0%, #f67c00 100%);
  background: linear-gradient(270deg, #ea5400 0%, #f67c00 100%);
  color: #ffffff;
  padding: 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 38px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ea5400;
  border-radius: 5px;
  text-transform: uppercase;
}

.button:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button:focus {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.button-border {
  background: #ffffff;
  color: #ea5400;
  padding: 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 38px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ea5400;
  border-radius: 5px;
  text-transform: uppercase;
}

.button-border:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ea5400),
    to(#f67c00)
  );
  background: -o-linear-gradient(right, #ea5400 0%, #f67c00 100%);
  background: linear-gradient(270deg, #ea5400 0%, #f67c00 100%);
  color: #ffffff;
}

.button-border:focus {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.purchaseWindow {
  color: #4c4c4c;
}

.purchaseWindow a {
  color: #ea5400;
  text-decoration: underline;
}

.purchaseWindow__offer {
  font-size: 20px;
  color: #ea5400;
  font-weight: 700;
  margin-bottom: 15px;
}

.purchaseWindow__title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333333 !important;
}

.purchaseWindow__text {
  margin-bottom: 30px;
  line-height: 1.2;
}

.purchaseWindow__description {
  margin-bottom: 10px;
}

.purchaseWindow__list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.purchaseWindow__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin-bottom: 15px;
}

.goods-element {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
  -ms-grid-columns: 33px 1fr;
  grid-template-columns: 33px 1fr;
  margin-bottom: 10px;
}

.thanksPurchase__content,
.purchaseWindow__content {
  border-radius: 15px;
}

.thanksPurchase__body {
  padding: 30px 20px;
}

.thanksPurchase__body .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.purchaseWindow__offer {
  margin-bottom: 10px;
}

.purchaseWindow__description {
  margin-bottom: 20px;
}

.data-filters {
  margin-bottom: 30px;
}
.filters-block {
  margin: 15px 0;
}
.filters-block.row {
  flex-wrap: nowrap;
  gap: 30px;
}
.filters-block .btn.dropdown-toggle {
  margin: 0;
}
.filters-title,
.display-title {
  color: var(--blue-color);
  font-size: 16px;
}
.filters-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.data-filters [type="submit"] {
  padding: 11px 15px;
  width: auto;
  height: auto;
  font-size: 12px;
}

.loyal_padding {
  padding-bottom: 140px;
}

@keyframes place-loading {
  0% {
    opacity: var(--load-op-min, 0.1);
  }
  50% {
    opacity: var(--load-op-max, 0.2);
  }
  to {
    opacity: var(--load-op-min, 0.1);
  }
}
.placeholder-loading,
.items-loading,
.placeholder-txt-loading:before {
  background-color: var(--load-bg, var(--blue-color));
  background-size: 200%;
  animation: place-loading var(--load-period, 1500ms) linear infinite;
  border-radius: 3px;
}
.placeholder-loading {
  padding: 1.5rem;
}
.items-loading {
  --load-op-min: 0.5;
  --load-op-max: 0.7;
  --load-period: 2100ms;
  pointer-events: none;
  --load-bg: #fff;
}
.placeholder-txt-loading {
  width: 16px;
  display: inline-block;
  color: transparent;
  white-space: nowrap;
}
.placeholder-txt-loading:before {
  content: "";
  padding: 0 8px;
}

div.data ol {
  list-style: image-set;
}

.previousPageProxy,
.nextPageProxy {
  width: auto;
  background: none;
  border: 1px solid #f67c00;
}

.checkbox-arrow {
  width: 20px;
  height: 18px;
  min-width: 18px;
}

.hstock-modal-titile_block {
  font-size: 16px;
  color: #333333;
}
.goodName,
.goodDescription {
  margin-top: 10px;
  margin-bottom: 20px;
}
.goodName {
  font-size: 14px;
}
.goodName-wrapper {
  display: flex;
  align-items: center;
}
.goodName-wrapper img {
  margin-right: 15px;
}
.goodProperties ul {
  padding: 0;
  list-style: none;
}

.orange,
.orange-link,
.orange-clear-link {
  color: var(--orange-color);
}
.link{
  color: var(--blue-color);
}
.orange-link, .link{
  text-decoration: underline;
}
.orange-clear-link {
  text-decoration: none;
}
:is(.orange-clear-link, .link):is(:hover, :focus) {
  text-decoration: underline;
}
.link:is(:hover, :focus){
  color: var(--orange-color);
}

.btn-notify-box .link {
  text-decoration: none;
  color: inherit;
}
.btn-notify-box .notify-el-img {
  display: none;
}

.display-msg.text-danger {
  color: #d80000;
}
.display-msg span {
  display: block;
}
.text-dark {
  color: #333333 !important;
}
.text-black {
  color: #000000;
}
.text-orange {
  color: var(--orange-color);
}
.text-grey-4c {
  color: var(--grey-color-4c)
}
.text-blue {
  color: var(--blue-color)
}
.text-green {
  color: var(--green-color)
}
.pointer, .cursor-pointer {
  cursor: pointer;
}
:is(.orange-link, .pointer):is(:hover, :focus) {
  text-decoration: none;
}

.img-shield {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact-container {
  margin-bottom: 12px;
}
.contact-container label {
  margin-bottom: 4px;
}
.contact-container .input-group-text {
  padding: 0;
}
.contact-container :is(img, i) {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

#no_favorites_text {
  display: none;
  text-align: center;
}
.offer-service-text {
  padding-left: 35px;
}
.gray-text {
  color: var(--color-background-hover);
}

.grid__title.title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wrapper_blog {
  justify-content: center;
}

.blog_section {
  max-width: 900px;
  margin-top: 20px;
}
.blog__section-main--flex {
  display: flex;
  justify-content: center;
}
.mobile_header_dropdown .show {
  display: grid;
}
.manual {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px;
}
._container {
  max-width: 870px;
  margin: 0 auto;
}

.closeNewsModal {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
    padding: 0 20px;
  }
}

@media (max-width: 890px) {
  ._container {
    max-width: 970px;
  }
}

.promo_gains-list {
  padding-left: 16px;
}
.promo_gains-list li {
  list-style: disc;
  margin-left: 4px;
}

.center-content-td {
  padding-left: 20px;
  display: grid;
  grid-gap: 10px;
  justify-items: center;
}
.x2cash {
  background: #254d71;
  color: white;
  border-radius: 6px;
  margin: 10px 0;
  padding: 20px;
}

#multiServiceDesc :is(th, td) {
  padding: 4px 0;
}
#multiServiceDesc table :is(td, th):nth-child(2) {
  text-align: center;
}

.x2cash a {
  color: white;
}
.x2cash a:hover {
  color: white;
  text-decoration: underline;
}

.a-referals span {
  color: var(--orange-color);
  font-size: 15px;
  line-height: 19.5px;
}
.a-referals:is(:hover, :focus) span {
  color: var(--blue-color);
}

/* START: Vue раздел аренда */
.border-think {
   border-bottom: 0.4px solid #EAEAEB !important;
}
.rent-box.rent-number {
  color: black;
  background: #ffffff !important;
  box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.rent-box.rent-number.active {
  border: 1px solid #ea5400;
}
.rent-box__id i {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-copy.svg) no-repeat center;
}
.rent-box.active .rent-box__id i {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/form/icon-copy.svg) no-repeat center;
}
.cancelRent.no,
.finishRent.yes,
.continueRIC,
.btn-activate {
  display: inline-block;
  padding: 2px 10px;

  /* width: 153px; */
  height: 33px;
  padding-top: 5px;

  background: linear-gradient(270deg, #ea5400 0%, #f67c00 100%);
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
}
.finishRent.yes,
.btn-activate.outline  {
  color: #ea5400 !important;
  background: white;
  border: 1px solid #f67c00;
}
.cancelRent.no:disabled {
  background: #C4C4C4;
  border-color: #C4C4C4;
  color: white;
  pointer-events: none;
  cursor: not-allowed;
}
.btn-reactivate {
   color: rgb(58, 80, 114) !important;
   background: white;
   border: 1px solid rgb(58, 80, 114);
}
.rent-table__row {
  border-bottom: unset;
  text-align: center;
}
.btn-activate {
  padding-top: 8px;
  width: calc(50% - 2%);
  height: 43px;
  border: 1px solid #f67c00;
}

.v-devider {
  width: 20px;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  margin-right: 20px;
  float: left;
}
.rent-box__info {
  color: grey;
}
.rent-box {
  margin-bottom: 15px;
  margin-top: 0;
}
.rent-box__service {
  background-color: #8e8e8e;
  border-radius: 50px;
  margin: 2px 6px;
  color: white;
}
.rent-box__service.sms {
  font-size: 8px;
  padding: 5px 0;
}
.rent-box__id i,
.rent-box.active .rent-box__id i {
  background: unset !important;
  color: gray;
  font-size: 10px;
}
.rent_number_sms li {
   border-bottom: 0.4px solid #EAEAEB !important;
   margin-bottom: 20px;
   padding-bottom: 5px;
   line-height: 1.3em;
}
.rent-box__top-count {
  position: absolute;
  right: 5px;
  top: -8px;
  font-size: 10px;
}
.paginate-sms-call {
  display: flex;
}
.paginate-sms-call li {
  padding: 0 3px;
}
.paginate-phones-list li {
  padding: 0 3px;
  display: inline-block;
}
.paginate-sms-call a,
.paginate-phones-list a {
  color: #333333;
}
.paginate-sms-call li:first-child, .paginate-sms-call li:last-child,
.paginate-phones-list li:first-child, .paginate-phones-list li:last-child {
  font-size: x-large;
  line-height: 0.65;
  color: #3A5072;
}
.paginate-phones-list li:first-child, .paginate-phones-list li:last-child {
  position: relative;
  top: 1px;
}
.page-sms-call.active a,
.page-phones-list.active a {
  color: #ea5400
}
.paginate-sms-call .disabled a,
.paginate-phones-list .disabled a {
  color: #C4C4C4 !important;
  cursor: default !important;
}
.dialog-btn {
  height: 33px;
  padding-top: 5px;
}
/* END: Vue раздел аренда */
/* modal */
.modal__btn-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 62em) {
  .modal__btn-wrapper .btn {
    width: 100%;
    margin: 0;
  }
  .modal__btn-wrapper .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.vip_manager{
  position: absolute;
  right: -5%;
  margin-top: 5px;
}
/*  Новый дизайн */
.btn2 {
  display: inline-block;
  padding: 5px 10px 2px;
  border: 1px solid;
  border-radius: 5px;
  height: 33px;
  cursor: pointer;
}
.btn2:disabled, .btn2-disabled, .btn2-disabled:hover {
  display: inline-block;
  border-color: #C4C4C4 !important;
  background: unset;
  background-color: #C4C4C4 !important;
  color: white !important;
  cursor: not-allowed !important;
  pointer-events: all !important;
}
.btn2.blue {
  border-color: var(--blue-color);
  background: var(--blue-color);
  color: white !important;
}
.btn2.blue-inline {
  border-color: var(--blue-color);
  background: white;
  font-weight: bold;
  color: var(--blue-color) !important;
}
.btn2.blue:hover, .btn2.blue-inline:hover {
  border-color: var(--blue-color-active) !important;
  background: var(--blue-color-active) !important;
  color: white !important;
}

.btn2.blue-inline.hover-mute:hover {
  background: var(--blue-color) !important;
}

.alert {
  border-radius: 18px !important;
  line-height: 1.3em;
}
.alert button.close {
  position: absolute;
  top: 6px;
  right: 16px;
}
.blue {
    background-color: var(--blue-color);
    color: white;
}
.blue-inline {
  border-color: var(--blue-color);
  color: var(--grey-color-333);
}
.blue-inline button.close svg path {
  fill: var(--grey-color-333);
}
.blue button.close svg path {
    fill: #FFFFFFFF;
}
.search-service .rentSrch {
  font-family: "Exo 2", sans-serif !important;
  font-weight: 200;
  color: #4c4c4c !important;
  height: 41px !important;
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
  padding-top: 4px !important;
}
.search-service input[type="submit"] {
  top: 10px !important;
  right: 10px !important;
}
.menu li .arrow {
  transition: transform 0.2s;
}
.arrow {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.btn-notify-box .btn-notify {
  cursor: pointer;
}
.menu-instructions.show .arrow,
.menu-item.show .arrow {
  transform: scale(-1);
}
.menu-item.show + .top_header_dropdown {
  display: block;
}
.modal.new-design .modal-dialog{
  color: var(--grey-color-4c);
}
.modal.new-design .modal-header {
  padding: 0;
  border: 0;
}
.modal.new-design .modal-title {
  color: #333333;
  text-transform: uppercase;
  padding-top: 1rem !important;
}
.modal.new-design .modal-content{
  border-radius: 15px;
  color: rgb(76, 76, 76);
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
}
.modal.new-design button.close {
  padding: 20px 20px 0 0 !important;
}

.country-search-input{
  position: relative;
}

.country-search-input input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 15px;
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/icon-search.svg) no-repeat center;
  background-size: contain;
  outline: none;
  cursor: pointer;
  border: none;

}
.modal {
  color: var(--grey-color-4c)
}
.modal .modal-title {
  color: var(--grey-color-333);
  text-transform: uppercase;
}
.modal .modal-content {
  color: var(--grey-color-4c);
  border-radius: 15px;
}
.tab-bar__list-item {
  line-height: 16.8px;
}
.font-16 {
  font-size: 16px;
}

.bounce-notify-enter-active {
  animation: bounce-in .8s;
}
.bounce-notify-leave-active {
  animation: bounce-in .8s reverse;
  /* animation: bounce-out .8s; */
}

@keyframes bounce-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-250px);
  }
}
.badge-small-time {
  color: #ed5e00;
  background-color: #FFF2E6;
  border-radius: 5px;
  padding: 3px 4px 3px 6px;
  font-weight: 300;
  font-size: 10px;
}
.badge-small-time.green {
  color: green;
  background-color: #DBFFE8;
}
.kote {
  color: var(--grey-color-333);
}
.kote .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.kote .body {
  line-height: 150%;
}
.kote ol {
  list-style: decimal;
  margin-bottom: 1rem;
}
.kote ol li {
  margin-left: 30px;
  padding-left: 8px;
}
.underline-orange {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--orange-color);
  text-decoration-thickness: 1.3px;
}
.underline-green {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--green-color);
  text-decoration-thickness: 1.3px;
}
.act-status-grey {
  background: #eeeded;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 300;
  font-size: small;
  margin-top: 10px;
}
@media (any-hover: none) {
  .menu-item.show + .top_header_dropdown {
    display: block;
  }
}

/*** START spinner ***/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
    height: 1rem;
    border-width: .1em;
    width: 1rem;
    margin: 5px;
}
/*** END spinner ***/

@media (any-hover: none) {
  .menu-item.show + .top_header_dropdown {
    display: block;
  }
}
@media (any-hover: hover) {
  .payment-item .content__title:hover a {
    color: rgb(234 84 0) !important;
  }
  .menu li:hover ul {
    display: block;
  }
  .menu li:hover .arrow {
    transform: scale(-1);
  }
  .chosen-container:hover .chosen-single > span {
    color: #ea5400;
  }

}
/*  END Новый дизайн */

.alert.blue {
  background: unset;
  background-color: #254D71;
}
.alert .btn-banner-white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;

  width: 123px;
  height: 33px;

  background: #FFFFFF;
  border-radius: 8px;

  flex: none;
  order: 1;
  flex-grow: 0;

  /* btn content */
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #EC5901;
}

.no_countries_block{
  display: flex;
  width: 300px;
  background-color: red;
  flex-direction: column;
}

.no_top_country{
  display:flex;
  width: 100%;
  height: 50px;
  background-color: #254d71;
  justify-content: space-between;
}

.no_top_country:nth-child(2n){
  background-color: #2f5578;
}

.no_country_img{
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
}

.no_country_info{
  display: flex;
  align-items: center;
  height: 50px;
}

.no_country_name{
  color: #ffffff;
  margin: 0;
  padding: 0;
  margin-left: 5px;
}

.buyOtherCoutry{
  height: 30px;
  margin-right: 10px;
  background-color: #eb5800;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.buyOtherCoutry:hover{
  background-color: #c54a00;
}

#stopGetNumberRequest{
  margin-top: 10px;
}

.vue-paginate-per-page {
  position: absolute;
  top: 12px;
  right: 0;
}
.vue-paginate-per-page.rent {
  position: unset;
  margin-top: -26px;
  float: right;
  color: #333333;
}
.vue-paginate-per-page .vs__selected-options{
  min-width: 50px;
}
.vue-paginate-per-page .vs__actions {
  margin-left: -15px;
}
.vue-paginate-per-page .vs__open-indicator {
  width: 17px;
}

#multi-service-country + .chosen-container .chosen-drop ul{
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
  -moz-appearance: textfield;
}

@keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #D5E8D4;
  }
  100% {
    background-color: transparent;
  }
}

.bg-blink {
  animation: blink .7s;
}

#multiservice-v2, #operatorsMultiService-v2 {
  cursor: pointer !important;
}

#multiservice-v2 .vs__dropdown-toggle,
#operatorsMultiService-v2 .vs__dropdown-toggle{
  border-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#multiservice-v2 .vs__actions .vs__open-indicator,
#operatorsMultiService-v2 .vs__actions .vs__open-indicator {
  font-size: 8px;
  color: #ea5400 !important;
  background-size: 8px !important;
  transition: transform 0.2s;
}

#multiservice-v2 .option,
#operatorsMultiService-v2 .option {
    margin: 3px 0 3px -10px;
}
#multiservice-v2 .vs__selected .option {
  margin-left: -4px;
  color: #586983 !important;
  display: flex;
  align-items: center;
}
#operatorsMultiService-v2 .vs__selected .option {
  margin-left: 6px;
  color: #586983 !important;
}

#multiservice-v2:hover .vs__selected .option,
#operatorsMultiService-v2:hover .vs__selected .option {
  color: #EA5400 !important;
}
#multiservice-v2 .vs__dropdown-option--highlight,
#operatorsMultiService-v2 .vs__dropdown-option--highlight {
  background: #FAD4C0 !important;
}

#multiservice-v2 .option img,
#operatorsMultiService-v2 .option img {
  width: 24px;
  margin: 2px 3px 0 0;
  height: 16px;
}
#multiservice-v2 .vs__dropdown-option .option {
  display: flex;
  align-items: center;
}

@media (any-hover: hover) {
  #multiservice-v2:hover .vs__actions .vs__selected,
  #operatorsMultiService-v2:hover .vs__actions .vs__selected {
    color: #ea5400;
  }
}
@media (max-width: 478px) {
  .payment-item .image {
    max-width: 25%;
  }
}
.vs__dropdown-menu {
  padding: 4px !important;
  border-radius: 8px !important;
  border: 1px solid #dcdcdc !important;
}
.vs__dropdown-menu::-webkit-scrollbar {
  width: 6px !important;
}
.vs__dropdown-menu::-webkit-scrollbar-track {
  background: #ededed !important;
}
.vs__dropdown-menu::-webkit-scrollbar-thumb {
  background: #c4c4c4 !important;
  border-radius: 10px !important;
  border: 3px solid transparent !important;
}
.vs__dropdown-menu::-moz-scrollbar-button:decrement,
.vs__dropdown-menu::-moz-scrollbar-button:increment,
.vs__dropdown-menu::-webkit-scrollbar-button:decrement,
.vs__dropdown-menu::-webkit-scrollbar-button:increment {
  width: 0px !important;
}
.vs__dropdown-option {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 12px !important;
  color: #333333 !important;
  cursor: pointer !important;
}
.vs__dropdown-option--selected {
  font-weight: 600 !important;
}
.vs__dropdown-option--disabled {
  opacity: 0.7 !important;
}
.vs__dropdown-option--highlight {
  background: rgba(234, 84, 0, 0.13) !important;
  color: #333333 !important;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.loading--skeleton {
  background-color: #f0f0f0;
  animation: pulse 0.6s infinite linear;
  border-radius: 8px;
}

