/* ------------------------------------------------------------------------------
Theme Setting
-------------------------------------------------------------------------------*/
.navbar-collapse{
    justify-content: space-between !important;
}
:root {
    --primary-theme-color: #5d48e3 !important;
    --primary-hover-theme-color: #2b18a5 !important;
    --secondary-theme-color: #250ea7 !important;
    --secondary-font-theme-color: #2b43ce !important;
    --highlight-theme-color: #1d1b9f !important;
    --inactive-theme-color: #eceafa !important;
    --link-font-color: #4333d3 !important;
    --title-font-size: 4em;
    --header-font-size: 2em;
    --sub-header-font-size: 1.5em;
    --paragraph-font-size: 0.9em;
    --label-font-size: 0.8em;
    --h1-font-size: 3em;
    --h2-font-size: 2em;
    --h3-font-size: 1.8em;
    --h4-font-size: 1.6em;
    --input-font-size: 0.9em;
    --button-font-size: 0.9em;
    --small-font-size: 0.7em;
}
a {
    color: initial;
    text-decoration: none !important;
    outline: none !important;
}
button{
    transition: 0.4s all;
}
button:hover{
    opacity: 0.6;
}
.hide{
    display: none !important;
}
.chart-section {
    margin-top: 60px;
    margin-left: -25px;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.ct-series-a .ct-area {
    fill: #1629ff;
}
.dataTables_wrapper .dataTable  {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.dataTables_wrapper td , .dataTables_wrapper th{
    font-size: var(--paragraph-font-size) !important;
}
div.dataTables_wrapper div.dataTables_info{
    font-size: var(--label-font-size);
    opacity: 0.6;
}
.page-item.active .page-link{
    background: #1d1b9f !important;
    border-color: #1d1b9f !important;
}

.dataTables_wrapper .table-bordered {
    border: none !important;
}
div.dataTables_wrapper div.dataTables_filter input{
    padding: 10px;
}
.dataTables_wrapper .row{
    margin-right: 0 !important;
}

.dataTable {
    width: 100% !important;
}
.dataTables_wrapper {
    overflow: auto;
    padding-bottom: 3em;
}
.dataTables_wrapper td a{
    text-decoration: underline !important;
    color: #7499d1 !important;
}
div.dt-buttons, .dataTables_filter, .dataTables_length{
    display: none !important;
}
.table-responsive {
    display: block;
}
.dataTables_wrapper .col-md-6{
    max-width: 100%;
    flex: 0 0 100%;
}
.dataTables_filter{
    float: left;
}

.nicescroll-rails {
    display: block;
    opacity: 1;
    width: 2px !important;
    background: #e5e5e5 !important;
}

.chart-section h1 {
    padding: 0px 27px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.9);
}

.ct-series-b .ct-slice-donut {
    stroke: #f3f3f3 !important;
    stroke-linecap: round;
}

.ct-series-a .ct-slice-donut {
    stroke: #bcabfd !important;
    stroke-linecap: round;
}

.donut-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main-menu ul {
    margin-bottom: 0 !important;
}
.donut-content .icon {
    width: 50px;
    height: 50px;
    background: #ffc2ab;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 50px;
    color: #fff2f2;
}

.donut-content h2 {
    font-size: 24px;
    font-weight: 900;
}
.donut-content small {
    font-size: 12px;
    opacity: 0.9;
}
.donut-section {
    margin-left: 0 !important;
}

#right-panel.expand .donut-content {
    left: calc(50% + 22px);
}
span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.transaction-badge-0 {
    color: #fff;
    background-color: #343a40;
}
.transaction-badge-1 {
    color: #fff;
    background-color: #1dcf76;
}
.transaction-badge-4,
.transaction-badge-5 {
    color: #fff;
    background-color: #5d5f61;
}
.transaction-badge-6,
.transaction-badge-2,
.transaction-badge-3 {
    color: #fff;
    background-color: #af1717;
}
.table-action-btn{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7d2e3;
    border-radius: 100%;
    color: #abaccd;
    transition: 0.4s all;
}
.table-action-btn:hover{
    background: #e9e9ee;
}
.topnav .active.nav-link::before,.topnav  .nav-item.active a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 6px;
    background: #5425c7;
    border-radius: 15px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

select.form-control {
    font-size: 13px;
}


.hide-btn {
    display: none;
}

#todoList li input {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    outline: none !important;
    width: 100%;
}

.top-panel {
    display: flex;
    justify-content: flex-end;
    background-color: #eee !important;
}

.hamburger-btn {
    cursor: pointer;
    margin-right: 90px;
    padding: 20px 0 20px 30px;
    margin-bottom: 20px;
    display: none;
}
.navbar-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: black;
    font-size: 16px;
}

.topnav .nav-link:hover{
    opacity: 0.4 !important;
}
.topnav .nav-item a{
    transition: 0.4s all;
    font-size: 14px;
}
.topnav .nav-item a:hover{
    opacity: 0.4 !important;
}

.topnav .dropdown-menu li a{
    transition: 0.4s all;
}
.topnav .dropdown-menu li a:hover{
    font-weight: 600;
    color: var(--primary-hover-theme-color);
}
.navbar-logo img{
    width: 100px !important;
    border-radius: 12px;
    margin-right: 15px;
    transition: 0.5s;
}

.hamburger-btn i {
    font-size: 24px;
    color: #484848;
}

.mobile-bottom-nav {
    display: none;
}

.back-link button {
    width: 100%;
    text-align: left;
    background: black;
    border-radius: 0;
    color: white;
}
.back-link i {
    margin-right: 10px;
}

#guidelineContent {
    text-align: center;
}
.guideline-title {
    font-size: var(--header-font-size);
    font-weight: 800;
    margin-bottom: 5px;
}
.guideline-description {
    font-size: var(--paragraph-font-size);
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: 15px;
}

.mobile-drag-title {
    display: none;
}

.hamburger-btn img {
    width: 28px;
    object-fit: contain;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 20px;
    display: none;
}

.bottom-nav .bottom-nav-center .bottom-tab-img {
    width: 35px;
    object-fit: contain;
}

.merchant-account-col .merchant-account-title {
    display: none;
    font-weight: 600;
    margin-bottom: 20px;
}

#sidebar{
    width:300px !important;
}
#main-menu li span{
    font-weight: 300 !important;
    font-family: "Raleway";
    padding-left: 10px !important;
    padding-top: 1px !important;
    opacity: 1 !important;
}
#main-menu li div {
    width: 100% !important;
}
.menu-icon {
    width: 80% !important;
    justify-content: left !important;
    padding: 0 5% !important;
}
.navbar-expand-lg {
    margin-bottom: 100px;
    padding: 0 !important;
    background: white;
    justify-content: space-between;
}
#pageContent {
    width: calc(100%);
    padding: 0 5%;
    margin-bottom: 5%;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
body{
    background:white !important;
}
#main-menu .logo-section{
    margin-top: 60px;
    padding-top: 0px !important;
    color: black;
    font-size: 22px;
    font-weight: 800;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-left: 80px !important;
}
#main-menu .logo-section img{
    width: 50px !important;
    margin-right: 15px !important; 
    margin-left: 5px;
}

#main-menu{
    cursor: initial !important;
}

.alert-primary {
    color: #514fc2;
    background-color: #e7eaff;
    border-color: #d8d7e9;
    font-size: var(--paragraph-font-size);
}
.alert-danger{
    font-size: var(--paragraph-font-size);
}

.custom-item-box .background-image-section {
    width: 50%;
    border-radius: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin-right: auto;
    margin-left: auto;
}

.custom-item-box.small-box .image-section,
.custom-item-box2.small-box .image-section {
    height: 50%;
    margin: auto;
    margin-top: 8%;
}

