body {
    overflow-y: overlay;
}

.btn:not(.btn-float) {
    box-shadow: none !important;
    border-radius: 5px;
}

a, a:hover, a:focus, a:active {
    color: #2687ff;
}

.fz-inner a {
    color: #fff;
}

.dropdown-menu {
    z-index: 20;
}

.modal-sm {
    width: 300px;
    margin: 30px auto;
}

.btn-danger:focus:focus {
    background-color: transparent;
}

.l-block {
    display: inline-block;
    border-radius: 10px;
}

.lb-header {
    border-radius: 10px 10px 0 0;
}

.hm-profile > a img {
    width: 27px;
    height: 27px;
    border: none;
}

.hm-icon {
    font-size: 26px;
    line-height: 35px;
}

.h-menu > li {
    min-width: 37px;
    margin-top: 0;
}

.h-logo img {
    width: 112px;
    height: 32px;
}

#header {
    display:none;
    margin: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%) !important;
    padding: 25px 35px;
}
@media (max-width: 767px) {
    #header {
        padding: 15px 25px;
    }
}

.alert {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.subscription-alert {
    position: initial;
    margin: 0 -15px;
    width: auto;
    padding: 15px;
}

.container {
    position: relative;
    min-height: 100px;
    height: 120vh;
    margin-top: -85px!important;
    width: 318px;
}

.layer {
    float: left;
    display: inline-table;
    width: 100%;
    margin: 100px auto 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 30px;
}

.profile {
    border-radius: 5px;
}

.profile-header {
    background-color: #ffffff;
    padding: 71px 5px 0;
    position: relative;
    border-radius: 10px 10px 0 0;
    margin-top: 71px;
}

.back .profile-header {
    border-radius: 10px;
}

.profile-full-name {
    color: #252525;
    margin: 15px 0 5px;
    padding: 5px 10px;
}

.profile-description {
    color: #5e5e5e;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.profile-divider {
    color: #fafafa;
    margin: 0 15px 20px;
}

.profile-subscription-alert {
    margin-top: 20px;
    border-radius: 10px;
    background: #ff5252;
    padding: 20px;
    color: #fff;
}

.btn-site {
    border-radius: 6px;
    min-width: 150px;
    box-shadow: none !important;
}

.btn-site-bottom {
    color: #5e5e5e !important;
    padding: 8px 20px !important;
    border: 2px solid black;
}

.site-button {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.button-color-img {
    position: absolute;
    top: -7px;
    right: -2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0 5px 35px 0 #909090;
}
.profile-buttons .site-button {
    margin: 10px 0;
}
.site-button-add {
    line-height: 0;
}
    .site-button-add .img-plus {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url('/call/img/plus.svg');
        background-size: 15px 15px;
        background-repeat: no-repeat;
        margin: 3px 0;
    }

    .site-button a.btn {
        color: #5e5e5e;;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 15px;
        min-width: 200px;
        margin: 0 5px;
    }

.contacts {
    padding: 0 !important;
}

.contact-button {
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
}

.contact-title {
    font-size: 10px;
}

.flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    perspective-origin: bottom;
    max-width: 318px;
    overflow: hidden;
}
.flip-container.rotated .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flipper {
    transition: 0.3s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    position: relative;
}
.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.flip-container.rotated .front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.flip-container.rotated .back {
    position: relative;
}

.profile-body {
    line-height: 0;
    padding: 10px 15px;
    background: #fcfcfc;
    border-radius: 0 0 10px 10px;
}

.add-contacts-link,
.add-contacts-link:hover,
.add-contacts-link:active,
.add-contacts-link:focus {
    color: #5e5e5e;
}

    .add-contacts-link p {
        line-height: normal;
        padding: 5px 15px;
        margin: 10px;
    }

.flip-card {
    position: absolute;
    top: 13px;
    right: 13px;
}

    .flip-card img {
        width: 28px;
        height: 18px;
    }

    .flip-card i {
        font-size: 34px;
        line-height: 30px;
    }

.profile-img {
    margin-left: -71px;
    position: absolute;
    left: 50%;
    top: 0;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.23);
    z-index: 1;
}

.profile-img img {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: -1px;
}

.profile-img input {
    top: 0;
    opacity: 0;
    width: 132px;
    height: 132px;
    position: absolute;
    cursor: pointer;
}

.profile-about {
    text-align: left;
    margin: 15px 10px 15px;
}

    .profile-bio {
        padding: 5px 10px;
        color: #5e5e5e;
        margin-bottom: 0;
    }

.edit {
    cursor: pointer;
    background-color: #CFD8DC;
}

