/* @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --ogh-primary-black: #2B2A3F;
    --ogh-secondary-black: #60667B;
    --ogh-font-grey: #7D8DA6;
    --ogh-primary-blue: #306AEF;
    --ogh-placeholder-grey: #A3B0CB;
    --ogh-border-grey: #D6D4EC;
    --ogh-white: #fff;
    --ogh-border-radius-primary: 10px;
    --ogh-bold: 700;
    --ogh-normal: 400;
    --ogh-medium: 500;
    --ogh-semi-bold: 600;
    --ogh-base-font-size: 18px;
    --ogh-base-font-md: 16px;
    --ogh-base-font-sm: 14px;
    --ogh-base-font-xs: 12px;
    --ogh-h1--font: 76px;
    --ogh-h1-line-height: 82px;
    --ogh-h2--font: 48px;
    --ogh-h2-line-height: 54px;
    --ogh-h3--font: 32px;
    --ogh-h3-line-height: 36px;
    --ogh-h4--font: 24px;
    --ogh-h4-line-height: 27px;
    --ogh-h5--font: 20px;
    --ogh-h5-line-height: 22px;
}



html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    font-family: 'Plus Jakarta Sans';
    color: #111111;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    background-color: #f5f6fb;
}

html[lang="ar"] body {
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  text-align: right;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
    display: block;
}


h1 {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

form,
p {
    margin: 0px;
    padding: 0;
}

input,
select,
textarea,
button {
    margin: 0px;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-family: 'Plus Jakarta Sans';
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

/*IE below 9*/
#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

/*End IE below 9*/

* {
    box-sizing: border-box;
}

html {
    scrollbar-width: thin;
}

::-webkit-scrollbar-horizontal {
    height: 7px !important;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px !important;
    scrollbar-width: thin;
}

::-webkit-scrollbar-track{
    background: transparent !important;
}

::-webkit-scrollbar-thumb{
    background-color: #c0c0c0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


/* .............LOGIN........ ........*/
.loginform-container input::placeholder {
    color: #848591;
    opacity: 1;
}

.loginform-container input:-ms-input-placeholder {
    color: #848591;
}

.loginform-container input::-ms-input-placeholder {
    color: #848591;
}

.loginform-container .form-input::placeholder {
    color: #a7aebd;
    /* font-weight: 300; */
}

.loginform-container .form-input:-ms-input-placeholder {
    color: #a7aebd;
    /* font-weight: 300; */
}

.loginform-container .form-input::-ms-input-placeholder {
    color: #a7aebd;
    /* font-weight: 300; */
}

.form-input::placeholder {
    color: #6c757d;
    /* font-weight: 300; */
}

.form-input:-ms-input-placeholder {
    color: #6c757d;
    /* font-weight: 300; */
}

.form-input::-ms-input-placeholder {
    color: #6c757d;
    /* font-weight: 300; */
}

.login-outer-wrapper {
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-inner-wrapper {
    max-width: 540px;
    width: 100%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}

.login-container {
    background-color: #fff;
    border-radius: 40px;
    color: #fff;
    padding: 0 73px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}


.login-container .logo {
    margin: auto;
}

.login-container .logo img {
    display: block;
}

.login-container h2 {
    font-size: 26px;
    padding: 34px 0 30px;
    font-weight: 500;
}

.login-form {
    display: flex;
    flex-direction: column;
    padding-top: 52px;
    align-items: center;
}

.form-div {
    /* max-width: 360px; */
    width: 100%;
    margin-bottom: 18px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.form-div input {
    font-size: 20px;
    color: #535353;
    font-weight: normal;
    width: 100%;
    height: 100%;
    height: 64px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    padding-left: 20px;
    border: 1px solid #c8ccd2;
    border-radius: 8px;
}

.form-div.mail input {
    /* background: url('../images/icon-mail.png') no-repeat left 20px center; */
    background-size: 20px 16px;
}

.form-div.pass input {
    /* background: url('../images/icon-lock.png') no-repeat left 20px center; */
    background-size: 16px 20px;
}

.form-div.login-btn {
    margin-top: 40px;
    background-color: #c4cf12;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 0;
    border: 2px solid #c4cf12;
    transition: .3s all ease-in-out;
}

.login-btn {
    width: 100%;
}

/* .login-btn {
    width: 100%;
    height: 64px;
    padding: 0!important;
    margin-top: 40px;
    background-color: #c4cf12;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #c4cf12;
    transition: .3s all ease-in-out;
}

.login-btn:hover {
    background-color: transparent;
    color: #c4cf12;
} */

/* Loader Spinner (centered above icon) */
.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid rgb(226 227 233 / 60%);
    border-top: 2px solid #195fe5;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    pointer-events: none;
    z-index: 5;
    display: none;
}

.pdf-download-btn.downloading ~ .btn-loader {
    display: block;
}

/* Spinner animation */
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.pdf-download-btn {
    max-width: 40px;
    width: 40px;
}

#download-btn {
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
}

#download-btn:has(img) {
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
}

.form-div.login-btn:hover {
    background-color: #fff;
}

.form-div.login-btn input,
.form-div.login-btn button {
    font-size: 28px;
    text-transform: capitalize;
    color: #3f4119;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    transition: .3s all ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.form-div.login-btn:hover input,
.form-div.login-btn:hover button {
    background-color: #fff;
    color: #000;
}

.forget-pass {
    color: #313056;
    font-size: 17px;
    font-weight: normal;
    margin-top: 25px;
}

.register {
    color: #68696d;
    font-size: 20px;
    font-weight: normal;
}

.register a {
    color: #000;
    font-weight: 500;
}

.register a:hover {
    color: #c4cf12;
}

.login-action {
    display: flex;
    justify-content: space-between;
    color: #535353;
    font-size: 16px;
    font-weight: normal;
}

.login-action a {
    color: #000;
    font-size: 20px;
}

.login-action a:hover {
    color: #c4cf12;
}

.form-checkbox {
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-checkbox input[type="checkbox"] {
    border: none;
    width: auto;
    position: absolute;
    left: 0;
    opacity: 0;
}

.form-checkbox .checkmark {
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: transparent;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 6px;
}

.form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 7px;
    height: 16px;
    border: solid #c4cf12;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.form-checkbox input:checked~.checkmark::after {
    display: block;
}

.loginform-container {
    max-width: 496px;
    width: 100%;
}

.loginform-container form {
    padding-left: 6px;
}

/* .............END LOGIN........ ........*/

/* ..........HOME......... */
.outer-wrapper {
    display: flex;
    position: relative;
}

.jv-header-top .hamburger {
     filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    display: none;
}

.right-container.open .jv-header-top .hamburger {
    display: block;
}

.left-container {
    /* max-width: 444px; */
    max-width: 370px;
    width: 100%;
    min-height: 100vh;
    min-width: 225px;
    background-color: #2362ab;
    padding: 70px 30px 20px 45px;
    padding-right: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    
}

.left-menu-section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.left-menu-section .jv-header-actions {
    display: none;
}

.leftmenu-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

.leftmenu-top .logo {
    width: 100px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.leftmenu-top .logo img {
    object-fit: cover;
    display: block;
}

.leftmenu-top .hamburger {
    width: 26px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.leftmenu-top .hamburger.mobile-icon {
    display: none;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.profile>img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    width: 93px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.profile h3 {
    font-size: 22px;
    padding-top: 15px;
    font-weight: normal;
    text-align: center;
}

.profile h3 span {
    font-weight: 600;
    word-break: break-word;
}

.profile p {
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    word-break: break-word;
    color: #494949;
}

.left-menu {
    flex-grow: 1;
    /* transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); */
    transition: 0.3s all ease-in-out;
    margin-top: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 321px);
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
    position: relative;
    padding-right: 30px;
}

/* shadow at bottom */
/* .left-menu::after {
    content: "";
    position: sticky;
    bottom: 0;
    display: block;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 0%, rgb(43 125 221 / 89%) 100%);
} */

.left-menu ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 30px;
    /* transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); */
}

.left-menu ul li {
    margin-bottom: 3px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-menu ul li a {
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0 42px 0 30px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}


.left-menu ul li a.active,
.left-menu ul li a:hover {
    background-color: #fff;
}


.left-menu ul li a.active,
.left-menu ul li a:hover {
    color: #2362ab;
}

.left-menu ul li a .menu-icon {
    margin-right: 25px;
    background: no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-menu ul li a span {
    line-height: normal;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left-menu ul.sub-menu a {
    padding-left: 80px;
}

.left-menu ul.sub-menu li {
    position: relative;
}

.left-menu ul.sub-menu li a::before {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 45px;
    border: 1px solid #fff;
}

.left-menu ul li a .menu-icon img {
    max-width: 23px;
    filter: brightness(0) invert(1);
}

.left-menu ul li a:hover .menu-icon img,
.left-menu ul li a.active .menu-icon img {
    /* filter: none; */
    filter: brightness(0) saturate(100%) invert(31%) sepia(77%) saturate(804%) hue-rotate(178deg) brightness(93%) contrast(90%);
}

.copyright {
    padding: 30px 0 0px 0px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #588fcf;
    text-align: center;
}

.right-container {
    flex-grow: 1;
    position: relative;
    width: calc(100% - 346px);
    background-color: #fff;
    
}

.right-container .content-outer-wrapper {
    height: calc(100vh - 107px);
    overflow-y: auto;
}

.content-outer-wrapper:has(.ogh-main) {
    padding: 10px !important;
}

.copyright span {
    font-weight: normal;
}

.topmenu-wrapper {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 26px 40px;
}

.matter-select {
    width:400px !important;
}

.top-menu {
    flex-grow: 1;
}

.top-menu ul {
    list-style: none;
    display: flex;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    justify-content: flex-end;
    padding: 0;
}

.top-menu ul li {
    padding-right: 46px;
}

.top-menu ul li a {
    color: #111111;
    transition: all .3s ease-in-out;
}

.top-menu ul li a:hover,
.top-menu ul li a.active {
    color: #f23150;
}

.nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding-left: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-buttons li {
    position: relative;
    cursor: pointer;
}

.notification {
    position: relative;
    color: #111111;
    display: block;
}

.notification>img {
    width: 25px;
}

.settings>img {
    width: 29px;
}

.notification span {
    position: absolute;
    border-radius: 50%;
    background-color: #2362ab;
    /* border: 3px solid #fff; */
    width: 21px;
    height: 21px;
    top: -5px;
    right: -11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    /* font-size: 13px; */
    font-size: 9px;
}

.logout {
    padding: 14px 31px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}


/* .content-left-container {
    padding: 100px 46px 60px 46px;
} */

.titlebar {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 48px; */
    align-items: center;
    /* min-height: 54px; */
    padding: 0 20px;
}

.titlebar span {
    font-weight: normal;
    /* font-size: 17px; */
}

.content-wrapper {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 30px;
    /* padding: 20px; */
    overflow-y: auto;
    overflow-x: hidden;
}

.content-wrapper.flex-column {
    gap: 20px;
}

.white-roundbox {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px 20px 28px;
}

.white-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
}

.report-ellipsis {
    display: flex;
    flex-direction: column;
}

.report-menu,
.check-report-iocns {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 20px 0;
    align-items: center;
}

.report-menu {
    gap: 10px;
}

.report-menu li {
    padding-right: 22px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding: 0px 4px !important;
    border-radius: 4px;
}

.report-menu li:last-child {
    padding-right: 0;
}

.report-menu li a {
    position: relative;
    color: #111111;
    padding-left: 20px;
    font-weight: normal;
    font-size: 18px;
}

.report-menu li a::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #38ced4;
}

.report-menu li.clients.active {
    background: #4359f742;
}

.report-menu li.leads.active {
    background: #38ced44d;
}


.report-menu li.clients a::after {
    background-color: #4359f7;
}

.report-menu li.leads a::after {
    background-color: #38ced4;
}

.report-menu li:hover a,
.report-menu li.active a {
    font-weight: 500;
}

/* .report-menu li:hover a::after, .report-menu li.active a::after{
    background-color: #4359f7;
 } */

.check-report-iocns li {
    padding-right: 20px;
    display: flex;
    column-gap: 2px;
    font-size: 17px;
    font-weight: normal;
    margin-top: 4px;
    cursor: pointer;
}

.radio-check {
    position: relative;
    display: flex;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
}

.radio-check input {
    position: absolute;
    top: 0;
}

.radio-check .checkmark {
    width: 25px;
    height: 25px;
    background: url("../images/icon-untick.png") no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: contain !important;
    transform: translateY(-50%);
}

.radio-check input:checked~.checkmark {
    background: url("../images/icon-tick.png") no-repeat;
}

.check-report-iocns li:last-child {
    padding-right: 0;
    flex-shrink: 0;
}

.report-daigram-bar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}


.graph-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 560px;
    width: 100%;
}

/* 
 .report-info-box, .report-daigram{
    margin-top: 60px;
 }
 .report-daigram{
     display: flex;
     flex-direction: column;
 }
 .report-info-box{
     padding: 30px 20px;
     border: 1px solid #e2e4e9;
     border-radius: 12px;
     max-width: 252px;
     width: 100%;
     margin-right: 50px;
     box-sizing: border-box;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
 }


.report-info-box::after {
    content: " ";
    height: 7px;
    background-color: #f6f8fc;
    position: absolute;
    bottom: -8px;
    z-index: 0;
    width: 80%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

 .indicators{
     list-style: none;
     margin: 0;
     padding: 80px 0 0 5px;
 }

 .indicators li span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
 }

 /* .orange-indicator{
     background-color: #ff8847;
 }
 .blue-indicator{
     background-color: #38ced4;
 } */

.report-daigram-bar .earnings-content {
    padding-left: 0;
    padding-right: 0;
}


.recent-transaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-top: 60px;
}

.recent-transaction h3 {
    font-size: 24px;
    font-weight: 600;
}

.recent-transaction .white-btn {
    color: #2362ab;
    font-weight: 500;
}

.content-right.rounded-box {
    background: transparent;
}

.transaction-list {
    display: flex;
    flex-direction: column;
}

.transaction-detail {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.transaction-detail:hover {
    box-shadow: 10px 17px 32px 0px rgba(157, 161, 180, 0.26);
    -webkit-box-shadow: 10px 17px 32px 0px rgba(157, 161, 180, 0.26);
    -moz-box-shadow: 10px 17px 32px 0px rgba(157, 161, 180, 0.26);
}

.transaction-detail .name {
    width: 100%;
    color: #111;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.transaction-detail .name h5 {
    font-size: 17px;
    flex-grow: 1;
    font-weight: 600;
}

.transaction-detail .name p {
    font-weight: 300;
    font-size: 16px;
    color: #919ba8;
    flex-shrink: 0;
}

.transaction-detail .amount {
    text-align: right;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.transaction-detail .amount h6 {
    font-size: 18px;
    font-weight: 500;
}

.transaction-detail .amount.credit h6 {
    color: #49be4f;
}

.transaction-detail .amount.debit h6 {
    color: #f53c3d;
}

.transaction-detail .amount .time {
    font-size: 15px;
    font-weight: normal;
}

.transaction-detail figure {

    margin: 0 8px 0 0;
    /* margin-top: 3px !important; */
    /* border: 2px solid #e2e4e9; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px !important;
    /* max-width: 20px; */
    /* min-height: 23px; */
    /* width: 10px !important;
    height: 10px !important; */
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
    /* background-color: blue; */
}

.transaction-detail figure.blue {
    background-color: blue;
}

.transaction-detail figure>img {
    /* border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover; */
    max-height: 16px;
    max-width: 18px;
    /* display: none; */
}

.statement {
    align-self: center;
    padding: 0 75px;
}

.mobile-dropdown-icon {
    display: none;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    width: 5px;
    padding: 8px;
}

.mobile-dropdown-icon img {
    border-radius: 0;
    object-fit: cover;
}

.topmenu-wrapper {
    padding: 22px 20px;
}

.section-title {
    padding: 32px 0 4px;
    display: none;
}

.transaction-data {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-direction: column;
}

.earning-graph-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.earning-graph-top .graph-title {
    font-size: 20px;
    font-weight: 600;
}

.earning-graph-top .graph-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    column-gap: 13px;
    width: 100%;
    justify-content: flex-end;
}

.earning-graph-top .graph-date input {
    padding: 7px 11px;
    border: 1px solid #e2e4e9;
    box-sizing: border-box;
    max-width: 123px;
    width: 100%;
    border-radius: 8px;
    font-size: 15px;
    font-weight: normal;
    color: #111;
}

.earnings-content .note img {
    width: 15px;
    margin-top: -2px;
}

footer .copyright {
    font-size: 15px;
    color: #aeaeae;
    padding: 15px 0 45px;
}

footer .copyright p {
    text-align: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    /* //display: none; */
    /* //-webkit-appearance: none; */
    width: 15px;
    padding: 0px;
    margin: 2px 0 0 5px;
    /* margin-top: 2px; */
}

/* ............POPUP Styles............ */

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    outline: 0;
    overflow-y: auto;
    padding: 20px;
}

body.popup-open {
    overflow: hidden;
}

.popup-open .popup {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0 0 0 / 50%);
}

.popup-box {
    position: relative;
    max-width: 808px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 100px auto 20px;
    color: #504239;
    font-size: 17px;
    box-shadow: 0px 11px 32px rgba(196, 200, 209, 0.12);
    -webkit-box-shadow: 0px 11px 32px rgba(196, 200, 209, 0.12);
    -moz-box-shadow: 0px 11px 32px rgba(196, 200, 209, 0.12);
}

.popup-sm .popup-box {
    max-width: 483px;
    padding: 60px 50px;
}

.popup-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.popup-close {
    position: absolute;
    right: 50px;
    top: 66px;
    cursor: pointer;
    width: 22px;
    z-index: 10001;
}

/* .popup-content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
} */

.popup-title {
    font-size: 26px;
    color: #111;
    font-weight: 600;
    padding-bottom: 25px;
}

/* ............Ends POPUP Styles...........  */
.form-outer-wrapper {
    max-width: 960px;
    width: 100%;
    padding: 80px 155px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 5px 5px 38px 0px rgb(29 33 57 / 4%);
    -moz-box-shadow: 5px 5px 38px 0px rgb(29 33 57 / 4%);
    box-shadow: 5px 5px 38px 0px rgb(29 33 57 / 4%);
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.form-element-group input,
.form-element-group textarea,
.form-element-group select {
    /* border-bottom: 1px solid #f0f0f0; */
    font-size: 16px;
    font-weight: normal;
    color: #535353;
    padding: 5px 10px;
    width: 100%;
}

.form-element-group label {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    /* padding:0 0 15px; */
}


.form-edit-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}


