:root {
    /* --color-primary: #0068c5;
     */
    /* --color-secondary: #ff6911;
     */
    --color-primary: #00AAFF;
    --color-secondary: #8e51ff;
    /* --color-secondary: #db261b;
     */
    --color-pfax-red: #db261b;
    --color-success: #00ab55;
    --color-info: #00AAFF;
    --color-warning: #e2a03f;
    --color-danger: #e7515a;
    --color-dark: #0A0A0A;
    --color-white: #fcfcfc;
    --bg-primary-hover: #6726A8;
    --bg-secondary-hover: #3520C8;
    --bg-success-hover: #0D811D;
    --bg-info-hover: #0787C7;
    --bg-warning-hover: #D9790A;
    --bg-danger-hover: #CB0000;
    --bg-dark-hover: #272525;
    --color-darkblue: #362FD9;
    --color-lightblue: #FCC2FC;
    --color-menutext: #012340;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-bg-opacity: 1;
    --bs-white-rgb: 255, 255, 255;
    --bs-border-rbg: #ffffff14;
    --bg-background-sidbar: #164e63;
    --bs-border-card: #e2e8f0;
    --bg-sidebar: #f1f5f9;
    --bg-color-hover: #011a42;
    --main-color: #011a42;
    --btn-primary: #4361ee;
    --btn-primary-hover: #4361ee;
    /* --btn-secondary:#805dca;
     */
    --btn-secondary: #0c2646;
    ;
    --nav-active: #44d5ef;
    --btn-gray: #808080;
    --btn-gray-hover: #808080e6;
    --text-color: #011a42;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

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

::-webkit-scrollbar-track {
    background-color: rgba(232, 232, 232, 1.0);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999999;
    height: 20px !important;
}

::-webkit-input-placeholder {
    color: #d6d6d6;
}

* {
    -webkit-user-select: auto !important;
}

.form-group .given_steps .active {
    color: var(--bs-primary);
    background: #f5f5f5 !important;
    display: inline-block;
    position: relative;
}

.total-cod {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 30px;
}

.total-cod .icon {
    color: var(--color-secondary);
    background: #8e51ff33;
    outline: 10px solid rgb(142 81 255 / 10%);
    height: 50px;
    width: 50px;
    margin-right: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.navbar {
    border-bottom: 0px;
    background: #f8f9fd !important;
    box-shadow: none !important;
}

.total-cod p {
    margin: 0;
    font-size: 13px;
    color: var(--color-gray);
}

.total-cod h4 {
    margin: 0;
    font-size: 22px;
}

.card-text {
    color: #5d6576;
}

.invoice-card-body {
    display: flex;
    align-items: center;
}

.total-invoice-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 6px;
    background: #e5e2f8;
    font-size: 20px;
    color: #8079ad;
}

.blob-1 {
    background: url('/assets/image/blob_background.jpg');
}

.blob-2 {
    background: url('/assets/image/blob_background.png');
}

.blob-3 {
    background: url('/assets/image/blob_background(1).jpg');
}

.blob-4 {
    background: url('/assets/image/blob_background(1).png');
}

.custom-upload {
    background: #f2f8fb;
    border-radius: 12px;
    border: 3px dashed #c2e1f1;
    position: relative;
    cursor: pointer;
}

.alert-info {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group .given_steps .active::after {
    transform: translateY(-50%);
    content: " ";
    height: 30px;
    width: 25px;
    border: solid transparent;
    position: absolute;
    background: #f5f5f5;
    top: 50%;
    right: -14px;
    border-radius: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px !important;
    margin-top: -3px !important;
}

#my_kyc .table {
    border-bottom: 0px !important;
}

.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--color-secondary) !Important;
    border-color: var(--color-secondary) !Important;
}

.input-group select::after {
    content: '\f078';
    position: absolute;
}

::-webkit-scrollbar {
    width: 10px;
    /* Adjust width as needed */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar handle on hover */
}

.sidebar.toggled {
    width: 250px !important;
}

.given_steps {
    /*padding-right:30px;
    */
    background: #e6e6e6;
    border-radius: .375rem;
}

.step_bar {
    padding: 10px 30px;
    border-radius: .375rem;
    display: block;
    width: 80%;
}

.login-container .left-blob:before {
    content: '';
    display: block;
    background: rgba(2, 3, 34, .2);
    border-radius: 100%;
    rotate: -4.5deg;
    /*transform: translate(0,0) rotate(4.5deg) skew(0) skewY(0) scaleX(1) scaleY(1);
    */
    position: absolute;
    top: 0;
    bottom: 0;
    width: 57%;
    margin-top: -30%;
    margin-left: -13%;
    margin-bottom: -13%;
}

.login-container .left-blob:after {
    content: '';
    display: block;
    background: #020322;
    border-radius: 100%;
    rotate: -4.5deg;
    /*transform: translate(0,0) rotate(4.5deg) skew(0) skewY(0) scaleX(1) scaleY(1);
    */
    position: absolute;
    top: 0;
    bottom: 0;
    width: 57%;
    margin-top: -20%;
    margin-left: -13%;
    margin-bottom: -13%;
}

.login-body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-image: url('/images/adminlogin-bg.jpg');
    background-size: cover;
}

.left-blob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-content {
    position: relative;
    z-index: 9;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-width: 600px;
}

.left-content h1 {
    margin-top: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
}

.left-content p {
    color: #5d6576;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}

.btn-login {
    border-radius: 0.6rem !important;
}

.form-card .form-control,
.form-card .form-select {
    font-size: 15px;
    color: #020322 !important;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #020322;
    background: #fff;
    height: 55px;
    border-radius: 12px !important;
}

.form-card .form-label {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-menutext);
}

.login-title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

@media (max-width:991px) {
    .form-card {
        width: 400px;
        padding: 0px 30px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #011a42;
    font-weight: 600;
}

.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-300 {
    font-weight: 300 !Important;
}

.f-400 {
    font-weight: 400 !Important;
}

.f-500 {
    font-weight: 500 !Important;
}

.f-600 {
    font-weight: 600 !Important;
}

.f-700 {
    font-weight: 700 !Important;
}

.f-800 {
    font-weight: 800 !Important;
}

p {
    color: #747474;
    /*color: #ffffff;
    */
    font-weight: normal;
    font-size: 14px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #ccc;
}

.layout .header {
    display: flex;
    align-items: center;
}

nav.navbar.navbar-expand-md.navbar-light.bg-white {
    border-bottom: 0px;
    background: #f8f9fd !important;
    box-shadow: none !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 4px 12px;
}

.progress-bar {
    background-color: var(--color-primary) !important;
    font-size: 10px;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.text-color {
    color: var(--text-color);
}

.navbar .progress {
    height: 0.7rem;
    margin-bottom: 1px;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.page-header h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

.page-header p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.card {
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8ee;
    box-shadow: none;
}

.card-body {
    padding: 1.5rem;
}

.sidebar-dark .nav-item .nav-link {
    line-height: 1;
    padding: 7px 20px;
}



a#navbarDropdown {
    text-transform: capitalize;
    font-size: 16px;
    color: #252455 !important;
    font-weight: 400;
    margin-left: 10px;
}

a#navbarDropdown span {
    font-size: 15px;
    color: #252455 !important;
    font-weight: 500;
}

a#navbarDropdown i {
    font-size: 26px;
    margin-right: 5px;
}

a#navbarDropdown:hover {}

.sidebar {
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
    padding-bottom: 90px;
    background: #fff;
    width: 250px !important;
    z-index: 999;
    transition: .3s;
    min-height: unset !important;
    padding: 0px 12px;
    padding-top: 15px;
}

.sidebar-search {
    position: relative;
}

.sidebar-search i {
    position: absolute;
    top: 25px;
    left: 25px;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

input#search_tool {
    width: 90%;
    margin: auto;
    height: 45px !important;
    line-height: 67px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 35px;
}

.ui-widget-content {
    max-height: 350px !important;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
    position: fixed;
    top: 0px;
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    z-index: 999;
    width: 219px !important;
    border: 1px solid #ececec;
    margin: 8px;
    margin-top: 170px;
    position: fixed;
    min-height: 170px;
}

.ui-menu .ui-menu-item a {
    padding: 10px 0.9em !Important;
    min-height: 0;
    border: 0px;
    font-size: 14px;
    border-radius: 8px;
}

.ui-menu .ui-menu-item a:hover {
    background: var(--color-primary) !Important;
    color: #fff;
}

.use-userflow-data::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar,
.ui-widget-content::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
    width: 0px;
}

.sidebar-dark .dropdown-item.active img {
    filter: invert(1) brightness(2);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-secondary) !important;
}

/* Track */
.use-userflow-data::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track,
.ui-widget-content::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.use-userflow-data::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb,
.ui-widget-content::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb {
    background: #ececec;
    border-radius: 8px;
}

.layout {
    padding: 0px 0px 0px 250px !important;
    min-height: 95vh;
    transition: .3s;
    /*background-color: var(--main-color) !important;
    */
}

.sidebar-dark .nav-item .nav-link {
    width: 100% !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 8px;
    padding: 0.8rem;
    margin-bottom: 10px;
    color: #302d36 !important;
}

.sidebar-dark .nav-item .nav-link,
.sidebar-dark .nav-item .nav-link span,
.sidebar-dark .nav-item .nav-link i {
    font-weight: 400 !important;
    font-size: 14px !important;
    position: relative;
}

.sidebar-dark .nav-item .nav-link i {
    font-weight: 300 !important;
    font-family: 'Font Awesome 5 pro' !important;
    width: 18px;
}

.sidebar-dark .nav-item .dropdown-item img,
.sidebar-dark .nav-item .nav-link img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.sidebar-dark .nav-item .nav-link.dropdown-toggle {
    justify-content: space-between;
}

.sidebar-dark .nav-item.active .nav-link.dropdown-toggle:after {
    rotate: 90deg
}

.sidebar {
    background: #f8f9fd;
}

.sidebar-dark .dropdown .dropdown-menu {
    position: static !important;
    background: transparent;
    box-shadow: none;
    transform: translate(0px, 0px) !important;
    width: 90%;
    margin: 0 auto !important;
}

.sidebar-dark .dropdown .dropdown-menu .dropdown-item {
    padding: 13px 18px;
    white-space: inherit;
    border-radius: 8px;
}

.sidebar-dark .dropdown .dropdown-menu .dropdown-item.active:hover {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link span {
    font-size: 14px !important;
    font-weight: 500;
    color: #302d36 !important;
}

.sidebar-dark .nav-item .nav-link i {
    /* color: #868b91 !important;
     */
    font-size: 18px;
    margin-right: 12px;
    margin-bottom: -2px;
    color: #302d36 !important;
}

/*.sidebar-dark .nav-item .nav-link:hover i, .sidebar-dark .nav-item.active .nav-link i{
     color: #fff !important;
}
*/
.sidebar-dark .nav-item .nav-link:hover {
    background: var(--color-primary);
    color: #fff !important;
}

.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff !important;
}

.sidebar-dark .nav-item .nav-link:hover span {
    color: #fff !important;
}

.dropdown-icon::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 400;
    margin-left: 5px;
    color: #a69fb2;
    position: absolute;
    right: 20px;
}

.dropdown-icon:hover::after {
    color: #302d36;
}

.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item.active:hover .nav-link {
    color: #fff;
}


.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    background: var(--color-primary);
}


.sidebar-dark .nav-item.active .nav-link span {
    font-weight: 500;
    color: #fff;
}




