.pointer {
    cursor: pointer;
}

.background-shuddler {
    height: 100vh;
    background: url('../images/background.jpg') center center no-repeat/cover;
    background-color: black;
    background-position-y: 80px;
}

.m-show,
.m-show-flex {
    display: none;
}

/* .center-items {
    display: flex;
    justify-content: center;
} */

.login-container.container {
    max-width: 750px !important;
}

.login-form {
    margin-top: 50px;
    width: 75%;
}

.login-form input,
.login-form select {
    font-size: 18px;
}

.search {
    width: 45%;
    border: none;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    padding: 10px;
}

.white-link {
    color: white;
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}

.login-container {
    padding-top: 75px;
    height: 100%;
    width: 100%;
    background: transparent;
    color: white;
    max-width: 750px;
}

/* .login-button {
    width: 160px;
    padding: 10px;
    border: 2px solid deepskyblue;
    background-color: transparent;
    color: deepskyblue;
    font-weight: bold;
    transition: 0.2s ease-in-out;
}

.login-button:hover {
    border: 2px solid deepskyblue;
    cursor: pointer;
    background-color: deepskyblue;
    color: black;
} */

/* .login-input,
.login-input:hover,
.login-input:focus,
.login-input:active {
    background: transparent;
    color: white;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #adb5bd;
    outline: 0;
    width: 30%;
    padding: 10px;
}

.login-input:hover,
.login-input:focus,
.login-input:active {
    border-bottom: 1px solid white;
} */

.slider {
    height: 350px;
    position: relative;
}

.carousel-indicators li {
    border-radius: 50px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent;
    border: 2px solid white;
    outline: 0 !important;
}

.main-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 78%;
    padding-top: 40px;
}

.main-text {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 250px;
    color: white;
    font-weight: bold;
}

.nav-bar {
    width: 100%;
    height: 7%;
    box-sizing: border-box;
    background-color: #212934;
    z-index: 100;
    margin: 0;
}

.nav-bar ul {
    display: flex;
    margin: 0;
    padding: 0 20px;
}

.nav-bar ul li {
    display: block;
    color: grey;
    padding-right: 10px;
    list-style: none;
    font-size: 15px;
    line-height: 67px;
    margin: 0px 3px;
}

.nav-bar ul li:hover {
    cursor: pointer;
    color: white;
}

/* .router-container {
    background-color: white;
    padding: 20px;
    width: 100%;
    min-height: 80vh;
    padding-top: 40px;
    margin-bottom: 50px;
} */

.nav-bar a {
    color: white
}

