.surfbar {
    padding: 2em 0;
    text-align: center;
}

#inpLink,
#preLink,
#preLinkInp {
    border: 1px solid #ccc;
    line-height: 2.5em;
    padding: 0.5em;
    font-size: 1.5em;
    float: left;
}

#preLink,
#preLinkInp {
    display: inline-block;
    border-right: 0;
    background: #f4f4f4;
    border-radius: 0.3em 0 0 0.3em;
    font-weight: bold;
    max-width: 50%;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

#inpLink {
    margin: 0;

    border-left: 0;
}

#addLink {
    color: #fff;
    border: 1px solid #2a75a5;
    background: #2a75a5;
    padding: 0.5em;
    font-size: 1.5em;
    border-left: 0;
    line-height: 2.5em;
    float: left;
    border-radius: 0 0.3em 0.3em 0;
    text-decoration: none;
}

#addLink:hover {
    text-decoration: underline;
}

#copyLink {
    color: #000;
    border: 1px solid #ccc;
    background: #f4f4f4;
    font-size: 1.5em;
    border-left: 0;
    line-height: 2.5em;
    float: left;
    padding: 0.5em 1em 0.5em 0.5em;
}

#shareoptions {
    float: left;
    margin-left: 1em;
    margin-top: 0;
    line-height: 4em;
    min-width: 2em !important;
    font-size: 1.4em;
    padding: 1.4em;
}

kbd {
    padding: 0.1em 0.6em;
    border: 1px solid #ccc;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0.1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
}