.navbar-brand {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.form-card .navbar-brand img {
    height: 40px;
}



.sidebar.open {
    width: 75px !important;
}

.sidebar.open:hover {
    width: 15rem !important;
}

.sidebar.open .nav-item .nav-link span,
.sidebar.open .nav-item span {
    display: none;
}

.sidebar.open:hover .nav-item .nav-link span,
.sidebar.open:hover .nav-item span {
    display: block;
}

.sidebar.open .nav-item .nav-link {
    align-items: center;
    justify-content: center;
    width: 82% !important;
}

.sidebar.open .nav-item .nav-link img {
    margin: 0px;
}

.sidebar.open:hover .nav-item .nav-link {
    align-items: center;
    justify-content: start;
    width: 90% !important;
}

.sidebar.open:hover .nav-item .nav-link.dropdown-toggle {
    justify-content: space-between;
}

.sidebar.open .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}

.sidebar.open:hover .nav-item .nav-link.dropdown-toggle::after {
    display: inline-block;
}

.sidebar.open:hover .nav-item .nav-link img {
    margin-right: 10px;
}

.layout.open {
    padding: 95px 30px 30px 100px;
}

.sidebar.open .navbar-brand {
    background: transparent;
}

div#app {
    background: #fff;
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -25px;
}

.sidebar.open .sidebar-p {
    padding: 20px 0rem !important;
}

.btn {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid lightgrey;
    border-radius: 8px !important;
    border-width: 1px;
    padding: 0.5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400 !important;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn-wide {
    min-width: 100px;
}

.btn-sm {
    font-size: 12px !important;
    padding: 0 20px !important;
    height: 34px !important;
    line-height: 30px !important;
    font-weight: 400;
}

.btn-white,
.btn-white:hover {
    background: #fff;
    color: #020322;
    border-color: #fff;
}

.btn-white:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.btn-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 400;
}

.btn-primary:hover,
.btn-label-primary:hover,
.btn-outline-primary:hover {
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 400;
}

.btn-label-primary {
    color: var(--color-primary) !important;
    background-color: #b422a052;
    border-color: #b422a052 !important;
    font-weight: 400;
}

.btn-outline-primary {
    border-color: var(--btn-primary);
    border-color: var(--btn-primary);
    font-weight: 400;
}

.btn-outline-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    font-weight: 400;
}

.btn-label-secondary {
    color: var(--color-secondary) !important;
    background-color: #1361c15e !important;
    border-color: #1361c15e !important;
    font-weight: 400;
}

.btn-outline-secondary:hover {
    color: #fff;
    border-color: var(--color-secondary);
    font-weight: 400;
    background-color: var(--color-secondary);
}

.badge {
    padding: 0.45em 1em;
    border-radius: 12px !important;
    border: 0;
    font-weight: 600;
}

.badge-primary {
    color: #fff;
    background-color: var(--color-secondary);
}

.badge-danger {
    color: #e74a3b;
    background-color: #fbe2df;
}
.badge-warning {
    color: #f6c23e;
    background-color: #f6c23e21;
}
.badge-success {
    color: #1cc88a;
    background-color: #1cc88a21;
}
.btn-label-primary:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
    font-weight: 600;
    border-color: var(--color-primary);
    /*border-color: 0px solid var(--btn-primary-hover) !important;
     */
    /*box-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    */
}

.btn-secondary {
    color: var(--color-white) !important;
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    line-height: 1.25rem;
}

.navbar .btn-secondary {
    line-height: 3 !important;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-label-secondary:hover {
    color: var(--color-white) !important;
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    box-shadow: none;
}

.btn-outline-tertiary {
    background-color: #fff;
    color: #c31d9e;
    border-color: #c31d9e;
}

.btn-tertiary,
.btn-tertiary:hover,
.btn-outline-tertiary:hover {
    color: var(--color-white);
    background-color: #c31d9e;
    border-color: #c31d9e;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.modal .btn-light,
.modal .btn-light:focus,
.modal .btn-light.focus,
.modal .btn-light:hover,
.modal .btn-secondary,
.modal .btn-secondary:focus,
.modal .btn-secondary.focus,
.modal .btn-secondary:hover {
    color: var(--bs-gray) !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
}

.btn-success {
    color: var(--color-white);
    background-color: var(--color-success);
    border-color: var(--color-success);
    box-shadow: 0 10px 20px -10px rgb(0 171 85 / .6);
}

.btn-success:hover {
    color: var(--color-white);
    background-color: var(--color-success) !important;
    border-color: var(--color-success);
    box-shadow: none;
}

.btn-info {
    color: var(--color-white);
    background-color: var(--color-info);
    border-color: var(--color-info);
}

.btn-info:hover {
    color: var(--color-white);
    background-color: var(--bg-info-hover) !important;
    border-color: var(--bg-info-hover);
}

.btn-warning {
    color: #000;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #000;
    background-color: #eab000 !important;
    border-color: #eab000 !important;
}

.btn-danger {
    color: var(--color-white);
    background-color: var(--color-danger);
    border-color: var(--color-danger);
    box-shadow: 0 10px 20px -10px rgb(231 81 90 / .6);
}

.btn-label-danger {
    color: #ffffff;
    background-color: #fc4c8a;
    border-color: #fc4c8a;
}

.btn-outline-danger {
    border-color: var(--color-danger);
    color: var(--color-danger);
}

.btn-label-danger:hover {
    color: var(--color-white);
}

.btn-danger:hover {
    color: var(--color-white);
    background-color: var(--color-danger) !important;
    border-color: var(--color-danger) !important;
    box-shadow: none;
}

.btn-dark {
    color: var(--color-white);
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    background-image: linear-gradient(90deg, rgb(249, 117, 0) 0%, rgb(255, 150, 14) 100%) !important;
}

.btn-dark:hover {
    color: var(--color-white);
    background-color: var(--bg-dark-hover) !important;
    border-color: var(--bg-dark-hover);
    background-image: linear-gradient(90deg, rgb(249, 117, 0) 0%, rgb(255, 150, 14) 100%) !important;
}

.btn-light {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-light:hover {
    /*border-color: #252455;
    */
    background: #fff;
    color: #020322;
}

.action-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.action-btn .btn, .icon-btn {
    height: 34px !important;
    width: 35px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    background: rgb(142 81 255 / 20%) !important;
    justify-content: center;
    color: var(--color-secondary) !important;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    border: 0px;
    font-size: 12px !important;
    border-radius: 7px !important;
}

.action-btn .btn.danger {
    background: rgb(231 81 90 / 20%) !important;
    color: var(--color-danger) !important;
    border-color: rgb(231 81 90 / 40%) !important;
}



.btn-outline {
    color: #7a7a7a;
    border-color: #ccc;
}

.btn-outline:hover {
    color: #7a7a7a;
    border-color: #7a7a7a;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !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;
}

.fw-2 {
    font-weight: 200 !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;
}

.fw-9 {
    font-weight: 900 !important;
}

.fw-10 {
    font-weight: 1000 !important;
}

.wlcm-banner {
    background: var(--color-primary);
    padding: 22px;
    border-radius: 14px;
    height: 100%;
    position: relative;
}

.banner-data {
    display: flex;
    align-items: center;
}


.card-chat {
    box-shadow: 0 3px 5px #0000000b;
    background: radial-gradient(61.04% 89.69% at 100% 100%, rgba(200, 250, 255, 0.08) 0%, rgba(28, 210, 229, 0.08) 40.63%, rgba(28, 210, 229, 0) 100%), radial-gradient(43.78% 64.34% at 60.31% 100%, rgba(23, 74, 228, 0.08) 0%, rgba(23, 74, 228, 0) 100%), linear-gradient(180deg, rgba(23, 74, 228, 0) 29.44%, rgba(23, 74, 228, 0.06) 100%), linear-gradient(90deg, #F3F3F7 0%, #EBF0F9 100%) !important;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
}

.fa-ul li {
    font-weight: 600;
    letter-spacing: .9px;
}



.dropdown-item .fa-edit {
    color: black;
    background: #fff;
    padding: 0;
}



.dropdown-item .fa-trash-alt {
    color: black;
    background: #fff;
    padding: 0;
}

.item {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
    padding: 23px 20px;
    text-align: center;
    height: 100%;
}

.mx-1 {
    padding: 0 !important;
    border: 0px !important;
}

.mx-1 .fa-eye {
    background: black;
    padding: 10px;
    border-radius: 6px;
    color: white;
    display: flex;
    align-items: center;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: var(--color-primary) !important;
}

.editModal .btn {
    margin-top: 10px;
}

#editModalClose {
    margin-top: 10px;
}

#update-button {
    margin-top: 10px;
}

.mx-1 __delete {
    padding: 0 !important;
    border: 0px !important;
}


.item-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 7px;
}

.item-icon img {
    width: 18px;
}

.item1 {
    background: #111111;
}

.item2 {
    background: #1da7ff;
}

.item3 {
    background: #6539e5;
}

.item1 .item-icon,
.item2 .item-icon,
.item3 .item-icon {
    border: 1px solid #fff;
}

.item1 .item-icon img,
.item2 .item-icon img,
.item3 .item-icon img {
    filter: invert(1) brightness(2);
}

.item h5 {
    /*color: #1e293b;
    */
    font-weight: 500;
    font-size: 15px;
}

.item h3 {
    color: #5051f9;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.item1 h3,
.item2 h3,
.item3 h3 {
    color: #fff;
}

.item1 h5,
.item2 h5,
.item3 h5 {
    color: #fff;
}

.email-card {
    background: #95bdff;
    padding: 40px 40px;
    text-align: center;
}

.email-card img {
    width: 250px;
}

.email-card .content {
    border-radius: 12px;
    padding: 25px;
    margin-top: -35px;
    z-index: 9;
    background: var(--color-darkblue);
    position: relative;
}

.user-dropdown {
    font-size: 0.85rem;
    background: #272b2f;
    -webkit-box-shadow: 0 5px 30px rgba(173, 181, 217, .15);
    box-shadow: 0 5px 30px rgba(173, 181, 217, .15);
    border: 0px;
    width: 270px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 5px 30px rgba(173, 181, 217, .15);
    box-shadow: 0 5px 30px rgba(173, 181, 217, .15);
    border: 0px;
    min-width: 200px;
    background-color: #fff;
}

.dropdown-item {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 400;
    transition: .3s;
    align-items: center;
    display: flex;
    width: 90%;
    color: #334155;
    margin: auto;
    border-radius: 8px;
}

.dropdown-item i {
    margin-right: 7px;
    font-size: 15px;
}

.user-dropdown .dropdown-item:hover {
    /*padding: 0.75rem 1.5rem 0.75rem 1.9rem;
    */
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #e2e8f099;
}

.user-dropdown .user-info {
    background: #f4f5f7;
    padding: 15px 10px !important;
    text-align: center;
    border-radius: 12px;
    margin: 5px 14px 8px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #404040;
    font-weight: 500;
}

.user-dropdown .user-info i {
    font-size: 31px;
    margin-right: 7px;
}

.dataTables_filter input,
.select2-selection.select2-selection--single,
.form-select,
.form-control,
.table-responsive select {
    background-color: #fff !important;
    /* border: 1px solid #e2e8f0!important;
     */
    border: 1px solid #d0d3d8 !important;
    /*border-radius: 0.6rem!important;
    */
    position: relative !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom: 0px !important;
}


.dt-length {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.dt-length label {
    margin-bottom: 0px;
}

div.dt-container select.dt-input {
    padding: 7px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8ee !important;
    font-size: 13px;
}

.dt-info {
    font-size: 13px;
    color: #8b8b8b !important;
    padding-left: 15px;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 0px !important;
    height: 30px;
    width: 30px;
    border: 0pc !important;
    background: #f5f5f5 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border-radius: 6px !important;
    margin-right: 4px;
    color: #000 !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: var(--color-primary) !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--color-primary) !important;
    border-radius: 6px !important;
    color: #fff !important;
}

.dt-paging.paging_full_numbers {
    padding: 5px 14px;
}

textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}

/*.dataTables_wrapper .dataTables_filter input,*/
/*.table-responsive select{
    */
/* height: 35px !important;
    */
/*
}
*/
.navbar .select2-selection.select2-selection--single {
    border: 1px solid #f3f7fa !important;
    background-color: #f3f7fa !important;
    height: 40px;
    border-radius: 6px;
}

.select2-selection.select2-selection--single {
    height: 37px !important;
    background-color: #fff !important;
    position: relative !important;
    line-height: 0.85rem;
    border-radius: 8px !important;
    border: 1px solid #e2e8ee !important;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
    font-weight: 400;
    color: rgb(14 23 38) !important;
    font-size: 13px;
    padding-left: 15px !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
}
.select2-results__option {
    font-size: 13px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}
#rate_modifier .form-control {
    height: 40px !important;
}

.select2-container {
    width: 100% !important;
}



.navbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    top: 1px;
    right: 0px;
}

.navbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--btn-primary);
    color: white;
}

.select2-results__option {
    text-transform: capitalize;
}

.select2-selection:focus,
.form-select:focus,
.form-control:focus,
input:focus,
textarea:focus {
    outline: 0;
}

textarea.form-control {
    height: auto !important;
}

.select2-selection:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #e9edf1;
}

.form-control,
.form-select {
    padding: 0.7rem 1rem;
    font-size: 13px;
    line-height: 0.85rem;
    font-weight: 400;
    color: rgb(14 23 38);
    min-height: 37px;
    border-radius: 8px !important;
    border: 1px solid #e2e8ee !important;
}

.form-control-sm {
    height: 34px !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    cursor: text;
    min-height: 37px !important;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 0.85rem;
    font-weight: 400;
    color: rgb(14 23 38);
    min-height: 37px;
    border-radius: 8px !important;
    border: 1px solid #e2e8ee !important;
}

.main-heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.table thead th {
    font-size: 13px; 
    font-weight: 600 !important;
    color: #031726 !important;
    font-weight: 600 !important;
    white-space: nowrap;
    background: #f0f2f7;
    border-bottom: 0px;
    text-align: center !important;
    padding: 10px;
    vertical-align: middle;
}

.table td,
.table tbody th {
    color: #0e1726;
    font-size: 14px;
    padding: 12px 15px ! Important;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    border-bottom: 0px !important;
    border-top: 1px solid #e2e8ee !important;
}

.table-bordered th,
.table-bordered td {
    border: 0px !important;
}

table tr:last-child {
    border-bottom: 0px;
}

table tbody tr:hover td {
    background: #f9fafb !important;
}

.table-card {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    margin-top: 10px;
    padding: 16px;
}

.table-bordered>:not(caption)>* {
    border-top: 0px;
}

/*.table-responsive {
     border: 0px solid #ececec;
     margin-bottom: 20px;
}
*/
table.dataTable {
    width: 100% !important;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border-color: #ececec;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600 !important;
    white-space: nowrap;
    color: #f0f2f7;
    background: #f0f2f7;
    border-bottom: 0px;
    text-align: center !important;
}

.table> :not(caption)>*>* {
    box-shadow: none;
}

.table>tbody>tr>td>p {
    margin-bottom: .4rem !important;
}

.btn-outline-info {
    color: var(--color-secondary);
}

.btn-outline-info:hover {
    color: #fff;
    background-color: var(--color-secondary) !Important;
    border-color: var(--color-secondary) !Important;
}

.table {
    margin-bottom: 0px;
    border-bottom: 1px solid #ececec !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: 0px;
    border-top: 0px;
}

a#sideverticomp0-tab {
    width: 100% !important;
    background: #8231d31a;
    margin: auto !important;
    padding: 10px 50px 10px 34px !important;
    /*margin-top: 65px !important;
    */
    margin-bottom: 5px !important;
    color: var(--color-primary);
    font-weight: 500;
    transition: .35s;
    margin-top: 0 !important;
}

a#sideverticomp0-tab:hover {
    padding: 10px 50px 10px 43px !important;
}

.sidebar.open a#sideverticomp0-tab span {
    display: none;
}

.sidebar.open:hover a#sideverticomp0-tab span {
    display: contents;
}

.page-item .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.paginate_button.previous,
.paginate_button.next {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 8px !important;
    font-weight: 500;
    color: var(--bs-dark) !important;
    border-color: #ececec !important;
    background: #00000014;
}

.page-item .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: var(--bs-dark) !Important;
}

.page-item .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    z-index: 3;
    height: 30px;
    min-width: 30px;
    border: 0pc !important;
    background: #f5f5f5 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border-radius: 6px !important;
    margin-right: 4px;
    color: #000 !important;
    padding: 0px 12px !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.page-item.active .page-link {
    background: var(--color-primary) !important;
    color: #fff !important;
    border-color: var(--color-primary) !important;
}

.pagination {
    padding-bottom: 12px;
    padding-right: 10px;
}

.page-item.active .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.v-tabs .nav-link {
    border-radius: 0.35rem;
    padding: 13px 20px;
    color: #747474;
    font-weight: 500;
    text-align: left;
    transition: .35s;
}

.v-tabs .nav-link.active,
.v-tabs .show>.nav-link,
.v-tabs .nav-link:hover {
    background: #f9f4fd;
    color: var(--color-primary);
    padding: 13px 26px;
}

.h-tabs .nav-link {
    color: #747474;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    font-weight: 400;
}

.h-tabs {
    border-bottom: 1px solid #ececec;
    padding: 15px 27px 0px 27px;
}

.h-tabs .nav-link.active,
.h-tabs .show>.nav-link,
.h-tabs .nav-link:hover {
    color: var(--color-primary);
    background-color: transparent;
    border-bottom: 2px solid var(--color-primary)
}

.card-title {
    color: #020322;
    font-size: 16px;
    font-weight: 600;
}

.pagination {
    margin: 0px;
}

.modal-content {
    border: 0px;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    background: #fff !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.modal-header {
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ececec;
}

.modal-body {
    padding: 1rem 1.5rem;
}

.modal-footer {
    border: 0px;
    padding: 0px 1.5rem 1rem;
}

.modal-footer .btn-primary::before {
    content: " " !important;
}

.custom-check,
.custom-radio {
    position: relative;
}

.custom-check label,
.custom-radio label {
    border: 1px solid #f4f5f7;
    padding: 8px 16px;
    background: #f4f5f7;
    border-radius: 6px;
    margin: 0px !important;
    cursor: pointer;
    transition: .35s;
    font-weight: 500;
    font-size: 14px;
}

.custom-check input,
.custom-radio input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.custom-check input[type='checkbox']:checked+label,
.custom-radio input[type='radio']:checked+label {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #e5e5fe;
}

/*.input-group .form-control{
    */
/* border-radius: 10px 0px 0px 10px !important;
    */
/*
}
*/
.input-group .btn {
    height: 37px;
    margin-left: -5px !important;
    border-radius: 0 7px 7px 0 !important;
}


.reset-btn .btn {
    height: auto;
    margin-left: 0px !important;
    border-radius: 10px 10px 10px 10px !important;
}

.sorting {
    text-align: center;
}

.inp-search-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px 0.6rem 0.6rem 0px;
}

.nav-pills .nav-link {
    color: var(--color-primary);
    padding: 8px 30px;
}

.card-img,
.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 240px;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
    display: none !important;
}

.top-bar {
    box-shadow: 0 5px 20px rgb(171 181 217 / 5%);
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 18px;
}

.tox .tox-statusbar__branding svg {
    display: none !important;
}

.stepwizard-row.setup-panel {
    margin: auto;
    border: 1px solid #d1d5da;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 40px;
    display: inline-flex;
    width: 890px;
}

.stepwizard-step {
    padding: 13px 20px;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
    width: 34%;
    text-align: start;
    float: left;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #00000020;
}

.stepwizard-step:after {
    content: '';
    height: 20px !important;
    width: 20px !important;
    background: #fff !important;
    border-top: 1px solid #d1d5da;
    border-right: 1px solid #d1d5da;
    rotate: 45deg;
    position: absolute;
    left: unset !important;
    right: -12px;
    top: 50% !important;
    transform: translate(-50%, -8px);
}

.stepwizard-step:first-child:after {
    right: -13px;
}

.stepwizard-step:not(:last-child) {
    border-right: 1px solid #d1d5da;
}

.stepwizard-step .btn-circle {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: none !important;
}

.stepwizard-step p {
    font-size: 14px;
    margin: 0;
    color: #999;
    text-transform: capitalize;
    line-height: 1.3;
    margin-top: 3px;
    display: none;
}

.stepwizard-step.active p {
    display: block;
}

.stepwizard-step.active .btn {
    background: #ff6911 !important;
    border: #ff6911 !important;
}

.stepwizard-step.active {
    color: #ff6911;
}

.stepwizard-step.completede {
    color: #fff;
    background: linear-gradient(-90deg, rgb(255 105 17) 0%, rgba(195, 29, 158, 1) 100%);
    border: 0px;
}

.stepwizard-step.completede p {
    color: #fff;
}

.stepwizard-step.completede:after {
    background: rgb(255 105 17) !important;
    border: 0px;
}

.stepwizard-step.completede .btn {
    background: #fff !important;
    color: #c9258e !important;
    border-color: #ca268e;
}

.btn-primary:active {
    color: #fff !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.stepwizard-step:first-child {
    z-index: 9;
}

.stepwizard-step:second-child {
    z-index: 8;
}

.stepwizard-step:last-child {
    z-index: 7;
}

.stepwizard-step .btn-circle:focus {
    box-shadow: none !important;
}

.content-search-card {
    background-image: linear-gradient(to right bottom, #1da7ff, #0092ff, #007aff, #3c5ff6, #6539e6);
    border-radius: 20px;
    padding: 70px 50px;
    text-align: center;
    position: relative;
}

.content-search-card .search-input {
    position: relative;
    width: 700px;
    margin: auto;
}

.content-search-card .search-input input {
    height: 65px;
    border-radius: 14px;
    font-size: 16px;
    padding-left: 55px;
}

.content-search-card .search-input i {
    position: absolute;
    left: 23px;
    top: 51%;
    translate: 0 -50%;
    font-size: 20px;
}

.content-tags {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.content-tags .tag {
    display: inline-flex;
    padding: 6px 20px;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ececec;
    color: #7a7a7a;
    line-height: 1.6;
    text-decoration: none;
    transition: .35s;
    font-weight: 700;
}

.content-tags .tag:hover,
.content-tags .tag.active {
    background: #bbb3fa;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    text-decoration: none;
}

.danger {
    color: #dc2626;
}

a:hover {
    text-decoration: none;
}

.dt-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}


.dt-length .dt-input {
    margin-right: 5px;
}

.dt-search::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    position: absolute;
    background: var(--color-primary);
    color: #fff;
    height: 33px;
    padding: 7px 13px;
    margin-left: -5px !important;
    border-radius: 0 6px 6px 0 !important;
    font-size: 15px;
}


