/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
    --rubik: "Rubik", sans-serif;
    --black: #000000;
    --white: #ffffff;
    --txt1: #101828;
    --bg1: #F2F4F7;
    --primary: #194185;
    --primary1: #0E2166;
    --secondary: #7A5AF8;
}

[dir=rtl] body {
    text-align: right;
}

/* general css start */
body {
    font-size: 16px;
    color: var(--black);
    margin: 0px;
    padding: 0px;
    background: var(--white);
    font-family: var(--rubik);
    font-weight: 400;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

a:hover,
a {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

::-moz-selection {
    background: var(--black);
    color: var(--white);
}

::selection {
    background: var(--black);
    color: var(--white);
}

*,
::after,
::before {
    box-sizing: border-box;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
select:focus,
input:focus {
    outline: none;
}

/* general css end */


.auth_body {
    background-color: #fff;

}

.auth_parent {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth_box {
    max-width: 390px;
    padding: 15px;
    width: 100%;
}

.auth_logo {
    text-align: center;
}

.auth_logo a {
    display: inline-block;
}

.auh_head h1 {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #101828;
    margin: 18px 0 0 0;
}

.auh_head p {
    margin: 12px 0 0 0;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #475467;
}

.auth_box form {
    margin-top: 32px;
}

.input_wrap {
    margin-bottom: 20px;
}

.input_wrap label {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin: 0 0 6px 0;
}

.input_wrap input,
.input_wrap select {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    height: 44px;
    padding: 0 14px;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.input_wrap input:focus {
    outline: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.input_wrap input:placeholder {
    color: #667085;
}

.input_wrap .invalid-feedback {
    color: red;
    font-size: 14px;
    font-family: var(--rubik);
    display: block;
}

.auth_check {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.auth_check input[type="checkbox"] {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    width: 16px;
    height: 16px;

}

.auth_check span {
    display: inline-block;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #344054;
    line-height: 14px;
    margin-left: 8px;
}

.auth_terms_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 4px;
}

.auth_forgot a {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    color: #6941C6;
    text-decoration: none;
    transition: all 0.5s;
}

.auth_forgot a:hover {
    text-decoration: underline;
}

.auth_btn {
    margin-top: 24px;
}

.ctm_btn {
    background: #7F56D9;
    border: 1px solid #7F56D9;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    height: 44px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
}

.ctm_btn:hover {
    background: #000;
    border: 1px solid #000;
}

.auth_google {
    margin-top: 16px;
}

.google_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #D0D5DD;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, #D0D5DD, #D0D5DD);
    padding: 0 10px;
    height: 44px;
    border-radius: 8px;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #344054;
}

.google_btn img {
    margin-right: 12px;
}

.auth_not {
    margin-top: 32px;
    text-align: center;
}

.auth_not p {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #475467;
    margin: 0;
}

.auth_not p a {
    color: #6941C6;
    transition: all 0.5s;
    text-decoration: none;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.auth_not p a:hover {
    text-decoration: underline;
}

.h_wrap {
    display: flex;
    padding: 16px 50px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.logo-main svg, 
.logo-main img {
    width: auto;
    height: 26px;
    object-fit: contain;
}

.descriptionn_text.mt-30 {
    margin-top: 30px;
}

.descriptionn_text {
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: 16px;
}

.page_content .join-watchlist {
    margin: 5px;
    margin-top: 40px;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.5s;
}

.page_content .join-watchlist:hover {
    /*background-color: #000;*/
}

.ch_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.ch_left {
    width: 50%;
}

.ch_left select {
    max-width: 106px;
}

.ch_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;

}

.ch_right select {
    max-width: 230px;
    margin: 0 5px;
}

.ch_right button {
    margin: 0 5px;
}

.ch_right button:last-child {
    margin-right: 0;
}

body:not(.layout-fixed) .main-sidebar {
    min-height: calc(100% - 72px);
    top: 72px;
    height: calc(100% - 72px);
    z-index: 9999;
}

.hwrap {}

.main-sidebar,
.main-sidebar::before {
    width: 270px;
    background-color: var(--primary1);
}

.main-sidebar .sidebar {
    height: 100%;
    padding: 46px 16px 0 16px;
    position: relative;

}

.main-sidebar .sidebar_btn {
    position: absolute;
    right: -16px;
    top: 18px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    z-index: 99;
    left: auto;
}

[dir=rtl] .main-sidebar .sidebar_btn {
    left: -16px;
    right: auto;
}

.sidebar_wrap:hover .sidebar_btn {
    opacity: 1;
}

.sidebar_wrap {
    position: relative;
    height: 100%;
}

.main-sidebar {
    overflow-y: unset;
}

.main-sidebar .sidebar_btn a {
    background: var(--secondary);
    width: 32px;
    color: var(--white);
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
    transition: all 0.5s;

}

.sidebar-collapse .main-sidebar .sidebar_btn a i {
    transform: rotate(-180deg);
}

.sidebar-collapse .main-sidebar .sidebar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.main-sidebar .sidebar .sidebar_inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bottom_sidebar {
    margin-top: auto;
}

.sidebar-mini .main-sidebar .nav-item {
    width: 100%;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    min-width: 238px;
}

.sidebar-mini.sidebar-collapse .main-sidebar .nav-link,
.sidebar-mini-md.sidebar-collapse .main-sidebar .nav-link,
.sidebar-mini-xs.sidebar-collapse .main-sidebar .nav-link {
    min-width: 57.59px;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 16px;
}

.nav-sidebar.bottom_sidebar .nav-item>.nav-link {
    margin-bottom: 4px !important;
}

.nav-sidebar .nav-item>.nav-link img {
    margin-right: 13px;
}

[dir=rtl] .nav-sidebar .nav-item>.nav-link img {
    margin-left: 13px;
    margin-right: 0;
}

.nav-sidebar .nav-item>.nav-link p {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #F9FAFB;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .logo-xl,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .sidebar .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .user-panel>.info,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .logo-xl,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .sidebar .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .user-panel>.info {
    margin-left: -10px;
    visibility: hidden;
}

.sidebar-collapse.sidebar-mini .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
.sidebar-collapse.sidebar-mini .main-sidebar:hover:not(.sidebar-no-expand) .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar:hover:not(.sidebar-no-expand) .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar:hover:not(.sidebar-no-expand) .nav-link {
    width: 100%;
}

.brand_link {
    display: inline-block;
}

.hwrap .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    border-bottom: 2px solid var(--primary);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);

}

.content-wrapper {
    background-color: var(--white);
}

.hlogo {
    width: 270px;
    text-align: center;
}

.sidebar-collapse .hlogo {}

.h_right {
    width: calc(100% - 270px);
    display: flex;
    justify-content: space-between;
}

.h_menu {
    padding-left: 48px;
}

.h_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.h_menu ul li {
    margin: 0 21px;
}

.h_menu ul li a {
    display: block;
    padding: 8px 16px;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--txt1);
    border-radius: 6px;
    background: transparent;
    transition: all 0.5s;
}

.h_menu ul li a.active {
    background: #EAECF0;

}

.h_menu ul li a:hover {
    background: #EAECF0;
}

.hwrap .navbar-light .navbar-nav {}

.hwrap .navbar-light .navbar-nav .dropdown .nav-link,
.hwrap .navbar-light .navbar-nav .search_head .nav-link {
    padding: 0px;
    display: flex;
    align-items: center;
}

.hwrap .navbar-light .navbar-nav .dropdown .nav-link {
    background-color: #0069d9;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.hwrap .navbar-light ul.navbar-nav li {
    margin: 0 14px;
}

.hwrap .navbar-light .navbar-nav .dropdown.notification_dropdown .nav-link {
    position: relative;
}

.hwrap .navbar-light .navbar-nav .dropdown.notification_dropdown .nav-link .navbar-badge {
    top: 0;
    right: -5px;
    background-color: var(--primary);
    color: var(--white);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #7A5AF8;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #7F56D9;
}

.sidebar_logout {
    border-top: 1px solid #7F56D9;
    padding: 15px 0 0;
    margin-top: 24px;
    transition: all 0.5s;
}

.sl_inner {
    display: flex;
    width: 100%;
}

.sl_img {
    width: 40px;
    height: 40px;
}

.sidebar-collapse .sl_img {
    width: 0;
    opacity: 0;
}

.sl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 0 !important;
}

.sl_icon {
    width: 20px;
}

.sl_icon img {
    margin: 0;
}

.sidebar-collapse .sl_icon {
    width: 100%;
}

.sl_username {
    width: calc(100% - 55px);
    padding: 0 10px;
}

.sidebar-collapse .sl_username {
    width: 0;
    opacity: 0;
    padding: 0;

}

.sl_username span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sl_name {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--white);
}

.sl_email {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: var(--white);
}

.content-wrapper>.content {
    padding: 62px 23px 0 23px;
}

.content-header {
    padding: 15px 23px;
}

.yes_pagination {}

.cTable table {
    border-collapse: collapse;
    border: 1px solid #EAECF0;
    /* border-top-right-radius: 12px;
	border-top-left-radius: 12px; */
    border-radius: 12px;
}

.cTable table thead tr th {
    background: #F9FAFB;
    border: none;
    border-bottom: 1px solid #EAECF0;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #475467;
    padding: 12px 24px;

}

.tbl_check input[type="checkbox"] {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    accent-color: var(--primary1);
}

.cTable table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.cTable table thead tr th:last-child {
    border-top-right-radius: 12px;
}


.cTable table tbody tr {}

.cTable table tbody tr td {
    color: #475467;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 12px 24px;
    vertical-align: middle;
    border-bottom: 1px solid #EAECF0;
}

/* table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, 
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_asc:after, 
table.dataTable>thead .sorting_desc:before, 
table.dataTable>thead .sorting_desc:after, 
table.dataTable>thead .sorting_asc_disabled:before, 
table.dataTable>thead .sorting_asc_disabled:after, 
table.dataTable>thead .sorting_desc_disabled:before, 
table.dataTable>thead .sorting_desc_disabled:after{
	opacity: 0;
	visibility: hidden;
} */

.cTable table tbody tr td.invoice_number {
    color: #101828;
    font-weight: 500;
}

.isttus {
    display: inline-block;
    padding: 2px 6px;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    border-radius: 16px;
}

.isttus img {
    margin-right: 4px;
}

.paid {
    background: #ECFDF3;
    color: #027A48;
}

.refunded {
    background: #F2F4F7;
    color: #344054;
}

.cancelled {
    background: #FEF3F2;
    color: #B42318;
}


.ic_main {
    display: flex;
    align-items: center;

}

.ic_main .ic_img {
    width: 32px;
    height: 32px;
}

.ic_main .ic_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ic_main .ic_info {
    width: calc(100% - 32px);
    padding-left: 12px;
}

.ic_main .ic_info span,
.ic_main .ic_info h5 {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #101828;
    line-height: 100%;
}

.ic_main .ic_info span {
    display: inline-block;
    color: #475467;
}

.action_btn a {
    display: inline-block;
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s;
    text-transform: capitalize;
    margin: 0 6px;
}

.action_btn a.a_delete {
    color: #475467;
}

.action_btn a.a_edit {
    color: #6941C6;
}

.cTable div.dataTables_wrapper {
    position: unset;
}

.yes_pagination {
    padding-bottom: 67.5px;
    position: relative;
}

.view-pager {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    right: 0;
    padding-left: 270px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--white);
    transition: all 0.5s;

}