.custom-item-box.small-box p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-item-box .menu-tooltip,
.custom-item-box2 .menu-tooltip {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.custom-item-box {
    background: var(--item-box-color);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    padding: 5%;
    min-height: 450px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
    transition: 0.3s all;
    position: relative;
    cursor: pointer;
}
.custom-item-box2 {
    background: var(--item-box-color);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    padding: 25px;
    min-height: 250px;
    margin-bottom: 25px;
    transition: 0.3s all;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-right: 100px;
    box-shadow: 2px 2px 30px #e5e5ed;
}
.custom-item-box .image-section img,
.custom-item-box2 .image-section img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: auto;
    border-radius: 100% !important;
}
.custom-item-box .image-section,
.custom-item-box2 .image-section {
    text-align: center;
    min-height: 220px;
    display: flex;
}
.custom-item-box h1 {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--item-box-font-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-item-box2 h1 {
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--item-box-font-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-item-box p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-item-box2 p {
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.custom-item-box .content-section {
    text-align: center;
    display: grid;
}
.custom-item-box2 .content-section {
    text-align: left;
    width: 60% !important;
    padding-left: 25px;
}
.custom-item-box:hover,
.custom-item-box2:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
}
.custom-item-box .btn,
.custom-item-box2 .btn {
    transition: 0.5s all;
}
.custom-item-box:hover .btn,
.custom-item-box2:hover .btn {
    border-radius: 20px;
}
.custom-item-box .image-section,
.custom-item-box2 .image-section {
    text-align: center;
    display: flex;
    height: 70%;
    position: relative;
}

.custom-item-box h1 {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--item-box-font-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-item-box2 h1 {
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--item-box-font-color);
}

.custom-item-box p {
    font-size: 11px;
    text-align: center;
    margin-bottom: 25px;
    opacity: 0.6;
}

.custom-item-box2 p {
    font-size: var(--paragraph-font-size) !important;
    text-align: left;
    margin-bottom: 25px;
}

.custom-item-box .content-section {
    text-align: center;
    display: grid;
}

.custom-item-box2 .content-section {
    text-align: left;
    padding-left: 25px;
}

.custom-item-box:hover,
.custom-item-box2:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
}

.custom-item-box .btn,
.custom-item-box2 .btn {
    transition: 0.5s all;
}

.custom-item-box:hover .btn,
.custom-item-box2:hover .btn {
    border-radius: 20px;
}

.custom-item-box > a {
    width: 100%;
}

#sidebar li.active .menu-icon{
    background: transparent !important;
    box-shadow: none !important;
   
}
#sidebar li.active{
    position: relative !important;
}
#sidebar li.active::before{
    content: '';
    width: 150px;
    height: 36px;
    background: var(--primary-theme-color);
    position: absolute;
    left: -83px;
    border-radius: 35px;
    z-index: -1;
    top: 7px;
    bottom: 0;
    margin: auto;
}
#main-menu li.active span{
    font-weight: 800 !important;
    color: white !important;
}
#main-menu li span{
    padding-left: 35px !important;
}
#sidebar ul.components{
    padding-left:40px !important;
}
#sidebar ul li a{
    padding:10px 0 !important;
}

#sideBottomNav{
    position: absolute;
    bottom: 5%;
    padding-left: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 50px;
}
#helpbox.show{
    margin:0 !important;
}
#sideBottomNav a{
    display:flex;
    margin-right: 15px;
    opacity: 0.6;
}
.topnav-title{
    font-size: 30px !important;
    font-weight: 700 !important;
    position:relative;
    display:none;
}
.topnav-title::after{
    content: '';
    width: 24px;
    height: 6px;
    background: var(--primary-theme-color);
    position: absolute;
    bottom: -15px;
    border-radius: 35px;
    left: 2px;
}
.table-view-options {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.table-change {
    display: flex;
    flex-direction: column;
}

.table-view-options .table-view-prompt {
    margin-bottom: 5px;
    color: #9899a2;
}

.table-view-options .view_selection {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.table-view-options .view_selection i {
    font-size: 20px;
}

.table-view-options .view_selection .view-option {
    margin-bottom: 0;
    margin-left: 8px;
}

.table-view-options .view_selection.list {
    display: none;
}

.table-responsive .table {
    margin-bottom: 20px;
}

.table-card-list {
    display: none;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.table-card-list .card {
    border-radius: 10px;
}

.table-card-list .card-list-row {
    width: 100%;
}

.table-card-list .card-list-row .card-list-col {
    margin-bottom: 20px;
}

.table-card-list .card-data {
    display: flex;
    flex-direction: column;
}

.table-card-list .card-data .card-thead {
    margin-bottom: 5px;
    color: #a6abb7;
}

.table-card-list .card-data .card-tbody {
    margin-bottom: 0;
}

.table-card-list .card-list {
    padding: 30px;
}

.table-card-list .card-action-col {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-card-list .card-info-col {
    margin-bottom: 20px;
}

.table-card-list .card-action-col h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.table-card-list .card-order {
    display: flex;
    align-items: center;
}

.table-card-list .card-order i {
    font-size: 18px;
    margin-right: 18px;
}


.share-btn{
    color:var(--font-color);
    opacity: 0.4;
    text-decoration: none !important;
}

#shareStoreModal .form-group{
    margin-bottom: 0px;
}
#shareStoreModal .modal-body{
    padding-bottom: 50px;
}
#shareStoreModal .likely .likely__widget{
    background:transparent !important;
}
#shareStoreModal .likely svg{
    width: 30px;
    height: 28px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#shareStoreModal .likely svg:hover{
    transform: scale(1.1);
}
#shareStoreModal .likely .likely__icon{
    width: 28px;
    height: 45px;
}

#shareStoreModal .likely_ready{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
#shareStoreModal .modal-content{
    padding: 8%;
}
#shareStoreModal .modal-close-btn{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-right: 0;
}

#shareStoreModal .copy-btn{
    background: white;
    border: 1px solid lightgray;
}