.content-cards {
    align-items: center;
    background: #fff;
    box-shadow: 1px 2px 6px #ececec;
    padding: 25px 20px;
    height: 100%;
}

.aaa {
    margin-bottom: 20px;
}

.content .date {
    color: #b0b9c1;
    margin-bottom: 6px;
}

.content-cards:hover .icondiv {
    background-color: var(--color-primary);
    color: #fff;
}

.content-cards:hover .icondiv img {
    filter: invert(1) brightness(2);
}

.content-cards .icon {
    height: 50px;
    width: 50px;
    background: #ececec;
    border-radius: 30px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    /*position: absolute;
    */
    left: 20px;
}

.content-cards .icon:hover {
    /*background-color: var(--bg-secondary-hover);
    */
    color: var(--bg-secondary-hover);
}

.content-cards .icon img {
    width: 25px;
}

.content-cards h5 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.content-cards p {
    margin: 0px;
    font-weight: 400;
    line-height: 1.2;
}

.content-cards .content {
    margin: 0px !important;
}

.project-select {
    width: 200px;
    margin-left: auto;
}

.team-details {
    display: flex;
    align-items: center;
}

.team-details .team-badge {
    background: var(--color-secondary);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

/*.recent-activity {
    */
/* padding-left: 80px;
    */
/* margin: 40px;
    */
/* position: relative;
    */
/*
}
*/
.event.content-cards h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
}

.event.content-cards p {
    font-size: 14px;
}

.event.content-cards {
    /*width: 600px;
    */
    padding: 10px;
}

/*.event.content-cards:before {
    */
/* height: 14px;
    */
/* width: 14px;
    */
/* background: var(--color-primary);
    */
/* content: '';
    */
/* border-radius: 50%;
    */
/* left: -40px;
    */
/* position: absolute;
    */
/* border: 4px solid #fff;
    */
/* box-shadow: 0px 0px 4px #ccc;
    */
/*
}
*/
/*.recent-activity:before {
    */
/* content: '';
    */
/* position: absolute;
    */
/* height: 100%;
    */
/* width: 1px;
    */
/* background: #e2dede;
    */
/* left: 46px;
    */
/*
}
*/
/*.event.content-cards:after {
    */
/* content: '';
    */
/* height: 40px;
    */
/* width: 40px;
    */
/* position: absolute;
    */
/* background: #fff;
    */
/* border-radius: 50%;
    */
/* left: 0;
    */
/* translate: -50%;
    */
/* box-shadow: -4px 0px 4px #ececec;
    */
/*
}
*/
.progress {
    border-radius: 10px;
}

.progress-bar {
    background-color: var(--bs-cyan);
}

.usage-accordian .accordion-button:not(.collapsed) {
    color: #0f172a;
    background-color: #fff;
    font-size: 16px;
    box-shadow: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.usage-accordian .accordion-item {
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.usage-accordian .accordian-requests {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 15px;
    margin: 0 20px;
}

.usage-accordian .accordion-body {
    padding: 0px;
}

.usage-accordian .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.add-key-card {
    text-align: center;
    height: calc(100% - 23px);
    cursor: pointer;
    margin-bottom: 15px;
    min-height: 150px;
    border: 1px solid var(--color-primary);
    ;
    transition: .35s;
}

.add-key-card h5,
.add-key-card i {
    color: var(--color-primary);
}

.add-key-card i {
    font-size: 24px;
    margin-bottom: 10px;
}

.open-menu {
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 20px;
    cursor: pointer;
    margin-left: 250px;
    display: flex;
}

/*=================Login CSS===========*/


.form-card {
    /*background: #22252a;
    */
    width: 500px;
    padding-right: 80px;
    border-radius: 12px;
}


.form-card .navbar-brand {
    font-size: 30px;
}


.form-card .form-control:hover {
    border: 1px solid #4c8ff0;
}

.form-card .form-control::placeholder {
    font-weight: 300;
    color: #868484 !important;
}

.form-control::placeholder {
    color: #ccc;
}

label {
    margin-bottom: 0.2rem;
    font-weight: 500;
    color: #011a42;
    font-size: 13px;
}

.short-underline::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    background: var(--color-primary);
    border-radius: 4px;
    bottom: 0px;
}

a.forgot-pass {
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.btn-login {
    width: 100%;
    background: var(--color-primary);
    border: 0px;
    color: #fff;
    font-weight: 400;
    padding: 13px;
    border-radius: 4px;
    font-size: 17px;
}

.left-section-carusol {
    width: 100%;
    height: 100%;
}

.carousel-item h4 {
    font-size: 17px;
    line-height: 1.7;
}

.cardnew {
    transition: 0.2s all !important;
    overflow: hidden;
}

.cardnew:hover {
    transform: scale(1.05) !important;
}

.dashboardcard {
    transition: 0.2s all !important;
}

.dashboardcard:hover {
    transform: scale(1.03) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboardcard:hover h5,
.dashboardcard:hover h3 {
    color: var(--blue) !important;
}

.dashboard-button {
    border: 2px solid white;
    color: var(--bs-white);
}

.dashboard-button:hover {
    color: var(--bs-white);
}

.application-copy {
    color: var(--color-white) !important;
    background-color: var(--bs-info);
    border-color: var(--color-white) !important;
}

.application-copy:hover {
    background-color: var(--bs-info) !important;
}

.check-box-height {
    width: 35px;
    height: 50px;
}

.project-body:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    transition: .35s;
    background-color: var(--color-primary);
}

.project-body {
    overflow: hidden;
}

.project-body:hover::after {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.appkeycard {
    border-radius: 0px 0px 50px 0px !important;
}

.document-cardbg {
    transition: .35s;
}

.document-cardbg:hover {
    transform: scale(1.02);
}

.circlebg {
    background-image: url('/images/keybg.jpg') !important;
}

.card-header:first-child {
    background: transparent;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.card-heading h4 {
    font-size: 20px;
    color: var(--color-menutext) !important;
    font-weight: 600;
}

.card-header h6,
.card-title {
    color: #011a42 !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

.knowledge-tuts {
    padding: 0px;
    list-style: none;
}

.knowledge-tuts a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    color: #918e9d !important;
    transition: .3s;
    text-decoration: none;
    font-weight: 400;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.knowledge-tuts a i {
    font-size: 10px;
    margin-right: 5px;
}

.knowledge-tuts a:hover {
    padding: 8px 25px;
    color: var(--color-menutext) !important;
    background: #f6f6f6;
}

.sidebar-p {
    padding: 1rem !important;
    font-size: 15px;
    color: #dee2e6;
    font-weight: 300;
    text-align: center;
}

.sidebar-p span {
    /*background: #fbfaff;
    */
    z-index: 9;
    position: relative;
    padding: 12px;
}

.sidebar-p:before {
    content: '';
    height: 1px;
    width: 96%;
    background: #35394c;
    position: absolute;
    left: 0;
    margin-top: 9px;
}

.projectc {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 10px;
}

.projectc h2 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--bs-dark);
}

.projecth h3 {
    font-size: 16px;
    color: var(--bs-gray);
}

#show_datas_list #filter,
#show_datas_list #reset_filter {
    margin-top: 30px;
}


.projecth i {
    font-size: 20px;
    margin-bottom: 7px;
}

.projecth i .fad:before {
    color: var(--bs-secondary);
}

.projectcc:hover i {
    color: var(--bg-info-hover);
}

/*.projectcc:hover h2{
    */
/* color: var(--bs-blue);
    */
/*
}
*/
.projecth h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-gray);
}

.projectcc {
    padding: 12px;
}

.activep {
    padding: 20px;
}

.activebg {
    background-image: url(/images/solidbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.activep h3 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 0px;
}

.activep h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--bs-gray);
}

.empty {
    padding: 28px;
}

.pimg img {
    height: 200px;
}

.ppara p {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}

.highlightword {
    color: var(--bs-cyan);
}

.icondiv {
    height: 50px !important;
    width: 50px !important;
    display: flex !important;
    background-color: #e1e2fe;
    color: var(--color-primary);
    justify-content: center !important;
    align-items: center;
    border-radius: 2em;
    transition: .3s;
    margin-bottom: 12px;
}

.icondiv img {
    width: 20px;
    max-height: 20px;
}

.text-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.symbol.symbol-circle:after,
.symbol.symbol-circle>img:after,
.symbol.symbol-circle .symbol-label:after {
    border-radius: 50%;
}

.symbol-group .symbol-label:after {
    display: block;
    content: " ";
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid var(--bs-symbol-border-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol-group .symbol-label {
    position: relative;
}

.symbol .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}

.text-inverse-warning {
    color: var(--bs-warning-inverse) !important;
}

.bg-warning {
    --bs-bg-rgb-color: var(--bs-warning-rgb);
    background-color: var(--bs-warning) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: var(--bs-warning);
}

.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol-group .symbol-label {
    position: relative;
}

.symbol .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}

.text-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