.sidebar-collapse .view-pager {
    padding-left: 4.6rem;
}

.view-pager .pagination {
    justify-content: center;
    padding: 0 55px 0 50px;
    position: relative;
}

.view-pager .pagination li.page-item a {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #475467;
    border-radius: 8px;
    border: none;
    padding: 10px 15px;
}

.view-pager .pagination li.page-item.active a {
    color: #1D2939;
    background: #F9FAFB;

}

.view-pager .pagination li.page-item a:hover,
.view-pager .pagination li.page-item a:focus {
    outline: none;
    box-shadow: none;

}

.view-pager .pagination li.previous a,
.view-pager .pagination li.next a {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #344054;
    background: var(--white);
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    cursor: pointer;
    display: inline-block;
}

.view-pager .pagination li.previous.disabled a,
.view-pager .pagination li.next.disabled a {
    cursor: not-allowed;
}

.view-pager .pagination li.previous a i {
    margin-right: 12px;
}

.view-pager .pagination li.next a i {
    margin-left: 12px;
}

.view-pager .pagination li.previous {
    margin-right: auto;
}

.view-pager .pagination li.next {
    margin-left: auto;
}

/* custom scroll css start */
::-webkit-scrollbar,
.ctm_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track,
.ctm_scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 1ex;
    border-radius: 1ex;
}

