/* For mobile version */
.modal-overflow .modal-body.ov {
  overflow: visible; }

.modal-overflow .modal-body {
  overflow: visible; }

.modal-scrollable.no-scroll {
  overflow: hidden !important; }

.modal {
  border-radius: 5px;
  border: none;
  width: 448px;
  margin-left: -224px; }

.modal-header {
  padding: 20px; }
  .modal-header h3 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000; }
  .modal-header .close {
    width: 20px;
    height: 20px;
    margin: 0 0 0 20px;
    background: url("/static/img/delete_b.svg") no-repeat;
    padding: 0;
    outline: none; }
    .modal-header .close:focus, .modal-header .close:hover {
      outline: none;
      background-color: transparent;
      background-position: 0; }
  .modal-header .info-holder h3 {
    width: 100%; }

.modal-body {
  padding: 20px 20px 0; }

.modal-footer {
  padding: 20px;
  justify-content: flex-end; }

.modal-scrollable .modal form .tc-1 {
  color: #898989; }

.modal-scrollable .select2-container .select2-choice {
  padding: 7px 0 6px 10px; }

.modal-scrollable .fakeFileLoad {
  position: relative; }
  .modal-scrollable .fakeFileLoad label {
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 14px;
    width: 180px;
    font-family: 'Open Sans';
    font-weight: 600;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #57AB62;
    border-radius: 5px;
    color: #fff; }
  .modal-scrollable .fakeFileLoad #upload-photo,
  .modal-scrollable .fakeFileLoad .file-area,
  .modal-scrollable .fakeFileLoad #uploadChatLogo {
    opacity: 0;
    position: absolute !important;
    z-index: -1; }

.modal-scrollable .red {
  color: red; }

.modal-scrollable .video-res a {
  float: left; }

.modal-scrollable .video-res a:hover {
  text-decoration: underline; }

.modal-scrollable .video-res .devHor {
  float: left;
  width: 1px;
  height: 13px;
  background-color: #dadada;
  margin: 5px 8px 0; }

.modal-scrollable .filter-block-holder {
  background-color: transparent !important; }

.modal-scrollable .progress {
  height: 6px;
  margin: 20px 0 20px;
  background: #eaeaea;
  border-radius: 3px;
  box-shadow: none; }
  .modal-scrollable .progress .bar {
    background: #4A95B9;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none; }

.modal-scrollable .check-row {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .modal-scrollable .check-row.checked .ico-check {
    background-position: -73px -1297px; }
  .modal-scrollable .check-row:first-child {
    margin: 0; }
  .modal-scrollable .check-row.checkbox {
    padding: 0;
    color: #000; }
    .modal-scrollable .check-row.checkbox .check-row-holder {
      float: left;
      margin: 2px 0; }
    .modal-scrollable .check-row.checkbox .checkmark {
      width: 22px;
      height: 22px;
      float: left;
      border: 1px solid #979797;
      border-radius: 5px;
      background-color: #fff;
      margin: 0 12px 0 0;
      background-image: none; }
      .modal-scrollable .check-row.checkbox .checkmark svg {
        display: block;
        width: 22px;
        height: 22px; }
    .modal-scrollable .check-row.checkbox .container {
      padding-left: 36px; }
      .modal-scrollable .check-row.checkbox .container .checkmark:after {
        display: none;
        width: 22px;
        height: 22px;
        border-radius: 5px;
        background-image: none;
        background-color: #57AB62;
        border: 1px solid #57AB62;
        margin: -1px; }
      .modal-scrollable .check-row.checkbox .container input:checked ~ .checkmark:after {
        display: none; }
      .modal-scrollable .check-row.checkbox .container input:checked ~ .checkmark {
        background-color: #57AB62;
        border: 1px solid #57AB62; }
  .modal-scrollable .check-row .container {
    margin: 0;
    width: auto;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal-scrollable .check-row .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .modal-scrollable .check-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("/static/img/sprite.png");
    background-position: -73px -1278px;
    margin: 3px 10px 0 0; }
  .modal-scrollable .check-row .container input:checked ~ .checkmark {
    background-image: none; }
  .modal-scrollable .check-row .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .modal-scrollable .check-row .container input:checked ~ .checkmark:after {
    display: block; }
  .modal-scrollable .check-row .container .checkmark:after {
    width: 14px;
    height: 14px;
    background-image: url("/static/img/sprite.png");
    background-position: -73px -1297px; }

.modal-scrollable .info-holder {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
  display: flex;
  align-items: center; }
  .modal-scrollable .info-holder .btn {
    margin: 0 0 0 10px;
    font-weight: 600;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex; }
  .modal-scrollable .info-holder h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    wiav-holderdth: 100%; }
  .modal-scrollable .info-holder span {
    display: block;
    overflow: hidden; }
  .modal-scrollable .info-holder .av-holder {
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 16px 0 0; }

.modal-scrollable .friends-list li {
  overflow: hidden;
  margin: 0 0 20px; }
  .modal-scrollable .friends-list li .avatar {
    float: left;
    margin: 0 16px 0 0;
    width: 46px;
    border-radius: 50%;
    overflow: hidden; }
  .modal-scrollable .friends-list li .description {
    overflow: hidden; }
    .modal-scrollable .friends-list li .description .name-holder {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 0 1px; }
    .modal-scrollable .friends-list li .description .rate {
      line-height: 20px; }
      .modal-scrollable .friends-list li .description .rate span {
        font-weight: 600; }
  .modal-scrollable .friends-list li .btn-holder {
    float: right;
    overflow: hidden;
    padding: 6px 0 0 10px; }
    .modal-scrollable .friends-list li .btn-holder p {
      color: #999;
      text-align: center; }
    .modal-scrollable .friends-list li .btn-holder .btn {
      margin: 0; }
  .modal-scrollable .friends-list li .btn {
    float: right;
    margin: 6px 0 0 10px; }

.modal-scrollable .free-plat {
  margin: 0 -20px;
  padding: 0; }
  .modal-scrollable .free-plat.add {
    margin: -20px -20px 0;
    padding: 0; }
    .modal-scrollable .free-plat.add .platforms-list li:first-child {
      border-top: 1px solid transparent; }
  .modal-scrollable .free-plat .platforms-list > li {
    overflow: hidden;
    border-top: 1px solid transparent;
    padding: 20px 20px 0;
    margin: 0 0 20px 0; }
    .modal-scrollable .free-plat .platforms-list > li .avatar {
      float: left;
      margin: 0 16px 0 0;
      width: 50px;
      border-radius: 4px;
      overflow: hidden; }
    .modal-scrollable .free-plat .platforms-list > li .heading {
      overflow: hidden; }
      .modal-scrollable .free-plat .platforms-list > li .heading .name-holder {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .modal-scrollable .free-plat .platforms-list > li .heading .name {
        font-weight: 600; }
      .modal-scrollable .free-plat .platforms-list > li .heading .name:hover {
        text-decoration: underline; }
      .modal-scrollable .free-plat .platforms-list > li .heading .direction {
        display: block; }
    .modal-scrollable .free-plat .platforms-list > li .btn-holder {
      float: right;
      margin: 6px 0 0 10px; }

.modal-scrollable .btn {
  font-size: 13px;
  line-height: 20px;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid transparent; }

.modal-scrollable .btn + .btn {
  margin: 0 0 0 5px; }

.modal-scrollable .holder {
  float: left;
  width: 47%;
  margin: 0 0 0 6%; }
  .modal-scrollable .holder.addw {
    width: 100%;
    margin: 0; }

.modal-scrollable .holder:first-child {
  margin-left: 0; }

.modal-scrollable .social-list {
  float: left;
  margin: 3px 10px 0 0; }
  .modal-scrollable .social-list a, .modal-scrollable .social-list svg {
    display: block;
    width: 30px;
    height: 30px; }
  .modal-scrollable .social-list a {
    float: left;
    margin: 0 12px 0 0; }
    .modal-scrollable .social-list a #facebook-i #shape,
    .modal-scrollable .social-list a #twitter-i #shape,
    .modal-scrollable .social-list a #tumblr-i #shape,
    .modal-scrollable .social-list a #reddit-i #shape {
      fill: #fff; }
    .modal-scrollable .social-list a #facebook-i #oval {
      fill: #3B5998; }
    .modal-scrollable .social-list a #twitter-i #oval {
      fill: #55ACEE; }
    .modal-scrollable .social-list a #tumblr-i #oval {
      fill: #395976; }
    .modal-scrollable .social-list a #reddit-i #oval {
      fill: #FF3501; }
    .modal-scrollable .social-list a:hover #facebook-i #oval {
      fill: #26427D; }
    .modal-scrollable .social-list a:hover #twitter-i #oval {
      fill: #2585CD; }
    .modal-scrollable .social-list a:hover #tumblr-i #oval {
      fill: #233C53; }
    .modal-scrollable .social-list a:hover #reddit-i #oval {
      fill: #D22B00; }

.modal-scrollable .row {
  margin: 0 0 20px; }

.modal-scrollable label.m-0 {
  margin: 0; }

.modal-scrollable label.add {
  margin: 0 0 16px; }

.modal-scrollable label.tac {
  text-align: center; }

.modal-scrollable .holder .row {
  margin-bottom: 0; }

.modal-scrollable .select2-search input,
.modal-scrollable .select2-search .select2-active {
  margin: 4px 0; }

.modal-scrollable #new_service_modal .serviceTypeList {
  padding: 10px 0 0; }

.modal-scrollable #prop_merge_allteam #teams,
.modal-scrollable #all_propos_handler #teams {
  border: none; }
  .modal-scrollable #prop_merge_allteam #teams h3,
  .modal-scrollable #all_propos_handler #teams h3 {
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
    border-width: 1px 0 1px;
    margin: 0; }
  .modal-scrollable #prop_merge_allteam #teams .teams-list > li:first-child,
  .modal-scrollable #all_propos_handler #teams .teams-list > li:first-child {
    border-top: 1px solid #eaeaea; }

.modal-scrollable #prop_merge_allteam .modal-body,
.modal-scrollable #all_propos_handler .modal-body {
  padding-bottom: 20px; }

.modal-scrollable #profile_new #acl_allow_friends_microblog_posts {
  float: left;
  margin: 4px 9px 0 0; }