.grid-box-item {
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 15px;
    height: 300px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #f1f1f1;
    transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.grid-box-item:hover .img-section img{
    transform: scale(1.08);
}
.grid-box-item:hover{
    box-shadow: 2px 2px 30px #d8d8d8;
}
.grid-view-toggle {
    padding:15px;
}
.grid-view-toggle .search-total{
    margin-top: 50px;
}
.grid-box-item .img-section, .grid-box-item .content-section{
    height: 35%;
    text-align: center;
}
.grid-box-item .img-section img{
    transition: 1.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 70%;
}
.grid-box-item div[role="group"]{
    text-align: right;
}
.grid-box-item .content-section p{
    font-size: var(--label-font-size);
    opacity: 0.5;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-box-item .content-section h1{
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-box-item .date{
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 10px;
    opacity: 0.5;
}
.badge{
    border-radius: 35px;
    padding: 3px 6px;
    font-size: 9px !important;
}




.simple-search-bar input{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.simple-search-bar{
    border: 1px solid lightgray;
    border-radius: 8px;
}
.simple-search-bar button{
    border: none !important;
    background: #ededed !important;
    font-size: var(--label-font-size) !important;
    color: #505050 !important;
    padding: 11px 15px !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.table-section .inline-table-form-section .table-icon .table-item{
    display: flex;
    align-items: center;
}

.overall-layout {
    display: flex;
}

.wrapper {
    width: 100%;
}

#progress-parent {
    width: 100%;
    margin-bottom: 50px;
}

.onboarding-info-section{
    padding-right: 30px;
}

.onboarding-info {
    padding-top: 25px;
}
.onboarding-progress{
    margin-top: 25px;
    text-align: right;
    
}

.task-text {
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 5px;
}
#closeOnboarding{
    font-size: var(--small-font-size);
    opacity: 0.4;
    text-decoration: underline;
    padding-top: 10px;
    cursor: pointer;
}
.arrow-section{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.custom-progressbar{
    width: 100%;
}
 .onboarding-progress .custom-progressbar-text {
display: none;
}


.onboarding-box #carouselWithCard {
    width: 100%;
}

.onboarding-box .slick-dots {
    display: none !important;
}

.onboarding-row {
    width: 100%;
}

.onboarding-col.completed {
    opacity: 0.5;
}

.onboarding-title {
    color: var(--primary-theme-color);
    font-weight: 800;
    font-size: var(--sub-header-font-size);
    margin-bottom: 8px;
}

.onboarding-descp {
    font-weight: 300 !important;
    font-size: var(--paragraph-font-size);
}

.onboarding-box .onboarding-col .card-header {
    padding: 0.15rem 1.25rem !important;
}

.onboarding-box .onboarding-col .card-body img {
    height: 150px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 15px;
}

.onboarding-box .onboarding-col .card-title {
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 800;
}

.onboarding-box .onboarding-col .card-text {
    font-size: var(--paragraph-font-size);
    font-weight: 300;
}

.onboarding-box .card-form {
    display: flex;
    margin-top: 20px;
}

.onboarding-box .card-form button {
    padding: 8px 20px !important;
    font-size: var(--small-font-size);
}

.onboarding-btn-section {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    #progress-parent {
        margin-right: auto;
        margin-left: auto;
    }

    .onboarding-box.info {
        flex-direction: column;
    }

    .onboarding-box .onboarding-title {
        margin-bottom: 10px;
    }

    .onboarding-box .onboarding-info {
        margin-bottom: 20px;
    }

    .onboarding-box.info .onboarding-progress {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .onboarding-btn-section {
        margin-top: 0;
    }
}
@media screen and (max-width: 575px) {
}


#progress-parent .all-card-content .card-header{
    background: rgb(75,173,255);
    background: linear-gradient(90deg, rgba(75,173,255,1) 0%, rgba(119,70,255,1) 100%, rgba(75,18,199,1) 100%);
}

#progress-parent .completed .all-card-content .card-header{
    background: rgb(120,255,147);
    background: linear-gradient(90deg, rgba(120,255,147,1) 0%, rgba(65,255,116,1) 100%);
}

.card-header .icon{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: white;
    font-size: var(--paragraph-font-size);
    line-height: 33px;
    font-weight: 800;
    background: rgb(75,173,255);
    background: linear-gradient(90deg, rgba(75,173,255,1) 0%, rgba(119,70,255,1) 100%, rgba(75,18,199,1) 100%);
}

.completed .card-header .icon{
    background: rgb(120,255,147);
    background: linear-gradient(90deg, rgb(54, 190, 81) 0%, rgbrgb(0, 133, 35)0%);
}

.report-item{
    background: white;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    box-shadow: 2px 2px 5px #f1f1f1;
    cursor: pointer;
    transition: 0.4s all;
}

.report-item:hover{
    transform: scale(1.04);
    box-shadow: 2px 2px 10px #dbdbdb;
}

.report-item p{
    margin:0;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
}

.report-item i{
    font-size: 20px;
    padding-right: 15px;
    color: var(--secondary-theme-color);
}

.report-item.active{
    background: var(--primary-theme-color);
}
.report-item.active p, .report-item.active i{
    color: white !important;
}

.coming-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    width: 50%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 150px;
}
.coming-container img{
    max-width: 250px;
    margin-bottom: 15px;
}
.coming-container h3{
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;

}.coming-container p{
    font-size: var(--paragraph-font-size);
    opacity: 0.8;
}

.custom-item-box{
    background: transparent !important;
    box-shadow: none !important;
    transform: scale(1) !important;
    border:none !important;
    margin-bottom: 0 !important;
    min-height: 380px !important;
    
}

.alert-info{
    color: #7e7e7e;
    background-color: #f5f5f6;
    border-color: #ececec;
    font-size: 13px;
}

#ticketModal img{
    margin: auto;
    width: 70%;
}
#ticketModal .modal-header{
    margin: 0;
    padding: 0;
}
#ticketModal h1{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-top: -40px;
}
#ticketModal p{
    text-align: center;
    opacity: 0.7;
    margin-bottom: 5px;
    font-size: var(--paragraph-font-size);
}
#ticketModal .modal-footer{
    justify-content: center;
}


.feedback {
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .feedback li {
    position: relative;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
  }
  .feedback li:not(:last-child) {
    margin-right: 20px;
  }
  .feedback li {
      transform: scale(0.7);
      margin-right: 0!important;
  }
  .feedback li div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
  }
  .feedback li div svg, .feedback li div:before, .feedback li div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 2px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
  }
  .feedback li div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
  }
  .feedback li div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
  }
  .feedback li div svg.eye.right {
    --l: 23px;
  }
  .feedback li div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
  }
  .feedback li div:before, .feedback li div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
  }
  .feedback li.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
  }
  .feedback li.angry div:before {
    --r: 20deg;
  }
  .feedback li.angry div:after {
    --l: 23px;
    --r: -20deg;
  }
  .feedback li.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
  }
  .feedback li.angry.active {
    -webkit-animation: angry 1s infinite;
            animation: angry 1s infinite;
  }
  .feedback li.angry.active div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    -webkit-animation: toggle 0.8s infinite forwards;
            animation: toggle 0.8s infinite forwards;
  }
  .feedback li.angry.active div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    -webkit-animation: toggle 0.8s infinite forwards;
            animation: toggle 0.8s infinite forwards;
  }
  .feedback li.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
  }
  .feedback li.sad div:before, .feedback li.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
  }
  .feedback li.sad div:after {
    --l: 25px;
  }
  .feedback li.sad div svg.eye {
    --t: 16px;
  }
  .feedback li.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
  }
  .feedback li.sad.active div:before, .feedback li.sad.active div:after {
    -webkit-animation: tear 0.6s infinite forwards;
            animation: tear 0.6s infinite forwards;
  }
  .feedback li.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
  }
  .feedback li.ok div:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
  }
  .feedback li.ok div:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
  }
  .feedback li.ok.active div:before {
    --middle-s-y: .35;
    -webkit-animation: toggle 0.2s infinite forwards;
            animation: toggle 0.2s infinite forwards;
  }
  .feedback li.ok.active div:after {
    --middle-s-x: .5;
    -webkit-animation: toggle 0.7s infinite forwards;
            animation: toggle 0.7s infinite forwards;
  }
  .feedback li.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
  }
  .feedback li.good div:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
  }
  .feedback li.good div:after {
    --sc: 0;
  }
  .feedback li.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
  }
  .feedback li.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
  }
  .feedback li.good.active div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    -webkit-animation: toggle 0.8s infinite forwards;
            animation: toggle 0.8s infinite forwards;
  }
  .feedback li.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
  }
  .feedback li.happy div:before {
    --sc: 0;
  }
  .feedback li.happy div:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
  }
  .feedback li.happy div svg.eye {
    --t: 14px;
    --sc: -1;
  }
  .feedback li.happy.active div:after {
    --middle-s-x: .95;
    --middle-s-y: .75;
    -webkit-animation: toggle 0.8s infinite forwards;
            animation: toggle 0.8s infinite forwards;
  }
  .feedback li:not(.active) {
    cursor: pointer;
  }
  .feedback li:not(.active):active {
    transform: scale(0.925);
  }
  .feedback li.active {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --m: var(--active-mouth);
    --e: var(--active-eye);
  }
  .feedback li.active div {
    -webkit-animation: shake 0.8s infinite forwards;
            animation: shake 0.8s infinite forwards;
  }
  
  @-webkit-keyframes shake {
    30% {
      transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }
    60% {
      transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }
    100% {
      transform: perspective(240px) translateZ(4px);
    }
  }
  
  @keyframes shake {
    30% {
      transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }
    60% {
      transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }
    100% {
      transform: perspective(240px) translateZ(4px);
    }
  }
  @-webkit-keyframes tear {
    0% {
      opacity: 0;
      transform: translateY(-2px) scale(0) translateZ(0);
    }
    50% {
      transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }
    20%, 80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
  }
  @keyframes tear {
    0% {
      opacity: 0;
      transform: translateY(-2px) scale(0) translateZ(0);
    }
    50% {
      transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }
    20%, 80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
  }
  @-webkit-keyframes toggle {
    50% {
      transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
  }
  @keyframes toggle {
    50% {
      transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
  }
  @-webkit-keyframes angry {
    40% {
      background: var(--active);
    }
    45% {
      box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
  }
  @keyframes angry {
    40% {
      background: var(--active);
    }
    45% {
      box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
  }

  .lazy-load-box {
    margin-bottom: 500px;
    background: url("/img/icon/inpage_loader.gif") no-repeat center center;
    background-position: 50% 50%;
    width: 300px;
    height: 300px;
}
.lazy-load.box img {
    width: 100%;
    height: 100%;
}
.panel-header {
    margin-top: 5vh;
}
.panel-header h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 70px;
}

.topnav-title{
    display:block !important;
}

.welcome-panel {
    background-color: #7852ff;
    background-image: linear-gradient(to right, #7852ff, #5265f4);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.welcome-panel .welcome-text-title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#progress-parent {
    background: #f4f4f7;
    padding: 5%;
    border-radius: 15px;
    border: 1px solid #e7e7f1;

}

.onboarding-progress,
.onboarding-carousel-col {
    margin-bottom: 30px;
}

#progress-parent .all-card-size {
    width: 100%;
    height: 100%;
}

#progress-parent .all-card-size .onbording-title {
    font-weight: bold;
    color: #7852ff;
}

#progress-parent .all-card-size .task-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#progress-parent .all-card-size .task-container .task-text {
    color: #7852ff;
}

#progress-parent .all-card-size .progress .progressBar {
    background-color: #7852ff;
}

