:root {
    --primary-color: #3B48CD;
    --secondaryback-color: #EBEDFB;
    --primarry-text: #07090F;
    --secondary-text: #344563;
    --mainheading-text: 18px;
    --subheading-text: 16px;
    --pera-text: 14px;
    --light-color-text: #a9a9a9;
    --box-border: #E0E2E7;
    --light-gray-back: #f9fafc;
    --input-border: #D1D5DB;
    --primary-btn-hover: #4655E4;
    --red-color: #EA4335;
    --green-color: #34A853;
}

p {
    color: var(--secondary-text);
}

.qlFilterBlur {
    filter: blur(1.5px);
}

.ql-primary-text-color {
    color: var(--primarry-text);
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
}

/******************** QL ERROR MESSAGE ***************/
.ql-error-alert {
    color: var(--red-color);
    font-size: var(--pera-text);
    position: relative;
    margin-top: -10px;
}

.qlGreenSuccessText {
    color: var(--green-color);
}

.qlRedErrorText {
    color: var(--red-color);
}

/******************** QL ERROR MESSAGE ***************/

/* QL Buttons Styles Start*/
.qlSecondaryBtn,
.btn-cancel,
.qlLightBtn,
.qlRemoveBtn {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 8px 16px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-size: 14px;
}

.pos-absolute {
    position: absolute;
}

.btn-delete {
    background-color: var(--red-color) !important;
}

.btn-cancel {
    font-weight: 400;
}

.qlSecondaryBtn:hover {
    background-color: #F1F4FF;
    color: var(--primary-color);
    text-decoration: none;
}

.qlRemoveBtn {
    color: var(--red-color) !important;
    background-color: #FDF0EF !important;
    border-color: 1px solid var(--red-color) !important;
}

.btn-cancel {
    border-color: var(--input-border);
    color: var(--primarry-text);
}

.btn-cancel:hover {
    text-decoration: none;
    background-color: var(--input-border);
    color: var(--primarry-text);
}

.btn-upgrade {
    background-color: #3C9CA2;
    color: #fff;
    border: none;
    transition: all 300ms ease-in-out;
}

.btn-upgrade:hover {
    background-color: #32afb7;
    color: #fff;
}

.qlLightBtn {
    border-color: #E2E7FF;
    background-color: #E2E7FF;
}

.qlLightResBtn {
    background-color: #FDF0EF;
    border-color: #FDF0EF;
    color: var(--red-color);
}

.qlPrimaryBtn {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 8px 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border: none;
    transition: all 300ms ease-in-out;
    font-size: 14px;
}

.bg-transparent {
    background-color: transparent !important;
}

.qlPrimaryBtn:disabled,
qlSecondaryBtn :disabled {
    opacity: 0.5;
}

.qlPrimaryBtn:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: var(--primary-btn-hover);
}

a.qlPrimaryBtn:focus {
    color: #fff;
}

/* QL Buttons Styles End*/


/* QL Layout Style Start*/
.qlFlexCenterSpaceBetween {
    /*Single Wrap for Horizointal End-To-End Vertical center  */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qlCommonBox {
    background-color: #fff;
    border: 1px solid var(--box-border);
    border-radius: 5px;
}

h2.ql-common-head {
    font-size: var(--subheading-text);
    color: var(--secondary-text);
}

.qlCommonNoDataMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.qlCommonNoDataMessage h2 {
    width: 100%;
    font-size: var(--mainheading-text);
    color: var(--light-color-text);
}

.qlCommonNoDataMessage svg {
    width: 200px;
}

.ql-width-auto {
    width: auto !important;
}

.qlCommonBoxNoBorder {
    background-color: var(--light-gray-back);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--box-border);
    min-height: 192px;
}

.qlPopoverWrap .popover {
    background-color: var(--secondaryback-color);
    color: var(--primarry-text);
}


/********************************* QL LAYOUT CHECKBOX, RADIO, TOGGLE **********************************/
.qlToggleWrap {
    border-top: 1px solid var(--box-border);
    border-bottom: 1px solid var(--box-border);
}

.qlToggleWrap label.switch {
    margin: 0px;
}

.qlToggleWrap h2,
.qlMultiCheckWrap h2,
.qlMultiRadioWrap h2 {
    font-size: var(--subheading-text);
}

.qlMultiCheckWrap {
    border-top: 1px solid var(--box-border);
    border-bottom: 1px solid var(--box-border);
}

.qlMultiCheckWrap,
.qlMultiRadioWrap {
    width: 100%;
}

.qlMultiCheckWrap label.custom-checkbox {
    font-size: var(--pera-text);
    display: inline-block;
    font-weight: 400;
    padding-left: 30px;
}

.qlMultiCheckWrap label span.checkmark {
    width: 20px;
    height: 20px;
}

.qlMultiCheckWrap label span.checkmark:after {
    width: 8px;
    height: 14px;
    top: 0px;
}

.qlMultiRadioWrap label.custom-checkbox {
    font-size: var(--pera-text);
    display: inline-block;
    font-weight: 400;
    padding-left: 30px;
}

.qlSingleRadioWrap, .secondary-btn-no-ico {
    display: inline-block;
}

.qlSingleRadioWrap label.radio-custom-label:before {
    width: 20px;
    height: 20px;
}

.qlSingleRadioWrap > .radio-custom {
    display: none;
}

/* Disabled radio style */
.qlSingleRadioWrap > input.radio-custom[disabled] + .radio-custom-label {
    cursor: not-allowed;
    opacity: 0.5;
}

.qlSingleCheckWrap {
    display: inline-block;
}

.qlSingleCheckWrap label {
    font-size: var(--primarry-text);
    color: var(--pera-text);
    font-weight: 500;
    padding-left: 30px;
}

.qlSingleCheckWrap label span.checkmark {
    width: 20px;
    height: 20px;
}

