@font-face {
    font-family: IRANSansFaNum;
    src: url('../fonts/IRANSansXFaNum-Regular.ttf') format('truetype');
}


body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansFaNum, system-ui !important;
    background: url(../images/loginkarma.png) no-repeat 100% 0%, #204473;
    background-size: 700px;
}

@media screen and (max-width:575px){
    body {
        direction: rtl;
        text-align: right;
        font-family: IRANSansFaNum, system-ui !important;
        background: url(../images/loginkarma.png) no-repeat 50% 0%, #204473;
        background-size: 600px;
    
    }
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}   
.message-input-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    margin: 5px 10px 10px 10px !important;
    /*flex-wrap:wrap;*/
}

    .message-input-container textarea {
        width: 100%;
        border: none;
        background: inherit;
        outline: 0;
        padding: 10px;
    }

    .message-input-container input[type="file"] {
        display: none;
    }

    .message-input-container .actions {
        padding: 0 10px;
    }

        .message-input-container .actions svg {
            color: #aaa;
            cursor: pointer;
        }

            .message-input-container .actions svg:hover {
                color: #555;
            }

    .message-input-container .emojis-container {
        background: white;
        border: 1px solid #ddd;
        border-radius: 10px;
        position: absolute;
        left: 54px;
        bottom: 45px;
        padding: 5px 7px;
        cursor: default;
    }

        .message-input-container .emojis-container button {
            display: inline-flex;
            padding: 5px;
            border-radius: 4px;
            border: none;
            background: white;
        }

            .message-input-container .emojis-container button:hover {
                background: #ddd;
            }

            .message-input-container .emojis-container button img {
                width: 16px;
                height: 16px;
            }

.text-black {
    color: black !important;
}

.post-image {
    width: 100%;
    border-radius: 2px;
}

.toolsChat {
    /*font-size: 15pt !important;*/
    cursor: pointer !important;
    margin: 0 0 0 10px !important;
}

    .toolsChat:hover {
        font-size: 17pt !important;
        color: blue !important;
    }

.uxCanvasRecording {
    border-radius: 10px !important;
    width: 100%;
    height: 75px !important;
    margin-top: 20px !important;
}

#msg {
    margin-top: 5px !important;
    visibility: hidden;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.audio-controls {
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: center;
}

    .audio-controls button {
        margin: 0px 5px;
    }



.app {
    text-align: center;
    padding-top: 20px;
}

.userTools {
    font-size: 15pt !important;
}

#record i {
    font-size: 15pt !important;
    padding-left: 0 !important;
}

#stop i {
    font-size: 15pt !important;
    padding-left: 0 !important;
}

.hrRow {
    margin: 0 0 0 0 !important;
}

/*#btn-readyAnswer {
}*/
.btn-ready-answer {
    background: #ffff;
    padding: 8px;
    position: fixed;
    bottom: 25%;
    border-radius: 50%;
    right: 27%;

}

@media screen and (max-width:575px){
    .btn-ready-answer {
        background: #ffff;
        padding: 10px;
        position: fixed;
        bottom: 20%;
        border-radius: 50%;
    }
}


.dItem {
    cursor: pointer !important;
}

.dItemRecord {
    display: none;
}

.message-textItem {
    white-space: break-spaces !important;
    /*color:black !important;*/
}

.messages-container{
    max-height:100% !important;
}