.edit-background.btn-float {
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}
    .edit-background.btn-float i {
        font-size: 34px;
        line-height: 36px;
    }
.edit-background.btn-float,
.edit-background.btn-float:active,
.edit-background.btn-float:hover,
.edit-background.btn-float:focus {
    color: #2687ff;
}

.profile-buttons {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px 5px;
    max-width: 318px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .edit-background.btn-float {
        right: 25px;
        bottom: 15px;
    }
}

.edit-background.btn-float:hover i {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.modal .modal-body {
    padding: 10px 26px;
}

.modal {
    z-index: 1030;
}

.http-scheme:after {
    content: "http://";
    position: absolute;
    color: #B2B2B2;
    bottom: 9px;
}

.http-scheme input {
    padding-left: 41px !important;
}

.btn-colors .btn-bg {
    width: 34px !important;
    height: 34px !important;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    border: 1px solid transparent;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}
.btn-colors .btn-bg:last-child {
    margin-right: 0;
}

.btn-colors > div {
    margin-bottom: 8px;
}
.btn-colors > div:last-child {
    margin-bottom: 0;
}

.btn-colors .btn-bg.active:before {
    content: " ";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 2px solid #2196f3;
}

.btn-link.btn-danger {
    color: #f44336 !important;
}

.modal-footer .btn {
    padding: 6px 10px;
}

.contact-types {
    text-align: center;
}

.btn-select-contact {
    font-size: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
    position: relative;
    cursor: pointer;
}
.btn-select-contact.disabled {
    opacity: 0.4;
}

.select-contact-img {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.btn-add-contact {
    width: 66px;
    line-height: 66px;
    height: 66px;
    padding: 0;
    text-align: center;
    box-shadow: none !important;
    margin-bottom: 5px;
}
.contact-img {
    width: 66px;
    height: 66px;
    background-size: 66px 66px;
    background-repeat: no-repeat;
    position: relative;
}
    .contact-img .edit-img,
    .site-button .edit-img {
        position: absolute;
        background: #ffffff;
        border-radius: 50%;
        font-size: 14px;
        top: -7px;
        right: -7px;
        color: #5e5e5e;
        padding: 7px;
        width: 28px;
        box-shadow: 0 5px 35px 0 #909090;
        line-height: 0;
    }
.contact-messenger {
    background-image: url('/call/img/contacts-icons/messenger.svg');
}
.contact-phone {
    background-image: url('/call/img/contacts-icons/phone.svg');
}
.contact-telegram {
    background-image: url('/call/img/contacts-icons/telegram.svg');
}
.contact-viber {
    background-image: url('/call/img/contacts-icons/viber.svg');
}
.contact-vk {
    background-image: url('/call/img/contacts-icons/vk.svg');
}
.contact-skype {
    background-image: url('/call/img/contacts-icons/skype.png');
}
.contact-whatsapp {
    background-image: url('/call/img/contacts-icons/whatsapp.svg');
}
.contact-add-img {
    background-image: url('/call/img/contacts-icons/add-contact.svg');
}

.btn-select-contact.active .select-contact-img:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 78px;
    border-radius: 6px;
    border: 2px solid #2196f3;
}

.phone-prefix:after,
.whatsapp-prefix:after,
.viber-prefix:after {
    content: "+";
    position: absolute;
    color: #B2B2B2;
    bottom: 9px;
}
.phone-prefix input,
.whatsapp-prefix input,
.viber-prefix input {
    padding-left: 8px !important;
}

.telegram-prefix:after {
    content: "t.me/";
    position: absolute;
    color: #B2B2B2;
    bottom: 9px;
}
.telegram-prefix input {
    padding-left: 34px !important;
}

.messenger-prefix:after {
    content: "m.me/";
    position: absolute;
    color: #B2B2B2;
    bottom: 9px;
}
.messenger-prefix input {
    padding-left: 41px !important;
}

.vk-prefix:after {
    content: "vk.me/";
    position: absolute;
    color: #B2B2B2;
    bottom: 9px;
}
.vk-prefix input {
    padding-left: 42px !important;
}

.username-prefix:after {
    content: "philippfriev.me/";
    position: absolute;
    color: #B2B2B2;
    bottom: 7px;
}
.username-prefix input {
    padding-left: 58px !important;
}
.fg-line:not(.fg-toggled) .username-prefix + .fg-label {
    left: 58px !important;
}

.croppie-container {
    height: 250px;
    margin-bottom: 50px;
}

.edit-bg {
    background: rgba(11, 94, 197, 0.1);
    display: inline-block;
    border-radius: 5px;
}

.site-button a.edit-bg-button,
.site-button a.edit-bg-button:focus,
.site-button a.edit-bg-button:active,
.site-button a.edit-bg-button:hover {
    color: #5e5e5e;
    padding: 8px;
    border: 2px dashed #5e5e5e;
    box-shadow: none;
}

.placeholder {
    color: #909090;
}

.modal .modal-content {
    border-radius: 10px;
}

.modal-open .modal.modal-edit-background {
    overflow: hidden;
}

.modal-edit-background {
    background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 1) 100%);
}