.qlSingleCheckWrap label span.checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ql-custom-multiple-dropdown {
    background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    text-align: left;
    padding: 5px 12px;
    font-size: 14px;
    color: #2C3652;
}

ul.ql-custom-multiple-dropdown-checkbox li a label.custom-checkbox {
    margin: 5px 0;
}

/********************************* QL FROM VALIDATION *************************************/
.qlFormErrorValidation {
    background-color: #FFE7E7;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: var(--pera-text);
    margin-bottom: 10px;
}


.qlLoginValidationSec {
    width: 100%;
    position: absolute;
    top: 5%;
    max-width: 500px;
}

.qlNotificationTopFix {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.qlErrorNotificationTopFix {
    background-color: #FFE7E7;
    border-bottom: 1px solid var(--red-color);
    color: var(--red-color);
    padding: 5px 10px;
    font-size: var(--pera-text);
    margin-bottom: 10px;
    text-align: center;
}

.notifyjs-bootstrap-error {
    background-color: #FFE7E7;
    border-bottom: 1px solid var(--red-color);
    color: var(--red-color);
    padding: 5px 10px;
    font-size: var(--pera-text);
    margin-bottom: 10px;
    text-align: center;
}

.notifyjs-bootstrap-success {
    background-color: #e7ffee;
    border-bottom: 1px solid var(--green-color);
    color: var(--green-color);
    padding: 5px 10px;
    font-size: var(--pera-text);
    margin-bottom: 10px;
    text-align: center;
}

/********************************* QL FROM VALIDATION *************************************/

/********************************* QL ADMIN LOGIN, SIGN-UP, FORGOT PASSWORD PAGE CSS START *************************************/

.qlAccountOtpVerification {
    max-width: 500px;
    margin: auto;
}

.qlTextWithIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.loginLeftSec {
    display: block;
    background-color: #3246D3;
    background: rgb(50, 70, 211);
    background: -moz-linear-gradient(145deg, rgba(50, 70, 211, 1) 0%, rgba(26, 36, 109, 1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(50, 70, 211, 1) 0%, rgba(26, 36, 109, 1) 100%);
    background: linear-gradient(145deg, rgba(50, 70, 211, 1) 0%, rgba(26, 36, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3246d3", endColorstr="#1a246d", GradientType=1);
    height: 100vh;
    color: #fff;
    padding: 5% 0;
    overflow: hidden;
}

.leftLoginContent {
    margin: 0 10%;
}

.leftLoginContent h2 {
    font-size: 24px;
    margin: 50px 0 20px 0;
    line-height: 30px;
}

.leftLoginContent ul li {
    font-size: 12px;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.leftLoginContent ul li svg {
    width: 20px;
    height: 20px;
}

.loginRight_Form {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

.qlLoginLeftSlider {
    margin: 0 10%;
    position: absolute;
    bottom: 0;
}

.qlLoginLeftSlider > .carousel > .carousel-inner > .item > .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    color: var(--pera-text);
    text-shadow: unset;
    font-style: italic;
    position: unset;
    width: 100%;
    padding: 20px 75px 5px 75px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.qlLoginLeftSlider > .carousel > .carousel-inner > .item > .carousel-caption svg {
    position: relative;
    bottom: -20px;
    display: flex;
    margin: auto;
}

.qlLoginLeftSlider > .carousel > .carousel-inner {
    overflow: visible;
}

.qlLoginLeftSlider > .carousel > .carousel-inner > .item img.qlLoginLeftSliderClient {
    position: absolute;
    right: -30px;
    top: -50px;
    z-index: 12;
    height: 110px;
}

.qlLoginLeftSlider .carousel-caption span {
    color: var(--secondary-text);
    font-style: normal;
}

.qlLoginLeftSlider #contentCarousel.carousel {
    width: 100%;
}

.qlLoginLeftSlider > .carousel > .carousel-inner > .item > img.qlLoginLeftSliderLogo {
    margin: 30px auto 0 auto;
    left: unset;
    height: 40px;
    width: auto;
}

.loginFormSection {
    max-width: 400px;
    width: 100%;
}

.signupFormSection {
    max-width: 500px;
    width: 100%;
}

.qlCountryInput > .input-group-addon {
    border-width: 1px 0 1px 1px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.loginFormSection button, .signupFormSection button {
    width: 100%;
    justify-content: center;
    height: 48px;
}

.loginInput input {
    border: 1px solid var(--input-border);
    border-radius: 5px;
    color: var(--secondary-text);
    width: 100%;
    height: 48px;
    padding-left: 10px;
}

.forgotLink {
    width: 100%;
    text-align: right;
}

.loginInput a {
    color: var(--primary-color);
}

.loginFromTrms p {
    color: var(--secondary-text);
    font-size: 12px;
}

.loginFromTrms a {
    color: var(--primary-color);
}

/********************************* QL ADMIN LOGIN, SIGN-UP, FORGOT PASSWORD PAGE CSS END *************************************/


/********************************* QL LAYOUT CHECKBOX, RADIO, TOGGLE **********************************/

/************************* QL TABLE WRAP END ******************************/
.qlCommonBox table {
    border-top: 1px solid var(--box-border) !important;
    border-bottom: 1px solid var(--box-border) !important;
}

.qlCommonBox h2.qlHeading {
    border-bottom: 1px solid var(--box-border);
    font-size: var(--subheading-text);
    color: var(--primarry-text);
    margin: 0px;
}

.qlCommonBox table.border-0 {
    border: none !important;
}

.qlCommonBox table.border-1 {
    border: 1px solid var(--box-border) !important;
    border-radius: 5px;
}

.qlCommonBox table tr th {
    font-size: var(--pera-text) !important;
    color: var(--primarry-text) !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    height: 40px !important;
    padding: 0 16px !important;
}

.qlCommonBox table tr td {
    font-size: var(--pera-text);
    color: var(--secondary-text) !important;
    padding: 10px 16px !important;
}

.qlCommonBox table tr td.action a {
    padding: 5px;
    display: flex;
}

.qlCommonBox table tr td.action.secondary-action a {
    padding: 10px 20px;
}

.qlCommonBox table tr td.action {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qlCommonBox table tr td a.qlEdit:hover {
    background-color: #E1E4F4 !important;
    border-radius: 5px;
}

.qlCommonBox table tr td a.qlDelete:hover, .qlDelete:hover {
    background-color: #FFE7E7 !important;
    border-radius: 5px;
}

.dataTables_info {
    margin: 5px 0 0 0;
    padding: 0px;
}

.dataTables_paginate {
    margin: 12px 16px;
    padding: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: none !important;
}

.dataTables_length {
    margin: 12px 0 12px 16px;
}

.dataTables_length label {
    margin: 0px;
}

.dataTables_length label select {
    margin: 0 12px;
    border: 1px solid var(--input-border);
}

.dataTables_filter label {
    margin: 12px 16px 12px 0;
    display: flex;
    align-items: center;
}

.dataTables_filter label input {
    margin: 0px;
    padding-left: 35px;
    border: 1px solid var(--input-border);
    font-size: 14px;
    min-width: 320px;
    border-radius: 5px;
}

.ql-bootstrap-pagination dir-pagination-controls .pagination > .active > a, .ql-bootstrap-pagination dir-pagination-controls .pagination > .active > a:focus, .ql-bootstrap-pagination dir-pagination-controls .pagination > .active > a:hover, .ql-bootstrap-pagination dir-pagination-controls .pagination > .active > span, .ql-bootstrap-pagination dir-pagination-controls .pagination > .active > span:focus, .ql-bootstrap-pagination dir-pagination-controls .pagination > .active > span:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.ql-bootstrap-pagination dir-pagination-controls .pagination > li > a:focus, .ql-bootstrap-pagination dir-pagination-controls .pagination > li > a:hover, .ql-bootstrap-pagination dir-pagination-controls .pagination > li > span:focus, .ql-bootstrap-pagination dir-pagination-controls .pagination > li > span:hover {
    color: var(--primary-color);
}

.ql-bootstrap-pagination dir-pagination-controls .pagination > li > a, .ql-bootstrap-pagination dir-pagination-controls .pagination > li > span {
    color: var(--primary-color);
}

/************************* QL TABLE WRAP START ***********************************/


/************************* QL COMMON ACCORDION CSS START *****************************/

.ql-common-accordion h4.qlHeading {
    font-size: var(--subheading-text);
}

.ql-common-accordion a, .ql-common-accordion a:focus, .ql-common-accordion a:hover {
    width: 100%;
    text-decoration: none;
    color: var(--primarry-text);
    display: block;
}

.ql-common-accordion a {
    width: 100%;
    text-decoration: none;
    color: var(--primarry-text);
    display: block;
}

.ql-common-accordion, .panel-default, .panel {
    margin-top: 30px;
    border: 1px solid var(--box-border) !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.ql-common-accordion, .panel-default, .panel + panel {
    margin-top: 20px !important;
    overflow: hidden;
}

.ql-common-accordion > .panel-heading {
    background-color: #fff;
    padding: 0px;
}

.ql-accordion-with-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ql-common-accordion > .panel-heading a span.accordion-arrow {
    float: right;
    transition: transform 0.3s ease;
}

.ql-common-accordion > .panel-heading a[aria-expanded="true"] span.accordion-arrow {
    transform: rotate(-180deg); /* Rotate the arrow when expanded */
}

/************************* QL COMMON ACCORDION CSS END *****************************/

/************************* QL COMMON ACCORDION MOVE RIGHT TO LEFT (Add custom security question)  *****************************/
.ql-custom-security-box {
    height: 300px;
    overflow: auto;
}

.ql-custom-security-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--box-border);
    padding: 15px 10px;
}

.ql-custom-security-row:hover {
    background-color: var(--secondaryback-color);
}

.ql-custom-security-row h4 {
    font-size: var(--pera-text);
    color: var(--secondary-text);
    margin: 0px;
}

.ql-custom-security-row a, .ql-custom-security-row a:hover {
    width: auto;
    display: flex;
}

.add-custom-qg {
    display: flex;
    align-items: center;
    gap: 15px;
}

.add-custom-qg input {
    width: 85%;
}

.add-custom-qg button {
    width: 15%;
    justify-content: center;
}

/************************* QL COMMON ACCORDION MOVE RIGHT TO LEFT (Add custom security question) *****************************/

/************************* BRANDING PAGE CSS START *****************************/
.qlBrandDefaultColor > .btn-toolbar > .btn-group {
    box-shadow: unset !important;
    display: flex;
    align-items: center;
}

.qlBrandDefaultColor > .btn-toolbar > .btn-group button {
    border-radius: 5px !important;
    padding: 0px;
}

.qlBrandDefaultColor > .btn-toolbar > .btn-group button i {
    font-size: 40px;
}

.uploadLogoVideoPreview {
    min-height: 150px;
}

.qlBrandingThumbnail {
    background-color: #cbcbcb;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--box-border);
    max-height: 140px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qlBrandingThumbnail img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    max-width: 250px;
}

/************************* BRANDING PAGE CSS START *****************************/

/************************* QL ADAPTIVE MFA POLICY SECTION CSS *****************************/
.mfaPolicyValidationWrap {
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.mfaPolicyValidation {
    padding-right: 30px;
}

.mfaPolicyValidation span {
    width: 100%;
    display: flex;
    color: var(--light-color-text);
}

/************************* QL ADAPTIVE MFA POLICY SECTION CSS *****************************/

/************************* QL ADAPTIVE MFA USER ROLES SECTION CSS *****************************/
.qlUserRolesHeading {
    background-color: var(--light-gray-back);
    padding: 10px 15px;
    border-bottom: 1px solid var(--box-border);
}

.userRoleSearch {
    position: relative;
    margin: 15px;
    display: flex;
    gap: 15px;
}

.userRoleSearch input {
    padding-left: 44px;
    height: 42px;
}

.userRoleSearchResult {
    margin-top: 42px !important;
}

.userRoleSearch svg {
    top: 8px;
    left: 10px;
}

.userRoleSearchAddon {
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}

.userRoleTable {
    height: 285px;
    overflow-y: auto;
}

.userRoleTable ul li h4 {
    font-size: var(--pera-text);
}

/************************* QL ADAPTIVE MFA USER ROLES SECTION CSS *****************************/

/************************* QL ADAPTIVE MFA IP PASSLISTING SECTION CSS *****************************/
.qlSearchBox {
    position: relative;
}

.qlSearchBox input {
    border: 1px solid var(--input-border);
    padding-left: 44px;
    border-radius: 5px;
    width: 100%;
    height: 42px;
}

.qlSearchBox svg {
    position: absolute;
    left: 10px;
    top: 8px;
}

.ipWrap input.exactIp {
    width: 100%;
}

.ipWrap input.range16, .ipWrap input.range24 {
    width: 60%;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-radius: 5px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/************************* QL ADAPTIVE MFA IP PASSLISTING SECTION CSS *****************************/

/************************* QL TEXT CUSTOMIZATIONS SECTION CSS *****************************/
.textCustomizationForm {
    width: 100%;
}

.ftuPreviewBox {
    background-color: var(--light-gray-back);
    border: 1px solid var(--box-border);
    border-radius: 10px;
}

.ftuPreviewBoxHeading {
    border-bottom: 1px solid var(--box-border);
}

.ftuPreviewInput {
    width: 100%;
    height: 44px;
    border: 1px solid var(--input-border);
    border-radius: 5px;
    align-items: center;
    display: flex;
}

.ftuPreviewBtn {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid var(--box-border);
    border-radius: 5px;
    display: inline-block;
}

.errorCustomizationBtnPreview {
    padding: 14px 20px;
    text-align: center;
    border: 1px solid var(--box-border);
    border-radius: 5px;
    display: inline-block;
    background-color: #d1d1d1;
    width: 100%;
}

.myAccountSquestionPreview {
    width: 100%;
    border-bottom: 1px solid var(--box-border);
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/************************* QL TEXT CUSTOMIZATIONS SECTION CSS *****************************/

/* QL Layout Style End */

.form-group-save-button {
    display: flex;
    align-items: end;
}

.button-row {
    margin-top: 30px;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.ql-modal .modal-header h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primarry-text);
}

.ql-modal .ql-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

.ql-info-strip {
    background-color: #FFF6EC;
    padding: 10px;
    border-left: 2px solid #FFA242;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: var(--primarry-text);
    margin-bottom: 30px;
}

.ql-info-strip.red {
    border-color: #FF4D4D;
    background-color: rgb(255 77 77 / 10%);
}


.ql-info-strip p {
    margin: 0;
    color: var(--primarry-text);
}

.ql-modal .modal-body {
    padding: 0 30px;
}

.import-user-container {
    color: var(--subheading-text);
}

.ql-modal .modal-footer {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
    padding: 25px 10px 25px 0;
}

.ql-error-banner,
.sucess-banner {
    padding: 10px 15px;
    background-color: #FEF4F3;
    color: var(--red-color);
}

.sucess-banner {
    background-color: #EBF7EE;
    color: var(--green-color);
}

.d-flex {
    display: flex !important;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.ql-product-dd {
    /*background-color: #EBEDFB;*/
    /*border-bottom: 1px solid #E3E3E3;*/
    /*width: 250px;*/
}

.ql-product-dd .btn-default {
    border: none;
    background: var(--primary-color) !important;
    height: 55px;
    display: flex;
    align-items: center;
    color: #fff !important;
    padding: 0 20px;
    border-radius: 0;
}

.ql-product-dd .btn-default svg path {
    stroke: #fff;
}

.dropdown-menu {
    border-radius: 10px;
    border: 1px solid #E0E2E7;
    background: #FFF;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: var(--primarry-text);
}

.dropdown-menu > li > a {
    display: flex;
    align-items: center;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #F0F3F8 !important;
    color: var(--primary-color);
}

.ql-product-dd .btn-default:focus {
    color: #fff !important;
}

.breadcrumb-row {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.breadcrumb-row h3 {
    margin: 0 0 5px 0;
}

/*.breadcrumb {*/
/*    margin: 0;*/
/*}*/

.tenant-status {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--green-color);
    display: block;
    margin-right: 3px;
}

.tenant-status.inactive {
    background-color: var(--red-color);
}

.tenant-swicher span {
    color: var(--secondary-text);
    font-size: 13px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.password-complexity-settings {
    padding: 0 20px;
}

.password-complexity-settings ul li {
    list-style: disc;
}

.password-complexity-settings-row {
    border-bottom: 1px solid var(--box-border);
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.password-complexity-settings-row .col-1 {
    gap: 12px;
    display: flex;
    width: 30%;
    -webkit-box-align: center;
    align-items: center;
}

.password-complexity-settings-row .col-2 {
    display: flex;
    width: 90%;
    flex-direction: column;
}

.password-complexity-settings-row .col-3 {
    width: 17%;
}

.password-complexity-settings-row .col-4 {
    width: 20%;
}

.inputcounter {
    width: 220px;
    position: relative;
}

.inputcounter input,
.password-aeg input {
    width: 220px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--input-border);
    padding: 0 50px;
    text-align: center;
}

.inputcounter:focus-visible {
    border: 1px solid var(--input-border);
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.plus-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    outline: 0px;
    border: 0px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    background-color: #EBEDFB;
    height: 26px;
    width: 26px;
    top: 7px;
    right: 7px;
}

.plus-button svg {
    fill: var(--primary-color);
}

.plus-button.minus-button {
    left: 7px;
}

.password-aeg {
    gap: 15px;
}

.password-aeg h4 {
    font-size: 14px;
    margin: 0;
}

.password-aeg input {
    padding: 0 10px;
    width: 60px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--primary-color);
}

.input-full-border {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid var(--input-border);
}

.m-0 {
    margin: 0 !important;
}

.ql-delete-confirmation-modal .confirmation-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 30px 0;
}

.ql-delete-confirmation-modal .confirmation-container .icon-circle {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #FFDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ql-delete-confirmation-modal .confirmation-container .icon-circle-warning {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #FFF1E3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ql-delete-confirmation-modal .modal-md {
    width: 500px;
}

.ql-delete-confirmation-modal .modal-footer {
    padding: 0 10px 40px 0;
}

.no-data-found-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 50px 0;
}

.no-data-found-icon {
    border-radius: 0.5rem;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(237, 242, 255);
}

.no-data-found-icon svg {
    width: 32px;
    height: 32px;
    fill: var(--primary-color);
}

.modal-content {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    overflow: hidden;
}

.custom-password-complexity-modal .setting-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.custom-password-complexity-modal .setting-row .icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f3f5f7;
}

.custom-password-complexity-modal .setting-row .txtb h4 {
    font-size: 16px;
}

.custom-password-complexity-modal .setting-row .attributes-to-check {
    width: 485px;
}

#advanced-options-btn {
    font-weight: 500;
}

.ql-insight-box {
    border: 1px solid var(--box-border);
    padding: 15px;
    border-radius: 5px;
    display: flex;
    gap: 15px;
}

.ql-insight-box .icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ACCA4;
}

.ql-insight-box .txtb h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.ql-insight-box .txtb h3 span {
    font-size: 13px;
    color: var(--secondary-text);
}

.select-box-with-label {
    height: 38px;
    border: 1px solid var(--input-border);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px 0 15px;
    color: var(--primarry-text);
}

.select-box-with-label .form-control {
    border: none;
    height: 38px;
    color: var(--primarry-text);
    padding: 5px 25px 5px 12px !important;
}

.select-box-with-label span {
    white-space: pre;
    color: var(--secondary-text);
}

.btn-download {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nav > li > a {
    padding: 10px 15px 15px 15px;
}

.btn-circle-more {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.btn-circle-more:hover {
    background: #F5F8FD;
}

.mytable a {
    color: var(--primarry-text) !important;
}

.mytable a.red-text {
    color: var(--red-color) !important;
}

.mytable a.red-text:hover {
    background-color: rgb(234 67 53 / 8%) !important;
    color: var(--red-color) !important;
}

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

.user-image-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.user-image-circle svg {
    width: 20px;
}

.create-user-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.create-user-container .delete-icon {
    padding: 5px;
    position: absolute;
    top: 32px;
    right: 10px;
}

.create-user-container .custom-fields {
    padding-right: 45px;
}

.create-user-container .form-group {
    width: 32%;
    margin-bottom: 0;
}

.create-user-container .label-newUI {
    text-transform: capitalize;
}

.country-flag {
    width: 32px;
    height: auto;
    margin-right: 8px;
}

.dropdown-menu-search {
    padding: 10px;
}

.gap-30 {
    gap: 30px;
}

.qlTextBtn {
    width: max-content;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}

.qlTextBtnRed, .qlTextBtnRed:hover, .qlTextBtnRed:focus {
    color: var(--red-color);
    text-decoration: none;
}

.ql-multi-select {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 12px !important;
    font-size: 14px !important;
}

.ql-multi-select .select2-container-multi .select2-choices {
    border: none !important;
}

.ql-multi-select.select2-container-multi .select2-choices {
    border: none !important;
}

.ql-multi-select .select2-results {
}

.ql-multi-select .select2-drop-active {
    border: 1px solid #dfdfdf;
}

.ql-multi-select .select2-drop {
    margin-top: 2px;
    left: 0;
}

.ql-multi-select .select2-choices span.ui-select-match li.select2-search-choice {
    background-color: var(--secondaryback-color);
    padding: 4px 10px;
    margin: 5px 10px 5px 0;
    height: auto;
    font-size: 14px;
}

.ql-multi-select .select2-choices span.ui-select-match li.select2-search-choice a {
    top: 6px;
    left: 5px;
}

.ql-multi-select .select2-choices span.ui-select-match li.select2-search-choice span > span {
    padding-left: 10px;
}

.ql-multi-select .select2-choices li.select2-search-field input {
    height: 36px;
    padding-left: 20px !important;
}

.ql-multi-select .select2-choices li.select2-search-field {
    position: relative;
}

.ql-multi-select .select2-choices li.select2-search-field:before {
    content: '';
    width: 12px; /* Set the width */
    height: 12px; /* Set the height */
    background: url('select2.png') -42px -27px no-repeat; /* Add the background image */
    position: absolute;
    top: 12px;
    left: 0;
    left: 0px;
}

/* QL APP MULTI SELECT */
ul.ql-multi-select-app li ul li div.select2-result-label img {
    height: 50px !important;
    width: 50px !important;
    margin: 0 10px 0 0 !important;
    border-radius: 5px;
    object-fit: cover;
}

ul.ql-multi-select-app li ul li div.select2-result-label h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

ul.ql-multi-select-app li ul li div.select2-result-label {
    display: flex;
    align-items: center;
}

ul.ql-multi-select-app li ul li.ui-select-choices-row {
    width: 48%;
    display: inline-flex;
    align-items: center;
    margin: 2px 1%;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    min-height: 74px;
    overflow: hidden;
}

ul.ql-multi-select-app li ul li div.select2-result-label > .ql-multi-select-add-dis p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}

/* QL APP MULTI SELECT */

.user-details-container .right-column {
    width: 100%;
}

.user-details-container {
    flex-direction: column;
}

.name-container {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    border-right: 1px solid #E0E2E7;
    padding-right: 50px;
    margin-right: 50px;
}

.display-name-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.name-container .user-profile-imgb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.name-container h3 {
    font-size: 22px;
    font-weight: 500;
    word-break: break-all;
    line-height: 22px;
    margin-top: 0;
    /*text-transform: capitalize;*/
}

.user-status-box {
    background-color: #01ADA1;
    padding: 1px 8px;
    color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 12px;
}

.user-basic-info {
    width: calc(100% - 550px);
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
}

.user-basic-info .common-col {
    gap: 3px;
}

.user-info-container {
    padding: 0;
    margin: 20px 0 0 0;
}

.user-info-container li {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f1f1f1;
    justify-content: space-between;
    padding: 20px 0;
}

.user-info-container li:last-child {
    border-bottom: none;
}

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

.name-container .ql-username {
    flex-direction: column;
    align-items: start;
}

.ql-factor-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
    display: grid;
}

.ql-factor-list .factor-box {
    min-width: 320px;
    border: 1px solid #E2E8F3;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
}

.ql-chip {
    padding: 10px 20px;
    background-color: rgb(59 72 205 / 10%);
    text-transform: capitalize;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ql-chip svg {
    width: 20px;
}

.display-group {
    gap: 20px;
}

.dropdown-menu li a.red-text:hover {
    background-color: rgb(234 67 53 / 8%) !important;
    color: var(--red-color) !important;
}

.assignee-app-list {
    flex-wrap: wrap;
    gap: 24px;
}

.assignee-app {
    text-align: center;
}

.assignee-app .imgb {
    width: 200px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.assignee-app .imgb img {
    width: 100%;
}

.ql-loading-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ql-circle-loader {
    position: absolute;
    border-radius: 50%;
    border: 5px solid #e3e3e3;
    z-index: 999;
    height: 48px;
    width: 48px;
}

.ql-circle-loader::before {
    content: "";
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #3B48CD;
    top: -5px;
    left: -5px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-edit-icon {
    position: absolute;
    right: 10px;
    top: 20px;
    background: #EFF1FC;
}

.reset-factor-option {
    border: 1px solid #E2E8F3;
    padding: 10px 15px;
    border-radius: 5px;
}

.reset-factor-option .check-container .checkbox label .checkmark {
    top: 12px;
}

.recent-sign-in {
    gap: 40px;
    color: var(--subheading-text);
}

.recent-sign-in .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F5F5F5;
    margin-right: 10px;
}

.drawer-modal .modal-dialog {
    width: 500px;
    height: 100vh;
    margin: 0;
    transform: translate(0, 0);
    position: absolute;
    right: 0;
    top: 0;
}

.drawer-modal .modal-content {
    border-radius: 0;
    height: 100%;
}

.drawer-modal.modal.fade .modal-dialog {
    transform: translate(100%, 0);
    transition: transform .2s ease-out;
}

.drawer-modal.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.login-details-accordion {
    height: calc(100vh - 185px);
    overflow-y: auto;
    padding-right: 30px;
}

#openLoginDetailsModal .modal-body {
    padding-right: 0;
}

#openLoginDetailsModal .ql-modal-header {
    align-items: start !important;
}

.login-details-accordion .acc-title {
    padding: 15px;
    align-items: center;
}

.login-details-accordion .acc-title img {
    width: 24px;
    margin-right: 15px;
}

.login-details-accordion .acc-title h5 {
    margin-bottom: 3px;
}

.login-details-accordion .panel-heading a:hover {
    color: var(--primarry-text);
    text-decoration: none;
}

.login-details-accordion .panel .panel-collapse {
    border: 1px solid #ebebeb !important;
}

.login-details-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.pass-progress {
    height: 3px !important;
    margin-bottom: 10px !important;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.list-unstyled li {
    padding: 7px 0;
    color: #B94A48;
}

.list-unstyled li.show-check-icon .green-check-icon {
    background: url('../images/svg_icon/svgIcon_check.svg') no-repeat;
    width: 20px;
    height: 12px;
    display: inline-flex;
}

.list-unstyled li.show-check-icon {
    color: #01ADA1;
}

.list-unstyled li.show-check-icon .small-circle,
.list-unstyled li .green-check-icon {
    display: none;
}

.small-circle {
    width: 6px;
    height: 6px;
    display: inline-flex;
    border-radius: 50%;
    background-color: #bda6a7;
    margin-right: 5px;
}

.green-check-box {
    background: url('../images/svg_icon/svgIcon_check.svg') no-repeat;
    width: 16px;
    height: 12px;
    display: inline-flex;
}

.dataTableCustom {
    display: flex;
}

.dataTableCustomSearch {
    position: relative;
    display: flex;
    align-items: center;
}

.dataTableCustomSearch i {
    position: absolute;
    left: 15px;
    color: var(--light-color-text);
}

.dataTableCustomSearch input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 0 0 0 36px;
    width: 280px;
}

.dataTableCustomSearch input:focus-visible {
    outline-color: #4655e4;
}

.search-box-with-btn input {
    width: 370px !important;
    border-radius: 5px 0px 0px 5px;
    padding: 0 15px !important;
}

.search-box-with-btn .qlPrimaryBtn {
    border-radius: 0 5px 05px 0;
}

.dt-data-not-found {
    height: 360px;
    background-color: #F9FAFC;
}

label > input:checked,
label > input:checked + label {
    pointer-events: none;
}

#unselect {
    display: none;
}

.advance-filter-box {
    background: #f7f7f8;
    padding: 20px;
}

.advance-filter-box .qlHeading {
    width: 160px;
}

.advance-filter-box .checkbox-inline {
    width: 220px;
}

.app-category-box {
    width: 350px;
    height: calc(100vh - 198px);
    padding: 20px 0 20px 20px;
}

.app-store-container.fixed-section .app-category-box {
    position: fixed;
    left: auto;
    top: 85px;
    z-index: 99;
    height: calc(100% - 138px);
}

.app-store-container.fixed-section .app-list-box {
    padding-left: 350px;
}

.app-list-box {
    width: 100%;
    margin-bottom: 50px;
}

.app-list-box .ql-app-box {
    width: 333px;
    position: relative;
}

.app-list-box .ql-app-box .imgb {
    width: 100%;
    height: 190px;
    background-color: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.app-list-box .ql-app-box .txtb {
    padding: 10px 0 10px 15px;
    border-radius: 0 0 12px 12px;
    text-transform: capitalize;
}

.app-list-in {
    flex-wrap: wrap;
}

.img_description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 12px;
    overflow-y: auto;
}

.app-list-box .ql-app-box .imgb:hover .img_description_layer {
    visibility: visible;
    opacity: 1;
}

.img_description {
    transition: .2s;
    transform: translateY(1em);
}

.app-list-box .ql-app-box .imgb:hover .img_description {
    transform: translateY(0);
}

.app-list-box .qlTextBtn:hover {
    text-decoration: none;
}

.app-image-action {
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
}

.app-category-box-in {
    height: calc(100% - 50px);
    overflow-y: auto;
}

.app-category-box-in .checkbox-custom-label:before {
    top: -2px !important;
}

.ad-user-info-box {
    width: 32%;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 15px 20px;
}

.ad-user-info-box p {
    font-weight: 500;
    margin: 2px 0 0 0;
}

.ad-user-info-box .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.account-status-row {
    padding: 20px;
    border: 1px solid #E2E8F3;
    border-radius: 10px;
}

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

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

@media only screen and (max-width: 767px) {
    .add-custom-qg {
        display: block;
    }

    .add-custom-qg button, .add-custom-qg input {
        width: 100%;
        margin-bottom: 15px;
    }
}

.width-200 {
    width: 200px;
}

.users-groups-list-container {
    position: fixed;
    right: -470px;
    top: 0;
    width: 470px;
    background-color: #fff;
    height: 100vh;
    z-index: 9999999999;
    border-left: 1px solid #E2E8F3;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 0px 20px 0px;
    transition: right 0.3s ease-in-out;
}

.users-groups-list-container.showUsersGroupsBox {
    right: 0;
}

.edit-icon {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.ck-button {
    overflow: auto;
    height: calc(100vh - 285px);
    padding: 0 20px;
}

.ck-button label {
    display: block;
    cursor: pointer;
}

.ck-button label input {
    position: absolute;
    top: -20px;
}

.ck-button input:checked + .ql-user-list {
    background-color: #EFF1FC;
    border-radius: 5px;
}

.ck-button input:checked + .ql-user-list .svg-icon {
    display: none;
}

.ck-button input:checked + .ql-user-list .svg-icon-check {
    display: block;
}

.ck-button label input {
    margin-right: 100px;
}

.svg-icon-check {
    display: none;
}

.bottom-row {
    height: 70px;
    padding: 0 20px;
    background-color: #f4f5f7;
    border-top: 1px solid var(--box-border);
}

.selected-users-box {
    width: 100%;
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 9;
    border-top: 1px solid var(--box-border);
    background-color: #f4f5f7;
    box-shadow: 0px -16px 24px 0px rgb(0 0 0 / 10%);
}

.userstore-reports .group-report-box .icon-box {
    background: #fff;
}

.group-report-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E2E8F3;
    background: #fff;
}

.group-report-box .txtb .qlHeading {
    font-size: 20px;
}

.group-report-box .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ebecfa;
}

.group-report-box p {
    color: var(--primarry-text);
}

.height-full-screen {
    min-height: calc(100vh - 320px);
}

ul.group-overview .left-col {
    width: 150px;
}

.ql-mega-menu {
    background: #fff;
    padding: 20px 20px 20px 25px;
    gap: 40px;
}

.ql-mega-menu .left-menu,
.ql-mega-menu .right-menu {
    width: 50%;
}

.ql-mega-menu ul li a {
    color: var(--secondary-text);
    text-decoration: none;
    padding: 15px 15px 15px 0;
    font-weight: 500;
    display: block;
    border-radius: 5px;
    transition: all .2s ease-in-out
}

.ql-mega-menu ul li a:hover {
    background: #E2E7FF;
    color: var(--primary-color);
    padding: 15px;
}

.ql-mega-menu h4 {
    margin-top: 0;
}

.mega-dropdown-menu {
    left: 0 !important;
    width: 700px;
}

.store-report-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F3;
    padding: 5px 0;
}

.store-report-box p {
    font-size: 16px;
}

.store-report-box h4 {
    font-size: 16px;
    font-weight: 500;
}


.userstore-menu {
    width: 350px;
    height: calc(100vh - 203px);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #E2E8F3;
    border-radius: 5px;
}

.chart-box {
    height: 300px;
}

.bg-light-orange {
    background: #FEF6E3;
}

.bg-light-red {
    background: #FAE9E4;
}

.bg-light-blue {
    background: #E6EDFE;
}

.bg-light-grey {
    background: #F7F7F7;
}

.old-helpdesk #popover-password .qlHeading {
    font-size: 18px;
    margin-top: 0 !important;
}