.modal-scrollable #team_add .error,
.modal-scrollable #team_edit .error,
.modal-scrollable #platform_add .error,
.modal-scrollable #plat_edit .error,
.modal-scrollable #do_invite_teams .error,
.modal-scrollable #join_own_team .error,
.modal-scrollable #parent_plats .error {
  color: red; }

.modal-scrollable #team_add input[type="checkbox"],
.modal-scrollable #team_edit input[type="checkbox"],
.modal-scrollable #platform_add input[type="checkbox"],
.modal-scrollable #plat_edit input[type="checkbox"],
.modal-scrollable #do_invite_teams input[type="checkbox"],
.modal-scrollable #join_own_team input[type="checkbox"],
.modal-scrollable #parent_plats input[type="checkbox"] {
  margin: 4px 0 0; }

.modal-scrollable #alias_edit .name {
  display: block; }

.modal-scrollable #do_invite .form-inline, .modal-scrollable #inviteRoomFormModal .form-inline, .modal-scrollable #profile_reqs .form-inline {
  overflow: hidden; }
  .modal-scrollable #do_invite .form-inline input[type='text']:first-child, .modal-scrollable #inviteRoomFormModal .form-inline input[type='text']:first-child, .modal-scrollable #profile_reqs .form-inline input[type='text']:first-child {
    margin: 0; }
  .modal-scrollable #do_invite .form-inline input[type='text'], .modal-scrollable #inviteRoomFormModal .form-inline input[type='text'], .modal-scrollable #profile_reqs .form-inline input[type='text'] {
    float: left;
    width: 243px;
    height: 26px;
    margin: 0 0 0 10px; }

