/* Show it is fixed to the top */

body {
    min-height: auto;
}

.logoImage {
    height: 40px;
    border-radius: 10px;
}

.list-entertainers-name {
    color: black;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #e11482;
}

.list-entertainers-pic {
    width: 40px;
    height: 40px;
}

.itemFooterActions {
    padding: 1rem 0;
}

.btnFilter {
    color: white;
    font-size: 20px;
}

.filters {
    background: #ff0086;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.labelItemSelect {
    color: white;
    margin-left: 8px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.itemSelect {
    background-color: white;
    border-radius: 15px;
}

.infoAvailable {
    background-color: gray;
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 1000;
    padding: 10px;
}

.page404 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.bottomNavBar {
    background-color: violet;
}

.containerPages {
    width: 100%;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}

.globeMessageEntertainer {
    background: #f62087;
    float: left;
    position: relative;
    margin: 10px 0;
    border-radius: 17px;
    padding: 10px;
    color: white;
    font-weight: 500;
}

.globeMessageClient {
    background: #2e2e2e;
    float: right;
    position: relative;
    margin: 10px 0;
    border-radius: 17px;
    padding: 10px;
    color: white;
    font-weight: 500;
}

.sendMessageChatBtn {
    background-color: rgb(246, 32, 135);
    border-color: rgb(246, 32, 135);
    position: fixed;
    bottom: 56px;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 5;
}

.lastSeenText {
    display: block;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #5f5f5f;
}

.styleBtnMessages {
    background: #ff0086 !important;
    margin: 10px 0 !important;
}

.textTitleSendMessage {
    color: white !important;
    text-align: center !important;
    margin: 20px !important;
}

.avatarItemGirl {
    display: block;
}

.nameItemGirl {
    margin-left: 10px;
}

.cardFullColor {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.cardBlankWhite {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 481px) and (max-width: 767px) {}

@media (min-width: 320px) and (max-width: 480px) {
    .styleBtnMessages {
        font-size: 12px !important;
        height: 20px !important;
        max-width: 100px !important;
    }
    .textTitleSendMessage {
        font-size: 14px !important;
    }
    .avatarItemGirl {
        display: none !important;
    }
    .nameItemGirl {
        margin-left: 0;
        max-width: 95px;
        font-size: 14px;
    }
}