#progress-parent .all-card-content .card-header {
    height: 5px;
}

#progress-parent .all-card-content .orange-color {
    background-color: #ff541a;
}

#progress-parent .all-card-content .blue-color {
    background-color: rgb(9, 113, 199);
}

#progress-parent .all-card-content .purple-color {
    background-color: #7852ff;
}

#progress-parent .all-card-content .card-button {
    background-color: #7852ff;
    font-size: 12px;
    color: #fff;
}

.button-section {
    margin-bottom: 30px;
}

.button-section .arrow-container {
    background-color: #7852ff;
}

.button-section .arrow-container .arrow-icon {
    color: #fff;
}

.welcome-panel .welcome-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

/* ------------------------------------------------------------------------------
Announcement  & CTA
-------------------------------------------------------------------------------*/

#announcementModal section {
    margin-top: 5vh !important;
}

.announcement-title {
    text-align: center;
    margin-bottom: 0 !important;
}
.announcement-title::before {
    content: none !important;
}

.announcement-description {
    text-align: center;
    font-size: 16px !important;
    opacity: 0.6 !important;
    margin-bottom: 30px !important;
}

.announcement-image {
    text-align: center;
}
.announcement-image img {
    margin: auto;
    margin-bottom: 25px;
    border-radius: 15px;
    object-fit: cover;
    max-width: 100%;
}
.announcement-image video {
    max-width: 80%;
    margin: auto;
}
.announcement-button {
    text-align: center;
    padding-top: 15px;
}

#announcementContent {
    text-align: center;
}
#announcementModal .announcement-picture img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#announcementModal .announcement-picture video {
    max-width: 100%;
    margin: auto;
}

#announcementModal .announcement-picture {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}
#announcementModal .announcement-title {
    font-size: var(--header-font-size);
    font-weight: 800;
    margin: 0;
}
#announcementModal .announcement-description {
    opacity: 0.7;
    font-weight: 300;
}

#announcementModal .tox-tinymce {
    border: none;
}
#announcementContent,
#guidelineContent {
    opacity: 0;
    transition: all 1.5s;
    max-height: 100px;
}
#announcementContent.open,
#guidelineContent {
    opacity: 1;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#announcementModal .no-show {
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 7%;
}
#announcementModal .slick-dots {
    position: fixed !important;
    bottom: 40px !important;
    left: 10px !important;
    right: 0 !important;
    margin: auto !important;
}
#announcementModal .modal-content {
    padding-bottom: 50px !important;
}

#announcementModal .no-show input,
#announcementModal .no-show label {
    cursor: pointer;
}

.slick-dots li button::before {
    font-size: 8px !important;
}

.slide {
    height: 100%;
  }

  .domain-box{
    background: var(--primary-theme-color);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
    margin-top: 90px;
  }

  .domain-box h1{
    font-size: var(--header-font-size);
    font-weight: 800;
    color:white;
  }
  .domain-box p{
    font-size: var(--paragraph-font-size);
    opacity: 0.9;
    color:white;
  }
  .domain-box button{
    background: white !important;
    color: var(--primary-theme-color) !important;
    font-weight: 500;
  }
  .domain-box img{
    max-width: 80%;
    min-height: 150px;
    margin-top: -75px;
  }

  

.ref-box{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    height: 250px;
    background: url(/img/picture/box1.png);
    border-radius: 35px;
    box-shadow: 2px 2px 15px #3511c43d;
    padding:8%;
    position: relative;
}

.ref-box h1{
    font-size: var(--title-font-size);
    font-weight: 700;
    color: white;
    max-width: 80%;
}
.ref-box p{
    font-size: var(--paragraph-font-size);
    color: white;
    font-weight: 300;
    width: 70%;
}
.ref-box .btn-default{
    font-size: 15px;
    font-weight: 600;
    color: var(--highlight-theme-color);
    border-radius: 10px;
    animation: shake-slow-animation 2s cubic-bezier(.36,.07,.19,.97) both infinite;
    padding: 8px 20px;
    margin-top: 15px;
}
.ref-box .btn-primary{
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 600;
    color: #f0f0f0;
    border-radius: 10px;
    padding: 8px 20px;
    margin-top: 15px;
    border:none !important;
}
.ref-box img{
    position: absolute;
    width: 250px;
    filter: hue-rotate(309deg);
    right: 0;
    bottom: -40px;
}

@keyframes shake-slow-animation {
    5%, 45% {
        transform: translate3d(-1px, 0, 0);
    }
    10%, 40% {
        transform: translate3d(2px, 0, 0);
    }
    15%, 25%, 35% {
        transform: translate3d(-4px, 0, 0);
    }
    20%, 30% {
        transform: translate3d(4px, 0, 0);
    }
}

.topnav-title{
    display:block !important;
}

.dashboard-view-list.horizon, .dashboard-view-list.horizon-3  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-payment-box{
    text-align: center;
    margin: auto;
    margin-top: 7em;
    margin-bottom: 6em;
}
.custom-sharer-box{
    text-align: center;
    margin: auto;
    margin-top: 5em;
    margin-bottom: 6em;
}
.dashboard-view-list.horizon .dashboard-list {
    flex: 50%;
    padding-left: 0 !important;
}
.dashboard-view-list.horizon-3 .dashboard-list {
    flex: 33%;
    padding-left: 0 !important;
}

