

.navi .navi-item .navi-link.active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3699FF;
}



.wave {
    background-color: #F3F6F9;
    overflow: hidden;
    position: relative;
}

    .wave > div {
        z-index: 1;
    }

    .wave:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: -1;
    }

.wave-animate-slow:after {
    -webkit-animation: animate-wave 25s infinite linear;
    animation: animate-wave 25s infinite linear;
}

.wave:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wave:after {
    content: " ";
    width: 1000px;
    height: 1025px;
    position: absolute;
    bottom: 65%;
    left: -250px;
    border-radius: 35%;
    background: white;
    z-index: 0;
}

.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1BC5BD !important;
}

.wave.wave-danger .svg-icon svg g [fill] {
    fill: #F64E60;
}

.wave.wave-success .svg-icon svg g [fill] {
    fill: #1BC5BD;
}

.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
}

.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

.wave.wave-danger {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

.wave.wave-success {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

.svg {
    overflow: hidden;
    vertical-align: middle;
}

.wave {
    background-color: #F3F6F9;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .wave > div {
        z-index: 1;
    }

    .wave:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: -1;
    }

    .wave:after {
        content: " ";
        width: 1000px;
        height: 1025px;
        position: absolute;
        bottom: 65%;
        left: -250px;
        border-radius: 35%;
        background: white;
        z-index: 0;
    }

    .wave:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.wave-animate:after {
    -webkit-animation: animate-wave 15s infinite ease-out;
    animation: animate-wave 15s infinite linear;
}

.wave-animate-slower:after {
    -webkit-animation: animate-wave 30s infinite linear;
    animation: animate-wave 30s infinite linear;
}

.wave-animate-slow:after {
    -webkit-animation: animate-wave 25s infinite linear;
    animation: animate-wave 25s infinite linear;
}

.wave-animate-fast:after {
    -webkit-animation: animate-wave 10s infinite linear;
    animation: animate-wave 10s infinite linear;
}

.wave-animate-faster:after {
    -webkit-animation: animate-wave 5s infinite linear;
    animation: animate-wave 5s infinite linear;
}

.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

    .wave.wave-primary .svg-icon svg g [fill] {
        fill: #3699FF;
    }

.wave.wave-secondary {
    background-color: rgba(228, 230, 239, 0.1) !important;
}

    .wave.wave-secondary .svg-icon svg g [fill] {
        fill: #E4E6EF;
    }

.wave.wave-success {
    background-color: rgba(27, 197, 189, 0.1) !important;
}

    .wave.wave-success .svg-icon svg g [fill] {
        fill: #1BC5BD;
    }

.wave.wave-info {
    background-color: rgba(137, 80, 252, 0.1) !important;
}

    .wave.wave-info .svg-icon svg g [fill] {
        fill: #8950FC;
    }

.wave.wave-warning {
    background-color: rgba(255, 168, 0, 0.1) !important;
}

    .wave.wave-warning .svg-icon svg g [fill] {
        fill: #FFA800;
    }

.wave.wave-danger {
    background-color: rgba(246, 78, 96, 0.1) !important;
}

    .wave.wave-danger .svg-icon svg g [fill] {
        fill: #F64E60;
    }

.wave.wave-light {
    background-color: rgba(243, 246, 249, 0.1) !important;
}

    .wave.wave-light .svg-icon svg g [fill] {
        fill: #F3F6F9;
    }

.wave.wave-dark {
    background-color: rgba(24, 28, 50, 0.1) !important;
}

    .wave.wave-dark .svg-icon svg g [fill] {
        fill: #181C32;
    }

.wave.wave-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

    .wave.wave-white .svg-icon svg g [fill] {
        fill: #ffffff;
    }

@-webkit-keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.navi {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}


@media (min-width: 1400px) .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
}

