#share_popup {
  display: none;
  font-family: Roboto, Arial, sans-serif;
  z-index: 10009999;
  /*** Radio buttons ***/
  /*** Checkboxes ***/ }
  #share_popup .modal-inner {
    display: none;
    padding-top: 0;
    width: 540px;
    margin-left: -270px;
    left: 50%;
    top: 275px;
    min-height: 400px;
    max-height: calc(100% - 400px);
    overflow: visible;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000003;
    overflow: auto;
    overflow-y: scroll; }
    #share_popup .modal-inner::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    #share_popup .modal-inner::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.45);
      border-radius: 10px;
      box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px; }
    #share_popup .modal-inner:hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.55); }
    @media screen and (max-height: 1440px) {
      #share_popup .modal-inner {
        max-height: 80%;
        top: 10%; } }
    @media screen and (max-height: 600px) {
      #share_popup .modal-inner {
        min-height: 80%; } }
    @media screen and (max-width: 540px) {
      #share_popup .modal-inner {
        width: 90%;
        margin-left: -45%; } }
    @media screen and (max-width: 30em) {
      #share_popup .modal-inner {
        top: 30px;
        border-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: auto !important;
        margin-left: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding-top: 0;
        height: calc(100% - 30px);
        max-height: unset; } }
  #share_popup .business_feature {
    display: none; }
  #share_popup.is_business_account .business_feature {
    display: block; }
  #share_popup .enterprise_feature {
    display: none; }
  #share_popup.is_enterprise .enterprise_feature {
    display: none; }
  #share_popup.modal-container:before {
    display: none; }
  #share_popup.modal-container .modal-close:before {
    opacity: 0.7; }
  #share_popup.modal-container .modal-close:after {
    margin-left: 255px;
    color: #fff;
    z-index: 10000002;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    top: 250px;
    font-size: 0;
    background: url(/images/popups/close-shadow3.svg) center no-repeat;
    height: 18px;
    width: 18px;
    padding: 0; }
    @media screen and (max-height: 1440px) {
      #share_popup.modal-container .modal-close:after {
        top: calc(10% - 25px); } }
    @media screen and (max-width: 540px) {
      #share_popup.modal-container .modal-close:after {
        margin-left: calc(45% - 15px); } }
    @media screen and (max-width: 30em) {
      #share_popup.modal-container .modal-close:after {
        top: 6px;
        left: 0;
        right: 5px;
        margin-left: auto; } }
  #share_popup .inner .head {
    background: #DFE4E6;
    font-size: 0;
    position: relative; }
    #share_popup .inner .head .content {
      display: flex;
      background: white;
      min-height: 45px;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      border-bottom: 1px solid #EDEDED;
      padding: 13px 20px;
      align-items: center; }
      @media screen and (max-width: 30em) {
        #share_popup .inner .head .content {
          padding: 13px 16px; } }
      #share_popup .inner .head .content #shared-icon {
        width: 23px;
        height: 20px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain;
        display: inline-block;
        align-self: flex-start; }
        #share_popup .inner .head .content #shared-icon.all_files {
          background-image: url("/images/folder_types/folder-default.svg"); }
        #share_popup .inner .head .content #shared-icon.one_file {
          background-image: url("/images/file_types_v2/default.svg?v=2"); }
      #share_popup .inner .head .content h5 {
        display: inline-block;
        font-size: 14px;
        color: #1A2533;
        padding-right: 28px;
        font-weight: bold;
        line-height: 16px;
        width: calc(100% - 25px);
        padding-left: 15px; }
      #share_popup .inner .head .content span.head-label {
        font-size: 14px;
        padding: 0 5px 0 0;
        font-weight: normal; }
      #share_popup .inner .head .content span.item-name {
        line-height: 15px;
        text-align: left; }
    #share_popup .inner .head .close {
      display: inline-block;
      width: 23px;
      height: 23px;
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 20px; }
  #share_popup .inner #share-popup_all-files-sharing-info,
  #share_popup .inner #share-popup_eparaksts-private-file-sharing-info {
    margin: 20px 20px 0 20px;
    font-size: 14px; }
    #share_popup .inner #share-popup_all-files-sharing-info i,
    #share_popup .inner #share-popup_all-files-sharing-info b,
    #share_popup .inner #share-popup_eparaksts-private-file-sharing-info i,
    #share_popup .inner #share-popup_eparaksts-private-file-sharing-info b {
      color: #008ddf; }
  #share_popup .inner > .content {
    padding: 20px; }
    @media screen and (max-width: 30em) {
      #share_popup .inner > .content {
        padding: 20px 16px; } }
    #share_popup .inner > .content .header .item-name {
      font-size: 14px;
      margin-bottom: 15px; }
      #share_popup .inner > .content .header .item-name .label {
        font-weight: bold; }
    #share_popup .inner > .content .shared_with_container H3 {
      margin-bottom: 13px;
      color: #777A7C;
      line-height: 12px;
      position: relative;
      padding-top: 13px;
      cursor: pointer;
      border-top: 1px solid #EDEDED;
      margin-top: 50px; }
      #share_popup .inner > .content .shared_with_container H3:after {
        content: '';
        display: inline-block;
        height: 12px;
        width: 7px;
        background-image: url(/images/share_popup/toggle-arrow.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        transform: rotate(180deg);
        margin-left: 10px;
        position: absolute; }
      #share_popup .inner > .content .shared_with_container H3.open:after {
        transform: rotate(0deg); }
    #share_popup .inner > .content .shared_with_container #upload_sharing_form__table table {
      display: none; }
      #share_popup .inner > .content .shared_with_container #upload_sharing_form__table table.open {
        display: block;
        overflow: auto; }
    #share_popup .inner > .content .social_inner {
      display: flex;
      column-gap: 20px;
      row-gap: 10px;
      flex-wrap: wrap;
      padding-top: 10px;
      justify-content: center; }
      @media screen and (max-width: 30em) {
        #share_popup .inner > .content .social_inner {
          padding-top: 20px; } }
      #share_popup .inner > .content .social_inner .social_button {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        color: #fff;
        cursor: pointer;
        transition: 0.5s ease;
        border-radius: 50%; }
        #share_popup .inner > .content .social_inner .social_button:hover {
          transform: scale(1.1); }
        #share_popup .inner > .content .social_inner .social_button.facebook {
          background: url(../images/share_popup/facebook.svg) center no-repeat; }
        #share_popup .inner > .content .social_inner .social_button.twitter {
          background: url(../images/share_popup/twitter.svg) center no-repeat; }
        #share_popup .inner > .content .social_inner .social_button.whatsapp {
          background: url(../images/share_popup/whatsapp.svg) center no-repeat; }
        #share_popup .inner > .content .social_inner .social_button.telegram {
          background: url(../images/share_popup/telegram.svg) center no-repeat; }
        #share_popup .inner > .content .social_inner .social_button.messenger {
          background: url(../images/share_popup/messenger.svg) center no-repeat;
          display: none !important; }
        #share_popup .inner > .content .social_inner .social_button.linkedin {
          background: url(../images/share_popup/linkedin.svg) center no-repeat;
          display: none !important; }
        #share_popup .inner > .content .social_inner .social_button.general {
          background: #EDEDED url(/images/UI_icons/share.svg) no-repeat center;
          background-size: 16px; }
        #share_popup .inner > .content .social_inner .social_button.qr {
          background: #EDEDED url(/images/UI_icons/qr.svg) no-repeat center; }
    #share_popup .inner > .content #seperator-or {
      line-height: 70px;
      text-align: center;
      position: relative; }
      #share_popup .inner > .content #seperator-or span {
        background: white;
        padding: 0 15px;
        text-transform: uppercase;
        color: #A3A3A3;
        font-size: 12px; }
      #share_popup .inner > .content #seperator-or:before {
        content: '';
        display: inline-block;
        height: 50%;
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        position: absolute;
        left: 0;
        z-index: -1; }
    #share_popup .inner > .content .email_container P {
      font-size: 11px;
      color: #B5BFC4;
      text-align: right; }
    #share_popup .inner > .content .email_wrapper {
      position: relative; }
      #share_popup .inner > .content .email_wrapper #email_send_button {
        position: absolute;
        bottom: 6px;
        right: 9px;
        background-color: #3995C4;
        color: #fff;
        padding: 5px 27px;
        border: 0;
        border-radius: 25px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        cursor: pointer; }
    #share_popup .inner > .content .email_input_wrapper,
    #share_popup .inner > .content .email_description_input_wrapper,
    #share_popup .inner > .content .url_wrapper {
      position: relative;
      border: 0;
      border-radius: 6px;
      background-color: #fff;
      overflow: hidden;
      margin: 9px 0; }
      #share_popup .inner > .content .email_input_wrapper label,
      #share_popup .inner > .content .email_description_input_wrapper label,
      #share_popup .inner > .content .url_wrapper label {
        line-height: 19px;
        margin-bottom: 7px;
        display: inline-block; }
      #share_popup .inner > .content .email_input_wrapper input,
      #share_popup .inner > .content .email_input_wrapper textarea,
      #share_popup .inner > .content .email_description_input_wrapper input,
      #share_popup .inner > .content .email_description_input_wrapper textarea,
      #share_popup .inner > .content .url_wrapper input,
      #share_popup .inner > .content .url_wrapper textarea {
        position: relative;
        color: #1A2533;
        width: 100%;
        min-height: 42px;
        padding: 10px;
        border: unset;
        vertical-align: top;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-family: Roboto, Arial, sans-serif; }
        #share_popup .inner > .content .email_input_wrapper input#share_popup_url,
        #share_popup .inner > .content .email_input_wrapper textarea#share_popup_url,
        #share_popup .inner > .content .email_description_input_wrapper input#share_popup_url,
        #share_popup .inner > .content .email_description_input_wrapper textarea#share_popup_url,
        #share_popup .inner > .content .url_wrapper input#share_popup_url,
        #share_popup .inner > .content .url_wrapper textarea#share_popup_url {
          color: #1389FE !important;
          text-decoration: none;
          display: inline-block;
          line-height: 21px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          background: transparent;
          border: unset;
          padding: 0; }
        #share_popup .inner > .content .email_input_wrapper input#description_input,
        #share_popup .inner > .content .email_input_wrapper textarea#description_input,
        #share_popup .inner > .content .email_description_input_wrapper input#description_input,
        #share_popup .inner > .content .email_description_input_wrapper textarea#description_input,
        #share_popup .inner > .content .url_wrapper input#description_input,
        #share_popup .inner > .content .url_wrapper textarea#description_input {
          min-height: 78px; }
      #share_popup .inner > .content .email_input_wrapper ::placeholder,
      #share_popup .inner > .content .email_description_input_wrapper ::placeholder,
      #share_popup .inner > .content .url_wrapper ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #A3A3A3;
        opacity: 1;
        /* Firefox */ }
      #share_popup .inner > .content .email_input_wrapper :-ms-input-placeholder,
      #share_popup .inner > .content .email_description_input_wrapper :-ms-input-placeholder,
      #share_popup .inner > .content .url_wrapper :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #A3A3A3; }
      #share_popup .inner > .content .email_input_wrapper ::-ms-input-placeholder,
      #share_popup .inner > .content .email_description_input_wrapper ::-ms-input-placeholder,
      #share_popup .inner > .content .url_wrapper ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #A3A3A3; }
    #share_popup .inner > .content .email_input_wrapper {
      border: 1px solid #EDEDED;
      border-radius: 5px;
      padding: 0 10px; }
      #share_popup .inner > .content .email_input_wrapper input {
        border: 0;
        padding: 10px 11px;
        margin-left: -11px;
        width: calc(100% + 22px); }
      #share_popup .inner > .content .email_input_wrapper .bootstrap-tagsinput .tag {
        background-color: #EDEDED;
        border-radius: 5px;
        color: #1A2533;
        box-shadow: none;
        border: 1px solid #EDEDED;
        padding: 5px 6px 5px 10px;
        margin: 5px 9px 0 0; }
        #share_popup .inner > .content .email_input_wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after {
          background-image: url(/images/share_popup/tag-close.svg); }
    #share_popup .inner > .content .email_description_input_wrapper {
      margin: 10px 0 7px 0;
      border: 1px solid #EDEDED; }
    #share_popup .inner > .content .url_wrapper {
      overflow: unset;
      z-index: 1;
      height: 50px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: relative;
      min-width: 50px;
      border: 1px solid #E6E6E6;
      border-radius: 8px;
      display: inline-flex;
      gap: 5px;
      align-items: center;
      padding: 0 5px 0 10px;
      margin: 10px 0; }
      #share_popup .inner > .content .url_wrapper.switch {
        position: relative;
        top: -55px;
        margin-bottom: 0; }
      #share_popup .inner > .content .url_wrapper #url_wrapper__sher-link-icon {
        width: 33px;
        height: 33px;
        min-width: 33px;
        transition: background-color 0.5s ease, max-width 0.5s ease;
        background: #E1F6D7 url(/images/UI_icons/green/link.svg) no-repeat center center;
        background-size: 18px;
        border-radius: 50%;
        margin-right: 5px;
        cursor: pointer; }
        #share_popup .inner > .content .url_wrapper #url_wrapper__sher-link-icon.locked {
          background: #FFE1E1 url(/images/UI_icons/red/link_lock.svg) no-repeat center center;
          background-size: 18px; }
      #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup {
        position: relative; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup {
          display: inline-flex;
          height: 40px;
          border-radius: 5px;
          align-items: center;
          transition: background-color 0.5s ease;
          color: #1389FE;
          background: #E1EDFD;
          min-width: fit-content;
          overflow: hidden;
          margin-left: auto;
          padding: 0 30px 0 20px;
          background-image: url(/images/UI_icons/inputs/dropdown_lblue.svg);
          background-repeat: no-repeat;
          background-position-x: calc(100% - 10px);
          background-position-y: 50%;
          background-size: 8px;
          box-sizing: border-box; }
          #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup.copied {
            background: #42C689;
            color: white;
            padding: 0 15px; }
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup.copied .copy_text_popup {
              max-width: 200px;
              display: inline;
              color: white; }
              #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup.copied .copy_text_popup .copied {
                display: inline-block; }
              #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup.copied .copy_text_popup div.hover_popup {
                display: none; }
          #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup .copy_text_popup {
            overflow: hidden;
            max-width: 300px; }
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup .copy_text_popup div {
              left: 30px;
              height: 32px;
              line-height: 32px;
              transition: background 0.5s ease, max-width 0.5s ease;
              display: inline-block;
              white-space: nowrap;
              font-size: 14px; }
              #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup .copy_button_popup .copy_text_popup div.copied {
                display: none; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.copy_input_value_to_clipboard_no_tooltip #copy_button_drawer_popup {
          display: none; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.copy_input_value_to_clipboard_no_tooltip .copy_button_popup {
          background-image: unset !important;
          cursor: pointer;
          padding: 0 20px !important; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.open_popup .copy_button_popup:not(.copied) {
          background: #1389FE;
          background-image: url(/images/UI_icons/inputs/dropdown_white.svg);
          background-repeat: no-repeat;
          background-position-x: calc(100% - 10px);
          background-position-y: 50%;
          background-size: 8px;
          color: white; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.open_popup #copy_button_drawer_popup {
          max-height: 1000px;
          opacity: 1;
          padding: 15px 0; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.open_popup:before {
          content: '';
          display: block;
          height: 15px;
          z-index: 1;
          position: absolute;
          bottom: -13px;
          left: 0;
          right: 0; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup {
          display: flex;
          max-height: 0;
          background: white;
          position: absolute;
          border-radius: 10px;
          flex-direction: column;
          box-shadow: 0px 0px 10px 0px #00000033;
          overflow: hidden;
          flex-wrap: nowrap;
          align-items: flex-start;
          opacity: 0;
          top: calc(100% + 10px);
          max-width: calc(100vw - 30px);
          z-index: 11;
          min-width: 260px;
          right: 0;
          transition: opacity 0.5s ease;
          gap: 5px; }
          @media only screen and (max-width: 350px) {
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup {
              min-width: 240px; } }
          #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup div {
            cursor: pointer;
            width: 100%;
            transition: 0.5s ease;
            padding: 5px 10px 5px 35px;
            box-sizing: border-box;
            position: relative; }
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup div.checked {
              font-weight: bold; }
              #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup div.checked .desc_popup {
                font-weight: normal; }
              #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup div.checked:before {
                position: absolute;
                content: "";
                top: calc(50% - 10px);
                width: 13px;
                height: 20px;
                background: transparent url(/images/UI_icons/blue/check.svg) no-repeat center center;
                left: 11px;
                background-size: contain; }
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup div:hover {
              background-color: #F5F5F5; }
          #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup span {
            font-size: 16px;
            line-height: 19px;
            display: block;
            text-align: left;
            color: #1a2533; }
            #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup #copy_button_drawer_popup span.desc_popup {
              color: #919191;
              font-size: 12px;
              line-height: 13px;
              margin-top: 3px; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.no-dropdown #copy_button_drawer_popup {
          display: none; }
        #share_popup .inner > .content .url_wrapper .copy_button_wrapper_popup.no-dropdown .copy_button_popup {
          background-image: unset !important;
          cursor: pointer;
          padding: 0 10px !important; }
      #share_popup .inner > .content .url_wrapper A {
        display: inline-flex;
        height: 40px;
        width: 40px;
        border-radius: 8px;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.5s ease, max-width 0.5s ease;
        overflow: hidden;
        background: #EDEDED url(/images/UI_icons/eye.svg) no-repeat center center;
        background-size: 20px; }
        #share_popup .inner > .content .url_wrapper A:hover {
          background: #DEEDFF url(/images/UI_icons/blue/eye.svg) no-repeat center center;
          background-size: 20px; }
    #share_popup .inner > .content .share-popup__upload_valid_notif__wrapper {
      position: relative;
      top: -18px;
      display: flex; }
      #share_popup .inner > .content .share-popup__upload_valid_notif__wrapper .share_popup_folder-notifications {
        cursor: pointer;
        padding: 5px 0;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(/images/UI_icons/bell.svg);
        padding-left: 17px;
        background-size: 11px;
        line-height: 1.3;
        height: min-content; }
        #share_popup .inner > .content .share-popup__upload_valid_notif__wrapper .share_popup_folder-notifications.higher {
          position: relative;
          top: -32px;
          line-height: 20px; }
        #share_popup .inner > .content .share-popup__upload_valid_notif__wrapper .share_popup_folder-notifications.new:after {
          content: "";
          height: 6px;
          width: 6px;
          top: 6px;
          left: 7px;
          position: absolute;
          background: #F23047;
          border: 1px solid white;
          border-radius: 6px;
          box-sizing: border-box; }
    #share_popup .inner > .content .shared_with_title {
      margin-top: 12px;
      margin-bottom: 12px; }
    #share_popup .inner > .content #upload_sharing_form__folder_name_container {
      display: none;
      font-size: 12px;
      margin-bottom: 12px; }
    #share_popup .inner > .content #upload_sharing_form__table TH {
      font-weight: normal;
      font-size: 10px;
      background-color: #ffffff;
      color: #A3A3A3;
      text-transform: uppercase;
      border-bottom: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED; }
      #share_popup .inner > .content #upload_sharing_form__table TH:first-child {
        text-align: left;
        width: 220px !important; }
      #share_popup .inner > .content #upload_sharing_form__table TH:last-child {
        text-align: left;
        border-right: 0; }
    #share_popup .inner > .content #upload_sharing_form__table TD {
      background-color: transparent;
      font-size: 12px;
      border-bottom: 0;
      min-width: 45px;
      border-right: 1px solid #EDEDED;
      padding: 6px;
      text-align: center; }
      #share_popup .inner > .content #upload_sharing_form__table TD span {
        font-size: 10px; }
      #share_popup .inner > .content #upload_sharing_form__table TD:first-child {
        padding-left: 2px;
        text-align: left; }
      #share_popup .inner > .content #upload_sharing_form__table TD:last-child {
        border-right: 0; }
  #share_popup .share_access_rights__wrapper {
    margin: 15px 0 15px 0;
    display: none; }
    #share_popup .share_access_rights__wrapper .share_access_rights__label {
      display: inline-block;
      margin-right: 10px; }
    #share_popup .share_access_rights__wrapper .styled_radioblue_btn + label {
      padding: 2px 5px 2px 20px;
      font-size: 12px;
      line-height: 16px; }
  #share_popup.is_enterprise .share_access_rights__wrapper {
    display: none; }
  #share_popup .active_date_input {
    margin: 15px 0 15px 0; }
    #share_popup .active_date_input .active_date__label {
      display: inline-block;
      margin-right: 10px;
      line-height: 30px; }
    #share_popup .active_date_input .active_date_input__radio_item {
      display: inline-block;
      min-height: 19px; }
      #share_popup .active_date_input .active_date_input__radio_item LABEL {
        font-size: 12px; }
    #share_popup .active_date_input .active_date_input__input_item {
      text-align: left;
      padding-left: 75px; }
      #share_popup .active_date_input .active_date_input__input_item INPUT {
        width: 130px; }
  #share_popup .share_type_radio,
  #share_popup .share_type_container {
    display: none; }
  #share_popup.is_business_account .share_type_radio_label, #share_popup.is_business_account .share_type_radio {
    display: block; }
  #share_popup.is_business_account .share_type_container {
    margin-left: 20px; }
  #share_popup.is_business_account .share_type_container.cannot_share {
    margin-left: 0; }
  #share_popup.is_enterprise #share_type_radio__email label {
    display: inline-block;
    width: auto; }
  #share_popup.is_enterprise #share_type_radio__email select {
    display: inline-block;
    width: 200px; }
  #share_popup.is_enterprise #share_type_radio__email select.has_error {
    border: 1px solid red; }
  #share_popup .share_type_radio_label,
  #share_popup .share_type__group_label {
    font-size: 14px; }
  #share_popup .share_type__group_container {
    margin-top: 10px;
    margin-bottom: 10px; }
  #share_popup #share_type__group_container__project_team {
    display: none; }
  #share_popup .email_send_wrapper {
    padding: 0 0 15px 0;
    text-align: end; }
    #share_popup .email_send_wrapper label {
      position: relative;
      display: block;
      text-align: left; }
  #share_popup .send_button,
  #share_popup .cancel_button {
    background-color: #EDEDED;
    color: #808385;
    padding: 0 30px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    line-height: 40px;
    transition: 0.5s ease; }
    #share_popup .send_button.active,
    #share_popup .cancel_button.active {
      background-color: #1789FC;
      color: #ffffff; }
      #share_popup .send_button.active:hover,
      #share_popup .cancel_button.active:hover {
        background-color: #0066CC; }
  #share_popup .cancel_button {
    background-color: #ffffff;
    color: #1A2533;
    border: 1px solid #EDEDED;
    line-height: 38px;
    transition: 0.5s ease;
    margin-right: 10px;
    display: none; }
    #share_popup .cancel_button:hover {
      border-color: #1789FC;
      background-color: #ffffff;
      color: #1A2533; }
  #share_popup .share-popup_inner-content LABEL, #share_popup .share-popup_inner-content INPUT, #share_popup .share-popup_inner-content TEXTAREA, #share_popup .share-popup_inner-content SELECT {
    font-size: 16px;
    vertical-align: initial; }
  #share_popup .share-popup_inner-content LABEL {
    font-size: 14px;
    color: #1A2533;
    cursor: pointer; }
    #share_popup .share-popup_inner-content LABEL[for="share_em"] {
      font-weight: bold; }
  #share_popup input[type="radio"].small + label {
    line-height: 30px; }
  #share_popup input[type="checkbox"].small + label,
  #share_popup input[type="checkbox"].small:checked + label:after {
    padding-top: 0;
    padding-bottom: 0; }
  #share_popup .share-popup_inner-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(/images/UI_icons/inputs/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-size: 8px;
    width: auto;
    height: 30px;
    border-color: #EDEDED !important;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px; }
  #share_popup .share-popup_inner-content select:focus {
    background-image: url(/images/UI_icons/inputs/dropdown_active.svg); }
  #share_popup .share-popup_inner-content select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */ }
  #share_popup .share-popup_inner-content input {
    border-radius: 4px;
    border: 0;
    padding: 0 15px 0 10px;
    line-height: 14px;
    height: 22px; }
  #share_popup .share-popup_inner-content label[for="share_email_send_notification"] {
    display: none; }
  #share_popup .share_type_container {
    margin-bottom: 5px; }
    #share_popup .share_type_container select {
      width: 330px;
      margin-left: 0;
      margin-top: 15px; }
  #share_popup.modal-container .modal-close:before {
    display: block; }
  #share_popup #show_upload_sharing_form__table_link {
    color: #3995c4;
    text-decoration: none; }

@media screen and (max-width: 30em) {
  #share_popup .inner > .content .url_wrapper SPAN img {
    display: inline-block;
    height: 36px;
    width: 19px; }
  #share_popup .inner > .content .url_wrapper A {
    font-size: 0;
    vertical-align: middle; } }
.ui-autocomplete.styled {
  margin-top: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #EDEDED;
  -webkit-box-shadow: 0 0 40px rgba(4, 30, 77, 0.12);
  box-shadow: 0 0 40px rgba(4, 30, 77, 0.12);
  clip-path: inset(0px -40px -40px -40px); }
  .ui-autocomplete.styled .ui-menu-item {
    line-height: 18px;
    font-size: 14px;
    padding: 5px 8px;
    margin: unset; }
    .ui-autocomplete.styled .ui-menu-item.ui-state-focus {
      background-color: #f5fafd;
      border: unset;
      margin: unset; }
