
.root-cf {
    padding-top: 100px;
}

.bg-default {
    background: #191c21 !important;
    color: #fff;
}

.bg-dark {
    background: #262a33 !important;
}


.table .thead-dark th {
    background-color: #16191d !important;
    border: 0;
    color: #fff;
}

.table-dark {
    background-color: #191c21 !important;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #222;
}

.shadow,
.card-profile-image img {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15) !important;
}

.navbar-vertical {
    box-shadow: none !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #f75676 0, #f75676 100%) !important;
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
    padding: 1.5rem;
    border-radius: 0.375rem;
    background: #2e2f32;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: show-navbar-collapse .2s ease forwards;
    color: #fff;
}

.navbar-collapse .navbar-toggler span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    background: #fff;
}

.navbar-nav .nav-link {
    padding: .625rem 0;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff !important;
}

.sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}

.sidebar-background-color {
    background: #262a33;
    opacity: .90;
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

.has-error::after {
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-family: 'NucleoIcons';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 2px;
    transform: translateY(50%);
    border-radius: 50%;
    font-size: 18px;
    opacity: 1;
}

.has-error::after {
    content: "\ea33";
    color: daken(#2dce89, 18%);
    background-color: #f5365c;
}

.has-success::after {
    top: 35px;
}

.has-error::after {
    top: 35px;
    right: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.table {
    color: #fff !important;
}

.bootstrap-select {
    display: block !important;
}


/* FLOAT */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #f5365c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #222;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.float:hover {
    color: #fff;
}

a#quick-menu i {
    animation: rotate-in 0.5s;
}

.my-float {
    font-size: 24px;
    margin-top: 18px;
}

.quick-menu {
    position: fixed;
    right: 40px;
    padding-bottom: 20px;
    bottom: 80px;
    z-index: 100;
}

.quick-menu li {
    list-style: none;
    margin-bottom: 10px;
}

.quick-menu li a {
    background-color: #f5365c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #222;
    width: 60px;
    height: 60px;
    display: block;
}

.quick-menu:hover {
    visibility: visible!important;
    opacity: 1!important;
}

.my-float {
    font-size: 24px;
    margin-top: 18px;
}

a#quick-menu+.quick-menu {
    visibility: hidden;
}

a#quick-menu:hover+.quick-menu {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#quick-menu i {
    animation: rotate-in 0.5s;
}

a#quick-menu:hover>i {
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }
    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}


/* ESCORTS > VIDEOS Y FOTOS */

.config {
    position: absolute;
    right: 5px;
    top: 5px;
}

.masonry-item-1 {
    position: relative;
    display: inline-block;
    width: 33.33333333333333%;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: none;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
    padding:
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 .chat_date {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
    cursor: pointer;
}

.chat_list:hover {
    background: rgba(0, 0, 0, 0.1);
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.incoming_msg>.content {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.incoming_msg>.content p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.incoming_msg>.content {
    width: 57%;
}

.mesgs {
    float: left;
    padding: 0;
    width: 60%;
    min-height: 602px;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.outgoing_msg>.content {
    float: right;
    width: 46%;
}

.outgoing_msg>.content p {
    background: #f5365c none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.input_msg_write {
    background: rgba(0, 0, 0, 0.1);
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    padding: 10px;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 470px;
    padding-right: 10px;
    overflow-y: auto;
}

.msgbox_info {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.search {
    z-index: 4 !important;
}