body {
    position: relative;
    background: #FBFBFB;
    min-height: 100vh;
}

body.auth {
    height: 100vh;
}

main {
    min-height: calc(100vh - 180px);
}

.element {
    width: 500px;
    background: #FFF;
    border-radius: 12px;
    padding: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.form-control {
    border-radius: 6px;
    background: rgb(252, 252, 252);
    border: none;
    padding: 13px 15px;
}

.form-control::placeholder {
    color: rgb(196, 196, 196);
}

.form-label {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    background: #dadada;
    color: #4c4e50;
}

.button.button-black {
    color: #FFF;
    background: rgb(0, 0, 0);
}

.button-width {
    width: 100%;
}

.logotype {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
}

.nav-link {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 250;
    line-height: 19px;
}

.toggle-profile {
    background: transparent;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}

.toggle-profile:hover, .toggle-profile:active, .toggle-profile:focus {
    background: transparent;
}

.toggle-profile .avatar {
    height: 40px;
    width: 40px;
    background: #eee;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
}

.toggle-profile .information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.toggle-profile .information .login {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.toggle-profile .information .login .verify {
    height: 15px;
    width: 15px;
}

.toggle-profile .information .email {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0%;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
}

.dropdown-menu {
    border: none;
}

.alert ul {
    margin: 0;
}

.avatar-club {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.chat-form {
    display: flex;
    gap: 10px;
}

.static {
    background: #FFF;
    border-radius: 12px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static .static-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.static .static-text .var {
    font-size: 20px;
    font-weight: 500;
}

.static .static-text .text {
    font-weight: 200;
}

.page {
    background: #FFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

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

.page .header .title {
    font-size: 18px;
    font-weight: 500;
}

.table thead tr th {
    color: #666;
    font-weight: 600;
}

.table>:not(caption)>*>* {
    font-weight: 300;
}

.table {
    border-color: #f6f6f6;
}

.link {
    background: #000;
    border-radius: 12px;
    text-decoration: none;
    color: #FFF;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}

.actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.actions .action {
    text-decoration: none;
    color: #8e8e8e;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.actions .action.blue {
    color: #2196F3;
}

.actions .action.blue:hover {
    color: #03a9f4;
}

.actions .action.red {
    color: #F44336;
}

.actions .action.red:hover {
    color: #e91e63;
}

.actions .action.green {
    color: #5ab963;
}

.create {
    text-decoration: none;
    color: #5ab963;
    font-weight: 600;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.create:hover {
    color: #8bc34a;
}

.form-control-mini {
    padding: 8px 15px;
}

footer {
    position: relative;
}

.footer-line {
    border-bottom: 1px solid #f5f5f5;
}

.message {
    display: inline-flex;
}

.message.message-right {
    justify-content: flex-end;
}

.chat-body {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    height: 500px;
    overflow-y: scroll;
    flex-direction: column;
    padding: 0 10px;
    justify-content: flex-end;
}

.message .text {
    background: #f6f6f6;
    padding: 10px;
}

.message.message-left .text {
    border-radius: 0 10px 10px 10px;
}

.message .text .time {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    opacity: 0.2;
}

.message.message-right .text {
    background: #5ab963;
    padding: 10px;
    color: #FFF;
    border-radius: 10px 10px 0 10px;
}

.chat-info {
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.chat-info .params .text {
    font-weight: 600;
}

.club-info {
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.club-info .params .text {
    font-weight: 600;
}

.club-info .params {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edit {
    text-decoration: none;
    color: #2196F3;
    font-weight: 600;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.delete {
    text-decoration: none;
    color: #F44336;
    font-weight: 600;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.delete.delete-position {
    position: absolute;
    right: 20px;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.button.button-black.disabled {
    user-select: none;
    pointer-events: none;
    opacity: 0.6;
}

.form-select {
    border-radius: 6px;
    background: rgb(252, 252, 252);
    border: none;
    padding: 13px 15px;
}

.warning .message {
    color: #F44336;
    font-size: 12px;
}

.warning {
    margin-bottom: 10px;
}

.nav-panel {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 5px !important;
    --bs-nav-link-padding-y: 0.2rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FFF !important;
}

.nav-pills .nav-link {
    color: #434A54 !important;
}

.reviews-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews {
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
    padding: 20px;
    justify-content: space-between;
}

.reviews .user .information .username {
    color: #2c3e50;
    font-family: 'Roboto';
    font-weight: 600;
}

.reviews .user .information .reting {
    color: #2c3e50;
    font-family: 'Roboto';
    font-weight: 300;
}

.reviews .user .avatar {
    height: 50px;
    width: 50px;
    background-color: #eee;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.reviews .user {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviews .title {
    color: #2c3e50;
    font-family: 'Roboto';
    font-weight: 600;
}

.review {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.table-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.table-content {
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
    padding: 20px;
}

.table-content .left, .table-content .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.table-content .left, .table-content .right div .text,
.table-content .left, .table-content .left div .text {
    color: #2c3e50;
    font-family: 'Roboto';
    font-weight: 500;
}

.table-content .left, .table-content .right div .var,
.table-content .left, .table-content .left div .var {
    color: #ACACAC;
    font-family: 'Roboto';
    font-weight: 300;
}

.action-select {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: row;
}

.review-data {
    font-size: 12px;
    opacity: 0.3;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.button-group.button-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

img.gallery-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.image-content {
    position: relative;
}

.image-remove {
    position: absolute;
    right: 0;
    top: 10px;
    background: rgb(229 229 229 / 65%);
    text-decoration: none;
    padding: 5px 20px;
    color: #343a40;
}

.room {
    position: relative;
    height: 600px;
    width: 600px;
    background-color: #f5f5f5;
}

.comp {
    position: absolute;
    background-image: url(../media/table.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 52px;
}

.comp .comp-id {
    color: #FFF;
    font-weight: 600;
    display: flex;
    justify-content: center;
    height: 100%;
    line-height: 1.9;
}

.avatar-user {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.basic-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.basic-table {
    background: #FFF;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    height: 60px;
}

.basic-table .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.basic-table .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background: #FFF;
}
 
::-webkit-scrollbar-thumb {
	background: #000;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
	background: #262626;
}

::-webkit-scrollbar-thumb:active {
	background: #000;
}

@media (min-width: 320px) and (max-width: 675.98px) {
    .element {
        width: 90%;
    }
    .page {
        overflow-x: scroll;
    }
    .basic-table {
        display: flex;
        justify-content: space-between;
        height: 140px;
        flex-direction: column;
        gap: 10px;
    }
    .basic-table .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .basic-table .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .club-info {
        background: #fafafa;
        display: flex;
        justify-content: space-between;
        padding: 30px 15px;
        flex-direction: column;
        gap: 40px;
    }
}

@media (min-width: 676px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1199px) {

}

td.td-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.verify {
    background-image: url(../media/verify.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}