/* font face */

@font-face {
    font-family: 'Trebuchet MS';
    src: url(/assets/font/trebuchet-ms-2-cufonfonts/trebuc.ttf);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: #23c9cc
}


/* ============== Common Css Start ================*/

body {
    font-family: 'Trebuchet MS';
}

h1 {
    font-weight: bolder !important;
}

.section-padding {
    padding: 75px 0;
}

.section-padding_2 {
    padding: 0px 0px 75px 0px;
}

.section-bottom-padding-150 {
    padding-bottom: 150px;
}

.value-down {
    color: #dc3545;
}

.value-up {
    color: #198754;
}

.intro-content {
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
}
a:hover{
    color: #fff !important;
}

.add_font_size_18 {
    font-size: 18px !important;
}

.btn-blue {
    background-color: #7b58ff;
    padding: 10px 20px !important;
    border-radius: 10px;
    color: #fff;
    /* display: table; */
    transition: background-color 1s;
    transition: border-radius 1s;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #23c9cc;
    border-radius: 10px;
    transition: background-color 1s;
    transition: border-radius 1s;
    color: #fff;
}

.btn-orange {
    background-color: #23c9cc;
    padding: 10px 20px !important;
    border-radius: 10px;
    color: #fff;
    /* display: table; */
    transition: background-color 1s;
    transition: border-radius 1s;
    text-decoration: none;
}

.btn-orange:hover {
    background-color: #7b58ff;
    border-radius: 10px;
    transition: background-color 1s;
    transition: border-radius 1s;
    color: #fff;
}