.modal-scrollable #profile_reqs .friends-list li .btn-holder {
  padding: 0;
  margin: -5px 0 0 10px; }

.modal-scrollable #free_plat .sort-block {
  padding: 10px 0 0; }
  .modal-scrollable #free_plat .sort-block .holder:first-child {
    margin: 0; }
  .modal-scrollable #free_plat .sort-block .holder {
    float: left;
    width: 49%;
    margin: 0 0 0 2%; }

.modal-scrollable #audio-add-form-modal textarea {
  width: 530px !important; }

.modal-scrollable #new_election .heading h3 {
  margin: 0 0 15px; }

.modal-scrollable #new_election select {
  width: 340px; }

.modal-scrollable #new_election .add {
  padding: 37px 0 0; }

.modal-scrollable #new_election input[type="checkbox"] {
  margin: -1px 0 0; }

.modal-scrollable #new_election .scrollable-area-wrapper,
.modal-scrollable #new_election .scroll-cropper {
  width: 520px !important; }

.modal-scrollable #modal-message-form .modal-body h3 {
  margin: 0; }
  .modal-scrollable #modal-message-form .modal-body h3 label {
    font-size: 18px !important;
    line-height: 22px; }
  .modal-scrollable #modal-message-form .modal-body h3 label#msgTolabel {
    line-height: 50px; }

