.carousel-multi-item .card-cascade.narrower {
    margin-top: 20px;
    margin-bottom: 5px;
}

.carousel-multi-item .card {
    margin: 1px;
}

.card-cascade.narrower {
    margin-top: 40px;
}

.card-cascade,
.card-cascade-2 {
    display: inline-block;
}

.card {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

card-cascade.narrower .view {
    margin-top: -20px;
}

.card-cascade.narrower .view,
.card-cascade.wider .card-block {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -15px;
}

.card-cascade.narrower .view,
.card-cascade.wider .card-block : hover {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -55px !important;
}

.card-cascade .view {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.section {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-cascade .view,
.card-cascade-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

.card-cascade .card-block {
    padding-top: 1.8rem;
}

.card .card-block {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.overlay img,
.overlay video {
    transition: all .2s linear;
}

.overlay img,
.overlay video {
    transition: all .2s linear;
}

.view img,
.view video {
    display: block;
    position: relative;
}

.card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card img,
.img-fluid,
.section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section .view {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.hm-white-slight .mask {
    background-color: rgba(255, 255, 255, .1);
}

.overlay .mask {
    opacity: 0;
    transition: all .4s ease-in-out;
}

.view .mask {
    background-attachment: fixed;
}

.view .mask {
    position: absolute;
    overflow: hidden;
}

.view .mask {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.pswp__container,
.pswp__img,
.waves-effect,
a,
html {
    -webkit-tap-highlight-color: transparent;
}

.text-muted {
    color: #726363 !important;
}

.card-title {
    margin-bottom: .75rem;
}

.card-block p {
    margin-bottom: 1rem;
}

.card .card-event-footer {
    background-color: transparent;
    padding: .75rem .5rem 0;
}

.card .card-event-footer {
    padding-bottom: 0;
    font-size: 1.2rem;
}

.card-event-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-event-footer {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-event-footer,
.card-header {
    padding: 10px 1.25rem;
    background-color: #ffffff;
}

.card .card-event-footer .left {
    float: left;
}

.card .card-event-footer .right {
    float: right;
}

.icon-5x {
    font-size: 5em;
}

.icon-4x {
    font-size: 4em;
}

.icon-3x {
    font-size: 3em;
}

.icon-2x {
    font-size: 2em;
}

.color-gold {
    color: gold;
}

.color-sliver {
    color: #E0E0E0;
}

.color-brown {
    color: #795548;
}

/* entire container, keeps perspective */
.event-card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px;
}

/* flip the pane when hovered */
.event-card-container:not(.manual-flip):hover .event-card,
.event-card-container.hover.manual-flip .event-card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.event-card-container.static:hover .event-card,
.event-card-container.static.hover .event-card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

/* flip speed goes here */
.event-card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
}

.back .btn-simple {
    position: absolute;
    left: 0;
    bottom: 4px;
}

/*        Style       */


.event-card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.event-card-container,
.front,
.back {
    width: 100%;
    height: 420px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
}

.event-card .cover {
    height: 150px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.event-card .cover img {
    width: 100%;
}

.event-card .user {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}

.event-card .user img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.event-card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}

.event-card .content .main {
    min-height: 160px;
}

.event-card .back .content .main {
    height: 215px;
}

.event-card .name {
    font-family: 'Arima Madurai', cursive;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.event-card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}

.event-card .profession {
    color: #999999;
    text-align: center;
    /* margin-bottom: 10px;*/
    margin-top: 10px;
}

.event-card .mt-30 {
    margin-top: 40px;
}

.event-card .event-footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.event-card .event-footer .timer {
    color: red;
    font-weight: 700;
    font-size: 22px;
    font-family: inherit;
}

.event-card .event-back-footer {
    position: fixed;
    width: 100%;
    bottom: 15px;
}

.event-card .event-footer .social-links {
    font-size: 18px;
}

.event-card .event-footer .social-links a {
    margin: 0 7px;
}

.event-card .event-footer .btn-simple {
    margin-top: -6px;
}

.event-card .header {
    padding: 15px 20px;
    height: 90px;
}

.event-card .motto {
    font-family: 'Arima Madurai', cursive;
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.event-card .stats-container {
    width: 100%;
    margin-top: 50px;
}

.event-card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.event-card .stats:first-child {
    border-right: 1px solid #EEEEEE;
}

.event-card .stats:last-child {
    border-left: 1px solid #EEEEEE;
}

.event-card .stats h4 {
    font-family: 'Arima Madurai', cursive;
    font-weight: 300;
    margin-bottom: 5px;
}

.event-card .stats p {
    color: #777777;
}

/*      Just for presentation        */

.title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}

.title small {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-200 {
    height: 200px;
    display: block;
}

.white-board {
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}

.ct-heart {
    color: #F74933;
}

pre.prettyprint {
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}

.atv,
.str {
    color: #05AE0E;
}

.tag,
.pln,
.kwd {
    color: #3472F7;
}

.atn {
    color: #2C93FF;
}

.pln {
    color: #333;
}

.com {
    color: #999;
}

.btn-simple {
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

.btn-simple i {
    font-size: 16px;
}
/* 
.navbar-brand-logo {
    padding: 0;
}

.navbar-brand-logo .logo {
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}

.navbar .navbar-brand-logo .brand {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}

.navbar-default .navbar-brand-logo .brand {
    color: #555;
} */


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .front,
    .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
    }

    .front {
        z-index: 4;
    }

    .event-card-container:not(.manual-flip):hover .back,
    .event-card-container.manual-flip.hover .back {
        z-index: 5;
        visibility: visible;
    }
}

.careerpath-img {
    height: 150px !important;
    width: 150px !important;
}

.careerpath-panel {
    min-height: 330px;
}

.btn-careerpath {
    min-width: 150px;
}

/* Date and time CSS */
.days {
    color: #fff;
    font-weight: 600;
}

.days span {
    margin-left: 10px;
}

/*.text{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 100px;
    font-size: 3.5em;
}*/
#time {
    color: #ff9800;
}

#cal img {
    width: 30px;
    height: 30px;
}

span#day {
    margin-top: 15px;
    margin-left: 10px;
}

span#month {
    margin-top: 15px;
}

span#year {
    margin-top: 15px;
}