/* left menu  */
.left-menu .dropdown-menu li a {
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.left-menu .dropdown-menu li a::before {
    content: "-";
    color: #f23150;
    padding: 2px 20px 2px 4px;
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.left-menu .dropdown-menu li a:hover::before {
    margin-right: 0 !important;
}

.left-menu .dropdown-menu li {
    margin-bottom: 5px;
}

.left-menu ul.dropdown-menu li a:hover {
    background-color: #fff;
    color: #f23150;
}

.left-menu ul li.dropdown>a::after {
    content: "+";
    color: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-menu ul li.dropdown.open>a::after,
.left-menu ul li.dropdown.open>a:hover::after {
    content: "-";
    color: #fff;
}

.left-menu ul li.dropdown.open.active>a:hover::after {
    color: #f23150;
}

.left-menu ul li.dropdown>a:hover::after {
    content: "+";
    color: #f23150;
}

.left-menu ul li.dropdown .dropdown-menu {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: initial;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-menu ul li.dropdown.open .dropdown-menu {
    height: auto;
    opacity: 1;
    margin-top: 10px;
}

.left-menu ul li.dropdown .dropdown-menu li.menu-title {
    display: none;
    align-self: flex-start;
    padding: 10px 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.white-box {
    background-color: #9a78c8;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgb(242 49 80/ 5%);
    -ms-box-shadow: 0 5px 30px rgb(242 49 80/ 5%);
    -webkit-box-shadow: 0 5px 30px rgb(242 49 80/ 5%);
    background: #fff;
    background: url('../images/circular-bg.png') no-repeat, #fff;
    background-position: bottom right;
    background-size: 37.9%;
    padding: 28px;
    z-index: 1;
    /* max-width: 270px; */
    position: relative;
    width: 100%;
    color: #fff;
    display: flex;
    /* align-items: center; */
    /* min-height: 138px; */
    flex-basis: calc(25% - 21px);
}

.boxcontent h3 {
    font-size: 18px;
    font-weight: 600;
    color: #282a35;
    padding-bottom: 10px;
}

.count {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    color: #f23150;
}

.report-daigram {
    display: none;
}

.report-daigram.active {
    display: block;
}

.view {
    flex-shrink: 0;
}

.order-view {
    width: 42px;
    margin-left: 20px;
}

.mobile-nav,
.mobile-logout {
    display: none;
}

.search-list-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: #111;
    font-weight: normal;
    padding: 20px 0 20px;
    align-items: center;
    gap: 12px 15px;
    /* flex-wrap: wrap; */
}

/* .search-list-wrapper.align-right{
    justify-content: flex-end;
} */

.search-list-wrapper input {
    max-width: 410px;
    width: 100%;
}

.form-control {
    font-size: 15px;
    color: #6c758d;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    height: 47px;
    background-clip: padding-box;
    padding: 2px 18px;
}

select.form-control {
    background: url('../images/select-arrow.png') no-repeat, #fff;
    background-size: 10px 6px;
    background-position: right 10px center;
    display: block;
    padding-right: 25px;
    max-width: 410px;
    width: 100%;
}

select.form-field {
    background: url('../images/select-arrow.png') no-repeat, #fff;
    background-size: 10px 6px;
    background-position: right 10px center;
    display: block;
    padding-right: 25px;
}

.search-list-wrapper .show-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.search-item-group {
    display: flex;
    position: relative;
    /* border-radius: 22px; */
    /* overflow: hidden; */
    max-width: 362px;
    height: 47px;
    width: 100%;
}

.search-item-group input {
    max-width: 342px;
    width: 100%;
    padding: 5px 15px;
    background: #fff;
}

.search-append {
    display: flex;
    max-width: 68px;
    width: 100%;
}

.search-append button {
    padding: 10px 15px;
}

button:disabled,
input:disabled {
    cursor: default;
    /* background: #ccc4c4;
    border: 1px solid #ccc4c4; */
}

/* button:disabled:hover, input:disabled:hover{
    color: #fff !important;
    background-color: #ccc4c4;
} */

.search-list-wrapper .red-button {
    max-width: 180px;
}


/* pagination */
.pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    flex-wrap: wrap;
    transition: all .3s ease-in-out;
}

.pagination li {
    margin: 0 1px;
}

.pagination li a {
    color: #0d0c22;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.pagination li a:not(.next):not(.prev):hover,
.pagination li.current a {
    color: #fff;
    background: #2362ab;
}


.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
}
.pagination li a.next img {
    transform: rotate(180deg);
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.table-responsive {
    overflow-x: auto;
    border-radius: 12px;
    margin-bottom: 0.2rem;
    margin-top: 6px;
}

.float-right {
    float: right;
}

/* forms  */
.form-wrapper {
    background-color: #fff;
    padding: 3.75rem;
    border-radius: 15px;
}

.forms-group {
    margin-bottom: 1.375rem;
}

.forms-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b0b3b8;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.forms-control:focus {
    background-color: #fff;
    border-color: #1d2139;
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(240, 75, 66, 0.158);
}

.table .forms-control {
    max-width: 208px;
    height: 40px;
    border-radius: 8px;
    color: #3f3e3e;
    font-size: 0.938rem;
}

.text-right {
    text-align: right;
}

.table td {
    vertical-align: top;
}

.table.img-table td {
    vertical-align: middle;
    padding-top: 5px !important;
}

.form-wrapper .table td {
    vertical-align: middle;
    height: 80px;
}

.form-wrapper table {
    box-shadow: none;
}

.form-wrapper table tr:last-child td {
    padding-bottom: 1rem;
}

span.close {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    right: -11px;
    top: -11px;
    background-color: #1d2139;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.img-preview img {
    object-fit: cover;
    border-radius: 0.25rem;
}

.file-upload .file {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
}

.file-upload>label {
    display: block;
}

.file-upload .file+label {
    font-size: 16px;
    color: #111;
    width: 200px;
    height: 46px;
    text-transform: capitalize;
    background-color: #fff;
    text-align: center;
    vertical-align: text-top;
    padding: 11px 10px 0 48px;
    transition: 0.2s all;
    border-radius: 30px;
    border: solid 1px #f1efeb;
    background-image: url('../images/icon-camera.png');
    background-repeat: no-repeat;
    background-position: 4% center;
    cursor: pointer;
}



/* New header style starts */

.jv-header-top {
    padding: 12px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    /* margin-bottom: 20px; */
    /* border-radius: 6px; */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* .jv-header-top.active {
    position: fixed;
    right: 0;
    left: 300px;
    top: 0;
    z-index: 10;
    box-shadow: 0px 4px 20px 0px #000B330D;
    width: calc(100% - 300px);
    margin: 0;
    transition: all 0.3s ease-in-out;

} */

.jv-header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    /* margin-left: auto; */
}

.jv-header-top.active~.ogh-grid {
    margin-top: 66px;
}

.jv-header-top .jv-search-bar-wrap {
    border: none;
}

.jv-sidebar-open {
    margin-right: auto;
    min-width: 36px;
    display: none;
    cursor: pointer;
}

.jv-search-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border: 1px solid #E0E4EA;
    border-radius: 50px;
    height: 42px;
    padding: 8px 15px;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.jv-search-bar-wrap:hover {
    background-color: #F3F6F8;
}

.jv-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.jv-search-icon img {
    min-width: 18px;
    width: 18px;
}

.jv-search-input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: var(--ogh-primary-black);
}

.jv-header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.relative {
    position: relative;
}

.jv-notify-btn {
    position: relative;
}

.jv-logout-btn,
.jv-notify-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F6F8;
}

.jv-notify-box {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #cb3535;
    position: absolute;
    font-size: 8px !important;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    right: 0px;
    border: 2px solid #fff;
    color: #fff;
}

.jv-notify-dropdown-wrapper {
    top: calc(100% + 11px);
    right: -28px;
    max-height: 700px;
    min-height: 150px;
    width: 567px;
}

.jv-popup-layout {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px #000B330D;
    padding: 28px;
    z-index: 100;
    border-radius: 15px;
    display: none;
}

/* DROPDOWN STYLING */
.jv-select-list-v1 li.selected {
    font-weight: bold;
    background-color: #f0f0f0;
}

/* Empty state styling */
.jv-profile-box.empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dashed #d0d6e1;
    background-color: #fafbfc;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    min-height: 120px;
}

.jv-profile-box.empty-state img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    opacity: 0.6;
}

.jv-profile-box.empty-state .empty-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.profile-logout-btn {
    background-color: #EA212C14;
    height: 53px;
    text-align: center;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #EA212C;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 100%;
}

.jv-myprofile-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jv-myprofile-detail img {
    width: 127px;
    height: 127px;
    border-radius: 100%;
    object-fit: cover;
    background-color: #F3F6F8;
}

.jv-myprofile-detail h3 {
    font-size: 23px;
    line-height: 27px;
    color: var(--ogh-primary-black);
    font-weight: 600;
    margin-top: 17px;
}

.jv-myprofile-detail span {
    font-size: 20px;
    line-height: 24px;
    color: #60667B;
}


.jv-myprofile .jv-popup-scroll {
    max-height: calc(100vh - 210px);
}

.jv-myprofile-box-wrapper {
    gap: 19px;
}

.jv-myprofile-data-box {
    padding: 20px 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    line-height: 21px;
    flex-basis: 50%;
}

.jv-myprofile-data-box h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.jv-myprofile-data-box.green-box {
    color: #01AA56;
    border-color: #01AA56;
    background-color: #01AA5614;
}


.jv-profile-pic {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #F3F6F8;
    overflow: hidden;
}

.jv-user-info-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jv-profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.jv-notify-btn {
    position: relative;
}


.jv-logout-btn,
.jv-notify-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F6F8;
}

.jv-user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.jv-user-role {
    font-size: 14px;
    line-height: 19px;
    color: #60667B;
}