.modal-scrollable #modal-message-form .btn-toolbar {
  display: none; }

.modal-scrollable #profile_new .scrollable-area-wrapper {
  width: 520px !important;
  height: 60px !important; }

.modal-scrollable #newRoomFormModal .images-holder .logo-img-holder, .modal-scrollable #newRoomUnitsFormModal .images-holder .logo-img-holder {
  width: 280px;
  height: 120px;
  background-color: #e5e4e8;
  margin: 0 auto;
  overflow: hidden; }
  .modal-scrollable #newRoomFormModal .images-holder .logo-img-holder img, .modal-scrollable #newRoomUnitsFormModal .images-holder .logo-img-holder img {
    width: 100%; }
  .modal-scrollable #newRoomFormModal .images-holder .logo-img-holder .owner, .modal-scrollable #newRoomUnitsFormModal .images-holder .logo-img-holder .owner {
    display: block;
    margin: 0 auto; }

.modal-scrollable #newRoomFormModal .block-holder, .modal-scrollable #newRoomUnitsFormModal .block-holder {
  margin: 0 0 0 10px;
  padding: 20px 0 0; }

.modal-scrollable #newRoomFormModal .file-area .jcf-fake-input, .modal-scrollable #newRoomUnitsFormModal .file-area .jcf-fake-input {
  width: calc(100% - 32px);
  margin: 0 0 10px; }

.modal-scrollable #newRoomFormModal .file-area .jcf-upload-button, .modal-scrollable #newRoomUnitsFormModal .file-area .jcf-upload-button {
  width: calc(100% - 24px);
  text-align: center; }

.modal-scrollable #newRoomFormModal .btns-list li, .modal-scrollable #newRoomUnitsFormModal .btns-list li {
  float: left;
  width: 30%;
  margin: 0 0 0 5%; }
  .modal-scrollable #newRoomFormModal .btns-list li a, .modal-scrollable #newRoomUnitsFormModal .btns-list li a {
    display: block;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: 'Open Sans Bold';
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase; }

.modal-scrollable #newRoomFormModal .btns-list li:first-child, .modal-scrollable #newRoomUnitsFormModal .btns-list li:first-child {
  margin: 0; }

.modal-scrollable #logo_edit .img-taget-holder, .modal-scrollable #editRoomFormModal .img-taget-holder {
  margin: -10px -10px 11px !important;
  padding: 10px !important;
  background-color: #373737 !important;
  text-align: center; }

.modal-scrollable #logo_edit .images-holder, .modal-scrollable #editRoomFormModal .images-holder {
  overflow: hidden;
  margin: -10px -10px 0; }
  .modal-scrollable #logo_edit .images-holder .logo-holder, .modal-scrollable #editRoomFormModal .images-holder .logo-holder {
    float: left;
    width: 46%;
    text-align: center;
    position: relative;
    background-color: #373737;
    padding: 10px 2% 20px;
    height: 258px; }
    .modal-scrollable #logo_edit .images-holder .logo-holder .img-align, .modal-scrollable #editRoomFormModal .images-holder .logo-holder .img-align {
      display: table-cell;
      height: 258px;
      vertical-align: middle; }
    .modal-scrollable #logo_edit .images-holder .logo-holder .img-align-holder, .modal-scrollable #editRoomFormModal .images-holder .logo-holder .img-align-holder {
      margin: 0 auto;
      display: table; }
    .modal-scrollable #logo_edit .images-holder .logo-holder .title, .modal-scrollable #logo_edit .images-holder .logo-holder span, .modal-scrollable #editRoomFormModal .images-holder .logo-holder .title, .modal-scrollable #editRoomFormModal .images-holder .logo-holder span {
      display: block;
      margin: 0 0 5px;
      color: #adadad; }
    .modal-scrollable #logo_edit .images-holder .logo-holder .arrow, .modal-scrollable #editRoomFormModal .images-holder .logo-holder .arrow {
      position: absolute;
      left: 0;
      top: 135px;
      background: url("/static/img/sprite.png") -170px -791px no-repeat;
      width: 9px;
      height: 18px;
      text-indent: -9999px;
      overflow: hidden; }
  .modal-scrollable #logo_edit .images-holder .logo-holder.new, .modal-scrollable #editRoomFormModal .images-holder .logo-holder.new {
    background-color: #303030; }