.dashboard-list{
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 10px 30px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.welcome{
    position: relative;
    display: none;
    text-align: center;
}
.welcome img{
    width: 700px;
}
.welcome h2{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 33px;
    font-weight: 700;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.dashboard-list.active{
    padding: 50px !important;
}
.dashboard-list .icon-box{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.dashboard-list:nth-child(1) .icon-box{
    background: #e1e9fb;
}
.dashboard-list:nth-child(1) .icon-box i{
    color: #1842a0;
}
.dashboard-list:nth-child(2) .icon-box{
    background: #e1f8fb;
}
.dashboard-list:nth-child(2) .icon-box i{
    color: #1885a0;
}
.dashboard-list:nth-child(3) .icon-box{
    background: #ebe1fb;
}
.dashboard-list:nth-child(3) .icon-box i{
    color: #4c18a0;
}
.dashboard-list:nth-child(4) .icon-box{
    background: #fbf2e1;
}
.dashboard-list:nth-child(4) .icon-box i{
    color: #a05a18;
}
.dashboard-list:nth-child(5) .icon-box{
    background: #fbe1e1;
}
.dashboard-list:nth-child(5) .icon-box i{
    color: #a01818;
}

.dashboard-list:nth-child(6) .icon-box{
    background: #e1fbe4;
}
.dashboard-list:nth-child(6) .icon-box i{
    color: #18a01f;
}

.dashboard-list:nth-child(7) .icon-box{
    background: #f9fbe1;
}
.dashboard-list:nth-child(7) .icon-box i{
    color: #9ea018;
}

.dashboard-list .list-content {
    margin-top:8px;
}
.dashboard-list .list-content p{
    font-size: var(--paragraph-font-size);
    margin: 0;
}
.dashboard-list .list-content h2{
    font-size: var(--sub-header-font-size);
    font-weight: 700;
    display: inline-block;
}
.dashboard-list .list-content img{
    display: inline-block;
    width: 20px;
    margin-top: -5px;
}
.dashboard-list .list-action a{
    font-size: var(--paragraph-font-size);
    color: var(--primary-theme-color);
    font-weight: 600;
}
.dashboard-list .list-action{
    position: absolute;
    bottom: 8px;
    right: 20px;
}

.dashboard-list.active{
    background: #f7f7f9;
}

.tt{
    background: linear-gradient(90deg, #f2edff , transparent);
    border-left: 4px solid #4716a7;
    padding: 10px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px !important;
    color: #4827a3;
    margin-bottom: 15px;
    margin-bottom: 2em;
}
.activity-list .list-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.activity-list .list-item .item-content h2{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}
.activity-list .list-item .item-content p{
    font-size: var(--label-font-size);
    opacity: 0.5;
    margin-bottom: 0;
}
.activity-list .item-balance{
    font-size: 18px;
    font-weight: 700;
}
.line-chart{
    overflow: auto;
}

#overviewChart h2{
    font-size: var(--sub-header-font-size);
    font-weight: 700;
}

.badge-positive{
    background: white;
    color: #15ce81;
}
.badge-negative{
    background: white;
    color: #e33939;
}
.badge-default{
    background: #e6e5ee;
    color: #424242;
}


  .badge-1{
    background: #edcc47;
    color: white;
  }

  .badge-2{
    background: #4ae382;
    color: white;
  }

  .badge-3{
    background: #df3333;
    color: white;
  }


  body {
    background: #f5f6ff;
    background: -moz-linear-gradient(
        -45deg,
        #ebecf7 0%,
        #ffffff 57%,
        #f9f7ff 100%
    );
    background: -webkit-linear-gradient(
        -45deg,
        #ebecf7 0%,
        #ffffff 57%,
        #f9f7ff 100%
    );
    background: linear-gradient(-45deg, #ebecf7 0%, #ffffff 57%, #f9f7ff 100%);
}
.chart-diagram{
    margin-top: 2.5em;

}
.chart-diagram h2{
    font-size: 15px;
    font-weight: 400;
    opacity: 0.4;
}
.btn-outline-small{
    border-radius: 30px !important;
    padding: 8px 20px !important;
    border: 1px solid var(--primary-hover-theme-color);
    color: var(--primary-hover-theme-color);
    background: transparent;
    font-weight: 700;
    font-size: 13px;
}
#sidebar {
    width: 80px;
    background: #ffffff;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 57%,
        #f7f7fa 100%
    );
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 57%,
        #f7f7fa 100%
    );
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 57%,
        #f7f7fa 100%
    );
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}

#sidebar.expand {
    width: 230px;
}

input[type="button"]:focus,
.btn.focus,
.btn:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#sidebar.active {
    margin-left: -270px;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}

#sidebar ul.components {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px;
}

#sidebar ul li {
    font-size: 16px;
    width: 90%;
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
    font-size: 14px;
}

#sidebar ul li a {
    padding: 20px 0;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    outline: none !important;
    text-decoration: none;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none !important;
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

#sidebar .custom-menu .btn i {
    margin-right: -52px;
    font-size: 14px;
}

#sidebar .custom-menu .btn.btn-primary {
    background: transparent;
    border-color: transparent;
}

#sidebar .custom-menu .btn.btn-primary:after {
    z-index: -1;
    position: absolute;
    top: -29px;
    left: -2px;
    right: -16px;
    bottom: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(63deg);
    background: #3445b4;
    border-radius: 61px;
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#sidebar .custom-menu {
    display: none;
}

.guideline-panel {
    position: fixed;
    left: -20%;
    opacity: 0;
    z-index: 50;
    top: 0;
    height: 100vh;
    width: 300px;
    background: #7c78ea;
    padding: 3%;
    padding-top: 10%;
    box-shadow: 2px 2px 15px #c1c0d1;
    transition: 0.6s all;
}

.guideline-panel h1 {
    font-weight: 700;
    padding-top: 25px;
    color: white;
    margin-bottom: 15px;
}

.guideline-panel p {
    font-size: 13px;
    color: white;
    opacity: 0.8;
    line-height: 17px;
}

.guideline-panel.active {
    left: 230px;
    opacity: 1;
}

.guideline-img {
    width: 95%;
    margin: auto;
    margin-left: -15px;
}

.menu-icon {
    width: 80%;
    justify-content: left;
    padding: 0 5%;
}

#sidebar li > a:hover,
#sidebar li > a:hover .menu-icon {
    color: #132b64;
}

#sidebar li > a .menu-icon {
    color: #8b939b;
    float: left;
    margin-top: 8px;
    width: 36px;
    text-align: left;
    z-index: 9;
    width: 35px;
    height: 36px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    transition: 0.3s all ease;
    display: flex;
    justify-content: left;
    padding-left: 11px;
}

#sidebar li.menu-item-has-children .sub-menu a .menu-icon {
    top: 13px;
    text-align: left;
    width: 25px;
}

#sidebar li .menu-icon:hover {
    background: #eceaf3;
    color: rgb(120, 114, 148) !important;
}

#sidebar li.active .menu-icon {
    background: var(--primary-theme-color) !important;
    box-shadow: 0px 3px 6px #b5adc6;
    color: white !important;
    font-weight: 900 !important;
}

#sidebar li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    color: #9e9ead;
    display: inline-block;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    width: 100%;
}

#main-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#main-menu {
    height: 100vh;
    position: relative;
    padding-top: 6em;
}

#main-menu li div {
    width: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nicescroll-cursors {
    border: 1px solid rgb(197 197 197) !important; 
    border-radius: 50px !important;
}

.close-nav {
    margin-right: -15px !important;
}

@media (min-width: 800px) {
 
    #sidebar:hover {
        width: 300px;
    }

    #sidebar.expand {
        width: 230px;
    }

    #sidebar.expand #main-menu li span {
        font-weight: 300 !important;
        font-family: "Raleway";
        padding-left: 10px;
        padding-top: 1px;
        opacity: 1;
    }

    #sidebar.expand #main-menu li div {
        width: 100%;
    }

    #sidebar.expand .menu-icon {
        width: 80%;
        justify-content: left;
        padding: 0 5%;
    }

}

@media (max-width: 800px) {
    #sidebar.expand #main-menu li span {
        font-weight: 100 !important;
        font-family: "Raleway";
        padding-left: 10px;
        padding-top: 1px;
        opacity: 1;
    }

    #sidebar.expand #main-menu li div {
        width: 100%;
    }

    #sidebar.expand .menu-icon {
        width: 80%;
        justify-content: left;
        padding: 0 5%;
    }
}

@media (max-width: 800px) {
}

@media (max-width: 720px) {
    #sidebar.expand {
        width: 360px;
    }
    #sidebar {
        margin-left: -300px;
        position: absolute;
    }
    #sidebar ul.components {
        padding-top: 50px !important;
        padding-bottom: 150px;
    }
    #sidebar .custom-menu {
        display: block;
    }

    #sidebar {
        width: 300px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#main-menu .logo-section {
    height: 70px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
#main-menu .logo-section img {
    width: 70%;
}

.topnav-section {
    display: flex;
    justify-content: space-between;
}
.topnav-section img {
    width: 20px;
}

.topnav-section .btn {
    margin-right: 15px;
}
.topnav-section .btn-primary-light {
    box-shadow: 2px 2px 14px #e3e4eb;
}