.bg-light {
    --bs-bg-rgb-color: var(--bs-light-rgb);
    background-color: var(--bs-light) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.symbol.symbol-35px>img {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol>img {
    width: 50px;
    height: 50px;
}

.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
}

/*#step-22 .btn{
    */
/* border: 2px solid lightgrey !important;
    */
/* vertical-align: middle;
    */
/* color: var(--body-color);
    */
/* align-self: center;
    */
/* user-select: none;
    */
/*
}
*/
/*=================/Login CSS===========*/
.nav-icon {
    border: 1px solid #606384;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.nav-icon:active,
.nav-icon:hover {
    background: #606384;
}

.nav-icon:hover img {
    filter: invert(1) brightness(2);
}

.dash-title {
    font-weight: 500;
}

.dash-tabs .nav-link {
    border-radius: 20px !important;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
}

.dash-tabs .nav-link.active {
    background: #c6e9ff;
    color: var(--color-secondary);
}

.project-item {
    border: 1px solid #f4f2f2;
    padding: 15px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
    background: #fbfaff;
}

.project-item .time {
    color: #b0b9c1;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.project-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.project-item .project-prog {
    color: var(--bs-warning);
    ;
    font-weight: 500;
    margin-bottom: 10px;
}

.project-list {
    height: 300px;
    overflow: auto;
    padding: 0 8px;
    margin-top: 10px;
}

.custm-scroll::-webkit-scrollbar,
#ebook_output::-webkit-scrollbar,
#show_offer_list::-webkit-scrollbar,
.table-commands-wrap::-webkit-scrollbar,
.project-list::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

/* Track */
.custm-scroll::-webkit-scrollbar-track,
#ebook_output::-webkit-scrollbar-track,
#show_offer_list::-webkit-scrollbar-track,
.table-commands-wrap::-webkit-scrollbar-track,
.project-list::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.custm-scroll::-webkit-scrollbar-thumb,
#ebook_output::-webkit-scrollbar-thumb,
#show_offer_list::-webkit-scrollbar-thumb,
.table-commands-wrap::-webkit-scrollbar-thumb,
.project-list::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

.working-hrs {
    text-align: center;
    margin-top: 19px;
    font-size: 14px;
}

.working-hrs span {
    height: 10px;
    width: 20px;
    background: #dcdcfe;
    display: inline-block;
    border: 2px solid #7e7efa;
    margin-right: 4px;
}

footer {
    text-align: right;
    background: #f8f9fd;
    font-size: 13px;
    padding: 14px 30px 14px 14px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    margin-left: 230px;
    border-top: 1px solid #ececec;
}

p.project-label {
    margin: 0;
    color: #747474;
    font-weight: 700;
}

.recent-activity .event {
    display: flex;
    align-items: start;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.recent-activity:before {
    content: '';
    height: 93%;
    width: 2px;
    background: #dfe0fe;
    position: absolute;
    left: 73px;
    top: 9px;
}

.recent-activity .event .icon i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin: 3px 26px 0 40px;
    transition: .3s;
    background: #dfe0fe;
}

.recent-activity .event:hover .icon i {
    background: #5051f9;
    color: #fff;
}

.recent-activity .event .icon i.fad.fa-copy {
    background: #d5d5fe;
    color: #5051f9;
}

.recent-activity .event .icon i.fad.fa-images {
    color: #0cc08b;
    background: #ddf6ef !important;
}

.recent-activity .event .icon i.fad.fa-bell-on {
    background: #fde7f0 !important;
    color: #ea2076;
}

.recent-activity .event .icon i.fad.fa-sliders-h {
    background: #fef3e1 !important;
    color: #fcbe57;
}

.recent-activity .event .icon i.fad.fa-file-user {
    background: #fae7dd !important;
    color: #e57c43;
}

.recent-activity .event:hover .icon i.fad.fa-copy {
    background: #5051f9;
    color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-images {
    color: #fff;
    background: #0cc08b !important;
}

.recent-activity .event:hover .icon i.fad.fa-bell-on {
    background: #ea2076 !important;
    color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-sliders-h {
    background: #fcbe57 !important;
    color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-file-user {
    background: #e57c43 !important;
    color: #fff;
}

.recent-activity .event .content {
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 10px 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-activity .event .content:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    left: -8px;
    rotate: 45deg;
    top: 15px;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.recent-activity .event .icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin: 3px 26px 0 40px;
    transition: .3s;
    background: #dfe0fe;
    position: relative;
    z-index: 9;
}

.recent-activity .event:hover .icon {
    background: var(--color-primary);
}

.recent-activity .event .icon img {
    width: 20px;
}

.recent-activity .event a.view-project {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
}

.recent-activity .event:hover .icon img {
    filter: invert(1) brightness(2);
}

.nwtab-badge {
    position: absolute;
    right: 37px;
}

.btn-light.refresh {
    height: 100%;
    background: #ececec;
    border-color: #ececec;
}

.art-card {
    border: 1px solid #ececec;
}

.art-card p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px !important;
    padding: 7px;
    border-bottom: 1px dashed #ececec;
}

.total-data {
    background: #fff;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

a#output_button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input#message_text {
    height: 50px !important;
}

.sidebar .nav-item.active .dropdown-toggle {
    display: flex !important;
}

.sidebar .nav-item.active .dropdown-menu {
    display: static !important;
    display: block !important;
}

.login-frame img {
    width: 220px;
    margin-left: -75px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.left-login {
    background: url("../images/background2.png");
    background-size: cover;
    border-radius: 0 14px 14px 0;
    /*flex-direction:column;
    */
    /*clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    */
}

.login-frame {
    background: url("../images/login-frame.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 48%;
    posiiton: relative;
}

.login-frame.frame2 {
    background: url("../images/login-frame2.png");
    background-repeat: no-repeat;
    background-position: center 84%;
    background-size: 67%;
}

.login-frame.frame2 img {
    width: 202px;
    margin-left: 12px;
    margin-top: -115px;
}

.login-text {
    margin: auto;
    background-color: rgba(7, 7, 35, 0.5);
    padding: 0px 25px 25px;
    position: absolute;
    bottom: 40px;
    width: 500px;
    backdrop-filter: blur(6px);
    left: 50%;
    translate: -50%;
}

.left-login #text,
.left-login #text2 {
    max-width: 500px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-family: monospace;
    font-size: 22px;
}

.left-login #text.typing span:last-child,
.left-login #text2.typing span:last-child {
    background-color: var(--color-primary);
}

.credit-limits {
    background: #fff;
    padding: 20px 20px;
    border-radius: 16px;
}

.credit-limits .limits-itme {
    padding: 12px 10px;
}

.credit-limits .limits-itme:not(:last-child) {
    border-bottom: 1px dashed #ececec;
}

.credit-limits .limits-itme .progress {
    width: 100%;
    height: 12px;
}

.avl-plancard {
    background: #fff;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    margin-bottom: 20px;
    padding: 22px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avl-plancard p {
    font-size: 16px;
    font-weight: 500;
}

.prch-plancard {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 10px;
}

.history-canvas .card {
    width: 100% !Important;
    border: 1px solid #ececec;
}

div#offcanvasExample4857 {
    width: 730px !important;
}

.history-canvas .card .card-title,
.history-canvas .card .card-text {
    color: #606384;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 25px;
}

.agency-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.agency-footer .btn {
    line-height: 35px;
    padding: 0 7px !important;
    height: 35px;
    font-size: 14px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-footer .btn i {
    margin-right: 4px;
}

.title-tip[title]:hover {
    position: relative;
}

.title-tip[title]:hover:before {
    height: auto;
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: 99999;
    content: attr(title);
    padding: 8px 12px;
    max-width: 150px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: inherit;
    color: #FFF;
    text-align: center;
    background-color: #222;
    box-sizing: border-box;
    top: auto;
    border-radius: 9px;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.title-tip[title]:hover:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    height: 8px;
    width: 8px;
    background: #222222;
    top: -11px;
    rotate: 45deg;
}

.chat_history {
    margin: 0px;
    padding: 12px 22px;
    border-radius: 0;
    cursor: pointer;
    color: #252455;
    font-weight: 400;
    font-size: 15px;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.chat_history:hover,
.chat_history.active-chat {
    background: #eaeafe !important;
    padding: 12px 22px 12px 26px;
}

.chat-history-action {
    position: absolute;
    top: 0;
    right: 0;
    background: #eaeafe;
    bottom: 0;
    padding: 0 10px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.chat_history:hover .chat-history-action,
.chat_history.active-chat .chat-history-action {
    display: flex;
}

.chat-history-action .btn {
    padding: 7px;
    color: var(--color-primary);
    border: 0px blanchedalmond;
    height: unset;
    line-height: unset;
}

.chat-history-action .btn .fa-trash-alt {
    color: var(--danger);
}

#append_container::-webkit-scrollbar {
    width: 4px;
}

#append_container::-webkit-scrollbar-track {
    background: #fff;
}

#append_container::-webkit-scrollbar-thumb {
    background: #ececec;
}

.workflow-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workflow-card .btn {
    line-height: 34px;
    height: 35px;
    padding: 0 15px;
}

.workflow-card .action-btn .btn {
    width: 35px;
    font-size: 12px;
}

.btn-space {
    display: flex;
    margin-top: 10px;
}

.btn-space-1 {
    display: flex;
}


.icon3 .fa-download {
    background: rgb(235 228 247) !important;
    color: rgb(128 93 202) !important;
}

.action-btn .btn-label-primary {
    background-color: #fff !important;
    border: none !important;
}

.action-btn .btn-label-secondary {
    background-color: #fff !important;
    border: none !important;
}

a[data-bs-target="#exampleModal"]::before {
    font-family: 'Font Awesome5 Pro';
    /* Specify Font Awesome */
    content: '\2b';
    /* Unicode for the desired icon, in this case, the plus icon */
    margin-right: 5px;
    font-size: 18 px;
    font-weight: 600;
}

.workflow-card br {
    display: none;
}

.workflow-card h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.workflow-card .work-steps {
    white-space: nowrap;
    background: #f6c23e;
    color: #fff;
    padding: 4px 12px;
    line-height: 1.2;
    border-radius: 10px;
    font-weight: 500;
}

.progress-loader {
    position: relative;
    height: 12px;
    width: 100%;
    background: #f1f1f1;
    border-radius: 25px;
    border: 1px solid #ececec;
}

.progress-loader .progress-fill {
    position: absolute;
    height: 10px;
    width: 0%;
    animation: progress-forward 6s infinite;
    background: var(--color-primary);
    border-radius: 15px;
}

@keyframes progress-forward {
    0% {
        width: 0%;
    }

    25% {
        width: 50%;
    }

    50% {
        width: 75%;
    }

    75% {
        width: 85%;
    }

    100% {
        width: 100%;
    }
}

.tagify__input::before {
    line-height: 1.3em !important;
}

.noaccess-card {
    border: 1px solid #f54864;
    padding: 18px;
    border-radius: 6px;
    margin: 18px 0;
    background: #fde0e5;
}

ul.cus-list-style li {
    color: #606384;
    font-size: 15px;
}

.oneclick-card a {
    color: var(--dark);
}

.oneclick-card a:hover {
    color: var(--color-primary);
}

.voice-label input {
    position: absolute;
    opacity: 0;
}

.voice-label i {
    font-size: 24px;
    position: absolute;
    top: 14px;
    margin-left: -39px !important;
    color: var(--text-color) !important;
}

.voice-label input[type="radio"]:checked+label {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.voice-label label {
    background: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: 500;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100% !important;
    padding: 12px 20px;
}

.navdrop-menu {
    display: none;
}

.responsive-logo {
    display: none;
}

#step_output .content-cards {
    align-items: center;
    background: #fff;
    box-shadow: none;
    padding: 30px 25px;
    height: 100%;
    border: 1px solid #ececec;
}

pre {
    font-family: "Inter", sans-serif;
    white-space: break-spaces;
}

.aiside-message {
    display: flex;
    align-items: end;
    margin: 10px 0;
}

#append_container .item-icon {
    height: 35px;
    width: 35px;
    margin: 0px;
    background: var(--color-secondary);
    border: 0px;
    position: absolute;
}

#chat3 {
    background: radial-gradient(61.04% 89.69% at 100% 100%, rgba(200, 250, 255, 0.08) 0%, rgba(28, 210, 229, 0.08) 40.63%, rgba(28, 210, 229, 0) 100%), radial-gradient(43.78% 64.34% at 60.31% 100%, rgba(23, 74, 228, 0.08) 0%, rgba(23, 74, 228, 0) 100%), linear-gradient(180deg, rgba(23, 74, 228, 0) 29.44%, rgba(23, 74, 228, 0.06) 100%), linear-gradient(90deg, #F3F3F7 0%, #EBF0F9 100%) !important;
}

#append_container .userside-message .item-icon {
    background: var(--color-primary);
}

#append_container .userside-message .item-icon img {
    filter: invert(1) brightness(2);
}

.ai-chat.left {
    background: #fff;
    padding: 10px 15px !important;
    font-size: 13px;
    margin-left: 45px;
    border-radius: 10px 10px 10px 0px;
    line-height: 1.8;
    max-width: 80%;
    width: fit-content;
    box-shadow: 0 3px 5px #0000000b;
    margin-bottom: 0;
}

.userside-message {
    display: flex;
    align-items: end;
    justify-content: end;
    margin: 10px 0;
}

.user-chat {
    background: var(--color-primary);
    padding: 10px 15px !important;
    font-size: 13px;
    margin-right: 50px;
    border-radius: 10px 10px 0px 10px;
    line-height: 1.8;
    box-shadow: 0px 0px 1px #ececec;
    margin-bottom: 0;
    color: #fff;
}

.team-preview {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 12px;
}

.teams-count {
    height: 45px;
    width: 45px;
    background: #e3e3e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
}

.use-userflow-data {
    border: 1px solid #dfe6eb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 7px;
    height: 320px;
    overflow: auto;
    text-align: justify;
}

.workflow-preview .steps {
    white-space: nowrap;
    background: #f6c23e;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.2;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    width: 85px;
    text-align: center;
    margin-bottom: 14px;
}

span#show_all_notifications {
    background: var(--bs-danger);
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 1px;
    right: 0;
}