.modal-scrollable #logo_edit .block-holder, .modal-scrollable #editRoomFormModal .block-holder {
  overflow: hidden;
  margin: 0 -10px;
  border-top: 1px solid #000;
  padding: 15px 10px 0; }
  .modal-scrollable #logo_edit .block-holder .title, .modal-scrollable #editRoomFormModal .block-holder .title {
    color: #adadad; }
  .modal-scrollable #logo_edit .block-holder .file-area .jcf-fake-input, .modal-scrollable #editRoomFormModal .block-holder .file-area .jcf-fake-input {
    margin: 0 5px 0 0; }
  .modal-scrollable #logo_edit .block-holder .file-area:hover .jcf-upload-button, .modal-scrollable #editRoomFormModal .block-holder .file-area:hover .jcf-upload-button {
    background: #18678C; }

.modal-scrollable #platform_invitees .modal-body .descriptions-list-holder {
  margin: 0 -10px;
  border-top: 1px solid #000; }
  .modal-scrollable #platform_invitees .modal-body .descriptions-list-holder h3 {
    padding: 0 10px; }

.modal-scrollable #platform_invitees .modal-body .descriptions-list-holder:first-child {
  border-top: none;
  margin-top: -15px; }

.modal-scrollable #voters_short {
  width: 650px;
  margin-left: -325px; }
  .modal-scrollable #voters_short .voters-full-list {
    overflow: hidden; }
    .modal-scrollable #voters_short .voters-full-list .second {
      padding-left: 28px; }
    .modal-scrollable #voters_short .voters-full-list li:first-child,
    .modal-scrollable #voters_short .voters-full-list li:first-child + li {
      border: none; }
    .modal-scrollable #voters_short .voters-full-list > li {
      width: 47.691%;
      margin: 0 0 10px 0;
      overflow: hidden;
      float: left;
      border-top: 1px solid #dee8ec; }
      .modal-scrollable #voters_short .voters-full-list > li .avatar {
        float: left;
        width: 41px;
        border-radius: 20px;
        overflow: hidden;
        margin: 20px 15px 0 0; }
      .modal-scrollable #voters_short .voters-full-list > li .name-h {
        overflow: hidden;
        margin: 0 0 4px;
        height: 80px; }
      .modal-scrollable #voters_short .voters-full-list > li .name {
        padding: 0;
        font-family: 'Open Sans Bold';
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 4px;
        display: table-cell;
        vertical-align: middle;
        height: 80px; }
        .modal-scrollable #voters_short .voters-full-list > li .name a {
          color: #333;
          display: block;
          overflow: hidden;
          max-height: 60px; }
      .modal-scrollable #voters_short .voters-full-list > li .name a:hover {
        color: #227fab; }
      .modal-scrollable #voters_short .voters-full-list > li .description-list {
        float: right;
        list-style: none;
        margin: 0 0 0 5px;
        padding: 0;
        width: 130px; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list li {
          overflow: hidden;
          border: none;
          margin: 0 0 2px;
          color: #aaa;
          line-height: 16px;
          display: table-cell;
          vertical-align: middle;
          height: 80px; }
          .modal-scrollable #voters_short .voters-full-list > li .description-list li strong {
            color: #fff;
            font-family: 'Open Sans Bold'; }
          .modal-scrollable #voters_short .voters-full-list > li .description-list li .add {
            display: block;
            margin: -3px 0 3px; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list .done .ico {
          display: none;
          position: absolute;
          width: 16px;
          height: 16px;
          background: url("/static/img/sprite.png") -281px -835px no-repeat;
          overflow: hidden;
          left: 4px;
          top: 50%;
          margin: -9px 0 0; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list .btn {
          font-size: 14px;
          line-height: 16px;
          padding: 5px;
          width: 130px;
          font-family: 'Open Sans Bold';
          background-color: #4bbce8;
          color: white;
          border-radius: 4px;
          border: 2px solid #4bbce8;
          float: right;
          cursor: default; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list a.btn {
          cursor: pointer; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list .dis {
          border-color: #dee8ec;
          background-color: #fff;
          color: #999; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list a.dis:hover {
          border-color: #4bbce8;
          background-color: #4bbce8;
          color: #fff; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list .half {
          width: 60px; }
        .modal-scrollable #voters_short .voters-full-list > li .description-list .w130 {
          width: 130px; }
          .modal-scrollable #voters_short .voters-full-list > li .description-list .w130 .btn {
            margin-top: 8px; }

.modal-scrollable .share-modal input[type="checkbox"] {
  float: left;
  margin: 4px 0 0 0; }

.modal-scrollable #unit_exit_confirm .icon-q {
  float: left;
  width: 58px;
  height: 58px;
  background: url("/static/img/sprite.png") 0 -1552px no-repeat;
  margin: 5px 20px 5px 10px; }