#topNav {
    width: 100%;
    display: block;
    padding-bottom: 70px;
}

.topnav-title {
    font-size: var(--title-font-size);
    font-weight: 700;
}

#moduleHelp {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    padding: 6px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 15px;
}
#helpbox {
    margin-top: 5px;
    float: right;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: hidden;
    transform: scale(0);
    overflow: hidden;
}
#helpbox.show {
    visibility: visible;
    transform: scale(1);
}
#helpbox:hover {
    opacity: 0.5;
}

#topNotification {
    position: relative;
    left: 0;
    top: 0;
    border: none !important;
}

.top-notification {
    width: 400px;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
    opacity: 0;
}

.top-notification.open {
    opacity: 1;
}
.top-notification.popup-ani {
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-notification p {
    text-align: left;
    font-size: var(--paragraph-font-size) !important;
    opacity: 0.5;
}
.top-notification h1 {
    font-size: 22px;
    font-weight: 800;
    color: black;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.top-notification .notification-content-box {
    padding: 35px 35px 0;
    margin-bottom: 15px;
}
.top-notification-fab {
    width: 65px;
    height: 65px;
    background-color: transparent;
    border-radius: 100%;
    float: right;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.3);
    z-index: 5;
    position: relative;
    transition: 0.5s all;
    cursor: pointer;
    transition: 0.3s all;
}

.top-notification-fab:hover {
    transform: scale(1.1);
}

.top-notification-fab .wrap {
    transform: rotate(0deg);
    transition: 0.5s all;
}

.top-notification-fab .ani {
    transform: rotate(360deg);
    transition: 0.5s all;
}
.top-notification-wrap {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -100;
}
.top-notification-wrap.open {
    z-index: 10001;
}
.top-notification-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0;
}
.top-notification-overlay.open {
    z-index: 10000;
    opacity: 1;
}

.top-notification-section {
    display: flex;
    position: relative;
    width: auto;
    max-width: 45vw;
    height: 35px;
}

#topNotification span {
    background: #ff2626;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    color: white;
    font-size: 9px;
    font-weight: 900;
    line-height: 15px;
    text-align: center;
}

.close-notification-btn {
    position: absolute;
    right: 5%;
    top: 5%;
    background: none;
    font-size: 12px;
    font-weight: 800 !important;
}

.notification-footer {
    text-align: right;
    margin-top: 15px;
}
.notification-footer button {
    box-shadow: 4px 4px 15px #c9c9dc !important;
    margin-right: 0 !important;
}
.notification-content {
    flex: 1 1 auto;
    max-width: calc(100% - 50px) !important;
    padding-left: 15px;
    overflow: auto;
}

#topProfileIcon {
    position: relative;
    box-shadow: none;
    border: none !important;
    margin-right: 0;
    padding-right: 0;
}
#topProfileIcon.toggle {
    z-index: 10000;
}
#main-menu small{
    color: #adadad;
    font-size: 11px;
    opacity: 0.4;
    width: 65%;
}
.topnav-profile {
    position: absolute;
    right: 20px;
    margin-top: 50px;
    z-index: 10002;
    background: white;
    border-radius: 15px;
    box-shadow: 2px 2px 15px #e9e9e9;
    width: 200px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.topnav-profile.toggle {
    height: 80px;
    visibility: visible;
}

.profile-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

table th, table td{
    border: none !important;
}

table th{
    color: #bababa !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 300 !important;
}
.table tr:first-child td {
    padding-top: 30px !important;
}
.table-striped tbody tr:nth-of-type(odd){
    background: transparent !important;
}
.table-striped tbody tr:nth-of-type(even){
    /* background-color: rgba(0,0,0,.05); */
}
.dataTable.table tbody tr:hover{
    background: #f4f4f9 !important;
}
table.dataTable.table-hover>tbody>tr:hover>*{
    box-shadow: none !important;
}
.dataTable td{
    vertical-align: middle;
}
table.dataTable.table-striped>tbody>tr.odd>*{
    box-shadow: none !important;
}
.profile-item a {
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 35px;
    color: black !important;
    font-size: var(--paragraph-font-size);
    font-weight: 400;
    color: #666666 !important;
    transition: 0.4s all;
}
.profile-item a i {
    padding-right: 15px;
}
.dropdown-menu{
    padding: 1em;
    min-width: 12rem !important;
    border-radius: 5px;
    padding-bottom: 0 !important;
}
.dropdown-menu li.active{
    position: relative;
}
.dropdown-menu li.active a{
    color: var(--primary-theme-color);
    font-weight: 700;
}
.dropdown-menu li.active::before{
    content: '';
    width: 3px;
    height: 100%;
    border-radius: 19px;
    background: var(--primary-theme-color);
    position: absolute;
    top: 0;
    left: -16px;
}
.nav-item.active a{
    color: #602cdf;
    font-weight: 600;
}
.nav-link.active{
    color: #602cdf;
    font-weight: 600;
}
.top-nav-link{
    gap: 2em;
}
.nav-item i{
    margin-right: 0.5em;
}
.nav-item{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;        
    font-size: var(--paragraph-font-size);
    padding-right: 1em !important;
}
.nav-item span{
    font-size: var(--paragraph-font-size);
}

.nav-link{
    transition: 0.4s all;
    color: #767676;
}
.nav-link:hover, .nav-item:hover .nav-link{
    color: black !important;
    opacity: 0.6;
}
.topnav-title{
    display:block !important;
}


#topProfileIcon img {
    width: 30px;
    transition: 0.4s all;
    margin-top: -8px;
}
#topProfileIcon img:hover{
    transform: scale(1.3) rotate(25deg); 

}

.point-icon img {
    width: 26px;
    animation: light-rotate-animation 25s infinite;
    margin-top: -2px;
}
.point-icon span {
    color: #ffc459;
    font-weight: 600;
    padding-right: 5px;
}
.point-icon {
    margin-right: 7px;
}
.language-select {
    margin-right: 10px;
    background: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
}
@keyframes light-rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-365deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
    width: 28px;
}

#topNav .mobile-hide {
    margin-left: 10px;
}

.point-icon img {
    width: 22px;
    margin-right: 4px;
}

#topNav button:hover {
    opacity: 0.5;
}
.profile-item a:hover {
    background-color: rgb(241, 241, 241);
    color: black;
    font-weight: 600;
    cursor: pointer;
}

.profile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000002d;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

.profile-overlay.mobile {
    z-index: 999;
}

.profile-overlay.toggle {
    opacity: 1;
    visibility: visible;
}

.notification-list {
    display: flex;
    flex-direction: column;
}

.notification-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 35px;
    padding: 10px 10px;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.4s all ease-out;
    cursor: pointer;
}
.notification-item:hover {
    transform: scale(1.04);
    opacity: 0.8;
}
.notification-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.notification-item h1 {
    font-size: var(--sub-header-font-size) !important;
    font-weight: 800 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notification-item p {
    margin: 0;
    font-size: var(--small-font-size) !important;
    font-weight: 500 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-item .background-image-section {
    border-radius: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 40px !important;
    height: 40px !important;
}

.top-nav-lang.introjs-showElement {
    display: flex;
    align-items: center;
}

.tools-button .introjs-showElement {
    bottom: 0;
}

.mobile-bottom-nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 33px 2%;
    align-items: center;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16),
        0 -1px 3px 0 rgba(0, 0, 0, 0.01);
    z-index: 9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    height: 56px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 20%;
}

.mobile-bottom-nav a.active i {
    color: var(--primary-theme-color);
}

.mobile-bottom-nav a.active span {
    font-weight: 600;
    color: var(--primary-theme-color);
}

.mobile-bottom-nav a i {
    color: #dcdcdc;
    margin-bottom: 6px;
    font-size: 20px;
}

.mobile-bottom-nav a span {
    color: #dcdcdc;
    font-size: 12px;
}

.mobile-bottom-nav .bottom-nav-center {
    background-color: #7852ff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #fff;
    background-clip: padding-box;
}

