@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@font-face {
    font-family: "Snell Roundhand LT W01 Script";
    src: url("font-family/1047e3d8132b7b57cbe85218d211fb63.eot");
    /* IE9*/
    src: url("font-family/1047e3d8132b7b57cbe85218d211fb63.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("font-family/1047e3d8132b7b57cbe85218d211fb63.woff2") format("woff2"),
        /* chrome、firefox */
        url("font-family/Savoye LET Plain1.0.woff") format("woff"),
        /* chrome、firefox */
        url("font-family/1047e3d8132b7b57cbe85218d211fb63.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("font-family/1047e3d8132b7b57cbe85218d211fb63.svg#Snell Roundhand LT W01 Script") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Savoye LET Plain';
    font-style: normal;
    font-weight: normal;
    src: local('Savoye LET Plain'), url('font-family/Savoye LET Plain1.0.woff') format('woff');
}

body {
    background: transparent;
    font-size: 1.5vh;
}

.flex {
    display: flex;
}

.m-auto {
    margin: auto;
}

.v-mid-align {
    vertical-align: middle;
}

.v-center {
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
    width: 20vw !important;
}

.w-max-550 {
    max-width: 550px;
}

.w-max-350 {
    max-width: 350px;
}

.p-l-none {
    padding-left: 0px;
}

.p-r-none,
.m-p-r-none {
    padding-right: 0px;
}

.p-t-none {
    padding-top: 0px !important;
}

.p-b-none {
    padding-bottom: 0px !important;
}

.sm-padder-v {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.sm-padder {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.bg-gray {
    background: #e3e3e3;
}

.bg-transparent {
    background-color: transparent !important;
}

.bdr-gray {
    border-color: #c4c4c4;
    border-width: 1.5px;
}

.color_1 {
    color: #3f51b5 !important;
}

.color_2 {
    color: #1b4ea9 !important;
}

.color_3 {
    color: #646680 !important;
}

.f-10 {
    font-size: 10px !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #1b4ea9 !important;
}

.border-1 {
    border: 1px solid #1b4ea9 !important;
}

textarea {
    resize: none;
}

.auth-form input {
    border: none !important;
    border-bottom: solid 1px #cbcbcb !important;
    border-radius: 0px !important;
}

.bg-white {
    background: #fff !important;
}

.auth-form .btn {
    padding: 1px 45px;
}

.navbar-brand img {
    max-height: 50px;
}

.app-aside-fixed .app-header .navbar-header {
    background-color: #fff !important;
}

.logo-img {
    max-width: 233px;
}

.bg-aside {
    background: #3f51b5;
}

.bg-tbcolor {
    background-color: #f0f3f4;
}

@media only screen and (min-width: 650px) {
    .w-max-450 {
        width: 450px;
    }

    .t-c {
        text-align: center;
    }

    .navbar-brand img {
        display: none;
    }

    .nav-brand img {
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .navbar-header button i {
        color: #1b4ea9;
    }

    .navi {
        margin-top: 50px;
    }

    .navbar-brand img {
        display: block;
    }

    .nav-brand img {
        display: none;
    }
}

.app-header-fixed .app-header {
    padding: 10px 0px;
    background: #fff;
    border-top: 2px solid #3f4a8e;
    border-bottom: 2px solid #3f4a8e;
    box-shadow: 1px 9px 5px #00000057;
}


/* .app-aside-fixed .aside-wrap {
     top: 80px;
}
 */

.tl0 {
    top: 0;
    left: 0;
}

.tl0.btn:hover,
.tl0.btn:focus,
.tl0.btn.focus {
    color: #fff !important;
}

.navi ul.nav li a {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 15px;
    color: #1b4ea9;
    text-align: left;
}

.navi ul.nav li.active a,
.app-aside-folded .nav li.active {
    /*background: #a0a8d7 !important;*/
    background: #fff !important;
}

.navi ul.nav li.active a p {
    color: #1b4ea9 !important;
    font-weight: bold;
    font-size: 14px;
}

.navi ul.nav li a i {
    color: #1b4ea9;
}

.navi ul.nav li.active a {
    background: #1b4ea9;
    color: #1b4ea9;
}

.navi ul.nav li.active a i {
    color: #fff;
}

.nav {
    padding: 0px 0px;
}

.sml-pd {
    padding: 8px;
}

.icon-holder {
    position: relative;
    /* float: left; */
    width: auto;
    margin: -10px -10px;
    /* margin-right: 5px; */
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    margin-left: -15px;
}

.menu-icon {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}

.lh-2rem {
    line-height: 2rem !important;
}


/* .menu-icon:hover {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}*/

.r-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.r-b-none {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.r-b-6x {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.r-bl-6x {
    border-bottom-left-radius: 6px;
}

.r-br-6x {
    border-bottom-right-radius: 6px;
}

.bg-dark {
    background-color: #394366 !important;
    color: #fff !important;
}

.bg-black {
    background-color: #000000 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.CP-img {
    width: 150px;
    max-width: 100%;
}

.Pf-img {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    border: 1px solid #3f51b5;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
}

.Pf-img-edit {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 24px;
    width: 24px;
}

.gp-img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    border: 1px solid #3f51b5;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
}

.gp-img-edit {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 16px;
    width: 16px;
}

.item-img-delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    z-index: 100;
    cursor: pointer;
}

.img-ico {
    height: 20px;
    width: 20px;
}

.s-lable {
    padding-left: 90px !important;
}

.min-w-60 {
    min-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    /*direction: rtl;
     */
    text-align: left;
}

.ev-des {
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}

.dist-ico {
    right: 15px;
    top: 10px;
    z-index: 10;
    cursor: pointer;
}

.dist-ico img {
    width: 16px;
    height: 16px;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #98a6ad;
}


/* align glyph */

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 15px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.app-aside-folded .icon-holder {
    display: block !important;
}


/*.app-aside-folded .active .icon-holder {
     background: #1B4EA9;
     line-height: 25px;
}
 */

.list-none {
    list-style: none;
}

.app-aside-folded .navi ul.nav li a {
    background: transparent !important;
    padding: 20px;
}


/*.app-aside-folded .navbar-brand img {
     max-height: 33px;
}
 */

.app-aside-folded .navi-wrap .nav {
    padding: 0px;
}

.app-aside-folded .aside-wrap .nav li {
    padding: 14px 0px;
    /*border-bottom: 1px solid #6475d79e;*/
    border-bottom: 1px solid #ffffff;
}

.app-aside-folded .menu-icon {
    width: 32px;
    height: auto;
    margin-top: 15px;
}

.app-footer {
    z-index: 1015;
}

.modal-open .modal {
    background: #00000030;
    z-index: 1024 !important;
}

.pac-container {
    z-index: 1051 !important;
}

.dist-img {
    height: 70px;
    width: 70px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.dis-name {
    display: block;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 20px;
}

.dis-descr {
    word-break: break-all;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.app-footer {
    /* position: fixed; */
    bottom: 0px;
    margin-left: 0px !important;
}

.panel-tab {
    padding: 2px 12px;
    border-radius: 10px 10px 0px 0px;
    color: #fff !important;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: transparent;
}

.panel-tab.active,
.panel-tab:hover {
    padding: 2px 12px;
    border-radius: 10px 10px 0px 0px;
    background: #ffffff !important;
    font-weight: bold;
    color: #1b4ea9 !important;
}

.logo-area {
    height: 120px;
    width: 120px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.usr-img {
    height: 70px;
    width: 70px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.mbit-dt {
    color: #1b4ea9;
    font-size: 10px;
    max-width: 65%;
}

.read_more {
    background: #fff;
    border: 1px solid #3f51b5;
    color: #3f51b5 !important;
}

.mbit-img {
    /*height: 200px;*/
    max-width: 100% !important;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 100%;
    border: 1.5px solid #b2b3b678;
}

.mbit-img video {
    width: 100%;
    align-content: center;
    display: flex;
    height: inherit;
}

.mbit-img video {
    object-fit: cover;
}

.mbit-img {
    height: 140px;
}

.mbite-img {
    height: 168px;
    width: 180px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    border-radius: 6px;
    max-height: auto;
    min-width: 100%;
    border: 1.5px solid #b2b3b678;
}

.mbit-venue {
    height: 150px;
    width: 200px;
    max-height: auto;
    color: #fff;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
}

.bdr-bg1 {
    border: 1px solid #1b4ea9;
}

.bdrc-bg1 {
    border-color: #1b4ea9;
}

.c-bg-1 {
    color: #1b4ea9 !important;
}

.c-bg-2 {
    color: #fa9f34 !important;
}

.bdrc-bg-2 {
    border-color: #3f51b5 !important;
}

.bdrc-bg2 {
    border-color: #fa9f34 !important;
    color: #fa9f34 !important;
}

.border-yellow {
    border-color: #fa9f34 !important;
}

.d-f {
    display: flex !important;
}

.middle-cnt {
    display: inline-block;
    margin: auto;
}

.fc-toolbar {
    background: #fff !important;
}

.fc-toolbar h2 {
    font-size: 15px !important;
    color: #3f51b5 !important;
}

.fc-state-default {
    color: #333 !important;
    height: auto !important;
    padding: 0px 11px !important;
    margin-top: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.fc-state-active {
    background: #3f51b5 !important;
    height: auto !important;
    padding: 0px 11px !important;
    margin-top: 10px !important;
    border: 1px solid #3f51b5 !important;
    color: #fff !important;
}

.fc-prev-button,
.fc-next-button {
    background: #3f51b5 !important;
    color: #fff !important;
    padding: 0px 11px !important;
    margin-right: 10px !important;
    height: auto !important;
    margin-top: 10px !important;
    color: #fff !important;
}

.fc-right {
    margin-left: 10px !important;
}

.bg-main1 {
    background-color: #3f51b5 !important;
    color: #fff !important;
}

.bg-main2 {
    background-color: #3f4a8e !important;
    color: #fff !important;
}

.color-main-1 {
    color: #3f51b5 !important;
}

.color-main-2 {
    color: #1b4ea9 !important;
}

.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.5);
    color: #fa9f34;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-time-picker tr:first-child {
    display: none;
}

.form-time-picker tr:last-child {
    display: none;
}

.cursor {
    cursor: pointer;
}

input:read-only {
    background-color: #fff !important;
}

.padd-xs {
    padding: 3px 6px;
}

.padd-xxs {
    padding: 1px 3px;
}

.p-event-auto {
    pointer-events: auto !important;
}

.right-none {
    right: 0px !important;
}

.text-too-small {
    font-size: 9px;
}

.messenger .message-wrap .message {
    position: relative;
    width: auto;
    max-width: 80%;
    float: left;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.message-head h2 {
    font-size: 16px;
    margin: 0px;
    color: #fff;
}

.message .info:before {
    position: absolute;
    left: -10px;
    bottom: 10px;
    content: "";
    border-right: 10px solid #dfe4e8;
    border-top: 10px solid transparent;
}

.message .other-img {
    border-radius: 50%;
    width: 80px;
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    background: #fff;
    margin-right: 15px;
}

.message .info {
    margin: 0;
    width: 100%;
    float: left;
    color: #333;
    padding: 15px;
    position: relative;
    background: #dfe4e8;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.message .other-img img {
    width: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 100%;
}

.sender {
    width: 100%;
    float: left;
    background: #fff;
    z-index: 99999;
    /*overflow: hidden;
     */
    padding: 0px 15px;
    margin-bottom: 15px;
}

.sender .msg-text {
    width: calc(100% - 68px);
    float: left;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfe4e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 53px;
    padding: 0 15px;
}

.sender .msg-text .small-btn {
    width: 24px;
    height: 24px;
    float: left;
}

.sender input[type="text"],
.sender input[type="password"],
.sender textarea {
    background: #fff;
    border: 0;
    outline: none;
    width: 90%;
    max-height: 51px;
    position: relative;
    float: left;
    font-size: 16px;
    margin-bottom: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
    word-wrap: break-word;
}

.sender .chat-btn {
    width: 53px;
    height: 53px;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e8;
    color: #00c4e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.chat-wrap {
    background: #fff;
    display: inline-block;
}

.message-head {
    width: 100%;
    float: left;
    background: #1b4ea9;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.message-head .option {
    width: auto;
    float: right;
    height: 32px;
    display: flex;
    align-items: center;
}

.message-head .option img {
    width: 30px;
    float: right;
    margin-left: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.messenger {
    padding: 10px !important;
    width: 100%;
    float: left;
    background: #fff;
    min-height: calc(100vh - 267px) !important;
    max-height: calc(100vh - 267px) !important;
    /*overflow-x: hidden;
     overflow-y: auto;
     */
    -moz-appearance: none !important;
}

.messenger .message-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.sender .msg-text .small-btn i {
    color: #7e8ea4;
    font-size: 24px;
}

.sender .chat-btn i {
    color: #7e8ea4;
    font-size: 20px;
}

.messenger .message-wrap .message.me {
    float: right;
}

.messenger .message-wrap .message.me .info {
    color: #fff;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    background: #3f51b5;
}

.messenger .message-wrap .message.me .info:before {
    position: absolute;
    right: -10px;
    bottom: 10px;
    left: auto;
    content: "";
    border-left: 10px solid #3f51b5;
    border-right: 0;
}

.messenger .message-wrap .time-left {
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0 0 0;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.messenger .message-wrap .message .info img {
    width: auto;
    max-width: 150px;
    margin: 10px 0;
}

.scroller {
    height: calc(100vh - 213px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroller::-webkit-scrollbar-track,
.messenger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #e0ddd9;
    border-radius: 10px;
}

.scroller::-webkit-scrollbar,
.messenger::-webkit-scrollbar {
    width: 6px;
    background-color: #e0ddd9;
}

.scroller::-webkit-scrollbar-thumb,
.messenger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #fa9f344d;
}

.scroller,
.messenger {
    scrollbar-color: #e0ddd9 #e0ddd9;
}

.tbp-container {
    min-height: 173px;
    max-height: 173px;
    overflow: hidden;
}

.event-info-b .btn-warning:hover {
    cursor: none !important;
    background-color: #ec971f;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #ec971f;
    border-color: #ec971f;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #1b4ea9;
}

.fc-view-container {
    margin-bottom: 10px;
}

.calendar .fc-basic-view tbody .fc-row {
    min-height: 6em !important;
}

.dis-img {
    height: 110px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.dist-desc {
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}

.mebit-desc {
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    line-height: 14px;
    font-size: 10px;
}

.chatsearch {
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
}

.chat-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.chat-search-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: top center;
}

.bg-chat-active {
    /* background-color: #e4dede52; */
    background-color: #3f51b526;
}


/*.dash-2-div {
     min-height: 65vh;
     max-height: 65vh;
     height: 68vh;
}*/

.dash-3-div {
    min-height: 444px;
    max-height: 444px;
    height: 444px;
    display: block;
}

.slide-item {
    max-width: 250px;
}

.navi-wrap p {
    color: #fff;
    font-size: 12px;
    inline-size: max-content;
    margin-top: -10px !important;
    margin: auto;
}

.thumb-head {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
}

.panel-remover {
    background-color: transparent;
    border: none;
}

.slick-prev {
    left: -10px !important;
}

.slick-next,
.slick-prev {
    width: 10px !important;
    height: 40px !important;
    z-index: 100;
}

.slick-next {
    right: -12px !important;
}

.slick-disabled {
    opacity: 0.5;
}

.comment {
    width: 100%;
    float: left;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
    padding: 0px;
}

.comment .msg-text {
    width: calc(100% - 48px);
    float: left;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfe4e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
    padding: 0 15px;
}

.comment .msg-text .small-btn {
    width: 22px;
    height: 22px;
    float: left;
}

.comment input[type="text"],
.sender input[type="password"],
.sender textarea {
    background: #fff;
    border: 0;
    outline: none;
    width: 90%;
    max-height: 51px;
    position: relative;
    float: left;
    font-size: 14px;
    margin-bottom: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
    word-wrap: break-word;
}

.comment .chat-btn {
    width: 40px;
    height: 40px;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e8;
    background-color: #fa9f34;
    color: #fff !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.comment .msg-text .small-btn i {
    color: #c4c5c7;
    font-size: 24px;
}

.comment .chat-btn i {
    color: #fff !important;
    font-size: 20px;
}

.comment-img {
    border-radius: 50%;
    width: 80px;
    max-width: 40px;
    min-width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    background: #fff;
    margin-right: 15px;
}

.comment-img img {
    width: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 100%;
}

.comments {
    position: relative;
    width: auto;
    /* max-width: 80%;
     */
    float: left;
    font-size: 14px;
    display: flex;
    margin-bottom: 5px;
    margin-top: 10px;
}

.comment-info {
    margin: 0;
    width: 100%;
    float: left;
    color: #333;
    padding: 10px;
    position: relative;
    background: #dfe4e8;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    text-align: justify;
    min-width: 340px;
    max-width: 80%;
    font-size: 12px;
}

.reply_holder {
    position: relative;
    width: 80%;
    float: left;
    display: block;
}

.comment-ico {
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
}

.dist-ico i {
    font-size: 12px;
}

.chatter-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    float: left;
}

.chat-info-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: top center;
}

.i-checks input:checked+i {
    border-color: #3f51b5;
}

.i-checks input:checked+i:before {
    background-color: #1b4ea9;
}

.reply_holder .comment {
    max-width: 80%;
}

.mCustomScrollbar {
    /*height: 66vh !important;*/
    height: 76vh !important;
}

.mCustomScrollbar {
    height: calc(100vh - 174px) !important;
}

.mebit-whatsnew .mCustomScrollbar {
    height: calc(100vh - 187px) !important;
}

.app-content-body {
    padding-bottom: 41px;
    padding-top: 22px;
}

.panel {
    margin-bottom: 0px;
}

.panel-heading.p-b-none {
    border-bottom: 10px solid #fff;
}

.height_page {
    height: calc(100vh - 143px) !important;
}

.margin_mid {
    margin-top: calc(100vh - 200px) / 2 !important;
}

.auth-form .img-full {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: top center;
    margin: auto;
    margin-top: 20px !important;
}

@media (min-width: 768px) {
    .app-aside-folded .navbar-header {
        width: 260px;
    }

    /*.app-aside-folded .navbar-collapse {
         margin-left: 260px !important;
    }
     */
    .app-aside-fixed .aside-wrap .navi-wrap {
        width: 280px;
    }

    .mobile-visible {
        display: none;
    }
}

.app-content-body {
    padding-bottom: 4vh;
    padding-top: 3vh;
}

.panel {
    margin-bottom: 0px;
}

.panel-heading.p-b-none {
    border-bottom: 7px solid #fff;
}

.height_page {
    height: calc(100vh - 156px) !important;
}

.margin_mid {
    margin-top: calc((100vh - 200px) / 3) !important;
}

.wrapper-md {
    padding: 15px;
}

.chat-wrap .mCustomScrollbar {
    height: calc(100vh - 270px) !important;
}

.chat-wrap .user-list.mCustomScrollbar {
    height: calc(100vh - 187px) !important;
}

menu-icon {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}


/* .menu-icon:hover {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}*/

@media only screen and (max-width: 768px) {
    .mCSB_scrollTools a+.mCSB_draggerContainer {
        margin-left: 28px !important;
    }

    .m-p-r {
        padding-right: 15px !important;
    }

    .m-p-l {
        padding-left: 15px !important;
    }

    .m-p-n {
        padding: 0px !important;
    }

    .m-f-n {
        float: none !important;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0px !important;
    }

    .chat-wrap {
        height: auto !important;
    }

    .m-n-b {
        border: 0px none !important;
    }

    .web-visible {
        display: none;
    }

    .logo-area {
        margin: auto;
    }

    .comment .msg-text .small-btn i {
        font-size: 20px;
    }

    .modal-dialog {
        width: 92% !important;
        margin: 4%;
    }

    .event-info-b .btn-sm {
        font-size: 8px;
    }

    .gpm.mCustomScrollbar {
        height: 200px !important;
    }
}

.aside-wrap .mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}

.aside-wrap.mCustomScrollbar {
    height: calc(100vh - 134px) !important;
}

.modal-body .mCustomScrollbar {
    height: calc(100vh - 380px) !important;
}

.text-capt {
    text-transform: capitalize !important;
}

.r-menu {
    min-width: 120px;
    right: 0 !important;
    left: auto !important;
    top: 35px !important;
}

.text-white {
    color: #fff !important;
}

.cursor_p {
    cursor: pointer;
}

.chat_buble {
    background: #3f51b5;
    color: #fff;
}

.chat_buble:after {
    content: "";
    position: absolute;
    top: 0;
    left: 87%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #3f51b5;
    border-top: 0;
    margin-left: -15px;
    margin-top: -15px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

.message-action {
    min-width: 80px;
    right: 0 !important;
    left: auto !important;
    font-size: 12px;
}


/*.slick-track .dis-img {
     background-size: 100% 100%;
}*/

.top25 {
    top: 25px !important;
}

.wh15 {
    width: 15px !important;
    height: 15px !important;
}


/*.calendar-page .fc td {
     height: 15vh !important;
}*/

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background: #0f0e0ed4;
    border: 1.5px solid #220c0cd4;
    border-radius: 6px;
}


/* The icon inside the overlay is positioned in the middle vertically and horizontally */

.icon-overlay {
    color: #000;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.icon-overlay i {
    color: #fff;
}

.cover-img:hover .overlay {
    opacity: 0.8;
}

.cover-img {
    position: relative;
}

.anguvideo iframe,
.anguvideo embed,
.anguvideo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.preview-tooltip .tooltip-inner {
    background-color: #fa9f34 !important;
}

.preview-tooltip.top .tooltip-arrow {
    border-top-color: #fa9f34 !important;
}

.preview-tooltip.right .tooltip-arrow {
    border-right-color: #fa9f34 !important;
}

.preview-tooltip {
    opacity: 1 !important;
}

.opa-less {
    opacity: 0.5 !important;
}

.pre-wrap {
    white-space: pre-wrap;
}

.tbp-b-t {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-day-grid-event .fc-time {
    display: none;
}

.dis-img {
    height: 26vh;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2px;
    margin-top: 0px;
}

.background-3 {
    background-color: #3f51b5 !important;
    color: #fff !important;
}

.border-3 {
    border: 1px solid #2a50f1;
}

.promotion-area .panel,
.promotion-area .panel-heading {
    border: 0px;
}

.promotion-area .mebit-desc {
    min-height: 55px;
    max-height: 55px;
}

.navbar-right .nav-button {
    background-color: #3f4a8e;
    color: #fff !important;
    margin: 8px 5px;
    padding: 5px 10px !important;
    box-shadow: -5px 3px 6px #0d0d0d87;
}

.navbar-right .nav-button:hover {
    background-color: #3f4a8e !important;
    color: #fff !important;
    margin: 5px 5px;
    padding: 5px 10px !important;
    box-shadow: -5px 3px 6px #0d0d0d87;
}

.navbar-right .bg-yellow:hover {
    background-color: #fa9f34 !important;
}

.new-icon {
    float: left;
    position: absolute;
    top: -2px;
    width: 48px;
    left: -8px;
    z-index: 1000;
}

.top-caption {
    /* position: absolute;
     background: #3f51b5;
     top: -30px;
     right: 5%;
     left: 5%;
     border-radius: 6px;
     padding: 2px 15px;
     color: #fff;
     font-weight: bold; */
    position: absolute;
    background: #3f51b5;
    top: -22px;
    right: 5%;
    border-radius: 6px;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
}

.bdr-2px {
    border: 2px solid #3f51b5;
}

.bdr-1px {
    border: 1px solid #3f51b5;
}

.pad-left-30px {
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .p-xs-l {
        padding-left: 15px !important;
    }

    .p-xs-r {
        padding-right: 15px !important;
    }
}

.bg-main3 {
    background-color: #fa9f34 !important;
    color: #fff !important;
}

.bg-main4 {
    background-color: #f1592a !important;
    color: #fff !important;
}

.bdr-bg2 {
    border: 1px solid #3f4a8e !important;
}

.bdr-bg3 {
    border: 1px solid #fa9f34 !important;
}

.bdr-bg4 {
    border: 1px solid #f1592a !important;
}

.color_4 {
    color: #f1592a !important;
}

.newcalendar .fc-prev-button,
.newcalendar .fc-next-button {
    background: #fa9f34 !important;
    color: #fff !important;
    padding: 0px 11px !important;
    margin-right: 10px !important;
    height: auto !important;
    margin-top: 10px !important;
    color: #fff !important;
}

.newcalendar .fc-state-active {
    background: #fa9f34 !important;
    height: auto !important;
    padding: 0px 11px !important;
    margin-top: 10px !important;
    border: 1px solid #fa9f34 !important;
    color: #fff !important;
}

.height_150 {
    min-height: 150px;
}

.align-center {
    align-items: center;
    display: flex;
    text-align: center;
}

.height_350 {
    min-height: 350px;
}

.padder-2v {
    padding: 30px 0px;
}

.padder-v {
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.hover_color:hover {
    background: #f1592a !important;
}

.box_shade {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.btn_pad {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.black {
    background: #1e1e1e !important;
    color: #fff !important;
}

.align_center {
    display: flex;
    align-items: center;
}

.btn_1,
.btn_1:hover {
    background: #58585a;
    color: #fff;
}

.btn_2,
.btn_2:hover {
    background: #747474;
    color: #fff;
}

.btn_3,
.btn_3:hover {
    background: #9d9d9d;
    color: #fff;
}

.vt_center {
    top: 30%;
    width: 100%;
}

#new_car_sale,
#trade_in,
#after_sales {
    cursor: pointer;
}

.bg-main3 {
    background-color: #fa9f34 !important;
    color: #fff !important;
}

.bg-main4 {
    background-color: #f1592a !important;
    color: #fff !important;
}

.bdr-bg2 {
    border: 1px solid #3f4a8e !important;
}

.bdr-bg3 {
    border: 1px solid #fa9f34 !important;
}

.bdr-bg4 {
    border: 1px solid #f1592a !important;
}

.color-4 {
    color: #f1592a !important;
}

.event-page .panel-tab.active,
.event-page .panel-tab:hover {
    color: #F1592A !important;
}

.event-page .btn-warning {
    color: #ffffff !important;
    background-color: #fa9f34;
    border-color: #fa9f34;
}

.b-r-none {
    border-right: solid 1px #fff !important;
}

.color-main-3 {
    color: #fa9f34 !important;
}

.mebit-whatsnew .mCustomScrollbar {
    height: auto !important;
}

.whatsnew .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 78vh !important;
}

.new-home .whatsnew .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 74.15vh !important;
}

.mebit-ad .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 80.5vh !important;
}

.feed-area .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 74vh !important;
}

.mebit-ad .mCSB_container {
    margin-right: 0px !important;
}

.mebit-whatsnew .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 55vh !important;
}


/* .reminder-section .mCustomScrollbar {
     height: 57vh !important;
     margin-bottom: 1vh;
} */

.newcalendar .fc-view-container,
.sdgs-calendar .fc-view-container {
    margin-bottom: 12px !important;
}

.f12,
.h5 {
    font-size: 1.8vh;
}

.f13 {
    font-size: 2.8vh !important;
}

.f8 {
    font-size: 1.2vh;
}

.d_i_b {
    display: inline-block;
}

.d_b {
    display: block;
}

.m-b {
    margin-bottom: 2vh;
}

.m-t {
    margin-top: 2vh;
}

.m-b-xs {
    margin-bottom: 1vh;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

.m-t-xs {
    margin-top: 1vh;
}

.text-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mebit-ad .dis-img {
    height: 18vh !important;
}

.sdgs-btn {
    border-radius: 9px !important;
    box-shadow: 1px 5px 5px #00000057;
    vertical-align: middle;
    font-weight: bold;
    /* font-size: 16px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sdgs-btn img {
    height: 40px;
}

.sdgs-btn a {
    overflow: hidden;
    width: 100%;
}

.minus-mt-5 {
    margin-top: -5px !important;
    padding: 0px 6px !important;
}

.text-red {
    color: red !important;
}

.h-100 {
    height: 100px !important;
}

.h-60 {
    height: 60px !important;
}

.text-info {
    color: #23b7e5 !important;
}

.allign-center {
    align-items: center;
    display: flex;
}

.pre {
    white-space: pre !important;
}

#Bit_Foundation,
#Organization,
.cls-1268,
.cls-1267,
.cls-1266,
.cls-12,
.cls-9,
.cls-14,
.cls-15,
.cls-13,
.cls-11,
.cls-10,
.cls-8 {
    cursor: pointer;
}

.CommonModal .modal-content {
    padding: 50px;
}

.toyota {
    width: 100%;
    max-width: 200px;
}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar {
    float: right;
    min-height: auto;
}

.border-left {
    border-left: 2px solid #161717;
}

.tags {
    min-height: 50px;
    max-height: 50px;
}

.search_holder {
    position: relative;
}

.search_holder input {
    border-color: #000000;
    padding: 6px;
    padding-left: 30px;
}

.search_holder i {
    position: absolute;
    left: -1px;
    top: 8px;
    z-index: 10;
    color: #000000;
    font-size: 20px;
}

.cursor-no {
    cursor: default !important;
    background-color: #ffffff !important;
}

.pad-515 {
    padding: 5px 15px !important;
}


/*.overlay_search {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #000000e0;
    z-index: 10000;
}
.searcher
{
 z-index: 100000;
 position: fixed;
    top: 0px;
    left: 0px;    
    width: 100%;
}*/

@media only screen and (min-width: 994px) {
    .nav-brand img {
        max-width: 155px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .app-aside-folded .navbar-collapse {
        margin-left: 0px;
    }

    .navbar-collapse .navbar-right.nav>li>a {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }

    .nav-brand img {
        max-width: 100%;
    }

    .navbar-collapse .nav>li>a {
        font-size: 1vw;
    }
}

.color_blck {
    color: #000;
}

.title_list {
    min-height: 4.2vh;
}

.bdr_color {
    border-color: #1b4ea9 !important;
    border-width: 2px;
}

.m-t-xxs {
    margin-top: .5vh;
}

.text-xss {
    font-size: 11px;
    font-weight: bold;
}

.bdr_2p {
    border-width: 2px;
    border-color: #928d8d;
}

.bdr_1p {
    border-width: 1px;
    border-color: #928d8d;
}

.anguvideo {
    min-width: 100%;
    height: 200px;
}

.carousel-control {
    display: none;
}

.carousel-caption {
    left: 5% !important;
    right: 5% !important;
    background: #110f0f4a !important;
    cursor: pointer;
}

.new_custom_scroll {
    height: calc(100vh - 162px) !important;
}

.mbit-img:hover {
    transform: scale(1.05);
    transition: all .5s;
}

.mbit-img {
    transition: all .5s;
}

.new_box {
    max-width: 850px;
    margin: auto;
    border: 0px;
}

.max-80 {
    max-width: 80%;
}

.d-block {
    display: block;
}

.new_bax_shadow {
    box-shadow: 1px 3px 11px #0d0d0d26;
}

.winner {
    background: #00A1CD;
    color: #fff !important;
}

.winner_bg_1 {
    background: #DB6629 !important;
    color: #fff !important;
}

.winner_bg_2 {
    background: #155294 !important;
    color: #fff !important;
}

.winner_bg_3 {
    background: #DB3F38 !important;
    color: #fff !important;
}

.winner_bg_4 {
    background: #84BF42 !important;
    color: #fff !important;
}

.newb_t {
    border-top: 2px solid #61C5E0;
}

.newb {
    border: 1px solid #61C5E0;
    padding: 20px;
    margin-top: 10vh;
}

.newp {
    padding: 10px;
}

.max50p {
    max-width: 45px;
}

.video-overlay {
    width: 96%;
    background: transparent;
    /* background: #f1eaea52; */
    height: 100%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    transition: all .5s;
}


/* .video-overlay:hover {
     opacity: 1;
     background: transparent;
} */

.video-overlay .icon-overlay .fa-play {
    font-size: 1em !important;
    transition: all .5s;
}

.video-overlay .icon-overlay .fa-play:hover {
    font-size: 1.5em !important;
    transition: all .5s;
}


@media (max-width:1300px) {
    .medaler-name {
        font-size: 12px !important;
    }
}

.app-aside-folded .navi>ul>li>a span p:hover {
    animation: marquee 7s linear infinite;
}

#PDFModal .modal-dialog {
    width: 80%;
}

#PDFModal iframe,
#PDFModal embed {
    height: 80vh;
}

.m-b-2vh-imp {
    margin-bottom: 3vh !important;
}

.feed-img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.feed-img-holder {
    float: left;
    width: 45px;
}

.comment-img-holder {
    float: left;
}

.comment-img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.feed-info,
.comment-info {
    float: left;
}

.feed-info {
    width: calc(100% - 62px);
}

.feed_more {
    float: left;
    width: 16px;
}

.feed_more .dropdown-menu {
    right: 0px;
    left: auto;
}

.like_comment_holder {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 6px 0px;
    display: block;
}

.like_holder {
    float: left;
}

.like_holder i,
.comment_holder i {
    margin-right: 10px;
}

.comment_holder {
    float: right;
}

.clear_both {
    clear: both;
}

.comment_field {
    background-color: #F1F1F1;
    border-radius: 20px;
    width: 100%;
    border: 0px;
    padding: 6px;
    padding-left: 20px;
}

.comment-info-hold {
    float: left;
    width: 80%;
}

.comment-info-hold .info {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
}

.feed-item {
    display: table;
    width: 100%;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}

.feed-item-data {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
}

.feed-area .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.btn_color_2 {
    color: #1b4ea9 !important;
}

.img-overlay {
    z-index: 10;
    position: absolute;
    top: 0px;
}

.delete_feed {
    position: absolute;
    right: 3%;
    top: -10px;
    z-index: 1000;
    cursor: pointer;
    visibility: hidden;
}

.edit_feed {
    position: absolute;
    right: 10%;
    top: -10px;
    z-index: 1000;
    cursor: pointer;
    visibility: hidden;
}

.delete_feed img,
.edit_feed img {
    width: 15px;
}

.feed-item:hover .delete_feed,
.feed-item:hover .edit_feed {
    visibility: visible;
}

.lbn {
    left: 32.5%;
    top: 48%;
}

.irq {
    left: 42.5%;
    top: 53%;
}

.jor {
    left: 33%;
    top: 57%;
}

.kwt {
    left: 48.6%;
    top: 60%;
}

.bhr {
    left: 47.6%;
    top: 65%;
}

.qat {
    left: 52.6%;
    top: 67%;
}

.sau {
    left: 43.6%;
    top: 72%;
}

.are {
    left: 50.5%;
    top: 74%;
}

.omn {
    left: 57.5%;
    top: 78%;
}

.yem {
    left: 47.6%;
    top: 91.2%;
}

.uzb {
    left: 61.5%;
    top: 29.5%;
}

.afg {
    left: 65.2%;
    top: 50.5%;
}

.pointer_img {
    position: absolute;
    height: 4vh;
    width: 4vw;
    z-index: 1000;
    cursor: pointer;
}

#newpopup .modal-title,
#detailedpopup .modal-title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #000;
}

#newpopup .modal-body,
#detailedpopup .modal-body {
    padding-top: 0px;
}

#newpopup .modal-header {
    padding-left: 0px;
    padding-right: 0px;
}

.user {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    background-size: 100% 80%;
    background-position: top center;
    margin-bottom: 0px;
    color: #FFF;
    padding-bottom: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
}

._gold {
    background-image: url('../img/wall-of-fame/plate-bg/Gold.png');
}

._silver {
    background-image: url('../img/wall-of-fame/plate-bg/Silver.png');
}

._bronze {
    background-image: url('../img/wall-of-fame/plate-bg/Bronze.png');
}

._white {
    background-image: url('../img/wall-of-fame/plate-bg/White.png');
}

._blue {
    background-image: url('../img/wall-of-fame/plate-bg/Blue.png');
}

._blue .user_name_text,
._blue .user_position_text {
    color: #000 !important;
}

@media only screen and (min-width: 1250px) and (max-width: 1800px) {
    #detailedpopup_hold {
        width: 70%;
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1249px) {
    #detailedpopup_hold {
        width: 70%;
        max-width: 1000px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1049px) {
    #detailedpopup_hold {
        width: 70%;
        max-width: 900px;
    }
}

@media only screen and (max-width: 768px) {
    #detailedpopup_hold {
        width: 100%;
        max-width: 100%;
    }
}

.image-frame {
    max-width: 274px;
    max-height: 238px;
    margin: auto;
    padding: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.gold_frame {
    background-image: url(../img/wall-of-fame/frame/Gold.png);
}

.silver_frame {
    background-image: url(../img/wall-of-fame/frame/Silver.png);
}

.bronze_frame {
    background-image: url(../img/wall-of-fame/frame/Bronze.png);
}

.white_frame {
    background-image: url(../img/wall-of-fame/frame/White.png);
}

.blue_frame {
    background-image: url(../img/wall-of-fame/frame/Blue.png);
}

.inner_image {
    height: 193px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.inner_style {
    padding: 0px 10px;
}

.badger {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -16%;
    background-size: 100% auto;
    display: block !important;
    left: 9%;
}

.gold_bdg {
    background-image: url(../img/wall-of-fame/badge/Gold.png);
}

.silver_bdg {
    background-image: url(../img/wall-of-fame/badge/Silver.png);
}

.bronze_bdg {
    background-image: url(../img/wall-of-fame/badge/Bronze.png);
}

.white_bdg {
    background-image: url(../img/wall-of-fame/badge/White.png);
}

.blue_bdg {
    background-image: url(../img/wall-of-fame/badge/Blue.png);
}

.info_holder {
    padding: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 10px 10px 5px grey;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

.gold_plate {
    background-image: url(../img/wall-of-fame/nameboard/gold.png);
}

.silver_plate {
    background-image: url(../img/wall-of-fame/nameboard/silver.png);
}

.bronze_plate {
    background-image: url(../img/wall-of-fame/nameboard/bronze.png);
}

.white_plate {
    background-image: url(../img/wall-of-fame/nameboard/white.png);
}

.blue_plate {
    background-image: url(../img/wall-of-fame/nameboard/blue.png);
}

.box-dec {
    background: #ebefef;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    min-height: 120px;
}

.status_in {
    width: 35px;
}

.status_txt {
    font-size: 1.2em;
    color: #000;
    margin-top: 5px;
    font-weight: 600;
}

.status_tit {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.doc_holder {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
}

.down_in {
    width: 24px;
}

.user_list_img {
    background-image: url('../img/Background_with_Badge.png');
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: fixed;
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: 0px 50px;
}

.user_name_text {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.user_position_text {
    font-size: .7em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.user_role_text {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


/*@media (min-width: 1000px) and (max-width: 1536px) {
     .text-2x {
          font-size: 1.2em;
     }
}*/

.back_btn {
    position: absolute;
    top: 0%;
    right: 3%;
    cursor: pointer;
    background-color: #3f4a8e !important;
    color: #fff !important;
    font-size: 1.5em;
    margin: 8px 5px;
    padding: 5px 15px !important;
    box-shadow: -5px 3px 6px #0d0d0d87;
}

.b_be {
    border-bottom: 1px solid #bfbdbd;
}

.feeder_img {
    max-width: 100%;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.font-1em {
    font-size: 1em !important;
}

.feed-item iframe {
    position: relative;
    left: auto;
    right: auto;
}

.b-b-no {
    border-bottom: transparent !important;
}

@media only screen and (max-width: 767px) {
    .user_list_img {
        background-image: url('../img/Background_with_Badge.png');
        background-size: cover;
        min-height: 600px;
        background-attachment: fixed;
    }

    .navbar-brand {
        float: left !important;
    }

    .navbar-brand img {
        display: block;
    }

    .collapse .header-logo {
        display: none;
    }

    .navbar-collapse {
        padding: 0px 15px !important;
    }

    .status_txt {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .number-ticker {
        margin-left: -30px;
        font-size: 1vw !important;
    }

    .number-ticker .number {
        font-size: 1.5vw !important;
    }

    .navbar-collapse.collapse {
        margin-left: 0px !important;
    }

    .new-home {
        height: 85vh;
        overflow: hidden;
        display: block;
    }

    #detailedpopup_hold {
        width: 80%;
        max-width: 1000px;
    }
}

.text-transparent {
    color: transparent !important;
}

.organization-page .btn a:hover {
    font-weight: 100 !important;
    color: #fff !important;
    background: #213ad4 !important;
}

.organization-page .btn-default:hover,
.organization-page .btn-default:focus,
.organization-page .btn-default:active,
.organization-page .btn-default.active,
.open .dropdown-toggle.organization-page .btn-default {
    color: #fff !important;
    background: #213ad4 !important;
}

.reminder-page .btn-default:hover,
.btn-default:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #58666e !important;
}

.feed-area .carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: aliceblue;
    background-color: rgb(176, 172, 172);
    border: 0px solid #0c0c0c;
    border-radius: 10px;
}

.feed-area .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0px;
    background-color: #213ad4;
}

.feed-area .carousel-indicators {
    bottom: -30px;
}

.feed-area .carousel-inner>.item>img {
    width: 100%;
    height: auto;
}

.cauros_holder {
    height: 250px;
    display: inline-block;
}

.caurosbase_holder {
    background-color: #22212112;
}

.cauros_holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.grdashboard .panel-heading,
.grview .panel-heading {
    background: url(../img/panelhead.png);
    background-size: 100% 100%;
    background-color: #E0E3E3 !important;
    background-repeat: no-repeat;
    border: 0px;
    border-radius: 0px !important;
}

.no-panel-head {
    background: transparent !important;
    background-color: transparent !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    height: 35px;
}

.grdashboard .whatsnew {
    background: url(../img/whatsnew.png);
    background-size: 100% 100%;
    background-color: transparent !important;
    background-repeat: no-repeat;
    padding: 10px;
}

.notactive {
    background: url(../img/notactive.png);
    background-size: 100% 100%;
    background-color: transparent !important;
    background-repeat: no-repeat;
    padding: 10px;
}

.grdashboard .panel,
.grview .panel {
    border: 0px;
}

.grdashboard .panel .bg-white,
.grview .panel .bg-white {
    width: 98.4%;
}

.grdashboard .bg-main2 {
    background-color: #000 !important;
}

.bgbutton1,
.bgbutton1:hover {
    background: #F60404;
    color: #fff !important;
    padding: 2px 15px;
}

.grdashboard .fc-prev-button,
.grdashboard .fc-next-button,
.grdashboard .fc-state-active {
    background: #F60404 !important;
    border: 1px solid #F60404 !important;
}

.grdashboard .fc-toolbar h2 {
    color: #F60404 !important;
}

.grdashboard .bg-dark {
    background: #F60404 !important;
}

.grdashboard .newbtn {
    background-color: #fff !important;
    color: #F60404 !important;
    padding: 0px 15px;
}

.grdashboard .colorholder {
    background: #F60404 !important;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.color_red {
    color: #F60404 !important;
}

.color_black {
    color: #000 !important;
}

.infholder {
    box-shadow: 1px 1px 5px #8080804a;
    display: inline-block;
    padding: 10px;
    margin: 2px;
}

.grdashboard .whatsnew-GR {
    height: 57vh !important;
}

.adjust-height {
    height: 70vh;
}

.gr-special1 .mCustomScrollbar {
    height: 67vh !important;
}

.adjust-latest {
    height: 51.5vh !important;
}

.mebit-whatsnew1 .mCustomScrollbar {
    height: 54vh !important;
}

.adjust-archive {
    height: 49.3vh;
}

.adjust-salon-archive {
    height: 50.4vh;
}

.gr-special-archive .mCustomScrollbar {
    height: 52vh !important;
}

.archive-he {
    height: 51vh;
}

.img-infos {
    /* max-width: 300px; */
    border-radius: 10px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    /* max-height: 100px; */
    max-height: 130px;
}

.div-infos {
    max-width: 300px;
    border-radius: 10px;
    border: 0px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background: #C4390E;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.gr-special .mCustomScrollbar {
    /*height: 71vh !important;*/
    height: 67vh !important;
}

.special-sites .gr-special .mCustomScrollbar {
    height: 38vh !important;
}

.auto-height .mCustomScrollbar {
    height: auto !important;
}

.special-sites .auto-height .mCustomScrollbar {
    height: auto !important;
}

.grview .color-main-1 {
    color: #F60404 !important;
}

.grview .comment .chat-btn {
    background: #F60404 !important;
}

.grview .btn-warning {
    background: #F60404 !important;
    border-color: transparent !important;
}

.grview .btn-default {
    border-color: #F60404 !important;
    color: #F60404 !important;
}

.grview .btn-warning {
    border-right-color: #fff !important;
}

.bg-yellow {
    background-color: #fa9f34 !important;
}

.bg_greean {
    background: #0e5f77 !important;
}

.max_height_box {
    max-height: 250px !important;
}

.SGACtrl .whatsup .mCustomScrollbar,
.sdgs .whatsnew-list .mCustomScrollbar {
    /* max-height: 46.5vh !important; */
    max-height: 48vh !important;
}

.sga_img {
    width: 100%;
}


/* .bg-red{
	background-color: #F60404!important;
	color: #fff!important;
} */

.grdashboard .fc-title {
    transition: 2s;
}

.grdashboard .fc-title:hover {
    text-align: right;
    margin-left: -5em;
    font-weight: normal;
}

.icon_paralympic {
    width: 80px;
}

.shower_button {
    font-size: 1.5rem;
    position: fixed;
    bottom: 2px;
    z-index: 100000;
    right: 30%;
    border-color: #fff !important;
    display: block;
    transition: 0.5s;
    transition-timing-function: ease-out;
}

.shower_button:focus {
    background-color: #fff !important;
}

.promtearea .mCustomScrollbar {
    height: calc(100vh - 138px) !important;
}


/* .header_sub_logo
{
    position: absolute;
    height: 8vh;
    top: 5%;
    right: 0%;
}*/


/* .menu_bg_red {
	background-color: #ff3300 !important;
}

.menu_bg_yellow {
	background-color: #ffff00 !important;
}

.menu_bg_orange {
	background-color: #ffc000 !important;
} */

.bg-info-cal {
    background-color: #23b7e5 !important;
    color: #fff !important;
}

.youtube-modal {
    font-size: 14px !important;
}

.special-img {
    max-height: 80px !important;
    min-height: 80px !important;
    min-width: 100% !important;
}

.gr-special .w-full {
    width: 99%;
}


/* .text-red {
	color: #ff3300 !important;
} */

.hide_menu_1338 {
    display: none;
}

.show_menu_1338 {
    display: none;
}

@media only screen and (max-width: 1338px) {
    .hide_menu_1338 {
        display: none !important;
    }

    .show_menu_1338 {
        display: block !important;
    }
}

@media only screen and (min-width: 1338px) {}

.docker_menu {
    background: #C4390E;
    padding: 15px;
    font-size: 14px;
    border-radius: 9px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.bg_brown {
    background: #C4390E !important;
    color: #fff !important;
}

.bg_black {
    background: #000 !important;
}

.color_brown {
    color: #C4390E !important;
}

.color_black {
    color: #000;
}

.color_white {
    color: white !important;
}

.border_brown {
    border-color: #C4390E !important;
}

.border_black {
    border-bottom: 1px solid #000;
}

.p-b-15 {
    padding-bottom: 15px;
}

.docker-team {
    text-align: center;
    padding: 15px 0px;
    display: block;
}

.docker-team img {
    max-height: 120px;
    margin: auto;
}

.gallery-slide {
    min-height: 300px;
    max-height: 300px;
}

.bg-dakar-yellow {
    background-color: #FFDA00 !important;
    color: #000 !important;
}

.bg-dakar-maroon {
    background-color: #C4390E !important;
    color: #fff !important;
}

.position-relative {
    position: relative;
}

.inner_text {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    text-transform: uppercase;
}

.carousel-3d .slide-3d {
    border-color: transparent;
}

.carousel-3d .slide-3d figure figcaption {
    border-radius: 0px 0px 13px 13px;
    text-align: left;
}

.carousel-3d .slide-3d figure img {
    border-radius: 13px 13px 0px 0px;
    text-align: left;
}

.carousel-3d-container {
    margin: 70px 0px;
}

.carousel-btn {
    height: 20px;
    width: 20px !important;
    float: right;
    margin: 0px 5px;
    cursor: pointer;
}



.calendar {
    height: auto;
}

.video-100 {
    width: 100%;
    height: 41vh;
    background: #eee;
}

.dekar_read_more {
    background: #fff;
    border: 1px solid #C4390E;
    color: #000 !important;
}

.dekar_read_more:hover {
    background: #C4390E;
}

.post-video {
    height: 20vh;
    background: #000;
}

.search-icon {
    float: left;
    position: relative;
    top: 12px;
    font-size: 1.8rem;
    cursor: pointer;
    color: #3F4A8E;
}

.search-icon .search-holder {
    border: 2px solid #3F4A8E;
    border-radius: 6px;
    display: block;
    z-index: 1000;
    top: 50px;
    position: absolute;
}

.search-icon .menu_ic {
    position: absolute;
    left: 0px;
    top: 1px;
    padding: 5px 8px;
}

.search_breadcrump {
    font-size: 1.5rem;
    color: #3F4A8E;
}

.search_breadcrump span {
    text-decoration: underline;
}

.search_title {
    font-size: 1.5rem;
    color: #3F4A8E;
    text-decoration: underline;
    cursor: pointer;
}

.search_time {
    font-size: 1.5rem;
    color: #3F4A8E;
    margin-bottom: .5vh;
}

.search_description {
    font-size: 1.4rem;
}

.search_item {
    margin-bottom: 2.5vh;
}

.search_border {
    border-bottom: 1px solid #d4c4c4;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.search-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .5s linear;
    visibility: hidden;
    opacity: 0;
}

.success-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.54);
    transition: all .5s linear;
    visibility: hidden;
    opacity: 0;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 40%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    -webkit-box-shadow: 5px 20px 95px 20px rgba(209, 202, 209, 0.99);
    -moz-box-shadow: 5px 20px 95px 20px rgba(209, 202, 209, 0.99);
    box-shadow: 5px 20px 95px 20px rgba(209, 202, 209, 0.99);
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.search-overlay .closebtn:hover {
    color: #ccc;
}

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border: 0px;
}

.search-overlay input[type=text]:hover {
    background: #f1f1f1;
}

.search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #3F4A8E;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.search-overlay button:hover {
    background: #bbb;
}

.show-search {
    visibility: visible;
    opacity: 1;
}

.hide-search {
    visibility: hidden;
    opacity: 0;
}

.f-2p5vh {
    font-size: 2.5vh;
}

.highlightedText {
    background: yellow;
    font-weight: bold;
}

.highcharts-grid .highcharts-grid-line:not(:nth-child(2)),
.no-quarter .highcharts-grid .highcharts-grid-line {
    display: none !important;
}

.quadratical-bg {
    background: #629FD6 !important;
}

.halfyearly-bg {
    background: #ED8239 !important;
}

.triquarterly-bg {
    background: #92D050 !important;
}

.fourth-quarterly-bg {
    background: #7030A0 !important;
}

.quadratical-color {
    color: #629FD6 !important;
}

.halfyearly-color {
    color: #ED8239 !important;
}

.triquarterly-color {
    color: #92D050 !important;
}

.fourth-quarter-color {
    color: #7030A0 !important;
}

.border-quadratical {
    border-color: #629FD6 !important;
}

.border-halfyearly {
    border-color: #ED8239 !important;
}

.border-triquarterly {
    border-color: #92D050 !important;
}

.border-fourth-quarter {
    border-color: #7030A0 !important;
}

.no-quarter .highcharts-yaxis-labels text:nth-child(3),
.no-quarter .highcharts-yaxis-labels text:nth-child(5) {
    fill: red !important;
}

.highcharts-button,
.highcharts-credits {
    display: none !important;
}

.no-quarter .highcharts-axis-line {
    stroke: #0e5f77 !important;
}

.quarterly-data .highcharts-axis-line {
    stroke: #629FD6 !important;
}

.halfyearly-data .highcharts-axis-line {
    stroke: #ED8239 !important;
}

.triquarterly-data .highcharts-axis-line {
    stroke: #92D050 !important;
}

.fourth-quarterly-data .highcharts-axis-line {
    stroke: #7030A0 !important;
}

.highcharts-plot-line {
    stroke: transparent !important;
}

.no-hover:hover {
    font-weight: normal !important;
    cursor: default !important;
    color: #58666e !important;
}

.pinky-bg .app-header,
.pinky-bg .navbar-collapse,
.pinky-bg .number-ticker .cursor-no {
    background-color: #FEEFF2 !important;
}

.pinky {
    background-color: #FEEFF2 !important;
}

.detail-container .h5 {
    cursor: default !important;
}

.awards-page .lightbox-modal .lightbox-nav .btn-group {
    display: none !important;
}

.cab-img {
    max-width: 100%;
    max-height: 200px;
    margin: auto;
}

.bg_red {
    background-color: #F60404 !important;
}

.bg_grey {
    background-color: #58585A !important;
}

.ov-flow-hide {
    overflow: hidden !important;
}

.kdp-tooltip .tooltip-inner {
    background: #fff;
    color: #000;
    font-weight: normal;
    max-width: 400px;
}

.kdp-tooltip .tooltip-arrow {
    border-right-color: transparent !important;
}


@media (min-width: 767px) {
    .app-aside-fixed.app-aside-folded .app-aside {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1010;
        display: none !important;
    }

    .app-aside-folded .navbar-collapse,
    .app-aside-folded .app-content,
    .app-aside-folded .app-footer {
        margin-left: 0px;
    }

    .app-content-body {
        padding-bottom: 4vh;
        padding-top: 0vh;
    }

    .new_nav ul li a {
        min-width: 8.9vw;
        float: left;
        padding: 8px .4vw;
        background: #2F54A4;
        margin: .35vw;
        color: #fff;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .new_nav {
        display: none !important;
    }

    .p-l-none {
        padding-left: 15px;
    }

    .m-p-r-none,
    .p-r-none {
        padding-right: 15px;
    }

}



.app-header-fixed .app-header {
    padding: 6px 15px;
    background: #fff;
    border-top: 0px solid #3f4a8e;
    border-bottom: 0px solid #3f4a8e;
    box-shadow: 0px 3px 6px #00000029;
}

.navbar-right .nav-button {
    background-color: #3f4a8e;
    color: #fff !important;
    margin: 8px 5px;
    padding: 5px 10px !important;
    box-shadow: none;
    border-radius: 6px;
}

.new_nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.app-header-fixed {
    padding-top: 0px;
}

.img-fluid {
    max-width: 100%;
}

.img-info-draft {
    position: relative;
    background: #fff;
    text-align: center;
}

.img-badge {
    position: absolute;
    top: 16px;
    right: 14px;
    width: 60px;
}

.btn-event-type {
    position: absolute;
    top: 16px;
    left: 24px;
    color: #3F51B5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 8px 20px;
    border: 0px;
    ;
}

.small-info-text {
    color: #58585A;
    font-size: 12px;
    font-weight: bold;
}

.title-info-text {
    color: #000000 !important;
    font-size: 15px;
    font-weight: bold;

}

.description-info {
    font-size: 14px;
    color: #000;
}

.bdr-bottom {
    border-bottom: 15px solid #F1F3F4;
}

.align-bottom {
    display: flex;
    align-items: end;
}

.panel-heading {
    font-size: 14px;
}

.topbar-img {
    width: 15px;
}

.navbar-right .nav-icon {
    background-color: #E3E3E3 !important;
    color: #fff !important;
    margin: 5px 5px;
    padding: 6px 8px !important;
    box-shadow: none;
    border-radius: 52px;
}

.topbar-img-active {
    display: none;
    width: 15px;
}

.avatar {
    margin-right: 5px;
}

.open .topbar-img {
    display: none;
}

.open .topbar-img-active {
    display: block;
}

.navbar-right .nav-icon:hover {
    background-color: #3f4a8e !important;
}

.open .nav-icon {
    background-color: #3f4a8e !important;
}

.navbar-right .nav-icon:hover .topbar-img {
    display: none !important;
}

.navbar-right .nav-icon:hover .topbar-img-active {
    display: block !important;
    position: relative;
    top: 3px;
}

.new_nav ul li a {
    border: 1px solid #3f4a8e;
}

.new_nav ul li a:hover {
    background: #fff;
    border: 1px solid #3f4a8e;
    color: #3f4a8e;
}

.new_nav ul li.active a {
    background: #fff;
    border: 1px solid #3f4a8e;
    color: #3f4a8e;
}

.menu-icon-active {
    display: none;
}

.icon-holder {
    line-height: 24px;
}

.new_nav ul li a:hover .menu-icon {
    display: none;
}

.new_nav ul li a:hover .menu-icon-active {
    display: block;
}

.new_nav ul li.active a .menu-icon {
    display: none;
}

.new_nav ul li.active a .menu-icon-active {
    display: block;
}

.menu-icon-active {
    width: 32px;
    height: auto;
    margin: auto;
    margin-top: 15px;
}

.new-home .mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
    background-color: #F1F3F4;
}

.box-shade {
    box-shadow: 0px 0px 10px #00000033;
}

.adframe iframe,
.adframe {
    height: 230px;
}

.panel {
    box-shadow: 0px 0px 10px #00000033;
    border-radius: 16px 16px 0px 0px;
}

.new-home {
    height: 90vh;
    overflow: hidden;
    display: block;
}

.app-header-fixed .app-header {
    position: relative;
    top: 0;
    width: 100%;
}

.promtearea .mCustomScrollbar {
    height: calc(100vh - 91px) !important;
}

.promo1 .mCustomScrollbar,
.promo2 .mCustomScrollbar {
    height: calc(100vh - 439px) !important;
}

.mebit-ad .mCustomScrollbar {
    height: calc(100vh - 91px) !important;
}

.app-footer {
    z-index: 1015;
    background: #FFF !important;
}

.panel-default>.panel-heading {
    border-radius: 16px 16px 0px 0px;
}

@media (min-width: 1290px) {
    .new_nav ul li a {
        /* min-width: 8.8vw; */
        /* min-width: 9.8vw; */
        min-width: 11.2vw;
        float: left;
        padding: 8px .4vw;
        background: #2F54A4;
        margin: .45vw;
        color: #fff;
        border-radius: 10px;
        font-size: .8vw;
    }
}

@media (min-width: 902px) and (max-width: 1290px) {
    .new_nav ul li a {
        min-width: 8.7vw;
        float: left;
        padding: 8px .4vw;
        background: #2F54A4;
        margin: .435vw;
        color: #fff;
        border-radius: 10px;
        font-size: .8vw;
    }
}

@media (min-width: 767px) and (max-width: 902px) {
    .new_nav ul li a {
        min-width: 8.6vw;
        float: left;
        padding: 8px .4vw;
        background: #2F54A4;
        margin: .435vw;
        color: #fff;
        border-radius: 10px;
        font-size: .8vw;
    }
}

.border-rad {
    border-radius: 16px !important;
}

.bglg {
    background: #F1F3F4 !important;
}

.social-icons {
    display: inline-block;
    float: none !important;
    position: relative;
    top: 12px;
}

.social-icons li a {
    background: #2F54A4;
    padding: 3px 6px;
    color: #fff;
    border-radius: 50px;
    ;
}

.social-icons li a i {
    font-size: 10px;
    color: #fff;
    width: 10px;
    height: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .app-header-fixed .app-header {
        top: -12px;
    }
}

.navbar-right .nav-icon,
.navbar-right .nav-icon:hover {
    height: 32px;
}

.mentor-holder {
    background-image: url('../img/name_frame.png');
    position: relative;
    height: 50px;
    background-size: 100% 100%;
    padding: 10px;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.medal-img {
    position: absolute;
    height: 45px;
    background-image: url('../img/medal.png');
    width: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 1px;
}

.medaler-name {
    color: #000;
    font-size: 14px;
    position: absolute;
    left: 45px;
    top: 17px;
    font-weight: bold;
}

.mentor-bottom {
    color: #3F51B5;
    font-size: 14px;
    margin-top: 25px;
}

.btn-mentor {
    background: #3F51B5;
    color: #fff;
    border-radius: 8px;
    margin-left: 15px;
    padding: 5px 25px;
}

.mentor-margin {
    margin-top: 5px;
}

.mentor-icon-holder {
    max-width: 700px;
    margin: auto;
    clear: both;
}

.mentor-icon {
    float: left;
    -webkit-box-shadow: 1px 2px 19px -3px rgba(128, 126, 128, 1);
    -moz-box-shadow: 1px 2px 19px -3px rgba(128, 126, 128, 1);
    box-shadow: 1px 2px 19px -3px rgba(128, 126, 128, 1);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.mentor-icon-img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

.mentorTBPModal .modal-dialog {
    width: 70%;
}

.mentor-report {
    background-image: url('../img/name_frame-Mentor_screen.png');
    background-size: 100% 100%;
    padding: 15px;
    text-align: center;
    background-repeat: no-repeat;
}

.total-mentor {
    background-color: #F1F3F4;
    border: 1px solid #CAAB42;
    border-radius: 7px;
    padding: 5px 30px;
    color: #155294;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;

}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }

    .pull-lg-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {
    .col-lg-5th {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .text-md-center {
        text-align: center;
    }

    .mentor-icon {
        float: none !important;
        width: 100%;
        max-width: 300px;
        margin: 15px auto;
    }

}

@media (max-width: 650px) {
    .modal_title_head {
        font-size: 4.5vw !important;
    }

    .tbp-mentor h4 {
        font-size: 3vw;
    }

    .medaler-name {
        font-size: 12px !important;
    }
}

.modal_title_head {
    color: #C4A600;
    font-family: 'Savoye LET Plain', cursive;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #BBB;
}

.color_3_2 {
    color: #3F4A89 !important;
    font-weight: bold;
}

.modal_title_close .close {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: relative;
    top: -20px;
}

.gif-holder {
    position: absolute;
    top: 0%;
    margin: auto;
    width: 100%;
    z-index: 10000;
}

.gif-holder img {
    max-width: 100%;
}

.boxalert {
    max-width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 16px;
    top: 25%;
}

.color_green {
    color: #3FB548;
    font-size: 200px;
    margin-top: 50px;
}

.success-overlay {
    z-index: 10000;
}

.sucess-mesg {
    color: #000;
}

.small_success {
    font-size: 16px;
}

.animateimg {
    animation-name: rotateIcon;
    animation-duration: 4s;
    z-index: 1000000;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(360deg) scale(1);
        -webkit-transform: rotate(90deg) scale(1);
    }

    75% {
        transform: rotate(360deg) scale(1.2);
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(360deg) scale(1);
        -webkit-transform: rotate(360deg) scale(1);
    }
}

@media (max-width: 767px) {
    .align-bottom {
        display: block;
    }
}

.video-gallery .mCustomScrollbar {
    height: 41vh !important;
}

.video-gallery video {
    height: 17vh;
}

.video-gallery .mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
}

.salon-gallery .mCustomScrollbar {
    height: 46vh !important;
}

.salon-gallery video {
    height: 18vh;
}

.salon-gallery .mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}

.salon-gallery .video-100 {
    height: 48vh !important;
}

.salon-gallery .image-item {
    min-height: 165px;
}

.marquee-title {
    color: #F72103 !important;
    font-size: 16px;
    font-weight: normal;
}

.marquee-text {
    color: #476390 !important;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.marquee-holder {
    background: #FFD800;
    padding: 10px;
    cursor: pointer;
}

.feed-sdgs-icon {
    float: left;
    width: 48px;
    position: absolute;
    top: 75px;
    left: 20px;
    border-radius: 30px;
    z-index: 1000;
    cursor: pointer;
}

.page-mebit-dashboard .mCustomScrollbar,
.grdashboard .mCustomScrollbar {
    height: 25vh !important;
}

.grdashboard .panel-heading {
    height: 35px;
}

.fixed-video-padding {
    padding: 0px 15px !important;
}

.description-info.mCustomScrollbar {
    height: 22vh !important;
    margin-bottom: 10px;
}

.new-home .description-info .mCSB_inside>.mCSB_container {
    background-color: transparent !important;
}

.organizer-icon {
    position: absolute;
    width: 42px;
    /* top: -18px;
    left: -32px; */
    z-index: 1000;
}

.i-checks,
.member-info {
    font-size: 1.3rem;
}

#EventTICModal .i-checks>i,
#ParticipantsModal .i-checks>i {
    border: 0px solid #cfdadd !important;
    background-image: url(https://cdn-icons-png.flaticon.com/512/4315/4315609.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

#EventTICModal .i-checks>i,
#ParticipantsModal .i-checks>i {
    border: 0px solid #cfdadd !important;
    background-image: url('../img/green-plus.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

#EventTICModal .trash-data .i-checks>i,
#ParticipantsModal .trash-data .i-checks>i {
    background-image: url('../img/red-minus.png') !important;
}

.disabled .i-checks>i {
    opacity: 0.5 !important;
}

#EventTICModal .i-checks input:checked+i:before,
#ParticipantsModal .i-checks input:checked+i:before {
    background-color: transparent;
}

.app-header {
    z-index: 1023 !important;
}

.btn-blink {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

label {
    font-size: 2vh;
}

.popover {
    z-index: 1000 !important;
}

.d-flex {
    display: flex !important;
}

.d-flex .dropdown-toggle {
    background: transparent !important;
    border: none !important;
}

.min-height-40vh {
    min-height: 40vh !important;
}

#consentModal .modal-body p {
    font-size: 14px !important;
    font-weight: normal !important;
}

#consentModal .modal-header {
    border-bottom: none !important;
}

#consentModal .modal-footer {
    border-top: none !important;
}

#consentModal .checkbox-inline {
    font-size: 12px !important;
}


body.modal-open .modal.in {
    /* display: flex !important; */
    align-items: center;
}

.disabled-link a,
.disabled-link .cursor {
    cursor: default !important;
}

.text-purple {
    background: purple !important;
    font-weight: bold !important;
    border: solid 1px #fff !important;
    border-color: #fff !important;
}