div#workflow_output {
    background: #9ccbb5;
    color: #238c5e;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.used-wrk-response .resopnse-tab:hover .chat-history-action {
    display: flex;
}

.used-wrk-response .chat-history-action {
    background: #f9f4fd;
}

.used-wrk-response {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    overflow: hidden;
}

.resopnse-tab:hover {
    background: #f9f4fd;
}

.used-wrk-response div#v-pills-tab {
    height: 80vh;
    overflow: auto;
    flex-direction: column !important;
    flex-wrap: nowrap;
}

.used-wrk-card {
    padding: 25px;
    height: 80vh;
    overflow: auto;
}

div#previous_step_ouput_text {
    border: 1px solid #dfe6eb;
    padding: 15px 20px;
    border-radius: 12px;
    margin-top: 15px;
    font-size: 15px;
    max-height: 300px;
    overflow: auto;
}

div#ui-datepicker-div {
    margin-top: 10px !important;
}

.workflow-preview p.mb-2.fw-5 {
    color: var(--color-secondary) !important;
}

div#previous_step_ouput_text p {
    color: var(--color-secondary) !important;
}

.dropdown-bell-menu {
    width: 320px;
    max-height: 350px;
    overflow: auto;
}

div#show_all_notifications_view {
    padding: 15px 0px;
}

div#show_all_notifications_view p {
    margin: 0px;
    padding: 10px 20px;
    transition: .3s;
}

div#show_all_notifications_view p:hover {
    background: #ececec;
}

.history-canvas {
    width: 750px;
}

.audio7_html5_sticky {
    background: #fff !important;
    border-top: 2px solid #ccc;
}

.VolumeSlider.ui-slider.ui-corner-all.ui-slider-vertical.ui-widget.ui-widget-content {
    display: block;
    top: -65px !important;
    left: 822.531px !important;
    background: transparent;
    box-shadow: none;
    border: 0px;
}

.check-box {
    position: relative;
    cursor: pointer;
    width: 55px;
}

.check-box .on {
    position: absolute;
    top: 5px;
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    left: 8.2px;
    cursor: pointer;
}

.check-box .off {
    position: absolute;
    top: 5px;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    color: var(--main-dark);
    right: 6.5px;
    cursor: pointer;
}

.check-box input:checked[type="checkbox"] {
    background: var(--color-primary);
}

.check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 55px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
    left: 53%;
}

.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
    z-index: 9;
}

.upgrade-plans .avl-plancard {
    background: #fff;
    border: 1px solid var(--color-primary);
    margin-bottom: 20px;
    padding: 24px 27px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
}

.testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #000;
}

.testimonial p {
    color: #000;
    font-size: 18px;
}

.upgrd-feature {
    padding: 0px 30px 0px 50px;
    position: relative;
}

.upgrd-feature h6 {
    position: relative;
}

.upgrd-feature:before {
    content: '';
    width: 2px;
    position: absolute;
    height: 67%;
    background: #ccc;
    left: 28px;
    top: 3px;
}

.upgrd-feature h6:before {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--color-primary);
    position: absolute;
    left: -26px;
    top: 2px;
    border-radius: 50%;
}

@media(max-width:991px) {
    .sidebar {
        left: 0rem;
        transition: .3s;
        z-index: 9999;
        position: absolute;
        top: 5px;
        height: 100%;
    }

    .open-menu {
        display: flex;
        position: absolute;
        left: 200px;
        margin-left: 0px !Important;
    }

    .layout.open {
        padding: 0px 30px 30px 30px !important;
        background: #fafafa;
    }

    .layout {
        padding: 0px 0px 30px 0px !important;
        background: #fafafa;
    }

    .responsive-navv.d-flex {
        margin-left: 90px;
    }

    .sidebar.open {
        left: 0rem;
    }

    .sidebar.open {
        width: 15rem !important;
    }

    .sidebar.open .nav-item .nav-link span,
    .sidebar.open .nav-item span {
        display: inherit;
    }

    .sidebar.open .nav-item .nav-link {
        align-items: center;
        justify-content: start;
        width: 90% !important;
    }

    .sidebar-dark.open .nav-item .dropdown-item img,
    .sidebar-dark.open .nav-item .nav-link img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .sidebar .navbar-brand {
        display: none;
        margin-left: 50px;
    }

    .responsive-logo {
        display: block;
        margin-top: -8px;
        position: absolute;
    }

    .left-login {
        display: none !important;
    }

    footer {
        font-size: 12px;
        padding: 14px 15px;
    }


    .sidebar {
        translate: -16rem !important;
        margin-left: 0px;
        height: 100vh !important;
        overflow: auto !important;
    }

    .sidebar.yellow {
        translate: 0rem !important;
        height: 100vh !important;
        overflow: auto !important;
    }

    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
    }

    .user-dropdown-item .dropdown-menu {
        position: absolute;
    }

    .mobileendjustify {
        justify-content: end !important;
    }
}

@media(max-width:1024px) {
    .header-credits {
        display: none !important;
    }

    a#navbarDropdown span {
        display: none;
    }

    nav.navbar.navbar-expand-md.navbar-light.bg-white {
        height: 65px;
    }

    .content-search-card .search-input {
        width: 90%;
    }
}

@media(max-width:768px) {
    .dash-wlcm::after {
        z-index: -1 !important;
    }

    .wlcm-banner {
        margin-bottom: 20px;
    }

    .email-card {
        margin-top: 20px;
    }

    .dropdown-menu.dropdown-menu-end.user-dropdown {
        position: absolute;
    }

    .sidebar.toggled {
        width: 16rem !important;
        height: 100vh;
        overflow: auto;
    }

    .sidebar-dark .nav-item .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .sidebar-dark .nav-item .nav-link i {
        font-size: 18px;
        margin-right: 7px;
    }

    .navdrop-menu {
        border: 1px solid var(--color-secondary);
        color: var(--color-secondary);
        height: 40px;
        width: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 21px;
        top: 0;
        left: 0px;
        z-index: 9999;
        background: #f8f9fd;
    }

    .responsive-navv.d-flex {
        display: none !important;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        gap: 20px;
        justify-content: center;
        width: 100vw;
        padding: 50px 20px 25px;
        transition: .3s;
        margin-top: 62px;
        position: absolute;
        left: 0;
        background: #fff;
        top: 0;
        border-top: 1px solid #ececec;
    }

    .responsive-navv.open {
        display: flex !important;
    }

    .open-menu {
        margin-left: 0;
    }

    nav.navbar.navbar-expand-md.navbar-light.bg-white .navbar-nav {
        flex-direction: row !Important;
    }



    a#navbarDropdown {
        margin-left: 10px !important;
    }

    .btn {
        line-height: 1.4;
        height: unset;
        padding: 8px 17px;
        font-size: 12px;
    }

    .knowledge-tuts a {
        font-size: 14px;
    }

    footer {
        margin-left: 0px !important;
    }
}

@media(max-width:580px) {
    a#navbarDropdown span {
        display: none;
    }

    footer {
        margin-left: 0px !important;
    }

    .project-select span.select2.select2-container.select2-container--default {
        width: 150px !IMPORTANT;
    }

    .wlcm-banner img {
        display: none;
    }

    .layout.open {
        padding: 0px 20px 30px 20px !important;
    }

    .card-footer .row {
        flex-direction: column;
    }

    .layout {
        padding: 0px 0px 30px 0px !important;
    }

    .page-header h4 {
        font-size: 18px;
    }

    .recent-activity .event .icon {
        height: 35px;
        width: 35px;
        margin: 3px 17px 0 0px;
    }

    .recent-activity .event .icon img {
        width: 16px;
    }

    .recent-activity .event .content {
        display: unset;
    }

    .recent-activity .event .content .btn {
        margin-top: 10px;
    }

    .recent-activity:before {
        left: 28px;
    }

    .content-search-card {
        padding: 40px 15px
    }
}

/*pradeep-css*/
.chat-card {
    top: 62px !important;
}

.welcome-color {
    color: #c21d9e;
}

.star {
    color: #2c7bed;
    margin-left: 3px;
}

.loader {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: -5px;
}

