:root {
    --light-color: #f5f7fa;
    --light: #b2ead9;
    --primary-hover-color: #29b082;
    --tertiary-color: #0E1E40;
    --text-color: #9fabb4;
    --second-color: #000;
    --secondary-color: #04223e;
    --hover-color: #53758e;
    --gradient-color: linear-gradient(270deg, rgba(76, 220, 159, 1) 0%, rgba(54, 208, 156, 1) 100%);
    /*--font-family-primary: 'Inter var', sans-serif;*/
    --transparent-background: #ffffff6e;
    /*--primary-color: #3d539f;*/
    --primary-color: #ff7854;
    --text-dark-1: #000625;
    --text-dark-2: #33415C;
    --text-dark-3: #001233;
    --text-light-1: #7D8597;
    --text-light-2: #979DAC;
    /*--btn-primary-color: #3d539f;*/
    --btn-primary-color: #ff7854;
    --navbar-height: 95px;
    --sidebar-width: 270px;
    --sidebar-collapsed-width: 100px;
}



body {
    margin: 0;
    /*font-family: var(--font-family-primary);*/
    font-family: 'Inter', sans-serif !Important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-dark-2);
    text-align: left;
    background-color: #f6f6f6;
    /*font-feature-settings: "salt";*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #364e65;
}

a {
    text-decoration: none !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-50 {
    font-size: 50px !important;
}

.f-60 {
    font-size: 60px !important;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

.-m-1 {
    margin: -1.5rem;
}

.text-dark-3 {
    color: var(--text-dark-3);
}

.text-light-2 {
    color: var(--text-light-2);
}

.text-dark {
    color: var(--text-dark-1) !important;
}

.text-primary-color {
    color: var(--btn-primary-color);
}

.text-primary-hover {
    color: var(--text-dark-1);
}

.text-primary-hover:hover {
    color: var(--btn-primary-color);
}

.daj-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.daj-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin: 0;
}

.table tr {
    border-bottom: 1px solid #dadce0;
}

.table tr:last-child {
    border-bottom: 0;
}

.card {
    border-radius: 0.85rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #F1F1F4;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.7rem 1.7rem;
}

label {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 1.7rem;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f4;
}

.card .card-footer {
    padding: 1rem 1.7rem;
    border-top: 1px solid #f1f1f4;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: end;
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
    color: var(--secondary-color);
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.card-transparent {
    box-shadow: none !important;
    background-color: transparent;
}

.card-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}

.btn {
    padding: 11px 22px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
}

.btn-sm {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 8px;
}

.input-group .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn-danger {
    background: #f1416c;
    border: 1px solid #f1416c;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #50cd89;
    border-color: #50cd89;
}

.btn-outline-danger {
    color: #f1416c !important;
    border-color: #f1416c;
}

.btn-outline-success {
    color: #50cd89 !important;
    border-color: #50cd89;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #50cd89;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #f1416c;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary,
.btn-secondary:hover,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

.btn.rounded-sm {
    padding: 4px 14px;
    font-size: 12px;
    border-radius: 6px;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !Important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}

.label-primary {
    background: #ffdcd3;
    color: var(--primary-color);
    border-color: #ffdcd3;
}

.label-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.form-control:focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.main-panel-content {
    padding: 0 40px;
}

.content {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.content-header-bg {
    background-color: #00AEEF;
    height: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.content-header-bg a {
    color: #fff;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-bt-25 {
    margin-bottom: 25px !important;
}

.text-danger.fal:before,
.text-danger {
    color: #dc3545 !important;
}

.text-success.fal:before,
.text-success {
    color: #28a745 !important;
}


.form-group label {
    margin-bottom: 7px;
    font-size: 13px;
    color: var(--text-dark-1);
    line-height: 1;
}

.page-heading-align {
    margin-bottom: 5px;
    margin-top: 5px;
}

.file-box {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-bottom: 20px;
    border-radius: 6px;
}

.file-box .box-mask {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
}

.file-box .type_text {
    text-align: left;
}

.file-box .box-mask .icon_image i {
    font-size: 30px;
    margin-bottom: 10px;
}

.file-box .box-mask .icon_image {
    position: relative;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.file-box .box-mask .icon_image:before{
    content: '';
    position: absolute;
    height: 120px;
    background-image: url(/public/images/circle1.svg);
    width: 120px;
    background-size: cover;
    background-position: center;
    left: -30px;
    top: -28px;
    transform: rotate(-37deg);
}*/

/*.file-box .box-mask .icon_image:after{
    content: '';
    position: absolute;
    height: 100px;
    background-image: url(/public/images/circle2.svg);
    width: 100px;
    background-size: cover;
    background-position: center;
    left: -17px;
    top: -16px;
    transform: rotate(208deg);
}
*/
.file-box .box-mask:hover h5 {
    color: var(--btn-primary-color);
}

.btn.btn-fill {
    color: #ffffff;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.top-add-service-btn {
    float: right;
}

.m-top-10 {
    margin-top: 10px !important;
}

.card .image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    border-radius: 6px 6px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-user .image {
    height: 110px;
}

.card-user .image,
.card-file .image {
    text-align: center;
    height: 75px;
}

.modal {
    z-index: 999999;
}

.modal-dialog.modal-sm {
    max-width: 400px;
}

.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100.1%;
}

.modal-body,
.modal-header {
    padding: 1.3rem 1.7rem;
}

.modal-footer {
    padding: 1.1rem 1.7rem;
    justify-content: center !important;
}

.modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark-1);
}

.modal-content {
    border: 0px;
    border-radius: 12px;
}

.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.dataTables_filter,
.dataTables_paginate {
    float: right;
}

.dataTables_filter input {
    width: 200px !important;
    height: 34px;
    margin-left: 10px;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    width: 160px;
    margin-bottom: 20px;
    float: left;
}

.dataTables_length label select {
    margin: 0 7px;
}

/*.paginate_button{*/
/*    position: relative;*/
/*    color: #0d6efd;*/
/*    text-decoration: none;*/
/*    background-color: #fff;*/
/*    border: 1px solid #dee2e6;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*    padding: 0.375rem 0.75rem;*/
/*}*/

/*.paginate_button.disabled{*/
/*    color: #6c757d;*/
/*    pointer-events: none;*/
/*    background-color: #fff;*/
/*    border-color: #dee2e6;*/
/*}*/

.table th {
    background: transparent !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: var(--secondary-color) !important;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center !important;
    text-transform: uppercase;
}


/*.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}*/

.nav>li>a {
    position: relative;
    padding: 10px 15px;
}

.nav-pills-azure>li>a {
    border: 1px solid #2ca8ff;
    color: #2ca8ff;
}

.nav-pills>li:first-child>a {
    border-radius: 4px 0 0 4px;
}

.nav-pills>li:last-child>a {
    border-radius: 0 4px 4px 0;
}

.nav-pills>li>a {
    border: 1px solid #2ca8ff;
    border-radius: 0;
    color: var(--text-light-2);
    margin-left: -1px;
}

.nav-pills>li>a.active,
.nav-pills>li>a.active:hover,
.nav-pills>li>a.active:focus {
    background-color: var(--btn-primary-color);
    color: #FFFFFF;
}

.nav-pills-azure>li>a.active {
    background-color: #2ca8ff;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    /*transform: translate(0,-50px);*/
}

.box-container {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    border: 1px solid #e6e6ff;
    border-bottom: 0;
}

.pd_cus_table .box-container {
    margin-right: 0px;
    margin-left: 0px;
}

.bi_no_data_found {
    min-height: 390px;
    max-height: 390px;
    position: relative;
}

.start_message {
    text-align: center;
}

.bi_no_data_found .start_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}

.card .author {
    font-size: 12px;
    font-weight: 600;
}

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -70px;
}

.card-user .author,
.card-file .author {
    margin-top: 10px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #9a9a9a;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
}

.pg-webhook-url {
    line-height: 30px;
    padding: 15px;
}

.card-user hr,
.card-price hr {
    margin: 5px 15px;
}

.start_message {
    text-align: center;
}