/* End of Date and time CSS */

.navbar-brand>img {
    height: 40px !important;
    width: 175px !important;
    margin-top: 0px !important;
}
/* 
.navbar-brand {
    padding: 5px 40px !important;
} */

.require {
    color: #ff0000;
}

.comment-text {
    background-color: #f5f5f5;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 55px;
    padding-right: 25px;
    text-align: justify;
}

.errmsg,
.errmsgs {
    font-size: 11px;
    color: #f44336;
}

.delmonte-bg {
    background-color: #df0340;
    border-color: #df0340;
    color: #fff;
}

.fs35 {
    font-size: 35px;
}

.fs27 {
    font-size: 27px;
}

.modal-close {
    border: 2px solid #ffffff !important;
    border-radius: 50%;
    padding: 10px !important;
    opacity: inherit;
    line-height: 11px;
    color: #fff;
}

/*Pankaj*/
.fc-popover.fc-more-popover {
    top: 40% !important;
    left: 40% !important;
}

.page-header-content .icon-arrow-left52 {
    display: none !important;
}

.header-gradient {
    background: linear-gradient(to right, #673ab7, #ffffff00) !important;
    color: #fff !important;
    padding: 10px !important;
    margin-bottom: 30px;
}

.datatable_show_select {
    display: inline-block;
    /* width: 60px; */
}

.sidebar-default{
    top: inherit !important;
}

.dataTables_wrapper .table-bordered{
    border-top: 1px solid #ddd !important;
}

.top{
    margin-top: 15px;
}

.dataTables_info{
    margin-left: 0 !important;
}

.nav-group-sub > li.nav-item-header {
  padding-left: 60px;
}
.nav-group-sub > li:first-child {
  padding-top: 10px;
}


@media (min-width: 426px) {
     .sidebar-section > ul >.nav-item, .sidebar-section > ul >.nav-item-header{
        width: -webkit-fill-available;
    }
}

.sidebar-main-unfold .sidebar-section > ul >.nav-item, 
.sidebar-main-unfold .sidebar-section > ul >.nav-item-header{
    width: 288px;
}

.navbar{
    padding: 6px;
}

h4, .h4 {
    font-size: 19px !important;
}

h6, .h6 {
    font-size: 14px !important;
}

.form-label{
    color: #333333 !important;
    font-weight: 600 !important;
}

.no-margin {
    margin: 0 !important;
}

.multi-select-full .multiselect-item.dropdown-item.active, .multi-select-full .multiselect-item.dropdown-item:active{
    color: #fff !important;
    background-color: #26A69A !important;
}

.blocklist{
    cursor: pointer;
}

.multi-select-full .dropdown-menu[data-bs-popper]{
/*  */
    left: -35px;
}

.noti_clicked {
    background-color: #ffffff !important;
}

.noti {
    background-color: rgba(237, 233, 243, 0.62);
    /* padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efdfdf; */
}

#container {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card {
    width: 400px;
    height: 450px;
    position: relative;
    user-select: none;
}

img,
canvas {
    border-radius: 10px;
}

#card:active {
    transform: scale(1.05);
}

#show_point_redeem_modal .modal-content {
    width: fit-content;
}

@media only screen and (max-width: 375px) {
    #card {
        width: 310px;
    }
}

@media only screen and (max-width: 425px) and (min-width: 376px) {
    #card {
        width: 360px;
    }
}

#modal_point_header {
    font-size: 17px;
}

.mw-440 {
    max-width: 440px !important;
}

.sidebar-content::-webkit-scrollbar,
.navigation::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.sidebar-content::-webkit-scrollbar-track,
.navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.sidebar-content::-webkit-scrollbar-thumb,
.navigation::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #ff0000cc !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}

.loadingoverlay {
    justify-content: center !important;
}

.fixed-bottom {
    z-index: auto;
}

.multi-select-full button.multiselect {
    display: contents !important;
}

.multi-select-full .multiselect-item.dropdown-item {
    white-space: normal !important;
}

.blocklist.dropdown-toggle::after {
    display: none;
}

.h-190{
    height: 190px;
}

.tooltipevent {
    position: absolute;
    z-index: 9999;
    background: #FFC107 !important;
    color: #000 !important;
    width: fit-content !important;
    border-radius: 3px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.swal2-icon.swal2-success.swal2-animate-success-icon .swal2-animate-success-line-tip {
    height: 5px !important;
    background-color: #a5dc86 !important;
    display: block;
    border-radius: 2px !important;
    position: absolute;
    z-index: 2 !important;
    left: 18px !important;
    top: 37px !important;
    border-right: none !important;
    border-top: none !important;
}