.spinner {
    width: 4em;
    height: 4em;
    border: 0.5em solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.login-color {
    color: #0e1726;
    font-weight: 600;
}

.btn-outline-dark {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #9897bf;
    color: #9897bf;
    border-radius: 4px;
}

.btn-outline-dark:hover {
    color: #9897bf;
    background-color: #212529;
    border-color: #9e9e9e;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.sidebar::-webkit-scrollbar {
    width: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-background-clip: text;
}

.select2-dropdown {
    background: var(--bs-white) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #4188ef !important;
    color: #fff;
}

/*.list-disc li{
    */
/* color:#ffffff !important;
    */
/*
}
*/
.select2-results__options::-webkit-scrollbar {
    width: 0px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #4188ef;
    border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

.accordion-item {
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button {
    background: #f7f7f7 !Important;
    padding: 22px;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background: #272b2f !Important;
    color: #ffffff important;
    border-radius: 10px !important;
}

.accordion {
    margin-bottom: 10px;
}

.accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 20px;
    right: 18px;
    background-image: none !important;
}

.dropzone {
    border: 1px solid var(--bs-border-card) !important;
    padding: 1.4rem !important;
    /*background: #272b2f !important;
    */
    border-radius: 10px;
}

.header-menu {
    background-color: var(--color-white);
    box-shadow: none !important;
}

.user-dropdown .user-info {
    background-color: var(--bg-color-hover) !important;
    color: var(--color-white) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

.main {
    padding: 0 30px 30px 25px;
    /*background-color: var(--bg-sidebar);
    */
    background-color: #f8f9fd;
    min-height: 95vh !important;
}

.color-dash {
    color: #1e293b !important;
}

.color-app {
    color: #164e62 !Important;
}

.dash-card-hover:before {
    content: "";
    width: 90%;
    height: 10px;
    background-color: var(--color-white);
    position: absolute;
    bottom: -11px;
    left: 11px;
    z-index: 1;
    border-radius: 0 0 13px 13px;
    box-shadow: 0px 3px 5px #0000000b;
}

.dash-card-hover {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
    padding: 20px;
    transition: 0.5s;
}

/*.dash-card-hover:hover{
    */
/* transform: scale(1.05);
    */
/* box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    */
/*
}
*/
.text-doted {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-padding {
    padding: 37px 20px;
}

.card-one:hover .img-bottom {
    scale: 1.2;
    translate: -10px -10px;
}

.img-bottom {
    height: 60px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .2;
    transition: 2s;
    border-radius: 10px;
    filter: grayscale(100%)
}

.knowledge-base a {
    display: block;
    /* border-bottom: 1px solid #ececec;
     */
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 10px;
}

.knowledge-base a:hover {
    background: #f7f7f7;
}

.knowledge-base a i {
    font-size: 12px;
}

.icon-one {
    height: 55px;
    width: 55px;
    display: flex;
    background: #c21d9d82;
    padding: 15px;
    border-radius: 100%;
}

.ebook-shadow {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0 0 0.6rem 0.6rem;
    position: relative;
    margin-top: -6px;
}

.chat-nav {
    display: inline-flex;
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 35px;
    position: relative;
    padding: 8px 5px;
}

.chat-nav .nav-link {
    padding: 8px 16px !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
    position: relative !important;
    margin-bottom: 60px;
}

.wizards-nav {
    display: inline-flex;
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 35px;
    position: relative;
    padding: 5px 8px;
}

.wizards-nav .nav-link {
    color: var(--text-color);
}

.btn-gray {
    color: var(--color-white) !important;
    background-color: var(--btn-gray);
}

.btn-gray:hover {
    background-color: var(--btn-gray-hover);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e8f0 !important;
}

.select2-dropdown {
    border: 1px solid #e2e8f0 !important;
}

.chat-card {
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
}

.tooltiptext {
    display: none;
    position: absolute;
    background: var(--nav-active);
    padding: 10px 20px;
    bottom: 45px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 13px;
    left: 30px;
}

.btn-primary:hover .tooltiptext {
    display: block;
}

.landing-label {
    display: block;
}

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

.radio-input:checked+.radio-tile .radio-icon svg {
    fill: #2260ff;
}

.radio-input:checked+.radio-tile .radio-label {
    color: #2260ff;
}

.radio-input:focus+.radio-tile {
    border-color: #2260ff;
    box-shadow: none;
}

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

.radio-tile {
    display: block;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    /*padding: 15px 10px;
    */
    overflow: hidden;
}

.radio-tile:before {
    translate: 19% -25%;
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0px;
    right: -2px;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.radio-input:checked+.radio-tile:after {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #fff;
    z-index: 999999;
    top: 1px;
    right: 6px;
}

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

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

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

.img-width {
    height: 340px !important;
    width: 100%;
}

button.dz-button:before {
    content: "\f574";
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    margin: 0 84px 0;
    color: var(--text-color);
    font-size: 21px;
}

.dropzone .dz-message .dz-button {
    color: var(--text-color);
}

.dropzone {
    border: 2px dashed var(--text-color) !important;
}

.margi {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/*deepanshu-css*/
.bgbdr-color {
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-color {
    background-image: url('/images/bg-dashboard@2x-0a556639.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.bg-body-shade-20 {
    background-color: #1a1e21 !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.start-50 {
    left: 50% !important;
}

.white-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.user-dropdown {
    border-radius: 10px;
    background: var(--main-color);
    box-shadow: 0px 3px 10px #00000017;
}

.user-dropdown .user-info {
    background: #020322 !important;
    padding: 10px 10px !important;
    text-align: center;
    border-radius: 12px;
    margin: 5px 14px 8px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    overflow-wrap: anywhere;
    font-weight: 400;
    text-align: left;
    justify-content: start;
}

.user-dropdown .dropdown-item {
    color: #fff;
}

.user-dropdown .dropdown-item:hover {
    background: #ffffff0d !important;
}

.dash-wlcm {
    background: var(--color-pfax-red);
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 8px;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.dash-wlcm:before {
    content: '';
    /* background:var(--color-secondary);
     */
    background: #942e2e;
    position: absolute;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    left: 58%;
}

.dash-wlcm::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
    background: #942e2e;
    z-index: 4;
    border-radius: 50%;
    transform: translate(-45%, -62%);
}

.dash-wlcm .btn {
    border: 0px;
    color: #fff;
    min-width: 140px;
    background: #1c1a4c;
}




.dash-wlcm .btn:first-of-type {
    background: var(--color-pfax-red);
    border: 1px solid #fff;
}

.dash-wlcm .btn:hover {
    background: #fff;
    color: #000;
}

.dash-wlcm img {
    width: 200px;
    margin-bottom: -27px;
    margin-right: -9px;
    z-index: 9;
}

.dash-wlcm h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.dash-wlcm p {
    color: #f1f1f1;
    font-size: 16px;
}

.btn-label {
    padding-top: 7px;
    line-height: 12px;
    font-size: 14px;
    margin-left: 10px;
    color: var(--color-primary) !important;
    background-color: #edd5fc;
    width: auto;
    border-color: #edd5fc !important;
}

.card.support-card {
    padding: 15px;
    background: var(--color-primary);
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    display: flex;
    align-items: start;
    justify-content: center;
}

.card.support-card .wallet-icon {
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.support-card .icon {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    margin: auto;
    margin-bottom: 10px;
}

.card-item {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    color: #020322;
    border-radius: 10px;
    transition: .3s;
}

.card-item .icon {
    height: 42px;
    width: 42px;
    margin-right: 10px;
    background: rgb(221 245 240);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: rgb(0 171 85);
}

.card-item .icon.icon2 {
    background: rgb(255 249 237);
    color: rgb(226 160 63);
}

.card-item .icon.icon3 {
    background: rgb(235 228 247);
    color: rgb(128 93 202);
}

.card-item:hover {
    background: #f7f7f7;
}

a.seemore-link {
    background: #f7f7f7;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 8px 12px;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
    background: #f1f1f1 !Important;
    color: #ffffff important;
    border: 0px;
    box-shadow: none !important;
}

#image-viewer {
    z-index: 9999 !important;
    opacity: 9;
}

.lead-bg {
    background: #f1f5f9;
    padding: 4px 2px;
    border-radius: 10px;
}

.icon-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .2;
    transition: 2s;
    border-radius: 10px;
    filter: grayscale(100%);
    font-size: 50px;
}

.card-one:hover .icon-bottom {
    scale: 1.2;
    translate: -10px -10px;
}

article {
    background: #ccc;
    height: 200px;
    display: none;
}

article.on {
    display: block;
}

.footer-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-btn .btn {
    width: 100%;
    border: 0px;
    background: #f7f7f7;
    border-radius: 0px;
    color: #020322;
    padding: 3px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
}

.footer-btn .btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.image-scale img {
    transition: 1s;
}

.image-scale:hover img {
    scale: 1.1;
}

.image-scale:hover img.logo {
    scale: 1;
}

.fa-code:before {
    content: "\f121";
    font-family: 'Font Awesome 5 Pro' !important;
}

#show_media_list .item,
#show_datas_list .item {
    padding: 8px !important;
    text-align: left;
}

#show_datas_list .item img {
    transition: .3s;
}

#show_media_list .item img {
    min-height: 80px;
    transition: .3s;
}

#show_datas_list .item img:hover,
#show_media_list .item img:hover {
    scale: 1.5
}

.info-box {
    background: #f8f9fa;
    padding: 15px;
    box-shadow: 0px 12px 23px 0px rgb(92 55 153 / 4%);
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

#ebook_output {
    overflow-y: auto;
    max-height: 70vh;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 12px;
    padding-bottom: 40px;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
}

.form-switch .form-check-input {
    width: 2.1em;
    margin-top: 4px;
    height: 18px;
}

.header-mode {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 8px 14px 6px;
}

.header-mode h6 {
    font-size: 14px;
    color: #020322;
    margin-bottom: 4px;
    margin-right: 7px;
}

.header-mode .pro {
    margin-right: 12px;
}

/* .header-mode .form-check-input,
.header-mode .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background: url('data:image/svg+xml,%3csvg xmlns= http: //www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e');
    } */

.upgrades .dash-card-hover {
    height: calc(100% - 40px);
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px;
}

#category_data .landing-label {
    height: 100%;
}

#category_data .landing-label .radio-tile {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.title-tip[title]:hover {
    position: relative;
}

.title-tip[title]:hover:before {
    height: auto;
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: 99999;
    content: attr(title);
    padding: 8px 12px;
    max-width: 150px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: inherit;
    color: #FFF;
    text-align: center;
    background-color: #222;
    box-sizing: border-box;
    top: auto;
    border-radius: 9px;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.title-tip[title]:hover:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    height: 8px;
    width: 8px;
    background: #222222;
    top: -11px;
    rotate: 45deg;
}

.footer-btn .btn:first-child {
    border-radius: 0px 0px 0px 10px;
}

.footer-btn .btn:last-child {
    border-radius: 0px 0px 10px 0px;
}

.img-icon {
    height: 45px;
    width: 45px;
    border: 1px solid #ececec;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 8px;
}

.temp_foot {
    gap: 10px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.temp_foot .btn {
    padding: 0 10px !important;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 27px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: var(--color-primary);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px var(--color-primary);
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.dropzone.dz-clickable {
    cursor: pointer;
    border: 2px dashed #215cbf !important;
    border-radius: 16px;
    background: #f7f7f7;
}

.manage-setup-delivery .col,
.manage-setup-delivery .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
}

.card-stats {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-radius: 10px;
}

.card-stats .stats {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.offer-category {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #fff;
    border: 1px solid var(--color-secondary);
}

.text-dark {
    color: #020322 !important;
}

a.text-dark:hover {
    color: var(--color-primary) !important;
}

.funnel-cover-img {
    background-size: cover !important;
    background-position: top !important;
    height: 450px;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    transition: 1s;
}

.funnel-cover-img:hover {
    background-position: bottom !important;
}

/*============Builder-style==============*/
.top .top-right .menu-bar-action {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary);
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.top .top-right .menu-bar-action.btn-export,
.top .top-right .menu-bar-action.btn-save-and-close {
    background: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}

.top .top-right .menu-bar-action.btn-close {
    background: var(--color-danger) !important;
    width: 42px;
    padding: 14px;
}

.content-right nav #nav-tab a.active,
.content-right nav #nav-tab a.active:hover {
    background-color: #fff;
    color: #fff;
    border: 0;
    background: linear-gradient(90deg, rgba(0, 104, 197, 1) 0%, rgba(195, 29, 158, 1) 100%);
}

.content-right nav #nav-tab a {
    background: #fff;
}

.content-right nav #nav-tab a:hover {
    background: #f7f7f7;
}

.content-right nav #nav-tab .material-icons-outlined {
    display: none !important;
}

.content-right nav #nav-tab {
    border-bottom: 3px solid #dddddd
}

.content-right ._1content .panel__body {
    border: 0px;
    border-radius: 10px;
}

.content-right ._1content .panel__body .body__title {
    color: var(--color-menutext);
    font-weight: 500;
}

.templ-editor footer {
    margin: 0px;
}

footer.footer .footer-left a.back p {
    margin-left: 5px;
    color: #fff;
}

footer.footer .footer-left a.back i.fa-angle-left {
    color: #fff;
    font-size: 20px;
    margin-top: -2px;
}

.side-panel-container .chat-icon {
    display: none !important;
}

.side-panel-container .aiside-message .btn.Copy {
    display: none !important;
}

.side-panel-container .overlay-chatbox {
    width: 376px !important;
    height: 81.1vh !important;
    bottom: 30px !important;
    right: 0 !important;
    border-radius: 0 !important;
}

.side-panel-container .card-chat .row {
    height: 100% !important;
}

.side-panel-container .card-chat {
    display: block !important;
    height: 100% !important;
    border-radius: 0px !important;
}

.side-panel-container div#append_container {
    height: 84% !important;
}

.side-panel-container input#message_text {
    padding: 12px 14px;
    margin: 0 10px;
}

.box-popup-right {
    z-index: 9999 !important;
}

button.btn.btn-tag-copy {
    line-height: 1;
    font-weight: 600;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
    padding: 6px 20px !important;
    height: 35px;
}

#append_container .item-icon {
    background: var(--color-dark);
}

.aiside-message button.btn.Copy {
    margin-left: 46px;
}

@media(min-width:1800px) {
    .side-panel-container .overlay-chatbox {
        height: 84.3vh !important;
    }

    .side-panel-container div#append_container {
        height: 87% !important;
    }
}

@media(min-width:1700px) {
    .side-panel-container .overlay-chatbox {
        height: 83.3vh !important;
    }

    .side-panel-container div#append_container {
        height: 87% !important;
    }
}

@media(max-width:1400px) {
    .side-panel-container .overlay-chatbox {
        height: 79vh !important;
    }
}

.ai-chat.left {
    -webkit-user-select: auto !important;
}

