@font-face {
    font-family: 'GT Flexa Expanded';
    src: url('fonts/GTFlexa-ExpandedLight.eot');
    src: url('fonts/GTFlexa-ExpandedLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTFlexa-ExpandedLight.woff2') format('woff2'),
        url('fonts/GTFlexa-ExpandedLight.woff') format('woff'),
        url('fonts/GTFlexa-ExpandedLight.ttf') format('truetype'),
        url('fonts/GTFlexa-ExpandedLight.svg#GTFlexa-ExpandedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Flexa Expanded';
    src: url('fonts/GTFlexa-ExpandedBlack.eot');
    src: url('fonts/GTFlexa-ExpandedBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTFlexa-ExpandedBlack.woff2') format('woff2'),
        url('fonts/GTFlexa-ExpandedBlack.woff') format('woff'),
        url('fonts/GTFlexa-ExpandedBlack.ttf') format('truetype'),
        url('fonts/GTFlexa-ExpandedBlack.svg#GTFlexa-ExpandedBlack') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Flexa Expanded';
    src: url('fonts/GTFlexa-ExpandedBlack_1.eot');
    src: url('fonts/GTFlexa-ExpandedBlack_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTFlexa-ExpandedBlack_1.woff2') format('woff2'),
        url('fonts/GTFlexa-ExpandedBlack_1.woff') format('woff'),
        url('fonts/GTFlexa-ExpandedBlack_1.ttf') format('truetype'),
        url('fonts/GTFlexa-ExpandedBlack_1.svg#GTFlexa-ExpandedBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Flexa Expanded';
    src: url('fonts/GTFlexa-ExpandedLight_1.eot');
    src: url('fonts/GTFlexa-ExpandedLight_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTFlexa-ExpandedLight_1.woff2') format('woff2'),
        url('fonts/GTFlexa-ExpandedLight_1.woff') format('woff'),
        url('fonts/GTFlexa-ExpandedLight_1.ttf') format('truetype'),
        url('fonts/GTFlexa-ExpandedLight_1.svg#GTFlexa-ExpandedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



:root {
    font-size: 16px;
}

body {
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 16px;
    /* background: url(../images/bg_img.jpg); */
    background-attachment: fixed;
    margin: 0 auto;
    background-position: top center;
    color: #BBA868;
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(255,255,255,0) 45%, rgba(0,0,0,0.35) 100%); */
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
}



header {
    padding: 15px 0 15px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
}

.event_management {
    text-align: center;
}

.event_management img {
    width: 100%;
    max-width: 435px
}

.footer {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    color: #1D1D1B;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;

}

header .logo img {
    width: 53px;
}

.divrelativ {
    position: absolute;
}

.royal_club {
    color: #000000;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 50px;
}

.login-wrap {
    margin-top: 90px;
    display: grid;
}

.form-control {
    border-radius: 15px;
    font-size: 20px;
    line-height: 2.4;
}

.search_events :focus,
.search_events :focus-within,
.search_events :focus-visible,
.form-control:focus,
.form-control:focus-within,
.form-control:focus-visible {
    color: #212529;
    background-color: #F5F2E8;
    border: 0px solid #bba868;
    box-shadow: 0px 0px 1px 1px #bba868;
    /*padding-top: 0.313rem;
    padding-bottom: 0.313rem;*/
    outline: 0;
}

#staylogin {
    border-radius: 10px;
    width: 28px;
    height: 28px;
    margin: 0;
}

.form-check.form-flex {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 0;
}

.form-flex label {
    margin-left: 15px;
    cursor: pointer;
    color: #000;
}

.form-check-input[type=radio] {
    width: 60px;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/checkmark.png);
    border-color: #BBA8684D;
    background-size: 29px 22px;


}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkmark.png);
    border-color: #BBA8684D;
    background-size: 19px 12px;


}

.form-check-input:focus {
    border-color: #BBA8684D;
    outline: 0;
    box-shadow: none;
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    background-color: #BBA8684D;
    border-radius: 15px;
    margin-left: -3.7em;
    margin-top: 0;
}

.form-check-input:focus[type=radio] {
    box-shadow: none;
}

.form-check.radios {
    display: inline-flex;
    align-items: center;
    padding-left: 3.7em;
    margin-right: 10px;
}

.form-check.radios label {
    color: #000000;
    padding-left: 15px;
    max-width: 100%;
}

.radios_cont {
    display: flex;
    align-items: flex-end;
}

.all_users_form .form-check-input[type=checkbox] {
    border-radius: 15px;
    width: 45px;
    height: 45px;
    box-shadow: none;
    min-width: 45px;
    max-width: 45px;
}

.all_users_form .form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkmark.png);
    border-color: #BBA8684D;
    background-size: 29px 22px;


}

.all_users_form .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}

.all_users_form .form-check {
    display: flex;
    align-items: center;
}

.all_users_form .form-check label {
    padding-left: 30px;
}

