/* Minification failed. Returning unminified contents.
(395,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/**
 * -------------------------------------------------------------------------------
 * BOOTSTRAP.
    - edited: 270524 :BrunoBrckovic
 * -------------------------------------------------------------------------------
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* NAZAR css start*/
@font-face {
    font-family: 'Futura-medium';
    src: url('Fonts/futuramediumbt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('Fonts/futur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html {
    font-family: Futura-medium;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Futura-medium !important;
}

body {
    font-family: "Oswald", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 300;
    background: url('../images/background/lobby-bg.png') no-repeat bottom left;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.cursor-pointer {
    cursor: pointer;
}

/*#region ProfileOLD */

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.disabled {
    color: #aaaaaa;
    /* color disabled button  */
    cursor:no-drop;
    /* not-allowed; */
}

body:hover {
    overflow-x: hidden;
}

.hover-zoom {
    transition: transform 0.3s;
    pointer-events: all;
    cursor: pointer;
}

    .hover-zoom:hover {
        transform: scale(1.3);
    }

        .hover-zoom:hover + .hover-show {
            opacity: 1;
            animation: blink 3s infinite;
        }

    .hover-zoom:active {
        transform: scale(1.1);
    }

.hover-show {
    margin-top: 10px;
    color: #BCB358;
    font-family: 'Oswald';
    font-size: x-large;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    cursor: none;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
/*#endregion */

.top-0 {
    top: 0px !important;
}

.bottom-10 {
    bottom: 10%;
}

.grey-out-background {
    background-color: rgba(0, 0, 0, 0.5);
}

.font-size-15em {
    font-size: 1.5em !important;
}

.page-nav-icon {
    height: 21px !important;
    filter: brightness(0.5);
}

.font-weight-500 {
    font-weight: 500 !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-14 {
    font-size: 14px !important;
}

.page-nav-btn {
    font-size: 18px !important;
    border-radius: 12px !important;
    height: 51px;
    color: white;
    font-weight: 500;
}

.selected-nav-btn {
    background-color: #FFC107;
    border-color: #FFC107;
    color: black !important;
}

.selected-nav-btn-icon {
    filter: brightness(0) !important;
}

.rotate-img {
    transform: rotate(180deg);
}

.toggle-left-menu-icon {
    filter: invert(68%) sepia(99%) saturate(710%) hue-rotate(354deg) brightness(220%) contrast(101%);
    height: 16px;
    transition-duration: 0.3s; /*chevron Messages rotate speed*/
}

.dropdown-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

input.search-filter:focus {
    outline: none !important;
    outline-width: 0px !important;
}

input.search-filter::-webkit-input-placeholder {
    color: #6C757D !important;
}

input.search-filter:-moz-placeholder { /* Firefox 18- */
    color: #6C757D !important;
}

input.search-filter::-moz-placeholder { /* Firefox 19+ */
    color: #6C757D !important;
}

input.search-filter:-ms-input-placeholder {
    color: #6C757D !important;
}

.mt-44 {
    margin-top: 44px !important;
}
/*404 error message start*/
.not-found-text-message {
    margin-top: 20%;
    line-height: 72px;
    font-size: 48px;
    font-weight: 500;
    color: rgba(255,255,255,1)
}

.go-home-btn {
    margin-top: 40px;
    width: 140px !important;
}
/*404 error message end*/

.align-item-center-x {
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

/*error area*/
.margin-top-10-perc {
    margin-top: 10%;
}

@media screen and (max-width:1200px) and (min-width: 993px) {
    .page-nav-btn {
        height: 40px !important;
        font-size: 14px !important;
    }

    .nav-buttons {
        left: 280px !important;
        transform: translateX(0%);
    }
}

.search-filter-icon {
    display: none;
}

@media screen and (max-width: 480px) {
    .mobile-screen-invisible {
        display: none !important;
    }

    .toggle-left-menu-icon {
        margin-left: 10px;
    }

    .modal-dialog {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 720px) and (min-width: 481px) {
    .mobile-m-screen-invisible {
        display: none !important;
    }

    .toggle-left-menu-icon {
        margin-left: 10px;
    }

    .modal-dialog {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 980px) and (min-width: 721px) {
    .toggle-left-menu-icon {
        margin-left: 10px;
    }

    .modal-dialog {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 1366px) and (min-width: 981px) {
    .toggle-left-menu-icon {
        margin-left: 10px;
    }

    .modal-dialog {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 1200px) {
    .search-filter-icon {
        display: block !important;
        height: 24px !important;
        width: 24px !important;
        cursor: pointer;
    }
}

@media screen and (max-width:992px) and (min-width: 577px) {
    .page-nav-btn {
        height: 40px !important;
        font-size: 14px !important;
    }
}

/*Login styles start*/
.login-modal-tab {
    height: 35px;
    border-bottom: 2px solid rgba(0,0,0,0.4) !important;
    cursor: pointer;
    color: rgba(255,255,255,1);
    padding-right: 24px;
}

.login-modal-tab-label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro';
    align-content: center !important;
}

.login-modal-tab-selected {
    color: rgba(255, 193,7,1) !important;
    border-bottom: 2px solid rgba(255, 193,7,1) !important;
}

.login-modal-header {
    margin-bottom: 16px;
}

.modal-field-container {
    margin-top: 16px;
}

.field-label {
    height: 22px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.6) !important;
    text-transform: uppercase !important;
}

.value-area {
    font-size: 12px !important;
    border-radius: 8px !important;
    border: 0px;
    background: rgba(0,0,0,0.8) !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,1) !important;
    height: 38px;
    width: 100%;
    resize: none !important;
    padding: 6px 12px 6px 12px;
    line-height: 24px;
}

textarea.value-area:focus {
    outline: none;
}

input.value-area:focus {
    outline: none;
}

.login-buttons-area {
    margin-top: 16px;
    height: 56px;
}

.login-area-button {
    height: 32px;
    border-radius: 8px;
    width: 59px;
    padding: 4px 12px 4px 12px;
    color: rgba(255,193,7,0.8);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid rgba(255,193,7,0.8);
    cursor: pointer;
    &:disabled {
        background-color: rgba(255,193,7,0.4) !important;
        cursor: not-allowed;
    }
}

    .login-area-button:hover {
        text-decoration: none;
        color: rgba(255,193,7,0.8);
    }

.login-area-highligted-btn {
    background-color: rgba(255,193,7,1) !important;
    color: rgba(0,0,0,0.8) !important;
}

    .login-area-highligted-btn:hover {
        text-decoration: none;
        color: rgba(0,0,0,0.8) !important;
    }

    .login-area-highligted-btn:focus {
        outline-style: none !important;
    }

.cancel-button {
    width: 68px !important;
    margin-left: 12px;
}

.show-password-btn {
    height: 18px !important;
    width: 20px !important;
    position: relative;
    /*filter: invert(150%) sepia(50%) saturate(310%) hue-rotate(354deg) brightness(50%) contrast(101%);*/
    left: 250px;
    bottom: 28px;
    cursor: pointer;
}

.signup-field-container {
    height: 52px !important;
}

.error-text {
    color: rgba(240,78,35,1) !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-top: -15px;
    margin-bottom: 5px;
}

.error-text-mt-0 {
    margin-top: 0px !important;
}

.finish-signup-btn {
    width: 68px !important;
}

/*Login styles end*/
/*NAZAR css end*/

/*#endregion new style for Lobby redesign*/

/*#region MyProfile Modal*/
/*///////////////////////////////////////////////////////////////////////////////*/

.pagination-button {
    border: none !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 4px;
    font-weight: 400;
    font-family: Roboto;
}

.loading-icon-mobile {
    display: none;
}

.ulCustom {
    list-style-type: none;
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
}

.close-button-toggle {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.fake-password-font {
    -webkit-text-security: disc;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.close {
    transition: transform 0.3s;
}

    .close:hover {
        transform: scale(1.3);
    }

.form-control:focus {
    border-color: #FFC107 !important;
    box-shadow: none;
    background-color: black !important;
}

.loading-image {
    height: auto;
    z-index: 1000;
    animation: spin 0.5s linear infinite;
}


/*///////////////////////////////////////////////////////////////////////////////*/


/*#endregion MyProfile Modal*/

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

/*#region Messages Modal*/

.grey-out-background {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-header-mobile .close-button-toggle {
    float: right;
    background: none;
    border: none;
}

    .modal-header-mobile .close-button-toggle .text-white {
        color: #fff;
    }
/*///////////////////////////////////////////////////////////////////////////////*/
/*#region ForgotPassword Login*/

.modal-content p {
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
}

.forgotPassword-dialog {
    border-radius: 12px !important;
    width: 350px !important;
    background-color: rgba(52, 58, 64, 0.8) !important;
    margin-top: 50% !important;
    padding: 24px;
}

/*#endregion ForgotPassword Login*/
/*///////////////////////////////////////////////////////////////////////////////*/

/*#endregion Messages Modal*/

.modal{
    display: flex;
    justify-content: center;
    align-items: center;
}

[v-cloak] {
    display: none;
}