.link_check {
    font-size: 1.4em;
    text-align: left;
    line-height: 1.8em;
    margin-right: 2em;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.link_check i {
    font-size: 1.6em;
}

.link_check span {
    margin-right: 1em;
}

.toCopy {
    text-align: left;
    margin-top: 1em;
    line-height: 2em;
    padding: 0.5em;
}

.fa-google-plus-square {
    color: #ce1616;
}

.fa-twitter-square {
    color: #00aced;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-odnoklassniki-square {
    color: #ff8300;
}

.fa-vk {
    color: #245c9b;
}

.fa-pinterest-square {
    color: #bc272d;
}

.img-container {
    margin: 2em;
    max-width: 100%;
    text-align: center;
}

.img-container img {
    max-width: 100%;
}

.undecorated {
    text-decoration: none;
}

.undecorated:hover {
    text-decoration: none;
}

.undecorated:focus {
    text-decoration: none;
    outline: none;
}

.undecorated:active {
    text-decoration: none;
    outline: none;
}

.disable_link {
    pointer-events: none;
    color: #ccc;
}

.size-100 {
    width: 100px;
}

/* Overwrite antd styles */

.surflink-input .ant-input-wrapper {
    height: 50px !important;
}

.surflink-input .ant-input-wrapper span {
    font-size: 18px !important;
}

.surflink-input .ant-input-lg {
    height: 50px !important;
    font-size: 18px !important;
}

.surflink-input .ant-btn-link,
.surflink-copy-container .ant-btn-link {
    height: 40px;
    font-size: 18px;
    color: var(--eb-primary);
    width: 130px;
}

.alert {
    padding: 1em 0 2em 0;
}

.surflink-text-container {
    margin-top: 2em;
}

.surflink-actions-icon {
    font-size: 18px;
    color: var(--eb-primary);
}

.surflink-actions-icon.disabled-action {
    color: #ccc;
}

.margin {
    margin: 1em 0;
}

.margin-right-5 {
    margin-right: 1em;
}

.margin-left-5 {
    margin-left: 1em;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.surflink-copy-container {
    display: inline-block;
    padding: 11px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.surflink-copy-container div {
    font-size: 18px;
    font-weight: bold;
}

.copy-icon a,
.copy-icon {
    font-size: 22px;
    margin: 0 1em;
    color: var(--eb-primary);
}

.copy-link {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.copy-link a {
    overflow: hidden;
    padding: 0.3em 0.3em 0.3em 0.5em;
}

.copy-link span:first-of-type {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.copy-link span:last-of-type {
    display: flex;
    align-content: center;
    align-self: center;
    text-overflow: ellipsis;
}

.userlink-base-url {
    color: gray;
    font-weight: bold;
}

.userlink-surflink {
    color: hsla(42, 98%, 40%, 0.723);
    font-weight: bold;
}

.userlink-user {
    color: rgb(119, 187, 31);
    font-weight: bold;
}

.edit-link-icon {
    margin: 0 0.5em;
    color: var(--eb-primary);
}

.headline-flex-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.social_share {
    margin: 0 0.5em;
}

.social_share:first-of-type {
    margin-left: 0;
}

.social_share:last-of-type {
    margin-right: 0;
}

.userlink,
.userlink a {
    color: #aaa;
}

.userlink:hover,
.userlink a:hover {
    color: #555;
}

.userlink a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 48px;
}

.userlink a span:first-of-type {
    display: flex;
    align-self: center;
}

.userlink button.ant-btn-link {
    padding: 0 1em;
    color: var(--eb-primary);
}

.userlink button.ant-btn-link span {
    font-size: 22px !important;
}

.surfbar-action button.ant-btn-primary span {
    font-size: 22px !important;
}

.surfbar-action button.ant-btn-primary {
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.surfbar-action {
    display: flex;
}

.surflink-diagram.row {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
}

.surflink-diagram.row.end {
    justify-content: end;
}

.surflink-diagram.row.between {
    justify-content: space-between;
}

.slider-container {
    width: 700px;
}

.red-alert {
    color: red;
}

.ant-table-content .fa {
    font-size: 20px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-center .ant-btn {
    width: 30%;
    margin-bottom: 2em;
}

.userlink .anticon {
    margin-right: 0.5em;
}

.center-align {
    display: flex;
    justify-content: center;
}

[type='range'].colorLine {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(253, 197, 65, 0);
    background-origin: content-box;
    background-repeat: no-repeat;
    display: block;
    color: inherit;
    height: 0.5rem;
    border-radius: 15px;
    padding: 0;
    width: 90%;
    outline: 0 !important;
    margin: 1em auto;
}

[type='range'].colorLine:focus,
[type='range'].colorLine:active {
    outline: 0 !important;
    -webkit-appearance: none !important;
    box-shadow: none;
    border: none;
}

[type='range'].colorLine::-moz-range-track {
    background-color: transparent;
}

[type='range'].colorLine::-webkit-slider-runnable-track {
    margin: 0 -1rem;
}

[type='range'].colorLine::-webkit-slider-thumb {
    appearance: none;
    background-color: #fafafa;
    border: none;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;
    box-shadow: 0 0 5px lightgrey;
}

[type='range'].colorLine::-moz-range-thumb {
    appearance: none;
    background-color: #fafafa;
    border: none;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;
    box-shadow: 0 0 5px lightgrey;
}

#priority {
    background-image: linear-gradient(
        to right,
        rgba(253, 197, 65, 1) 1%,
        rgba(253, 197, 65, 1) 10%,
        rgba(249, 226, 54, 1) 20%,
        rgba(247, 237, 49, 1) 24%,
        rgba(196, 242, 45, 1) 46%,
        rgba(155, 241, 42, 1) 69%,
        rgba(124, 218, 36, 1) 80%,
        rgba(95, 198, 31, 1) 90%,
        rgba(95, 198, 31, 1) 99%
    );
}

.unterhaltung,
.bonus {
    width: 30%;
    color: #777;
    text-align: center;
    line-height: 1.6em;
    padding: 1.6em;
}

.unterhaltung {
    float: left;
}

.bonus {
    float: right;
}

.pLine {
    width: 90%;
    margin: 0 auto;

    clear: both;
}

.form-container {
    margin-bottom: 2em;
}

.flex-container {
    display: flex;
    height: 100%;
}

.flex-container.end {
    justify-content: end;
}

.button-group {
    align-self: center;
}

.button-group .ant-btn:first-of-type {
    margin-right: 1em;
}

.form-container {
    position: relative;
}

.form-container .suspension-overlay {
    z-index: 9999;
    position: absolute;
    width: 103%;
    height: 103%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group {
    display: flex;
    flex-direction: row;
}

.input-group .ant-btn-primary {
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .ant-input {
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .ant-form-item {
    width: 100%;
}

@supports (
    (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))
) {
    .form-container .suspension-overlay {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}

@media only screen and (max-width: 767px) {
    .copy-message {
        top: 50px;
        position: absolute;
    }

    .surflink-diagram.row {
        flex-direction: column;
    }

    .headline-flex-row {
        flex-direction: column;
    }

    .social_share-group {
        margin-bottom: 1em;
        justify-content: center;
        display: flex;
    }

    .surflink-diagram .ant-radio-group {
        display: flex;
        justify-content: space-between;
    }

    .surflink-diagram {
        margin: 1em auto;
    }

    .slider-container {
        margin: 1.5em auto;
        max-width: 700px;
        width: 100%;
    }

    .slider-container .ant-picker {
        display: flex;
        width: initial !important;
        justify-content: center;
    }

    .surflink-diagram .ant-radio-button-wrapper {
        width: 100%;
        text-align: center;
    }

    .surflink-diagram .ant-select {
        max-width: initial !important;
        width: 100% !important;
        margin: 1em 0;
    }

    .flex-center .ant-btn {
        width: 100%;
    }

    .share-options-save .ant-btn-primary {
        width: 100%;
    }

    .flex-container.end {
        justify-content: center;
    }

    .flex-container .button-group {
        margin-bottom: 2em;
    }

    .form-container .ant-btn {
        width: 100%;
    }

    .surflink-input .ant-btn {
        width: 100%;
        height: 40px;
    }

    .surflink-text-container {
        text-align: justify;
    }

    a#shareOptionsForm_shareUrl span:last-of-type {
        width: 32px;
    }

    .surfbar-action {
        flex-direction: column;
    }

    .copy-link {
        border-right: 1px solid #ccc;
        border-radius: 2px;
    }

    .surfbar-action button.ant-btn-primary {
        border-radius: 2px;
        margin-bottom: 1em;
    }

    #surflink .input-group .ant-input {
        border-right: 1px solid #ccc;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    #surflink .input-group {
        flex-direction: column;
    }
}
