@font-face {
    font-family: 'Larsseit';
    src: url('/Areas/Admin/assetsUI/fonts/Larsseit.eot');
    src: local('Larsseit'), url('/Areas/Admin/assetsUI/fonts/Larsseit.eot?#iefix') format('embedded-opentype'), url('/Areas/Admin/assetsUI/fonts/Larsseit.woff2') format('woff2'), url('/Areas/Admin/assetsUI/fonts/Larsseit.woff') format('woff'), url('/Areas/Admin/assetsUI/fonts/Larsseit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('/Areas/Admin/assetsUI/fonts/Larsseit-Medium.eot');
    src: local('Larsseit Medium'), local('Larsseit-Medium'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Medium.woff2') format('woff2'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Medium.woff') format('woff'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('/Areas/Admin/assetsUI/fonts/Larsseit-Bold.eot');
    src: local('Larsseit Bold'), local('Larsseit-Bold'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Bold.woff2') format('woff2'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Bold.woff') format('woff'), url('/Areas/Admin/assetsUI/fonts/Larsseit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Larsseit';
    font-weight: normal;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F0F1F7;
    font-family: 'Larsseit';
    font-weight: normal;
    font-size: 14px;
    color: #202942;
    letter-spacing: 0.75px;
}

.btn, .btn:focus {
    box-shadow: none !important;
}

a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

.main-wrapper {
    overflow-x: hidden;
    height: 100%;
}

header .navbar {
    background-color: #fff;
    box-shadow: 0px 3px 50px rgba(28,49,119,0.10);
    padding: 16px 30px;
}

.header-search input {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 0;
    height: 40px;
    padding: 6px 15px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #202942;
}

.form-control::-webkit-input-placeholder {
    color: #bdbdbd;
}

.form-control:-moz-placeholder {
    color: #bdbdbd;
}

.form-control::-moz-placeholder {
    color: #bdbdbd;
}

.form-control::placeholder {
    color: #bdbdbd;
}

.form-control:-ms-input-placeholder {
    color: #bdbdbd;
}

.header-search {
    position: relative;
}

    .header-search.mobile {
        display: none;
    }

    .header-search input:focus {
        box-shadow: none;
        border: 0;
        background-color: #f5f5f5;
    }

    .header-search i {
        position: absolute;
        top: 50%;
        right: 26px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        color: #2F55D4;
        font-size: 22px;
        cursor: pointer;
    }

header .navbar-light .navbar-nav .nav-item {
    padding: 0 25px;
    display: flex;
}

header .navbar-light .navbar-nav .nav-link {
    color: #2E2179;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

    header .navbar-light .navbar-nav .nav-link i {
        font-size: 25px;
        color: #2F55D4;
        margin-right: 10px;
    }

.upgrade-btn {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.25px;
    border-radius: 5px;
    padding: 8px 28px 7px;
    background: #7d0043;
    background: -moz-linear-gradient(45deg, #7d0043 -50%, #f72a98 100%);
    background: -webkit-linear-gradient(45deg, #7d0043 -50%,#f72a98 100%);
    background: linear-gradient(45deg, #7d0043 -50%,#f72a98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d0043', endColorstr='#f72a98',GradientType=1 );
    border: 0;
    /*    box-shadow: 0px 15px 35px rgba(247,42,152,0.35);*/
    box-shadow: 0px 7px 10px rgba(247,42,152,0.35);
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 81px 0 0;
    background-color: #fff;
    width: 250px;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: calc(100vh - 81px);
    overflow-x: hidden;
    overflow-y: auto;
}

    .sidebar-sticky .nav {
        padding: 15px 0;
    }

.sidebar .nav-link[data-toggle].collapsed::after {
    content: "\e9b1";
    font-family: 'Feather';
    color: #F72A98;
    font-weight: normal;
    position: absolute;
    right: 22px;
}

.sidebar .nav-link[data-toggle]:not(.collapsed)::after {
    content: "\e996";
    font-family: 'Feather';
    color: #F72A98;
    font-weight: normal;
    position: absolute;
    right: 22px;
}

.sidebar .nav-link, .cust-dropdown .nav-link {
    color: #2E2179;
    font-weight: bold;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 16px 30px;
    position: relative;
    white-space: nowrap;
}

    .sidebar .nav-link i, .cust-dropdown .nav-link i {
        color: #2F55D4;
        font-size: 22px;
        margin-right: 10px;
        margin-top: -1px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .sidebar .nav-link.active, .sidebar .nav-link:hover, .cust-dropdown .nav-link.active, .cust-dropdown .nav-link:hover {
        color: #F72A98 !important;
    }

        .sidebar .nav-link.active i, .sidebar .nav-link:hover i, .cust-dropdown .nav-link.active i, .cust-dropdown .nav-link:hover i {
            color: #F72A98 !important;
            margin-right: 14px !important;
        }

i.feather-bell {
    position: relative;
}

    i.feather-bell::after {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        width: 7px;
        height: 7px;
        background-color: #F72A98;
        border-radius: 50%;
    }

.user-profile {
    position: relative;
    padding: 30px 30px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
}

    .user-profile .user-avatar {
        width: 45px;
        height: 45px;
        background-color: #BCD3F3;
        border-radius: 5px;
        overflow: hidden;
        font-size: 31px;
        /*padding: 7px;*/
        color: #2E2179;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .user-profile .username {
        color: #2E2179;
        font-size: 22px;
        font-weight: bold;
        margin: 12px 0 0;
        line-height: 100%;
    }

    .user-profile .user-email a {
        color: #2E2179;
    }

        .user-profile .user-email a:hover {
            color: #F72A98;
        }

    .user-profile .user-bots {
        color: #F72A98;
        margin: 5px 0 0;
        font-style: italic;
    }

    .user-profile .my-account-btn {
        position: absolute;
        font-family: 'Feather';
        color: #F72A98;
        font-size: 25px;
        border: 0;
        top: 28px;
        right: 35px;
        transform: rotate(0);
        transition: all 0.5s ease;
    }

        .user-profile .my-account-btn.open {
            transform: rotate(180deg);
        }

        .user-profile .my-account-btn:focus {
            box-shadow: none;
        }

.my-account-options {
    background-color: #F7F7F7;
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    left: 0;
    right: 0;
    top: 184px;
    display: none;
    text-align: center;
    z-index: 1;
}

.main {
    margin: 81px 0 0;
    margin-left: 250px;
    /*overflow: auto;*/
    /*overflow-x: auto;
    overflow-y: hidden;*/
    width: calc(100% - 250px);
}

.stat-items.card {
    border-radius: 10px;
    color: #fff;
    background-color: #2E2179;
    padding: 25px;
    border: 0;
    z-index: 0;
}

    .stat-items.card.blue {
        background: #2E2179;
        background: -moz-linear-gradient(45deg, #2E2179 -50%, #2F55D4 100%);
        background: -webkit-linear-gradient(45deg, #2E2179 -50%,#2F55D4 100%);
        background: linear-gradient(45deg, #2E2179 -50%,#2F55D4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2179', endColorstr='#2F55D4',GradientType=1 );
    }

    .stat-items.card.pink {
        background: #7D0043;
        background: -moz-linear-gradient(45deg, #7D0043 -50%, #F72A98 100%);
        background: -webkit-linear-gradient(45deg, #7D0043 -50%,#F72A98 100%);
        background: linear-gradient(45deg, #7D0043 -50%,#F72A98 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D0043', endColorstr='#F72A98',GradientType=1 );
    }

    .stat-items.card.green {
        background: #198C63;
        background: -moz-linear-gradient(45deg, #198C63 -50%, #29CD98 100%);
        background: -webkit-linear-gradient(45deg, #198C63 -50%,#29CD98 100%);
        background: linear-gradient(45deg, #198C63 -50%,#29CD98 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198C63', endColorstr='#29CD98',GradientType=1 );
    }

.mask-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* z-index: -1; */
}

.stat-items.card .states-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(46,33,121,.5);
    border: 1px solid #2E2179;
    margin: 0 0 20px;
    font-size: 18px;
}

.stat-items.card.pink .states-icon {
    background-color: rgba(125,0,67,.35);
    border: 1px solid #7D0043;
}

.stat-items.card.green .states-icon {
    background-color: rgba(25,140,99,.5);
    border: 1px solid #198C63;
}

.stat-items.card h6.title {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 5px;
}

.stat-items.card .states-data {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    border: 0;
    /* z-index: 0; */
}

.chart-area {
    margin: 30px 0 0;
}

.block-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.title-area .block-title {
    z-index: 1;
}

.block-title .title-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    background-color: rgba(47,85,212,.5);
    border: 1px solid #2F55D4;
    margin-right: 18px;
}

    .block-title .title-icon.turquoise {
        background-color: rgba(90,223,180,.75);
        border-color: #29CD98;
    }

.block-title h2 {
    color: #202942;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.pieChart {
    position: relative;
}

    .pieChart .percent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #202942;
        font-size: 22px;
        font-weight: bold;
        line-height: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .pieChart .percent span {
            color: #202942;
            font-size: 12px;
            line-height: 12px;
        }

.title-area .card {
    color: #fff;
    padding: 30px 25px;
    background: #2E2179;
    background: -moz-linear-gradient(45deg, #2E2179 -50%, #2F55D4 100%);
    background: -webkit-linear-gradient(45deg, #2E2179 -50%,#2F55D4 100%);
    background: linear-gradient(45deg, #2E2179 -50%,#2F55D4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2179', endColorstr='#2F55D4',GradientType=1 );
}

.title-area .block-title h2 {
    color: #fff;
}

.title-area .block-title .title-icon {
    background-color: rgba(46,33,121,.5);
    border: 1px solid #2E2179;
}

.title-area .mask-img {
    top: 0;
    height: 100%;
}

.quick-actions {
    margin-left: auto;
    display: flex;
    position: relative;
    z-index: 1;
}

    .quick-actions .btn-outline-light {
        color: #fff;
        border-color: #fff;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        padding: 7px 20px;
        letter-spacing: 1px;
    }

        .quick-actions .btn-outline-light:hover {
            background-color: rgba(46,33,121,.75);
            border: 1px solid #2E2179;
        }

    .quick-actions .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        transition: .5s ease all;
        left: auto;
        right: 30px;
        border: 0;
        box-shadow: 0px 3px 50px rgba(28,49,119,0.10);
        font-size: 14px;
    }

        .quick-actions .dropdown-menu.show {
            display: block;
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
            transition: .5s ease all;
            left: auto !important;
            right: 30px;
        }

    .quick-actions .dropdown-toggle {
        font-size: 16px;
        font-weight: bold;
        padding: 7px 30px;
        letter-spacing: 1px;
        color: #fff;
        border: 1px solid transparent;
        display: inline-flex;
        align-items: center;
    }

        .quick-actions .dropdown-toggle:focus {
            box-shadow: none;
        }

        .quick-actions .dropdown-toggle::after {
            content: none;
        }

        .quick-actions .dropdown-toggle i {
            font-size: 20px;
            margin-left: 5px;
        }

.table {
    color: #393939;
}

.table-area table.dataTable thead th, .table-area table.dataTable thead td {
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #202942;
    font-size: 10px;
    font-weight: bold;
    border-bottom: #E1E1E1;
    border-top: 0;
}

.table-area table.dataTable tbody th, .table-area table.dataTable tbody td {
    padding: 15px 15px 15px 0;
    vertical-align: middle;
    border-top-color: #E1E1E1;
}

.table-area .badge {
    font-size: 12px;
    border-radius: 5px;
    /*    width: 65px;*/
    height: 23px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  .table-area .badge.badge-success {
        border: 1px solid #29CD98;
        background-color: rgba(90,233,180,0.75);
        color: #fff;
    }*/

.table-area .dropdown {
    display: inline-block;
}

    .table-area .dropdown .dropdown-toggle {
        color: #F72A98;
        padding: 0 .75rem;
        font-size: 22px;
        line-height: 22px;
    }

        .table-area .dropdown .dropdown-toggle:focus {
            box-shadow: none;
        }

        .table-area .dropdown .dropdown-toggle::after {
            content: none;
        }

.table-area.card-view table.dataTable {
    table-layout: fixed;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #E1E1E1;
}

.table-area .dropdown-menu {
    font-size: 12px;
}

.table-area .dataTables_wrapper .dataTables_info {
    font-size: 12px;
    padding-top: 23px;
}

.table-area .dataTables_wrapper .dataTables_paginate {
    padding-top: 20px;
}

    .table-area .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: transparent;
        border: 1px solid #D9D9D9;
        color: #D9D9D9 !important;
        border-radius: 5px;
        width: 25px;
        height: 25px;
        min-width: auto;
        text-align: center;
        padding: 0;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
    }

        .table-area .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            border-color: #F72A98;
            background: transparent;
            color: #F72A98 !important;
        }

        .table-area .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-area .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            border-color: #F72A98;
            background: transparent;
            color: #F72A98 !important;
        }

.table-area table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    background-color: #2E2179;
    border: 0;
    box-shadow: none;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Larsseit';
    font-size: 19px;
}

.card-view .card {
    flex-direction: row;
    margin: 0 0 30px;
}

.card-view .avatar {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #E1ECFF;
    /*    overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    position: relative;
}

    .card-view .avatar img {
        max-width: 60px;
        height: auto;
    }

.card-view.table-area table.dataTable tbody th, .card-view.table-area table.dataTable tbody td {
    border-top: 0;
    padding: 0 15px;
    margin: 0 0 30px;
}

.days-remain {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #29CD98;
    text-transform: uppercase;
    margin: 0 0 10px;
}

    .days-remain.expire {
        color: #F72A98;
    }

.chatbot-id, .chatbot-id a, .chatbot-id a:hover, .chatbot-id a:active {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #393939;
}

.chatbot-id {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.total-chats, .total-chats a, .total-chats a:hover, .total-chats a:active {
    font-size: 12px;
    line-height: 12px;
    color: #393939;
    margin: 5px 0 0;
}

.chatbot-details {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.card-view.table-area table.dataTable tbody tr {
    background-color: transparent;
}

.chatbot-creator {
    font-size: 12px;
    /*margin-top: .25rem;*/
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbot-meta {
    /*    margin-right: 20px;*/
    display: grid;
}

.card-view.table-area table.dataTable thead {
    display: none;
}

.card-view.table-area table.dataTable.no-footer {
    border-bottom: 0;
}

.card-view.table-area .dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-right: 15px;
}

.card-view.table-area .dataTables_wrapper .dataTables_info {
    padding-top: 3px;
    margin-left: 15px;
}

.card.report-area {
    padding: 0;
}

.report-data-header {
    padding: 15px 25px;
    background-color: #BCD3F3;
    border-radius: 10px 10px 0 0;
}

.card.report-area .table-area {
    padding: 15px 25px 0;
}

.report-id {
    color: #393939;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.report-meta {
    color: #393939;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .report-meta i {
        font-size: 25px;
        color: #2F55D4;
    }

.filter-area input[type="text"], .filter-area input[type="number"], .filter-area input[type="email"], .filter-area select, .filter-area select:focus {
    background-color: #F4F4F4;
    border-radius: 5px !important;
    border: 0;
    font-size: 13px;
    height: 40px;
}

    .filter-area input[type="text"]:focus, .filter-area select:focus {
        box-shadow: none;
    }

.filter-area .input-group-text {
    border: 0;
    background-color: transparent;
    color: #F72A98;
    font-size: 20px;
    padding: 6px 10px;
}

.filter-area .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.datepicker {
    font-size: 12px;
}

.navbar-nav .select2-container--default .select2-selection--single {
    background-color: #F4F4F4 !important;
    border: 0 !important;
    border-radius: 5px;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px;
    height: 40px;
}

    .select2-container--default .select2-selection--single:focus {
        border: 0;
        box-shadow: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        padding-left: 12px;
        font-size: 13px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        width: 35px;
        text-align: center;
        line-height: 40px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow::after {
            content: "\e92e";
            font-family: 'Feather';
            color: #F72A98;
            font-size: 22px;
        }

.custom-control-label::before {
    background-color: #F4F4F4;
    border: 1px solid #ced4da;
    border-radius: 5px;
    width: 22px;
    height: 22px;
}

.custom-control-label {
    font-size: 13px;
    padding-left: 10px;
    line-height: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #F72A98;
    background-color: #F72A98;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::after {
    width: 22px;
    height: 22px;
}

.refresh-link {
    background: #7d0043;
    background: -moz-linear-gradient(45deg, #7d0043 -50%, #f72a98 100%);
    background: -webkit-linear-gradient(45deg, #7d0043 -50%,#f72a98 100%);
    background: linear-gradient(45deg, #7d0043 -50%,#f72a98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d0043', endColorstr='#f72a98',GradientType=1 );
    border: 0;
    /*    box-shadow: 0px 15px 35px rgba(247,42,152,0.35);*/
    box-shadow: 0px 7px 10px rgba(247,42,152,0.35);
    color: #fff;
    width: 57px;
    height: 40px;
    font-size: 22px;
    border-radius: 5px;
}

    .refresh-link:hover {
        color: #fff;
        text-decoration: none;
    }

    .refresh-link:focus {
        box-shadow: none;
        text-decoration: none;
    }

.select2-container {
    width: 100% !important;
}

.bot-name {
    display: flex;
    align-items: center;
}

    .bot-name img {
        width: 26px;
        margin-right: 10px;
    }

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}

    table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
        float: right;
    }

.filter-area textarea {
    background-color: #F4F4F4;
    border-radius: 5px !important;
    border: 0;
    font-size: 13px;
    resize: none;
}

    .filter-area textarea:focus {
        box-shadow: none;
        background-color: #F4F4F4;
    }

.theme-selection .custom-checkbox label {
    font-size: 10px;
    font-weight: bold;
}

.color-item {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #482C4C;
    display: inline-block;
}

    .color-item + .color-item {
        margin-left: 10px;
    }

.color-info-box {
    background-color: #F4F4F4;
    border-radius: 5px;
    height: 40px;
    padding: 10px 15px;
}

    .color-info-box label {
        color: #BDBDBD;
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 0;
    }

.color-info-box {
    display: flex;
    align-items: center;
}

    .color-info-box .custom-file-label {
        font-size: 13px;
        color: #393939;
        background-color: transparent;
        border: 0;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .color-info-box .custom-file {
        /* width: 140px; */
        cursor: pointer;
    }

    .color-info-box .custom-file-label::after {
        content: none;
    }

    .color-info-box .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: none;
    }

    .color-info-box .custom-file-input {
        background-color: transparent;
        border: 0;
    }

    .color-info-box .custom-file-label::before {
        content: "\e9ef";
        font-family: 'Feather';
        color: #F72A98;
        font-size: 20px;
        margin-right: 5px;
    }

.choose-color {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .choose-color .drawrpallete-wrapper {
        height: 20px;
    }

        .choose-color .drawrpallete-wrapper .color-picker {
            width: 20px !important;
            height: 20px !important;
            border-radius: 5px;
            border: 0 !important;
            background-image: none !important;
        }

    .choose-color .custom-color-label {
        font-size: 13px;
        color: #393939;
        line-height: 14px;
        margin-left: 10px;
    }

.custom-file.custom .custom-file-label {
    background-color: #F4F4F4;
    border-radius: 5px;
    height: 40px;
    padding: 10px 15px;
    border: 0;
    margin: 0;
    font-size: 13px;
    color: #BDBDBD;
}

.custom-file.custom input[type="file"]:focus, .custom-file.custom .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
}

.custom-file.custom .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "\e9ef";
    font-family: 'Feather';
    color: #F72A98;
    font-size: 20px;
    background-color: transparent;
    padding: 0 .75rem;
    height: 40px;
    line-height: 40px;
}

.authincation-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 50px 20px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.auth-form a {
    color: #2F55D4;
}

.auth-form input[type="text"], .auth-form input[type="password"] {
    background-color: #F4F4F4;
    border-radius: 5px;
    height: 50px;
    padding: 10px 15px;
    border: 0;
}

    .auth-form input[type="text"]:focus, .auth-form input[type="password"]:focus {
        box-shadow: none;
    }

.table-area table {
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
}

    .table-area table thead th, .table-area table thead td {
        text-transform: uppercase;
        color: #202942;
        /*font-size: 10px;*/
        font-size: 12px;
        font-weight: bold;
        border-top: 0;
        border-bottom-color: #E1E1E1;
    }

    .table-area table td {
        border-top-color: #E1E1E1;
    }

.table-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .table-pagination .dataTables_info {
        font-size: 12px;
        padding: 10px 0;
        color: #333;
    }

    .table-pagination .dataTables_paginate {
        padding: 10px 0;
        font-size: 12px;
        color: #333;
        display: flex;
    }

        .table-pagination .dataTables_paginate a {
            border: 2px solid #D9D9D9;
            color: #D9D9D9 !important;
            border-radius: 5px;
            width: 25px;
            height: 25px;
            display: inline-block;
            text-align: center;
            padding: 0;
            text-align: center;
            line-height: 25px;
            font-size: 18px;
            margin: 0 2px;
        }

            .table-pagination .dataTables_paginate a:hover {
                border-color: #F72A98;
                color: #F72A98 !important;
            }

.table-area .table-responsive {
    overflow-y: hidden;
}

.table-pagination .dataTables_paginate .page-info {
    color: #393939;
    font-weight: 500;
    font-size: 12px;
    margin: 0 12px 0 0;
}

    .table-pagination .dataTables_paginate .page-info .active {
        border: 2px solid #BDBDBD;
        color: #393939;
        background-color: #f4f4f4;
        border-radius: 5px;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 22px;
        margin: 0 2px;
        font-weight: 500;
        font-size: 12px;
    }

.box-Shadow-1 {
    box-shadow: 0px 0px 1px 1px #eee;
}

.border-round-10 {
    border-radius: 10px;
}

.border-top-r-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.border-bottom-r-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pg-livechat.fix-full-screen {
    background-color: #f4f4f4;
}

    .pg-livechat.fix-full-screen #searchBar {
        margin-top: 0px !important;
    }

    .pg-livechat.fix-full-screen .h-400 {
        height: 100% !important;
    }

    .pg-livechat.fix-full-screen .outer-row-box {
        height: calc(100% - 60px);
    }

        .pg-livechat.fix-full-screen .outer-row-box .message-outer-box, .pg-livechat.fix-full-screen .message-user-box, .pg-livechat.fix-full-screen #divChatReponse {
            height: 100%;
        }

.pg-livechat .feather-send:before {
    display: inline-block;
    transform: rotate(45deg);
}

.pg-livechat em {
    font-style: normal;
    font-weight: bold;
}

.pg-livechat .chk-2 {
    position: absolute;
    right: 4px;
    top: 2px;
}

.pg-livechat .chat-status {
    position: absolute;
    bottom: -5px;
    right: 15px;
}

.pg-livechat #divChatReponse .card {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pg-livechat #chatBar .card {
    border-radius: 0 !important;
}

.pos-relative {
    position: relative;
}

.br-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