.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.navi.navi-light-icon .navi-item .navi-link:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3699FF;
}

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-bullet .bullet {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-text {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

        .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon i {
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }

        .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-arrow {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-bullet .bullet {
        background-color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-text {
        color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon i {
        color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link:hover .navi-arrow {
        color: #3699FF;
    }

.navi.navi-light-icon .navi-item .navi-link.active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3699FF;
}

    .navi.navi-light-icon .navi-item .navi-link.active .navi-bullet .bullet {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-text {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }



    .navi.navi-light-icon .navi-item .navi-link.active .navi-icon i {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-icon .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-arrow {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-bullet .bullet {
        background-color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-text {
        color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-icon i {
        color: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #3699FF;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .navi.navi-light-icon .navi-item .navi-link.active .navi-arrow {
        color: #3699FF;
    }

.navi.navi-border .navi-item .navi-link {
    border-bottom: 1px solid #EBEDF3;
}

.navi.navi-link-rounded .navi-item .navi-link {
    border-radius: 0.42rem;
}

.navi.navi-link-rounded-lg .navi-item .navi-link {
    border-radius: 0.85rem;
}

.navi.navi-hover .navi-item .navi-link:hover {
    background-color: #F3F6F9;
}

.navi.navi-active .navi-item .navi-link.active {
    background-color: #f2f7ff;
}


.navi.navi-accent .navi-item .navi-link {
    position: relative;
}


.navi.navi-accent.navi-primary .navi-item .navi-link:hover {
    color: #3699FF;
}

    .navi.navi-accent.navi-primary .navi-item .navi-link:hover .navi-text {
        color: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link:hover .navi-icon i {
        color: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link:hover .navi-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link:hover .navi-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link:hover .navi-arrow {
        color: #3699FF;
    }

.navi.navi-accent.navi-primary .navi-item .navi-link.active {
    color: #3699FF;
}

    .navi.navi-accent.navi-primary .navi-item .navi-link.active .navi-text {
        color: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link.active .navi-icon i {
        color: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link.active .navi-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #3699FF;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link.active .navi-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .navi.navi-accent.navi-primary .navi-item .navi-link.active .navi-arrow {
        color: #3699FF;
    }


    .navi.navi-accent.navi-primary .navi-item .navi-link.active:before {
        background-color: #3699FF;
    }

@media (min-width: 992px) .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 25px;
}

@media (min-width: 992px) .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.accordion.accordion-svg-toggle .card .card-header .card-title .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion.accordion-svg-toggle .card .card-header .card-title.collapsed .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    background-color: #F3F6F9;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}

.accordion .card .card-header .card-title {
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #3699FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.text-dark-50 {
    color: #7E8299 !important;
}

.font-size-h4 {
    font-size: 1.25rem !important;
}

.navi .navi-item .navi-link.active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3699FF;
}

.mb-8, .my-8 {
    margin-bottom: 2rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.navi .navi-item .navi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
}





.accordion .card .card-header .card-title {
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #3699FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

accordion .card .card-header .card-title.collapsed {
    color: #3F4254;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.55s ease;
    transition: height 0.35s ease;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-dark-50 {
    color: #74778c !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.25rem !important;
}

.max-w-400px {
    max-width: 400px !important;
}

.bg-light-success {
    background-color: #C9F7F5 !important;
}

.bg-light-primary {
    background-color: #E1F0FF !important;
}

.max-w-400px {
    max-width: 400px !important;
}

.card-footer {
    padding: 2rem 2.25rem;
    background-color: #ffffff;
    border-top: 1px solid #EBEDF3;
}

element.style {
    top: -4px;
    height: 40px;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
    background: #6177d4;
    opacity: 1;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 0.42rem !important;
}

.btn.btn-clean {
    color: #B5B5C3;
    background-color: transparent;
    border-color: transparent;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.text-dark {
    color: #010e1c !important;
    font-weight: bold;
}

.supportcentral-person-headline {
    color: dimgray !important;
}

.text-dark-75 {
    color: #3F4254 !important;
}

.card-footer {
    padding: 2rem 2.25rem;
    background-color: #ffffff;
    border-top: 1px solid #EBEDF3;
}

.flaticon-photo-camera:before {
    content: "\f127";
}

.label.label-sm.label-dot {
    line-height: 4px;
    min-height: 4px;
    min-width: 4px;
    height: 4px;
    width: 4px;
}

.label.label-dot {
    display: inline-block;
    font-size: 0 !important;
    vertical-align: middle;
    text-align: center;
}

.label.label-success {
    color: #ffffff;
    background-color: #1BC5BD;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/*.text-dark {
    color: #676869 !important;
}
.text-dark-50 {
    color: #9395a3 !important;
}*/
/*.d-flex {
    display: flex !important;
    justify-content: space-around;
    flex-direction: row;
}
*/
body {
    margin-top: 20px;
}
/*************** 1.Variables ***************/


/* ------------------ Color Pallet ------------------ */


/*************** 2.Mixins ***************/


/************************************************
    ************************************************
										Search Box
	************************************************
************************************************/

.chat-search-box {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    padding: .75rem 1rem;
}

    .chat-search-box .input-group .form-control {
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        border-right: 0;
    }

        .chat-search-box .input-group .form-control:focus {
            border-right: 0;
        }

    .chat-search-box .input-group .input-group-btn .btn {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        margin: 0;
    }

        .chat-search-box .input-group .input-group-btn .btn i {
            font-size: 1.2rem;
            line-height: 100%;
            vertical-align: middle;
        }

@media (max-width: 767px) {
    .chat-search-box {
        display: none;
    }
}


/************************************************
	************************************************
									Users Container
	************************************************
************************************************/

.users-container {
    position: relative;
    padding: 1rem 0;
    border-right: 1px solid #e6ecf3;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}


/************************************************
	************************************************
											Users
	************************************************
************************************************/

.users {
    padding: 0;
}

    .users .person {
        position: relative;
        width: 100%;
        padding: 10px 1rem;
        cursor: pointer;
        border-bottom: 1px solid #f0f4f8;
    }

        .users .person:hover {
            background-color: #ffffff;
            /* Fallback Color */
            background-image: -webkit-gradient(linear, left top, left bottom, from(#e9eff5), to(#ffffff));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(right, #e9eff5, #ffffff);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(right, #e9eff5, #ffffff);
            /* FF3.6 */
            background-image: -ms-linear-gradient(right, #e9eff5, #ffffff);
            /* IE10 */
            background-image: -o-linear-gradient(right, #e9eff5, #ffffff);
            /* Opera 11.10+ */
            background-image: linear-gradient(right, #e9eff5, #ffffff);
        }

        .users .person.active-user {
            background-color: #ffffff;
            /* Fallback Color */
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#ffffff));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(right, #f7f9fb, #ffffff);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(right, #f7f9fb, #ffffff);
            /* FF3.6 */
            background-image: -ms-linear-gradient(right, #f7f9fb, #ffffff);
            /* IE10 */
            background-image: -o-linear-gradient(right, #f7f9fb, #ffffff);
            /* Opera 11.10+ */
            background-image: linear-gradient(right, #f7f9fb, #ffffff);
        }

        .users .person:last-child {
            border-bottom: 0;
        }

        .users .person .user {
            display: inline-block;
            position: relative;
            margin-right: 10px;
        }

            .users .person .user img {
                width: 48px;
                height: 48px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

            .users .person .user .status {
                width: 10px;
                height: 10px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                background: #e6ecf3;
                position: absolute;
                top: 0;
                right: 0;
            }

                .users .person .user .status.online {
                    background: #9ec94a;
                }

                .users .person .user .status.offline {
                    background: #c4d2e2;
                }

                .users .person .user .status.away {
                    background: #f9be52;
                }

                .users .person .user .status.busy {
                    background: #fd7274;
                }

        .users .person p.name-time {
            font-weight: 600;
            font-size: .85rem;
            display: inline-block;
        }

            .users .person p.name-time .time {
                font-weight: 400;
                font-size: .7rem;
                text-align: right;
                color: #8796af;
            }

@media (max-width: 767px) {
    .users .person .user img {
        width: 30px;
        height: 30px;
    }

    .users .person p.name-time {
        display: none;
    }

        .users .person p.name-time .time {
            display: none;
        }
}


/************************************************
	************************************************
									Chat right side
	************************************************
************************************************/

.selected-user {
    width: 100%;
   
    min-height: 64px;
    line-height: 64px;
    /*border-bottom: 1px solid #e6ecf3;*/
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

    .selected-user span {
        line-height: 100%;
    }

        .selected-user span.name {
            font-weight: 700;
        }

.chat-container {
    position: relative;
    padding: 0.9rem;
}

    .chat-container li.chat-left,
    .chat-container li.chat-right {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .chat-container li img {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .chat-container li .chat-avatar {
        margin-right: 20px;
    }

    .chat-container li.chat-right {
        justify-content: flex-end;
        text-align: end;
    }

        .chat-container li.chat-right > .chat-avatar {
            text-align: right !important;
        }

    .chat-container li .chat-name {
        font-size: .75rem;
        color: #999999;
        /*text-align: start;*/
    }

    .chat-container li .chat-text {
        padding: .4rem 1rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #c4cbe5;
        font-weight: - 17;
        line-height: 150%;
        position: relative;
    }

        .chat-container li .chat-text:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: 10px;
            left: -20px;
            border-color: transparent #c4cbe5 transparent transparent;
        }

    .chat-container li.chat-right > .chat-text {
        text-align: right;
        background: #d0eaf3;
    }

        .chat-container li.chat-right > .chat-text:before {
            right: -20px;
            border-color: transparent transparent transparent #c5cce5;
            left: inherit;
        }

    .chat-container li .chat-hour {
        padding: 0;
        margin-bottom: 10px;
        font-size: .75rem;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: end;
        margin: 0 0 0 15px;
    }

        .chat-container li .chat-hour > span {
            font-size: 16px;
            color: #9ec94a;
        }

    .chat-container li.chat-right > .chat-hour {
        margin: 0 15px 0 0;
        justify-content: start;
    }

@media (max-width: 767px) {
    .chat-container li.chat-left,
    .chat-container li.chat-right {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .chat-container li img {
        width: 32px;
        height: 32px;
    }

    .chat-container li.chat-left .chat-avatar {
        margin: 0 0 5px 0;
        display: flex;
        align-items: center;
    }

    .chat-container li.chat-left .chat-hour {
        justify-content: flex-end;
    }

    .chat-container li.chat-left .chat-name {
        margin-left: 5px;
    }

    .chat-container li.chat-right .chat-avatar {
        order: -1;
        margin: 0 0 5px 0;
        align-items: center;
        display: flex;
        justify-content: right;
        flex-direction: row-reverse;
    }

    .chat-container li.chat-right .chat-hour {
        justify-content: flex-start;
        order: 2;
    }

    .chat-container li.chat-right .chat-name {
        margin-right: 5px;
    }

    .chat-container li .chat-text {
        font-size: .8rem;
    }
}

.chat-form {
    padding: 15px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid white;
}


.card {
    background: #f4f5fb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 2rem;
    box-shadow: none;
}

.card-footer:last-child {
    border-radius: 0 0calc(.25rem - 1px)calc(.25rem - 1px);
    text-align: end;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
    background: #E4E6EF;
    opacity: 1;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 0.42rem !important;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute;
}

.scroll {
    position: relative;
    overflow: auto;
    height: 940px;
}

.chat-scroll {
    overflow: auto;
    height: 400px;
}

.accordion .card .card-header .card-title {
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #3699FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.navi.navi-accent .navi-item .navi-link:before {
    display: block;
    left: 0;
    top: 8px;
    bottom: 8px;
    position: absolute;
    width: 4px;
    /*   background-color: #a4b6f5;*/
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-radius: 2px;
    content: " ";
}

.accordion.accordion-light .card:first-child .card-header {
    margin: 0;
}

.accordion.accordion-light .card .card-header {
    background-color: transparent;
    border: 0;
}

.accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    background-color: #F3F6F9;
    font-weight: BOLD;
}

.collapse:not(.show) {
    display: none;
}


.faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 19px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;
}

.faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
}

.faq {
    width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;
}

    .faq label {
        display: block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        height: 56px;
        padding-top: 1px;
        background-color: #FAFAFA;
        border-bottom: 1px solid #E1E1E1;
    }

    .faq input[type="checkbox"] {
        display: none;
    }

    .faq .faq-arrow {
        width: 5px;
        height: 5px;
        transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border-top: 2px solid rgba(0, 0, 0, 0.33);
        border-right: 2px solid rgba(0, 0, 0, 0.33);
        float: right;
        position: relative;
        top: -30px;
        right: 27px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .faq input[type="checkbox"]:checked + label > .faq-arrow {
        transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .faq input[type="checkbox"]:checked + label {
        display: block;
        background: rgba(255,255,255,255) !important;
        color: #4f7351;
        height: 225px;
        transition: height 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .faq input[type='checkbox']:not(:checked) + label {
        display: block;
        transition: height 0.8s;
        height: 60px;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }



.bg-light {
    background-color: #cbd6d6 !important;
}

.rz-panel-titlebar-toggler .rzi-plus:before {
    content: 'add';
    color: currentcolor;
}

[b-zbwm49ki0i] a.active {
    background-color: #0613ec !important;
}
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #b2c1d8;
}*/

.p-2 {
    padding: 0.9rem !important;
}

card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

    /* First border-left-width setting is a fallback */
    .card-custom-img::after {
        position: absolute;
        content: '';
        top: 161px;
        left: 0;
        width: 0;
        height: 0;
        /*  border-style: solid;*/
        border-top-width: 40px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 545px;
        border-left-width: calc(575px - 5vw);
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: inherit;
    }

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.bg-light {
    background-color: #da9e6d6b !important;
}

.rz-scheme-pastel .rz-series-0 {
    fill: #fd6000ba;
    stroke: #fd6000ba;
}

.rz-color-success {
    color: green !important;
}

.rz-color-danger {
    color: red !important;
}

.rz-color-danger {
    color: red !important;
}
/*<!-- Dashboard Css --!>*/

.col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.btn-overlay {
    cursor: pointer;
}

.navbar-brand {
    cursor: pointer;
}

.navi-link {
    cursor: pointer;
}

. rz-paginator-page {
    display: inline-block;
    min-width: var(--rz-paginator-numeric-button-min-width);
    text-align: center;
    margin: var(--rz-paginator-numeric-button-margin);
    background-color: #abb4b9;
    border: var(--rz-paginator-numeric-button-border);
    border-radius: var(--rz-paginator-button-border-radius);
    padding: var(--rz-paginator-numeric-button-padding);
    color: #ffff;
}

    .rz-paginator-page.rz-state-active {
        background-color: #0a0202;
        color: #ffffff !important border: var(--rz-paginator-numeric-button-selected-border);
        padding: var(--rz-paginator-numeric-button-selected-padding);
    }

.rz-button.rz-primary.rz-shade-default {
    background-color: #3a474d;
}

rz-button rz-button-md rz-variant-filled rz-secondary rz-shade-default w-100 {
    background-color: #3a474d;
}

.rz-paginator-page.rz-state-active {
    background-color: #3a474d;
    color: #ffffff !important;
    border: var(--rz-paginator-numeric-button-selected-border);
    padding: var(--rz-paginator-numeric-button-selected-padding);
}

.rz-button.rz-secondary.rz-shade-light, .rz-secondary.rz-shade-light.rz-paginator-element {
    background-color: #3a474d;
}

.rz-t {
    --rz-tooltip-background-color: #2c3e50;
    --rz-tooltip-color: var(--rz-text-contrast-color);
    --rz-tooltip-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
    --rz-tooltip-padding: 0.25rem 0.5rem;
    --rz-tooltip-border-radius: var(--rz-border-radius);
    --rz-tooltip-font-size: 0.875rem;
}
/*.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgb(44 62 80);
    border-radius: 0.25rem;
}*/

/*.rz-card {
    --rz-card-padding: 1.25rem;
    --rz-card-background-color: var(--rz-base-background-color);*/
/* --rz-card-shadow:
  var(--rz-shadow-2); */
/*--rz-card-border-radius: var(--rz-border-radius);
    --rz-card-heading-margin-bottom: 0.5rem;*/
/*    padding: var(--rz-card-padding);*/
/*border-radius: var(--rz-card-border-radius);
    box-shadow: var(--rz-card-shadow);
    background-color: var(--rz-card-background-color);
}*/
.rz-button rz-button-md rz-variant-filled rz-primary rz-shade-default {
    font-size: var(--rz-body-font-size);
    font-weight: 600;
    padding: rem 1rem;
    height: auto;
    line-height: 1.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
}

.scrollable-content {
    flex-grow: 1; /* Takes up all available space */
    overflow-y: auto; /* Enables scrolling */
}

.chat-scrollable-content {
     /* Takes up all available space */
    overflow-y: auto;
}
.rz-dialog-content {
    display: flex; /* Ensure this container uses Flexbox */
    flex-direction: column;
    flex-grow: 1; /* Makes it expand within its parent */
}

.info-box {
    border: 1px dashed #6c757d;
    background-color: #f8f9fa;
}

.rzdbuddton {
    padding: inherit;
    width: 24%;
    font-size: var(--rz-body-font-size);
    font-weight: 600;
    height: auto;
    line-height: 1.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
}

.card {
    width: 100%;
}

.card1 {
    width: 100%;
}

.mr-1 {
    margin-top: 2%;
}

.btn-dark {
    color: #ffffff;
    background-color: #32404c;
    border-color: #ffc107;
}

.badges {
    /*    display: inline;
   
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;*/
}

.rz-panel1 {
    width: 100%;
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: #3a474d;
}
/*css* Code added by vinoth for Title Bar*/
.rz-panel-titlebar {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

/*Cube*/
*,
*:after,
*:before {
    box-sizing: border-box;
}

:root {
    --hue: 185;
    --radius: 6.5;
    --size: 4;
}

body {
    min-height: 100vh;
    background: hsl(var(--hue), 20%, 70%);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

[type='checkbox'] {
    position: absolute;
    left: 100%;
    opacity: 0;
    height: 0;
    width: 0;
}

.scene {
    perspective: 800px;
    transform-style: preserve-3d;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plane {
    height: 5vmin;
    width: 5vmin;
    transform-style: preserve-3d;
    transform: rotateX(-40deg) rotateY(-45deg) rotateX(90deg);
}

.cube,
.shadow {
    --width: var(--size);
    --height: var(--size);
    --depth: var(--size);
    height: calc(var(--depth) * 1vmin);
    width: calc(var(--width) * 1vmin);
    transform-style: preserve-3d;
    position: absolute;
    font-size: 1rem;
    -webkit-animation: jump 0.8s calc(var(--d) * 1s) infinite;
    animation: jump 0.8s calc(var(--d) * 1s) infinite;
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
}

    .cube > div:nth-of-type(1),
    .shadow > div:nth-of-type(1) {
        background: hsl(var(--hue), 60%, 50%);
        height: calc(var(--height) * 1vmin);
        width: 100%;
        transform-origin: 50% 50%;
        transform: rotateX(-90deg);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotateX(-90deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
    }

    .cube > div:nth-of-type(2),
    .shadow > div:nth-of-type(2) {
        background: hsl(var(--hue), 60%, 60%);
        height: calc(var(--height) * 1vmin);
        width: 100%;
        transform-origin: 50% 50%;
        transform: translate(-50%, -50%) rotateX(-90deg) rotateY(180deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .cube > div:nth-of-type(3),
    .shadow > div:nth-of-type(3) {
        background: hsl(var(--hue), 60%, 60%);
        height: calc(var(--height) * 1vmin);
        width: calc(var(--depth) * 1vmin);
        transform: translate(-50%, -50%) rotateX(-90deg) rotateY(90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .cube > div:nth-of-type(4),
    .shadow > div:nth-of-type(4) {
        background: hsl(var(--hue), 60%, 55%);
        height: calc(var(--height) * 1vmin);
        width: calc(var(--depth) * 1vmin);
        transform: translate(-50%, -50%) rotateX(-90deg) rotateY(-90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .cube > div:nth-of-type(5),
    .shadow > div:nth-of-type(5) {
        background: hsl(var(--hue), 60%, 45%);
        height: calc(var(--depth) * 1vmin);
        width: calc(var(--width) * 1vmin);
        transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * 1vmin));
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .cube > div:nth-of-type(6),
    .shadow > div:nth-of-type(6) {
        background: hsl(var(--hue), 60%, 65%);
        height: calc(var(--depth) * 1vmin);
        width: calc(var(--width) * 1vmin);
        transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * -1vmin)) rotateX(180deg);
        position: absolute;
        top: 50%;
        left: 50%;
    }

.shadow {
    -webkit-animation: none;
    animation: none;
    background: radial-gradient(#000, transparent);
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
    -webkit-animation: shadow 0.8s calc(var(--d) * 1s) infinite;
    animation: shadow 0.8s calc(var(--d) * 1s) infinite;
}

.cube--0,
.shadow--0 {
    --x: 1;
    --y: 0;
    --d: -0.7;
}

.cube--1,
.shadow--1 {
    --x: 1;
    --y: -1;
    --d: -0.6;
}

.cube--2,
.shadow--2 {
    --x: 0;
    --y: -1;
    --d: -0.5;
}

.cube--3,
.shadow--3 {
    --x: -1;
    --y: -1;
    --d: -0.4;
}

.cube--4,
.shadow--4 {
    --x: -1;
    --y: 0;
    --d: -0.3;
}

.cube--5,
.shadow--5 {
    --x: -1;
    --y: 1;
    --d: -0.2;
}

.cube--6,
.shadow--6 {
    --x: 0;
    --y: 1;
    --d: -0.1;
}

.cube--7,
.shadow--7 {
    --x: 1;
    --y: 1;
    --d: 0;
}

@-webkit-keyframes jump {
    0%, 30%, 100% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
    }

    15% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
    }
}

@keyframes jump {
    0%, 30%, 100% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
    }

    15% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
    }
}

@-webkit-keyframes shadow {
    0%, 30%, 100% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
    }

    15% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
        opacity: 0.2;
    }
}

@keyframes shadow {
    0%, 30%, 100% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
    }

    15% {
        transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
        opacity: 0.2;
    }
}

.lightbox img:not(.lightbox-disabled) {
    cursor: zoom-in;
}

@media print {
    .rz-layout {
        height: auto !important;
    }
}

.rz-dropdown-item1 {
    padding: 2px;
}

.rz-grid-table thead {
    z-index: 1 !important;
}
/*Profile page CSS Added by Vinoth*/
/*body {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}*/

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #ffff;
}

.profile-img {
    text-align: center;
}

    .profile-img img {
        width: 70%;
        height: 100%;
    }

    .profile-img .file {
        position: relative;
        overflow: hidden;
        margin-top: -20%;
        width: 70%;
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }

        .profile-img .file input {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
        }

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

    .proile-rating span {
        color: #495057;
        font-size: 15px;
        font-weight: 600;
    }

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

    .profile-head .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

        .profile-head .nav-tabs .nav-link.active {
            border: none;
            border-bottom: 2px solid #0062cc;
        }

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

    .profile-work p {
        font-size: 12px;
        color: #818182;
        font-weight: 600;
        margin-top: 10%;
    }

    .profile-work a {
        text-decoration: none;
        color: #495057;
        font-weight: 600;
        font-size: 14px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.lds-ring {
    width: 48px;
    height: 48px;
    border: 5px solid #0000;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.centered-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(249, 249, 249, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.lightbox-container {
    display: none; /* Initially hide the container */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
/*Configurator page image pop-up*/
.lightbox-wrapper, .lightbox-wrapper * {
    outline: 0;
}

    .lightbox-wrapper .lightbox {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

.container {
    display: flex;
    flex-direction: column;
}


/* Add this CSS to your stylesheet */
.steps-container {
    display: flex;
    flex-direction: column;
}

.step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.no-fill-space {
    flex-grow: 1;
}

.button-container .rz-step:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.input[type="color"] {
    display: none;
}

.custom-image-fit {
    height: 100%;
    max-width: 100%;
    width: 73% !important;
    display: inline-block !important
}

* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

.button-container {
    position: relative;
    z-index: 2; /* Ensure the button container is above the image */
}

.custom-image-container {
    position: relative;
    z-index: 1; /* Ensure the image is below the button container */
}

.custom-top .rz-dialog-content {
    padding: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0px;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*New Chat CSS */
/*.chat-container {*/
/* Adjust the maximum width as needed */
/*margin: auto;
}

.chat-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chat-right {
    text-align: left;
}

.chat-right-text {
    text-align: right;
    background-color: #d9d9ed;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 5px 2px;
}

.outgoing-chats-msg {
    float: right;
    width: 46%;
}

.chat-left-text {
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #646464;
    font-size: 14px;
    margin-left: 1rem;
    padding: 1rem;
    width: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 5px 2px;
}


.chat-left {
    text-align: right;
}

.chat-avatar {
    display: flex;
    flex-direction: column;
}

.chat-name {
    font-weight: bold;
    margin-bottom: 2px;
}

.chat-text {
    word-wrap: break-word;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.btn-primary {
    background-color: #0078D4;
    color: white;
    border: none;
    margin-top: 10px;
}

    .btn-primary:hover {
        background-color: #005a9e;
    }

.btn-clean {
    background-color: transparent;
    color: #0078D4;
    border: none;
}

    .btn-clean:hover {
        color: #005a9e;
    }

.chat-box {
    background-color: #FFFFFF;*/ /* Light gray background */
/*padding: 10px;*/ /* Adjust as needed */
/*border-radius: 8px;*/ /* Rounded corners */
/*}

.chat-text {
    background-color: #FFFFFF;*/ /* White background for messages */
/*padding: 10px;*/ /* Adjust as needed */
/*border-radius: 8px;*/ /* Rounded corners */
/*margin-top: 5px;*/ /* Adjust as needed */
/*}

.chat-right {
    text-align: right;
}

.chat-left {
    text-align: left;
}

.received-msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

received-chats-img {
    display: inline-block;
    width: 50px;
    float: left;
}

.received-msg-inbox {
    width: 57%;
}

    .received-msg-inbox p {
        background: #ecf2f6d9 none repeat scroll 0 0;
        border-radius: 10px;
        color: #000000;
        font-size: 14px;
        margin-left: 0.2rem;
        padding: 1rem;
        width: 100%;
        box-shadow: rgb(0 0 0 / 25%) 0px 5px 5px 2px;
    }

p {
    overflow-wrap: break-word;
}

p {
    overflow-wrap: break-word;
}

.outgoing-chats {
    overflow: hidden;
    margin: 26px 20px;
}

.outgoing-chats-msg p {
    background-color: #9188ba;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    color: #0000;
    padding: 5px 10px 5px 12px;
    width: 100%;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 5px 2px;
}

.outgoing-chats-msg {
    float: right;
    width: 46%;
}

.outgoing-chats-img {
    text-align: end;
}*/
.chat-container {
    /* Adjust the maximum width as needed */
    margin: auto;
}

.chat-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chat-right {
    text-align: left;
}

.chat-right-text {
    text-align: right;
    background-color: #d9d9ed;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 5px 2px;
}

/*.outgoing-chats {
    overflow: hidden;
    margin: 26px 20px;
}

    .outgoing-chats .outgoing-chats-msg p {
        background-color: #E9EBFA;
        color: #000000;
        border-radius: 10px;
        font-size: 14px;
        padding: 1rem;
        width: 100%;
    }

    .outgoing-chats .outgoing-chats-msg {
        float: right;
        width: 46%;
    }
*/

.chat-left {
    text-align: right;
}

.chat-avatar {
    display: flex;
    flex-direction: column;
}

.chat-name {
    /* font-weight: bold; */
    /* margin-bottom: 2px; */
    color: lightsteelblue;
}

.chat-text {
    word-wrap: break-word;
}

.footer {
    display: flex;
    flex-direction: column;
}

.btn-primary {
    background-color: #0078D4;
    color: white;
    border: none;
    margin-top: 10px;
}

    .btn-primary:hover {
        background-color: #005a9e;
    }

.btn-clean {
    background-color: transparent;
    color: #0078D4;
    border: none;
}

    .btn-clean:hover {
        color: #005a9e;
    }

.chat-box {
    background-color: #FFFFFF; /* Light gray background */
    padding: 10px; /* Adjust as needed */
    border-radius: 8px; /* Rounded corners */
}

.chat-text {
    background-color: #FFFFFF; /* White background for messages */
    padding: 10px; /* Adjust as needed */
    border-radius: 8px; /* Rounded corners */
    margin-top: 5px; /* Adjust as needed */
}

.chat-right {
    text-align: right;
}

.chat-left {
    text-align: left;
}

.received-msg {
    display: inline-block;
    padding: 0 0 0 1px;
    vertical-align: top;
    width: 92%;
}

.received-chats {
    text-align: left;
}

received-chats-img {
    display: inline-block;
    color: lightsteelblue;
    width: 50px;
    float: left;
}

.received-msg-inbox {
    width: 57%;
    margin-bottom: 2%;
    margin-top: -2%;
}

    .received-msg-inbox p {
        background: #ecf2f6d9;
        border-radius: 10px;
        color: #000000;
        font-size: 14px;
        padding: 0.8rem;
        width: 100%;
        /* box-shadow: rgb(0 0 0 / 25%) 0px 5px 5px 2px; */
        text-align: left;
        /* margin-left: -6px; */
    }

p {
    overflow-wrap: break-word;
}

p {
    overflow-wrap: break-word;
}

.outgoing-chats {
    overflow: hidden;
    margin: 26px 20px;
}

.outgoing-chats-msg p {
    background-color: #E9EBFA;
    color: #000000;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    padding: 0.8rem;
}

.outgoing-chats-msg {
    float: right;
    width: 46%;
    /* height: 76%; */
    margin-top: -3%;
}

.outgoing-chats-img {
    text-align: end;
    color: lightslategray;
}

.time-stamp {
    color: lightslategray;
}

.ticket-info {
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

    .ticket-info label {
        font-weight: bold;
        margin-right: 5px;
        color: #333; /* Set label color */
    }

    .ticket-info span {
        color: #0078D4; /* Set span color */
    }


h1:focus {
    outline: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.has-border-light {
    border: 1px solid #fff;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-border-dark {
    border: 1px solid #ddd;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-background-blazor {
    background-color: #592b8f !important;
}

.has-cursor-grab {
    cursor: grab;
}

/* links should be white */
a {
    color: white;
}
/* Resetting default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Chat page header styles */
.chat-header {
    background-color: #3c474d;
    /* color: #333; */
    /* padding: 10px 20px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

/* Logo styles */
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #007bff; /* Light blue */
}

/* User info styles */
.user-info {
    display: flex;
    align-items: center;
}

    .user-info .name {
        font-weight: bold;
        margin-right: 10px;
    }

    .user-info .title {
        color: #666; /* Medium grey text */
        font-size: 14px;
    }

/* Action buttons styles */
.action-buttons button {
    background-color: #fff; /* White */
    color: #007bff; /* Light blue */
    border: 1px solid #007bff; /* Light blue border */
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .action-buttons button:hover {
        background-color: #007bff; /* Light blue background on hover */
        color: #fff; /* White text on hover */
    }

.background-color-chat-color {
    background-color: #3a474d !important;
}

/*.ribbon {*/ /*
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}*/
/*.ribbon {*/
    /* font-size: 10px; */
    /* color: #fff; */
    /*padding: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 37px;
    right: -21px;
    z-index: 1;
}*/

.ribbon1 {
    /* font-size: 10px; */
    /* color: #fff; */
    padding: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: 24px;
    z-index: 1;
}

.green-box {
    border: 2px solid green; /* Adjust the border width and color as needed */
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
    display: inline-block; /* Ensure the element wraps around its content */
    padding: 5px; /* Optional: Add padding inside the box */
}

.red-box {
    border: 2px solid #FFA500; /* Adjust the border width and color as needed */
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
    display: inline-block; /* Ensure the element wraps around its content */
    padding: 5px; /* Optional: Add padding inside the box */
}

.more {
    cursor: zoom-in!important;
}

/*Menu Item Changes*/
/*.rz-sidebar {
    background-color: #f4f5f9;
    color: #ffffff;
    border-right: var(--rz-sidebar-border-right);
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: var(--rz-sidebar-z);
    width: var(--rz-sidebar-width);
    opacity: 1;
    */ transition: var(--rz-transition-all);
}

/*.rz-panel-menu {
    list-style: none;
    padding: var(--rz-panel-menu-padding);
    margin-bottom: 0;
    overflow: auto;
    font-size: var(--rz-panel-menu-font-size);
    font-weight: var(--rz-panel-menu-font-weight);
    color: #290606;
    background-color: #f4f5f9;
}*/
/*   .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
        margin: var(--rz-panel-menu-item-2nd-level-margin);
        border-radius: var(--rz-panel-menu-item-2nd-level-border-radius);
        background-color: #ffffff;
        overflow: hidden;
    }
    .rz-panel-menu .rz-navigation-item {
        border-radius: var(--rz-panel-menu-item-border-radius);
        */ overflow: hidden;
/* }
.responsive-image {
    max-width: 100%;
    height: 90px;
}
.hide-if-image {
    display: none;
}*/

.custom-image {
  width:auto;
  height:75vh;
}
.config-btn {
    border-radius: 6px;
    background: #113D4F;
    padding: 5px 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
}

.glowing-border,
.glowing-border input:hover,
.glowing-border input:focus {
 
    box-shadow: 0 0 4px #ff0024, 0 0 4px #ff0024 !important;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
    outline: none;
}
   
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 5px #ff4d4d;
    }

    50% {
        box-shadow: 0 0 15px #ff1a1a;
    }

    100% {
        box-shadow: 0 0 5px #ff4d4d;
    }
}

.glowing-border {
    border: 2px solid #ff0024;
    border-radius: 4px;
}