.modal-edit-background .form-group {
    margin-bottom: 0;
}

.modal-edit-background .modal-dialog {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: auto;
}

.modal-edit-background .modal-body-scroll {
    width: 100vw;
    overflow: auto;
}
.modal-edit-background .modal-body {
    padding: 20px;
}

.modal-edit-background .modal-content {
    border-radius: 0;
}

.modal-edit-background .modal-footer {
    padding: 15px 15px 0;
}

.modal-edit-background.fade .modal-dialog {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-edit-background.fade.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.btn-background-colors {
    white-space: nowrap;
}
.btn-background-colors .page-btn-bg {
    width: 20vw !important;
    height: 20vh !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.btn-background-colors .page-btn-bg:last-child {
    margin-right: 20px;
}

.btn-background-colors .page-btn-bg.active {
    outline: 2px solid #2687ff !important;
    outline-offset: 1px;
}

.transparent-backdrop .modal-backdrop {
    background: transparent;
}

.add-custom-background {
    padding: 10vh 0;
    outline: 2px dashed #5e5e5e !important;
    outline-offset: -2px;
    box-shadow: none;
    line-height: 0;
    text-align: center;
}

    .add-custom-background .img-plus {
        height: 20px;
        background: url('/call/img/plus.svg');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position-x: center;
        margin: -10px 0;
        /*display: none;*/
    }

    .add-custom-background .preloader {
        margin: -15px auto;
        display: none;
    }

.add-custom-background input {
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

#s-user-alerts {
    /*width: 290px;*/
    z-index: 10;
}
#s-user-alerts.toggled {
    z-index: 10;
    left: auto;
    right: 0;
}
@media (min-width: 1280px) {
    .hm-alerts {
        display: inline-block !important;
    }
    /*#s-user-alerts {*/
        /*left: auto;*/
        /*right: -320px;*/
    /*}*/
}

.sidebar .tab-nav li.active {
    border-bottom: 2px solid #03a9f4;
}

#s-user-alerts .tab-nav > li.active > a {
    color: #03a9f4 !important;
}

.ng-binding {
    font-size: 15px;
    margin-bottom: 10px;
    background: rgba(11, 94, 197, 0.1);
    border-radius: 6px;
}

.pmo-contact ul li i {
    font-size: 21px;
    left: 8px;
}

.ng-binding a,
.ng-binding a:hover,
.ng-binding a:active,
.ng-binding a:focus {
    color: #5e5e5e;
}

#footer .f-menu {
    margin: 0;
    font-size: 11px;
}

.bottom {
    position: absolute;
    bottom: 0;
    padding: 10px !important;
    background: #ffffff;
}

#s-user-alerts .list-group {
    height: calc(100vh - 107px);
    padding: 0 0 15px;
}

.animated{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.pay-months {
    display: block;
}

.pay-months .btn {
    border: #0288d1 solid 1px !important;
    width: 33.33%;
}

.pay-months .btn.active {
    color: #ffffff;
    background-color: #0288d1 !important;
    border-color: transparent;
}

.pay-months .btn {
    padding: 6px 0;
}

.btn-pay, .btn-cancel-subscription {
    color: #0288d1 !important;
}

.sidebar-settings-title {
    font-size: 16px;
    margin-top: 18px;
}

.sidebar-alert {
    padding: 10px;
}

.text-white {
    color: #ffffff;
}

.btn-logout {
    font-size: 15px;
}

.nowrap {
    white-space: nowrap;
}

.palette-Teal-custom {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.palette-Blue-custom {
    background-image: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
}

.palette-Orange-custom {
    background-image: linear-gradient(120deg, #f83600 0%, #f9d423 100%);
}

.palette-Purple-custom {
    background-image: linear-gradient(120deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.palette-Indigo-custom {
    background-image: linear-gradient(120deg, #b224ef 0%, #7579ff 100%);
}

.palette-Green-custom {
    background-image: linear-gradient(120deg, #16a085 0%, #f4d03f 100%);
}