.nav-bar a:hover {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.no-bg {
    background: none !important;
}

.tooltip-error {
    padding: 5px;
    color: indianred;
    white-space: nowrap;
}

.input-cont {
    padding: 0px 11px;
}

.form_input {
    background: transparent;
    border: 1px solid #b1b1b1;
    padding: 2%;
    width: 100%;
    margin: 0px 5px;
}

span.empty-list {
    color: lightslategray;
}

.fx-1 {
    flex: 1
}

.fx-05 {
    flex: 0.5;
}

.fx-07 {
    flex: 0.7;
}

.fx-03 {
    flex: 0.3;
}

.fx-01 {
    flex: 0.1;
}

.fx-09 {
    flex: 0.9
}

.fx-05_mg-lr-5 {
    flex: 0.5;
    margin: 0 3px;
}

.fx-05_mg-lr-5 .vdatetime,
.fx-05_mg-lr-5 .vdatetime-input,
.fx-05_mg-lr-5 .dropdown {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.event-cont {
    height: 250px;
    width: 200px;
    padding: 2px;
}

.news-cont {
    height: 200px;
    padding: 2px;
}

/* .event-card {
    background-color: #f6f6f6;
    height: 100%;
    padding: 10px 1px;
} */

.event-image {
    height: 65%;
    width: 100%;
    object-fit: scale-down;
}

.event-image-cont {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.event-image-cont .event-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* .footer {
    margin: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 8vh;
    background-color: #212934;
    padding: 4px;
}

.footer-link {
    color: grey !important;
}

.footer-link:hover {
    cursor: pointer !important;
    color: white !important;
}

.footer-logo-container {
    display: flex;
    justify-content: center;
    height: 6vh;
} */

/* .form-control {
    border-radius: 0px !important;
    padding: 5px !important;
} */

.form-confirm,
.form-back {
    padding: 7px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: white;
    min-width: 100px;
}

.form-confirm {
    background-color: #3fa9f5c4;
}

.form-confirm:hover {
    background-color: #3fa9f5;
}

.form-back {
    background-color: #666;
}

.form-link a:hover {
    text-decoration: none;
    cursor: pointer;
    color: black
}

.info-nav {
    margin: 3% 0%;
    width: 100%;
    /* border-bottom: 1px solid lightgrey; */
    z-index: 100;
}

.info-nav ul {
    display: flex;
    left: 0;
    margin-bottom: 4px;
    flex-direction: row;
    justify-content: start;
    padding: 0;
    text-align: center;
}

.info-nav ul li {
    list-style: none;
}

.info-nav ul span {
    color: black;
    opacity: 0.7;
    list-style: none;
    margin-left: 9px;
    margin-right: 9px;
}

.info-nav ul li:hover {
    cursor: pointer;
    color: #3fa9f5;
}

.info-menu-active {
    color: #3fa9f5;
}

.info-menu {
    color: black;
    opacity: 0.7;
}

.form_select {
    width: 38%;
}

/* .form_container {
    margin-top: 5%;
    width: 100%;
    min-height: 400px;
} */

/* .post-wrapper {
    margin: 20px 0px;
} */

.post-cont {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* .form_container-fixed {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px;
} */

.palmares-entry {
    border-bottom: 1px solid grey;
}

.table-palmares tr {
    border-bottom: 1px solid grey;
}

.table-palmares td {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.post_input {
    border: none;
    padding: 1%;
    background: transparent;
}

.avatar-input {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    cursor: pointer;
    border: solid grey 1px
}

.spaced {
    text-align: center;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */

.image-column {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.image-column img {
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: middle;
}

.news-title {
    height: 15%;
    padding: 5px;
}

.news-description {
    height: 25%;
    padding: 5px;
}

.swiper-slide-active {
    margin-left: 80px;
    margin-right: 20px;
}

.dark-option option {
    background-color: black;
    color: white;
    border: 1px solid white;
}

.form_info {
    border-bottom: 1px solid grey;
}

.medal {
    width: 150px;
}

.medal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.date_picker {
    background-color: transparent;
    padding-right: 3px;
    border: 1px solid grey;
}

.vdatetime-input {
    background-color: transparent;
    padding-left: 3px;
    border: 1px solid grey;
}

.text_box {
    background-color: transparent;
    border: 1px solid grey;
    width: 100%;
}

.textarea-comment {
    width: 435px;
    height: 100px;
}

.comment {
    margin: 10px;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    padding: 2%
}

.comment-arrow-right {
    margin-left: 0px;
    position: relative;
    top: 2px;
    right: 21px;
    font-size: 30px;
}

.comment-arrow-left {
    margin-left: 0px;
    position: relative;
    top: 2px;
    left: 26px;
    font-size: 30px;
}

.frame {
    height: 50px;
    /* equals max image height */
    width: 50px;
    border-radius: 50%;
    white-space: nowrap;
    /* this is required unless you put the helper span closely near the img */
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 50%;
}

/* .avatar {
    vertical-align: middle;
    max-height: 48px;
} */

textarea {
    resize: none
}

.nav-carousel-cont {
    height: 28%;
    min-height: 300px;
}

/* POSITION CSS */

.mg-rl-20 {
    margin: 0px 20px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-r-25 {
    margin-right: 25px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-18 {
    margin-left: 18px;
}

.mg-lr-5 {
    margin: 0px 5px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-25 {
    margin-left: 25px;
}

.mg-b-3 {
    margin-bottom: 3px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-tr-15 {
    margin-top: 15px;
    margin-right: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-50 {
    margin-top: 50px;
}

.mg-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mg-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mg-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mg-tb-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.mg-tb-1 {
    margin-top: 1px;
    margin-bottom: 1px;
}

.mg-b-3 {
    margin-bottom: 3px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.mg-tb-20 {
    margin: 20px 0px;
}

.fxb-col,
.fxb-row,
.fxb-row-fluid {
    display: flex;
}

.fxb-col,
.fxb-col-cc,
.fxb-col-ss {
    flex-direction: column;
}

.fxb-row,
.fxb-row-cc,
.fxb-row-fluid {
    flex-direction: row;
}

.fxb-col-center,
.fxb-row-center {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.fxb-col-center-wrap,
.fxb-row-center-wrap {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fxb-row-right {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.fxb-col-cc,
.fxb-row-cc,
.fxb-row-fluid {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fxb-col-start {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.fxb-col-ss {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.fxb-row-start {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.fxb-col-center,
.fxb-col-center-wrap,
.fxb-col-start,
.fxb-col-start {
    flex-direction: column;
}

.fxb-row-center,
.fxb-row-center-wrap,
.fxb-row-start {
    flex-direction: row;
}

.fx-02 {
    flex: 0.2;
}

.fx-04 {
    flex: 0.4;
}

.fx-03 {
    flex: 0.3;
}

.fx-07 {
    flex: 0.7;
}

.fx-1 {
    flex: 1;
}

.fx-width-1 {
    flex: 1;
    align-self: stretch;
}

.fx-width-100 {
    width: 100%;
}

.fx {
    display: flex;
}

.fx-2 {
    flex: 2;
}

.fx-3 {
    flex: 3;
}

.pure-form select {
    height: initial;
}

.heigth-100 {
    height: 100%;
}

.height-30 {
    height: 30%;
}

.height-20 {
    height: 20%;
}

.height-80 {
    height: 80%;
}

.height-70 {
    height: 70%;
}

.height-100 {
    height: 100%;
}

.width-100 {
    width: 100%;
}

.width-200 {
    width: 200%;
}

.width-0 {
    width: 0px !important;
}

.width-50 {
    width: 50%;
}

.width-15 {
    width: 15%;
}

.width-85 {
    width: 85%;
}

.max {
    height: 100%;
    width: 100%;
}

/* .father {
    position: relative;
} */

.absolute {
    position: absolute
}

.height-80 {
    height: 80%;
}

.height-85 {
    height: 85%;
}

.mh-7 {
    height: 7%;
}

.h-93 {
    height: 93%;
}

.height-20 {
    height: 20%;
}

.carousel-inner {
    height: 100%;
}

.user-info-details .row {
    margin: 7px 0px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-l-5 {
    margin-left: 5px;
}

.form * {
    border-radius: 0px !important;
}

/* COLORS */

.tx-bold {
    font-weight: bold;
}

.tx-small {
    font-size: 13px;
}

.tx-m {
    font-size: 18px;
}

.tx-l {
    font-size: 22px;
}

.tx-xl {
    font-size: 30px;
}

.tx-xxl {
    font-size: 46px;
}

.tx-white {
    color: white;
}

.tx-blue {
    color: #3fa9f5;
}

.blue-bg {
    background-color: #3fa9f5
}

.tx-grey {
    color: #dadada;
}

.grey-bg {
    background-color: #dadada;
}

/* .tx-soft-grey {
    color: #f6f6f6;
}

.soft-grey-bg {
    background-color: #f6f6f6;
} */

.tx-dimmed {
    color: dimgray;
}

.tx-primary-dark {
    color: #212934;
}

.white-bg {
    background-color: white;
}

.primary-dark-bg {
    background-color: #212934;
}

/* OVERRIDE CAROUSEL CSS */

.img-fluid {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.carousel-item {
    height: 100%;
}

.logo-nav-cont {
    height: 100%;
    padding: 3px;
}

.logo-nav {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
}

.active-route {
    color: #3fa9f5 !important;
    font-weight: bold;
}

.line-photo-cont {
    height: 30%;
    max-height: 30%;
    padding: 2%
}

.photo-cont {
    background-color: lightgrey;
    padding: 2%;
    margin-right: 2%;
}

.photo-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-post {
    border-bottom: 1px solid lightgrey;
    margin: 10px 0;
}

.posts-cont {
    padding: 5px 10px;
}

/* .user-avatar {
    padding-bottom: 1px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid grey;
    object-fit: cover;
} */

.create-event-cont .fxb-row-cc {
    margin: 10px 0;
}

.vdatetime-input {
    border: none;
}

.v-select .dropdown-toggle {
    border: none !important;
    padding: 0px !important;
}

.social-menu-cont li {
    list-style-type: none;
    cursor: pointer;
}

.users-chat-cont {
    height: 89%;
    overflow-x: auto;
}

.chat-contact-info {
    border-left: 0.5px solid #dadada;
}

.chat-cont {
    height: 600px;
}

.create-group-cont {
    padding: 15px;
}

.group-image-uploader {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.group-image {
    object-fit: cover;
    border-radius: 50%;
}

.chat-info-main-cont {
    padding: 0px 10px;
}

.input-nkd {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: dimgray;
    outline: none;
}

.search-chat-query {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: white;
    border-bottom: 1px solid lightslategray;
}

.pad-15 {
    padding: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pad-10-5 {
    padding: 10px 5px;
}

.no-pad {
    padding: 0px !important;
}

.nkd-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.send-message-btn {
    color: #3fa9f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.users-chat-cont.col-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.create-message {
    min-height: 50px;
}

.send-message-btn {
    max-width: 40px;
}

/* .chat-form {
    border-top: 1px solid lightgray;
} */

/* .chat-title {
    color: white;
    font-size: 16px;
    margin: 0px 20px;
} */

.send-message-btn i:hover {
    color: #3fa9f5;
}

.send-message-btn:focus {
    outline: 0;
}

/* .foreign-message {
    justify-content: flex-start;
} */

/* .local-message,
.local-msg-cons {
    justify-content: flex-end;
} */

/* .foreign-message,
.local-message,
.local-msg-cons {
    align-items: center;
} */

/* .user-chat {
    color: white;
    padding: 10px;
    position: relative;
}

.user-chat:hover,
.user-chat-active {
    cursor: pointer;
    background-color: rgba(66, 69, 75, 0.87);
    transition: 0.2s ease-in-out;
}

.user-chat p {
    margin: 0px;
    margin-left: 10px;
    font-size: 15px;
} */

.chat-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    color: white;
}

.chat-avatar-online::after {
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    background-color: rgb(47, 168, 47);
    border-radius: 50%;
    bottom: 8px;
    left: 11px;
    position: absolute;
}

/* .notification-badge {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    background-color: #c3320e;
    margin-left: auto;
} */

.fx-mv-end {
    margin-left: auto;
}

.chat-actions .dropdown-toggle {
    background-color: transparent;
    border: 0px;
}

.chat-list {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/* .talk-bubble {
    display: inline-block;
    position: relative;
    max-width: 50%;
    min-width: 10%;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    padding: 0.5px 5px;
}

.talk-bubble-foreign {
    background-color: white;
}

.talk-bubble-local .talktext {
    padding-right: 30px;
}

.talk-bubble-local {
    background-color: #8ac66d;
} */

.shadow {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
}

/* .post-avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%
} */

/* Right triangle placed top left flush. */

/* .tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
} */

.tri-right.left-top:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 11px solid white;
    border-top: 0px solid white;
    border-bottom: 15px solid transparent;
    left: -17px;
    top: 0px;
}

.tri-right.right-in:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #8ac66d;
    border-right: 10px solid transparent;
    border-top: 15px solid #8ac66d;
    border-bottom: 15px solid transparent;
    right: -6px;
    top: 0px;
}

/* .talktext {
    margin: 5px 0px;
    text-align: left;
} */

.border {
    border: 8px solid #666;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none !important;
    padding: 0 !important;
}

.select-error {
    border: 1px solid red !important;
}

/* .talktext {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    word-break: break-word;
} */

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-image-medium {
    width: 35%;
    height: 100%;
    object-fit: contain;
}

/* .logo-image-small {
    height: 100%;
    width: 20%;
    object-fit: contain;
} */

l .footer-logo {
    padding: 4px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.z-101 {
    z-index: 101;
}

.z-102 {
    z-index: 102;
}

.m-avatar {
    object-fit: cover;
}

.abs-edit-top {
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 23px;
}

.edit-profile-cont {
    width: 65%;
    background-color: #f6f6f6;
}

.dropdown-toggle::after {
    display: none !important;
}

/* Responsive layout - makes a two column-layout instead of four columns */

/* @media screen and (max-width: 1366px) {
    .nav-carousel-cont {
        height: 300px;
    }

    .main-img {
        padding: 3% 0px;
        height: 100%;
    }

    .nav-bar {
        bottom: -20%;
    }
    #carousel1 {
        display: none;
    }

    .router-container {
        padding-top: 36px;
    }

    .m-hide {
        display: none !important;
    }

    .fx-m-width_max {
        flex: 1 !important;
        width: 100% !important;
        max-width: 70% !important;
    }
} */

/* @media screen and (max-width: 900px) {
    .fx-m-width_max {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .image-column {
        flex: 50%;
        max-width: 50%;
    }

    .nav-carousel-cont {
        display: none;
    }

    .container {
        height: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nav-bar {
        background-color: white;
    }

    .image-column {
        flex: 100%;
        max-width: 100%;
    }

    .m-show {
        display: block;
    }

    .m-show-flex {
        display: flex
    }

    .mobile-logo {
        margin: 0 auto;
        object-fit: contain;
        padding: 8px 0px;
    }

    .side-menu-btn {
        color: #3fa9f5;
        font-size: 20px;
        top: 0;
        left: 0;
        height: 100%;
        margin-left: 10px;
    }

    .side-menu-mobile-cont {
        top: 0;
        left: -100%;
        background-color: white;
        transition: 0.2s ease-in-out;
        z-index: 101 !important;
    }

    .side-menu-mobile-cont-helper {
        top: 0;
        left: 0;
        background-color: white;
        transition: 0.2s ease-in-out;
    }

    .side-menu-mobile {
        top: 0px;
        width: 85%;
        left: 0px;
        height: 100%;
        background-color: #212934;
        padding: 40px 14px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .side-menu-mobile li {
        color: lightgray;
        font-size: 18px;
        margin: 13px 0px;
        margin-left: 12px;
        transition: 0.2s ease-in-out;
    }

    .side-menu-mobile li span {
        margin-left: 10px;
    }

    .side-menu-mobile li i {
        font-size: 20px;
    }

    .mobile-user {
        margin: 30px 0px;
    }

    .mobile-user span {
        font-size: 19px;
        color: #666;
    }

    .mobile-user-avatar {
        height: 100%;
        width: 100%;
        background-color: lightgrey;
    }

    .mobile-user-avatar-cont {
        height: 65px;
        width: 65px;
        background-color: transparent;
        border: 1px solid #3fa9f5;
        padding: 2px;
        margin-bottom: 10px;
    }

    .circle {
        border-radius: 50%;
    }

    .dot-border {
        border: 1px dashed lightgray;
        width: 100%;
        height: 1px;
        margin: 28px 0px;
    }

    .mobile-logout {
        bottom: 15px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .mobile-logout li {
        color: rgba(245, 0, 0, 0.67);
        font-size: 21px;
    }

    .router-container {
        overflow-y: auto;
        overflow-x: hidden;
        height: 93vh;
        padding-left: 8px;
        padding-right: 8px;
    }

    .info-menu {
        padding: 3px;
        color: #3fa9f5;
        background-color: white;
        border: 2px solid #3fa9f5;
        transition: 0.1s ease-in-out;
    }

    .info-menu-active {
        padding: 3px;
        background-color: #3fa9f5;
        color: white !important;
    }

    .info-nav {
        border: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .info-nav::-webkit-scrollbar {
        width: 0px;
        //remove scrollbar space
        background: transparent;
        //optional: just make scrollbar invisible
    }

    //optional: show position indicator in red
    .info-nav::-webkit-scrollbar-thumb {
        background: #FF0000;
    }

    .info-nav ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        user-select: none;
        min-height: 45px;
        min-width: 100px;
        margin: 0px 4px;
    }

    .info-nav ul span {
        display: none;
    }

    .info-nav ul li:last-child {
        margin-right: 7px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 100%;
    }

    .col-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .user-info-details {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .user-info-details .row {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .m-circle {
        display: block;
        border-radius: 50%;
    }

    .avatar-cont {
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 85px;
        width: 85px;
    }

    .edit-profile-cont {
        width: 100%;
        background-color: white;
    }

    .chat-cont {
        height: 100%;
        padding: 15px 0px;
        overflow-x: hidden;
    }

    .back-to-chat {
        border: 2px solid #3fa9f5;
        color: #3fa9f5;
        background-color: white;
        margin-bottom: 10px;
        font-size: 17px;
        padding: 10px 5px;
        transition: 0.2s ease-in-out;
    }

    .back-to-chat:hover {
        background-color: #3fa9f5;
        color: white;
        cursor: pointer;
    }

    .user-chat-abs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
    }

    .chatbox-abs {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 90%;
    }

    .fxb-row-fluid {
        flex-direction: column;
    }
} */

.cover-box {
    text-align: center;
    width: 1140px;
    height: 250px;
}

.cover-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 4%;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 6px 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    left: 0;
    width: 34px;
    height: 75%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */

/* .loginBtn--facebook {
    border-radius: 0;
    width: fit-content;
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
} */

.form_input .vdatetime-input {
    width: 100%;
}

div.vdatetime.form_input.h-100>input.vdatetime-input {
    height: 100%;
}

.localization-flags {
    position: fixed;
    right: 20px;
    bottom: 10px;
    margin-right: 6px;
}

/* .flag-icon {
    margin-bottom: 4px;
    width: 30px;
    opacity: 0.5;
    cursor: pointer;
} */

.flag-icon.selected {
    opacity: 1 !important;
}

.hovered:hover {
    color: deepskyblue;
}

.dropdown.dropdown-menu {
    z-index: 9999 !important;
}

<<<<<<< HEAD .notification-slot {
    background: grey;

    =======.notification-slot {
        background: #f6f6f6;
        >>>>>>>80df6d6a565f6e1615e4c15743195e5d780253de margin-top: 60%;
        width: 30px;
        height: 30px;
        padding-left: 25%;
        border-radius: 50%;
    }

    /* <<<<<<< HEAD=======.notification-box {
        background: #f6f6f6;
        z-index: 101;
        position: absolute;
        height: 13rem;
        width: 25rem;
        overflow-y: scroll;
    } */

    .shadow {
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 3px 3px 5px 6px #ccc;
    }

    .arrow-up {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f6f6f6;
        margin-left: 15.7rem;
    }

    .new-badge {
        border-radius: 50%;
        border: 5px solid #3490dc;
        height: 5px;
        align-items: center;
        margin-top: 1rem;
    }

    .notification-frame {
        height: 35px;
        /* equals max image height */
        width: 35px;
        border-radius: 50%;
        white-space: nowrap;
        /* this is required unless you put the helper span closely near the img */
        text-align: center;
        margin: 1em 0;
    }

    #notification_scrollbar::-webkit-scrollbar {
        width: 0 !important
    }


    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    >>>>>>>80df6d6a565f6e1615e4c15743195e5d780253de