/*============/Builder-style==============*/
button.type.btn {
    min-width: 100px;
    height: 36px;
    padding: 1px;
    line-height: 36px;
    border: 1px solid var(--color-secondary);
    background: #fff;
    color: var(--color-secondary);
}

button.type.btn.active {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: #fff;
}

.shipment-stats-card {
    display: flex;
    gap: 12px;
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    padding: 10px;
    margin-bottom: 20px;
}

.shipment-stats-card .stats-card.ml-2 {
    margin: 0px !important;
}

.shipment-stats-card .stats-card {
    width: 100%;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
}

.stat-icons {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 45px !important;
    color: #8079ad;
    border-radius: 10px;
    padding: 10px;
    opacity: 0.6;
}

.shipment-stats-card .stat-icon {
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
    color: var(--color-secondary);
}

.shipment-stats-card .stats-card h6 {
    margin: 0px;
}

.shipment-stats-card .stats-card h3 {
    margin: 0px;
}

.nav-tabs {
    border-bottom: 1px solid rgb(224 230 237);
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    color: #45424e;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--color-secondary);
    background-color: transparent;
    border-color: var(--color-secondary);
}

.nav-tabs .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}

.daterangepicker .ranges li.active {
    background-color: var(--color-primary) !Important;
    color: #fff;
}

ul.knowlegbase-list {
    padding: 0px;
    margin: 0;
    list-style: none;
}

ul.knowlegbase-list a {
    padding: 6px 10px;
    display: block;
    font-size: 16px;
    transition: .3s;
}

ul.knowlegbase-list a:hover {
    background: #ececec;
    color: var(--color-primary);
}

ul.knowlegbase-list a i {
    font-size: 10px;
}

#dt-table thead th {
    border: 0px;
}

td {
    text-align: center;
    /* Center contents within <td> */
}

.badge-success {
    display: inline-block;
    /* Ensure it respects width and margin */
    margin: 0 auto;
    /* Center the badge within the <td> */
    text-align: center;
    /* Center text inside the badge */
}

.select2-hidden-accessible {
    display: none !important;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
}
input[type="checkbox"]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background: #fff;
    border-radius: 2px;
    border:1px solid var(--color-secondary);
}
input[type="checkbox"]:checked:before {
    background: var(--color-secondary);
    border:1px solid var(--color-secondary);
}
input[type="checkbox"]:checked:after {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #fff;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);   
    transition: all 0.2s ease-in-out;
}


@media(max-width:320px) {
    .input-group .btn {
        position: relative;
        z-index: 2;
        top: -37px;
    }
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 8px !important;
    font-weight: 500;
    background: #00000014;
}


.special {
    position: relative;
}



.special h6 {
    position: absolute;
    top: -16px;
    background: #e7dcdc;
    padding: 10px;
    border-radius: .375rem;
}

.three-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 1;
}

#default_setting_seller_content {
    position: relative;
}

.form-switch .form-check-input {
    width: 40px;
    margin-top: 4px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#consignee_category_2,
#seller_category_2 {
    border-color: #3aae54 !important;
    color: #3aae54 !important;
    background-color: transparent !important;
}

#consignee_category_3,
#seller_category_3 {
    border-color: #87bfd6 !important;
    color: #87bfd6 !important;
    background-color: transparent !important;
}

#consignee_category_2:hover,
#seller_category_2:hover {
    border-color: #3aae54 !important;
    color: #fff !important;
    background-color: #3aae54 !important;
}

#consignee_category_3:hover,
#seller_category_3:hover {
    border-color: #87bfd6 !important;
    color: #fff !important;
    background-color: #87bfd6 !important;
}

#sms_template .btn {
    color: #fff !important;
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

#whatsapp_template .btn {
    border-color: #3aae54 !important;
    color: #fff !important;
    background-color: #3aae54 !important;
}

#email_template .btn {
    border-color: #87bfd6 !important;
    color: #fff !important;
    background-color: #87bfd6 !important;
}

#templateContent {
    background: #f2e9e9;
    padding: 16px;
    border-radius: .375rem;
    color: #111;
    margin-top: 20px;
    font-weight: 600;
}

.strange::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    margin-right: 10px;
}

.custom-upload input {
    width: 100%;
    margin-top: -1px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    position: relative !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e2e8ee !important;
    border-radius: 6px;
    cursor: text;
    min-height: 37px !important;
}

.content {
    margin-left: 0px !important;
}

.sidebar .nav-item .collapse {
    background: #fff;
    padding: 10px;
    margin: 0px;
    margin-left: 20px !important;
    border-radius: 8px;
    margin-bottom: 15px;
}

.sidebar .nav-item .collapse .nav-link {
    position: relative;
    margin-bottom: 2px;
    padding: 11px 11px 11px 32px;
}

.sidebar .nav-item .collapse .nav-link:hover,
.sidebar .nav-item .collapse .nav-link:hover span,
.sidebar .nav-item .collapse .nav-item.active .nav-link,
.sidebar .nav-item .collapse .nav-item.active .nav-link span {
    background: #f7f7f7;
    color: var(--color-primary) !important;
}


.sidebar .nav-item .collapse .nav-link::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    outline: 2px solid var(--color-secondary);
}

.sidebar .nav-item .collapse .nav-item.active .nav-link::before,
.sidebar .nav-item .collapse .nav-item .nav-link:hover::before {
    background-color: #fff;
    outline: 2px solid var(--color-primary);
}

.sidebar .nav-item .collapse .nav-link span {
    font-size: 13px !important;
}

.sidebar .nav-item .collapse .nav-item:last-child {
    margin-bottom: 0px;
}

.stats-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f6ff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.stats-card .card-icon {
    height: 45px;
    width: 45px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-secondary);
}

.stats-card p {
    margin-bottom: 4px;
    font-size: 14px;
    color: #5d6576;
}

.stats-card h5 {
    margin: 0px;
    font-size: 20px;
    color: #020322;
    font-weight: 600;
}

.stats-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border-bottom: 1px dashed #e2e8ee;
}

div.dt-container .dt-search input {
    padding: 6px 10px;
    background-color: transparent;
    color: inherit;
    margin-left: 6px;
    border-radius: 8px !important;
    border: 1px solid #e2e8ee !important;
    font-size: 13px;
}

@media(max-width: 767px) {
    .box {
        padding: 30px 25px !important;
    }

    .login-title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .serach-header {
        display: none;
    }
}
.usercred_status {
    background: #f6f5f5;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
} 
[data-title]{
    position: relative;
}
[data-title]:before {
    content: attr(data-title);
    position: absolute;
    background: #000;
    color: #fff;
    width: max-content; 
    font-size: 12px;
    bottom: calc(100% + 10px);
    padding: 5px 10px;
    left: 50%;
    translate: -50%;
    border-radius: 6px;
    transition: .3s;
    max-width: 200px;
    opacity: 0;
    display: none;
}

[data-title]:hover:before, [data-title]:hover:after {
    opacity: 1;
    display: block;
}

.radio-inputtt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 7px 10px;
    border-radius: 10px;
}

.radio-inputtt * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.radio-inputtt label {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    position: relative;
}

.radio-inputtt label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 45px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
  border: 2px solid transparent;
}
.radio-inputtt label:hover::before {
  transition: all 0.2s ease;
  background-color: #2a2e3c;
}

.radio-inputtt .label:has(input:checked)::before {
  background-color: #2d3750;
  border-color: #435dd8;
  height: 50px;
}
.radio-inputtt .label .text {
  /* color: #fff; */
}

.radio-inputtt .label input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid var(--color-secondary);
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-inputtt .label input[type="checkbox"]:checked {
  background-color: var(--color-secondary);
  -webkit-animation: puls 0.7s forwards;
  animation: pulse 0.7s forwards;
}

.radio-inputtt .label input[type="checkbox"]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  transform: scale(0);
}

.radio-inputtt .label input[type="checkbox"]:checked::before {
  transform: scale(1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.fixsubmitbtm_btn{
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    background: #f8f9fd;
    text-align: right;
    padding: 20px 20px;
    width: calc(100% - 240px);
}
.btn_remove_custom_fieldcol {
    position: absolute;
    right: -100px;
    z-index: 99;
}
.btn-samplefile {
    font-size: 12px;
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
    padding: 6px 10px;
    background: #f3edff;
    border-radius: 5px;
}
.btn-samplefile:hover {
    color: #fff;
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
}
#daterangepicker .fa-calendar:before {
    content: "\f073";
    font-weight: 300;
}
.ranges ul{
    margin-bottom: 5px !important;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px !important;
}
.ranges li {
    font-size: 12px !important;
    padding: 7px 12px !important;
    cursor: pointer !important; 
    margin: 0px !important;
    background: transparent !important; 
    border: 0px !important; 
    color: #202529 !important;
    border-radius: 8px !important;
}
.daterangepicker .ranges li:hover {
    background-color: #ececec !important;
}
.daterangepicker .ranges li.active {
    color: #fff !important;
}
.range_inputs .btn-success,
.range_inputs .btn-success:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    box-shadow: none;
}
.range_inputs .btn-default,
.range_inputs .btn-default:hover {
    background: #ececec;
    color: #222;
    border-color: #ececec;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
    border: 1px solid #e6e4e4;
}
.daterangepicker .input-mini {
    height: 30px;
    line-height: 30px;
    padding: 0 6px 0 28px;
    min-height: 30px; 
    font-size: 13px;
    border: 1px solid #d3d5d7 !important;
    border-radius: 5px !important;
}
.daterangepicker .daterangepicker_input i {
    top: 9px;
    font-size: 13px;
}
.daterangepicker .daterangepicker_input .fa-calendar:before {
    content: "\f073";
    font-weight: 300;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    margin-bottom: 0;
    border: 1px solid #d3d5d7 !important;
    border-radius: 5px !important;
    font-size: 12px;
    padding: 3px 2px;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect
 {
    border: 1px solid #d3d5d7 !important;
    border-radius: 5px !important;
    font-size: 12px;
    padding: 3px 2px;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    color: #222;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.ranges {
    border-right: 1px dashed #ccc;
    padding: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--color-primary) !important;
}
#daterangepicker span {
    font-size: 12px;
}
#customers-list-table_wrapper td {
    position: relative;
}
.table-icons{
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 4px;
    left: 0;
}
.tbl-action {
    background: #e8f2fe;
    height: 32px;
    width: 32px;
    font-size: 13px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    z-index: 9;
    transition: .3s;
    color: var(--color-primary); 
}
.tbl-action:hover {
    background: var(--color-primary);
    color: #fff;
}
.customer-wallet {
    background: #f6f5f5;
    padding: 3px 3px 3px 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    width: fit-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
} 
.approve-action-col,
.reject-action-col {

    text-align: left;
}
.approve-action-col label ,
.reject-action-col label{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500 !important;
}
.approve-action-col input[type="checkbox"],
.reject-action-col input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 6px;
}
.hoveraddress_visible {
    background: #f9f9f9ca;
    padding: 1px 8px;
    border-radius: 6px;
    min-width: 180px;
    text-align: left; 
}
.hidden_address {
    opacity: 0;
    max-height: 0px;
    padding: 1px 8px;
    transform: translateY(-5px);
    overflow: hidden;
    transition: 1s;
}
.hoveraddress_visibleheading {
    padding: 3px 0;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hoveraddress_visible:hover .hidden_address {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
}
a.text-primary:hover, a.text-primary:focus {
    color: var(--color-primary) !important;
    background-color: unset;
    /* border-radius: 10px; */
}