.table-bordered > :not(caption) > * {
    border: 1px solid #e9edf4!important;
}
.single-message {
    width: 90%;
    border: 1px solid #d9d9df;
    border-radius: 4px;
    padding: 7px;
    font-size: 16px;
    color: #2d2c2c;
    margin-bottom: 15px;
}
.single-message.is-author {
    margin-left: 50px;
    border-color: #6c5ffc;
    background: #6c5ffc;
    color: #fff;
}
.nav.panel-tabs a.active {
    color: var(--primary-bg-color);
    border-bottom: 1px solid var(--primary-bg-color);
}
.hide {
    display: none;
}
.pac-target-input {
    display: block;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.community-details .name {
    font-size: 23px;
    margin-top: 17px;
    font-weight: bold;
}
.community-details .title {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 5px;
}
.community-details .info-i {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.community-details .info-i span {
    font-weight: bold;
}
.community-details .avatar-name {
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f5;
    padding-bottom: 35px;
}
.community-details .avatar-name .avatar {
    width: 100%!important;
    background: #fff!important;
}
.community-details .avatar-name .avatar img {
    width: 100%;
    border-radius: 50%;
}
.user-name {
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 18px;
}
.contact-items div {
    margin-bottom: 10px;
}
.contact-items div a {
    font-size: 17px;
}
.contact-items div i {
    float: left;
    margin-top: 4px;
    margin-right: 9px;
    font-size: 17px;
}
.info-i.localization {
    font-size: 17px;
    margin-bottom: 20px;
}
.messages-link {
    float: right;
    font-weight: 400;
    color: #6c5ffc;
    font-size: 15px;
}
.onoffswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #DEDEDE; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 26px;
    font-size: 10px;
    color: #fff!important;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Tak";
    padding-left: 10px;
    background-color: #6c5ffc; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Nie";
    padding-right: 10px;
    background-color: #EEEEEE; color: #000;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 17px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 31px;
    border: 2px solid #DEDEDE; border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.nav-link {
    height: 40px;
    font-size: 15px!important;
}
.notification-alert {
    padding: 10px;
    color: #000;
    border-radius: 5px;
    margin: auto auto;
    background: #4fff4f;
}
.header .main-header-center {
    width: 100%!important;
    text-align: center!important;
}
.dropdown .avatar.profile-user {
    width: 60px!important;
}