.jv-user-name {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jv-selectbox-v1 {
    padding: 9px 14px;
    padding-right: 25px;
    border: 1px solid #CECDD9;
    border-radius: 5px;
    width: fit-content;
    display: flex;
    align-items: center;
    width: 170px;
    height: 42px;
    gap: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.jv-selectbox-v1:hover {
    border-color: var(--ogh-primary-blue);
}

.jv-selectbox-v1 label {
    color: #8987A8;
    font-size: 14px;
    line-height: 19px;
}





/*  */

.user-image-upload .file {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
}

.user-image-upload>label {
    display: block;
}

.user-image-upload .file+label {
    font-size: 16px;
    color: #111;
    width: 200px;
    height: 46px;
    text-transform: capitalize;
    background-color: #fff;
    text-align: center;
    vertical-align: text-top;
    padding: 11px 10px 0 48px;
    transition: 0.2s all;
    border-radius: 30px;
    border: solid 1px #f1efeb;
    background-image: url('../images/icon-camera.png');
    background-repeat: no-repeat;
    background-position: 4% center;
    cursor: pointer;
}


input.user-image-upload {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



/*  */





.form-actions {
    display: flex;
    gap: 8px;
}

.titlebar .form-actions {
    align-self: flex-start;
}

.titlebar .form-actions a {
    flex-shrink: 0;
}

.titlebar .form-actions a img {
    width: 30px;
}

.titlebar h1 {
    line-height: 26px;
    text-transform: uppercase;
}

button {
    border: none;
    /* background: #c4cf12; */
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.valign-center {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 15px;
    color: #3f3e3e;
    text-align: left;
    font-weight: normal;
    background-color: #fff;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    border-spacing: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

.table thead {
    background: #f0f1f6;
    color: #747474;
    height: 50px;
    border-radius: 12px;
}

/* .table th, */
.table td {
    padding: 20px 12px 8px;
    font-weight: normal;
    height: 64px;
    border-top: none;
    border-bottom: 1px dashed #d9dbe5;
    color: #4e536e;
    font-weight: normal;
    font-size: 17px;
}

.table thead th {
    border: none;
    vertical-align: middle;
    color: #464d65;
    font-weight: 500;
    font-size: 16px;
}

.table thead tr th:first-child {
    border-bottom-left-radius: 12px;
    padding-left: 20px;
}


.table thead th:last-child {
    border-bottom-right-radius: 12px;
}

.table tbody tr td:first-child {
    padding-left: 20px;
}

.table .action a {
    display: inline-block;
    /* flex-shrink: 0; */
    /* max-width: 24px; */
    margin-right: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.table .action a:last-child {
    margin-right: 0;
}

.forms-input input,
.forms-input button {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    font-size: 19px;
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    text-align: left;
}

.form-wrapper .table-responsive {
    margin-top: 1.625rem;
}

td.image figure {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

td.image figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.forms-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.form-element-group {
    margin-bottom: 2rem;
    position: relative;
}

.full-col {
    flex-basis: 100%;
    max-width: 100%;
}

.half-col {
    /* flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px); */
    flex-basis: calc(50% - 13px);
    max-width: calc(50% - 13px);
}

.one-col {
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
}

.two-col {
    flex-basis: calc(40% - 30px);
    max-width: calc(40% - 30px);
}

.three-col {
    flex-basis: calc(60% - 30px);
    max-width: calc(60% - 30px);
}

.four-col {
    flex-basis: calc(80% - 30px);
    max-width: calc(80% - 30px);
}

.onethird-col {
    flex-basis: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
}

.oneforth-col {
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.wrap {
    flex-wrap: wrap;
}

label {
    display: block;
    color: #000;
    font-size: 17px;
    /* padding-bottom: 8px; */
}

.loginform-container label {
    color: #000;
    font-size: 22px;
}

.login-action label {
    font-size: 20px;
}

.form-field {
    font-size: 15px;
    color: #777c87;
    background-color: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 4px;
    height: 48px;
    background-clip: padding-box;
    padding: 5px 10px;
    /* max-width: 380px; */
    width: 100%;
    position: relative;
}

textarea.form-field {
    height: auto;
}

.md-table {
    max-width: 985px;
    width: 100%;
}

.round-img {
    width: 106px;
    height: 106px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid #e6def1;
}

.round-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

input.datepicker {
    background: url(../images/icon-calendar.png) no-repeat right center, #fff;
    background-size: 24px;
    background-position: right 15px center;
    cursor: pointer;
}

input.docExpireAt {
    background: url(../images/icon-calendar.png) no-repeat right center #fff;
    background-size: 24px;
    background-position: right 15px center;
    cursor: pointer;
    min-width: 160px;
}


.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.form-control:focus {
    box-shadow: none;
    border: none;
}

.titlebar h2 {
    font-weight: 500;
}

figure.profile-pic {
    width: 103px;
    height: 103px;
    overflow: hidden;
    border-radius: 50%;
}

figure.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titlebar figure.profile-pic {
    width: 54px;
    height: 54px;
}

.left-container.open .profile-pic {
    width: 92px;
    height: 92px;
}

.content-outer-wrapper h3 {
    font-size: 19px;
    font-weight: 600;
    color: #212428;
}

.content-right-container h3 {
    font-weight: 500;
}

.search-list-wrapper input.search-input,
input.search-input {
    padding: 12px 20px 12px 65px;
    background: url('../images/icon-search-red.png') no-repeat left 20px center;
    background-size: 24px 24px;
    border: 1px solid #f0f1f6;
    box-shadow: 2px 5px 38px 0px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 2px 5px 38px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 2px 5px 38px 0px rgb(0 0 0 / 4%);
    border-radius: 30px;
    color: #747474;
    max-width: 362px;
}

/* login  */
.login-wrapper {
    display: flex;
    position: relative;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    align-items: center;
    background: #fff;
}

.login-right {
    /* flex-basis: 50%; */
    flex-grow: 1;
    max-width: calc(100% - 1008px);
    /* max-width: 1012px; */
    width: 100%;
}

.login-left {
    max-width: 1008px;
    min-height: 1217px;
    width: 100%;
}

.login-left {
    background: url('../images/login-bg.jpg') no-repeat right center;
    background-size: cover;
    /* background-size: 100%; */
    /* height: 100%; */
    /* height: 100vh; */
    position: relative;

}

.login-left-content {
    padding: 179px 235px 70px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.login-left-content .grey-txt {
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 1rem;
    font-family: 'Euclid Circular B';
}

.login-bottomtxt {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.login-title {
    padding: 140px 0 55px;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Euclid Circular B';
}

.logintxt {
    padding-bottom: 10px;
    font-weight: 300;
}

.white-txt {
    color: #fff;
}

.grey-txt {
    color: #929292;
}

.grey-txt1 {
    color: #9aa0a9;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 62%);
}

.login-left>.img-hidden {
    visibility: hidden;
}

.login-right {
    background-color: #fff;
    display: flex;
    align-items: center;
    /* padding-left: 184px; */
    justify-content: center;
}

.forgotpass-page .login-right {
    align-items: flex-start;
    padding-top: 30vh;
}

.r-logo {
    width: 100px;
    margin: 0 auto 30px;
    display: none;
}

/* .l-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.loginform-container h1 {
    color: #000;
    font-size: 51px;
    font-weight: bold;
    padding-bottom: 15px;
}

.light-greentxt {
    color: #c4cf12;
}

.loginform-container h2 {
    color: #000;
    font-size: 34px;
    font-weight: normal;
    padding-bottom: 46px;
}

.login-right .overlay {
    display: none;
}

.mb-24 {
    margin-bottom: 24px;
}
.mb-15 {
    margin-bottom: 15px;
}

.user-round-img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
}

.user-round-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.user-wrapper {
    display: flex;
    gap: 20px 40px;
}

.user-data-wrapper {
    padding-top: 5px;
}

.user-wrapper figure {
    flex-shrink: 0;
}

.user-data-wrapper p {
    padding-bottom: 1rem;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.sm-block {
    max-width: 500px;
    width: 100%;
    padding: 20px;
}

.submit-btn {
    min-height: 48px;
    margin-top: 2rem;
}

.items-align-right {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-grow: 1;
    /* flex-wrap: wrap; */
}

.form-field.disable {
    pointer-events: none;
}

#changePswrd {
    justify-self: flex-end;
    width: fit-content;
    color: #fff;
    transition: all .3s ease-in-out
}

#changePswrd:hover {
    color: #f23150;
}

.showpass-block {
    display: none;
}

.form-field.round {
    border-radius: 30px;
    width: auto;
}

.filter {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.phone-code-wrapper {
    border: 1px solid #e4e7eb;
    border-radius: 4px;
}

.phone-code-wrapper input {
    border: none;
    border-radius: 0;
}

select.phone-code {
    min-width: fit-content;
    border: none;
    width: auto;
    background-color: rgb(240 240 240 / 30%);
    border-radius: 0;
}

.image-input {
    position: relative;
    width: auto;
    display: inline-block;
}

.image-input>span {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.image-input>span .preview-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

input.photo-file {
    visibility: hidden;
    opacity: 0;
    width: 0;
    padding: 0;
}

.choose-file {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: flex;
    margin: 0;
}

.login-right .login-title,
.login-right .logintxt,
.login-right .login-bottomtxt {
    display: none;
}

.content-left-container {
    flex-grow: 1;
    background: #fff;
    min-height: 100vh;
    max-width: 100%;
}

.content-right-container {
    max-width: 435px;
    width: 100%;
    padding: 108px 48px 0;
}

.grey-bg {
    background-color: #f7f9fd;
}

.rounded-box {
    padding: 30px;
    border-radius: 12px;
    background-color: #fff;
}

.countbox-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 90px;
    /* flex-wrap: wrap; */
}

.earning-graph-top .graph-date input::placeholder {
    color: #111;
    opacity: 1;
}

.earning-graph-top .graph-date input:-ms-input-placeholder {
    color: #111;
}

.earning-graph-top .graph-date input::-ms-input-placeholder {
    color: #111;
}

.blue-btn {
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    background-color: #2362ab;
    border-radius: 15px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.blue-btn1 {
    color: #fff;
    font-weight: normal;
    padding: 10px;
    background-color: #2362ab;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-size: 18px;
    min-width: 118px;
}

.blue-btn:hover,
.blue-btn1:hover,
.add-btn:hover {
    background-color: #1a5599;
    color: #fff;
}

.lightgreen-bg {
    transition: .3s ease-in-out;
    background-color: #e2f6e9;
}

.lightorange-bg {
    background-color: #fff0e9;
    transition: .3s ease-in-out;
    color: #fa896b;
}

td .pending {
    background-color: #ffa5004a;
    transition: .3s ease-in-out;
    color: #FFA500;
}

.lightblue-bg,
td .notUpdated {
    background-color: #ebf3fe;
    color: #60a2ff;
    transition: .4s all ease-in-out;
}

td .approve {
    background-color: #00800045;
    color: green;
    transition: .4s all ease-in-out;
}

.lightblue-bg,
td .failed {
    background-color: #fdede8;
    color: #fb9d84;
    transition: .4s all ease-in-out;
}

.lightgreen-bg {
    background-color: rgb(9 173 149 / 18%);
    color: #09ad95;
    transition: .4s all ease-in-out;
}

a.lightblue-bg:hover {
    background-color: #2362ab;
    color: #60a2ff;
}

a.lightorange-bg:hover {
    background-color: rgb(250 137 107 / 50%);
    color: #fa896b;
}

a.lightgreen-bg:hover {
    background-color: rgb(11 109 94);
    color: #09ad95;
}

.round-box-sm {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-shrink: 0;
}

.round-box-sm img {
    object-fit: contain;
}

.lightgreen-bg .round-box-sm {
    background-color: #c3e8d1;
}

.lightorange-bg .round-box-sm {
    background-color: #ffdac9;
}

.countbox {
    min-width: 200px;
    padding-bottom: 20px;
}

.countbox-wrapper .countbox {
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.countbox h3 {
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #111;
    word-break: break-word;
    flex-grow: 1;
}

.t-count {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.t-count .num {
    font-size: 30px;
    font-weight: 600;
}

.lightgreen-bg .t-count .num {
    color: #348d50;
}

.lightorange-bg .t-count .num {
    color: #ff562d;
}

.msg-box {
    margin-bottom: 60px;
    padding: 45px 30px;
    border-radius: 12px;
    font-size: 16px;
}

.left-content {
    max-width: 360px;
    width: 100%;
}

.activity-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    word-break: break-word;
}

.content-wrapper .right-content {
    flex-grow: 1;
}

.hide {
    display: none;
}

.searchbar {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.add-btn {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    background-color: #2362ab;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    /* background: url('../images/plus-icon.png') left 10px   center no-repeat, #2362ab; */
    /* padding-left: 30px; */
    flex-shrink: 0;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
}

.add-btn:hover {
    color: #fff;
}

.btn-sm {
    min-width: 58px;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 14px;
}

a.next img {
    transform: scaleX(-1);
}

.content-outer-wrapper {
    height: 100%;
    padding: 20px;
}

.left-container .profile-pic {
    display: none;
}

.msg-bottxt {
    font-weight: 500;
    color: #212428;
}

.profile h3 {
    color: #111111;
}

.content-outer-wrapper .searchbar h3 {
    font-size: 22px;
}

.content-outer-wrapper .titlebar {
    padding: 0px;
    padding-bottom: 20px;
}

.popup input.form-input {
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    padding: 5px 10px;
    min-height: 52px;
    width: 100%;
    max-width: 100%;
}

.popup-box,
.popup-box label {
    font-size: 15px;
    color: #111;
    font-weight: normal;
}

.popup-subtitle {
    font-size: 18px;
    font-weight: normal;
    color: #111;
    padding: 25px 0 20px;
}

.permission-wrapper {
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    padding: 10px;
}

.permission-list {
    list-style: none;
    padding: 22px 22px 32px;
    margin: 0;
    max-height: 303px;
    overflow-y: auto;
}

.check-box .checkmark {
    display: block;
    width: 21px;
    height: 21px;
    background: #d7dbe5;
    position: relative;
    border-radius: 50%;
    /* right: 0;
    top: 50%;
    transform: translateY(-50%); */
    background-size: cover !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.check-box .checkmark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-box input:disabled~.checkmark {
    cursor: default;
    opacity: 0.35;
}

.check-box input:checked~.checkmark {
    background: #2362ab;
}

.check-box {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.permission-list li {
    padding-bottom: 24px;
}

.permission-list li:last-child {
    padding-bottom: 0;
}

.image-table td {
    padding-bottom: 12px;
    min-height: 68px;
    vertical-align: middle;
}

.roung-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

/* td .roung-img{
    margin-right: 18px;
    flex-shrink: 0;
    height: auto;
    max-height: 44px;
} */
td .td-img {
    margin-right: 18px;
    flex-shrink: 0;
    height: 44px;
    width: 44px;
    overflow: hidden;
    display: inline-block;
}

td .td-img .roung-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inlineFlex,
.td-flex {
    display: inline-flex;
    align-items: center;
}

.inlineFlex img.roung-img {
    width: 20px;
    height: auto;
    border-radius: 0;
    flex-shrink: 0;
}

.image-text {
    display: inline-block;
    padding-left: 8px;
}

.green-txt {
    color: #5cad3c !important;
}

.orange-txt {
    color: #ea491d !important;
}

.roung-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.backwrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.blue-bg {
    background-color: #45aaf2;
    color: #fff;
}

.green-bg1 {
    background-color: #09ad95;
    color: #fff;
}

.white-txt {
    color: #fff;
}

.search-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    justify-content: flex-end;
    /* flex-wrap: wrap; */
}

.form-input {
    border: 1px solid #cad0d8;
    border-radius: 5px;
    font-weight: normal;
    color: #0d0c22;
    padding: 10px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    width: 100%;
    /* max-width: 336px; */
}

/* .form-container input[type=text],
    .form-container input[type=email],
    .form-container input[type=number],
    .form-container input[type=password]{
    min-width: 336px;
} */

.filterby-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filterby-wrap label {
    margin-bottom: 0;
    font-weight: 500;
    min-width: 72px;
}

.filterby-wrap select {
    cursor: pointer;
}

td.action {
    min-width: 110px;
}

td.action.icons {
    vertical-align: top;

}

td.action a {
    transition: 0.3s ease-in-out;
}

td.action a:hover img {
    filter: invert(1) brightness(0);
}

select.form-input {
    background: url('../images/down-arrow-black.png') no-repeat right 9px center;
    background-size: 9px 5px;
    padding-right: 25px;
}

.searchbar select.form-input {
    background: url('../images/down-arrow.png') no-repeat right 12px center;
    background-size: 14px 8px;
    padding-right: 28px;
}

input.search {
    background: url('../images/icon-search.png') no-repeat left 9px center;
    background-size: 18px 18px;
    padding-left: 38px;
}

.search-right .form-input {
    min-width: 170px;
}

.search-left {
    display: flex;
    align-items: center;
}

.form-container form {
    width: 100%;
}

.form-container label {
    /* font-size: 16px; */
    font-weight: normal;
    color: #0d0c22;
}

.form-group {
    margin-bottom: 20px;
}

.submit-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.next-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.submit-wrap button {
    width: auto;
    margin-top: 2rem;
}

.submit-btn,
.next-btn {
    border-radius: 6px;
    background-color: #2362ab;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    min-width: 120px;
    padding: 0 15px;
    font-family: 'Plus Jakarta Sans';
    transition: .4s all ease-in-out;
}

.submit-btn:hover,
.next-btn:hover {
    background-color: #134f94;
    box-shadow: 0 0px 26px rgb(35 98 171 / 48%);
}


.next-btn {
    color: #fff !important;
    height: 44px;
    margin-top: 2rem;
}

.cancel-btn {
    border-radius: 6px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    min-width: 120px;
    font-family: 'Plus Jakarta Sans';
    min-height: 48px;
    margin-top: 2rem;
    transition: .3s ease-in-out;
}

.profilepic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 50%;
    /* padding: 10px; */
}

.apexcharts-inner {
    padding-top: 30px !important;
}

.profilepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.flex {
    display: flex;
    gap: 10px 50px;
    align-items: center;
    flex-wrap: wrap;
}

.profilepic-wrapper {
    display: flex;
    gap: 15px 25px;
    align-items: center;

}

.file-label {
    border: 1px solid #bbccea;
    padding: 10px 5px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s all ease-in-out;
    min-width: 120px;
    min-height: 38px;
}

input.file-upload {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

span.file-input {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.vtext {
    color: #6c757d;
    font-size: 14px;
    font-weight: 300;
}

.toggle-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.toggleWrap {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 26px;
    flex-shrink: 0;
}

.toggleSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(230 231 233 / 65%);
    border: 1px solid #d4dde8;
    border-radius: 20px;
    transition: .4s;
}

.toggleSlider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
    border-radius: 50%;
    transition: .4s;
}

.toggleWrap input {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

input:checked+.toggleSlider:before {
    transform: translate(calc(100% + 2px), -50%);
    background-color: #2362ab;
}

input:checked+.toggleSlider {
    background: #ebf0f6 !important;
}

.toggleText {
    color: #2362ab;
    font-size: 16px;
    font-weight: 500;
}

.box-radiocheck {
    width: auto;
    color: #111;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    /* min-width: 120px; */
}

.box-radiocheck span {
    color: #111;
}

.box-radiocheck .radiobtn {
    border: 2px solid #e2e4e9;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s all ease-in-out;
}

.box-radiocheck .radiobtn::after {
    content: '';
    position: absolute;
    background-color: #2362ab;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.box-radiocheck input:checked~.radiobtn {
    border: 2px solid #2362ab;
}

.box-radiocheck input:checked~.radiobtn::after {
    opacity: 1;
}

label input[type=checkbox],
label input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
}

.flex-wrapper {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.contact-wrapper {
    display: flex;
    gap: 15px 35px;
    align-items: flex-start;
    width: 100%;
}

.tab-wrapper {
    padding-top: 20px;
}

.tab-head {
    display: flex;
    width: 100%;
    gap: 15px 30px;
    border-bottom: 1px solid #cad0d8;
    margin-bottom: 50px;
}

.tab {
    font-size: 20px;
    font-weight: 600;
    color: #8a939e;
    padding-bottom: 18px;
    position: relative;
    cursor: pointer;
}

.tab::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #2362ab;
    transition: .3s ease-in-out;
}

.tab:hover::after,
.tab.active::after {
    width: 100%;
}

.tab-wrapper .tab-pane {
    display: none;
}

.tab-wrapper .tab-pane.active {
    display: block;
}

/* .contactperson-block {
    padding-bottom: 10px;
} */

.delete-block {
    padding-bottom: 15px;
    text-align: right;
    color: #ff5b0a;
    display: inline;
    transition: .3s ease-in-out;
}

.delete-block:hover {
    font-weight: 600;
    color: #ff5b0a;
}

.addmore-doc {
    display: none;
}

.hr {
    width: 100%;
    margin: 20px 0 20px 15px;
    height: 1px;
    background-color: #cad0d8;
    border: 0;
}

.addmore {
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
    color: #2362ab;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

/* .addmore span{
    z-index: 1;
    position: relative;
    cursor: pointer;
} */

label.addmore {
    font-weight: 600;
    color: #2362ab;
    font-size: 15px;
}

.imagewrapper {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    align-items: flex-start;
    min-height: 188px;
    flex-wrap: wrap;
}

.show-images {
    display: flex;
    flex-direction: row;
    gap: 20px 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.imagewrapper>figure,
.imagewrapper>.browse-img,
.imagewrapper .browse-img {
    max-width: 265px;
    max-height: 200px;
    border-radius: 10px;
    background-color: #f8fafd;
    border: 1px solid #cad0d8;
    position: relative;
    /* flex-basis: 33.3%; */
    /* overflow: hidden; */
}

.imagewrapper .browse-img-2 {
    border: 0;
}

.imagewrapper>.browse-img.addMore {
    background-color: transparent;
    border: none;
}

.docimg {
    position: relative;
    max-width: 250px;
    /* width: 200px;
    height: 200px; */
}

.imagewrapper>figure>img {
    border-radius: 10px;
    max-height: 200px;
}

.imagewrapper .docimg .del-img {
    position: absolute;
    top: -30px;
    right: -30px;
}

.date-input {
    background: url('../images/icon-calendar.png') no-repeat right 18px center;
    background-size: 17px 17px;
    /* padding-right: 38px !important; */
}

input.full-width,
textarea.full-width,
select.full-width {
    width: 100%;
    /* max-width: 738px; */
}

.status-input .toggleText {
    color: #ff5b0a;
}

.msgbox {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eef7ff;
    border: 1px solid #c5ddf2;
    padding: 20px 20px 20px 30px;
    color: #2362ab;
    font-size: 16px;
    max-width: 690px;
    width: 100%;
}


.button {
    background-color: #2362ab;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    min-height: 40px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.button:hover {
    color: #fff;
}

.msgbox h3 {
    color: #2362ab;
}

.msgbox>.flex {
    justify-content: space-between;
}

.msgbox.error {
    background-color: #feedee;
    border: 1px solid #f9d1d3;
    color: #f5222d;
}

.msgbox.error h3 {
    color: #f5222d;
}

.msgbox.error .button {
    background-color: #f5222d;
}

.msgbox.pending {
    background-color: #fff5eb;
    border: 1px solid #f6dfc9;
    color: #fa8b0c;
}

.msgbox.pending h3 {
    color: #fa8b0c;
}

.msgbox.pending .button {
    background-color: #fa8b0c;
}

.msgbox.success {
    background-color: #edfbf6;
    border: 1px solid #b7eeda;
    color: #20c997;
}

.msgbox.success .button {
    background-color: #20c997;
}


.msgbox.success h3 {
    color: #20c997;
}


.msgbox.conflictbox {
    background-color: transparent;
    color: #0d0c22;
    border: 1px solid #2362ab;
    padding: 12px 15px 12px 25px;
}

.conflictbox.error {
    border: 1px solid #f5222d;
}

.conflictbox.pending {
    border: 1px solid #fa932a;
}

.conflictbox.success {
    border: 1px solid #2eb255;
}

.conflictbox .button {
    background-color: #2362ab;
    transition: .3s all ease-in-out;
}

.msgbox .button {
    transition: .3s all ease-in-out;
}

.conflictbox .button:hover,
.msgbox .button:hover {
    /* transform: scale(1.01); */
    opacity: 0.8;
}

.conflictbox.pending .button {
    background-color: #fa932a;
}

.conflictbox.error .button {
    background-color: #f5222d;
}

.conflictbox.success .button {
    background-color: #2eb255;
}

.msgbox.conflictbox h3 {
    color: #0d0c22;
}

.tab-pane h3 {
    padding: 1rem 0;
}

.profile-dropdown {
    max-width: 226px;
    width: 226px;
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0px rgb(29 33 57 / 16%);
    -webkit-box-shadow: 0px 0px 21px 0px rgb(29 33 57 / 16%);
    -moz-box-shadow: 0px 0px 21px 0px rgb(29 33 57 / 16%);
    margin-top: 18px;
    display: none;
    z-index: 5;
}

.profileDropdown.settings {
    right: -3px;
}

.profile-dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    right: 8px;
}

.profile-pic~.profile-dropdown::before {
    right: 18px;
}

.profile-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-dropdown ul li {
    border-bottom: 1px solid #e9ecef;
    padding: 18px 25px;
    text-align: left;
    width: 100%;
}

.profile-dropdown ul li:last-child {
    border-bottom: 0;
}

.profile-dropdown ul li h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0d0c22;
    padding-bottom: 1px;
}

.profile-dropdown ul li .mailid {
    padding-bottom: 0;
    color: #2362ab;
    font-size: 16px;
    font-weight: normal;
    word-break: break-word;
}

.profile-dropdown ul li a {
    color: #343642 !important;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: normal;
}

.profile-dropdown ul li a:hover,
.profile-dropdown ul li.active a {
    color: #2362ab !important;
}

.profile-dropdown ul li a span {
    padding-left: 10px;
}

.lightblue-bg1 {
    background-color: #e9edf2;
}

.cancel-btn.lightblue-bg1:hover {
    background-color: #cfd5dd;
}

.KYC-status-wrapper {
    display: flex;
    padding-top: 22px;
    gap: 20px 25px;
    align-items: flex-start;
}

.KYC-statusbox {
    border-radius: 10px;
    padding: 18px 26px 24px 22px;
    border: 1px solid #cad0d8;
    max-width: 678px;
    width: 100%;
}

.roundbox {
    border-radius: 10px;
    padding: 18px 26px 24px 22px;
    border: 1px solid #cad0d8;
    width: 100%;
}

.conflict-statusbox {
    margin-top: 40px;
}

.roundbox textarea {
    width: 100%;
}

textarea.KYCstatus-reason {
    border-style: dashed;
    width: 100%;
    max-width: 620px;
}

.KYCstatus_indicators {
    border-radius: 10px;
    border: 1px solid #cad0d8;
}

.KYC-status-title,
.roundbox-title {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.KYC-status-title h6 {
    font-size: 17px;
    font-weight: 500;
}

.roundbox-title h6 {
    font-size: 18px;
    font-weight: 500;
    color: #0d0c22;
}

.reason-box {
    border-radius: 8px;
    padding: 15px 24px 15px 20px;
}

.reason-box.failed {
    background-color: #fcf7f7;
}

.reason-box textarea {
    border: none;
    min-height: 70px;
    flex-grow: 1;
    max-width: none;
}

.conflict-statusbox.fail {
    border: 1px solid #f5222d;
}

.conflict-statusbox.success {
    border: 1px solid #059653;
}

.conflict-statusbox.fail .roundbox-title h6 span {
    color: #f5222d;
}

.conflict-statusbox.success .roundbox-title h6 span {
    color: #059653;
}

.conflict-statusbox.success .roundbox-title {
    padding-bottom: 0;
}

.form-flex {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.red-btn {
    border-radius: 8px;
    background-color: #f5222d;
    width: auto;
    margin-top: 1rem;
}

.red-btn:hover {
    background-color: #f5222d;
    box-shadow: 0 0px 26px rgb(246 141 144);
}

.KYC-status-text {
    color: #0d0c22;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 9px;
    border-radius: 20px;
    border: 1px solid;
    min-width: 113px;
    display: flex;
    column-gap: 12px;
    align-items: center;
    display: none;
}

.KYC-status-text img {
    flex-shrink: 0;
    width: 19px;
    height: 19px;
}

.KYC-status-text.show {
    display: flex;
}

.KYC-status-text.passed {
    background-color: #f2faf5;
    border: 1px solid #c1e3ce;
}

.KYC-status-text.error {
    background-color: #f7eae9;
    border: 1px solid #f8dbdb;
}

.KYC-dropdown .arrow-down {
    width: 9px;
    height: 5px;
    display: block;
}

.KYC-dropdown .arrow-down img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.KYC-dropdown {
    position: relative;
    padding: 6px;
    cursor: pointer;
}

#KYCdropdownMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: fit-content;
    min-width: 90px;
    border-radius: 5px;
    border: 0.5px solid #cad0d8;
    box-shadow: 0px 3px 12px #c0bdbd69;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    display: none;
    z-index: 2;
    padding-bottom: 10px;
}

.KYCdropdown-item {
    padding: 5px 3px 2px 3px;
    transition: all .3s ease;
}

.KYCdropdown-item a {
    color: #0d0c22;
    line-height: 17px;
    padding: 5px;
    border-radius: 4px;
    display: block;
    font-weight: 500;
    text-align: left;
    transition: all .4s ease-in-out;
}

.KYCdropdown-item:hover a,
.KYCdropdown-item.active a {
    background-color: #f0f2f5;
}

.KYCstatus_indicators {
    border-radius: 10px;
    border: 1px solid #cad0d8;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    padding: 23px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hide {
    display: none;
}

.flex.KYC-status-textwrap {
    gap: 10px;
}

.file-label {
    position: relative;
}

tr.failed td {
    background-color: #feedee;
    /* border-bottom: none; */
}

tr.failed td.conflict-name {
    color: #ff0000;
    font-weight: 600;
}

.conflict-statusbox {
    max-width: 100%;
}

.phone-code-wrapper {
    border: 1px solid #e4e7eb;
    border-radius: 4px;
    display: flex;
}

select.phone-code {
    min-width: fit-content;
    border: none;
    width: auto;
    background-color: rgb(240 240 240 / 30%);
    border-radius: 0;
}

.phone-code-wrapper input {
    border: none;
    border-radius: 0;
}

.profile-data .text {
    font-weight: 500;
}

.profile-data>.profile-datacol {
    padding-bottom: 1rem;
    padding-right: 0 !important;
}

.edit-profile {
    display: inline-flex;
    padding: 8px 20px;
    margin-right: 3rem;
    min-width: 200px;
    align-items: center;
    justify-content: center;
}

.round-btn {
    font-size: 16px;
    color: #2362ab;
    border-radius: 22px;
    padding: 7px 20px;
    border: 1px solid #2362ab;
    transition: .4s ease-in-out;
}

.round-btn:hover {
    background-color: #0056aa;
    color: #fff;
}

.accordion-wrapper {
    width: 100%;
}

.accordion {
    border: 1px solid #cad0d8;
    border-radius: 10px;
    color: #212428;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.accordion-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.accordion-head::after {
    content: "+";
    color: #2362ab;
    font-size: 31px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
}

.accordion-title {
    font-weight: 500;
}

.accordion-head span {
    color: #828890;
    font-size: 16px;
    font-weight: 300;
    flex-shrink: 0;
}

.accordion-wrapper .accordion-body {
    padding: 20px 20px 30px 0;
    display: none;
}

.accordion.active .accordion-head::after {
    content: "-";
}

.email-formwrapper .form-input {
    max-width: 712px;
    width: 100%;
}

.preview-wrapper {
    padding-top: 1.2rem;
}

.preview-img>label span {
    font-weight: 600;
}

.preview-img {
    display: none;
    padding-bottom: 2.5rem;
}

.lightblue-btn {
    border-radius: 6px;
    background-color: #e3ebf4;
    border: 1px solid #2362ab;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2362ab;
    font-size: 20px;
    font-weight: normal;
    min-width: 120px;
    padding: 0 25px;
    font-family: 'Plus Jakarta Sans';
    transition: .4s all ease-in-out;
}

form button.lightblue-btn {
    min-height: 48px;
    margin-top: 2rem;
}

/* select2 styles  */
.select2-container {
    border: none;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cad0d8 !important;
    border-radius: 8px;
    padding: 5px 10px;
    background: url(../images/down-arrow-black.png) no-repeat right 9px center !important;
    background-size: 9px 5px !important;
    padding-right: 25px;
    background-color: #fff !important;
}


.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--focus.select2-container--open .select2-selection--multiple {
    background: url(../images/top-arrow-black.png) no-repeat right 9px center !important;
    background-size: 9px 5px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e8eef5 !important;
    border: none;
    border-radius: 4px;
    padding: 2px 10px;
    color: #0d0c22;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    padding: 5px !important;
    padding-right: 0 !important;
    padding-left: 10px !important;
    position: relative;
    margin: 3px !important;
    border: 0 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #232240;
    float: right;
    padding-left: 10px;
}

.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon {
    display: none;
}

.conflictbox .Success {
    color: green;
}

.conflictbox .Failed {
    color: red;
}

input.search_button.add-btn {
    background: url('../images/icon-search-white.png') center no-repeat, #2362ab;
    background-size: 18px;
    padding: 10px 22px;
}

.add-rest-btn {
    background-image: none;
    /* padding-left: 20px !important; */
}

.rtl {
    direction: rtl;
}

.docimg>p {
    max-width: 350px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 10px;
    /* white-space: nowrap; */
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto !important;
    padding: 0 5px !important;
}

.profile-dropdown ul li a img {
    max-width: 17px;
}

.black-img img {
    filter: invert(1) brightness(0);
}

ul.check-report-iocns {
    margin-bottom: 0;
}

.check-report-iocns label.radio-check {
    font-size: 16px;
}

.earning-graph-top .graph-date {
    display: none;
}

.no-records {
    font-weight: 500;
    color: #4e536e;
}

.left-menu ul li a .menu-icon.role-img img {
    width: 22px;
}

.radius0 {
    border-radius: 0;
}

.noIcon {
    background-image: none;
    padding: 10px 20px;
}

.apexcharts-text tspan {
    font-size: 9px !important;
}

.search-right .searchform-wrap {
    flex-grow: 1;
}

.searchwrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.searchbar-buttons {
    display: flex;
    gap: 10px;
}

/* .permission-list::-webkit-scrollbar {
    width: 2px;
  }
   
  .permission-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .permission-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #ccc;
  } */
.permission-list {
    scrollbar-color: rgba(35, 99, 171, 0.85) #dfdfdf;
    scrollbar-width: thin;
}

.permission-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.permission-list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.permission-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(35, 99, 171, 0.85);
}

/* .graph-block .graph-wrapper svg{
    width: 400px  !important;
} */

.form-div.login-btn button {
    display: block;
}

.docimg img {
    /* max-height: 200px;
    max-width: 200px; */
    max-height: 100px;
    max-width: 100px;
    width: 100px;
    height: 100%;
    object-fit: contain;
    object-position: top;
    margin: 0 auto;
}

.graph-date input {
    background: url(../images/icon-calendar.png) no-repeat right 10px center;
    background-size: 15px 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.error {
    color: red;
    font-size: 15px;
}

.t-company,
.t-individual {
    position: relative;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: calc(100% - 19px);
    border-radius: 4px;
    padding: 1px 5px;
    color: #7d8092;
    font-weight: normal;
    display: none;
    background-color: #fff;
    cursor: default;
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
}

td>img {
    display: inline-block;
}

td .status-btn {
    padding: 3px 8px;
    border-radius: 12px;
}

.nowrap {
    white-space: nowrap;
}

.contact-table td.action {
    vertical-align: middle;
    white-space: nowrap;
}

.contact-table td.action a {
    margin-bottom: 0;
}

.contact-table td.status {
    padding-right: 6px;
}

#deletesendSchedulePopup .popup-box {
    padding: 20px;
}

#deletesendSchedulePopup .popup-title {
    font-size: 16px;
    padding: 0;
}

#deletesendSchedulePopup .popup-close {
    right: 10px;
    top: 10px;
    width: 15px;
}

#deletesendSchedulePopup .blue-btn1 {
    font-size: 16px;
    padding: 4px;
}

#deletesendSchedulePopup .submit-btn,
#deletesendSchedulePopup .cancel-btn,
#deletesendSchedulePopup .lightblue-btn {
    min-height: 36px;
    font-size: 16px;
}

/* changes on 18/03/24 starts */
.mat-items-table {
    border-collapse: separate;
    border-spacing: 5px;
    display: block;
    white-space: nowrap;
}

.mat-items-table .mat-item-row td {
    margin: 0;
    padding: 5px !important;
    border-radius: 5px;
    background-color: #cde0ed;
    height: 35px;
}

.mat-items-table .more-mat {
    background-color: #fff !important;
    padding: 0 !important;
    margin: 0;
    border: none;
    width: 37px;
    text-align: center;
}

/* changes on 18/03/24 ends */


/* DATE RANGE PICKER CSS STARTS */
.datepic-mainwrap {
    margin-bottom: 20px;
}

.date-range-wrap {
    width: 100%;
    position: relative;
}

.date-range-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
}

.daterangepicker.active {
    display: flex !important;
}

.daterangepicker {
    position: unset !important;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    max-width: unset !important;
}

.daterangepicker.show-calendar .drp-buttons {
    display: none !important;
}

.holiday-popup.popup input.form-input,
.holiday-popup.popup select.form-input {
    min-height: 40px;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    width: 50% !important;
    max-width: 370px !important;
}

.daterangepicker.show-calendar .ranges {
    display: none;
}

.daterangepicker .drp-calendar.right {
    margin-right: 20px !important;
}

.daterangepicker .drp-calendar.left {
    margin-left: 20px !important;
}

.daterangepicker:after {
    display: none !important;
}

.daterangepicker.opensright:before,
.daterangepicker.opensleft:before {
    display: none;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 16px !important;
    line-height: 20px !important;
    min-width: 45px !important;
    height: 46px !important;
    min-height: 46px !important;
}

.daterangepicker .calendar-table td {
    font-weight: 300 !important;
}

.daterangepicker .calendar-table th {
    font-weight: 500 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
    border-radius: 50% !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
    border-radius: 50% !important;
}

.holiday-popup.popup {
    padding: 20px 40px;
    background-color: rgb(49, 49, 50, 0.65);
    overflow-y: hidden;
}

.holiday-popup .popup-box {
    max-width: 850px;
    margin: 50px auto 20px;
    max-height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
    width: 10px;
    height: 10px;
}

.daterangepicker th.month {
    font-size: 20px !important;
}

.holiday-popup .popup-close {
    width: 35px;
    height: 35px;
    border: 4px solid #e5f2fe;
    border-radius: 50%;
    background-color: #f5faff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 30px;
}

.holiday-popup .popup-close img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(68%) saturate(771%) hue-rotate(176deg) brightness(90%) contrast(95%);
}

.pagination li a img,
.pagination li a img {
    transition: 0.3s all ease-in-out;
}

.pagination li a img:hover,
.pagination li a img:hover {
    scale: 1.15;
}

.edit-btn {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 10px;
}

.leave-type-form .form-input {
    max-width: 100%;
}

.leave-type-form .form-container {
    padding-right: 15px;
}

.search-result-wrap {
    position: relative;
}

.search-result-list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    z-index: 10;
    /* padding: 10px 5px; */
    box-shadow: 0 5px 5px #00000015;
    border-top: none;
    border-radius: 0 0 8px 8px;
    top: calc(100% - 5px);
    max-height: 200px;
    overflow-y: auto;
    min-height: unset !important;
}

.search-result-wrap .error + .search-result-list {
    top: calc(100% - 18px);
}

.search-result-wrap input{
    z-index: 99;
    position: relative;
}

.search-result-list li {
    padding: 10px;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s all ease-in-out;
    border-radius: 5px;
}

.search-result-list li:first-child { 
    padding-top: 15px;
}

.search-result-list li:last-child {
    padding-bottom: 15px;
}

.search-result-list li:hover {
    background-color: #F0F2F5;
}

.search-result-wrap>.form-input:focus~.search-result-list {
    display: block;
}

.box-radiocheck:has(> .week-day.selected) {
    border-color: #2362ab;
    color: #2362ab;
}

.box-radiocheck .week-day:checked~.checktxt {
    color: inherit;
    font-weight: inherit;
}

.t-head-2.emp-type th {
    padding-left: 12px !important;
}

.leave-status .failed:before,
.leave-status .approve-2:before,
.leave-status .tbl-pending:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.leave-status .approve-2:before {
    background-image: url(../images/icon-active-tick.png);
}

.leave-status .failed:before {
    background-image: url(../images/delete.png);
}

.leave-status .failed,
.leave-status .approve-2 {
    padding-left: 30px;
    position: relative;
}

.leave-status .pending {
    cursor: pointer;
}
.leave-status span,
.leave-status .pending {
    background-color: unset !important;
}
.leave-status .pending img {
    width: 25px;
    min-width: 25px;
}
.pending-col {
    display: flex;
    gap: 10px;
}

/* changes by vijay 10-05-24 starts */
.create-service-page textarea.form-input {
    white-space: wrap;
    word-wrap: break-word;
}

.create-service-page input[type=number]::-webkit-outer-spin-button,
.create-service-page input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.create-service-page input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.arabic-inp {
    direction: rtl;
}
textarea[name="remarks_arabic"] {
    direction: rtl;
}
.imagewrapper .browse-img.addMore {
    background-color: transparent;
}

#ui-datepicker-div {
    z-index: 1001 !important;
}
.phone-code-wrapper input,
.phone-code-wrapper select {
    border-radius: 4px;
}
.phone-code-wrapper {
    border: 1px solid #cad0d8;
}
.browse-img.addMore.browse-img-2 {
    margin-bottom: 30px;
}
.browse-img.addMore.browse-img-2 label.error {
    position: absolute;
    top: 100%;
}
#apply-leave-form .form-input.validate-on-keyup.error ~ #empNameList {
    display: none !important;
}
#apply-leave-form .form-group.row {
    min-height: 102px;
}
#apply-leave-form label.error {
    margin-bottom: 0;
}
.coco {
    word-break: break-all;
    min-width: 120px;
}