h1,
h1 p,
h1 p a {
    text-align: center;
    text-transform: uppercase;
    color: #BBA868;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0;
}

h1 p a {
    color: rgba(187, 168, 104, 0.5);
}

.btn.edit_btn,
.btn.delete_btn {
    background: none;
}

.btn {
    background-color: #fff;
    background: url(../images/arrow_right.png) no-repeat right center;
    font-size: 1.25rem;
    padding-right: 2rem;
    font-weight: 800;
    line-height: 1.8;
}

.btn.btn_user_events {
    background: url(../images/arrow_right_white.png) no-repeat right center;
    margin-top: 30px;
}

.form_content {
    margin-top: 30px;
}

.all_users_form h3 {
    font-size: 1.15rem;
}

.all_users_form h3 .bold {
    font-weight: 800;
}

h1 p a {
    text-decoration: none;
}

.modal-title {
    color: #000;
    font-size: 14px;
}

.modal-body {
    color: #000;
    font-size: 14px;
}

.modal-title a,
.modal-body a {
    color: #0066b1;
    font-size: 14px;
}

.modal-title a:hover,
.modal-body a:hover {
    text-decoration: underline;
}

/* .modal{} */


.buttons_apart>div {
    display: flex;
    align-items: center;
}

.back_btn {
    display: flex !important;
}

.buttons_apart .col-6:nth-child(2) {
    text-align: right;
}

.back_btn a {
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
}

.flex_start {
    justify-self: flex-start;
}

.flex_end {
    justify-self: flex-end;
}