.trashItem {
    color: #000 !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

    .trashItem:hover {
        color: red !important;
    }
.iconFileChat {
    color:blue !important;
    font-size:x-large !important;
    padding-left : 5pt !important;
}
.iconFileChatContent {
    padding-top: 5pt !important;
    color: black !important;
    direction: ltr !important;
}

/*.fixed-header {
    position: sticky;
    top: 90px;
    background: #fff !important;
    z-index: 22;
}*/
/*.card-flush, .fixed-card, .fixed-box {
    z-index: 1;
    position: sticky;
    top: 110px;
}*/

.searchBox {
    position: relative;
    border-radius: 5px;
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#009ef7;
    width:300px;
}

/*.searchBox i {
    font-size: 20px;
}
    .searchBox div {
        position: absolute;
        padding: 10px 15px;
        border-radius: 10px;
        background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        top:115%;
        display:none;
    }*/

    .searchBox input {
        border: 0;
        border-radius: 5px;
        font-size: 1rem;
        height: 40px;
        border-radius: 30px;
        background: transparent;
        flex:1;
    }

    .searchBox > div {
        background: #F6F7F9;
        border-radius: 30px;
        border: 1px solid #e7e7e7;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    }

.delete-text {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 24px;
    visibility:hidden;
    z-index:1
}
        .searchBox input:focus {
            border: 0;
            outline:none;
        }

.searchBox input::placeholder {
    font-size:13px;
}

..searchBox input:focus {
    border: 0;
    outline: none;
}

.chat-body {
    max-height: 100%;
    overflow: hidden;
    background: url('/images/karma.png') no-repeat,#F3F2EA;
    background-size: contain;
    background-position: center center;
}

.chat-footer {
    padding: 15px;

}
@media screen and (max-width:991px){
    .chat-footer {
        padding: 15px !important;
        position: fixed;
        bottom: 8% !important;
        width: 100vw;
        background: #fff;
    }
    .message-input-container {
        margin: 15px !important;
        border-radius: 30px;
        padding: 15px 10px;
        border: 1px solid #D1D1D1;
    }
}
@media screen and (max-width:575px) {
    .chat-footer {
        padding: 15px !important;
        position: fixed;
        bottom: 5% !important;
        width: 100vw;
        background: #fff;
    }
}

        .chat-footer > div {
            margin: 0 !important;
            border-radius: 30px;
            padding: 15px 10px;
            border: 1px solid #D1D1D1;
        }

        .chat-footer textarea {
            padding: 0;
            height: 30px;
            max-height: max-content;
            padding-top: 5px;
            resize: none;
        }

    .bg-pink {
        background: #FEE5E8;
    }

    .text-gray-500 {
        color: #6d6d6d !important;
    }

    .chat-card {
        height: calc(100vh - 140px);
    }

    @media screen and (max-width:1200px) {
        .chat-card {
            height: 100%;
        }
    }

    .searchBox input:not(:placeholder-shown) + .delete-text {
        visibility: visible;
    }

    @media (max-width:767px) {
        .searchBox div {
            right: 0;
        }
    }

    .text-silver {
        color: #9b9ead !important;
    }

    .sideBarMenu {
        height: 100%;
        background: #fff;
        border-radius: 25px;
        width: 350px;
        min-width: 350px;
        border: 1px solid #D5DBE2;
        display: flex;
        flex-direction: column;
    }

    .softwarList {
        align-items: stretch;
        display: flex;
        padding-bottom: 30px;
    }

    .userInfo {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .userInfoBody {
        padding: 0 40px;
    }

    .fixed-box {
        padding: 20px;
        padding-bottom: 0;
        display: flex;
        gap: 20px;
        height: calc(100vh - 120px);
        background: #F5F5F1;
    }

    @media (max-width:1200px) {
        .fixed-box {
            padding: 15px;
            height: calc(100vh - 90px);
        }

        .sideBarMenu {
            width: 350px;
            min-width: 300px;
        }
    }

    @media (max-width:991px) {
        .sideBarMenu {
            display: none;
        }

        .fixed-box {
            padding: 0;
        }

            .fixed-box > div {
                border: 0 !important;
                width: 100%;
                border-radius: 0 !important;
            }
    }

    .fixed-box > div {
        border-radius: 25px;
        border: 1px solid #D5DBE2;
        overflow: hidden;
    }

    @media (max-width:991px) {
        .fixed-box {
            height: calc(100vh - 105px);
        }
    }

    /*@media (max-width:575px) {
    .fixed-box {
        height: calc(100vh - 225px);
    }
}*/


    .wrapper {
        height: 90vh;
        overflow: hidden;
    }

    .footer {
        background: #fff;
        border-radius: 25px 25px 0 0;
        padding: 5px 30px;
        border: 1px solid #D5DBE2;
        border-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 0px !important
    }

    @media (max-width:991px) {
        .footer {
            border-right: 0;
            border-left: 0;
            border-radius: 0;
        }
    }

    .footer img {
        height: 30px;
    }

    .footer a {
        color: #3D3D3D;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .option-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 3px;
        position: absolute;
        top: 20px;
        left: 15px;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

        .option-btn span {
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #6f6f6f;
        }

    .option-menu {
        width: 200px;
    }

    .option-menu2 {
        width: 300px;
    }

    .border-b {
        border-bottom: 1px solid #eee;
    }

    .option-menu.show {
        transform: translate(-1120px, 74px) !important;
    }

    .option-menu2.show {
        transform: translate(-60px, 85px) !important;
    }

    .chat-setting.show {
        transform: translate(-1040px, 70px) !important;
    }

    @media (min-width:1385px) {

        .option-menu.show {
            transform: translate(-1170px, 74px) !important;
        }
    }


    @media (min-width:1400px) {
        .chat-setting.show {
            transform: translate(-1074px, 70px) !important;
        }

        .option-menu.show {
            transform: translate(-1170px, 74px) !important;
        }
    }

    @media (min-width:1450px) {

        .option-menu.show {
            transform: translate(-1220px, 74px) !important;
        }
    }

    @media (min-width:1480px) {

        .option-menu.show {
            transform: translate(-1250px, 74px) !important;
        }
    }

    @media (min-width:1500px) {
        .chat-setting.show {
            transform: translate(-1120px, 70px) !important;
        }
    }

    @media (min-width:1550px) {

        .option-menu.show {
            transform: translate(-1300px, 74px) !important;
        }
    }

    @media (min-width:1600px) {
        .chat-setting.show {
            transform: translate(-1200px, 70px) !important;
        }
    }

    @media (min-width:1580px) {

        .option-menu.show {
            transform: translate(-1350px, 74px) !important;
        }
    }

    @media (min-width:1600px) {

        .option-menu.show {
            transform: translate(-1420px, 74px) !important;
        }
    }

    @media (min-width:1630px) {

        .option-menu.show {
            transform: translate(-1450px, 74px) !important;
        }
    }

    @media (min-width:1680px) {

        .option-menu.show {
            transform: translate(-1480px, 74px) !important;
        }
    }

    @media (min-width:1730px) {

        .option-menu.show {
            transform: translate(-1540px, 74px) !important;
        }
    }

    @media (min-width:1800px) {

        .option-menu.show {
            transform: translate(-1580px, 74px) !important;
        }
    }

    @media (min-width:1850px) {

        .option-menu.show {
            transform: translate(-1620px, 74px) !important;
        }
    }

    @media (min-width:1900px) {

        .option-menu.show {
            transform: translate(-1670px, 74px) !important;
        }
    }

    @media (min-width:1950px) {

        .option-menu.show {
            transform: translate(-1730px, 74px) !important;
        }
    }

    @media (min-width:2000px) {

        .option-menu.show {
            transform: translate(-1800px, 74px) !important;
        }
    }

    @media (min-width:1750px) {
        .chat-setting.show {
            transform: translate(-1250px, 70px) !important;
        }
    }

    @media (min-width:1850px) {
        .chat-setting.show {
            transform: translate(-1320px, 70px) !important;
        }
    }

    @media (min-width:2000px) {
        .chat-setting.show {
            transform: translate(-1400px, 70px) !important;
        }
    }


    span, ol, ul, pre, div {
        scrollbar-width: thin !important;
        scrollbar-color: #89beff #fff !important;
    }

        span:hover, ol:hover, ul:hover, pre:hover, div:hover {
            scrollbar-width: thin !important;
            scrollbar-color: #89beff #fff !important;
        }

        div::-webkit-scrollbar {
            width: 5px !important;
        }

    @media (min-width: 992px) {
        div::-webkit-scrollbar {
            width: 5px !important;
        }

        span, ol, ul, pre, div {
            scrollbar-width: thin !important;
            scrollbar-color: #89beff #fff !important;
        }

            span:hover, ol:hover, ul:hover, pre:hover, div:hover {
                scrollbar-width: thin !important;
                scrollbar-color: #89beff #fff !important;
            }
    }

    @media (min-width: 575px) {
        div::-webkit-scrollbar {
            width: 5px !important;
        }

        span, ol, ul, pre, div {
            scrollbar-width: thin !important;
            scrollbar-color: #89beff #fff !important;
        }

            span:hover, ol:hover, ul:hover, pre:hover, div:hover {
                scrollbar-width: thin !important;
                scrollbar-color: #89beff #fff !important;
            }
    }


    .rightMenu.fade .modal-dialog {
        transform: translate(100px, 0) !important;
    }

    .rightMenu.show .modal-dialog {
        transform: none !important;
    }

    .rightMenu .modal-dialog {
        margin: 0 !important;
        height: 100%;
    }

        .rightMenu .modal-dialog .modal-content {
            height: 100%;
            width: 400px;
            border-radius: 25px 0 0 25px;
        }

    @media screen and (max-width:767px) {
        .rightMenu .modal-dialog .modal-content {
            height: 100%;
            width: 100vw;
        }
    }

    @media screen and (max-width:575px) {
        .rightMenu .modal-dialog .modal-content {
            height: 100%;
            width: 100vw;
            border-radius: 0 !important
        }
    }

    .leftMenu {
        right: auto !important;
        left: 0;
    }

        .leftMenu.fade .modal-dialog {
            transform: translate(-100px, 0) !important;
        }

        .leftMenu .modal-dialog {
            display: flex !important;
            justify-content: flex-end;
        }

        .leftMenu.show .modal-dialog {
            transform: none !important;
        }

        .leftMenu .modal-dialog {
            margin: 0 !important;
            height: 100%;
        }

            .leftMenu .modal-dialog .modal-content {
                height: 100%;
                width: 300px;
                border-radius: 0 25px 25px 0;
            }

    .offCanvasBtn, .offCanvasBtn2 {
        background: #fff;
        border: 0;
        outline: 0;
    }

        .offCanvasBtn:focus, .offCanvasBtn:focus {
            background: #fff;
            border: 0;
            outline: 0;
        }

    .closeOffcanvas {
        background: transparent;
        border: 0;
        position: absolute;
        top: 15px;
        left: 15px;
        transform: rotate(45deg);
        z-index: 10;
    }

    .leftMenu .closeOffcanvas {
        left: auto;
        right: 15px;
    }

    .ksdjsklskad {
        background: red !important;
        border: 5px solid red !important
    }

    .logo-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

        .logo-sec img {
            height: 80px;
        }

    .btn-jco {
        background: #EE3960;
        border: 1px solid #EE3960;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transition: 0.3s;
    }

        .btn-jco:hover {
            color: #fff;
            box-shadow: rgba(238, 57, 96, 0.2) 0px 8px 24px !important;
        }

    .isStartMenuBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        background: transparent;
    }

    .gray-link {
        color: #1c1c1c;
    }

    @media (max-width:1200px) {
        .chat-body {
            max-height: calc(100% - 165px);
        }
    }

    @media (max-width:991px) {
        .option-btn {
            display: none;
        }

        .chat-body {
            max-height: 100%;
        }
    }

    .illustration-wrapper {
        height: 100%;
    }

        .illustration-wrapper div {
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: 100%;
            padding-top: 25px;
        }

        .illustration-wrapper nav {
            display: flex;
            justify-content: space-between;
            background: #fff;
            padding: 10px;
            border-bottom: 1px solid #eee;
        }

    @media (min-width:992px) {
        .illustration-wrapper nav {
            display: none;
        }
    }

    .illustration-wrapper nav button {
        border: 0;
        background: transparent;
    }

    .illustration-wrapper img {
        height: 70%;
    }

    .ill-wrapper p {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }



    @media (max-width:991px) {
        .illustration-wrapper img {
            height: 60%;
        }
    }

    @media (max-width:575px) {
        .illustration-wrapper img {
            height: 35%;
        }

        .ill-wrapper p {
            font-size: 16px;
            font-weight: bold;
            padding: 0 25px;
        }
    }



    .card-header .option-btn {
        top: auto;
        left: auto;
    }

    .moreBtn {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .operator {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        padding-right: 10px;
        gap: 10px;
        margin-bottom: 10px;
    }

        .operator img {
            border-radius: 10px;
            height: 70px;
        }

    .h-40px {
        height: 40px !important;
    }

    .offcanvas .tab-content {
        height: calc(100vh - 100px);
        overflow: hidden;
        overflow-y: auto;
    }

        .offcanvas .tab-content .scroll-y {
            overflow-y: auto;
        }

    .offcanvas .nav-line-tabs .nav-item .nav-link {
        margin: 0 10px !important;
        font-size: 16px;
    }

    .operatorInfo {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

        .operatorInfo a {
            color: #181C32;
        }

        .operatorInfo .operator {
            flex-direction: column;
            border: 0;
        }

    @media (max-width:767px) {
        .actions {
            padding: 0 !important;
        }

        .message-input-container svg {
            width: 27px !important;
            height: 27px !important;
        }

        .chat-footer textarea {
            padding-top: 10px;
            padding-right: 15px !important;
            overflow: hidden !important
        }

        .toolsChat {
            margin: 0 0 0 8px !important
        }

        /*        .chat-header-info svg{
            width:24px !important
        }*/

        .chat-header-info .card-title .userInfoItem {
            font-size: 13px !important
        }

        .chat-header-info .card-title .text-muted {
            font-size: 10px !important
        }

        .card .card-header {
            padding: 0 1rem !important;
        }
    }




    .h-max {
        height: max-content !important
    }

    .card .card-header {
        align-items: center !important;
    }

    @media (max-width:991px) {
        .chat-card {
            height: 100% !important;
        }
    }

    .h-140px {
        height: 140px;
    }

    .overflow-y-auto {
        overflow-y: auto;
    }

    .survey {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

        .survey > div {
            width: 300px;
            height: max-content;
            background: #fff;
            padding: 20px;
            border-radius: 20px;
            border: 1px solid #eee;
        }

        .survey form {
            margin-top: 30px;
        }

            .survey form > div > div {
                display: grid;
                gap: 10px;
                padding: 10px 0;
            }

        .survey label {
            display: flex;
            gap: 15px;
            padding: 10px;
            border: 1px solid #eee;
            align-items: center;
            cursor: pointer;
            border-radius: 3px;
            transition: 0.3s;
        }

            .survey label span {
                display: inline-block;
                width: 18px;
                height: 18px;
                border: 1px solid #d3d3d3;
                border-radius: 50%;
                transition: 0.3s;
                padding: 2px;
            }

            .survey label small {
                display: inline-block;
                width: 100%;
                height: 100%;
                border: 1px solid transparent;
                transition: 0.3s;
                border-radius: 50%;
            }

        .survey input {
            display: none;
        }

            .survey input:checked + label {
                border: 1px solid #6d28d9;
                background: #ede9fe;
                color: #6d28d9;
            }

                .survey input:checked + label span {
                    border: 1px solid #6d28d9;
                }

                .survey input:checked + label small {
                    border: 1px solid #6d28d9;
                    background: #6d28d9
                }

        .survey button {
            background: #6d28d9;
            border: 1px solid #6d28d9;
            padding: 0.5rem;
            width: 100%;
            color: #fff;
            border-radius: 3px;
            margin-top: 30px;
        }

    @media screen and (max-width:575px) {
        .hamburger-canvas-menu {
            gap: 10px !important;
            margin-top: 30px !important
        }
    }

    .fixed-box {
        background: #9EB8D9 !important;
    }

    .bg-kt-container {
        background: #9EB8D9 !important;
    }

    @media screen and (max-width:1100px) {
        .header-icons {
            width: 23px;
            height: 23px;
        }
    }

    @media screen and (max-width:992px) {
        .header-icons {
            width: 30px;
            height: 30px;
        }
    }

    .nav-line-tabs .nav-item .nav-link {
        margin: 0 0.5rem !important;
    }

    .bg-primary-text {
        background-color: #a8daff94 !important;
    }

    .close-item {
        align-self: baseline;
        background: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px;
        color: #000 !important;
    }

    .bg-dark-primary {
        background: #5074A0 !important;
        color: #fff !important
    }

    .header-icons path {
        stroke: rgb(55, 65, 80) !important
    }

    .operator-img-wrapper {
        border: 1px solid #ccc;
        border-radius: 10px !important;
    }

    .svg-icon.svg-icon-1 svg {
        height: 32px !important;
        width: 32px !important;
    }

    .profile-img-wrapper img {
        border-radius: 10px;
    }

    .swal2-styled.swal2-confirm {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #50CD89;
        color: #fff;
        width: 140px;
        font-size: 1.3em;
    }

    .swal2-styled.swal2-cancel {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #EE3960;
        color: #fff;
        font-size: 1.3em;
        width: 90px;
    }

    .aside ul a {
        color: #fff !important;
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 10px;
        font-size: 16px;
    }

    @media (min-width: 992px) {
        .header-fixed .header {
            background-color: #ffffff;
            height: 60px !important;
            padding: 0;
            transition: height 0.3s ease;
        }
    }

    .scroll-y {
        overflow-y: auto !important;
        position: relative;
    }

    .card .card-body {
        padding: 10px 2.25rem !important;
    }

    .tab-pane.fade.active.show > .archive-container {
        max-height:330px!important; 
        height: 315px !important;
    }

    @media screen and (max-width:991px) {
        .tab-pane.fade.active.show > .archive-container {
            height: 100% !important;
            max-height:75vh !important
        }
    }

    .actions textarea {
        scrollbar-color: transparent transparent !important;
    }

    .canvass-modal {
        overflow-y: hidden !important
    }

    .login-title {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 30px !important;
        color: #fff;
        font-weight: bold !important;
    }

    .btn-login {
        border-radius: 12px !important;
        background-image: linear-gradient(#4AD4FF,#2379F9);
        color: #fff !important;
        height: 56px !important;
        border: 0;
    }

    .form-input {
        border-radius: 12px !important;
        margin-top: 10px;
        padding: 10px !important;
        height: 56px !important;
        padding: 15px 50px !important;
        padding-top: 31px !important;
    }


    .form-floating > .form-input ~ label {
        transform: none !important;
        background: #fff !important;
        border-radius: 3px;
        padding: 1px 10px;
        font-size: 14px !important;
        opacity: 1 !important;
        width: max-content;
        height: max-content !important;
        position: absolute;
        top: 15px;
        right: 39px;
        text-align: right;
        background: transparent !important;
        transition: 0.3s;
    }

    .form-floating > .form-input:not(:placeholder-shown) ~ label {
        position: absolute;
        top: 7px;
        right: 39px;
        padding: 1px 10px;
        pointer-events: unset !important;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out;
        transform: none;
        font-size: 14px !important;
        text-align: right !important;
        width: max-content;
        height: max-content !important;
        font-size: 11px !important;
        margin-top: 2px;
        transition: 0.3s;
    }

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        transition: 0.3s;
        right: 39px;
    }

        .form-control:focus ~ label {
            position: absolute;
            top: 7px;
            right: 39px;
            padding: 1px 10px;
            pointer-events: unset !important;
            border: 1px solid transparent;
            transition: opacity .1s ease-in-out, transform .1s ease-in-out;
            transform: none;
            font-size: 14px !important;
            text-align: right !important;
            width: max-content;
            height: max-content !important;
            font-size: 11px !important;
            margin-top: 2px;
            transition: 0.3s;
        }

    .form-floating > .form-input ~ .login-label-icon {
        position: absolute;
        right: 10px !important;
        top: 15px !important;
        margin-top: 0;
    }

    .form-floating > .form-input:not(:placeholder-shown) ~ .login-label-icon {
        right: 10px;
        top: 15px !important;
        margin-top: 0 !important;
    }

    .form-floating > .form-input ~ .hide-pass {
        position: absolute;
        left: 10px !important;
        top: 15px !important;
        margin-top: 0;
        right: unset !important;
        cursor: pointer;
    }

    .form-floating > .form-input:not(:placeholder-shown) ~ .hide-pass {
        left: 10px;
        right: unset !important;
        top: 15px !important;
        margin-top: 0 !important;
        cursor: pointer;
    }

    .show-icon {
        display: none;
    }
    /* checkbox style  0*/
    .checkbox label {
        font-size: 14px !important
    }

    .checkbox-wrapper-45 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .checkbox-wrapper-45 input[type="checkbox"] {
            display: none;
            visibility: hidden;
        }

        .checkbox-wrapper-45 .cbx {
            -webkit-perspective: 20;
            perspective: 20;
            display: inline-block;
            border: 2px solid #e8e8eb;
            background: #e8e8eb;
            border-radius: 6px;
            transform: translate3d(0, 0, 0);
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .checkbox-wrapper-45 .cbx:hover {
                border-color: #0b76ef;
            }

        .checkbox-wrapper-45 .flip {
            display: block;
            transition: all 0.4s ease;
            transform-style: preserve-3d;
            position: relative;
            width: 15px;
            height: 15px;
        }

        .checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx {
            border-color: #0b76ef;
        }

            .checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .flip {
                transform: rotateY(180deg);
            }

        .checkbox-wrapper-45 .front,
        .checkbox-wrapper-45 .back {
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border-radius: 2px;
        }

        .checkbox-wrapper-45 .front {
            background: #fff;
            z-index: 1;
        }

        .checkbox-wrapper-45 .back {
            transform: rotateY(180deg);
            background: #2379F9;
            text-align: center;
            color: #fff;
            line-height: 20px;
            box-shadow: 0 0 0 1px #4AD4FF;
        }

            .checkbox-wrapper-45 .back svg {
                margin-top: -5px;
                fill: none;
            }

                .checkbox-wrapper-45 .back svg path {
                    stroke: #fff;
                    stroke-width: 2.5;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EFF2F5;
    border-radius: 15px;
    box-shadow: none;
    margin: 25px !important;
    height: calc(100vh - 140px) !important;
    overflow-y: auto !important ;
}
.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EFF2F5;
    border-radius: 15px;
    box-shadow: none;
    margin: 0px !important;
    /*height: calc(100vh - 150px) !important;*/
    overflow-y: hidden !important ;
}
.chat-cards{
    margin:0 !important;
/*    height:auto  !important
*/}
.k-grid.k-widget.k-display-block {
    width: 100% !important;
}
@media screen and  (max-width:576px){
    .k-grid.k-widget.k-display-block {
        width: max-content !important
    }
}
@media screen and  (max-width:576px){
    .modal-dialog{
        margin:0 !important;
    }
    .modal-content{
        border-radius:0 !important
    }
}
#grid{
    touch-action:auto !important;
}