.datepicker-pos-wrap {
    display: flex;
    row-gap: 20px;
}
.datepicker-pos-wrap .col {
    position: relative;
}
.datepicker-pos-wrap .col .ui-datepicker {
    position: absolute !important;
    left: 15px !important;
    top: 82px !important;
}
.matters-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none !important;
}
.reset-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.reset-btn-wrapper .add-rest-btn {
    height: fit-content;
    
}
.reset-btn-wrapper .addmore-company{
    margin: 0;
}

.maw-50 {
    max-width: 50%;
}
.txt-area-field {
    resize: vertical;
}
.action-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.permission-btn {
    width:30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 1px solid #4e536eb5;
    padding: 3px;
}

.permission-btn:hover img {
    filter: invert(1) brightness(0);
}

.vertical-scroll {
    overflow-y: auto;
    max-height: 400px;
    position: relative;
    margin: 20px 0;
}
.fixed-popup-layout .popup-close {
    right: 30px;
    top: 30px;
}

.reports-pg .select2-selection  {
    display: flex !important;
}

.reports-pg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 1px;
    width: 25px !important;
    position: absolute !important;
}
.generate-btn {
    display: flex;
    align-self: end;
}
.generate-btn a {
    margin-bottom: 20px;
    /* margin: 0 15px 20px 15px; */
    height: 46px;
}

/* .reports-pg .search-right form {
    display: flex;
    justify-content: flex-end;
} */

.reports-pg .search-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 30px;
}

.reports-pg .select2-container--default .select2-selection--single {
    border-radius: 8px;
}
.reports-pg .search-right .form-group {
    row-gap: 20px;
}

.w-150 {
    width: 150px;
}
.text-end {
    text-align: end;
}
.w-100px {
    width: 100px;
}

.select2-selection {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.select2-selection__arrow {
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.w-full {
    width: 100% !important;
    max-width: unset !important;
}
/* changes by vijay ends */

.email-send-page .select2-search__field {
    margin-top: 0px !important;
}

.email-send-page .select2-selection__rendered {
    display: none !important;
}

.email-send-page .select2-selection {
    height: 46px;
}
.email-send-page .select2-search.select2-search--inline{
    line-height: 19px !important;
}

.view-salary-page .form-group label {
    white-space: nowrap;
}
.add-payment-page .add-btn {
    white-space: nowrap;
    min-width: fit-content;
}

.custom-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 9999;
    display: none;
}

#monthly_deduction_amount {
    padding-right:45px;
}

.phone-code-wrapper .select2-selection__rendered span {
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.phone-code-wrapper .select2-selection__rendered span img {
    min-width: 20px;
    width: 20px;
    min-height: 13px;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.action-button-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.action-buttons button {
    font-size: 22px;
    width: fit-content;
    line-height: 28px;
    padding: 0;
    border-radius: 5px;
    min-width: 25px;
    width: 25px;
    height: 25px;
 }

 textarea.reject-reason {
    max-width:unset !important;
 }

 .switch-container {
    border-color: #d4d6d9 !important;
 }

  /* Container styling */
    #detailsForm .party-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap; /* wrap on smaller screens */
    }

    /* General button styling */
    #detailsForm .btn-party {
        padding: 8px 15px;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        color: #fff;
    }

    /* Specific button colors */
    #detailsForm .btn-client-party {
        background-color: #2362ab; /* Blue */
    }

    #detailsForm .btn-opponent-party {
        background-color: #dc3545; /* Red */
    }

    #detailsForm .btn-other-party {
        background-color: #6c757d; /* Grey */
    }

    /* Hover effect */
    #detailsForm .btn-party:hover {
        opacity: 0.85;
    }

    /* Required asterisk styling */
    #detailsForm .required {
        color: red;
        margin-left: 2px;
    }

    /* --- Popup Container --- */
.add-case-party .popup-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

/* Close button */
.add-case-party .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}

.add-case-party .popup-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

/* --- Form Rows & Columns --- */
.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.form-col {
    flex: 1;
    min-width: 150px;
}

.form-col-2 {
    flex: 2;
    min-width: 250px;
}

/* --- Form Inputs --- */
.form-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    background-color: #fff;
}

/* Hidden text input when not used */
.hidden-input {
    display: none;
}

/* Input focus */
.form-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.4);
}

/* Labels */
.add-case-party label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Red asterisk */
.red {
    color: red;
}

/* Add Party Button */
.add-party-btn {
    background-color: #2362ab;;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.add-party-btn:hover {
    opacity: 0.85;
}

.add-case-party .popup-v1 {
    max-width: 900px;
}

/* Parties Table Styling */
.parties-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.parties-table thead {
    background-color: #2362ab;
    color: #fff;
    text-align: left;
}

.parties-table thead th {
    padding: 10px;
    font-weight: 600;
    border-bottom: 2px solid #2362ab;;
}

.parties-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.parties-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.parties-table tbody tr:hover {
    background-color: #e6f0ff;
}

.parties-table tbody td .action-btn {
    padding: 5px 10px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    color: #fff;
}

.parties-table tbody td .edit-btn {
    background-color: #28a745;
}

.parties-table tbody td .edit-btn:hover {
    opacity: 0.85;
}

.parties-table tbody td .delete-btn {
    background-color: #dc3545;
}

.parties-table tbody td .delete-btn:hover {
    opacity: 0.85;
}

.minutes-btn {
    background-color: #2362ab;
    width: fit-content !important;
    height: auto !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    text-align: center;
}
.cancel-btn-sm {
    background-color: #dc3545;
    width: fit-content !important;
    height: auto !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    text-align: center;
}
.custom-checkbox-v2 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  user-select: none;
  margin-top: 5px;
}

.custom-checkbox-v2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox-v2 .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #2362ab;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  box-sizing: border-box;
}

.custom-checkbox-v2.final-judgement-option .checkmark {
  border-radius: 50% !important;
}

/* Remove filled background */
.custom-checkbox-v2.final-judgement-option input:checked ~ .checkmark {
  background-color: #fff !important;
}

/* Kill tick and draw dot */
.custom-checkbox-v2.final-judgement-option input:checked ~ .checkmark::after {
  content: "" !important;

  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;

  background-color: #2362ab !important;

  /* center dot */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;

  /* remove tick */
  border: none !important;
}


.parties-table thead th:last-child {
    text-align: center;
}

.parties-table .action-buttons {
    justify-content: flex-end !important;
}


.custom-checkbox-v2 input:checked ~ .checkmark {
  background-color: #2362ab;
}

.custom-checkbox-v2 input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* case report style starts */

.filter-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.grid-list-container {
    display: flex;
    flex-direction: column;

}
.grid-list-container .box-radiocheck {
    align-items: flex-start;
}

.grid-list-container .radiobtn {
    margin-top: 1px;
}

.field-title,.radiotxt, .checktxt {
    font-size: 15px;
    line-height: 21px;
    color: #111;
}

.field-title {
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.show-more-btn {
    display: flex;
    justify-content: center;
}

.show-more-btn span {
    color: #8987A8;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.show-more-btn span:hover {
    background-color: #F3F6F8;
}

.jv-profile-pic.layout-collage img {
    border-radius: 0;
    object-fit: cover;
}

.add-task-popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    width: 22px;
    z-index: 10001;
}
.ogh-notice-img img {
    width: 24px;
    height: 24px;
}

/* New changes starts */

.jv-grid {
    display: grid;
    grid-template-columns: repeat(12, calc((100% - 110px) / 12));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    gap: 10px;
}

.ogh-stats.first-row {
    grid-column: span 6;
    grid-row: span 1;
}

.ogh-stat-box.static {
    grid-column: span 3;
    grid-row: span 1;
}

.ogh-stat-box {
    grid-column: span 2;
    grid-row: span 1;
}


.ogh-stat-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
}

.ogh-stat-box:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
}

.ogh-stat-box:nth-child(5) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 2;
}

.ogh-stat-box:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
}

.ogh-stat-box:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
}

.ogh-stat-box:nth-child(8) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
}

.ogh-stat-box:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
}

.ogh-stat-box:nth-child(10) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
}

.ogh-stat-box:nth-child(11) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
}

.ogh-stat-box:nth-child(12) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
}

.jv-box-portrait {
    grid-column: span 3;
    grid-row: span 4;
}

.jv-box-landscape {
    grid-column: span 6;
    grid-row: span 2;
}

.jv-box.jv-box-portrait:has(.onleave-today){
    grid-row: span 2;
}

.flex-btw {
    justify-content: space-between;
}




/* Document upload styles */

.uploadContainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 0;
}

                
.docu-delete {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 32px;
    color: #fff !important;
    background-color: red;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
}

/* Card container */
.docu-card {
    width: calc(50% - 10px);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #d7d9ed;
    position: relative;
}

/* Label */
.docu-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
    font-size: 14px;
}

.docu-preview {
    width: 350px;
    height: 350px;
    object-fit: contain;
    justify-self: center;
}

/* Inputs */
.docu-input,
.docu-textarea {
    border: 1.8px solid #d7d9ed;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    transition: 0.2s;
}

.docu-input:focus,
.docu-textarea:focus {
    border-color: #4c6ef5;
    outline: 1px solid #4c6ef5;
    background: #fff;
}

/* Textarea */
.docu-textarea {
    min-height: 90px;
    resize: vertical;
}

/* Upload box */
.docu-upload-area {
    border: 2.5px dashed #a7b2f7;
    background: #f9fafc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    width: 180px;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    justify-content: center;
}

.document_type_cls{
    min-width: 130px !important;
}

.docu-upload-area:hover {
    border-color: #4c6ef5;
    background: #f3f6ff;
}

.docu-upload-icon {
    font-size: 48px;
    margin-bottom: 10px;
    color: #ffc107;
}

.docu-upload-text {
    color: #666;
    font-size: 14px;
}

