@font-face {
    font-family: 'MonsterratRegular';
    src: url('../fonts/monsterrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MonsterratExtraBold';
    src: url('../fonts/monsterrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: MonsterratRegular;
}

body {
    background: #fff;
    transition: background 0.2s;
}



body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}


html, body {
    width: 100%;
    height: 100%;
    font-family: MonsterratRegular;

}

section {
    padding-bottom: 40px;
}

nav > ul > a:hover {
    box-shadow: 0 -4px rgba(0,0,0,0.1);
}

strong {
    font-weight: bold;
}

.main-color {
    background-color: #164C78 !important;
}

.main-color-2 {
    background-color: #63716a !important;
}


ul.side-nav a:hover, .noshadow {
    box-shadow: none !important;
}


#sidenav-overlay {
    z-index: 998;
}


.btn-flat:hover {
    background-color: #c5e3f9 /*#E3F2FD*/ !important;
}

.btn {
    overflow: hidden;
}
.btn:hover:before {
    opacity:1;
}

.btn:before {
    content: '';
    opacity: 0;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity .2s;
    z-index: -1;
}



.header-btn {
    height: 58px;
    padding: 0 8px;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 60px;
    line-height: 60px;
}


@media only screen and (min-width: 601px) {
    .header-btn {
        height: 60px;
    }

    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 60px;
        line-height: 60px;
    }
}

.navbar-fixed {
    position: fixed;
    top: 0;
    height: 60px;
}

@media only screen and (min-width: 601px) {
    .navbar-fixed {
        height: 100px;
    }
}

.info-link a {
    min-width: 78px;
    text-align: center;
}

.info-link {
    min-width: 78px;
}

.input-field input:focus + label {
    color: #2196F3  !important;
}

.input-field input:focus {
    border-bottom: 1px solid #2196F3  !important;
    box-shadow: 0 1px 0 0 #2196F3  !important;
}

.checkbox-blue[type="checkbox"].filled-in:checked + label:after{
    border: 2px solid #2196F3 ;
    background-color: #2196F3 ;
}

