@media(min-width:992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative
    }

    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        position: absolute
    }
}

.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left
}

.icon-container [class^=ti-],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    transition: .3s
}

.icon-container:hover [class^=ti-],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px
}

.icon-container:hover .icon-name {
    color: #000
}

.icon-name {
    color: #aaa;
    margin-left: 35px;
    font-size: .8em;
    transition: .3s
}

.icon-container:hover .icon-name {
    margin-left: 45px
}

.places-buttons .btn {
    margin-bottom: 30px
}

.sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px
}

.sidebar .nav>li.active-pro a {
    background: rgba(255, 255, 255, .14);
    opacity: 1;
    color: #fff
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
    text-align: center
}

body.nude {
    background-color: #f4f3ef
}

.fixed-plugin li>a,
.fixed-plugin .badge {
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s
}

.fixed-plugin {
    position: absolute;
    top: 180px;
    right: 0;
    width: 64px;
    background: rgba(0, 0, 0, .3);
    z-index: 1031;
    border-radius: 8px 0 0 8px;
    text-align: center
}

.fixed-plugin .fa-cog {
    color: #fff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto
}

.fixed-plugin .dropdown-menu {
    right: 80px;
    left: auto;
    width: 290px;
    border-radius: 10px;
    padding: 10px
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
    right: 10px;
    margin-left: auto;
    left: auto
}

.fixed-plugin .fa-circle-thin {
    color: #fff
}

.fixed-plugin .active .fa-circle-thin {
    color: #0bf
}

.fixed-plugin .dropdown-menu>.active>a,
.fixed-plugin .dropdown-menu>.active>a:hover,
.fixed-plugin .dropdown-menu>.active>a:focus {
    color: #777;
    text-align: center
}

.fixed-plugin img {
    border-radius: 0;
    width: auto;
    height: 100px;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    margin: 0 auto
}

.fixed-plugin .badge {
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    width: 28px
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
    border-color: #0bf
}

.fixed-plugin .badge-white {
    background-color: #ebebeb
}

.fixed-plugin .badge-black {
    background-color: #212120
}

.fixed-plugin .badge-primary {
    background-color: #7a9e9f
}

.fixed-plugin .badge-info {
    background-color: #68b3c8
}

.fixed-plugin .badge-success {
    background-color: #7ac29a
}

.fixed-plugin .badge-warning {
    background-color: #f3bb45
}

.fixed-plugin .badge-danger {
    background-color: #1b7abb
}

.fixed-plugin .badge-brown {
    background-color: #2596be
}

.fixed-plugin h5 {
    font-size: 14px;
    margin: 10px
}

.fixed-plugin .dropdown-menu li {
    display: block;
    padding: 10px 5px;
    width: 25%;
    float: left
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.header-title,
.fixed-plugin li.button-container {
    width: 100%;
    min-height: inherit
}

.fixed-plugin li.button-container {
    height: auto
}

.fixed-plugin li.button-container div {
    margin-bottom: 5px
}

.fixed-plugin #sharrreTitle {
    text-align: center;
    padding: 10px 0;
    height: 50px
}

.fixed-plugin li.header-title {
    height: 30px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.fixed-plugin .adjustments-line p {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1em
}

.fixed-plugin .adjustments-line .switch {
    float: right
}

.fixed-plugin .dropdown-menu>li.adjustments-line>a {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    margin: 0
}

.fixed-plugin .dropdown-menu>li>a.switch-trigger:hover,
.fixed-plugin .dropdown-menu>li>a.switch-trigger:focus {
    background-color: transparent
}

.fixed-plugin .dropdown-menu>li>a img {
    margin-top: auto
}

.fixed-plugin .btn-social {
    width: 50%;
    display: block;
    width: 48%;
    float: left;
    font-weight: 600
}

.fixed-plugin .btn-social i {
    margin-right: 5px
}

.fixed-plugin .btn-social:first-child {
    margin-right: 2%
}

.fixed-plugin .dropdown-menu {
    background: #fff
}
.sidebar-wrapper {
    display: none;
}
.status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

.status-badge.online {
    background-color: #28a745;
}

.status-badge.offline {
    background-color: #6c757d;
}

.loading-indicator {
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    padding: 0.5rem;
}
.sidebar-wrapper.visible {
    display: block;
}

@media (min-width: 768px) {
    .sidebar-wrapper {
        display: block;
    }
}
.contacts-panel {
    border-right: 1px solid #ccc;
    padding: 10px;
}
.contacts-header {
    margin-bottom: 10px;
}
.contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-item {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}
.contact-item:hover {
    background-color: #f0f0f0;
}
.contact-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.messages-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.messages-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.messages-body {
    flex: 1;
    padding: 10px;
}
.message {
    max-width: 70%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.message.sent {
    background-color: #d0e7ff;
    align-self: flex-end;
    margin-left: auto;
}

.message.received {
    background-color: #f0f0f0;
    align-self: flex-start;
    margin-right: auto;
}
.message-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ccc;
}
.message-input textarea {
    flex: 1;
    margin-right: 10px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal.is-open {
    display: block;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    margin: 0;
}

.close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}


.register-container {
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #0d1117;
    color: #c9d1d9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.register-box {
    background-color: #161b22;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.message-box {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #c9d1d9;
}
.email-form {
    display: flex;
    flex-direction: column;
}

.email-input {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #30363d;
    border-radius: 5px;
    background-color: #0d1117;
    color: #c9d1d9;
    font-size: 16px;
    width: 100%;
}

.email-input::placeholder {
    color: #6e7681;
}
.continue-button {
    background-color: #238636;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.continue-button:hover {
    background-color: #2ea043;
}

.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

@media(min-width:992px) {
    .fixed-plugin .dropdown .dropdown-menu {
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
        top: 27px;
        opacity: 0;
        transform-origin: 0 0
    }

    .fixed-plugin .dropdown.open .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
        transform-origin: 0 0
    }

    .fixed-plugin .dropdown-menu:before,
    .fixed-plugin .dropdown-menu:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 33px;
        width: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }

    .fixed-plugin .dropdown-menu:before {
        border-bottom: 16px solid transparent;
        border-left: 16px solid #f1eae0;
        border-top: 16px solid transparent;
        right: -16px
    }

    .fixed-plugin .dropdown-menu:after {
        border-bottom: 16px solid transparent;
        border-left: 16px solid #fff;
        border-top: 16px solid transparent;
        right: -15px
    }

    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative
    }

    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        position: absolute
    }

    .fixed-plugin {
        top: 120px
    }
}

@media(max-width:991px) {
    .fixed-plugin .dropdown-menu {
        right: 60px;
        width: 220px
    }

    .fixed-plugin .dropdown-menu li {
        width: 50%
    }

    .fixed-plugin li.adjustments-line,
    .fixed-plugin li.header-title,
    .fixed-plugin li.button-container {
        width: 100%;
        height: 55px;
        min-height: inherit
    }

    .fixed-plugin li.button-container {
        height: auto
    }

    .fixed-plugin .adjustments-line .switch {
        float: right;
        margin: 0 0
    }

    .fixed-plugin li.header-title {
        height: 40px
    }

    .fixed-plugin .dropdown .dropdown-menu {
        top: -170px
    }

    .fixed-plugin .dropdown-menu:before,
    .fixed-plugin .dropdown-menu:after {
        display: none
    }
}