.mobile-bottom-nav .bottom-nav-center i {
    color: #fff;
    margin-bottom: 0;
}

.mobile-slidepane {
    width: 0%;
    background-color: #fff !important;
}

.mobile-slidepane.expand {
    z-index: 9999;
    margin-right: 30px !important;
}

.mobile-slidepane .slidepane-hr {
    width: 80%;
    margin: 20px auto 20px auto;
    border-top: 2px solid #f8f8f8;
}

.mobile-slidepane .slidepane-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 5% 0 5%;
    background-color: #fff;
}

.mobile-slidepane .slidepane-header img {
    width: 40px;
    object-fit: contain;
    visibility: hidden;
}

.mobile-slidepane .slidepane-header a {
    cursor: pointer;
}

.mobile-slidepane .slidepane-header a svg {
    width: 30px;
    height: 30px;
    color: var(--primary-theme-color);
}

.mobile-slidepane .slidepane-body {
    background-color: #fff;
    height: 100%;
}

.mobile-slidepane .slidepane-body .slidepane-profile {
    display: flex;
    flex-direction: row;
    padding: 3% 10% 3% 10%;
    background: var(--primary-theme-color);
    height: 80px;
    border-bottom-left-radius: 30px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

.mobile-slidepane .slidepane-personal-info {
    display: flex;
    align-items: center;
}

.mobile-slidepane .slidepane-body .slidepane-profile h5{
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.mobile-slidepane .slidepane-body .slidepane-profile .mobile-hide {
    margin-right: 30px;
}


.mobile-slidepane .slidepane-body .slidepane-profile .slidepane-avatar {
    /* box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
    width: 28%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid #4f93ff;
}

.mobile-slidepane .mobile-hide img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-slidepane .mobile-notification {
    position: initial !important;
    padding: 0 !important;
    width: 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-slidepane .mobile-notification img{
    width: 16px;
    object-fit: contain;
}

.mobile-slidepane .mobile-notification span{
    position: initial !important;
    padding: 2px 5px;
    margin-top: -30px;
    display: flex;
    margin-left: 3px;
    justify-content: center;
    align-items: center;
}

.mobile-slidepane .notification-action button {
    position: relative;
    left: 0;
    top: 0;
    border: none !important;
}

.mobile-slidepane .mobile-hide span {
    color: #ffc459;
    font-weight: 600;
    padding-right: 5px;
}

.mobile-slidepane .notification-action button img {
    width: 20px;
    margin-right: 5px;
}

.mobile-slidepane .slidepane-action .point-icon {
    display: flex;
    align-items: center;
}

.mobile-slidepane .slidepane-action .point-icon img {
    margin-right: 5px;
}

.mobile-slidepane .slidepane-action .point-icon span {
    color: var(--default-font-color);
}

.mobile-slidepane .slidepane-lang-menu {
    padding: 0 10% 2% 10%;
}

.mobile-slidepane .slidepane-lang-menu span,
.mobile-slidepane .slidepane-menu span {
    color: #727473;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    font-size: var(--paragraph-font-size);
}

.mobile-slidepane .language-select {
    background-color: #fff;
    border-radius: 4px;
}

.mobile-slidepane .slidepane-menu span {
    margin-left: 10%;
}

.mobile-slidepane .slidepane-menu {
    padding: 0 0 10% 0;
}

.mobile-slidepane .slidepane-menu-items {
    display: flex;
    flex-direction: column;
}

.mobile-slidepane .slidepane-menu-items a {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--default-font-color);
    font-weight: 400;
    font-size: 14px;
}

.mobile-slidepane .slidepane-menu-items a:hover {
    background: var(--theme-background-color) !important;
}

.mobile-slidepane .slidepane-menu-items a.active i {
    color: #fff;
}

.mobile-slidepane .slidepane-menu-items a.active {
    background-color: var(--primary-theme-color);
    color: #fff;
    font-weight: 500;
}

.mobile-slidepane .slidepane-menu-items i {
    color: var(--default-font-color);
    margin-right: 15px;
    padding-left: 10%;
    font-size: 16px;
    width: 50px;
}

.top-notification-wrap.mobile-mode {
    right: 20px;
    width: 90%;
}

.top-notification-wrap.mobile-mode .top-notification {
    height: auto !important;
    width: 100%;
}


.form-section h1 {
    font-size: var(--header-font-size) !important;
}

.form-group h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.form-group p {
    font-size: var(--paragraph-font-size);
    opacity: 0.8;
    margin-bottom: 5px;
}
.form-group .badge{
    font-size: 10px !important;
}

.form-section h1 {
    margin-bottom: 3px !important;
}
.form-section .title-desc {
    font-size: var(--small-font-size);
    margin-bottom: 25px;
    opacity: 0.5;
}
.keyword-table .thead-light th{
    border:none !important;
}

.keyword-btn{
    box-shadow: 3px 5px 0px #161076;
    padding: 10px 18px;
    border-radius: 35px;
}
.keyword-example{
    display: block;
    margin-top: 15px;
    font-size: var(--label-font-size);
    opacity: 0.6;
}

.company-form{
    box-shadow: none !important;
    background: #f8f8f8 !important;
    border: 1px solid #ececec !important;
}
@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	


td{
    color: var(--white-color) !important;
}

.nav-item a{
    color: #767676;
}


.table td{
    max-width: 350px;
}
td small{
    display: block;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataTable tbody tr td{
    cursor: pointer !important;
}
.profile-item a{
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.profile-item a i{
    padding: 0 !important;
    padding-right: 8px !important;
}
.menu-tooltip {
    background: #ffffff !important;
    border: 1px solid rgb(206 206 214) !important;
    color: rgb(165 172 187 / 70%) !important;
    padding-top: 8px !important;
}
.table tr:first-child td{
    padding-top: 50px !important;
 
}


th input{
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
}
.dataTables_wrapper{
    background: white;
    border-radius: 15px;
}
.dataTables_wrapper .dataTables_processing{
    background: linear-gradient(to right, rgb(14 14 26) 0%, rgb(14 14 26) 25%, rgb(14 14 26) 75%, rgb(14 14 26) 100%) !important;
    opacity: 0.1 !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: var(--white-color);
    font-size: 12px !important;
    height: 55px !important; 
}
table.dataTable thead th, table.dataTable tfoot th{
    font-size: 13px !important;
    font-weight: 400 !important;  
}
thead input{
    border: 1px solid #e4e5ea !important;
    background: #f5f6fb !important;
}
.dataTable thead{
    color: #bababa;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 500;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background-position-y: 10px !important;
}

.simple-search-bar input{
    font-size: 10px !important;
}

.input-group-append button{
    padding: 10.5px !important;
}
tfoot{
    visibility: hidden;
}
.btn-badge{
    padding: 5px 10px !important;
    font-size: 11px !important;
    margin-bottom: 5px ;
}
.btn-badge span{
    margin: 0 !important;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 0px 18px !important;
}
table.dataTable thead th:first-child, table.dataTable thead td:first-child, table.dataTable tbody td:first-child{
    padding-left: 0 !important;
}
table.dataTable.hide-uid-table thead th:nth-child(2), table.dataTable.hide-uid-table thead td:nth-child(2), table.dataTable.hide-uid-table tbody td:nth-child(2){
    padding-left: 0 !important;
}
table .badge{
    margin-right: 8px;
    margin-bottom: 5px;
}
th input{
    width: 100% !important;
    min-width: 50px !important;
}
.page-title{
    font-size: 24px;
    font-weight: 700;
}
.table th select{
    height: 32px !important;
    background: #f5f6fb !important;
}
div.dataTables_processing.card{
    position: absolute ;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex ;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 2em !important;
}

td img{
    width: 50px !important;
    border-radius: 100% !important;
}

.modal-body .nav-pills {
    background: #ffffff !important;
    width: fit-content !important;
    border-radius: 30px !important;
}
.modal .nav-link{
   width: 120px !important;
   text-align: center;
   padding: 0.65rem 1.5rem !important;
   opacity: 0.5;
}
.modal .nav-link.active{
    border-radius: 30px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    color: white !important;
}
.rounded-btn{
    background: #99b7fb;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 500;
    color: white;
    text-align: center;
    margin: auto;
    padding: 0;
    line-height: 10px;
    margin: 0;
    text-decoration: none;
    outline: none;
    transition: 0.4s all;
    margin-right: 0 !important;
    padding: 15px 20px !important;
}
.rounded-btn.primary{
    background-color: #5d48e3;
}
table.dataTable tbody td{
    padding-left: 20px !important;
}
.hide-uid-table tr th:first-child, .hide-uid-table tr td:first-child{
    display: none;
}
.table-action-section{
    display: flex;
    gap: 0.6em;
}
.no-record{
    background: #ffffff;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #3a3a3a;
    position: relative;
    margin-top: 2em;
}

.action-table th:last-child input {
    display: none !important;
}
/* TOGGLE STYLING */
fieldset .toggle {
    margin: 0 0 10px;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

fieldset .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

fieldset .toggle input + label {
    cursor: pointer;
    margin: 0;
    margin-top: 15px;
    padding: 0.6rem 1rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #ededed;
    color: #939393;
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.15s ease-out, color 0.25s ease-out,
        background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: border-color 0.15s ease-out, color 0.25s ease-out,
        background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
}

fieldset .toggle input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

fieldset .toggle input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

fieldset .toggle input:hover + label {
    background: rgba(0, 0, 0, 0.05);
}

fieldset .toggle input:checked + label {
    background-color: #5e33e4;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 0 10px rgb(133 133 190);
    border-color: #ffffff;
    z-index: 1;
    border: none !important;
}
@media (max-width: 800px) {
    fieldset .toggle input + label {
        padding: 0.75rem 0.25rem;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .custom-toggle[type="checkbox"],
    .custom-toggle[type="radio"] {
        --toggle-active: #642ce7;
        --toggle-active-inner: #fff;
        --toggle-focus: 2px rgba(39, 94, 254, 0.3);
        --toggle-border: #bbc1e1;
        --toggle-border-hover: #3639e6;
        --toggle-background: #fff;
        --toggle-disabled: #f6f8ff;
        --toggle-disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--toggle-border)) !important;
        background: var(--b, var(--toggle-background)) !important;
        -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .custom-toggle[type="checkbox"]:after,
    .custom-toggle[type="radio"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s),
            -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s),
            -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
            opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
            opacity var(--d-o, 0.2s),
            -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }

    .custom-toggle[type="checkbox"]:checked,
    .custom-toggle[type="radio"]:checked {
        --b: var(--toggle-active);
        --bc: var(--toggle-active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    .custom-toggle[type="checkbox"]:disabled,
    .custom-toggle[type="radio"]:disabled {
        --b: var(--toggle-disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .custom-toggle[type="checkbox"]:disabled:checked,
    .custom-toggle[type="radio"]:disabled:checked {
        --b: var(--toggle-active);
        --bc: var(--toggle-active);
    }

    .custom-toggle[type="checkbox"]:disabled + label,
    .custom-toggle[type="radio"]:disabled + label {
        cursor: not-allowed;
    }

    .custom-toggle[type="checkbox"]:hover:not(:checked):not(:disabled),
    .custom-toggle[type="radio"]:hover:not(:checked):not(:disabled) {
        --bc: var(--toggle-border-hover);
    }

    .custom-toggle[type="checkbox"]:focus,
    .custom-toggle[type="radio"]:focus {
        box-shadow: 0 0 0 var(--toggle-focus);
    }

    .custom-toggle[type="checkbox"]:not(.switch),
    .custom-toggle[type="radio"]:not(.switch) {
        width: 21px;
    }

    .custom-toggle[type="checkbox"]:not(.switch):after,
    .custom-toggle[type="radio"]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .custom-toggle[type="checkbox"]:not(.switch):checked,
    .custom-toggle[type="radio"]:not(.switch):checked {
        --o: 1;
    }

    .custom-toggle[type="checkbox"] + label,
    .custom-toggle[type="radio"] + label {
        font-size: var(--paragraph-font-size);
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
        opacity: 0.7;
    }

    .custom-toggle[type="checkbox"]:not(.switch) {
        border-radius: 7px;
    }

    .custom-toggle[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--toggle-active-inner) !important;
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }

    .custom-toggle[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }

    .custom-toggle[type="checkbox"].switch {
        width: 38px;
        border-radius: 11px;
    }

    .custom-toggle[type="checkbox"].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--toggle-border)) !important;
        -webkit-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0));
    }

    .custom-toggle[type="checkbox"].switch:checked {
        --ab: var(--toggle-active-inner);
        --x: 17px;
    }

    .custom-toggle[type="checkbox"].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

    .custom-toggle[type="radio"] {
        border-radius: 50%;
    }

    .custom-toggle[type="radio"]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--toggle-active-inner) !important;
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
        transform: scale(var(--s, 0.7));
    }

    .custom-toggle[type="radio"]:checked {.nav-item.active a
        --s: 0.5;
    }
}
.modal-content{
    border-radius: 30px;
    padding: 15px;
}
.modal-header{
    border: none;
}
.modal-title{
    font-size: 1.3em !important;
    font-weight: 700 !important;
}
.modal-dialog{

}
.modal-footer{
    border: 0;
}
.modal-footer .btn-primary{
    background-color: #4032cb !important;
    border-color: #4032cb !important;
}
#iconLibrary{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 90vh;
    z-index: 10000;
    background: white;
    padding: 0;
    transform: translate(-50%, -50%);
    padding: 4%;
    border-radius: 25px;
    overflow: auto;
}
#iconLibrary h1{
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1em;
}
.img-item-row{
    height: 60vh;
    overflow: auto;
  }