.modal-scrollable #unit_exit_confirm .block-holder {
  overflow: hidden;
  padding: 5px 0 0; }

.modal-scrollable #unit_exit_confirm .icon {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0; }

.modal-scrollable #unit_exit_confirm .name {
  display: block;
  padding: 5px 0 0; }

.modal-scrollable .warning-block {
  overflow: hidden;
  margin: 0 -20px 20px;
  padding: 20px 20px 0;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 19px; }
  .modal-scrollable .warning-block .warning-icon {
    float: left;
    margin: 0 15px 0 0; }
  .modal-scrollable .warning-block h3 {
    font-weight: 600;
    line-height: 24px;
    margin: 0; }
  .modal-scrollable .warning-block h4 {
    font-size: 14px;
    line-height: 19px;
    margin: 0; }

.modal-scrollable .req-merge-block {
  overflow: hidden;
  border-top: 1px solid #000; }
  .modal-scrollable .req-merge-block h3 {
    margin: 0;
    padding: 10px; }

.modal-scrollable .column-holder {
  margin: 0; }

.modal-scrollable #promo-order .vscrollbar {
  right: 2px; }

#image-add-form .btn-prew {
  padding: 8px 12px;
  margin: 0 0 0 10px;
  background-color: #e7e7e7;
  color: #898989;
  border-color: #e7e7e7;
  float: right; }

#image-add-form .del {
  right: -6px;
  top: -6px;
  position: absolute;
  text-indent: -9999px;
  padding: 3px;
  border-radius: 50%;
  z-index: 10;
  width: auto;
  height: auto;
  background: #fff;
  border: 1px solid #DADADA; }
  #image-add-form .del svg {
    display: block;
    width: 14px;
    height: 14px; }
  #image-add-form .del #combined-shape {
    fill: #303644; }

#image-add-form .link-img-prew {
  max-height: 250px; }
  #image-add-form .link-img-prew img {
    max-height: 250px; }

#image-add-form h4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: left; }

#image-add-form .drop-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0; }

#image-add-form .drop-holder {
  position: relative;
  text-align: center; }

#image-add-form .items-holder {
  min-height: 120px;
  border: 1px dashed #979797;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  color: #898989; }
  #image-add-form .items-holder .ico {
    margin: 33px auto 11px;
    height: 20px;
    width: 20px;
    background: url("/static/img/exit_g.svg") no-repeat;
    transform: rotate(-90deg); }
    #image-add-form .items-holder .ico svg {
      height: 20px;
      width: 20px; }
      #image-add-form .items-holder .ico svg #shape {
        fill: #898989; }
  #image-add-form .items-holder p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px; }

#image-add-form .jcf-fake-input {
  display: none; }

#image-add-form .items-list {
  padding: 2px;
  text-align: left; }
  #image-add-form .items-list li {
    width: 84px;
    display: inline-block;
    margin-top: 12px;
    margin-left: 13px;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    #image-add-form .items-list li > div {
      overflow: hidden;
      position: relative;
      max-width: 84px;
      max-height: 69px;
      border-radius: 4px; }
    #image-add-form .items-list li canvas {
      width: 100%; }
  #image-add-form .items-list .info-block {
    display: none;
    position: absolute;
    width: 94%;
    padding: 3px 3%;
    background-color: #000;
    bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff; }
    #image-add-form .items-list .info-block .name, #image-add-form .items-list .info-block .size {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*all modal*/