.gradient-text-color {
    background: linear-gradient(90.91deg, #23c9cc 1.41%, #7b58ff 50.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-text-color-1 {
    color: #7b58ff;
}
.theme-text-color-2 {
    color: #23c9cc;
}
.theme-text-color-3 {
    color: #f5f5f5;
}

input:focus {
    box-shadow: none !important;
}

input:focus-visible {
    outline: 0 !important;
}

.navbar-brand:focus {
    outline: none;
}

.section-bg,
.dashboard_section {
    padding: 50px 0px;
    background-color: #f5f5f5;
    min-height: 89vh;
    max-height: 10000px;
    align-items: center;
}

.gradient-bg-color {
    background: linear-gradient(90.91deg, #23c9cc 1.41%, #7b58ff 50.78%);
}

.theme-btn-1 {
    background-color: #7b58ff;
}

.theme-btn-2 {
    background-color: #23c9cc;
    white-space: nowrap;
}

.theme-btn-2,
.theme-btn-1 {
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    outline: 0;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.theme-btn-2::before,
.theme-btn-1::before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    content: "";
    height: 50%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 95%;
    right: 0;
    margin: 0 auto;
    display: none;
}

a.theme-btn-2:hover i,
a.theme-btn-1:hover i {
    color: #fff !important;
}

a:hover {
    color: #7b58ff;
}

.theme-btn-2:hover {
    background-color: #7b58ff;
    color: #fff !important;
}

.theme-btn-1:hover {
    background-color: #23c9cc;
}

.theme-btn-2:hover {
    background-color: #7b58ff;
}

.theme-btn-1 {
    background-color: #7b58ff;
}

.theme-btn-2 {
    background-color: #23c9cc;
}

.theme-btn-2,
.theme-btn-1 {
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    outline: 0;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.theme-btn-2::before,
.theme-btn-1::before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    content: "";
    height: 50%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 95%;
    right: 0;
    margin: 0 auto;
    display: none;
}

a.theme-btn-1:hover i {
    color: #fff !important;
}

a:hover {
    color: #fff;
}

.theme-btn-2:hover {
    background-color: #7b58ff;
}

.theme-btn-1:hover {
    background-color: #23c9cc;
}

.theme-btn-2:hover {
    background-color: #7b58ff;
}
.loading-icon{
    display: none !important;
}
.loading-icon.fa-spin{
    display: inline-block !important;
}
.table th,
.table.select-table th {
    color: #ffffff !important;
    font-weight:400 !important;
    padding-left: 10px;
}
.table th{
    padding-left: 0px; 
}
.table td{
    font-size: 14px;
}

.label-text {
    color: #7b58ff;
    font-weight: 500;
    margin-bottom: 6px;
}

.cdk-overlay-container {
    z-index: 10 !important;
}
.cdk-global-overlay-wrapper{
    margin-top: 40px;
}
.fs-14 {
    font-size: 14px;
    line-height: 22px;
}

.fs-16 {
    font-size: 16px;
    line-height: 24px;
}
.h-300{
    height: 300px;
}

/* =========== Common Css Start ================ */


/*============ Menu  Start ===================== */

.w-m {
    width: max-content;
}

.menu .nav-link.active {
    color: #23C9CC !important;
    transition: color 1s;
}

.menu .navbar-toggler:hover {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat, linear-gradient(90deg, #7B58FF 0%, #23C9CC 100%);
}

.menu .navbar-nav .dropdown-toggle:hover,
.menu .nav-link:hover {
    color: #7B58FF !important;
    transition: color 1s;
}

.menu .navbar-nav .dropdown-toggle.show {
    color: #7B58FF !important;
}

.menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #23C9CC !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.offcanvas-header .btn-close:focus {
    box-shadow: none !important;
}

.menu-close-animation:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    --animate-repeat: infinite;
}


/*============ Menu  End ============= */


/*============ header Start ========== */

.header-element-1-img {
    transform: rotate(25deg);
    padding-left: 150px;
}

.counter {
    margin-top: 50px;
}


/*============ header End ============== */


/*============ Table Start ============= */

.landing-page-table p {
    font-size: 15px;
}

.landing-page-table p span {
    font-size: 11px;
}


/*============ Table End ======================= */


/*============ Our Services Start ============== */

.background-1 {
    background-image: url(../img/landing-page/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.animate-coin-1 {
    left: 160px !important;
    top: 0px;
}

.animate-coin-2 {
    right: 130px !important;
    top: 70px;
}

.coin-flip-animate ,.cursor-pointer{
    cursor: pointer;
}

.coin-flip-animate:hover {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    --animate-delay: 0.2s;
}

.services-grp {
    -webkit-box-shadow: 1px 2px 8px 0px rgba(196, 196, 196, 0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(196, 196, 196, 0.75);
    box-shadow: 1px 2px 8px 0px rgba(196, 196, 196, 0.75);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    --animate-duration: 800ms;
}


/* .services-grp:hover {
	-webkit-box-shadow: 1px 2px 8px 3px rgba(196, 196, 196, 0.75);
	-moz-box-shadow: 1px 2px 8px 3px rgba(196, 196, 196, 0.75);
	box-shadow: 1px 2px 8px 3px rgba(196, 196, 196, 0.75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

} */


/*========= Our Services End =========== */


/* ======== Digital section Start ====== */

.digital-sec-grp .border {
    padding: 10px 20px !important;
    border-radius: 10px 0px 10px 0px;
}

.digital-sec-grp-1 .border {
    padding: 8px 26px !important;
    border-radius: 10px 0px 10px 0px;
}

.mobile-card-img {
    margin-top: -180px;
}

.mobile-card-img img {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
}


/* ========= Digital section End ==================== */


/* ========= testimonials Start ===================== */

.testimonial-grp .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.testimonial-grp .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #D9D9D9 !important;
    margin: 0 3px;
}

.testimonial-grp .owl-dots button.owl-dot.active {
    background: rgb(236, 148, 35);
    background: linear-gradient(90deg, rgb(37 198 205) 13%, rgb(123 88 255) 82%) !important;
}

.testimonial-grp .owl-dots button.owl-dot:focus {
    outline: none;
}


/* ========== testimonials End ================ */


/* ========== client logo Start =============== */

.client-logo-section {
    padding: 240px 0 75px 0;
}

.border-gradient {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat, linear-gradient(90deg, #23c9cc 0%, #7b58ff 100%);
    border-radius: 0px;
    padding: 4px;
    box-sizing: border-box;
}

.client-logo-bg-1 {
    top: 56px;
}

.client-logo-bg-2 {
    top: 81px;
}


/* ========== client logo End ===================== */


/* ========== footer Start ======================== */

.footer-grp {
    background-image: url(../img/landing-page/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 30px 0;
}
.footer-grp.copy-right {
    background-image: unset !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
}
.copy-right{
    background-image: url(../img/landing-page/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px 0 !important;
    }
.copy-right .copy-right-group{
    background-image: url(../img/landing-page/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px 0 !important;
    margin-top: 0 !important;
    border: 0 !important;
    }
.footer-grp .f-menu-2 li::marker,
.footer-grp .f-menu-1 li::marker {
    list-style: disc;
    font-size: 22px;
    color: #4D53A9;
}

.footer-grp .f-menu-1 li {
    cursor: pointer;
    margin-right: 15px;
    list-style: none;
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.footer-grp .f-menu-2 li {
    cursor: pointer;
}

.footer-grp .f-menu-2 {
    margin-bottom: 0;
}

.footer-social-icon ul,
.footer-grp .f-menu-1 {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-grp .f-menu-2 li:hover::marker,
.footer-grp .f-menu-1 li:hover::marker {
    color: #23c9cc;
    font-weight: 600;
}

.footer-social-icon li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.footer-social-icon li:last-child {
    margin-right: 0px;
}

.footer-social-icon li img:hover {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3);
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

.f-menu-1 li::before {
    content: '';
    background-color: #4d53a9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 8px;
}

.f-menu-1 li:hover::before {
    content: '';
    background-color: #23c9cc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 8px;
}


/* ========== footer End ============== */


/* Common Card Css start */

.profile_card {
    border: 2px solid #7b58ffa8;
    border-radius: 11px;
}

.profile_card_title {
    background-color: #7b58ffa8;
    padding: 15px 10px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    font-size: 14px;
    font-weight: 600 !important;
}


/* Common Card Css End */


/* chat */

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 677px;
}

.support-ticket-grp {
    height: 570px;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

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

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}


.msg-body ul li.sender div {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    min-width: 10%;
    max-width: 70%;

}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}


/* .msg-body ul li.repaly div {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    min-width: 10%;
    max-width: 70%;
} */

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}



.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    outline: 0;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background-color: #23c9cc;
}
.send-box button:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    content: "";
    height: 50%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 95%;
    right: 0;
    margin: 0 auto;
}
.send-box button:hover {
    background-color: #7b58ff;
}
.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: relative;
        /* left: 1000px; */
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}


/* chat */

.checkbox {
    display: flex;
    align-items: center;
    /* font-size: 2rem; */
    cursor: pointer;
    /* width: 20rem; */
    color: #fff;
}

.checkbox input {
    display: none;
}

.checkbox input:checked~.checkbox__mark svg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.checkbox__mark {
    margin-right: 0.5rem;
    position: relative;
    width: 50px;
    height: 32px;
    border: 0.2rem solid #ffffff;
}

.checkbox__mark svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 80%;
    height: auto;
    transition: all ease 0.2s;
    opacity: 0;
}

.checkbox--disabled {
    color: grey;
    pointer-events: none;
}

.checkbox--disabled .checkbox__mark {
    border-color: grey;
}

.checkbox--disabled .checkbox__mark {
    border-color: grey;
}

a.btn.btn-lg.btn-primary.btn-lg-square.rounded.back-to-top {
    background-color: #bd8a18;
    border: #b58315;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: #258afd;
    box-shadow: 0 5px 10px rgb(189 186 186 / 95%);
    color: #000000;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: #000000;
    font-weight: 600;
}

.checkbox-input:focus+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 13.8rem;
    min-height: 3rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile:hover {
    border-color: #2260ff;
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-label {
    color: #000000;
    transition: 0.375s ease;
    text-align: center;
}

.model_p_add {
    font-size: 15px;
    color: #000;
    margin-top: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd7d7;
}

.model_p_add_2_span {
    font-weight: 600;
}


/*  */

.bg-theme-1 {
    background-color: #7b58ff;
}

.bg-theme-2 {
    background-color: #23c9cc;
}

.text-theme-1 {
    color: #7b58ff;
}

.text-theme-2 {
    color: #23c9cc;
}

.toggle input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    background: red;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
    border: 0;
}

.toggle input[type="checkbox"]::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: 0.5s;
    border: 0;
}

.toggle input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}