.user-policy-box {
    border: 1px solid #E2E8F3;
    padding: 20px;
    width: 380px;
    border-radius: 5px;
}

.policy-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-right: 10px;
}

.policy-icon-box svg {
    width: 20px;
}

.user-policy-box .txtb h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.policy-accordion {
    max-height: 300px;
    overflow-x: auto;
    padding-right: 20px;
    margin-right: -20px;
}

.policy-accordion-header {
    background-color: rgba(245, 246, 252, 0.5);
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--primarry-text);
}

.policy-accordion-header svg {
    width: 20px;
}

.group-app-list {
    grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
    gap: 10px;
    display: grid;
    padding: 0;
    margin-top: 15px;
}

.policy-accordion-header:hover {
    text-decoration: none;
}

.group-app-list .imgb {
    width: 64px;
    height: 44px;
    border-radius: 5px;
    background-color: #ccc;
    overflow: hidden;
}

.group-app-list .imgb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-authorized-apps {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
    display: grid;
}

.user-authorized-apps li {
    display: flex;
    gap: 20px;
    padding: 15px;
    border: 1px solid #E0E2E7;
    border-radius: 5px;
}

.user-authorized-apps li .imgb {
    width: 110px;
    height: 75px;
    overflow: hidden;
    border-radius: 5px;
}