/* Handle */
::-webkit-scrollbar-thumb,
.ctm_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 1ex;
    border-radius: 1ex;
}

/* custom scroll css end */


/* custom check box css start */

.ctm_check {
    position: relative;
}

.ctm_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.ctm_check label {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
}

.ctm_check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.ctm_check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid var(--primary1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.content_scrollable {
    max-height: calc(100vh - 72px);
    overflow-x: auto;
}

.content_scrollable_footer {
    max-height: calc(100vh - 72px);
    overflow: auto;
}

.content-wrapper.content_scrollable_footer>.content {
    padding-top: 0;

}

.content-header h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--rubik);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* custom check box css end */


/* custom popup design css start */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    /* -webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; */
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: var(--white);
    /* border: 1px solid rgba(0,0,0,.125); */
    border: 1px solid #ced4da;
    border-radius: 0.24em;
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    /* -webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); */
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
}

.bg-overlay {
    background: rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.delete_popup_content {
    padding: 20px;
}

.delete_popup_content h5 {
    font-size: 20px;

}

.ctm_tabs {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.ctm_tabs li {
    width: 50%;
}

.ctm_tabs li a {
    background-color: var(--bg1);
    color: var(--txt1);
    font-family: var(--rubik);
    text-transform: capitalize;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
}

.ctm_tabs li a:hover {
    background-color: #7F56D9;
    color: var(--white);
}

.ctm_tabs li a.tab-active {
    background-color: #7A5AF8;
    color: var(--white);
}

.dfooter {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
    border-top: 1px solid #ced4da;
    background-color: var(--bg1);

}

/* custom popup design css End */

/* tree node blade css start */
.deleted_branch .box1_head,
.copynode_branch .box1_head,
.movenode_branch .box1_head {
    justify-content: unset;
}

.box1_head h5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #343a40;
    display: none;
    margin: 0 0 0 10px;
}

.box_1 .box1_head .title {
    opacity: 0;
}

.box_1.deleted_branch .box1_head .title {
    opacity: 1;
}

.box_1.delete-selected .box1_head .title {
    opacity: 0;
}

.deleted_branch .box1_head .bhead_right {
    display: none;
}

.deleted_branch .box1_content {
    display: none;
}

.delete-selected.deleted_branch .box1_content {
    display: block !important;
}

.delete-selected.deleted_branch .box1_head .bhead_right {
    display: flex;
}

/* Tree Delete selected node */
.hv-item-parent .simple-card.delete-selected,
.hv-item-parent .simple-card.movenode-selected,
.hv-item-parent .simple-card.copynode-selected,
.hv-item-child .simple-card.delete-selected,
.hv-item-child .simple-card.movenode-selected,
.hv-item-child .simple-card.copynode-selected {
    pointer-events: none;
}

.hv-item-parent .simple-card.disabled,
.hv-item-child .simple-card.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Tree Delete selected node end */
.box_1.copynode_branch .box1_head .title,
.box_1.disabled .box1_head .title,
.box_1.movenode_branch .box1_head .title,
.box_1.disabled .box1_head .title {
    opacity: 1;
}

.box_1.copynode-selected .box1_head .title,
.box_1.movenode-selected .box1_head .title {
    opacity: 0;
}

.copynode_branch .box1_head .bhead_right,
.movenode_branch .box1_head .bhead_right {
    display: none;
}

.copynode_branch .box1_content,
.movenode_branch .box1_content {
    display: none;
}

.copynode-selected.copynode_branch .box1_content,
.movenode-selected.movenode_branch .box1_content {
    display: block !important;
}

.copynode-selected.copynode_branch .box1_head .bhead_right,
.movenode-selected.movenode_branch .box1_head .bhead_right {
    display: flex;
}

/*
  .selected.deleted_branch .box1_content{
	display: block !important;
  }
  .selected.deleted_branch .box1_head .bhead_right{
	display: flex;
  }
  */
.box_1.disabled {
    position: relative;

}

.box_1.disabled::after {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}

.box_1.disabled .box1_content {
    display: none;
}

.box1_head h5 {
    display: block;
    margin-right: auto;
}

.box_1.disabled .bhead_right .three_menu_main {
    display: none;
}

.box_1.selected.disabled {
    border: 2px solid transparent !important;
}

.box_lists .box_1.disabled:hover {
    border: 2px solid transparent !important;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

/* tree node blade css end */

input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    cursor: pointer;
    border: 1px solid #eaecf0;
    position: relative;
    margin: 0;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #ffffff;
    transition: all .4s ease-in-out;
}

input[type="radio"]:before {
    content: '';
    color: transparent;
    background-color: transparent;
    display: block;
    text-align: center;
    width: 8px;
    height: 8px;
    line-height: normal;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .4s ease-in-out;
}

input[type="radio"]:checked {
    border-color: #7A5AF8;
    background-color: #7A5AF8;
}

input[type="radio"]:checked:before {
    background-color: #ffffff;
}

input[type=checkbox] {
    position: relative;
    margin: 0;
    border: 1px solid #eaecf0;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #ffffff;
    transition: all .4s ease-in-out;
}

input[type=checkbox]:before {
    /*font-family: "FontAwesome";
    content: "\f00c";*/
    content: '';
    font-size: 12px;
    color: transparent;
    background: transparent;
    display: block;
    text-align: center;
    border: 0px;
    width: 100%;
    height: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all .4s ease-in-out;
    transform: rotate(0deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

input[type=checkbox]:checked {
    background-color: #7A5AF8;
    border-color: #7A5AF8;
}

input[type=checkbox]:checked:before {
    border-color: #ffffff;
}

.dtr-control input[type=checkbox]:before,
#selectAllTree:before {
    transform: rotate(45deg);
}

.viewBtns .btn:is(.active, :active, :hover, :focus, :focus-within, :focus-visible),
.zoom .btn:is(.active, :active, :hover, :focus, :focus-within, :focus-visible) {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.viewBtns .btn:is(.active, :active, :hover, :focus, :focus-within, :focus-visible) svg path {
    stroke: var(--white);
}

.btn.checkBox:is(.active, :active, :hover, :focus, :focus-within, :focus-visible) {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn.checkBox:is(.active, :active, :hover, :focus, :focus-within, :focus-visible) input[type=checkbox]:checked {
    background-color: var(--white);
    border-color: var(--white);
}

.btn.checkBox:is(.active, :active, :hover, :focus, :focus-within, :focus-visible) input[type=checkbox]:checked:before {
    color: #6c757d;
}

.settingsMain .content {
    padding: 15px 23px;
}

.nav-tabs {
    border-bottom-color: #eaecf0;
    justify-content: space-between;
    align-items: center;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 0px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--rubik);
    font-weight: 500;
    color: var(--txt1);
    opacity: .6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--txt1);
    border-color: var(--secondary);
    opacity: 1;
}

#mySettingContent .tab-pane {
    padding: 30px;
}

.ticketing-system p {
    font-size: 18px;
    line-height: 20px;
    font-family: var(--rubik);
    font-weight: 400;
    color: var(--txt1);
    margin: 0 0 10px;
}

ul.selectTs-list {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 15px;
    margin-left: -15px;
    margin-right: -15px;*/
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

li.selectTs-item {
    /*width: 14%;
    padding: 0px 15px;*/
    position: relative;
}

li.selectTs-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    /*width: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0 auto;
}

li.selectTs-item .radioCnt {
    width: 100%;
    padding: 2px;
    border: 2px solid #eaecf0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color .4s ease-in-out;
}

li.selectTs-item .radioCnt img {
    width: auto;
    height: 100px;
    object-fit: contain;
}

li.selectTs-item input[type="radio"]:is(:hover)~.radioCnt,
li.selectTs-item input[type="radio"]:checked~.radioCnt {
    border-color: var(--primary);
}

.radioCnt:focus-visible {
    outline: 0px !important
}

.settingsMain .content #mySettingContent form.form-inline {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin: 40px 0 0;
}

.settingsMain .content #mySettingContent .input-group {
    width: 100%;
}

.settingsMain .content #mySettingContent .input-group label {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 20px;
    color: var(--txt1);
    font-family: var(--rubik);
    font-weight: 600;
    margin: 0 0 7px;
}

.settingsMain .content #mySettingContent .input-group input.form-control {
    font-size: 18px;
    line-height: 20px;
    color: var(--txt1);
    font-family: var(--rubik);
    font-weight: 400;
    height: 46px;
    border-color: #eaecf0;
    border-radius: 5px;
}

.settingsMain .content #mySettingContent .button-group {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.settingsMain .content #mySettingContent .button-group button.btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--rubik);
    font-weight: 400;
}

.settingsMain .content #mySettingContent .button-group button.btn.btn-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.settingsMain .content #mySettingContent .button-group button.btn.btn-light {
    background-color: #EAECF0;
    border-color: #EAECF0;
}

.badge {
    padding: 0.35rem 0.4em;
}

.delete-tree {
    background-color: transparent;
}

.new-tree {
    background-color: #7A5AF8;
    border-color: #7A5AF8;
}

.new-tree:hover {
    background-color: #5000EC;
    border-color: #5000EC;
}

.tree-loader-img {
    height: 40px;
}

.cmn_2date_picker {
    background-color: #f4f6f9;
    max-width: fit-content;
    padding: 6px 10px;
    box-shadow: 0px 3px 10px rgb(119 119 119 / 10%);
    border-radius: 4px;
    cursor: pointer;
    min-height: 40px;
    border: 2px solid #dee2e6;
    display: inline-block;
}

#nprogress .bar {
    z-index: 1035 !important;
}

.modal {
    background-color: rgba(0, 0, 0, .3);
}

.modal-backdrop,
.modal-backdrop.fade.show {
    display: none !important;
}

.modal.right {
    top: 0;
    bottom: 0;
    left: unset;
    right: -100%;
    transition: all .4s ease-in-out;
}

.modal.right.show {
    right: 0;
}

.modal.right .modal-dialog {
    transform: unset !important;
}

.menu-toggle {
    margin-left: 15px;
}

.menu-toggle svg {
    width: 24px;
    height: 15px;
}

.popup-dialog {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    max-width: 300px;
    margin-left: auto;
    padding: 20px;
    margin: 0;
    pointer-events: visible;
}

.logo-close {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.logo-close .logo img {
    width: auto;
    height: 36px;
    object-fit: contain;
}

.logo-close .menu-close {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: var(--black);
}

.popup-main-menu {
    padding: 0px 10px 20px;
}

.menu-list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
}

.menu-list a {
    display: flex;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--black);
    font-weight: 400;
    transition: all .4s ease-in-out;
}

.menu-list a:is(:hover, .active) {
    color: var(--primary);
    font-weight: 600;
}

.wizgen-form {
    max-width: 395px;
    padding-top: 20px;
    margin: 0 auto;
}

.wizgen-form .input_wrap {
    position: relative;
}

.wizgen-form .input_wrap .icon {
    position: absolute;
    right: 28px;
    top: 8px;

}
.wizgen-form .input_wrap .form-control {
    padding-right: 60px;
    border: 1px solid rgba(119, 103, 159, 1);
    background-color: transparent;
    border-radius: 50px;
    font-family: "Noto Sans Hebrew", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.wizgen-form .input_wrap .form-control::-webkit-input-placeholder { 
  color: #fff;
  opacity: 1;
}
.wizgen-form .input_wrap .form-control::-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
.wizgen-form .input_wrap .form-control:-ms-input-placeholder { 
  color: #fff;
  opacity: 1;
}
.wizgen-form .input_wrap .form-control:-moz-placeholder { 
  color: #fff;
  opacity: 1;
}



.mb-8-rem {
    margin-bottom: 8rem !important;
}

.fixed {
    position: fixed;
}

.bottom-4 {
    bottom: 1rem;
}

.left-4 {
    left: 1rem;
}

.feedback-button {
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
    background-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 77, 255, 0.5) 0px 2px 16px;
    width: 60px;
    height: 60px;
    border-radius: 28px;
    display: inherit;
    align-items: center;
    justify-content: center;
    pointer-events: initial;
    background-size: 130% 130%;
    transition: 0.2s ease-in-out;
    position: relative;
    color: rgb(0, 125, 252);
    border: 0;
    transition: 0.2s ease-in-out;
}

.feedback-button #ic_create {
    display: none;
}

.feedback-button:hover #ic_create {
    display: initial;
}

.feedback-button:hover #ic_bubble {
    display: none;
}

.feedback-button::before {
    content: "";
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: 50%;
    background-color: rgb(198, 204, 220);
}

.feedback-button:hover {
    background: rgb(255, 255, 255);
}

.placeholder {
    color: #667085;
}

.modal-header .close {
    margin: -1rem -1rem -1rem;
}

.gap-3 {
    gap: .75rem;
}

.submit-feedback {
    border-radius: 9999px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: .5rem .875rem;
    background-color: rgb(13, 13, 13);
    border-color: rgb(13, 13, 13);
}

.cursor-pointer {
    cursor: pointer;
}

.position-inherit {
    position: inherit !important;
}

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

.text-tiny {
    font-size: .7em;
}

.text-small {
    font-size: .85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

/* Tooltip started */
.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 5px);
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-custom .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.box-section .card {
    border: 1px solid #fff !important;
    transition: all 0.5s;
}

.box-section .card:hover,
.box-section .card.active {
    border: 1px solid #0062cc !important;
}
/* Tooltip End */

.btn.round {
	border-radius: 50px;
}
/*.sign-btn {
	padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: white;
	border: 1px solid #493582;
    border-image-source: linear-gradient(180deg, #77679F 0%, rgba(119, 103, 159, 0) 100%);
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}*/
.sign-btn {
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    border: none;
    /*background-image: url(../images/sign-btn.svg);
    background-size: 100%;
    background-repeat: no-repeat;*/
    position: relative;
    background: linear-gradient(to bottom,  rgba(82,80,100,1) 0%,rgb(94 74 157) 100%); 
    width: 135px;
    }
    .sign-btn:hover {
        color: #fff;
    }
    .sign-btn:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -1px;
        border-radius: inherit;
        background: linear-gradient(to bottom, #76669e, #4a3d73);
    }
/*responsive-design-start*/
@media screen and (min-width:992px) {
    /* .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer,  */
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0 !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        overflow-x: unset;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
        width: 4.6rem;
    }
}

@media screen and (min-width:768px) {

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
        margin-left: 0px;
    }

    [dir=rtl] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
        margin-right: 0px;
        margin-left: auto;
    }

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0;
        padding: 0;
    }

    [dir=rtl] body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-right: 0;
    }
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:991px) {
    .h_wrap {
        padding: 20px 0;
    }

    .right_header {
        width: 100%;
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 10px;
    }

    [dir="rtl"] .right_header .d-md-block:has(.menu-toggle) {
        margin-left: auto;
    }

    [dir="ltr"] .right_header .d-md-block:has(.menu-toggle) {
        margin-right: auto;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}
/*responsive-design-end*/