/* When file selected */
.docu-upload-area.has-file {
    padding: 10px;
    border-color: #2f9e44 !important;
    border-style: solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.upload-row{
    max-width: 90%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.doc-upload-container {
    position: relative;
}

.download-ic {
    background: url(../images/icon-import.png) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    display: block;
    flex-shrink: 0;
}

.existing-file {
    position: absolute;
    top: 100%;
    display: flex;
    right: 0;
    align-items: center;
    justify-content: space-between;
    left: 0;
    transition: 0.3s ease-in-out;
    margin-top: 5px;
}

.existing-file:hover {
    color: #0056aa;
}

.existing-file:hover .download-ic {
   filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(2302%) hue-rotate(198deg) brightness(99%) contrast(100%);
}

.file-size-wrapper {
    width: 70%;
    flex-grow: 1;
}

.docu-upload-area img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.docu-file-name,.docu-file-size {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* Hidden custom type */
.docu-slide-in {
    animation: fadeSlide 0.25s ease-in;
}

.table-img-preview img {
    width: 70px;
    height:70px;
}

.image-table td {
    padding: 12px !important;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-wrap .selectall-checkbox {
    width: 15px;
    min-width: 15px;
    min-height:15px;
    height: 15px;
}

.checkbox-wrap label {
    margin: 0;
}

.custom_error {
    font-size: 13px;
    line-height: 15px;
}

.flex-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.time-filter.flex-end {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.btn-flex-wrapper{
    flex-wrap: nowrap;
    gap: 8px;
    padding-top: 6px;
}

.ts-select-form-group{
    min-width: 160px;
}

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.upload-doc-table.table thead th{
    border: solid 1px #d9dbe5;
}

.upload-doc-table.table thead tr th:first-child {
    border-bottom-left-radius: 0;
}

.upload-doc-table.table thead tr th:last-child {
    border-bottom-right-radius: 0;
}


@media (min-width: 1651px) {

.jv-box.jv-box-portrait:has(.onleave-today){
    grid-column: span 6;
}
/* has total 3 items */
.jv-grid.three-boxes .ogh-stat-box:nth-child(3)
{
   grid-column: span 6;
}

/* has total 4 items */
.jv-grid.four-boxes .ogh-stat-box:nth-child(3),
.jv-grid.four-boxes .ogh-stat-box:nth-child(4)
{
   grid-column: span 3;
}

/* has total 6 items */
.jv-grid.six-boxes .ogh-stat-box:nth-child(6)
{
   grid-column: span 6;
}

/* has total 7 items */
.jv-grid.seven-boxes .ogh-stat-box:nth-child(6),
.jv-grid.seven-boxes .ogh-stat-box:nth-child(7)

{
   grid-column: span 3;
}

/* has total 9 items */
.jv-grid.nine-boxes .ogh-stat-box:nth-child(9)
{
   grid-column: span 6;
}
}

@media (max-width: 1650px) {

    .ogh-stat-box.static {
        grid-column: span 2;
        grid-row: span 1;
    }

    .ogh-stat-box:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
    }

    .ogh-stat-box:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
    }

    .ogh-stat-box:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
    }

    .ogh-stat-box:nth-child(6) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
    }

    .ogh-stat-box:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
    }

    .ogh-stat-box:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 4;
    }

    .ogh-stat-box:nth-child(9) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
    }

    .ogh-stat-box:nth-child(10) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 5;
    }

    .ogh-stat-box:nth-child(11) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 4;
    }

    .ogh-stat-box:nth-child(12) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
    }

    .jv-box-portrait {
        grid-column: span 4;
        grid-row: span 3;
    }

    .jv-box-landscape {
        grid-column: span 8;
        grid-row: span 2;
    }

    /* has total 3 items */
    .jv-grid.three-boxes .ogh-stat-box:nth-child(3)
    {
    grid-column: span 4;
    }

    /* has total 4 items */
    .jv-grid.four-boxes .ogh-stat-box:nth-child(3),
    .jv-grid.four-boxes .ogh-stat-box:nth-child(4)
    {
    grid-column: span 2;
    }

    /* has total 5 items */
    .jv-grid.five-boxes .ogh-stat-box:nth-child(5)
    {
    grid-column: span 4;
    }

    /* has total 6 items */
    .jv-grid.six-boxes .ogh-stat-box:nth-child(6),
    .jv-grid.six-boxes .ogh-stat-box:nth-child(7)

    {
    grid-column: span 2;
    }

      /* has total 7 items */
    .jv-grid.seven-boxes .ogh-stat-box:nth-child(7)
    {
    grid-column: span 4;
    }

     /* has total 8 items */
    .jv-grid.eight-boxes .ogh-stat-box:nth-child(7),
    .jv-grid.eight-boxes .ogh-stat-box:nth-child(8)

    {
    grid-column: span 2;
    }

    /* has total 9 items */
    .jv-grid.nine-boxes .ogh-stat-box:nth-child(9)
    {
    grid-column: span 4;
    }

}

@media (max-width: 1300px) {
    .jv-box-portrait {
        grid-column: span 6;
        grid-row: span 4;
    }

    .jv-box-landscape {
        grid-column: span 12;
        grid-row: span 2;
    }

    .ogh-stat-box {
        grid-column-start: auto !important;
        grid-column-end: auto !important;
        grid-row-start: auto !important;
        grid-row-end: auto !important;
    }

    .ogh-stat-box {
        grid-column: span 4 !important;
        grid-row: span 1;
    }

    .time-filter .form-input{
        max-width: 130px;
    }

    .ts-select-form-group{
        min-width: 130px;
    }
    
    .btn-flex-wrapper .btn{
        padding: 0.375rem .5rem;
        font-size: 0.9rem;
    }
}

@media screen and  (max-width: 1100px){
    .time-filter.flex-end {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 1024px) {

    .jv-box-portrait {
        grid-column: span 12;
        grid-row: span 4;
    }

    .upload-row{
        max-width: 100%;
    }

}
 
/* New changes ends*/

/* .jv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}

.ogh-stats.first-row .ogh-stat-box {
    min-width:200px;
}
 
@media (min-width: 1440px) {
  .jv-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .jv-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1440px) {
    .jv-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
 
.jv-box {
  position: relative;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  padding: 8px;
  min-width: 325px;
}
 
.jv-box-double {
  grid-column: span 2;
  grid-row: span 1;
}
 
.jv-box-portrait {
  grid-column: span 1;
  grid-row: span 2;
  min-width: 325px;
  width: 100%;
}
 
.jv-box-landscape {
  grid-column: span 2;
  grid-row: span 1;
}
 
.ogh-stats.second-row .ogh-stat-box {
    flex-basis: calc(33.3% - 14px);
    max-width: calc(33.3% - 14px);
    width: calc(33.3% - 14px);
    min-width: 200px;
    flex-grow: 1;
}

.jv-box-double:has(.second-row .ogh-stat-box:nth-child(4)) {
  grid-row: span 2;
} */



@media (max-width: 1260px) {
  .filter-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
  }
}