.user-authorized-apps li .imgb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-authorized-apps li .txtb {
    gap: 5px;
    width: calc(100% - 110px);
}

.user-authorized-apps li .txtb .course-name {
    gap: 5px;
    margin-top: 3px;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    align-items: flex-start;
}

.user-authorized-apps li .txtb .course-name svg {
    margin-top: 6px;
}

.user-authorized-apps li .txtb .course-name span {
    background-color: #f0f0f0;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 12px;
    color: var(--primarry-text);
    text-transform: capitalize;
}

.user-profile-info {
    border: 1px solid #E2E8F3;
    padding: 24px;
    border-radius: 10px;
}

.user-profile-info ul {
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.user-profile-info ul li {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.status-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2AB57D;
}

.status-active.inactive {
    background-color: #e59400;
}

.status-active.grey {
    background-color: #ccc;
}

.group-name-in-policy {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.group-memberships-list {
    height: calc(100vh - 128px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
}

.group-memberships-list .custom-checkbox {
    padding-left: 25px;
}

.group-memberships-list .user-image-circle {
    background-color: rgb(59 72 205 / 10%);
}

.group-memberships-list .checkmark {
    top: 21px;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-box-with-filter {
    border: 1px solid #d1d5db;
    border-radius: 5px;
    height: 38px;
    padding-left: 10px;
}

.search-box-with-filter .form-control {
    width: 370px;
    border: none;
    height: 36px;
}

.search-box-with-filter .qlLightBtn {
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.filter-strip {
    margin-bottom: 30px;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.filter-chip {
    background-color: #E9EBFA;
    padding: 0 12px;
    height: 32px;
    display: flex;
    align-items: center;
    color: var(--primarry-text);
    border-radius: 30px;
    gap: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a {
    justify-content: space-between;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.table-with-toggle-column {
    width: calc(100% - 30px);
    position: relative;
}

.table-toggle-column-box {
    width: 30px;
    border: 1px solid var(--box-border);
    border-left: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: -30px;
    height: calc(100% - 64px);
}

.table-toggle-column-box .column-icon {
    height: 41px;
    border-bottom: 1px solid var(--box-border);
    width: 100%;
}

.table-with-toggle-column .table {
    border-radius: 5px 0 0 5px !important;
}

.table-toggle-column-box .dropdown-menu {
    left: inherit !important;
}

.table-toggle-column-box .check-container .checkbox label {
    white-space: nowrap;
}

.group-policy-container .ql-factor-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.group-policy-container .ql-factor-list .factor-box {
    padding: 10px;
    min-width: auto;
}

.wizard-number-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ECF0F6;
    color: var(--secondary-text);
    font-weight: 500;
}

.wizard-number-circle.active {
    background-color: var(--primary-color);
    color: #fff;
}

.wizard-line {
    width: 200px;
    height: 1px;
    background-color: var(--input-border);
}

.rule-syntax-box {
    background-color: #ECF0F6;
    padding: 30px;
}

.spinner-border {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
}

.identified-users div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #743E5E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 0 0 2px #FFFFFF;
}

.identified-users div:nth-child(2) {
    background-color: #53BCC6;
}

.identified-users div:nth-child(3) {
    background-color: #9F45A5;
}

.identified-users div:nth-child(4) {
    background-color: #46AA62;
}

.identified-users div:nth-child(5) {
    background-color: #5243AA;
}

.identified-users div:nth-child(6) {
    background-color: #DE350B;
}

.all-user-number {
    background-color: #E2E7FF !important;
    color: var(--primary-color) !important;
}

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

@media only screen and (max-width: 991px) {
    .custom-order {
        display: flex;
        flex-direction: column;
    }

    .first-column {
        order: 2; /* Move the first column down */
    }

    .second-column {
        order: 1; /* Move the second column up */
    }

    .qlLoginValidationSec, .qlLoginLeftSlider {
        position: relative;
    }

    .loginRight_Form, .loginLeftSec {
        height: auto;
    }

    .leftLoginContent h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .app-list-box .ql-app-box {
        width: 270px;
    }

    .app-list-box .ql-app-box .imgb {
        height: 150px;
    }

    .app-list-box .qlCommonBox > div:first-child {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .login-form-box .form-group input {
        padding: 0.4vw 2vw !important;
    }

    .onboarding-open-wizard .app-list-box .ql-app-box {
        width: 290px;
    }
}

.svg-success {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 100px;
    opacity: 1;
    overflow: visible;

}

@keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1
    }
}

@keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1
    }
}

@keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #46AA62;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #E0F1E5;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.success-circle-fill {
    fill: #E0F1E5;
    stroke: none;
    opacity: 0;
    animation: success-circle-fill 300ms ease-out 1100ms forwards;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .success-tick {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        animation: none;
        opacity: 1;
    }

    .success-circle-outline {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        animation: none;
        opacity: 1;
    }

    .success-circle-fill {
        animation: none;
        opacity: 1;
    }
}
.group-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E7FF;
}
.group-icon-circle.sm {
    width: 32px;
    height: 32px;
}

.advanced-setting-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.advanced-setting-block h4 {
    color: #07090F;
}
.advanced-setting-block.last-row {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.font-20 {
    font-size: 20px;
}

/* Datatable custom CSS Start */
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    left: 10px !important;
    right: unset !important;
}

table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled{
    padding-left: 30px !important;
}
/* Datatable custom CSS Start */