#iconLibrary .nav-tabs{
    margin-bottom: 2em;
}
.img-item{
    border: 1px solid #d3d3d36e;
    border-radius: 15px;
    padding: 18px;
    background: #d3d3d314;
    margin-bottom: 15px;
    cursor: pointer;
    transition: opacity 0.5s;
    text-align: center;
}
.icon-close-btn{
    position: absolute;
    top: 5%;
    right: 3%;
    color: black;
}
.img-item:hover{
    opacity: 0.7;
}
.img-item img{
    height: 60px;
    max-width: 100%;
    width: auto;

}
#iconLibraryBackdrop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 10000;
    opacity: 0.7;
}
.note-btn, .viewRemarkBtn{
    position: relative;
}

.note-number{
    position: absolute;
    top: -4px;
    right: -3px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-hover-theme-color);
    border-radius: 100%;
    color: white;
    font-size: 10px;
    font-weight: 800;
}
.comment-item{
    background: #f5f6f7;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px;
}
.comment-owner{
    font-weight: 500;
    opacity: 0.6;
    font-size: 13px;
    margin: 0;
}
.comment-date{
    margin: 0;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    opacity: 0.6;
}

#noteContent{
    max-height: 50vh;
    overflow: auto;
    transition: 0.5s all;
}

.delete-comment-btn{
    position: absolute;
    top: 0;
    right: 8px;
    color: gray !important;
    z-index: 100;
}

.required{
    position: relative;
}
.required::after{
    content: '*';
    color: #ef3b3b;
    margin-left: 4px;
}

.dataTables_wrapper td a.no-underline, .no-underline{
    text-decoration: none !important;
}


#blur {
    display: none;
    z-index: 100000000000;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 4px #878787;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000d9;
    position: fixed;
    color: white;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 992px) {
    #blur{
        /* display: flex; */
    }
    .topnav {
        flex-direction: column;
    }
    #check-profile-bar{
        display:none;
    }
    .navbar-logo{
        margin-bottom: 20px;
    }
    .rflex{
        flex-direction: column;
    }
}



body {
    overflow-x: hidden !important;
    padding: 2.5em 2em;
}

.modal-footer .btn{
    border-radius: 8px !important;
    padding: 8px 15px !important;
}

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