.modal,
.modal-top {
  top: 0;
  margin-top: 30px !important; }

.modal-body .more {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans Semibold';
  display: block;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  border-radius: 4px; }
  .modal-body .more.short {
    display: none; }
  .modal-body .more .arrow {
    display: inline-block;
    margin: 0 3px 1px 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #999; }

.modal-body .more:hover, .modal-body .more:focus {
  text-decoration: none;
  outline: none; }

.modal-body .shortMore .more {
  display: none;
  font-size: 13px;
  line-height: 20px;
  text-transform: initial;
  font-family: 'Open Sans';
  text-align: center;
  padding: 0;
  margin: 0 0 0 8px;
  border-radius: 0;
  color: #4bbce8;
  background-color: transparent; }
  .modal-body .shortMore .more.short {
    display: inline-block; }
  .modal-body .shortMore .more .arrow {
    display: inline-block;
    background-image: url("/static/img/sprite.png");
    background-position: -255px -1964px;
    width: 10px;
    height: 6px;
    border: none; }
  .modal-body .shortMore .more .closed .arrow {
    background-position: -270px -1964px; }

.modal.upd {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #65656A; }
  .modal.upd .modal-header {
    padding: 24px 24px 30px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal.upd .modal-header h3 {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #000; }
    .modal.upd .modal-header .close {
      background: url(/static/img/money/close.svg);
      padding: 0;
      height: 24px;
      text-indent: -9999px;
      width: 24px; }
  .modal.upd .modal-body {
    padding: 0 24px 14px;
    color: #65656A; }
    .modal.upd .modal-body .add-twg {
      display: flex;
      padding: 13px 16px;
      justify-content: center;
      align-items: center;
      gap: 16px;
      border-radius: 10px;
      background: #F3F3F5;
      color: #65656A;
      font-family: Montserrat;
      font-size: 13px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 24px; }
      .modal.upd .modal-body .add-twg svg {
        display: block;
        width: 20px;
        height: 20px;
        flex-shrink: 0; }
      .modal.upd .modal-body .add-twg a {
        color: #6CA869;
        font-weight: 600;
        text-decoration-line: underline; }
    .modal.upd .modal-body .row {
      margin-bottom: 16px;
      color: #65656A; }
      .modal.upd .modal-body .row .heading {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
        display: block; }
      .modal.upd .modal-body .row .holder-block {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .modal.upd .modal-body .row .holder-block .block {
          display: flex;
          align-items: center;
          max-width: 54%; }
      .modal.upd .modal-body .row .currency-i {
        width: 34px;
        height: 34px;
        display: block;
        margin-right: 14px; }
      .modal.upd .modal-body .row .title {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #1A1A1A; }
      .modal.upd .modal-body .row .alias {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #7E858D;
        word-break: break-all; }
      .modal.upd .modal-body .row .balance {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #7E858D;
        max-width: 46%;
        text-align: right;
        display: flex;
        align-items: center; }
        .modal.upd .modal-body .row .balance .loading {
          display: flex;
          margin: 4px;
          animation: loadrot 3s infinite linear; }
        .modal.upd .modal-body .row .balance .semi {
          font-weight: 700;
          font-size: 16px;
          line-height: 14px;
          color: #1A1A1A;
          margin-right: 4px;
          display: inline-block;
          word-break: break-all; }
      .modal.upd .modal-body .row.add .holder-block {
        margin-bottom: 24px; }
      .modal.upd .modal-body .row.add .balance {
        font-size: 18px;
        line-height: 22px; }
        .modal.upd .modal-body .row.add .balance .semi {
          font-size: 18px;
          line-height: 22px; }
      .modal.upd .modal-body .row.add .title,
      .modal.upd .modal-body .row.add .alias {
        text-align: right; }
    .modal.upd .modal-body .arrow {
      width: 16px;
      height: 16px;
      display: block;
      margin: 0 auto 8px; }
  .modal.upd .modal-footer {
    border: none;
    padding: 0 24px 24px; }
    .modal.upd .modal-footer .button {
      height: 48px;
      border-radius: 14px;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      box-sizing: border-box;
      padding: 15px 30px; }
      .modal.upd .modal-footer .button:not(:last-child) {
        margin-right: 14px; }

@keyframes loadrot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*# sourceMappingURL=modal.css.map */