.toggle input[type="checkbox"]:checked {
    background: #00ed64;
}


.profile_div{
    min-height: 89vh;
    max-height: 10000px;
}
.profile_div_1 {
    min-height: 57vh;
    max-height: 10000px;
}
.offcanvas-backdrop.show{
    opacity: 0 !important;
}
.button-secondary {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background-color: #23c9cc;
    border: 1px solid #23c9cc !important;
    border-radius: 4px;
    /* box-shadow: 0px 5px 8px -7px #1a1405; */
    /* background: linear-gradient(#4D869C, #76AEB0); */
    transition: background-color 1s;
    transition: border-radius 1s;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer !important;
    padding: 6px 12px !important;
    font-size: 13px;
}
.swal2-cancel,
.swal2-deny,
.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #23c9cc !important;
    color: #1a1405 !important;
    font-size: 1em;
    box-shadow: unset !important;
}
.swal2-icon {
    border-color: #23c9cc !important;
    padding: 10px;
}
.swal2-icon * {
    color: #23c9cc !important;
}
.swal2-icon .fas {
    color: #23c9cc;
}
.swal2-title {
    font-size: 20px;
    color: #000;
    max-width: 90%;
    margin: auto;
}
.swal2-html-container {
    font-size: 16px !important;
}
.swal2-styled {
    font-size: 13px !important;
}
.swal2-actions {
    width: 75%;
    flex-wrap: nowrap;
}
.swal2-confirm,
.swal2-deny {
    width: 100%;
}
.swal2-cancel,
.swal2-deny,
.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #23c9cc !important;
    color: #1a1405 !important;
    font-size: 1em;
    box-shadow: unset !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    place-self: center center;
    width: 100% !important;
    max-width: 25rem !important;
}
.swal2-popup{
		background-color: #fff !important;
		padding: 40px 20px;
		/* box-shadow: 0px 0px 1px 0px rgba(89 89 89), 3px 4px 5px 0px rgb(55 55 55) !important; */
		border-radius: 8px;
	}
    .price-amount-grp ul li button.active {
        background-color: #eaeaea !important;
        padding: 10px !important;
        border-radius: 5px !important;
    }