[type="radio"].with-gap:checked + label:before {
    border-radius: 50%;
    border: 2px solid #2196F3 ; }

[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
    border: 2px solid #2196F3 ;
    background-color: #2196F3 ;
    z-index: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

[type="radio"]:checked + label:after {
    border-radius: 50%;
    border: 2px solid #2196F3 ;
    background-color: #2196F3 ;
    z-index: 0;
}

.checkbox-blue[type="checkbox"].filled-in:checked + label:after{
    border: 2px solid #2196F3 ;
    background-color: #2196F3 ;
}



.input-field textarea:focus + label {
    color: #2196f3 !important;
}

.row .input-field textarea:focus {
    border-bottom: 1px solid #2196f3 !important;
    box-shadow: 0 1px 0 0 #2196f3 !important
}

.material-icons, .icon-text {
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px !important;
}

.material-icons-default {
    margin-top: 0px;
    font-size: 20px !important;
}

.btn-small {
    border: none;
    border-radius: 8px;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 1px 8px 0px 8px;
    text-transform: none;
    font-size: 14px;
}

.btn-badge {
    margin-top: -2px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    height: 16px;
    line-height: 20px;
    padding: 0 4px;
    text-transform: uppercase;
    font-size: 8px;
}

.disabled-element {
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.disabled-element-full-opacity {
    pointer-events: none;
    cursor: default;
}


.readonly {
    pointer-events: none;
    cursor: default;
}

.cursor-default {
    cursor: default;
}

.navbar-fixed { z-index: 998; }

.active-border {
    border-bottom: 4px solid #2196F3  !important;
    height: 60px;
}

.not-active-border {
    height: 60px;
}

nav > div > ul > li:hover a.not-active-border {
    border-bottom: 2px solid #2196F3 ;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}


a.not-active-border:focus {
    border-bottom: 2px solid #2196F3 ;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}


.total {
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 11px;
}

.total-label {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}

.card-panel {
    padding: 8px;
    display: inline-block;
}

.card {
    border-radius: 10px;
    cursor: default;
}

.card .card-content {
    border-radius: 0 0 10px 10px;
}


.card .card-action:last-child {
    border-radius: 0 0 10px 10px;
}



.active-border-mobile {
    border-left: 3px solid #2196F3 ;
}

.waves-effect.waves-blue .waves-ripple {
    background-color: rgba(33, 150, 243, 0.25);
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}


.skeleton-loader-table-container {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.skeleton-loader-table-container:before {
    content: '';
    height: 100%;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton-loader-table-container:after {
    content: '';
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}


.skeleton-loader-avatar {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.skeleton-loader-avatar:before {
    content: '';
    height: 100%;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton-loader-avatar:after {
    content: '';
    background-color: #333;
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}


.skeleton-loader-chat-container {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.skeleton-loader-chat-container:before {
    content: '';
    height: 100%;
    display: block;
    background-color: #bbb;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton-loader-chat-container:after {
    content: '';
    background-color: #bbb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.skeleton-loader-comment {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.skeleton-loader-comment:before {
    content: '';
    height: 100%;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton-loader-comment:after {
    content: '';
    background-color: #333;
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}




@keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}


.chatter_avatar_layout {
    margin: 0;
    padding: 0;
}
.chatter_avatar_circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #263238;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    overflow:hidden;
}
.chatter_avatar_layout img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.chatter_avatar_circle > img {
    z-index: 1;
    vertical-align: middle;
}


.admin-label {
    background-color: #e57373;
    border-radius: 4px;
    padding: 1px 3px;
}

.expert-label {
    background-color: #52aa00;
    border-radius: 4px;
    padding: 1px 3px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.message-badge-parent {
    position:relative;
    display:inline-block;
    padding: 0 14px
}

.message-badge {
    color: #fff;
    background: red;
    border-radius: 15px;
    padding: 5px;
    font-size: 11px;
    position: absolute;
    height: 20px;
    top: 8px;
    right: -8px;
    width: 28px;
    text-align: center;
    line-height: 12px;
}

.new-badge-parent {
    position:relative;
    display:inline-block;
    padding: 0 6px
}

.new-badge {
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 11px;
    position: absolute;
    height: 20px;
    top: 10px;
    right: -8px;
    width: 20px;
    text-align: center;
    line-height: 12px;
}

.hide-chat {
    display: none;
}



.object-label {
    display: table;
    background-color: #bbb;
    border-radius: 3px;
    padding: 4px 12px;
    margin: 5px;
}

.cell-label {
    display: block;
    background-color: #bbb;
    border-radius: 3px;
    padding: 4px 12px;
    margin: 5px;
    border: #ccc solid 1px;
}

.cell-label-box {
    display: block;
    border-radius: 0 3px 3px 0;
    padding: 0;
    margin: 0;
    border-top: #ccc solid 1px;
    min-height: 80px;
}





#categories .collapsible .collapsible-body, #mobile-categories .collapsible .collapsible-body  {
    padding: 0;
    background-color: #f9f9f9;
    border: none;
}

#mobile-categories .collapsible .collapsible-body .subcategory {
    line-height: 20px;
}

#mobile-categories .collapsible .collapsible-body .divider {
    margin: 0;
}

#categories .collapsible .collapsible-header, #mobile-categories .collapsible .collapsible-header {
    padding-right: 45px;
    cursor: default;
    border: none;
}


#categories .collapsible, #mobile-categories .collapsible {
    padding: 0;
    margin: 0;
    border-right: none;
    border-left: none;
}

.expand:hover {
    cursor: pointer;
}

.expand {
    transition: all 0.3s ease-out;
}

.inverted {
    transform: rotateX(180deg);
}

.category-link, .category-link-mob {
    color: #fff;
    opacity: 0.9;
    cursor: pointer;
    font-weight: 500;
}

.category-link:hover, .category-link-mob:hover {
    color: #fff ;
    text-decoration: underline;
}

.selected-category > div > .category-link {
    color: #fff;
}

.subcategory {
    padding: 10px 20px 10px 30px;
}

.subcategory.selected-category > .category-link {
    color: #fff;
}


#rules {
    position: absolute;
    top: 0;
    width: 100%;
}

#rules-content {
    height: 460px;
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

#rules-content > p, .os-content > p {
    text-indent: 20px;
    text-align: justify;
    padding: 0 20px;
}

/*
.enter-btn:hover {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.3);
}
*/


.modal {
    border-radius: 20px;
}

.modal .modal-footer {
    border-radius: 0 0 20px 20px;
}

.btn {
    border-radius: 8px;
}

.search-outer {
    float: right !important;
    margin-right: 20px;
}



.search-container{
    left: 50%;
    transform: translateX(calc(-50% - 132px));
}

@media
only screen and (max-width: 600px),
(min-device-width: 600px) and (max-device-width: 1024px)  {
    .search-container {
        margin-top: -4px;
        left: 50%;
        transform: translateX(calc(-50% - 85px));
    }

}


.search-outer {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.search-btn {
    cursor: pointer;
    position: absolute;
    height: 36px;
    width: 36px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #2196f3;
    top: 16px;
    right: -36px;
    padding: 0;
}


.no-hover:hover {
    background-color: unset;
    box-shadow: unset;
}

.user-icon {
    top: 3px;
}

.enter-btn {
    right: 50px;
}

@media only screen and (min-width: 992px) {
    .user-icon {
        top: 50px;
    }

    .enter-btn {
        right: 0;
    }
}

#dropdown4 {
    top: 100% !important;
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 10%;
    left:7%;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #9e9e9e !important;
}

.material-tooltip {
    border-radius: 8px;
}


.btn.yellow, #open-compete {
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

ul#nav-mobile > li > a {
    color: rgba(0, 0, 0, 0.87);
    line-height: 60px;
}



.footer-main {
    background-color: #181818 !important;
}

.footer-secondary {
    background-color: #202020 !important;
    padding: 0 !important;
    line-height: 32px;
}

.footer-line {
    width: 100%;
    height: 3px;
    background-color: #1eb3ed;
}


@media only screen and (min-width: 992px) {
    .footer-line {
        max-width: 360px;
    }
}


.footer-secondary img, #socials img {
    height: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#socials a {
    margin: 0 10px 0 0 !important;
    line-height: 30px !important;
}

.soc-fb,
.soc-vk,
.soc-inst,
.soc-ok,
.soc-tw,
.soc-y,
.soc-tg,
.soc-tt,
.soc-facebook,
.soc-instagram,
.soc-youtube,
.soc-twitter,
.soc-telegram,
.soc-tiktok  {
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-radius: 50%;
    line-height: 33px;
    text-align: center; 
    transition: background-color 0.4s ease-out;
    margin: 0 5px;
    padding: 0;
    filter: invert(0);
}

.soc-fb.--black img,
.soc-vk.--black img,
.soc-inst.--black img,
.soc-ok.--black img,
.soc-tw.--black img,
.soc-y.--black img,
.soc-tg.--black img,
.soc-tt.--black img {
    filter: invert(0.8);
    transition: filter 0.1s ease-out;
}

.soc-fb.--black:hover img,
.soc-vk.--black:hover img,
.soc-inst.--black:hover img,
.soc-ok.--black:hover img,
.soc-tw.--black:hover img,
.soc-y.--black:hover img,
.soc-tg.--black:hover img,
.soc-tt.--black:hover img {
    filter: invert(0);
}

.soc-tg:hover,
.soc-telegram:hover {
    background-color: #0088cc;
}


.soc-fb:hover,
.soc-facebook:hover {
    background-color: #4d76a1;
}

.soc-vk:hover {
    background-color: #3b5998;
}

.soc-ok:hover {
    background-color: #f99400;
}

.soc-tt:hover {
    background-color: #fe2c55;
}

.soc-inst:hover,
.soc-instagram:hover {
    background-color: #6a453b;
}

.soc-y:hover,
.soc-youtube:hover {
    background-color: #ff0000;
}

.soc-tw:hover,
.soc-twitter:hover {
    background-color: #1da1f2;
}

.copyright-text {
    display: inline-block;
}

.copyright-text a:hover {
    text-decoration: underline;
}


.copyright-text {
    font-size: 12px;
}

@media only screen and (max-width: 602px) {
    .copyright-text {
        font-size: 12px;
    }
}

.imagelist {
    text-align: center;
}

.imagelist li {
    display: inline-block;
}

.footer-links-title {
    width: 100%;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
}

.footer-link {
    line-height: 16px;
    transition: color 0.4s ease-out;
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}

.footer-link:hover {
    color: #fff !important;
}

.phone-text {
    white-space: nowrap;
}

html body .bvi-body[data-bvi-theme='white'] .drag-target {
    background: transparent !important;
}

html body .bvi-body[data-bvi-theme='white'] .soc-fb,
html body .bvi-body[data-bvi-theme='white'] .soc-vk,
html body .bvi-body[data-bvi-theme='white'] .soc-inst,
html body .bvi-body[data-bvi-theme='white'] .soc-ok {
    background-color: black !important;
    line-height: 180% !important;
}


html body .bvi-body[data-bvi-theme='white'] .page-footer img {
    background-color: black !important;
}


.pagination li {
    border-radius: 8px;
}

.z-depth-1 {
    -webkit-box-shadow: 
        0 0 2px 0 rgb(0 0 0 / 14%), 
        0 1px 5px 0 rgb(0 0 0 / 12%), 
        0 0 1px -2px rgb(0 0 0 / 20%);
    box-shadow: 
        0 0 2px 0 rgb(0 0 0 / 14%), 
        0 1px 5px 0 rgb(0 0 0 / 12%),
        0 0 1px -2px rgb(0 0 0 / 20%);
}


td, th {
    border-radius: 0;
}