.permissions-heading-text {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.permissions-subheading-text {
    margin-bottom: 10px;
    font-size: 13px !important;
    color: gray;
}

.start_message {
    text-align: center;
}

.card .image img {
    height: auto;
    width: 100%;
}

.card .title {
    margin: 0 0 10px 0;
    color: #333333;
    font-weight: 300;
}

.card-user .title {
    line-height: 24px;
}

.switch {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.switch:before,
.switch:after {
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.switch:before {
    text-align: right;
}

.switch.btn-sm:before {
    content: 'Off';
    right: -0.5rem;
}

.switch>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.switch.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.switch:after {
    text-align: left;
    opacity: 0;
}

.switch:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}

.switch.active {
    background-color: #32d74b;
}

.switch.active {
    transition: background-color 0.25s;
}

.switch.active:before {
    opacity: 0;
}

.switch.active:after {
    opacity: 1;
}

.pull-right {
    float: right;
}

.upload-image-margin {
    padding-right: 0px !important;
    padding-top: 6px !important;
}

.upload-image-preview-display {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    background: #f8f8f8 !important;
    border-left: 1px dashed #ccc !important;
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

.upload-image-height {
    height: auto;
    width: auto;
    max-width: 100% !important;
    max-height: 100px !important;
}

.upload-image-placeholder-padding {
    padding-left: 0 !important;
}

.upload-drop-zone {
    color: var(--primary-color);
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 0px !important;
    overflow: auto !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    text-align: center !important;
    padding: 10px;
    border-width: 1px !important;
    margin-top: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-panel p {
    font-size: 14px;
}

.errorText {
    color: #FF3B30 !important;
}

.hide {
    display: none !important;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.label-info.label-fill,
.progress-bar-info {
    background-color: #2CA8FF;
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.upload-drop-zone-progress {
    width: 100% !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    padding: 10px;
    border-width: 1px !important;
    padding-top: 15px;
    margin-top: 6px;
    height: 100px;
}

.loader-box {
    text-align: center;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.loader-box [class*="loader-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: inherit;
    vertical-align: middle;
}

.loader-box .loader-2 {
    border: 1px solid #1b4c43;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

.loader-box .loader-2-white {
    border: 1px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

/*.info {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}*/

.icon {
    height: 64px;
    width: 64px;
    padding: 12px;
    border-radius: 15px;
    display: inline-table;
    background: #d9d9d9;
    background: linear-gradient(to bottom, #d9d9d9 0%, #909297 100%);
    padding: 8px;
}

.info .icon {
    margin-top: 0;
}

.main-panel p {
    font-size: 14px;
}

.text-muted {
    color: #777;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-bt-20 {
    margin-bottom: 20px !important;
}

.pd-simple-nav {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.nav-pills-azure>li.active>a,
.nav-pills-azure>li.active>a:hover,
.nav-pills-azure>li.active>a:focus,
.pagination-azure>li.active>a,
.pagination-azure>li.active>span,
.pagination-azure>li.active>a:hover,
.pagination-azure>li.active>span:hover,
.pagination-azure>li.active>a:focus,
.pagination-azure>li.active>span:focus {
    background-color: #2ca8ff;
}

.pd-simple-nav li a:hover {
    background: none !important;
    color: var(--btn-primary-color) !important;
}

.pd-simple-nav li a {
    border: none !important;
    color: #949494 !important;
    border-radius: 0 !important;
    background: none !important;
    font-weight: 500;
}

.pd-simple-nav li a.active {
    border: none !important;
    background: none !important;
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
    border-radius: 0 !important;
    padding-bottom: 16px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.custom-control-label::before {
    position: absolute;
    top: .1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: .1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.flex-container {
    display: flex;
    border: 2px dotted #e8e6e6;
    align-items: center;
    margin-top: 15px;
}

.section-element-option {
    background: #f1f1f1a6;
    box-shadow: none;
    margin-bottom: 20px;
    color: var(--secondary-color);
    border-radius: 12px;
    border: 1px solid #f1f1f1a6;
    transition: .3s;
}

.section-element-option:hover {
    border-color: #ccc;
}

.section-element-option .box-mask {
    height: 100px;
}

.section-element-option .box-mask .icon_image i {
    margin-left: 0px !important;
    font-size: 40px;
    padding-top: 10px;
}

.analytic_table_gravatar {
    border-radius: 50%;
    margin-right: .375rem;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border: 1px solid #e1e1e1;
}

.align-content {
    height: 100% !important;
    overflow: hidden !important;
    padding: 5px;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none !important;
    border-radius: 6px;
    min-height: 33px;
}

.leftpanelTab,
.rightpanelTab .tabs_content {
    background: white;
    padding: 20px;
    border-radius: 6px;
    min-height: 400px;
}

.rightpanelTab .tab-header {
    padding: 17px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}


.leftpanelTab .nav>li>a {
    display: flex;
    color: #333;
    margin-bottom: 6px;
    border-radius: 6px;
}

.leftpanelTab .nav>li>a.active {
    background: #fff0ec;
    color: var(--primary-color);
}

@-webkit-keyframes loader-03 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sidebar-member-search {
    display: none;
}

@media (max-width: 767px) {
    .sidebar-custom {
        /*display:none;*/
        width: 0 !important;
    }

    .sidebar.collapsed .sidebar-content {
        width: 260px !Important;
    }

    .header-search {
        margin-left: 225px !important;
        width: 220px !important;
    }

    .head-support {
        display: none;
    }

    .sidebar-custom.collapsed {
        display: block;
        z-index: 999;
    }

    .sidebar-custom.collapsed {
        width: var(--sidebar-width) !important;
        /*top: 80px;*/
    }

    .sidebar.collapsed .sidebar-item span.align-middle,
    .sidebar.collapsed .sidebar-brand span.align-middle {
        display: initial !important;
        opacity: 1 !important;
    }

    .app-header-separator {
        left: 16px !Important;
        right: 1.59% !Important;

    }

    main.content {
        width: 96.4% !Important;
    }

    .user-dropdow span.text-dark {
        display: none;
    }
}

@media (min-width: 768px) {
    .main {
        margin-left: var(--sidebar-width);
    }

    .sidebar.collapsed~.main {
        margin-left: var(--sidebar-collapsed-width);
    }
}

@media (max-width: 580px) {

    .header-search {
        display: none;
    }

    /* .sidebar-member-search {
        display: block;
        width: 95% !important;
        margin: 5px 9px !important;
    } */
    main.content {
        width: 94.8% !Important;
    }

    .app-header-separator {
        right: 2.59% !Important;
    }

    .main-heading {
        flex-direction: column;
        align-items: start !important;
    }

    .top-togel-logo {
        padding: 5px 0px 5px 13px !important;
        height: 70px;
    }

    .btn {
        padding: 9px 15px !Important;
        font-size: 12px !Important;
    }

    .page_heading {
        margin-bottom: 10px !Important;
        font-size: 16px !Important;
    }
}

@media (max-width: 480px) {
    .custom-date-seletor .d-flex {
        min-width: 270px !important;
        width: 100%;
    }

    .heading-sm-adj {
        flex-direction: column;
        align-items: start !Important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .auth_left_wrapper {
        display: none !important;
    }
}

.toast.toast_name_1 {
    background: var(--primary-color);
    border-bottom: 0;
    color: #ffffff;
}

.toast {
    opacity: 1 !important;
    padding: 22px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    position: fixed;
    right: 30px;
    top: 15px;
    z-index: 9999;
    border-radius: 4px;
}

.toast a {
    position: absolute;
    right: -5px;
    top: 4px;
    color: #fff;
}

.toast.toast_name_2 {
    background: #d32f2f;
    border-bottom: 0;
    color: #ffffff;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.select2-container {
    width: 100% !important;
    /*z-index: 9999;*/
}

.domain-field-alignment-wizard {
    width: 100px;
    min-width: 100px;
}

#loadingImg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 1041;
    text-align: center;
}

.loading_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
}

.loader-box2 {
    text-align: center;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.loader-box2 [class*="loader-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle;
}

.loader-box2 .loader-2 {
    border: 1px solid #1b4c43;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

.sidebar-nav {
    flex-grow: inherit;
    padding-bottom: 10px;
}

.login .right_section label {
    font-size: 0.9rem;
    color: var(--text-dark-1);
}

.login .right_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background: url(../images/theme-bg.jpg) no-repeat center right;*/
    background: #fff;
    background-size: cover;
}

.login .left_section .carousel-indicators {
    justify-content: end;
}

.login .left_section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.login .left_section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /*background: linear-gradient(#000000b0, #1439cdd9), url(../images/login-bg.jpg) no-repeat center bottom;*/
    background: linear-gradient(#000000b0, rgba(4, 34, 62, .6)), url(../images/login-banner.jpg) no-repeat center bottom;
    background-size: cover;
}

.login .right_section .h5 {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.login .carousel-item {
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #ffffff3d;
    /*max-width: 490px;*/
    /*margin: 10px;*/
}

.login div#carouselExampleControls {
    max-width: 500px;
}

.login .right_section input.form-control {
    border: 0 !important;
    box-shadow: none;
    height: 55px;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
    padding: 0 20px;
    background: #f5f5f6;
    font-size: 14px;
}

.login .right_section .btn-wrapper .btn {
    color: #ffffff;
    font-size: 1.1rem;
    height: 55px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.login .right_section input:focus{
    border-bottom: 2px solid #b0d8da;
}*/

.login a:hover {
    color: var(--primary-color) !important;
}

.login .left_section p {
    color: #eee;
}

.login .left_section i {
    font-size: 110px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: var(--text-light-2);
    opacity: .8;
}

.sidebar-content {
    background: transparent;
    border-radius: 10px;
    height: auto;
}

.navbar,
.sidebar-brand {
    height: var(--navbar-height);
}

.sidebar-brand {
    padding: 0;
    height: auto;
}

.sidebar {
    width: var(--sidebar-width);
    max-width: 100%;
    min-width: auto;
    background: transparent;
    transition: all .3s ease-in-out;
    position: fixed;
    height: 100vh;
    z-index: 999;
}

.sidebar-header {
    font-size: 13px;
    color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-bg {
    background: #f9f9f9;
    box-shadow: none;
    padding: 0 20px;
    margin-left: -12px;
    width: 100% !important;
    position: fixed;
    right: 0;
    z-index: 99;
}


.main {
    background: transparent;
}

footer.footer {
    background: transparent;
}

.wrapper {
    background: #f9f9f9;
}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
    color: #4B5675;
    margin-bottom: 6px;
    font-size: 18px;
    padding: 0;
    margin-right: 0px;
}

.sidebar.collapsed {
    margin-left: 0;

}

.sidebar.collapsed .sidebar-content {
    width: var(--sidebar-collapsed-width);
}

.sidebar.collapsed .sidebar-header {
    display: none;
}

/*.sidebar.collapsed:hover .sidebar-header{
    display: block;
}*/

.sidebar.collapsed .sidebar-item span.align-middle,
.sidebar.collapsed .sidebar-brand span.align-middle {
    display: none;
    opacity: 0;
}



.sidebar.collapsed .sidebar-nav i {
    font-size: 18px;
    margin-left: 6px;
}



.sidebar.collapsed .sidebar-link,
.sidebar.collapsed a.sidebar-link {
    padding-left: 18px !Important;
}

.sidebar-dropdown {
    background: #ffffff4d;
    margin: 10px;
    border-radius: 6px;
}

.sidebar .sidebar-dropdown .sidebar-link,
.sidebar.collapsed .sidebar-dropdown .sidebar-link {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 10px;
    color: #252F4A;
    position: relative;
}

.sidebar .sidebar-dropdown .sidebar-link:before {
    content: '';
    height: 4px;
    width: 4px;
    background: #C4CADA;
    position: absolute;
    top: 50%;
    left: 20px;
    border-radius: 50%;
    translate: 0 -50%;
}





.sidebar-link,
a.sidebar-link {
    background: transparent;
    color: #252F4A;
    padding: 11px 13px;
    line-height: 1.2;
    margin-bottom: 3px;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    align-items: center;
    display: flex;
    font-size: 15px;
    border-left: 0px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif !Important;
    border-radius: 0.75rem;
}

.sidebar.collapsed .sidebar-content:hover {
    width: var(--sidebar-width);
}

/*.sidebar.collapsed:hover ~ .main{margin-left:var(--sidebar-width) ;}*/

.sidebar.collapsed:hover .sidebar-brand i {
    font-size: 15px;
    color: #4B5675;
}

.sidebar.collapsed .sidebar-content:hover .sidebar-item span.align-middle,
.sidebar.collapsed .sidebar-content:hover .sidebar-brand span.align-middle {
    display: initial;
    opacity: 1;
}

/*.sidebar.collapsed:hover .sidebar-brand{
    padding: 16px 20px;
}*/


.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
    color: var(--primary-color) !important;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.sidebar-link:hover,
.sidebar.collapsed:hover .sidebar-link:hover {
    color: var(--primary-color) !important;
    background: transparent;
}

.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active>.sidebar-link i,
.sidebar-link:hover i,
.sidebar.collapsed:hover .sidebar-link:hover i {
    color: var(--primary-color) !important;
}

/*.sidebar.collapsed:hover .sidebar-item.active .sidebar-link:hover, .sidebar.collapsed:hover .sidebar-item.active>.sidebar-link{
    background: #fff;
    border: 0;
}*/

.sidebar-link:hover,
.sidebar-link:hover i,
.sidebar-link:hover svg {
    color: #fff;
}


.sidebar-dropdown .sidebar-link,
.sidebar-dropdown a.sidebar-link,
.sidebar.collapsed:hover .sidebar-dropdown .sidebar-link,
.sidebar.collapsed:hover .sidebar-dropdown a.sidebar-link {
    margin: 0;
}

.dashboard .section1 h1 {
    color: var(--btn-primary-color);
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.dashboard .section1 .nav-pills>li {
    background: #fff;
    padding: 8px;
}

.dashboard .section1 .nav-pills>li:first-child {
    border-radius: 30px 0 0 30px;
}

.dashboard .section1 .nav-pills>li:last-child {
    border-radius: 0 30px 30px 0;
}

.dashboard .section1 .nav>li>a {
    padding: 10px 15px;
    border-radius: 100px;
    border: 0;
    min-width: 81px !important;
    display: flex;
    justify-content: center;
}

.dashboard .section1 .bx--graph-header {
    font-weight: 300;
    font-size: 24px;
}

.dashboard .section1 .overlay {
    fill: #3d70b2;
    opacity: .1;
    display: none;
    pointer-events: none;
}

.dashboard .section1 .line {
    stroke-width: 2;
    stroke: #FF00FF;
    fill: none;
    pointer-events: none;
}

.dashboard .section1 .axis path {
    stroke: #5A6872;
}

.dashboard .section1 .tick line {
    stroke: #5A6872;
}

.dashboard .section1 .tick text {
    fill: #5A6872;
}

.dashboard .section1 .graph-container {
    position: relative;
}

.dashboard .section1 .tooltip {
    font-weight: 700;
    padding-left: 1rem 2rem;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    border: 1px solid #DFE3E6;
    padding: .25rem .5rem;
    pointer-events: none;
    display: none;
    opacity: 1;
}

.dashboard .section1 .tooltip:after {
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}


.dashboard .section1 .y path {
    display: none;
}

.dashboard .section1 .label {
    font-size: 10px;
    font-weight: 700;
    fill: #5A6872;
    text-anchor: middle;
}

.icon-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.icon-right-bottom svg {
    width: 6rem !important;
    height: 6rem !important;
    min-width: 6rem !important;
    min-height: 6rem !important;
    font-size: 6rem !important;
    line-height: 6rem !important;
}

.icon-right-bottom.success {
    color: rgb(34 197 94 / 25%);
}

.icon-right-bottom.danger {
    color: rgb(239 68 68 / 25%);
}

.no_data {
    position: relative;
}

.no_data .card {
    position: absolute;
    left: 500px;
    top: 100px;
    /*transform: scale(1.5);*/
    min-width: 200px;
    text-align: center;
}

.dashboard .right_panel .icon,
.section2 .icon {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .section2 .icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.dashboard .right_panel .icon i:before,
.dashboard .section2 .icon i:before {
    color: #fff;
}

.dashboard .section2 h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--btn-primary-color);
}

.dashboard .table th,
.table th {
    background: transparent;
    color: var(--text-primary-1);
}

.dashboard .page-link,
.page-link {
    height: 30px;
}

.dashboard .page-item.active .page-link,
.page-item.active .page-link {
    border-color: #009ffd;
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}

.dashboard .actions,
.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dashboard .action-icons,
.action-icons {
    height: 35px;
    width: 35px;
    border-radius: 6px;
    color: var(--text-dark-1);
    background: #f9f9f9;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.dashboard .action-icons:hover,
.action-icons:hover {
    color: #fff !important;
    background: var(--secondary-color);
}

.dashboard .action-icons i,
.action-icons i {
    font-weight: 300 !important;
}

/*.action-icons.danger {
    background: var(--bs-danger);
}*/

.dashboard .right_panel .fa-ellipsis-v {
    float: right;
    color: var(--text-light-2);
}

.dashboard .right_panel .fa-ellipsis-v:before {
    color: var(--text-light-2);
}

.dashboard .card-gradient {
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}

.dashboard .admin_module {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .module_panel {
    text-align: center;
}

.dashboard .module_panel .panel {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .module_panel img {
    height: 60%;
}


.dashboard .section2 button {
    color: var(--text-light-2);
}

.dashboard .section2 button:hover {
    color: #fff;
}

.back_module a {
    color: var(--btn-primary-color);
    font-size: 16px;
    font-weight: 500;
}

.page_heading {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.page_des {
    color: var(--text-light-2);
    font-weight: 500;
    font-size: 14px;
}

.back_module .fa-share {
    color: var(--text-dark-1);
}

.card_ele .card-user {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
}

.card_ele .card-user:hover {
    background: #fff;
    border: 1px solid #b0b0b0;
    transform: scale(0.98);
}

.card_ele .tri {
    width: 0;
    height: 0;
    border-bottom: 190px solid #0466c80d;
    border-left: 200px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.card_ele .card-user .image {
    text-align: left;
    height: 70px;
    width: 150px;
    position: relative;
    /*z-index: 2;*/
}

.card_ele .card-user .image img {
    min-height: auto;
    max-height: 100%;
    width: 100%;
}

.card_ele .card-user .author {
    text-align: left;
    position: relative;
    /*z-index: 2;*/
    margin: 0;
    margin-top: 10px;
}

.card_ele .card-user h4 {
    font-weight: 600;
    font-size: 18px;
}

.card_ele .card-user .author small {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-light-1);
}

.card_ele .card-user .footer {
    position: relative;
    /*z-index: 2;*/
}

.card_ele .card-user .footer .tst,
.card_ele .card-user .footer .tst i:before,
.card_ele .card-user .footer .edit,
.card_ele .card-user .footer .edit i:before,
.card_ele .card-user .footer .del,
.card_ele .card-user .footer .del i:before {
    color: var(--text-light-2);
    transition: all .0s ease-in-out;
}

.card_ele .card-user .footer .tst:hover,
.card_ele .card-user .footer .tst:hover i:before {
    color: var(--text-dark-2);
}

.card_ele .card-user .footer .edit:hover,
.card_ele .card-user .footer .edit:hover i:before {
    color: var(--btn-primary-color);
}

.card_ele .card-user .footer .del:hover,
.card_ele .card-user .footer .del:hover i:before {
    color: #ff4100;
}



.card_ele .card-user .footer .btn:focus {
    box-shadow: none !important;
    border: 0 !important;
}

.tabs>ul.nav-pills li a {
    border: 0px;
    background: #ffe9e4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    padding: 11px 22px;
    color: var(--primary-color);
    margin-right: 10px;
    display: block;
}

.tabs>ul.nav-pills li a:hover {
    color: var(--primary-color);
}

.tabs>ul.nav-pills>li>a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.pagination {
    justify-content: end;
}

.pagination .link,
.pagination .dot {
    margin-right: 10px;
    border-radius: 6px;
    background: #ffeee9 !important;
    border: 1px solid #ffeee9 !important;
    font-size: 12px;
    padding: 8px 12px;
    color: var(--bs-gray) !important;
}

.pagination .link.disabled {
    opacity: .3;
}

.pagination:first-child .link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}


.pagination .link.active,
.pagination .link.current,
.pagination .link.active:hover,
.pagination .link.current:hover {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    background-image: var(--primary-color) !important;
    color: #fff !important;
}

.pagination .link:hover,
.pagination .link:hover {
    /*border-color: var(--primary-color) !important;*/
    color: var(--primary-color) !important;
}

.manage .card-transparent:hover {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.manage .card-transparent .icon i:before {
    color: var(--text-light-2);
}

.manage .card-transparent:hover .icon i:before {
    color: var(--btn-primary-color);
}

.manage .card-transparent .icon {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    main.content {
        padding: 0;
    }
}

@media (min-width: 1px) and (max-width: 991.98px) {
    .sidebar {
        margin-left: 0px;
    }
}

/******************************************/
.quiz_title {
    font-size: 30px;
    font-weight: 700;
    color: #292d3f;
    text-align: center;
    margin-bottom: 50px;
}

.quiz_card_area {
    position: relative;
    margin-bottom: 30px;
}

.single_quiz_card {
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.quiz_card_title {
    padding: 10px;
    text-align: center;
    /*background-color: #d6d6d6;*/
    background: #fff;
}

.quiz_card_title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #292d3f;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.quiz_card_title h3 i {
    opacity: 0;
}

.quiz_card_icon {
    max-width: 100%;
    min-height: 135px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz_icon {
    width: 70px;
    height: 75px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.quiz_icon1 {
    background-image: url('https://img.icons8.com/ios-filled/32/000000/maxcdn.png');
}

.quiz_icon2 {
    background-image: url('https://img.icons8.com/ios-filled/48/000000/download-2.png');
}

.quiz_icon3 {
    background-image: url('https://img.icons8.com/ios/50/000000/cloudflare.png');
}

.quiz_icon4 {
    background-image: url('https://img.icons8.com/dotty/80/000000/download-2.png');
}

.quiz_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.quiz_checkbox:checked~.single_quiz_card {
    border: 1px solid #2575fc;
}

.quiz_checkbox:checked:hover~.single_quiz_card {
    border: 1px solid #2575fc;
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_title {
    background-color: #2575fc;
    color: #ffffff;
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_title h3 {
    color: #ffffff;
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_title h3 i {
    opacity: 1;
}

.quiz_checkbox:checked:hover~.quiz_card_title {
    border: 1px solid #2575fc;
}

/*Icon Selector*/

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_icon {
    color: #2575fc;
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon1 {
    background-image: url('https://img.icons8.com/nolan/32/000000/maxcdn.png');
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon2 {
    background-image: url('https://img.icons8.com/color/48/000000/download-2.png');
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon3 {
    background-image: url('https://img.icons8.com/color/48/000000/cloudflare.png');
}

.quiz_checkbox:checked~.single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon4 {
    background-image: url('https://img.icons8.com/material-outlined/80/000000/download-2.png');
}

.quiz_card_icon {
    font-size: 50px;
    color: #000000;
}

.quiz_backBtn_progressBar {
    position: relative;
    margin-bottom: 60px;
}

.quiz_backBtn {
    background-color: transparent;
    border: 1px solid #d2d2d3;
    color: #8e8e8e;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.quiz_backBtn:hover {
    color: #a9559b;
    border: 1px solid #2575fc;
}

.quiz_backBtn_progressBar .progress {
    margin-left: 50px;
    margin-top: 50px;
    height: 6px;
}

.quiz_backBtn_progressBar .progress-bar {
    background-color: #2575fc;
}

.quiz_next {
    text-align: center;
    margin-top: 50px;
}

.quiz_continueBtn {
    max-width: 315px;
    background-color: #2575fc;
    color: #ffffff;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 125px;
    border: 0;
}

.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.login-wrapper {
    z-index: 99;
    max-width: 680px;
    margin-bottom: 50px;
}

.login-wrapper h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
}

.login-wrapper h2 {
    font-size: 30px;
}

.quiz_card_title {
    background-color: #fff !important;
}

.single_quiz_card {
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px;
    padding: 5px;
    transition: .35s;
}

.single_quiz_card:hover {
    box-shadow: 2px 2px 5px #ccc;
}

.quizcard-list-row {
    box-shadow: 1px 1px 5px #ccc;
    padding: 5px;
    border-radius: 5px;
    transition: .35s;
}

.quizcard-list-row:hover {
    box-shadow: 2px 2px 5px #ccc;
}

.custom-date-seletor ul {
    padding: 0px;
    top: 30px !important;
}

.custom-date-seletor ul .dropdown-item {
    padding: 10px 16px;
    font-size: 13px;
}

.dropdown-menu.show {
    padding: 10px 0;
}

.product-page.product-footer a i {
    color: #0466c8 !important;
}

.product-page.product-footer a i:hover {
    color: #0466c8 !important;
}

/*-----------------------------27.06.2022--------------------*/

.sidebar-content {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    border-radius: 0px;
    transition: .35s;
    padding-bottom: 100px;
    background: #f9f9f9;
}

.sidebar-toggle {
    display: none;
}

li.sidebar-header {
    display: none;
}

/* width */
.sidebar-content::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}

/* Track */
.sidebar-content::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 0px;
}

/* Handle */
.sidebar-content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 6px;
    transition: .3s;
}

.sidebar-content:hover::-webkit-scrollbar-thumb {
    background: #dbdfe9;

}

/* Handle on hover */
.sidebar-content::-webkit-scrollbar-thumb:hover {
    background: #dbdfe9;
}

.dropdown-menu {
    border: 0px;
    box-shadow: 0 0 37px rgb(8 21 66 / 5%);
    border-radius: 10px;
}

.dropdown-menu.notifi-dropdown {
    width: 350px;

}

.pd-simple-nav li a {
    display: block;
    white-space: nowrap;
}

.pd-simple-nav {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

#coll_event_table {
    width: 100% !important;
}

.table>tbody>tr:not(:last-child)>td,
table tbody td {
    border-top: 1px solid #f4f4f4 !important;


}

.table>tbody>tr>td,
table tbody td {
    padding: 0.7rem 0.7rem;
}

table {
    border: 1px solid #dadce0 !important;
    border-radius: 0.25rem;
}

.dashboard .table thead th,
.table thead th {
    background: #f8f9fa;
}


.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: line-through !important;
}

.accordion-item {
    border: 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc;
}

/*.accordion-button:after,
.accordion-button:not(.collapsed):after{
    background-image: none;
}*/
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: transparent;
    box-shadow: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.merge--fields li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nav-item .indicator {
    height: 16px;
    right: -8px;
    top: -4px;
    width: 16px;
}

.dropdown-toggle:after {
    padding: 0px;
    transform: rotate(0deg);
}

.user-dropdow {
    height: 40px;
    width: auto;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-dropdow span {
    font-weight: 500;
    margin-left: 5px;
    font-size: 16px;
}

#alertsDropdown {
    padding: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 9px #f1f1f1;
}

.dropdown-menu-footer {
    display: block;
    font-size: 0.85rem;
    padding: 0.7rem 0.5rem;
    text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color);
    border-radius: 0.5rem;
    background: #F9F9F9;
}

.navbar .avatar {
    border-radius: 50% !important;
}

.dropdown-item {
    padding: 12px 15px;
    font-size: 14px;
    margin: 0.12rem 10px;
    width: 91%;
    font-weight: 500;
    color: #212529;
    font-size: 0.8rem !important;

}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    min-width: 240px;
}

.dropdown-user-dets {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.dropdown-user-dets h5 {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-user-dets p {
    color: #99A1B7;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-user-dets img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 8px;
}

.luaction {
    min-width: 130px;
}

.prtabbody {
    background: #fff;
    padding: 1rem;
}

.sm-hamburger {
    display: none;
}

.sm-hamburger a {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #fff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-hamburger a i {
    font-size: 20px !important;
}

@media (max-width:1320px) {}

@media (max-width:1200px) {}

@media (max-width:991px) {
    .dj-md-clmn {
        flex-direction: column;
        align-items: start;
    }

    .leftpanelTab {
        min-height: unset;
        padding: 13px;
    }

    .leftpanelTab ul.nav.nav-tabs {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .leftpanelTab a {
        margin: 0px !important;
        white-space: nowrap;
    }

    .prtabhead {
        display: none;
    }

    .prtabbody {
        background: transparent;
        padding: 0rem;
    }

    .sm-prtabbody {
        border-radius: 6px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        background-color: #FFFFFF;
        padding: 1rem;
    }

    .last-dropdown {
        right: auto !important;
        left: 0 !important;
    }
}

@media (max-width:767px) {
    .w-md-100 {
        width: 100% !important;
    }

    .card_ele .card-user {
        height: unset !important;
    }

    .sm-hamburger {
        display: block;
    }

    nav#sidebar {
        height: 100vh;
        left: 0;
        top: 0;
        transform: translateY(0%);
        bottom: 0;
    }

    .sidebar-content {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        height: 100vh;
    }
}

@media (max-width:580px) {
    .tabs>ul.nav-pills li a {
        margin-bottom: 10px;
        padding: 8px 12px;
    }

    .dj-sm-clmn {
        flex-direction: column;
        align-items: start;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: start !important;
    }
}

@media (max-width:480px) {
    .dropdown-menu.notifi-dropdown {
        width: 290px;
    }
}

@media (max-width:400px) {
    .dropdown-menu.notifi-dropdown {
        width: 255px;
    }
}

p {
    color: rgb(0, 38, 89);
    font-size: 14px;
}

.app-header-separator {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff;
    height: 10px;
    border: 1px solid #f1f1f4;
    border-bottom: 0;
    position: fixed;
    top: 95px;
    z-index: 9;
    left: 285px;
    right: 0.69%;
    transition: .55s;
}

.main.open .app-header-separator {
    right: 0.9%;
    left: 115px;
}

@media(max-width:1920px) {
    .app-header-separator {
        right: 1%;
    }

    .main.open .app-header-separator {
        right: 1.1%;
        left: 115px;
    }
}

@media(max-width:1700px) {
    .app-header-separator {
        right: 0.7%;
    }

    .main.open .app-header-separator {
        right: 0.9%;
    }
}

@media(max-width:1500px) {
    .app-header-separator {
        right: 0.69%;
    }
}

main.content.open:before {
    left: 116px;
    transition: .55s;
}

main.content {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    background: #fff;
    border: 1px solid #F1F1F4;
    border-radius: 12px;
    padding: 30px 20px;
    width: 98%;
    margin-top: 98px;
    margin-left: 15px;
    margin-bottom: 10px;
    transition: .55s;
}

main.content main {
    border: 0px;
    padding: 0px;
    width: 100% !Important;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
}

.wlcm-card {
    background: #ecf2ff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.wlcm-card img {
    width: 300px;
    margin-bottom: -57px;
    margin-top: 8px;
    margin-left: -55px;
}

.wlcm-card .content {
    padding: 20px 0 20px 20px;
}

.form-control {
    border: 1px solid #d9d9d9;
    background: #fff;
    min-height: 45px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #4b5675;
    transition: color .2s ease;
    padding: 0.625rem 1.1rem;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
}

/*.form-control-sm {*/
/*    min-height: 34px !important;*/
/*    background-color: #f9f9f9 !important;*/
/*    border-color: #f9f9f9!important;*/
/*    color: #4b5675 !important;*/
/*    border-radius: 5px !important;*/
/*}*/
.form-control-sm {
    font-size: 12px;
    min-height: 25px !important;
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
    color: #4b5675 !important;
    border-radius: 8px !important;
}

.form-control::placeholder {
    color: #bfc0c9;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    font-size: 13px;
    padding: 5px 10px;
    color: var(--bs-gray-600);
    height: 33px !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #f9f9f9 !important;
    border-radius: 10px !important;
    height: 45px !important;
}

.select2-container--default .select2-selection--multiple {
    font-size: 13px;
    padding: 0px 5px 5px;
    background: #fff;
    color: var(--bs-gray-600);
    background-color: #f9f9f9 !important;
    border: 1px solid #f9f9f9 !important;
    border-radius: 10px !important;
    min-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}

.select2-container--default .select2-selection--single:focus,
.form-control:focus,
.form-control-sm:focus {
    background-color: #f1f1f4;
    border-color: #f1f1f4;
    color: #4b5675;
    transition: color .2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    padding: 0px;
    font-weight: 500;
    color: #4b5675 !important;
    font-size: 15px;
    font-family: 'Inter';
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px !Important;
}



.item-card {
    height: calc(100% - 20px) !important;
    background: #fff !important;
    padding: 22px 15px;
    text-align: center;
    border-radius: 0.85rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    border: 1px solid #F1F1F4;
}

.item-card h6.stats {
    font-size: 13px;
    font-weight: 400;
    color: #364e7e;
    margin-top: 3px;
}

.item-card p {
    font-size: 14px !Important;
    font-weight: 500;
}

.item-card h3 {
    margin-bottom: 5px;
}

.item-card.card2 {
    /*background: #e3e4e5;*/
    background: #bfd1e3;
}

.item-card.card4 {
    /*background: #eed9c6;*/
    background: #eccbae;
}

.item-card.card3 {
    /*background: #d5daed;*/
    background: #b6c1ea;
}

.collection-card .title {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.product-footer .btn {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 0px;
    color: #999fa5;
    padding: 8px;

}

.product-footer {
    padding: 0px !important;
    background: #f8f8f8;
    margin-top: 10px;
}

.product-footer .btn:hover {
    background: var(--secondary-color) !Important;
    color: #fff !important;
}


.product-footer .btn.danger:hover {
    background-color: var(--bs-danger) !important;
    color: #fff !important;
}

.upgrade-card {
    background: var(--secondary-color);
    padding: 15px 20px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.upgrade-card h1 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.upgrade-card p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.upgrade-card img {
    width: 80px;
    rotate: 43deg;
    margin-top: -10px;
}

.transaction-card {
    height: calc(100% - 20px);
    overflow-y: auto;
}

.card.support-card {
    background: #010101;
    padding: 42px 15px 24px 15px;
    text-align: center;
    border-radius: 18px;
    position: relative;
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.support-card:before {
    content: '';
    height: 35px;
    width: 35px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: -7px;
    z-index: 9;
    border-radius: 10px;
}

.card-top-round {
    position: absolute;
    height: 26px;
    width: 30px;
    background: #fff;
    top: -11px;
    right: 13px;
}

.card-top-round:after {
    content: '';
    position: absolute;
    background: #010101;
    position: absolute;
    height: 25px;
    width: 25px;
    left: -10px;
    border-radius: 50%;
    top: 11px;
    z-index: 9;
}

.card-right-round {
    position: absolute;
    height: 22px;
    width: 23px;
    background: #fff;
    top: 19px;
    right: -7px;
}

.card-right-round:after {
    content: '';
    background: #010101;
    position: absolute;
    height: 25px;
    width: 25px;
    left: -9px;
    border-radius: 50%;
    top: 8px;
    z-index: 9;
}

.support-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    right: -7px;
    z-index: 9;
    top: -7px;
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 15px;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px;
    background: #ffe9e4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    padding: 11px 22px;
    color: var(--primary-color);
    margin-right: 10px;
}

.nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
}

.dataTables_length label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;

}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: 1px solid #ccd4de;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 5px;
    background: #fff;
    color: var(--bs-gray-900);
    -webkit-appearance: listbox !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    border: 1px solid #ccd4de;
    font-size: 12px;
    padding: 5px 10px;
    background: #fff;
    color: var(--bs-gray-900);
    border-radius: 10px;
}

.table {
    border: 0px !important;
}

table td,
table th {
    padding: 13px 7px !important;
}

table th:first-child,
table tr td:first-child {
    padding-left: 0px !important;
}

table th {
    font-size: 13px;
}

table td {
    text-align: center;
    color: #071437;
    font-size: 14px;
    transition: .3s;
    line-height: 1.6;
    font-weight: 500;
}

table td p {
    color: #071437;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

table td a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
}

table td a:hover {
    color: var(--secondary-color) !important;
}

table tr:hover td {
    background: #fff !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 20px 20px 20px 0;
    padding-top: 12px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 4px 10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.page-item a {
    margin-right: 10px;
    border-radius: 6px;
    background: #ffeee9;
    border-color: #ffeee9;
    font-size: 13px;
    padding: 8px 12px;
    color: var(--gray);
    line-height: 1;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.page-item.active a {
    color: #fff !Important;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.page-item a:hover {
    color: var(--primary-color);
    /*border-color:var(--primary-color);*/
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.page-item.disabled a {
    opacity: .3;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table>:not(caption)>*>* {
    padding: 0;
}

.cust-switch {
    --secondary-container: #3a4b39;
    --primary: #84da89;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 1.3em;
}

.cust-switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.cust-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6dbe9;
    transition: .2s;
    border-radius: 30px;
}

.cust-switch .slider:before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.15em;
    background-color: #aeaaae;
    transition: .4s;
}

.cust-switch input:checked+.slider::before {
    background-color: var(--secondary-color);
}

.cust-switch input:checked+.slider {
    background-color: #d6dbe9;
}

.cust-switch input:focus+.slider {
    box-shadow: 0 0 1px var(--secondary-container);
}

.cust-switch input:checked+.slider:before {
    transform: translateX(1.1em);
}

.back_module a {
    display: inline-block;
    background: #fff;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 6px;
}

#top_customer_table td a img {
    width: 40px;
    border-radius: 8px;
}

.data-hide #sale_transaction_count,
.data-hide #refund_transaction_count,
.data-hide h4 {
    color: #161616;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.data-hide g.circle-chart__info {
    display: none;
}

.email-port-encrypt {
    width: 250px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.intrgration-items .item {
    padding: 20px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px !important;
    transition: .35s;
    border-radius: 0.85rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    background: #fff !Important;
    margin-bottom: 20px;
    border: 1px solid #F1F1F4;
    position: relative;
    overflow: hidden;
}

.intrgration-items .item:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fcf9ca;
    z-index: 0;
    top: 40px;
    transition: .4s ease;
}

.intrgration-items .item:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
}

.intrgration-items .item:hover {
    /*border-color:var(--primary-color);*/
}

.intrgration-items .item h5.title {
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.intrgration-items .item .icon_image {
    height: 47px;
    width: 47px;
    background: #fff9c4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #FFCA28;
    position: relative;
    transition: .4s ease;
}

.intrgration-items .item:hover .icon_image {
    scale: 1.3;
}

.intrgration-items .item.item1,
.intrgration-items .item.item9,
.intrgration-items .item.item12 {
    background: #f5dcce;
}

.intrgration-items .item.item2,
.intrgration-items .item.item10,
.intrgration-items .item.item13 {
    background: #d4efe8;
}

.intrgration-items .item.item2 .icon_image,
.intrgration-items .item.item13 .icon_image,
.intrgration-items .item.item2:before,
.intrgration-items .item.item13:before {
    background: #e3fdf6;
    color: #45efc3;
}

.intrgration-items .item.item3,
.intrgration-items .item.item6 {
    background: #f1e4c7;
}

.intrgration-items .item.item3 .icon_image,
.intrgration-items .item.item3:before {
    background: #fff5de;
    color: #ffc84a;
}

.intrgration-items .item.item4,
.intrgration-items .item.item7,
.intrgration-items .item.item14 {
    background: #cdc7ff;
}

.intrgration-items .item.item4 .icon_image,
.intrgration-items .item.item14 .icon_image,
.intrgration-items .item.item4:before,
.intrgration-items .item.item14:before {
    background: #f4f3ff;
    color: #b8afff;
}

.intrgration-items .item.item5,
.intrgration-items .item.item8,
.intrgration-items .item.item11 {
    background: #c0d7e1;
}

.intrgration-items .item.item5 .icon_image,
.intrgration-items .item.item11 .icon_image,
.intrgration-items .item.item5:before,
.intrgration-items .item.item11:before {
    background: #e6f2f7;
    color: #7bb9d5;
}

.intrgration-items .item.item6 .icon_image,
.intrgration-items .item.item6:before {
    background: #f5fbd7;
    color: #d7f065;
}

.intrgration-items .item.item7 .icon_image,
.intrgration-items .item.item7:before {
    background: #fce2ec;
    color: #ea4c87;
}

.intrgration-items .item.item8 .icon_image,
.intrgration-items .item.item8:before {
    background: #f5e9fa;
    color: #c67ee2;
}

.intrgration-items .item.item9 .icon_image,
.intrgration-items .item.item9:before {
    background: #dcf0f1;
    color: #1598a3;
}

.collection-card .card {
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.collection-card .card:hover {
    border-color: var(--primary-color);
}

.collection-card .card .icon {
    color: var(--primary-color);
    font-size: 22px !important;
    background: #f9f9f9 !important;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.collection-card .card .description p {
    font-size: 13px;
}

.collection-card .card .description h5 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.badge {
    padding: 5px 14px;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
}

.badge-success {
    background: #28a745;
    color: #fff;
}

.badge-danger {
    background: #dc3545;
    color: #fff;
}

.badge-warning {
    color: #343a40 !important;
    background: #ffc107 !important;
}

.arrow {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #f48d33 transparent transparent #f48d33;
    transform: rotate(133deg);
    margin-top: -5px;
    margin-left: -16px;
}


.arrowSliding {
    position: absolute;
}

.collection-card .card:hover .arrowSliding {
    animation: slide 2s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    20% {
        opacity: 1;
        transform: translateX(-8px);
    }

    80% {
        opacity: 1;
        transform: translateX(8px);
    }

    100% {
        opacity: 0;
        transform: translateX(15px);
    }
}

.see-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    left: 0;
    bottom: 8px;
}

.see-more h6 {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-dark-3);
    font-weight: 500;
}

div#markiting_sms_list .card,
div#host_panel_added_list .card,
div#url_shortners_list .card,
div#collection_data_div .card,
div#markiting_email_list .card,
#payment_gatway_added_list .card {
    background: #fff;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    justify-content: space-between;
    overflow: hidden;
}

#markiting_sms_list .card .author h4,
#host_panel_added_list .card .author h4,
#url_shortners_list .card .author h4,
#collection_data_div .card .author h4,
#markiting_email_list .card .author h4,
#payment_gatway_added_list .card .author h4 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

#collection_data_div .pagination .link,
#collection_data_div .pagination .dot {
    margin-right: 10px;
    border-radius: 6px;
    background: #ffeee9 !important;
    border-color: #ffeee9 !important;
    font-size: 12px;
    padding: 8px 12px;
}

#collection_data_div .pagination .link.current {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.sweet-alert h2 {
    font-size: 24px;
    font-weight: 600;
}

.sweet-alert p.lead.text-muted {
    margin: 14px 0;
    font-size: 16px;
    font-weight: 400;
}

.sweet-alert .cancel.btn-default {
    background: #ececec;
    margin-right: 10px;
}

.select2-container--open .select2-dropdown--below {
    border: 0px;
    box-shadow: 10px 18px 11px 20px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color) !Important;
}

pre#v_coll_event_div {
    line-height: 1.5;
}

.clone_service_list_q .clone {
    display: none;
}

.clone_service_list_q .cross {
    display: block !important;
}

ul.sidebar-nav {
    padding: 0px 20px;
}

.top-togel-logo {
    display: flex;
    align-items: center;
    padding: 30px 0px 30px 30px;
}

.top-togel-logo button.togel {
    color: #99a1b7;
    border: 0px;
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 5px;
    margin-right: 10px;
    transition: .5s;
}

.top-togel-logo button.togel:hover {
    color: var(--primary-color);
}

.sidebar-item .fad {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0px;
    color: var(--text-dark-1);
    margin-right: 8px;
    font-size: 16px;
}

.sidebar-item .fad:after {
    display: none;
}

.sidebar-item .fad:before {
    position: relative;
}

/*.back_module {
    position: fixed;
    top: 30px;
    z-index: 99;
    margin-left: -22px;
}*/
.back_module {
    display: inline-block;
    background: #fff;
    font-size: 13px;
    /*padding: 10px 14px;*/
    border-radius: 6px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #F1F1F4;
    margin-top: -10px;
}

label.custom-file-upload {
    height: 30px;
    width: 30px;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 12px;
    color: #999;
    top: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    translate: 36% -30%;
}

.profile-tab .nav {
    margin: 0px;
}

.profile-tab .nav a {
    display: block;
    padding: 22px 5px;
    margin-right: 30px;
    color: #99A1B7;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.profile-tab .nav a.active {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

#webhooks-lists label {
    width: 100%;
}

#webhooks-lists label i.fa-plus,
#webhooks-lists label i.fa-trash {
    float: right;
    background: #ccc !important;
    color: var(--dark-color) !important;
    font-weight: 300 !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#webhooks-lists label i.fa-trash {
    background: #f5a4a4 !important;
    color: #e50000 !important;
    border-color: #f5a4a4 !important;
}

table.cke_dialog.cke_browser_webkit.cke_ltr th:first-child,
table.cke_dialog.cke_browser_webkit.cke_ltr tr td:first-child {
    padding-left: 13px !important;
}

#coll_pay_gateway .btn-fill {
    background: var(--primary-color);
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 27.5px;
}

.switch:after {
    top: 2px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dedede;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 50%;
    left: 3px;
    bottom: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background: var(--primary-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

#resetmsgMember table th:first-child,
#resetmsgMember table tr td:first-child {
    padding-left: 13px !important;
}

.skeleton {
    position: relative;
}

.skeleton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    Width: 100%;
    height: 100%;
    Z-index: 10;
    background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
    background-size: 200%;
    animation: skeleton 1s infinite reverse;
}

@keyframes skeleton {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.tooltip-text {
    visibility: hidden;
    width: 151px;
    bottom: 28px;
    background-color: #4c4c4c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

.tooltip-text:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #4c4c4c;
    position: absolute;
    bottom: -5px;
    left: 50%;
    translate: -50%;
    rotate: 45deg;
}

.tooltip-show {
    position: relative;
}

.tooltip-show:hover .tooltip-text {
    visibility: visible;
}

table .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
    border: 1px solid #ccc !important;
}

div#collection_data label {
    background: #f7f7f7;
    padding: 13px;
    border-radius: 6px;
    cursor: pointer;
}

div#collection_data input[type=checkbox] {
    top: 14px !important;
}

.sidebar-item ul.sidebar-dropdown i {
    display: none;
}

main.content .container-fluid {
    padding: 0px;
}

.customer-plan-overview {
    overflow: hidden;
}

.customer-plan-overview h1 {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 32px;
    margin-bottom: 3px;
}

.customer-plan-overview p {
    font-weight: 500;
    color: #99a1b7;
    font-size: 14px;
}

.overall-stats {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ececec;
}

.overall-stats p {
    font-weight: 500;
    color: #99a1b7;
    font-size: 14px;
}

.overall-stats h3 {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 3px;
}

.dashuser-card img.wlcm-img {
    width: 200px;
}

.card.dashuser-card {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    background: #ffd6ca;
}

.selectrange-input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-heading {
    margin-top: 0px !important;
}

.header-search i {
    color: #99a1c0;
    position: absolute;
    top: 15px;
    left: 16px;
}

.header-search {
    margin-left: 265px;
    position: relative;
    width: 350px;
}


.header-search input,
.header-search input:focus {
    border: 1px solid #f1f1f4;
    background: #fff;
    height: 42px !important;
    min-height: 42px !important;
    padding-left: 40px;
    color: #99a1c0 !important;
}

.apexchartcard {
    margin-left: -15px;
    margin-bottom: -30px;
}

select {
    background-image: url(../images/dropdown-img.png) !important;
    background-size: 3% !important;
    background-repeat: no-repeat !important;
    background-position: 98% 52% !important;
}

.funnel_coll2,
.funnel_coll4,
.funnel_coll6,
.funnel_coll8,
.funnel_coll10,
.funnel_coll12,
.funnel_coll14,
.funnel_coll16,
.funnel_coll18,
.funnel_coll20,
.funnel_coll22,
.funnel_coll24,
.funnel_coll26,
.funnel_coll28,
.funnel_coll30,
.funnel_coll32,
.funnel_coll34,
.funnel_coll36,
.funnel_coll38,
.funnel_coll40 {
    padding-top: 15px;
    border-top: 1px solid #ececec;
}

#add_funnel_data .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    padding-left: 0px;
    line-height: 29px !important;
}

#add_funnel_data .select2-container--default .select2-selection--single {
    height: 39.6px !important;
    border-radius: 8px !Important;
}

#add_funnel_data .select2-results__option {
    font-size: 12px !Important;
}

.funnel_coll2 .form-control,
.thanks_div3 .form-control,
.funnel_coll6 .form-control,
.thanks_div7 .form-control,
.funnel_coll10 .form-control,
.thanks_div11 .form-control,
.funnel_coll14 .form-control,
.thanks_div15 .form-control,
.funnel_coll18 .form-control,
.thanks_div19 .form-control,
.funnel_coll22 .form-control,
.thanks_div23 .form-control,
.funnel_coll26 .form-control,
.thanks_div27 .form-control,
.funnel_coll30 .form-control,
.thanks_div31 .form-control,
.funnel_coll34 .form-control,
.thanks_div35 .form-control,
.funnel_coll38 .form-control,
.thanks_div39 .form-control,
.funnel_coll2 .select2-selection--single,
.thanks_div3 .select2-selection--single,
.funnel_coll6 .select2-selection--single,
.thanks_div7 .select2-selection--single,
.funnel_coll10 .select2-selection--single,
.thanks_div11 .select2-selection--single,
.funnel_coll14 .select2-selection--single,
.thanks_div15 .select2-selection--single,
.funnel_coll18 .select2-selection--single,
.thanks_div19 .select2-selection--single,
.funnel_coll22 .select2-selection--single,
.thanks_div23 .select2-selection--single,
.funnel_coll26 .select2-selection--single,
.thanks_div27 .select2-selection--single,
.funnel_coll30 .select2-selection--single,
.thanks_div131 .select2-selection--single,
.funnel_coll34 .select2-selection--single,
.thanks_div35 .select2-selection--single,
.funnel_coll38 .select2-selection--single,
.thanks_div39 .select2-selection--single,
.funnel_coll15 .form-control {
    border: .5px solid var(--primary-color) !important;
}

.funnel_coll4 .form-control,
.thanks_div5 .form-control,
.funnel_coll8 .form-control,
.thanks_div9 .form-control,
.funnel_coll12 .form-control,
.thanks_div13 .form-control,
.funnel_coll16 .form-control,
.thanks_div17 .form-control,
.funnel_coll20 .form-control,
.thanks_div21 .form-control,
.funnel_coll24 .form-control,
.thanks_div25 .form-control,
.funnel_coll28 .form-control,
.thanks_div29 .form-control,
.funnel_coll32 .form-control,
.thanks_div33 .form-control,
.funnel_coll36 .form-control,
.thanks_div37 .form-control,
.funnel_coll40 .form-control,
.thanks_div41 .form-control,
.funnel_coll4 .select2-selection--single,
.thanks_div5 .select2-selection--single,
.funnel_coll8 .select2-selection--single,
.thanks_div9 .select2-selection--single,
.funnel_coll12 .select2-selection--single,
.thanks_div13 .select2-selection--single,
.funnel_coll16 .select2-selection--single,
.thanks_div17 .select2-selection--single,
.funnel_coll20 .select2-selection--single,
.thanks_div21 .select2-selection--single,
.funnel_coll24 .select2-selection--single,
.thanks_div25 .select2-selection--single,
.funnel_coll28 .select2-selection--single,
.thanks_div29 .select2-selection--single,
.funnel_coll32 .select2-selection--single,
.thanks_div33 .select2-selection--single,
.funnel_coll36 .select2-selection--single,
.thanks_div37 .select2-selection--single,
.funnel_coll40 .select2-selection--single,
.thanks_div41 .select2-selection--single {
    border: .5px solid var(--secondary-color) !important;
}

form#add_funnel_data .input-group .form-control {
    height: 39.6px !important;
    border-radius: 8px 0px 0px 8px ! Important;
}

form#add_funnel_data .input-group .btn {
    height: 39.6px !important;
}

a.campaign-url-field {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 310px;
    text-wrap: nowrap;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 10px;
}

a.campaign-url-field i {
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 16px;
}

.banner_image img,
.product_image img {
    background: #ececec;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.cke_combopanel {
    z-index: 999999 !important;
}

.tooltip2 {
    position: relative;
}

.tooltip2::before {
    content: attr(tooltip-text);
    position: absolute;
    background-color: var(--secondary-color);
    width: fit-content;
    font-weight: 400;
    color: #fbf9fd;
    padding: 6px 8px;
    bottom: 120%;
    min-width: 100px;
    left: 50%;
    transform: translateX(-50%) !important;
    /* translate: -20%; */
    border-radius: 6px;
    right: 0;
    font-size: 11px;
    opacity: 0;
    display: none;
    transform: translateY(-20%);
    transition: all .3s ease-in-out;
}

.tooltip2.left::before {}

.tooltip2::after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 110%;
    rotate: 45deg;
    background: var(--secondary-color);
    left: 8px;
    opacity: 0;
    transform: translateY(20%);
    translate: 50%;
}

/* .tooltip2[tooltip-text]:not([tooltip-text=""])::before {
    opacity: 0;
}
   */
.tooltip2:hover::before,
.tooltip2:hover::after {
    opacity: 1;
    display: block;
    transform: translateY(0%);
}

.badge-label-danger {
    background: #dc354533;
    color: #dc3545;
}

.badge-label-success {
    background: #28a74536;
    color: #28a745;
}

.collectionitem h4 {
    font-size: 18px;
}

.collectionitem p {
    font-size: 15px;
}

@media (max-width:580px) {
    main.content {
        padding: 20px 10px;
        margin-left: 9px;
        margin-top: 75px;
    }

    .card-body {
        padding: 1.2rem 1rem;
    }

    .pagination.mb-3.me-3 {
        margin: 0px !important;
    }

    .navbar,
    .sidebar-brand {
        height: 70px !important;
    }

    .app-header-separator {
        right: 2.89% !important;
        top: 70px !important;
        left: 2.5% !important;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 20px;
        margin-bottom: 6px;
    }

    div#funnel_products .btn.btn-danger {
        margin-bottom: 20px;
    }

    a.sidebar-brand {
        margin-top: 37px;
    }
}

@media (max-width:480px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 4px 0px;
        overflow: auto;
        width: 278px;
    }
}

table.collection_module_list tr td,
table.collection_module_list tr th {
    border-right: 1px solid #f4f4f4 !important;
}

.sidebar-link[aria-expanded="false"]:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    right: 15px;
}

.sidebar-link[aria-expanded="true"]:after {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    right: 15px;
}

.sidebar-link[aria-expanded="true"],
.sidebar-link[aria-expanded="true"] i {
    color: var(--primary-color);
}

.funnel-product {
    background: #f4f6f8;
    margin-bottom: 35px;
    padding: 20px 15px 0px;
    border-radius: 8px;
}

.funnel-product legend {
    background: #f1f1f1;
    display: inline-block;
    width: fit-content;
    min-width: 100px;
    text-align: center;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    border-radius: 6px;
    margin-top: -36px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.funnel-product.nothanks {
    background: #fff0ec;
}

.funnel-product .form-control {
    background: #fff !important;
}

.funnel-product .select2-container--default .select2-selection--single {
    background: #fff !important;
}

.funnel-product .btn.btn-primary.btn-sm {
    margin-bottom: 20px;
}

.daterangepicker .input-mini.active {
    border: 1px solid var(--primary-color) !important;
}

.daterangepicker .input-mini {
    height: 32px !important;
    min-height: 32px;
    font-size: 13px;
    border-radius: 6px;
}

.ranges li {
    color: var(--primary-color) !important;
    padding: 8px 12px !important;
    margin-bottom: 4px !important;
}

.ranges li.active,
.ranges li:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}

.range_inputs .btn-success {
    color: #fff;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.daterangepicker .daterangepicker_input i {
    color: var(--secondary-color) !important;
}

.daterangepicker td,
.daterangepicker th {
    width: 20px !important;
    height: 20px !important;
    padding: 5px !important;
    border-radius: 6px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
    border: 0px;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 6px;
    border: 1px solid #eae8e8;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    padding: 3px;
    border-radius: 4px;
}

.child-error-div-data {
    border-top: 1px solid rgb(205 205 205);
    padding-top: 15px;
    margin-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px !important;
}