.container_flex_end {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.container_flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_flex_space {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page_title {
    /*background-color: #8A0101;*/
    /* background-size: contain; */
    min-height: 160px;
    position: relative;
    margin-bottom: 45px;
    ;
}

.page_title .container {
    position: relative;
    /* background: url(../images/hero_img.jpg) no-repeat top center;  */
    /* padding-top: 20px; background-image: url(../images/top_shapes.png); */
    background-size: cover;
    min-height: 20px;
    margin-bottom: 40px !important;
}




.contact_info {
    padding-top: 5px;
    text-align: right;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.contact_info li {
    margin: 0 0px 0 20px;

}

.contact_info li a {
    color: #000 !important;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.contact_info li a:hover {
    text-decoration: underline;
}

.contact_info li.teilnahme a:before {
    content: '';
    background: url(../images/paper_sheet.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact_info li.datenschutz a:before {
    content: '';
    background: url(../images/paper_sheet.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact_info li.impressum_icon a:before {
    content: '';
    background: url(../images/impressum_icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.cassino_ca .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

.icon {
    color: #f4b841;
    padding: 0px;
    font-size: 40px;
    border: 1px solid #3266b5;
    border-radius: 100px;
    color: #3266b5;
    font-size: 28px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    width: 70px;
    background: #e5e8ec;
}


.aboutus-section {
    padding: 7px 100px;
    margin-bottom: 80px;
    background: rgba(255, 255, 255, .2);
}

.aboutus-section .row {
    align-items: flex-end;
}

h2 {
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
}

.aboutus-section h2 {
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}

.rang,
.contestant_name,
.game_points {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
}

.contestant_name a {
    color: #000000;

}

.game_points {
    text-align: left;
}

.link_container {
    text-align: right;
    padding-right: 30px;
}

/*.st0{
    fill:#1b6ad1;
}*/
.image_visited svg {
    width: 32px;
    height: 32px;
}

/*
a:visited .st0{
    fill:#409140;
}*/
.bottom_section {
    position: relative;
    background: #E5E6E7;
    /* margin-top: 40px;
    margin-bottom: 40px; */
}

/* .bottom_section .container{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 160px;
} */
.load_more,
.load_more a {
    font-size: 30px;
    line-height: 1.5;
    color: #0066b1;
    text-align: center;
    position: relative;
}

.load_more a:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    background: url(../images/down_arrow.svg) no-repeat;
    width: 20px;
    height: 12px;
    animation: fadeInDown .8s infinite ease-in both;
}

.rowcasino {
    padding: 5px 100px;
}

.rowcasino:nth-child(even) {
    background: rgba(249, 176, 0, 0.2);
}

.ranking-section .container {
    padding-left: 0;
    padding-right: 0;
}

.rank-head {
    padding-left: 100px;
    padding-right: 100px;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nopadd-left {
    padding-left: 0 !important
}

.nopadd-right {
    padding-right: 0 !important;
}

.logo img {
    width: 100%;
    max-width: 325px;
}

.navbar {
    padding: 0 !important
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    width: 25px;
    height: 25px;
}

.navbar-toggler {
    padding: 0 !important
}

.navbar-light .navbar-toggler-icon {
    background: #000;
    position: relative;
    width: 100%;
    height: 2px;
}

.navbar-light .navbar-toggler-icon:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: -7px;
}

.navbar-light .navbar-toggler-icon:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -7px;
}

.rank-head,
.rowcasino {
    width: 100%;
    ;
    margin: 0 0px;
}

.search_container {
    margin: 20px 0;
    text-align: right;
}

.search_container label {
    max-width: 80px;
    min-width: 60px;
    font-size: 20px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    margin-bottom: 0;
    color: #000;
}

.search_container #searchme {
    width: calc(100% - 85px);
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
}

#slotme {
    max-width: 250px;
    /* display: inline-block; */
    vertical-align: middle;
    float: left;
    border: 2px solid #000;
    padding: 1px 0 2px 0;
}

#slotme:after {
    content: '';
    clear: both;

}

::-webkit-calendar-picker-indicator {
    background-image: url(../images/calendar.svg);

}

.leaderboard_form {
    display: inline-flex;
    justify-content: right;
    margin-left: 10px;
}

.leaderboard_form button {
    flex: 0 1 auto;
    background: url(../images/download.svg) no-repeat center;
    font-weight: 700;
    width: 22px;
    height: 22px;
    padding: 20px;
    border: none;
}

#buttonlink {
    background: url(../images/download_link.svg) no-repeat center;
    width: 45px;
    height: 35px;
    background-size: contain;
}

.leaderboard_form.csv_download button {
    background: url(../images/csv.svg) no-repeat center;
}

.leaderboard_form.excel_download button {
    background: url(../images/excel.svg) no-repeat center;
}


.nav-tabs .nav-link {
    color: #000000;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    border: 0;
    background-color: transparent;
    padding-bottom: 20px;
    ;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
    border-bottom: 4px solid #1B6AD1;
}

.overflow_container {
    overflow: hidden;
}

.table_head,
.table_content {
    min-width: 970px;
}

.table_head {
    border-bottom: 2px solid #cdcdcd;
    padding-bottom: 7px;
}

.table_head .rang,
.table_head .contestant_name,
.table_head .game_points {
    color: #000000;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 5px;
}

.table_content .rang,
.table_content .contestant_name,
.table_content .game_points {
    color: #000000;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    padding-left: 5px;
}

.table_content .row {
    padding: 7px 0;
    ;
}

.table_content .row:nth-child(odd) {
    background-color: #F0F0F0;
}

.bottom_section {
    padding: 50px 0;
    width: 100%;
    bottom: 60px;
    position: fixed;
    width: 100%;
}

.bottom_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom_section ul li {
    margin-right: 5px;
}

.bottom_section ul li a {
    color: #6B6C6D;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
}

.bottom_section ul li a img {
    width: 30px;
    height: 30px;
    ;
}

.bottom_section h2 {
    color: #000000;
    font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.socials {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.ai-center {
    align-items: center;
}

.oops_404 {
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
}

.bp_container .bottom_section,
.bp_container .footer {
    position: relative;
    bottom: auto;
}

.bp_container .page_title {
    min-height: 600px;
    ;
}



/*******************
***************************/


.spacer_bott_30 {
    margin-bottom: 30px !important;

}

.spacer_top_30 {
    margin-top: 30px !important;

}

.spacer_bott_80 {
    margin-bottom: 80px !important;

}

.spacer_top_80 {
    margin-top: 80px !important;

}

.form-group {
    width: 50%;
    padding: 1% 0;
}

.form-signin .form-group {
    width: 100%;
}

.back_btn {
    height: 48px;
}

.btn-login {
    /*display: flex;*/
    margin-top: 0;
    justify-self: flex-end;
    border: 0;
}

a.small {
    color: #fff;
    font-size: 12px;
}

.form-heading {
    color: #BBA868;
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
    line-height: 1.1;
}

.user_info {
    display: flex;
    justify-content: right;
    color: #000000;
    font-size: 1.1rem;
    gap: 1rem;
}

.user_info img {
    width: 22px;
}

.cursor_pointer {
    cursor: pointer;
}

.form-group label {
    padding: 0.375rem 0.75rem 0.375rem 1.45rem;
    font-size: 0.9rem;
}

.form-control {
    background: #BBA8684D;
    border: 0px;
    padding: 0.375rem 0.75rem 0.375rem 1.45rem;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

.all_users_form {
    padding: 3rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.form_bg .close {
    background: url(../images/close.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin: 0 0 20px auto;
}

.load_right.reanimate {
    background: url(../images/Intersect.svg) no-repeat;
    animation: reanimate 0.6s ease-out forwards;
    background-size: cover;
    pointer-events: all;
    right: 0;
    top: 0;
    height: 100vh;
    opacity: 1;
    overflow: scroll;

}

.no_anim {
    animation-duration: 0ms !important;
    animation-delay: 0ms !important;
}

.load_right.reanimate_slide_right {
    animation: reanimate_reverse 0.6s ease-in forwards;

}

.opaque {
    background-color: rgba(59, 59, 59, 0.3) !important;
    pointer-events: all;
}

@keyframes reanimate {
    from {
        transform: translate(80%, 0%) scale(1);
    }

    to {
        transform: translate(0%, 0%) scale(1);

    }
}

@keyframes reanimate_reverse {
    from {
        transform: translate(0%, 0%) scale(1);
    }

    to {
        transform: translate(80%, 0%) scale(1);
    }
}

.flex_col {
    flex-direction: column;
}

.btn-add {
    background: url(../images/plus.svg) no-repeat;
    padding-left: 70px;
    background-size: 60px 60px;
    height: 60px;
    font-weight: normal;
}

.delete_user,
.delete_event {
    border-radius: 15px;
    background-color: #BBA8684D;
    cursor: pointer;
    background-image: url(../images/delete_dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 64px;
}

.listusers,
.listevents {
    margin: 0;
    padding: 0;
}

.listusers li,
.listevents li {
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
    line-height: 60px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.list_user_name {
    flex: 1;
}

.remove_to_left {
    transform: translate(-150%, 0px);
}

.form-group .nice-select {
    background-color: #eae5d1;
    width: 99%;
    padding-left: 10px;
    border-radius: 15px;
    background-color: #BBA8684D;
    color: #000;
    font-size: 1.1rem;
    height: 60px;
    line-height: 60px;
}

.form-group .nice-select .current {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-left: 12px;
}

.form-group .nice-select:after {
    width: 15px;
    height: 15px;
    border-bottom: 4px solid #BBA868;
    border-right: 4px solid #BBA868;
    right: 25px;
    margin-top: -10px;
}

.form-group .nice-select .nice-select-dropdown {
    background-color: #eae5d1;
    width: 99%;
}

.search_events input::placeholder {
    color: #BBA868;
}

.search_events {
    position: relative;

}

.search_events input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #BBA868;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 0.813rem;
    color: #BBA868;
    line-height: 2;
}

.search_events input#search_users {
    margin-top: -5px;
}

.search_events input#search_events {
    margin-top: -5px;
}

.search_events:after {
    content: " ";
    background: url(../images/lupa.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 9px;
}

.search_events input::placeholder {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 0.813rem;
    color: #BBA868;
    line-height: 2.69;
}

.full_width {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 905px;
    padding: 0 0px;
    margin: 0 auto;
}

.container_events {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 25px;
}

.container_events .list_user_name {
    padding-right: 89px;
    max-width: calc(100% - 89px);

}

.cont_one_user {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-bottom: 20px;
}

.cont_one_user .one_user_name,
.cont_one_user .btn a {
    border-radius: 15px;
    height: auto;
    min-height: 66px;
}

.containersz .cont_one_user .one_user_name,
.containersz .cont_one_user .btn a {
    min-height: 86px;

}

.add_user {
    text-align: center;
}

.one_user {
    flex: 1;
}

.one_user_name {
    display: flex;
    background-color: #BBA868FC;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    height: 4rem;
    display: flex;
    align-items: center;
    font-weight: 800;
    justify-content: space-between;
    padding: 0 20px;
    /*cursor: pointer;*/
}

.one_user_name a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    min-height: 86px;
    vertical-align: middle;
    display: flex;
    align-self: center;
    align-items: center;
}

.user_name {
    width: 100%;
}

.cont_one_user .btn {
    padding: 0;

}

.user_event_counter a {
    width: auto;
}

.cont_one_user .btn a {
    display: flex;
    background-color: #BBA868FC;
    width: 22px;
    height: 27px;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.cont_one_user .btn.btn_delete a {
    width: 25px;
    height: 25px;
}

.hidden,
.hidden-by-col {
    display: none !important;
    height: 0;
}

.filter_col {
    cursor: pointer;
}

.filter_col.strong {
    font-weight: 800;
}

.user_event_counter,
.user_event_dropdown {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user_event_counter .counter {
    width: 140px;
    text-align: right;
    padding-right: 10px;
}

.user_event_dropdown {
    margin-left: 15px;
    background: url(../images/arrow_down.png) no-repeat center;
    width: 28px;
    height: 28px;
}

.user_event_dropdown.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.add_event img {
    width: 28px;
    height: 28px;
}

.list-group {
    width: 100%;
    max-width: 905px;
    min-width: 905px;
}

.list-group li {
    margin-bottom: 28px;
    background: #BBA868;
    border-radius: 15px;
    padding: 19px 50px 19px 50px;
    display: flex;


}

.list-group li div:nth-child(1) {
    max-width: 578px;
    width: 100%;
}

.list-group li div:nth-child(2) {
    margin-left: auto;


}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 15px;
}

.list-group li a {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 800;
    font-size: 1.563rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;

}

.list-group li span {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.2;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
}

.list-group li a img {
    display: inline-flex;
    vertical-align: sub;
}

.forgott_pass {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.2;
    color: #BBA868;
    text-decoration: none;
}

.back_text a {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 1.12rem;
    line-height: 1.11;
    color: #BBA868;
    text-decoration: none;
}

.row.event_head>* {
    width: auto;
}

.events_users_container {
    width: 90%;
}

.event_head {
    background: #BBA868;
    border-radius: 25px;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.1rem;
    padding: 11px 20px;

    justify-content: space-between;
}

.round_nr_color {
    border-radius: 15px;
    background: #fff;
    font-size: 1rem;
    line-height: 1.55rem;
    padding: 5.6px 6px;
    border: 1px solid #BBA868;
    min-width: 68px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    margin-left: 7px;
}

.round_nr_color.brown {
    color: #BBA868;
}

.round_nr_color.green {
    color: #00B548;
}

.round_nr_color.green2 {
    color: #00B548;
}



.round_nr_color.red {
    color: #DE0C3B;
}

.round_nr_color.violet {
    color: #FC28FC;
}

.round_nr_color.gray {
    color: #A9A9A9;
}

.second_icon {
    margin-left: 17px;
    margin-top: 2px;
}

.second_icon img {
    width: 32px;
    height: 32px;
}

.fd-column {
    flex-direction: column;
}

.ai-fend {
    align-items: flex-end;
}

.jc-fend {
    justify-content: flex-end;
}

.max-width-85perc .container {
    width: 100%;
    max-width: 85%;
    padding: 0;
}

.containersz_add_usersz .container {
    width: 94% !important;

}

@media(max-width: 1199px) {
    .search_events input {
        max-width: 202px;
    }

    .usability_icons {
        width: 280px;
    }

    .col-4.logo_main_container {
        width: 50%;
        order: 2;
    }

    .containersz_add_usersz .container {
        width: 88% !important;

    }

    .col-4.event_management {
        width: 100%;
        order: 1;
    }

    .col-4.user_info {
        width: 50%;
        order: 3;
    }

    .containersz,
    .containersz_usersz {
        width: 100%;
        margin: 0 auto;
        padding: 0 0rem;
    }

    .full_width {
        max-width: 85%;
    }

    .events_users_container .col-8 {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .events_users_container .usability_icons.col-2 {
        order: 2
    }

    .events_users_container .search_cont.col-2 {
        order: 3;
        justify-content: end;
        width: calc(100% - 280px);
        align-items: flex-end;
    }

    .one_user_name {
        font-size: 1.3rem;
    }

    .spacer_top_80 {
        margin-top: 40px !important;
    }

    .spacer_bott_80 {
        margin-bottom: 40px !important;
    }

    h1,
    h1 p,
    h1 p a {
        font-size: 2.3rem;
    }

    .unlogged_container .logo_main_container {
        width: calc(100% - 435px);
        order: 1
    }

    .unlogged_container .col-4.event_management {
        width: 435px;
        order: 2;
    }

}


.table_head .table-col div {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
}

.table-col span {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 35px;

}

.table_col1 {
    min-width: 80px;
    width: 80px;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.table_col2 {
    min-width: 105px;
    width: 105px;
    text-align: left;
}

.table_col3 {
    min-width: 130px;
    width: 130px;
    text-align: left;
}

.table_col4 {
    min-width: 110px;
    width: 110px;
    text-align: center;
}

.table_col5 {
    min-width: 150px;
    width: 190px;
    text-align: left;
}

.table_col6 {
    min-width: 120px;
    text-align: left;
}

.table_col7 {
    min-width: 110px;
    text-align: left;
}

.table_col8 {
    min-width: 100px;
    text-align: center;
}

.table_col9 {
    min-width: 104px;
    text-align: left;
}

.table_col10 {
    min-width: 154px;
    text-align: left;
}

.table_col11 {
    min-width: 124px;
    text-align: left;
}

.table_col12 {
    min-width: 150px;
    width: 150px;

}

.responsive-table thead tr th:last-child {
    text-wrap: nowrap;
}

.responsive-table thead tr th:nth-child(1),
.responsive-table tbody tr td:nth-child(1) {
    position: sticky;
    left: 0;
    background: #FFFFFF;
    z-index: 1;
}

.responsive-table thead tr th:last-child,
.responsive-table tbody tr td:last-child {
    /*  position: sticky;
    right: 0;
    background: #FFFFFF;*/
}

.responsive-table thead tr th {
    position: sticky;
    top: 0;
}

.responsive-table tbody tr:hover td:nth-child(1),
.responsive-table tbody tr:hover td:last-child {
    background: #F1EEE1;
}

.responsive-table tbody tr:hover {
    background: #F1EEE1;
}

.table_col8 .game_points {
    text-align: center;
}

.copiaza_mail {
    border: 0;
    background: transparent;
    margin-left: 5px
}

.brown_head_count.container {
    padding: 0 15px;
    min-height: 60px;
    margin-bottom: 40px !important;
}


.eingeladen {
    /* background: #BBA868;*/
    background: #FC28FC;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.angenommen {
    background: #00B548;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.abgelehnt {
    background: #DE0C3B;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.save_the_date {
    background: #1EADFF;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.no_show {
    background: #FF8A00;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.unbeantwortet {
    background: #FC28FC;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.warteliste {
    background: #A9A9A9;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.checkin_1 {
    background: #00B548;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.checkin_2 {
    background: #E5E5E5;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/*.checkin_3{
    background: #transparent;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}*/


.user_containersz .container.container_flex_center {
    padding: 0;
}

.buttons_apart {
    margin-top: 1rem;
}

.flex_end {
    justify-content: flex-end;
}

.alert button.close {
    display: none;
    border: 0;
}

.unlogged_container .user_info {
    display: none;
}

.jc-space-between {
    justify-content: space-between;
}

.unlogged_container .logo_main_container {
    width: calc(100% - 435px);
    order: 1
}

.unlogged_container .col-4.event_management {
    width: 435px;
    order: 2;
}

/******************
tabel responsive**********/



.container {
    margin: 5% 3%;
}

.responsive-table .rang,
.responsive-table .contestant_name,
.responsive-table .game_points {
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 2.5;

    color: #000000;
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.responsive-table thead {
    background-color: transparent;

}

.responsive-table thead th {
    background-color: transparent;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-family: 'GT Flexa Expanded';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
}

.responsive-table thead th:first-of-type {
    text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    white-space: normal;
}

.responsive-table th,
.responsive-table td {
    padding: 0.5em;
    vertical-align: middle;
}


.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.responsive-table tfoot {
    font-size: 0.8em;
    font-style: italic;
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    position: relative;
}

.responsive-table tbody tr::before,
.responsive-table thead tr::before {
    /*background: repeating-linear-gradient(to right, rgb(187 168 104) 0, rgb(187 168 104) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);*/
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    /*top: 0;*/
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope=row] {
    background-color: #26890d;
    color: white;
}

.responsive-table tbody td {
    text-align: right;
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.54);
}

th.contains_table,
td.contains_table {
    padding: 0 !important;
    width: calc(100% - 220px);
}

.table_within_table {
    width: 100%;
}

.table_within_table tr {
    border: 0 !important;
}

@media (min-width: 75em) {
    .container {
        margin: 2em auto;
        max-width: 75em;
    }

    .responsive-table th,
    .responsive-table td {
        padding: 0.75em;
    }
}

@media (min-width: 320px) {
    .responsive-table {
        font-size: 0.9em;
    }

    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .responsive-table tr {
        display: table-row;
    }

    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: 0.5em;
    }

    .responsive-table caption {
        font-size: 1.5em;
    }

    .responsive-table tbody {
        display: table-row-group;
    }

    .responsive-table tbody tr,
    .responsive-table thead tr {
        display: table-row;
        border-bottom: 1px dashed #BBA868;
    }

    .responsive-table tbody tr:hover {
        background: #F1EEE1;
    }

    .responsive-table tbody th[scope=row] {
        background-color: transparent;
        color: #000001;
        text-align: left;
    }

    .responsive-table tbody td {
        border-left: 0px dotted transparent;
        border-bottom: 0;
        text-align: left;
    }

    .responsive-table tbody tr:hover td {
        border-left: 0px solid #F1EEE1;
    }

    .responsive-table tbody td:last-of-type {
        border-right: 0;
    }

    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

@media (min-width: 30em) {

    .responsive-table th,
    .responsive-table td {
        padding: 0.75em 0.3em;
    }

    .responsive-table tbody td[data-title]:before {
        font-size: 0.9em;
    }
}

.container .container {
    padding: 0;
}

.container.events_users_container {
    width: 90%;
    margin: 0 auto;
}

.select_user {
    width: 90%;
    margin-bottom: 0 auto;
}

/************************************/
@media(min-width: 992px) and (max-width: 1350px) {
    .brown_head_count .col-lg-2 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .head_counters {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media(max-width: 1700px) {
    .overflow_container {
        overflow: auto;
    }
}

@media(min-width: 1351px) {
    .brown_head_count .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .one_user_name {
        padding: 0 20px 0 40px;
    }
}

@media(max-width: 1350px) {


    .radios_cont {
        width: 100%;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .edit_events .mobile_sizeing {
        width: 100% !important;
    }

}

@media(min-width: 1025px) {
    .aboutus-section .container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 20px !important;
    }

    .navbar-expand-lg {
        justify-content: flex-end !important;
    }

    /* .aboutus-section .container,
    .ranking-section .container{
        padding-left: 15px;
        padding-right: 15px;
    } */
}

@media(max-width: 991px) {
    .head_counters {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar {
        justify-content: flex-end !important;
    }

    .contact_info {
        align-items: flex-end;
    }

    .aboutus-section .container,
    .ranking-section .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pass_forgotten .full_width {
        max-width: 85% !important;
    }

    .pass_forgotten .buttons_apart>div {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {

    .containersz_usersz .cont_one_user .one_user_name,
    .containersz_usersz .cont_one_user .btn a {
        min-height: 46px;
    }

    .containersz_usersz .cont_one_user {
        gap: 4px;
    }

    .containersz_usersz .one_user {
        gap: 4px;
        flex: 0 0 auto;
        width: calc(100% - 105px);
        ;
    }

    .containersz_usersz .cont_one_user .btn a {
        padding: 1.438rem;
    }

    .containersz_usersz .btn.edit_btn,
    .containersz_usersz .btn.delete_btn {
        width: 46px;
        height: 46px;
    }

    .containersz_usersz .btn.edit_btn img,
    .containersz_usersz .btn.delete_btn img {
        width: 16px;
    }

    .user_event_counter .counter {
        width: 80px;
        text-align: center;
        font-size: .9rem;
    }

    .user_event_dropdown {
        margin-left: 5px;
        background: url(../images/arrow_down.png) no-repeat center;
        width: 18px;
        height: 18px;
        background-size: contain;
    }

    .form-group .nice-select {
        width: 99%;

        height: 46px;
        line-height: 46px;
    }

    .delete_user,
    .delete_event {
        width: 46px;
        height: 46px;
        background-size: 16px;
    }


    .listevents .list_user_name {
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .listusers,
    .listevents {
        margin-right: 4px;
    }

    .listusers li,
    .listevents li {
        line-height: 46px;
        gap: 2px;
    }

    .buttons_apart .btn-add {
        background: url(../images/plus.svg) no-repeat;
        padding-left: 56px;
        background-size: 46px 46px;
        height: auto;
        min-height: 46px;
        line-height: 1.3;
        background-position: center left;
        font-weight: normal;
    }

    .buttons_apart {
        margin-top: 1rem;
    }

    .buttons_apart .btn {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .buttons_apart .btn-login {
        display: flex;
        margin-top: 0px;
        background-position: calc(100% - 4px) center;
        background-size: 12px 18px;
        text-align: right;
        justify-content: flex-end;
        width: 100%;
    }

    .cassino_ca .container {
        padding: 0 0.8rem;
    }

    .full_width {
        max-width: 82%;
    }

    .one_user_name {
        font-size: 1.1rem;
        padding: 5px 10px;
    }

    .aboutus-section .container,
    .ranking-section .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    h2,
    .rang,
    .contestant_name,
    .game_points,
    .load_more,
    .load_more a {
        font-size: 18px;
    }

    h1 {
        font-size: 35px;
        margin-bottom: 0;
        ;
    }


    .bottom_section .container {
        min-height: 85px;
    }

    .btn-add.adduser,
    .btn-add.addevent {
        background: url(../images/plus.svg) no-repeat;
        padding-left: 60px;
        padding-right: 0;
        background-size: 40px 40px;
        height: 40px;
        font-weight: normal;
        line-height: 1.5;
        font-size: 1rem;
    }
}

@media(max-width: 640px) {
    .events_users_container .usability_icons.col-2 {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .events_users_container .search_cont.col-2 {
        order: 2;
        width: 100%;
        align-items: flex-end;
        display: flex;
        justify-content: flex-end;
    }





    .select_user {
        width: 90%;
    }

    .events_users_container {
        width: 90%;
    }

    .unlogged_container .logo_main_container {
        width: 100%;
        order: 2;
        text-align: center;
    }

    .unlogged_container .col-4.event_management {
        width: 100%;
        max-width: 435px;
        order: 1;
    }

    .unlogged_container .jc-space-between {
        justify-content: center;
    }

    .row.event_head>* {
        width: 100%;
    }

    .containersz_usersz .cont_one_user {
        gap: 4px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    ::placeholder {
        font-size: 1rem;
    }

    .form-group .nice-select {
        font-size: 1rem;
    }

    .form-control {
        font-size: 1rem;
    }

    .radios_cont .form-check-input[type=radio] {
        width: 40px;
        height: 40px;
        min-width: 40px;
        max-width: 40px;
        border-radius: 10px;
    }

    .form-check.radios {
        display: flex;
        width: 100%;
        margin-bottom: 0.125rem;
    }


    .all_users_form .form-check-input:checked[type=checkbox] {
        background-image: url(../images/checkmark.png);
        border-color: #BBA8684D;
        background-size: 22px 16px;
    }

    .all_users_form .form-check-input[type=checkbox] {
        border-radius: 15px;
        width: 35px;
        height: 35px;
        box-shadow: none;
        min-width: 35px;
        max-width: 35px;
        border-radius: 9px;
    }

    .all_users_form .form-check {
        display: flex;
        align-items: flex-start;
    }

    .container_events {
        width: 100%;
        padding-left: 6px;
        margin-bottom: 25px;
    }

    .load label {
        font-size: 1rem;
        padding-left: 16px !important;
        padding-top: 11px;
        font-weight: 400;
    }

    .buttons_apart .col-7 {
        width: calc(100% - 83px);
    }

    .buttons_apart .col-5 {
        width: auto;
    }


    .containersz_usersz .one_user {
        flex: 0 0 auto;
        width: 100%;
    }


    h1,
    h1 p,
    h1 p a {
        font-size: 1.8rem;
    }

    .page_title .container:after {
        width: 36px;
        height: 63px;
        background-size: cover;
        right: 25%;
    }

    .rowcasino {
        padding: 5px 25px;
    }

    .rank-head {
        padding-left: 25px;
        padding-right: 25px;
    }

    .aboutus-section {
        padding: 7px 25px;
        margin: 0;
    }

    .bottom_section .col-4 {
        width: 50%;
        ;
        text-align: left !important;
        margin-bottom: 25px;
        ;
    }

    .socials {
        display: flex;
        justify-content: start;
    }

    .table_head,
    .table_content {
        min-width: 780px;
    }

    .table_head .rang,
    .table_head .contestant_name,
    .table_head .game_points {
        font-size: 13px;
    }

    .table_content .rang,
    .table_content .contestant_name,
    .table_content .game_points {
        font-size: 15px;
    }

    .footer .col-6 {
        width: 100%;
        ;
    }

    .contact_info {
        justify-content: flex-start !important;
        text-align: left !important;
        padding-left: 0;
    }

    .contact_info li a {
        padding-right: 20px;
        padding-left: 0;
    }

    .contact_info li {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .events_users_container .col-8 {
        padding: 0;
    }

    h1,
    h1 p,
    h1 p a {
        font-size: 1.3rem;
    }

    .event_management img {
        max-width: 60%;
    }

    .user_info {
        font-size: 0.8rem;
    }

    .user_info img {
        width: 16px;
    }

    .col-4.logo_main_container {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .col-4.user_info {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 15px;
    }

    .one_user_name {
        font-size: 0.9rem;
        padding: 5px 10px;
    }

    .full_width {
        max-width: 95%;
    }

    .containersz_add_usersz .full_width {
        max-width: 85%;
    }

    .logo img {
        width: 100%;
        max-width: 216px;
    }

    .mobile_sizeing.col-1 {
        flex: 0 0 18.333333%;
        max-width: 18.333333%;
    }

    .mobile_sizeing.col-11 {
        flex: 0 0 81.666667%;
        max-width: 81.666667%;
    }

    h2,
    .rang,
    .contestant_name,
    .game_points,
    .load_more,
    .load_more a {
        color: #000000;
        font-family: 'GT Flexa Expanded', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
    }

    .form-heading {
        font-size: 20px !important;
    }

    h1 {
        line-height: 1;
        ;
        font-size: 30px;
        ;
    }

    .page_title {
        min-height: 115px;
    }

    /* .page_title .container{
        background-image: url(../images/top_shapes_m.png);
    } */
    /* .bottom_section .container {
        background-image: url(../images/bottom_shapes.png);
    } */

    .bottom_section {
        margin-bottom: 15px;
    }

    .bottom_section .container {
        min-height: 55px;
    }

    .rowcasino {
        padding: 5px 0px;
        margin: 0;
    }

    .rank-head {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin: 0;
    }

    .aboutus-section {
        padding: 7px 4px;
    }

    h1 {
        padding-left: 0px;
        ;
        margin-bottom: 15px;
        font-size: 28px;
        ;
    }

    .royal_club {
        /* padding-left: 0px;; */
        font-size: 15px;
        margin-bottom: 0;
    }

    .page_title .container {
        position: relative;
        /* background: url(../images/hero_img_m.jpg) no-repeat top center; */
        background-size: cover;
        min-height: 250px;
    }

    .bottom_section .col-4 {
        width: 100%;
        ;
        text-align: left !important;
        margin-bottom: 25px;
        ;
    }
}

@media (max-width: 380px) {

    h2,
    .rang,
    .contestant_name,
    .game_points,
    .load_more,
    .load_more a {
        font-size: 15px;
        ;
    }

}

.default_sort {
    padding-top: 0px;
    padding-left: 8px;
    margin-left: 0px;
    margin-top: 2px;
    background: url(../images/defaul_sel.png) no-repeat;
    background-size: 7px 13px;
    background-position-y: center;
    background-position-x: right;
}

.sortable_custom.low {
    margin-top: 2px;
}

.sortable_custom.low::after {
    /* padding-top: 0px;
    padding-left: 8px;
    margin-left: 5px;*/
    margin-top: 6px;
    content: "";
    background: url(../images/descending.png) no-repeat;
    width: 7px;
    height: 13px;
    background-size: 100%;
    position: absolute;
    right: 0;
}

.sortable_custom.high {
    margin-top: 2px;
}

.sortable_custom.high::after {
    /*padding-top: 0px;
    padding-left: 8px;
    margin-left: 5px;*/
    margin-top: 6px;
    content: "";
    background: url(../images/ascending.png) no-repeat;
    width: 7px;
    height: 13px;
    background-size: 100%;
    position: absolute;
    right: 0;
}

.sortable_custom {
    cursor: pointer;
    position: relative !important;
}