@media (max-width: 1024px) {
  .filter-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }

  .filter-container .form-input {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
  .filter-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ..................media query ................ */

@media screen and (min-width: 1921px) {
    .login-right {
        flex-grow: 1;
        max-width: none;
    }
}

@media screen and (min-width: 1600px) {
    .box-radiocheck {
        min-width: 120px;
    }
    
}


@media screen and (max-width: 1976px) {
    .login-right {
        max-width: 1012px;
    }

    .content-right {
        max-width: 545px;
        padding: 32px 25px;
    }

    .report-menu li {
        font-size: 21px;
    }

    .earnings-icon {
        width: 80px;
        height: 80px;
    }

    .recent-transaction h3 {
        font-size: 1.215vw;
    }

    .recent-transaction {
        margin-bottom: 1.024vw;
    }

    .order-view {
        width: 32px;
    }
}

@media screen and (max-width: 1920px) {

    .form-input,
    .phone-code-wrapper {
        max-width: 336px;
    }

    input.full-width,
    textarea.full-width,
    select.full-width {
        width: 100%;
        max-width: 738px;
    }

    .email-formwrapper .form-input {
        max-width: 612px;
    }
}

@media screen and (max-width: 1900px) {
    .login-left-content {
        padding: 5.421vw 12.368vw 4.263vw 5.263vw;
    }

    .login-title {
        padding: 6.316vw 0 1.579vw;
        font-size: 2.632vw;
    }

    .login-left-content .grey-txt {
        font-size: 1.263vw;
    }

    .loginform-container h1 {
        font-size: 2.684vw;
        padding-bottom: 0.789vw;
    }

    .loginform-container h2 {
        font-size: 1.789vw;
        padding-bottom: 2.421vw;
    }

    .loginform-container label {
        font-size: 1.158vw;
    }

    .login-action label,
    .login-action a {
        font-size: 1.053vw;
    }

    .form-div.login-btn input,
    .form-div.login-btn button {
        font-size: 1.474vw;
    }

    .form-div.login-btn {
        padding: 5px 0;
    }

    .l-logo img {
        width: 8.316vw;
    }

    .register {
        font-size: 1.053vw;
    }

    .content-right-container {
        max-width: 22.895vw;
        padding: 108px 2.632vw 0;
    }

    .login-left {
        max-width: 53.053vw;
        /* min-height: 64.053vw; */
        min-height: 100%;
    }

    /* .login-right {
        padding-left: 9.684vw;
    } */

    .loginform-container {
        max-width: 26.105vw;
    }

    .form-div input {
        /* background: url(../images/icon-lock.png) no-repeat left 20px center; */
        /* background-size: 16px 20px; */
        height: 3.368vw;
    }

    /* .copyright {
        padding: 3.632vw 0 0 0px;
    } */

    .report-menu li a {
        font-size: 0.947vw;
        padding-left: 1.053vw;
    }

    .report-menu li a::after {
        top: 0.263vw;
        height: 0.632vw;
        width: 0.632vw;
    }
}

@media screen and (max-width: 1762px) {

    .top-menu ul,
    .logout {
        font-size: 17px;
    }

    /* .left-container {
        max-width: 25.199vw;
        padding: 70px 30px 20px 70px;
    } */

     /* .right-container {
        width: calc(100% - 19.637vw);
    } */
     
    .right-container {
        width: calc(100% - 25.199vw);
    }

    .profile {
        padding: 1.994vw 0 1.384vw;
    }

    .profile h3 {
        font-size: 21px;
    }

    .profile p {
        font-size: 16px;
    }

    .left-menu ul {
        font-size: 17px;
    }

    .left-menu ul li a {
        height: 56px;
        padding: 0 20px;
        padding-right: 40px;
    }

    .left-menu ul li a.menu-icon {
        margin-right: 15px;
    }

    .left-menu ul li a.menu-icon img {
        width: 26px;
        height: 28px;
    }

    .topmenu-wrapper {
        padding: 26px 1.270vw;
    }

    .search-area {
        max-width: 18.723vw;
        padding: 1.022vw 0 1.022vw 0.851vw;
    }

    .top-menu ul li {
        padding-right: 2.011vw;
    }

    .nav-buttons {
        padding-left: 0.795vw;
    }

    .logout {
        padding: 0.8vw 1.986vw;
    }

    .cirle-grey {
        width: 3.519vw;
        height: 3.519vw;
    }

    .notification span {
        width: 1.25vw;
        height: 1.25vw;
        top: -0.397vw;
        right: -0.681vw;
    }

    .notification>img {
        width: 1.419vw;
    }

    .settings>img {
        width: 1.646vw;
    }

    /* .content-left-container {
        padding: 88px 2vw;
    } */

    .transaction-detail figure {
        /* padding: 4px; */
        /* margin: 0 0.568vw 0 0; */
        width: 45px;
        height: 45px;
    }

    .notification span {
        font-size: 10px;
    }

    .statement {
        padding: 0 55px;
    }

    .report-menu li {
        font-size: 1.192vw;
        padding-right: 1.249vw;
    }

    .report-ellipsis img {
        width: 5px;
    }

    .content-left-bottom {
        padding: 25px 20px;
    }

    .radio-check .checkmark {
        /* width: 1.42vw;
        height: 1.376vw; */
        width: 17px;
        height: 17px
    }

    .check-report-iocns li {
        padding-right: 2.27vw;
        font-size: 0.965vw;
    }

    .radio-check {
        padding-left: 1.986vw;
        align-items: center;
    }

    .transaction-detail .name h5 {
        font-size: 0.965vw;
    }

    .transaction-detail .name p {
        font-size: 0.795vw;
    }

    .transaction-detail .amount h6 {
        font-size: 1.022vw;
    }

    .transaction-detail .amount .time {
        font-size: 0.851vw;
    }

    .content-right {
        max-width: 30.931vw;
        padding: 1.816vw 1.419vw;
    }

    .earnings-bar .red-btn {
        padding: 0px 18px;
    }

    .indicators {
        font-size: 0.965vw;
    }

    .report-info-box,
    .report-daigram {
        margin-top: 3.405vw;
    }

    .earning-graph-top .graph-title {
        font-size: 1.135vw;
    }

    .earning-graph-top .graph-date input {

        max-width: 124px;
        font-size: 0.851vw;
    }


    /* ............popup........... */

    .popup-content .popup-form-div input.fullwidth {
        font-size: 1.022vw;
        max-width: 21.793vw;
        max-height: 3.292vw;
        padding: 0.568vw 1.135vw;
        box-sizing: border-box;
        border: 1px solid #e7ecee;
        border-radius: 2.838vw;
    }

    .popup-submit-btn {
        font-size: 1.135vw;
        max-width: 21.793vw;
        max-height: 3.292vw;
        padding: 0.568vw 1.135vw;
        border-radius: 2.838vw;
    }

    .popup-content .popup-form-div {
        margin-bottom: 2.27vw;
    }

    .popup-content .form-block {
        margin-top: 1.249vw;
    }

    .content-top {
        gap: 15px;
    }

    .count {
        font-size: 32px;
        line-height: 29px;
    }

    .white-box {
        padding: 15px;
    }

    h2 {
        font-size: 26px;
    }

    /* .titlebar span {
        font-size: 12px;
    } */
    .search-list-wrapper {
        padding: 18px 0 18px;
    }

    /* form  */
    .form-wrapper {
        padding: 2.333vw;
    }

    .white-box {
        flex-basis: calc(25% - 12px);
    }

    .check-report-iocns label.radio-check {
        font-size: 16px;
    }
}

@media screen and (max-width: 1700px) {
    .login-container .logo {
        width: 14.353vw;
    }

    .login-form {
        padding-top: 3.059vw;
    }

    .two-col {
        flex-basis: calc(40% - 1.765vw);
        max-width: calc(40% - 1.765vw);
    }

    .forms-row {
        column-gap: 1.765vw;
    }
}

@media screen and (max-width: 1600px) {
    .left-container {
        max-width: 300px;
        padding: 50px 20px 20px 30px;
    }
    .left-menu ul {
        font-size: 15px;
    }
    .copyright {
        padding-right: 20px;
    }
    .left-menu {
        padding-right: 10px;
    }
    .leftmenu-top {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1550px) {
    .content-right-container {
        max-width: 20.895vw;
        padding: 108px 1.632vw 0;
    }

    .content-outer-wrapper .searchbar h3 {
        font-size: 20px;
        flex-shrink: 0;
        padding-right: 15px;
    }

    input.search {
        background: url(../images/icon-search.png) no-repeat left 5px center;
        background-size: 15px 15px;
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 1440px) {
    .search-item-group input {
        max-width: 300px;
        padding: 5px 12px;
    }

    .search-item-group input {
        max-width: 300px;
        padding: 5px 12px;
    }

    .search-item-group {
        max-width: 255px;
    }

    .search-list-wrapper input.search-input,
    input.search-input {
        padding: 12px 10px 12px 30px;
        background: url(../images/icon-search-red.png) no-repeat left 6px center;
        background-size: 20px 20px;
    }

    .form-control,
    .search-item-group,
    .add-item {
        height: 45px;
    }

    .white-wrapper {
        padding: 30px;
    }

    input.datepicker {
        background-size: 20px;
    }

    .dashboard-topblock .white-box>img {
        bottom: 10px;
        right: 10px;
    }


    /* login  */
    a.l-logo {
        width: 250px;
    }

    .loginform-container label,
    label,
    .login-action a,
    .form-div input,
    .register {
        font-size: 17px;
    }

    .form-div input {
        height: 45px;
    }

    .image-input>span {
        width: 150px;
        height: 150px;
    }

    .choose-file {
        width: 40px;
        height: 40px;
    }

    .l-logo img {
        width: 7.972vw;
    }

    .login-title {
        padding: 6.016vw 0 1.579vw;
        font-size: 2.32vw;
    }

    .login-left-content .grey-txt {
        font-size: 1.2vw;
    }

    .form-div.login-btn input,
    .form-div.login-btn button {
        font-size: 16px;
    }

    .form-checkbox .checkmark {
        width: 22px;
        height: 22px;
    }

    .form-checkbox .checkmark::after {
        left: 7px;
        top: 2px;
        width: 6px;
        height: 15px;
    }

    .left-container {
        /* max-width: 21.199vw; */
        max-width: 250px;
        padding: 20px 20px 20px 20px;
    }

    .msg-box h2 {
        font-size: 22px;
    }

    .msg-box p {
        font-size: 14px;
    }

    .blue-btn {
        padding: 10px 10px;
    }

    .countbox h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .round-box-sm {
        width: 52px;
        height: 52px;
    }

    .t-count .num {
        font-size: 25px;
    }

    .recent-transaction .white-btn {
        font-size: 14px;
    }

    .transaction-detail {
        margin-bottom: 30px;
        padding: 12px;
    }

    .activity-txt {
        font-size: 13px;
        padding-top: 5px;
    }

    .transaction-detail figure {
        width: 40px;
        height: 40px;
    }

    .transaction-detail .name p {
        font-weight: normal;
        font-size: 11px;
    }

    .transaction-detail .name h5 {
        font-size: 15px;
    }

    .left-content {
        max-width: 300px;
    }

    .content-right-container {
        padding: 72px 1.632vw 0;
    }

    .report-menu li a {
        font-size: 14px;
        padding-left: 18px;
    }

    .report-menu li a::after {
        top: 3px;
        height: 12px;
        width: 12px;
    }

    .earning-graph-top .graph-title {
        font-size: 16px;
    }

    /* .content-left-container {
        padding: 63px 2vw;
    } */

    td .td-img {
        margin-right: 10px;
    }

    .table td,
    .table thead th {
        font-size: 14px;
    }

    .tab {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .graph-block {
        max-width: 410px;
    }

    .profile-dropdown ul li .mailid {
        font-size: 14px;
    }

    .profile-dropdown ul li {
        padding: 14px 12px;
    }

    .profile-dropdown ul li a {
        font-size: 16px;
    }

    .profile-dropdown {
        padding: 16px 0;
    }

    .check-report-iocns label.radio-check {
        font-size: 13px;
        padding-left: 20px;
    }

    .radio-check .checkmark {
        width: 15px;
        height: 15px;
    }

    .transaction-detail {
        padding: 15px 10px;
    }

    .login-left-content {
        padding: 4.421vw 12.368vw 0.263vw 5.263vw;
    }

    .searchbox .submit-btn {
        min-height: 37px;
    }
}

@media screen and (max-width: 1400px) {

    .profile h3 {
        padding-top: 1.071vw;
        font-size: 18px;
    }

    .profile p {
        font-size: 13px;
    }

    /* .left-menu ul li {
        margin-bottom: 10px;
    } */

    .left-menu ul li a {
        padding: 0 20px;
        padding-right: 38px !important;
        height: 42px;
    }

    .left-menu ul li a .arrow-icon img {
        right: 18px !important;
    }

    .left-menu ul li a .menu-icon {
        margin-right: 12px;
    }

    .left-menu ul li a .menu-icon img {
        width: 16px;
    }

    .search-area {
        max-width: 17.723vw;
        padding: 0.7vw 0 0.7vw 0.851vw;
    }

    .top-menu ul li {
        padding-right: 1.61vw;
    }

    .notification>img,
    .settings>img {
        width: 21px;
    }

    .settings>img {
        width: auto;
        height: 24px;
    }

    .top-menu ul,
    .logout {
        font-size: 15px;
    }

    .copyright {
        font-size: 1.051vw;
        padding-left: 0px;
    }

    .content-right {
        max-width: 28.269vw;
    }

    .check-report-iocns li {
        padding-right: 1.27vw;
    }

    .left-menu ul {
        font-size: 15px;
    }

    .report-info-box {
        max-width: 210px;
    }

    .statement {
        padding: 0 45px;
    }


    .report-ellipsis img {
        width: 3px;
    }

    /* .profile img {
        width: 85px;
    } */
    .content-left-bottom,
    .content-right {
        margin-top: 16px;
    }

    .earning-graph-top .graph-date input {
        max-width: 120px;
        font-size: 12px;
    }


    /* .......popup.... */
    .popup-content .confirm-otp {
        font-size: 1.214vw;
    }

    .search-area input {
        font-size: 1.214vw;
        padding-right: 0.429vw;
    }

    .search-area .search {
        width: 21px;
        height: 22px;
        margin-right: 1.714vw;
    }

    .leftmenu-top .logo {
        width: 70px;
    }

    .boxcontent h3 {
        font-size: 15px;
        padding-bottom: 6px;
    }

    .count {
        font-size: 23px;
        line-height: 24px;
    }

    .cirle-grey {
        width: 45px;
        height: 45px;
    }

    /* .order-view {
        width: 30px;
    } */
    /* .form-div {
        height: 54px;
    } */
    .form-div.login-btn {
        margin-top: 36px;
    }

    .forget-pass {
        margin-top: 18px;
    }

    .search-list-wrapper {
        font-size: 14px;
        padding: 18px 0 18px;
    }

    .search-list-wrapper input {
        font-size: 14px;
    }

    figure.profile-pic {
        width: 65px;
        height: 65px;
    }

    /* .red-btn {
        min-height: 42px;
    } */
    .notification span {
        width: 17px;
        height: 17px;
        top: -5px;
        right: -9px;
    }

    .rounded-box {
        padding: 12px 15px;
    }

    .profile-box.rounded-box {
        padding: 5px;
    }

    .blue-btn {
        font-size: 14px;
    }

    .content-wrapper {
        gap: 16px;
    }

    .submit-btn,
    .cancel-btn,
    .lightblue-btn {
        font-size: 18px;
        min-height: 44px;
    }

    .table .action a {
        margin-right: 2px;
    }

    td.action img {
        width: 22px;
    }

    .permission-btn {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .form-input,
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 6px 8px !important;
        font-size: 15px;
    }

    .filterby-wrap label {
        font-size: 15px;
    }

    .add-btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    /* .add-btn:not(.noIcon) {
        padding-left: 30px;
    } */
    input.search_button.add-btn {
        padding: 7px 22px;
    }

    .search-right .form-input {
        /* min-width: 135px; */
        min-width: 125px;
    }

    .table thead tr th:first-child {
        padding-left: 12px;
    }

    /* .KYC-statusbox {
        max-width: 710px;
    } */
    .filterby-wrap label {
        min-width: 62px;
    }

    .search-right {
        gap: 10px 8px;
    }

    .filterby-wrap {
        column-gap: 8px;
    }

    .searchbar select.form-input {
        /* max-width: 140px; */
        flex-grow: 1;
    }
    .left-menu ul.sub-menu a {
        padding-left: 65px;
    }
    
    .left-menu ul.sub-menu li a::before {
        left: 46px;
    }

    .permission {
        width:22px;
        height: 22px;
        min-width: 22px;
    }

    /* .login-btn {
        height: 45px;
    } */

}

@media screen and (max-width: 1300px) {
    .left-container {
        padding: 20px 20px 20px 20px;
    }

    .login-left-content {
        padding: 4.421vw 12.368vw 5.263vw 5.263vw;
    }

}

@media screen and (max-width: 1199px) {
    .search-list-wrapper {
        flex-wrap: wrap;
    }

    .countbox {
        min-width: fit-content;
    }

    .round-box-sm {
        width: 40px;
        height: 40px;
    }

    .round-box-sm img {
        width: 20px;
    }

    .blue-btn {
        font-size: 15px;
    }

    .left-content {
        max-width: 200px;
    }

    .t-count {
        column-gap: 12px;
    }

    .t-count .num {
        font-size: 20px;
    }

    .countbox h3 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .blue-btn {
        padding: 6px 10px;
    }

    .recent-transaction h3 {
        font-size: 14px;
    }

    .loginform-container label,
    label,
    .login-action a,
    .form-div input,
    .register {
        font-size: 15px;
    }

    .msg-box {
        padding: 20px;
    }

    .content-outer-wrapper .searchbar h3 {
        font-size: 18px;
    }

    .contact-wrapper {
        gap: 15px 20px;
    }

    td .td-img {
        width: 35px;
        height: 35px;
    }

    /* .search-right {
        flex-wrap: wrap;
    } */
    .form-input,
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 6px;
    }

    .search-right .form-input:not(.search) {
        background: url('../images/down-arrow.png') no-repeat right 7px center;
        background-size: 11px 7px;
        padding-right: 21px;
    }

    .left-container {
        padding: 20px 15px 20px 15px;
    }

    .filterby-wrap.pl-3 {
        padding-left: 0.5rem !important;
    }

    .profile-data>.profile-datacol {
        font-size: 15px;
    }
}

@media screen and (max-width: 1182px) and (min-width: 1131px) {
    .left-menu ul li a {
        padding: 0 14px;
    }
}

@media screen and (max-width: 1130px) {
    h2 {
        font-size: 24px;
    }

    .titlebar span {
        font-size: 16px;
    }

    .notification span {
        width: 16px;
        height: 16px;
        top: -3px;
        right: -7px;
        font-size: 10px;
    }

    /* .content-left-container {
        padding: 38px 22.6px;
    } */

    .content-right-container {
        padding: 48px 1.232vw 0;
    }

    .statement {
        padding: 0 30px;
    }

    .left-container {
        /* padding: 25px 10px; */
        padding: 20px;
    }

    .left-menu ul {
        font-size: 14px;
    }

    .report-info-box {
        max-width: 180px;
    }

    .transaction-detail figure {
        width: 40px;
        height: 40px;
    }

    .left-menu ul li a {
        padding: 0 16px;
    }

    /* .left-menu ul li {
        margin-bottom: 1.77vw;
    } */




    /* bank details  */
    .form-outer-wrapper {
        padding: 7.08vw 13.717vw;
    }

    .boxcontent h3 {
        font-size: 14px;
        padding-bottom: 6px;
    }

    .count {
        font-size: 22px;
        line-height: 22px;
    }

    .white-box {
        padding: 10px;
    }

    .login-container .logo {
        width: 160px;
    }

    .login-form {
        padding-top: 35px;
    }

    .login-action label,
    .login-action a {
        font-size: 14px;
    }

    .form-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }

    .login-action .form-checkbox {
        padding-left: 30px;
    }

    .searchbar {
        flex-wrap: wrap;
    }

    .search-right {
        align-items: center;
        justify-content: space-between;
    }

    .ts-search{
       justify-content: flex-end;
    }

    .searchbox {
        flex-grow: 1;
    }

    .profile-data>.profile-datacol {
        font-size: 14px;
    }
}


@media screen and (max-width: 1024px) {
    .leftmenu-top .logo {
        margin-left: 0;
        width: 65px;
    }

    .leftmenu-top .hamburger {
        padding-right: 0;
        width: 23px;
    }

    .profile h3 {
        font-size: 17px;
    }

    .profile p {
        font-size: 13px;
    }

    .topmenu-wrapper {
        padding: 26px 12px;
    }

    /* .content-left-container {
        padding: 34px 15px;
    } */

    .top-menu ul {
        justify-content: center;
    }

    .nav-buttons {
        column-gap: 18px;
        padding-left: 6px;
    }

    .earnings-icon {
        width: 37px;
        height: 37px;
    }

    .earnings-icon img {
        width: 16px;
    }

    .earnings-content {
        padding-left: 12px;
    }

    .earnings-content .title {
        font-size: 12px;
    }

    .earnings-bar .red-btn {
        padding: 0px 10px;
        height: 31px;
        font-size: 12px;
    }

    .recent-transaction .white-btn {
        font-size: 11px;
    }

    .statement {
        padding: 0 25px;
    }

    .earning-graph-top .graph-date input {
        font-size: 10px;
        max-width: 102px;
    }

    .earning-graph-top .graph-date {
        column-gap: 5px;
    }

    .search-area input {
        font-size: 12px;
    }

    .recent-transaction .white-btn {
        font-size: 11px;
    }

    .boxcontent h3 {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .count {
        font-size: 20px;
        /* line-height: 20px; */
    }

    /* ............popup........... */
    .popup-content .popup-form-div input.fullwidth {
        font-size: 1.222vw;
        max-width: 24.793vw;
        max-height: 3.592vw;
        padding: 1.135vw 1.135vw;
    }

    .popup-submit-btn {
        font-size: 1.335vw;
        max-width: 24.793vw;
        max-height: 3.592vw;
        padding: 1.135vw 1.135vw;
    }

    .white-wrapper {
        padding: 25px;
    }

    .onethird-col,
    .oneforth-col {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .form-element-group {
        margin-bottom: 2rem;
    }

    .status-btn {
        font-size: 15px;
    }

    .loginform-container {
        max-width: 270px;
    }

    .transaction-detail {
        margin-bottom: 15px;
        padding: 5px;
    }

    .transaction-detail figure {
        width: 30px;
        height: 30px;
    }

    .transaction-detail .name h5 {
        font-size: 13px;
    }

    .activity-txt {
        font-size: 11px;
        padding-top: 0;
    }

    .loginform-container label,
    label,
    .login-action a,
    .form-div input,
    .register {
        font-size: 13px;
    }

    .form-checkbox {
        padding-left: 30px;
    }

    .loginform-container h2 {
        font-size: 18px;
    }

    .form-div input {
        height: 40px;
    }

    .form-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }

    .form-checkbox .checkmark::after {
        left: 6px;
        top: 1px;
        width: 6px;
        height: 14px;
    }

    .form-div input {
        padding-left: 15px;
    }

    .msg-box {
        padding: 20px;
    }

    /* .search-right .form-input{        
        min-width: unset;
    } */
    .search-right .form-input:not(.search) {
        /* min-width: 155px; */
        background: url('../images/down-arrow.png') no-repeat right 7px center;
        background-size: 11px 7px;
        padding-right: 21px;
    }

    .profile-data>.profile-datacol {
        font-size: 13px;
    }

    .daterangepicker .drp-calendar.right,
    .daterangepicker .drp-calendar.left {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        min-width: 42px !important;
        height: 42px !important;
        min-height: 40px !important;
    }
    .search-right.flex-wrp {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    .jv-header-top {
        display: none;
    }

    .right-container .content-outer-wrapper {
        height: calc(100vh - 142px);
    }

    .left-menu-section .jv-header-actions {
        display: flex;
    }

    .jv-user-info .jv-user-role {
        color: #fff !important;
    }

    footer {
        display: block;
    }

    .outer-wrapper {
        flex-direction: column;
    }

    .topmenu-wrapper {
        display: none;
    }

    .left-container {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
        padding: 10px 20px 10px;
        min-height: auto;
        height: auto;
        padding-right: 20px !important;
        padding-top: 20px !important;
    }

    .right-container {
        width: 100%;
    }

    .left-container .copyright,
    .topmenu-wrapper .top-menu {
        display: none;
    }

    .content-outer-wrapper {
        padding: 20px 15px 20px;
        flex-direction: column;
    }

    .titlebar .nav-buttons {
        display: none;
    }

    .left-menu-section {
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 1;
        align-items: center;
    }

    .leftmenu-top .hamburger.icon {
        display: none;
    }

    .leftmenu-top .hamburger.mobile-icon {
        display: flex;
        width: 26px;
        align-self: center;
    }

    .leftmenu-top .hamburger.mobile-icon .menu-close {
        display: none;
    }

    .leftmenu-top .hamburger.mobile-icon.open .menu-close {
        display: block;
    }

    .leftmenu-top .hamburger.mobile-icon.open .menu-open {
        display: none;
    }

    .profile h3,
    .profile p {
        display: none;
    }

    nav.left-menu {
        height: 0;
        opacity: 0;
        display: none;
        margin-top: 0px;
    }

    .left-container.mobile-toggle nav.left-menu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #1a579c;
        top: 87px;
        padding: 20px 20px 0;
        box-sizing: border-box;
        z-index: 3;
        display: block;
        height: auto;
        opacity: 1;
        height: calc(100vh - 87px);
    }

    .left-container.mobile-toggle nav.left-menu ul li {
        margin-bottom: 5px;
    }

    .left-container.mobile-toggle nav.left-menu.left-menu .dropdown-menu li {
        margin-bottom: 6px;
    }

    .profile {
        padding: 0;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
    }

    .leftmenu-top {
        column-gap: 28px;
    }

    /* .leftmenu-top .logo {
        order: 2;
    }
    .leftmenu-top .hamburger {
        order: 1;
    }
    .profile img {
        width: 45px;
    } */
    .leftmenu-top .logo {
        width: 60px;
    }

    .mobile-dropdown-icon {
        display: inline-flex;
        border-radius: 0;
    }

    .topmenu-wrapper.topmenu-open {
        padding: 22px;
        display: flex;
    }

    .search-area {
        width: 0;
        background: transparent;
        padding: 0;
        /* padding: 6px 10px; */
    }

    .search-area input {
        width: 0;
        border-bottom: 1px solid #fff;
        padding-right: 0;
        transition: all 0.3s ease-in-out;
    }

    .search-area::after {
        display: none;
    }

    .search-area .search {
        margin-right: 0;
    }

    .search-area.open {
        width: max-content;
        background: transparent;
        padding-right: 6px;
    }

    .search-area.open input {
        width: 120px;
        border-bottom: 1px solid rgb(17 17 17 / 35%);
        padding-right: 6px;
    }

    .cirle-grey {
        width: 37px;
        height: 37px;
    }

    .notification>img,
    .settings>img {
        width: 24px;
        height: auto;
        filter: brightness(0) invert(1);
    }

    /* .settings img {
        width: auto ;
        height: 18px;
    }
  */
    .logout {
        padding: 14px 16px;
        width: 90px;
        height: 38px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: 13px;
        justify-content: center;
    }

    .titlebar span {
        display: none;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .content-left {
        margin-right: 0;
    }

    h2 {
        font-size: 22px;
    }

    .section-title {
        display: block;
    }

    .content-right {
        max-width: 100%;
        padding: 36px 18px 24px;
        margin-bottom: 28px;
    }

    .recent-transaction .white-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .content-right .recent-transaction {
        display: none;
    }

    .outer.recent-transaction h3 {
        font-size: 20px;
    }

    .transaction-detail figure {
        width: 50px;
        height: 50px;
    }

    .transaction-detail .name h5 {
        font-size: 16px;
    }

    .transaction-detail .name p {
        font-size: 13px;
    }

    .transaction-detail .amount h6 {
        font-size: 14px;
    }

    .transaction-detail .amount .time {
        font-size: 13px;
    }

    .transaction-detail {
        padding: 15px;
    }

    .transaction-detail figure {
        margin: 0 14px 0 0;
    }

    .statement {
        display: none;
    }

    .content-left-bottom {
        padding: 30px 20px;
    }

    .report-menu li {
        font-size: 17px;
        padding-right: 18px;
    }

    .earnings-content .title {
        font-size: 13px;
    }

    .check-report-iocns li {
        padding-right: 12px;
        font-size: 13px;
    }

    .radio-check {
        padding-left: 30px;
    }

    /* .radio-check .checkmark {
        width: 20px;
        height: 19px;
    } */
    .report-info-box {
        max-width: 242px;
    }

    .indicators {
        font-size: 14px;
    }

    .outer.recent-transaction {
        display: flex;
    }

    .earning-graph-top .graph-title {
        /* font-size: 14px; */
        padding-right: 20px;
    }

    .earning-graph-top {
        justify-content: flex-end;
    }

    .earning-graph-top .graph-date input {
        font-size: 13px;
        padding: 7px 3px 7px 7px;
        max-width: 110px;
    }

    .earning-graph-top .graph-date {
        column-gap: 10px;
        padding-top: 10px;
    }

    .recent-transaction .white-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .content-bottom {
        flex-direction: column;
    }

    /* ............popup......... */
    .popup-content .form-block {
        margin-top: 20px;
    }

    .report-ellipsis {
        display: none;
    }

    /* bank detais  */
    .form-element-group input {
        font-size: 15px;
    }

    .form-btn {
        font-size: 18px;
        max-width: 354px;
    }

    .form-element-group label {
        font-size: 15px;
    }

    /* .mobile-logout{ display: block;} */
    .mobile-nav {
        display: flex;
        column-gap: 15px;
    }

    .notification span {
        background-color: #fff;
        width: 15px;
        height: 15px;
        color: #000;
        font-size: 9px;
        border: 1px solid #c8d1dd;
        top: -1px;
        right: -4px;
    }

    .items-align-right {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter {
        flex-wrap: wrap;
    }

    figure.profile-pic {
        width: 45px;
        height: 45px;
    }

    .login-left-content {
        padding: 13.421vw 9.368vw 8.263vw 5.263vw;
    }

    .left-content {
        display: flex;
        max-width: 100%;
        gap: 20px 30px;
    }

    .profile-box {
        display: none;
    }

    .content-right-container {
        max-width: 100%;
        padding: 20px 8px;
    }

    .activity-txt {
        font-size: 12px;
    }

    .outer.recent-transaction {
        margin: 25px 0 5px;
        padding: 0;
    }

    .countbox-wrapper {
        gap: 15px;
        margin-bottom: 25px;
    }

    .earning-graph-top {
        gap: 3px;
    }

    .msg-box {
        margin-bottom: 20px;
    }

    .titlebar {
        margin-bottom: 20px;
    }

    .left-container .profile-pic {
        display: block;
    }

    /* .earning-graph-top .graph-title {
        font-size: 15px;
    } */
    /* .report-menu li a {
        padding-left: 14px;
        font-size: 12px;
    }
    .report-menu li a::after {
        top: 4px;
        height: 8px;
        width: 8px;
    } */
    .add-btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    /* .add-btn:not(.noIcon){
        padding-left: 30px;
    } */
    input.search_button.add-btn {
        padding: 8px 22px;
    }

    a.noIcon {
        padding: 8px 15px;
    }

    .add-rest-btn {
        padding-left: 15px !important;
    }

    .content-left-container {
        min-height: fit-content;
    }

    .form-input {
        padding: 6px 8px;
    }

    .table td {
        font-size: 13px;
    }

    .inlineFlex img.roung-img {
        width: 18px;
    }

    .graph-block {
        max-width: 100%;
    }

    .earning-graph-top {
        justify-content: space-between !important;
        width: 100%;
    }

    .graph-wrapper {
        max-width: 520px;
        width: 100%;
        margin: auto;
    }

    .report-menu {
        width: 100%;
        justify-content: flex-end;
    }

    .holiday-popup .popup-box {
        padding: 40px !important;
    }
    .lang-toggle {
        border: 1px solid #fff;
    }

}


@media screen and (max-width: 768px) {

    .register {
        font-size: 16px;
    }

    .forget-pass {
        font-size: 16px;
    }

    .content-top {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .white-box {
        flex-basis: calc(50% - 8px);
        max-width: 50%;
        margin-bottom: 15px;
    }

    .report-menu li {
        font-size: 15px;
    }

    .check-report-iocns li {
        font-size: 13px;
    }

    .radio-check {
        padding-left: 25px;
    }

    .content-report-bar {
        flex-direction: column;
    }

    .graph-block {
        align-items: flex-start;
        margin-top: 10px;
    }

    .earnings-content .title {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .earnings-content .number {
        font-size: 37px;
    }

    .earnings-bar .red-btn {
        padding: 8px 26px;
        font-size: 16px;
    }

    .indicators {
        font-size: 16px;
    }

    .report-info-box {
        max-width: 280px;
        margin-right: 0;
    }

    .earning-graph-top {
        justify-content: flex-start;
    }

    .report-menu {
        margin: 0 0 30px 0;
    }

    .earnings-content .note {
        margin-top: 6px;
    }

    /* ............popup........... */



    /* .popup-submit-btn  {
        font-size: 13px;
        max-width: 260px;
        max-height: 34px;
        padding: 10px;
        border-radius: 50px;
    }
    .popup-content .confirm-otp {
        font-size: 11px;
    } */
    .report-daigram-bar {
        flex-direction: column;
    }

    .outer.recent-transaction h3 {
        font-size: 22px;
    }

    .outer.recent-transaction {
        margin: 25px 0 5px;
    }

    .recent-transaction .white-btn {
        padding: 4px 12px;
    }

    .transaction-detail .name h5 {
        font-size: 15px;
    }

    .transaction-detail figure {
        margin: 0 5px 0 0;
    }

    .login-container .logo {
        width: 140px;
    }

    .login-form {
        padding-top: 30px;
    }

    /* .form-div {
        height: 54px;
    } */
    .form-div.login-btn {
        margin-top: 28px;
        height: 40px;
    }

    .forget-pass {
        margin-top: 15px;
    }


    .search-list-wrapper .show-item {
        order: 2;
        margin-top: 5px;
        flex-grow: 1;
    }

    .search-list-wrapper .show-item select {
        width: 100%;
    }

    .search-item-group {
        max-width: 296px;
    }

    .search-item-group input {
        max-width: 230px;
    }

    .search-append button img {
        width: 20px;
    }

    .search-append {
        max-width: 56px;
    }

    .table .action a {
        max-width: 20px;
    }

    .search-item-group,
    .search-list-wrapper input,
    select.form-control {
        max-width: 100%;
    }

    .search-item-group input {
        max-width: 100%;
    }

    .search-list-wrapper {
        /* flex-direction: column; */
        row-gap: 10px;
    }

    .search-append {
        max-width: 56px;
    }

    .half-col,
    .one-col,
    .two-col,
    .three-col,
    .four-col,
    .onethird-col,
    .oneforth-col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .form-field {
        height: 42px;
    }

    .submit-btn,
    .lightblue-btn,
    .cancel-btn,
    form button.lightblue-btn ,
    .cancel-btn-2{
        min-height: 36px;
        font-size: 15px;
    }

    .submit-btn,
    .cancel-btn,
    form button.lightblue-btn {
        margin-top: 0.5rem;
    }

    .forms-row {
        column-gap: 2.5rem;
    }

    .form-wrapper {
        padding: 18px;
    }

    .form-element-group {
        margin-bottom: 1.5rem;
    }

    .white-wrapper {
        padding: 20px;
    }

    .form-field {
        max-width: 100%;
    }

    .status-btn {
        font-size: 14px;
    }

    .white-box {
        background-size: 26.9%;
    }

    .dashboard-topblock .white-box>img {
        width: 10%;
    }

    .content-outer-wrapper .search-list-wrapper h3 {
        align-self: flex-start;
    }

    .content-outer-wrapper h3 {
        font-size: 16px;
    }

    /* login  */
    .login-left {
        display: none;
    }

    .login-right {
        background: url('../images/login-bg.jpg') no-repeat top right;
        background-size: cover;
        flex-basis: 100%;
        flex-grow: 1;
        padding: 55px 0 12px;
        justify-content: center;
        padding-left: 0;
    }

    .r-logo {
        display: block;
    }

    .r-logo {
        width: 90px;
        margin: 0px auto 20px;
    }

    .login-right .overlay {
        display: block;
    }

    /* .form-div.mail input {
        background: url(../images/icon-mail.png) no-repeat left 16px center, #fff ;
        background-size: 17px 14px;
        height: 40px;
    }
    .form-div.pass input {
        background: url(../images/icon-lock.png) no-repeat left 16px center, #fff ;
        background-size: 14px 17px;
        height: 40px;
    } */
    .login-wrapper {
        min-height: 100vh;
        height: 100%;
        max-height: none;
        overflow: auto;
        align-items: stretch;
    }

    .loginform-container * {
        color: #fff !important;
    }

    .loginform-container {
        z-index: 1;
        max-width: 306px;
    }

    .loginform-container form {
        padding-left: 0;
    }

    label,
    .login-action a,
    .register {
        font-size: 14px;
    }

    .form-checkbox .checkmark {
        background-color: #fff;
    }

    /*.form-checkbox .checkmark::after {
        width: 5px;
        height: 12px;
        left: 4px;
        top: 0px;
    } */
    label {
        margin-bottom: 0.25rem;
    }

    .form-div {
        margin-bottom: 18px;
    }

    .loginform-container h1 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .loginform-container h2 {
        font-size: 17px;
        padding-bottom: 18px;
    }

    .logintxt,
    .login-bottomtxt {
        font-size: 12px;
    }

    .logintxt {
        padding: 0.51rem 0 2rem;
    }

    .form-div.login-btn input,
    .form-div.login-btn button {
        color: #3f4119 !important;
    }

    .loginform-container label,
    label,
    .login-action a,
    .form-div input,
    .register {
        font-size: 14px;
    }

    .white-roundbox {
        padding: 20px;
    }

    .sm-block {
        padding: 15px 10px;
    }

    .loginform-container .form-div input {
        color: #000 !important;
    }

    .image-input>span {
        width: 110px;
        height: 110px;
    }

    .choose-file {
        width: 35px;
        height: 35px;
    }

    .form-div input {
        padding-left: 10px;
        height: 42px;
    }

    .login-bottomtxt {
        padding-top: 20px;
    }

    .form-checkbox {
        padding-left: 30px;
    }

    .register a {
        color: #c4cf12 !important;
    }

    .login-title {
        padding-top: 10px;
    }

    .login-right .login-title,
    .login-right .logintxt,
    .login-right .login-bottomtxt {
        display: block;
    }

    .light-greentxt {
        color: #c4cf12 !important;
    }

    .pagination li a {
        width: 25px;
        height: 25px;
    }

    .pagination {
        font-size: 13px;
    }

    .forgotpass-page .login-right .login-title,
    .forgotpass-page .login-right .logintxt {
        display: none;
    }

    .forgotpass-page .r-logo {
        padding-bottom: 2rem;
    }

    .filterby-wrap label {
        flex-shrink: 0;
    }

    .search-right {
        justify-content: flex-start;
    }

    .filterby-wrap.pl-3 {
        padding-left: 0 !important;
    }

    .profile-data>.profile-datacol {
        font-size: 14px;
    }

    .daterangepicker {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .date-range-wrap:after {
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0%;
    }

    .holiday-popup .form-group {
        margin-bottom: 10px;
    }

    .holiday-popup .submit-wrap button {
        margin-top: 1rem;
    }

    .holiday-popup .popup-box {
        max-width: 480px !important;
    }

    .daterangepicker th.month {
        font-size: 18px !important;
    }
    .permission-btn {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .btn-flex-wrapper{
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-code {
        padding: 0;
    }

    .accordion {
        padding: 12px 18px;
        font-size: 15px;
        line-height: normal;
    }

    .accordion-head span,
    .accordion-body p {
        font-size: 15px;
    }

    .accordion-wrapper .accordion-body {
        padding: 12px 18px 25px 0;
    }

    .searchbox {
        flex-grow: 1;
    }

    .filterby-wrap {
        width: calc(100% - 75px);
    }

    .searchwrapper .filterby-wrap,
    .filterby-wrap-single {
        width: 100%;
    }

    .search-right {
        flex-wrap: wrap;
    }

    .search-right .form-input {
        max-width: 100%;
    }

    .searchbar-buttons {
        width: 100%;
        order: 1;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .searchbox {
        order: 2;
    }

    .filterby-wrap {
        order: 3;
        flex-grow: 1;
    }

    /* .searchbar-buttons a{
        flex-grow: 1;
    } */
}

@media screen and (max-width: 600px) {
    .search-right .form-input {
        max-width: 100%;
    }

    .search-right {
        gap: 15px 8px;
    }

    .add-btn {
        padding: 7px 15px;
    }

    /* .add-btn:not(.noIcon){
        padding-left: 30px;
    } */
    .searchwrapper {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 520px) {

    .right-container .content-outer-wrapper {
        height: calc(100vh - 130px);
    }

    #detailsForm .party-buttons {
        justify-content: center;
    }
    #detailsForm .btn-party {
        width: 100%;
        text-align: center;
    }

    .left-container.mobile-toggle nav.left-menu {
        height: calc(100vh - 76px);
    }

    .earnings-bar:last-child {
        flex-direction: column;
        align-items: stretch;
    }

    .balance-leftblock {
        margin-bottom: 28px;
    }

    .transaction-data {
        flex-direction: column;
    }

    .transaction-detail .amount {
        text-align: left;
        flex-direction: row;
        column-gap: 14px;
        align-items: center;
    }

    .transaction-detail .amount .time {
        padding-top: 2px;
    }

    .white-box {
        flex-basis: 100%;
        max-width: 100%;
    }

    .earning-graph-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .earning-graph-top .graph-title {
        padding-bottom: 8px;
        padding-right: 0;
    }

    h2 {
        font-size: 20px;
    }

    .outer.recent-transaction h3 {
        font-size: 18px;
    }

    .transaction-detail .name p {
        font-size: 12px;
    }

    .transaction-detail .amount h6 {
        font-size: 13px;
    }

    .transaction-detail .amount .time {
        font-size: 12px;
    }

    .transaction-data {
        align-items: flex-start;
    }

    /* .left-container {
        padding: 25px 10px ;
    } */
    .leftmenu-top .logo {
        width: 50px;
    }

    .leftmenu-top {
        column-gap: 15px;
    }

    .left-container.mobile-toggle nav.left-menu {
        top: 76px;
    }

    .login-container {
        padding: 5px 20px;
    }

    .status-btn {
        font-size: 13px;
        margin-bottom: 10px;
        width: 100%;
    }

    .status-btn:last-child {
        margin-bottom: 0;
    }

    .status-bar {
        flex-direction: column;
    }


    .white-box {
        background-size: 17.9%;
    }

    .dashboard-topblock .white-box>img {
        width: 8%;
        bottom: 7px;
        right: 7px;
    }

    .loginform-container {
        max-width: 320px;
    }

    .user-wrapper {
        flex-direction: column;
    }

    .user-wrapper .user-round-img {
        align-self: center;
    }

    .sm-block {
        padding: 15px 5px;
    }

    .loginform-container h1 {
        font-size: 19px;
    }

    .loginform-container h2 {
        font-size: 16px;
    }

    .logintxt,
    .login-bottomtxt {
        font-size: 12px;
    }

    .countbox-wrapper .countbox {
        flex-basis: 100%;
        min-width: 100%;
    }

    .msg-box h2 {
        font-size: 20px;
    }

    .left-content {
        flex-direction: column;
        gap: 0;
    }

    .form-div input {
        padding-left: 8px;
        height: 38px;
    }

    .popup-sm .popup-box {
        max-width: 80%;
        padding: 20px;
    }

    .popup-close {
        right: 20px;
        top: 25px;
        width: 16px;
    }

    .blue-btn1 {
        padding: 8px;
        font-size: 16px;
        min-width: 110px;
    }

    .popup-title {
        font-size: 20px;
        padding-bottom: 22px;
    }

    .permission-list {
        padding: 12px 12px 22px;
    }

    .permission-list li {
        padding-bottom: 16px;
    }

    .form-group.row {
        flex-direction: column;
    }

    .form-group.row {
        margin-bottom: 0;
    }

    .form-group.row .col {
        margin-bottom: 20px;
    }

    .profilepic {
        width: 95px;
        height: 95px;
    }

    .profilepic-wrapper {
        gap: 12px;
    }

    .form-container {
        padding-right: 0;
    }

    .search-right .form-input {
        min-width: auto;
    }

    /* .filterby-wrap {
        gap: 8px;
        flex-wrap: wrap;
    } */
    /* .form-container input[type=text],
    .form-container input[type=email],
    .form-container input[type=number],
    .form-container input[type=password]{
        min-width: 300px;
    } */
    .form-container {
        max-width: 100%;
    }

    .KYC-status-wrapper {
        flex-wrap: wrap;
    }

    .form-input,
    .phone-code-wrapper {
        max-width: 100%;
    }

    .searchbar-buttons {
        flex-direction: column;
    }

    .searchbar-buttons a {
        max-width: 100%;
        text-align: center;
    }

    .searchbar-buttons a:first-child {
        order: 2;
    }

    .searchbar-buttons a:last-child {
        order: 1;
    }

    .add-btn {
        /* background-image: none;  */
        padding-left: 15px;
    }

    .searchform-wrap {
        order: 2;
    }

    .check-report-iocns {
        width: 100%;
        justify-content: flex-end;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    .holiday-popup .popup-box {
        padding: 20px !important;
    }

    .holiday-popup.popup {
        padding: 20px 20px;
    }

    .holiday-popup .popup-close {
        right: 20px;
        top: 20px;
    }
    .create-service-page .currency-inp-2 input, 
    .create-service-page .select2-container {
        max-width: 100%;
    }
    .maw-50 {
        max-width: 100%;
    }
}

@media screen and (max-width: 420px) {

    .login-container {
        padding: 5px 0;
    }

    /* .form-div.phone::before,.form-div.pass::before  {
        margin-left: 20px;
    } */
    /* .form-div {
        height: 50px;
    } */
    /* .form-div input {
        padding-left: 40px;
    } */
    .form-div.login-btn input,
    .form-div.login-btn button {
        font-size: 17px;
    }

    .topmenu-wrapper.topmenu-open {
        padding: 22px 14px;
    }

    .report-menu li {
        font-size: 14px;
        /* flex-grow: 1; */
        padding-right: 12px;
    }

    .radio-check {
        padding-left: 27px;
    }

    .transaction-detail .amount h6 {
        font-size: 13px;
    }

    .transaction-detail .amount .time {
        font-size: 12px;
    }

    .transaction-detail .name h5 {
        line-height: 20px;
        font-size: 14px;
    }

    .indicators {
        font-size: 14px;
    }

    .top-menu ul {
        font-size: 13px;
    }

    /* .search-area.open input {
        width: 85px;
    } */
    .leftmenu-top .hamburger.mobile-icon {
        width: 23px;
    }

    .profile>img {
        width: 40px;
    }

    .cirle-grey {
        width: 30px;
        height: 30px;
    }

    /* ............popup........... */

    .popup-submit-btn {
        font-size: 12px;
        max-width: 251px;
        max-height: 31px;
    }

    /* login  */
    .loginform-container {
        max-width: 290px;
    }

    .items-align-right>* {
        flex-grow: 1;
    }

    .filter {
        flex-direction: column;
        width: 100%;
    }

    .filter * {
        width: 100%;
    }

    .profile-dropdown {
        max-width: 200px;
        width: 185px;
    }

    .filterby-wrap,
    .searchwrapper .filterby-wrap {
        flex-wrap: wrap;
        width: 100%;
    }

}

/* .................. ENDS media query ................ */


.left-container.open {
    width: 110px;
    max-width: 127px;
    padding-top: 40px;
    position: relative;
    z-index: 5;
    padding: 20px 10px;
}

.left-container.open .hamburger {
    display: none;
}

/* .left-container.open .logo{
    width: 60px;
} */
.left-container.open .leftmenu-top {
    position: relative;
}

/* .left-container.open .hamburger {
    position: absolute;
    right: -5vw;
    top: -7px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
} */

/* .left-container.open .profile img{
    width: 60px;
} */

.left-container.open .profile h3,
.left-container.open .profile p {
    display: none;
}

.left-container.open .left-menu ul {
    align-items: center;
}

.left-container.open .left-menu ul li {
    position: relative;
    height: 64px;
}

/* .left-container.open .left-menu ul li a .menu-icon {
    margin-right: 10px;
} */

.left-container.open .left-menu ul li a .menu-icon img {
    width: 22px;
}

.left-container.open .left-menu ul li a span {
    margin-right: 0;
}

.left-container.open .left-menu ul li a .menu-txt {
    display: none;
}

.left-container.open .left-menu ul li a {
    margin-right: 0;
    display: flex;
    align-items: center;
}



.left-container.open .left-menu ul li a .menu-icon.role-img img {
    width: 23px;
}

.left-container.open .left-menu ul li a span.menu-txt {
    width: 0;
    /* opacity: 0; */
    display: none;
}

.left-container.open .left-menu ul li a {
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    position: absolute;
    left: -32px;
    padding: 0 12px 0 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-container.open .left-menu ul li a:hover::before {
    margin-right: 16px;
}

.left-container.open .left-menu ul li a:hover span {
    width: auto;
    /* opacity: 1; */
    /* display: inline-block; */
}

.left-container.open .left-menu ul li a:hover {
    /* width: max-content; */
    /* min-width: 180px; */
    /* min-width: 200px; */
    box-shadow: 0 2px 5px rgb(0 0 0 / 11%);
}

.left-container.open .left-menu ul li .dropdown-menu li a:hover {
    box-shadow: none
}

.left-container.open .copyright {
    display: none;
}

/* .left-container.open .profile {
    padding: 35px 0 59px;
} */
.left-container.open .leftmenu-top {
    justify-content: center;
}

.right-container.open .search-area {
    transform: translateX(5vw);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-container.open .left-menu ul li.dropdown a:hover span.menu-txt {
    padding-right: 25px;
}

.left-container.open .left-menu ul li.dropdown>a.active::after {
    content: none;
}

.left-container.open .left-menu ul li.dropdown>a::after {
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.left-container.open .left-menu ul li.dropdown>a:hover::after {
    right: 16px;
    left: auto;
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 230px;
    top: 0px;
    left: 50px;
    border-radius: 5px;
    box-shadow: 4px 4px 9px 0px rgb(70 68 61 / 23%);
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu li {
    width: 100%;
    height: auto;
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu li a {
    width: 100%;
    height: auto;
    left: 0;
    position: relative;
    color: #111;
    transition: all .3s ease-in-out;
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu li a:hover {
    color: #f23150;
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu li a:hover::before {
    color: rgb(17 17 17 / 65%);
}

.left-container.open .left-menu ul li.dropdown.open .dropdown-menu li.menu-title {
    color: #111;
    display: block;
}

.left-container.open .left-menu ul li.dropdown .dropdown-menu {
    position: absolute;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(32 31 31 / 60%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

#loader p {
    font-size: 1.3rem;
    color: #fff;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #5dabe9);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spinner-rotation 1s infinite linear;
}

@keyframes spinner-rotation {
    to {
        transform: rotate(1turn);
    }
}

/* New CSS  */


.btn-two,
.btn-two:hover {
    background-color: #cfd134;
    color: #3f4119;
}

.input-disabled {
    background-color: #eaedf1 !important;
}

.termin-txt {
    color: #ff3a3a !important;
}

.expired-txt {
    color: #fa8b0c !important;
}

.view-matter-table tr td:nth-child(3) {
    font-weight: 500;
}

.box-radiocheck input:checked~.checkbtn::after {
    opacity: 1;
}

.box-radiocheck input:checked~.checkbtn {
    border: 2px solid #2362ab;
    background-color: #2362ab;
}

.box-radiocheck input:checked~.checktxt {
    color: #2362ab;
    font-weight: 500;
}


.box-radiocheck .checkbtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: .3s all ease-in-out;
    opacity: 0;
}

.box-radiocheck .checkbtn {
    border: 2px solid #e2e4e9;
    width: 19px;
    height: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s all ease-in-out;
}

.cancel-btn-2 {
    background-color: #e9edf2;
}

/* .box-radiocheck.form-input.checked {
    border-color:  #2362ab;
} */

input[type="checkbox"]:checked+.box-radiocheck {
    border-color: #2362ab;
}


@media only screen and (max-width: 1700px) {
    .two-col-row {
        flex-direction: column;
    }
}

.status-btn.approve-2 {
    color: #09ad95;
    background-color: #def6f1;
}

.row-box {
    background-color: #f8fafd;
    border: 1px solid #cad0d8;
    border-radius: 15px;
}

.form-input {
    background-color: #fff;
}

.addmore-2 {
    text-transform: capitalize;
}

.holiday-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.holiday-grid .holiday-box {
    background-color: #e9f0f7;
    padding: 10px 15px 45px 25px;
    border: 2px solid #f2f3f5;
}

.title-alpha {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    border-radius: 45px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    background-image: linear-gradient(#2362ab, #3177c9);
    width: 55px;
    height: 55px;
}

.title-sub h5 {
    font-size: 24px;
    font-weight: 500;
}

.title-sub p {
    font-size: 14px;
    color: #68707c;
}

.off-date p {
    font-size: 16px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
}

.off-date span {
    padding: 0 10px;
}

.top-links a {
    width: 40px;
    height: 40px;
    border-radius: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table thead tr.t-head-2 th {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.table thead tr.t-head-1 th:nth-child(2) {
    border-bottom: 1px solid #d9dbe5;

}

.table thead tr.t-head-1 th:first-child {
    border-right: 1px solid #d9dbe5;
}

.table thead tr.t-head-1 th:last-child {
    border-left: 1px solid #d9dbe5;
}

.popup select.form-input {
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    padding: 5px 10px;
    min-height: 52px;
    width: 100%;
    max-width: 100%;
}

.left-menu ul.sub-menu {
    padding-bottom: 0;
    opacity: 0;
    /* display: none; */

    display: none; /* Hidden by default */
    list-style: none;
    padding: 0;
    margin: 0;
    /* transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); */
    /* transition: 0.3s ease-in-out; */
}
.c-profile .sub-menu li {
    margin-top: 3px;
}

/* .left-menu li.c-profile:hover ul.sub-menu {
    opacity: 1;
    display: block !important;
} */



/* .sub-menu {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.c-profile.open .sub-menu {
    display: block;
} */






.left-menu ul.sub-menu li a.active::before,
.left-menu ul.sub-menu li a:hover::before {
    border-color: #2362ab;
}

@media only screen and (max-width: 1300px) {
    .holiday-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 968px) {
    .holiday-grid {
        grid-template-columns: 1fr;
    }
}

.c-profile.open ul.sub-menu {
    /* display: block; */
    opacity: 1;
    position: relative;
}

.c-profile.open {
    position: relative;
}

/* .c-profile.open::before {
    position: absolute;
    content: '';
    left: -39%;
    top: 0;
    background: #3177c9;
    width: 45vw;
    height: 100%;
    overflow: hidden;
} */

.c-profile {
    position: relative;
    /* padding-top: 3px; */
}

/* .c-profile::before {
    position: absolute;
    content: '';
    left: -90px;
    top: 0;
    background: #3177c9;
    width: calc(100% + 120px);
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
} */

/* .c-profile.open::before {
    opacity: 1;
} */
.c-profile.open .arrow-icon img {
    rotate: 180deg;
    transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 900px) {
    /* .c-profile.open::before {
        width: 95vw;
        left: 0;
    } */
}

.left-container.open .c-profile.open::before {
    content: none;
}

.left-container.open .left-menu ul.sub-menu li a {
    position: relative;
    left: 0;

}

.left-container.open .left-menu ul.sub-menu li:first-child a {
    top: 70px;
}

.left-container.open .left-menu li:hover ul.sub-menu li:nth-child(2) a {
    padding-left: 18px !important;
}

.left-container.open .left-menu .c-profile {
    height: fit-content;
    width: 60px;
    min-height: 64px;
}

/* .left-container.open .left-menu .c-profile:hover {
    min-height: 200px;
} */

.left-container.open .left-menu .c-profile a {
    left: 0;
}

.left-container.open .left-menu .c-profile ul.sub-menu li a {
    width: max-content;
    min-width: 135px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 11%);
    background-color: #fff;
    position: relative;
    /* top: 60px; */
    top: 0px;
    left: 45px;
    color: #2362ab;
}
.left-container.open {
    min-width: unset;
}
.left-container.open .left-menu ul li a {
    padding-right: 13px !important;
}

/* .left-container.open .left-menu ul li.c-profile>a:hover {
    padding-right: 46px !important;
} */

.left-container.open .left-menu .c-profile ul.sub-menu li a span.menu-txt {
    display: block;
    padding-left: 15px;
    width: auto;
}

.left-container.open .left-menu .c-profile ul.sub-menu li a:hover span {
    display: inline-block;
    color: #2362ab;
}

.left-container.open .left-menu ul.sub-menu li a::before {
    left: 15px;
    border-color: #2362ab;
}

.left-container.open .left-menu ul.sub-menu li a.active {
    display: flex;
    width: max-content;
    min-width: 135px;
    padding-left: 40px;
    color: #2362ab;
    box-shadow: 0 2px 5px rgb(0 0 0 / 11%);
    z-index: 2;
}

.left-container.open .left-menu ul.sub-menu li a.active span.menu-txt {
    display: block;
    width: auto;
}

/* .left-menu ul li a .arrow-icon img {
    max-width: 23px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.left-menu ul li a .arrow-icon img {
    width: 14px;
    min-width: 14px;
    object-position: center;
    transition: 0.3s all ease-in-out;
}

.left-menu ul li a .arrow-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    padding: 13px;
    transform: translateY(-50%);
}

.left-menu ul li a:hover .arrow-icon img,
.left-menu ul li a.active .arrow-icon img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(72%) saturate(1045%) hue-rotate(184deg) brightness(93%) contrast(90%);
}

.left-container.open .arrow-icon {
    display: none;
}

.cancelForm.popup-close {
    position: relative;
    top: 0;
    right: 0;
}

.form-input .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff !important;
    border: 1px solid #cad0d8;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: fit-content;
    position: relative !important;
    border-right: 0 !important;
    /* border-left: 1px solid #aaa !important; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 5px;
}

.box-radiocheck input~.checkborder {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #cad0d8;
    border-radius: 8px;
    left: 0;
    top: 0;
}

.box-radiocheckv2 {
    border: none;
}

.box-radiocheck input:checked~.checkborder {
    border-color: #2362ab;
}

.select2-search.select2-search--inline {
    line-height: normal;
    /* height: fit-content; */
    vertical-align: top;
}

.disabled-col input:disabled {
    border-color: #f3f3f3;
    background: #efefef;
}

.disabled-col input::placeholder {
    color: #0d0c22;
}

::-webkit-scrollbar-thumb {
    /* background-color: #cdcdcd; */
    border-radius: 5px;
}

/* ::-webkit-scrollbar-track {
    background: #f3f5f9;
} */

/* ::-webkit-scrollbar {
    width: 9px;
} */

.popup-outer {
    border-radius: 5px;
    height: 100%;
    padding-right: 3px;
    width: fit-content;
    margin: auto;
    background: #fff;
    max-height: 90%;
}

.dateRow .form-input.date-input {
    padding-right: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dateRow .row {
    padding: 0 10px;
}

.datepicker::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}

@media screen and (max-width: 1650px) {
    .form-input {
        font-size: 14px
    }
}


.appr-ve-btn-group .failed {
    background-color: transparent;
    color: #fb9d84;
    transition: .4s all ease-in-out;
}

.appr-ve-btn-group .failed:hover {
    color: #fb9d84;
    /* background-color: #fb9d84; */
}

/* .appr-ve-btn-group .status-btn.approve-2:hover {
    background-color: #09ad95;
    color: #def6f1;
} */

.appr-ve-btn-group {
    display: flex;
}

.appr-ve-btn-group a {
    padding: 5px 10px;
    /* min-width: 110px; */
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    transition: .4s all ease-in-out;
    background-color: transparent !important;
}

.req-app-col {
    display: flex;
    align-items: center;
    column-gap: 30px;
    /* border: 1px solid #cad0d8; */
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #f6f9fc;
}

.req-app-col label {
    margin-bottom: 0px;
}

span.red {
    color: red;
}

.currency-inp {
    position: relative;
}

.currency-inp::after {
    position: absolute;
    content: 'AED';
    right: 0;
    height: 100%;
    top: 0;
    background-color: #e9edf2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 8px 8px 0;
    padding: 0 5px;
    border: 1px solid #cad0d8;
    border-left: 0;
    max-height: 46px;
}

.form-input {
    min-height: 46px;
}

.currency-inp input {
    padding-right: 45px !important;
}

@media screen and (max-width: 1920px) {
    .currency-inp-2::after {
        left: 295px;
        right: unset;
    }
}

@media screen and (max-width: 520px) {
    .currency-inp::after {
        left: unset;
        right: 0;
    }
}

.leave-status .tbl-pending {
    position: relative;
    padding-left: 30px;
}

.leave-status .tbl-pending:before {
    background-image: url(../images/icon-time.svg);
}

.del-img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: contain;
    cursor: pointer;
}


.popup .currency-inp::after {
    min-height: 52px;
}



select:required:invalid{
    color: #848591;
}

select option[value="-1"] {
    color: #848591;
}

option {
    color: #0d0c22;
}


 /* .left-container.open li.c-profile-2 a:hover{
    min-width: 240px !important;
} */

/* .left-container.open .left-menu ul li.c-profile-2 a:hover {
    padding: 0 43px 0 18px;
} */
.left-container.open .c-profile.open ul.sub-menu {
    margin-top: 65px;
    /* display: none !important; */
}



@media screen and (max-width: 968px) {
    .popup-box {
        max-width: 90%;
        margin: 20px auto;
    }
}


@media screen and (max-width: 768px) {
    .cancel-btn-2 {
        height: 36px;
        margin-top: 2rem;
    }

}

.profilepic-wrapper .file-label.blue-btn {
    max-width: 125px !important;
}

.country-code label {
    margin-bottom: 0;
    font-weight: normal;
    color: #0d0c22;
    padding: 10px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
}

.country-code label{
    min-width: 80px;
    border: none;
    width: auto;
    background-color: rgb(240 240 240 / 30%);
    border-radius: 0;
    background: url(../images/down-arrow-black.png) no-repeat right 0px center;
    background-size: 9px 5px;
}

.pt-30 {
    padding-top: 30px!important;
}

.delete-btn-column .delete-btn {
    max-width: 10px;
}

.delete-btn-column span {
    min-width: 130px;
}

.icon-border-box {
    border: 1px solid #8d8d8d;
    padding: 6px;
    border-radius: 30px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.print-icon-img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(0%) saturate(98%) hue-rotate(261deg) brightness(99%) contrast(78%);
}

.back-button-title {
    align-items: center;
    gap: 10px;
}

.back-button-title img {
    max-width: 40px;
    width: 100%;
    cursor: pointer;
}

.min-width-115 {
    min-width: 115px;
}

.action-width-200 {
    min-height: 200px;
}

.action-width-200 a img {
    min-width: 22px;
    width: unset!important;
}

.row-select-wrap {
    margin-top: 10px;
}

.verified {
    color: green;
}
.not-verified {
    color: #FFA500;
}

.apply-leave-page select {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

select, .date-input {
    cursor: pointer;
}

input.error, textarea.error {
    color: #0d0c22 !important;
}

.input-search-btn {
    display: flex;
    max-width: 50px;
    border-radius: 5px;
    background: #0862a8fa;
    width: 100%;
}

.input-search-btn  img {
    max-width: 18px;
}

.gap-0 {
    gap: 0px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.nav-header-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    display: none;
}

.reset-btn {
    border-radius: 5px;
    background: #0862a8fa;
    padding: 5px 10px;
    width: fit-content;
    height: 46px;
}

.reset-btn a {
    color: #fff;
}

.matter-textarea {
    min-height: 100px;
}


.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  background-color: #f5f5f5;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  margin: 10px 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* Arrow separator */
  padding: 0 8px;
  color: #999;
}

.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.breadcrumb-item.active {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.leave-duration-options {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.radio-option {
    font-size: 14px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.radio-option input[type="radio"] {
    appearance: auto;
    accent-color: #007bff;
    /* blue */
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    border: 1px solid #cad0d8;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
}

.select2-container {
    width: 100% !important;
}

.member-case-wrapper {
    flex-grow: 1;
    display: flex;
    gap: 30px;
}

.member-case-wrapper.added {
    padding-top: 20px;

}

.member-case-wrapper.added,
.member-task-wrapper.added {
    position: relative;
}


.member-case-wrapper:not(:last-child),
.member-task-wrapper:not(:last-child) {
    border-bottom: dotted 1px #6c757d;
}

.member-task-wrapper:not(:last-child),
.member-case-wrapper:not(:last-child) {
    padding-bottom: 10px;
}

.member-case-wrapper-outer,
.member-task-wrapper-outer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.member-group-wrapper>.member-group {
    border: dotted 1px #6c757d;
    border-radius: 8px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 15px;
}

.text-right {
    text-align: right;
}

.btn.text-right {
    outline: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0;
}

.radio-option {
    flex-grow: 1;
}

.radio-option span {
    display: inline-flex;
    padding-left: 21px;
}

.member-group {
    display: flex;
    width: 100%;
    gap: 30px;
    padding-bottom: 20px;
}

.member-group>div.member-group-item {
    max-width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
}

.member-case-wrapper>div.member-group-item {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}

button.btn-member {
    width: max-content;
}

.member-group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative
}

.view-sm {
    display: none;
}

.btn-remove-case {
    position: absolute;
    top: -8px;
    right: 0;
    background: url("../images/delete-bin.png") no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.btn-remove-task {
    position: absolute;
    top: 15px;
    right: -22px;
    background: url("../images/delete-bin.png") no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.member-case-wrapper:first-child .member-task-wrapper-outer .member-task-wrapper.added:first-child .btn-remove-task {
    top: 47px;
}

.bg-blue {
    background-color: #2362ab;
}

.btn-deleter {
    background: url(../images/delete-bin.png) no-repeat center center;
    background-size: 20px;
    padding: 0 !important;
    width: 46px;
    height: 46px;
    min-height: 46px;
    border: 1px solid #cad0d8;
    border-radius: 5px;
}

.send-to-user-btn {
    min-width: auto;
}

.txt-red {
    color: black !important;
    font-size: 19px !important;
}

.edit-btn-v2 {
    content: "";
    background: url(../images/edit-button.png) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 100;
}   

.edit-btn-v2.white-btn {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(126deg) brightness(121%) contrast(101%);
}

.fw-bold {
    font-weight: 600;
}

.popup-overlay-v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    z-index: 1000;
}

/* ===== Popup container ===== */
.popup-v1 {
    background: #fff;
    width: 95%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    padding: 25px;
    padding-right: 0px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    max-height: 90vh;
    
}

.toggle-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(21px);
}
.popup-content-wrapper {
    overflow-y: auto;
    max-height: calc(90vh - 170px);
    height: 100%;
    padding-right: 25px;
}

/* ===== Close button ===== */
.popup-close-v1 {
    position: absolute;
    background: url(../images/ic-closev1.png) no-repeat center center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

/* ===== Form styles ===== */
.popup-v1 h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.popup-footer-v1 {
    padding-right: 25px;
}

.popup-v1 .form-group {
    margin-bottom: 15px;
}

.popup-v1 label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.popup-v1 input {
    height: 45px;
}

.popup-v1 textarea,
.popup-v1 input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    max-width: unset;

}

.popup-v1 button.submit-btn {
    background-color: #2c7be5;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.popup-v1 button.submit-btn:hover {
    background-color: #1e63c2;
}

/* --- Popup select box styling --- */
.popup-v1 select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    appearance: none; /* Remove default browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path fill='%23333' d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    max-width: 100%;
}

.popup-v1 select:focus{ 
    border: 1px solid #007bff !important;
}

.popup-v1 select::-ms-expand {
    display: none;
}

.popup-v1 input[readonly] {
    background-color: #f3f3f3;
    cursor: not-allowed;
}

.popup-content-wrapper .form-row {
    margin-bottom: 20px !important;
}

.lang-toggle {
display: flex;
align-items: center;
background-color: #efefef;
/* background-color: #495057; */
border-radius: 25px;
overflow: hidden;
cursor: pointer;
font-size: 14px;
}


.lang-toggle div {
padding: 8px 15px;
color: #ccc;
/* color: #ced4da; */
transition: background 0.3s, color 0.3s;
}


.lang-toggle .active {
background-color: #2362ab;
color: #fff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

@media screen and (max-width: 1650px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .member-group>div {
        max-width: 100%;
        flex-basis: 100%;
    }

    .member-group {
        flex-direction: column;
    }

    .member-group>div.member-group-item {
        max-width: 100%;
        flex-basis: 100%;
    }

    .member-case-wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .view-sm {
        display: block;
    }

    .popup-v1 {
        padding: 15px;
        padding-right: 0;
    }

    .popup-content-wrapper {
        padding-right: 15px;
    }

}

@media screen and (max-width:480px) {
    .member-case-wrapper>div.member-group-item {
        max-width: 100%;
        flex-basis: 100%;
    }

}


















html[lang="ar"] * {
    text-align: right !important;
}

html[lang="ar"] body {
    text-align: right !important;
}

html[lang="ar"] [dir="rtl"] * {
    text-align: right !important;
}

html[lang="ar"] .lang-btn.arabic{
    background-color: #2362ab;
    color: #fff;
}

html[lang="en"] .lang-btn.english{
  background-color: #2362ab;
  color: #fff;
}

html[lang="ar"] .ar-coln {
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}

html[lang="ar"] .air-datepicker-nav--action svg {
    transform: rotateY(180deg);
}

html[lang="ar"] .responsive-table th:first-child,
html[lang="ar"] .responsive-table th:last-child {
    border-radius: 0 !important;
}

html[lang="ar"] .left-menu ul li a .menu-icon {
    margin-left: 12px;
    margin-right: 0;
}

html[lang="ar"] .left-menu ul li a {
    padding: 0 30px 0 42px;
}

html[lang="ar"] .left-menu ul li a .arrow-icon {
    left: 5px;
    right: auto;
}

html[lang="ar"] .left-container {
    padding: 30px 30px 20px 45px;
    padding-left: 0px !important;
    padding-right: 30px !important;
}

html[lang="ar"] .left-container.open {
    padding: 30px 0px 20px 45px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

html[lang="ar"] .left-container.open .left-menu ul li a {
    padding-left: 0px !important;
}

html[lang="ar"] .left-container.open .left-menu {
    padding-left: 10px;
    padding-right: 10px;
}

html[lang="ar"] .leftmenu-top {
    padding-left: 30px;
}

html[lang="ar"] .table thead th:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0px;
}

html[lang="ar"] .table thead tr th:first-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
}

html[lang="ar"] select.form-input {
    background: url(../images/down-arrow.png) no-repeat left 10px center !important;
    background-size: 12px !important;
}

html[lang="ar"] select,
html[lang="ar"] .arabic-page select {
    direction: rtl;
    text-align: right;
    background-position: left 0.75rem center;
    padding-right: 0.75rem;
    padding-left: 2rem;
}

html[lang="ar"] .pagination li a.prev img {
    transform: rotateY(180deg);
}

html[lang="ar"] .pagination li a.next img {
    transform: rotateX(180deg);
}

html[lang="ar"] .left-menu {
    padding-right: 0px;
    padding-left: 30px;
}

html[lang="ar"] .jv-selectbox-v1:after {
    left: 8px;
    right: auto !important;
}

html[lang="ar"] .jv-selectbox-v1 {
    padding-left: 25px !important;
    padding-right: 14px !important;
}

html[lang="ar"] .jv-select-list-v1 {
    right: 0;
    left: auto;
}

html[lang="ar"] .popup-close {
    left: 50px;
    right: auto;
}

html[lang="ar"] .country-code label {
    background: url(../images/down-arrow-black.png) no-repeat left 0px center;
    background-size: 9px 5px;
}

html[lang="ar"] td .td-img {
    margin-left: 18px;
    margin-right: 0;
}
html[lang="ar"] input.datepicker {
   background: url(../images/icon-calendar.png) no-repeat left 18px center, #fff;
}
 
html[lang="ar"] .event-time {
    margin: auto auto 0 0;
}

html[lang="ar"] .date-input {
    background: url(../images/icon-calendar.png) no-repeat left 18px center;
}

html[lang="ar"] .left-menu ul.sub-menu li a {
    padding-right: 52px !important;
    padding-left: 15px !important;
}
html[lang="ar"] .left-menu ul.sub-menu li a::before {
    right: 30px;
    left: auto;
}
html[lang="ar"] span.flatpickr-day {
    text-align: center !important;
}
html[lang="ar"] span.flatpickr-weekday {
    text-align: center !important;
}
html[lang="ar"] .custom-checkbox .checkmark {
    margin-left: 8px;
}
 
html[lang="ar"] .copy-btn {
     left: 5px;
     right: auto;
}
 
 
/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1762px) {
    html[lang="ar"] .left-menu ul li a {
        padding: 0 20px;
        padding-left: 40px;
        padding-right: 16px !important;
    }
}

@media screen and (max-width: 1600px) {
    html[lang="ar"] .left-menu {
        padding-left: 20px;
    }

    html[lang="ar"] .leftmenu-top {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1400px) {
    html[lang="ar"] .left-menu ul li a {
        padding-left: 38px !important;
    }
}

@media screen and (max-width: 1130px) {
    html[lang="ar"] .left-menu ul li a {
        padding: 0 16px;
    }

    html[lang="ar"] td .td-img {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 900px) {
    html[lang="ar"] .left-container {
        padding-left: 20px !important;
        padding-top: 20px;
    }
}
