/* default css start */
:root {
    --a-theme-blue-shade-1: #2d9cdb;
    --a-theme-blue: #00adde;
    --a-theme-blue-tint-1: #eaf6fc;
    --a-theme-blue-tint-2: #ebf6f9;
    --a-slate-gray: #ecf1f8;
    --a-gray-shade-2: #031d1f;
    --a-gray-shad-1: #333333;
    --a-gray: #828282;
    --a-gray-tint-1: #b2b2b2;
    --a-gray-tint-2: #f4f4f4;
    --a-gray-tint-3: #fbfbfb;
    --a-gray-tint-4: #f2f2f2;
    --a-gray-tint-5: #eaeaea;
    --a-gray-tint-6: #e0e0e0;
    --a-green-shad-1: #03706c;
    --a-green: #10957e;
    --a-green-tint-1: #e1f3de;
    --a-green-tint-2: #f3f9f8;
    --a-green-tint-3: #f2fef0;
    --a-green-tint-4: #c6e9c0;
    --a-yellow-shade-1: #a36406;
    --a-yellow: #fbc431;
    --a-yellow-tint-1: #fde298;
    --a-yellow-tint-2: #fffaeb;
    --a-yellow-tint-3: #fdf7e9;
    --a-red: #eb5757;
    --a-red-tint-1: #ffc9b8;
    --a-red-tint-2: #fdefef;
    --a-red-tint-3: #fff1f1;
    --a-red-tint-4: #fbcccc;
    --a-pink: #c046a4;
    --a-pink-tint-1: #ffe1f8;
    --a-purple-shade-1: #8536c3;
    --a-purple: #6774e9;
    --a-purple-tint-1: #e7def3;
    --a-purple-tint-2: rgb(231 222 243 / 53%);
    --a-pure-white: #ffffff;
    --a-pure-black: #000000;
    --a-title: #031d1f;
    --a-title-sub: #b2b2b2;
    --a-link: #00adde;
    --a-link-hover: #031d1f;
    --a-border: #f4f4f4;
    --a-border-sub: #eaeaea;
    --a-placeholder: #828282;
    --a-surfs-up: #c6e3ec;
    --a-noghrei-silver: #bdbdbd;
    --a-blue-raspberry-seed: #36a4c3;
    --a-primary-fonts: "Inter";
    --a-spacing-left: 250px;
    --a-spacing: 15px;
    --a-total-billing-right-width: 150px;
}

/* custom scroll start */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--a-theme-blue-tint-1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--a-theme-blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--a-theme-blue-shade-1);
}

/* custom scroll end */

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Light.woff2") format("woff2"),
        url("../webfonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Regular.woff2") format("woff2"),
        url("../webfonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Medium.woff2") format("woff2"),
        url("../webfonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-SemiBold.woff2") format("woff2"),
        url("../webfonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Bold.woff2") format("woff2"),
        url("../webfonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-ExtraBold.woff2") format("woff2"),
        url("../webfonts/Inter-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Black.woff2") format("woff2"),
        url("../webfonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../webfonts/summernote.eot");
    src: url("../webfonts/summernote.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/summernote.woff2") format("woff2"),
        url("../webfonts/summernote.woff") format("woff"),
        url("../webfonts/summernote.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.h1,
h1 {
    font-size: 32px;
}

.h2,
h2 {
    font-size: 26px;
}

.h3,
h3 {
    font-size: 24px;
}

h3.small,
.h3.small {
    font-size: 22px;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 18px;
}

h5.small,
.h5.small {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 16px;
}

h6.small,
.small.h6 {
    font-size: 12px;
}

p,
.p {
    font-size: 16px;
}

.a-text-small {
    font-size: 10px;
}

body {
    font-weight: 400;
    font-size: 18px;
    color: var(--a-gray);
    line-height: 1.7;
    font-family: var(--a-primary-fonts);
}

.cursor-pointer {
    cursor: pointer;
}

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

a {
    text-decoration: none;
}

.a-link {
    color: var(--a-link);
}

.a-link:hover {
    color: var(--a-link-hover);
}

.a-border {
    color: var(--a-border);
}

.a-border-sub {
    color: var(--a-border-sub);
}

/* font weight css start < hetali */

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

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

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* font weight css end < hetali */

/* spacing css start < hetali */

.spacing-top {
    padding-top: 100px;
}

.spacing-top-small {
    padding-top: 80px;
}

.spacing-bottom {
    padding-bottom: 100px;
}

.spacing-bottom-small {
    padding-bottom: 80px;
}

/* spacing css end < hetali */

/* text color css start < hetali */

.a-title {
    color: var(--a-title);
}

.a-title-sub {
    color: var(--a-title-sub);
}

.a-text-white {
    color: var(--a-pure-white);
}

.a-text-black {
    color: var(--a-pure-black);
}

.a-text-theme-blue {
    color: var(--a-theme-blue);
}

.a-text-theme-blue-shade-1 {
    color: var(--a-theme-blue-shade-1);
}

.a-text-theme-blue-tint-1 {
    color: var(--a-theme-blue-tint-1);
}

.a-text-theme-blue-tint-2 {
    color: var(--a-theme-blue-tint-2);
}

.a-text-slate-gray {
    color: var(--a-slate-gray);
}

.a-text-noghrei-silver {
    color: var(--a-noghrei-silver);
}

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

.a-text-gray-shade-1 {
    color: var(--a-gray-shade-1);
}

.a-text-gray-shade-2 {
    color: var(--a-gray-shade-2);
}

.a-text-gray-tint-1 {
    color: var(--a-gray-tint-1);
}

.a-text-gray-tint-2 {
    color: var(--a-gray-tint-2);
}

.a-text-gray-tint-3 {
    color: var(--a-gray-tint-3);
}

.a-text-gray-tint-4 {
    color: var(--a-gray-tint-4);
}

.a-text-gray-tint-5 {
    color: var(--a-gray-tint-5);
}

.a-text-gray-tint-6 {
    color: var(--a-gray-tint-6);
}

.a-text-gray-tint-6 {
    color: var(--a-gray-tint-6);
}

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

.a-text-red-tint-1 {
    color: var(--a-red-tint-1);
}

.a-text-red-tint-2 {
    color: var(--a-red-tint-2);
}

.a-text-red-tint-3 {
    color: var(--a-red-tint-3);
}

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

.a-text-green-shad-1 {
    color: var(--a-green-shad-1);
}

.a-text-green-tint-1 {
    color: var(--a-green-tint-1);
}

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

.a-text-yellow-tint-1 {
    color: var(--a-yellow-tint-1);
}

.a-text-yellow-tint-3 {
    color: var(--a-yellow-tint-3);
}

.a-text-yellow-shade-1 {
    color: var(--a-yellow-shade-1);
}

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

.a-text-pink-tint-1 {
    color: var(--a-pink-tint-1);
}

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

.a-text-purple-shade-1 {
    color: var(--a-purple-shade-1);
}

.a-text-pink-shade-1 {
    color: var(--a-pink);
}

.a-text-small {
    font-size: 10px;
}

/* text color css end < hetali */

/* bg color css start < hetali */

.a-bg-white {
    background-color: var(--a-pure-white);
}

.a-bg-black {
    background-color: var(--a-pure-black);
}

.a-bg-text-theme-blue {
    background-color: var(--a-theme-blue);
}

.a-bg-theme-blue-shade-1 {
    background-color: var(--a-theme-blue-shade-1);
}

.a-bg-theme-blue-tint-1 {
    background-color: var(--a-theme-blue-tint-1);
}

.a-bg-theme-blue-tint-2 {
    background-color: var(--a-theme-blue-tint-2);
}

.a-bg-slate-gray {
    background-color: var(--a-slate-gray);
}

.a-bg-gray {
    background-color: var(--a-gray);
}

.a-bg-gray-shade-1 {
    background-color: var(--a-gray-shade-1);
}

.a-bg-gray-shade-2 {
    background-color: var(--a-gray-shade-2);
}

.a-bg-gray-tint-1 {
    background-color: var(--a-gray-tint-1);
}

.a-bg-gray-tint-2 {
    background-color: var(--a-gray-tint-2);
}

.a-bg-gray-tint-3 {
    background-color: var(--a-gray-tint-3);
}

.a-bg-gray-tint-4 {
    background-color: var(--a-gray-tint-4);
}

.a-bg-gray-tint-5 {
    background-color: var(--a-gray-tint-5);
}

.a-bg-gray-tint-6 {
    background-color: var(--a-gray-tint-6);
}

.a-bg-red {
    background-color: var(--a-red);
}

.a-bg-red-tint-1 {
    background-color: var(--a-red-tint-1);
}

.a-bg-red-tint-2 {
    background-color: var(--a-red-tint-2);
}

.a-bg-red-tint-3 {
    background-color: var(--a-red-tint-3);
}

.a-bg-red-tint-4 {
    background-color: var(--a-red-tint-4);
}

.a-bg-green {
    background-color: var(--a-green);
}

.a-bg-green-shad-1 {
    background-color: var(--a-green-shad-1);
}

.a-bg-green-tint-1 {
    background-color: var(--a-green-tint-1);
}

.a-bg-green-tint-2 {
    background-color: var(--a-green-tint-2);
}

.a-bg-green-tint-3 {
    background-color: var(--a-green-tint-3);
}

.a-bg-green-tint-4 {
    background-color: var(--a-green-tint-4);
}

.a-bg-yellow {
    background-color: var(--a-yellow);
}

.a-bg-yellow-tint-1 {
    background-color: var(--a-yellow-tint-1);
}

.a-bg-yellow-tint-2 {
    background-color: var(--a-yellow-tint-2);
}

.a-bg-yellow-tint-3 {
    background-color: var(--a-yellow-tint-3);
}

.a-bg-yellow-shade-1 {
    background-color: var(--a-yellow-shade-1);
}

.a-bg-pink {
    background-color: var(--a-pink);
}

.a-bg-pink-tint-1 {
    background-color: var(--a-pink-tint-1);
}

.a-bg-purple {
    background-color: var(--a-purple);
}

.a-bg-purple-tint-1 {
    background-color: var(--a-purple-tint-1);
}

.a-bg-purple-tint-2 {
    background-color: var(--a-purple-tint-2);
}

.a-bg-purple-shade-1 {
    background-color: var(--a-purple-shade-1);
}

/* bg color css end < hetali */

/* button css start < hetali */

.a-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    min-width: 140px;
}

.a-btn:hover {
    text-decoration: none;
}

.a-btn.a-btn-text {
    border-color: transparent;
    color: var(--a-gray);
    background: transparent;
}

.a-btn.a-btn-text:hover {
    border-color: var(--a-theme-blue);
    background-color: var(--a-pure-white);
    color: var(--a-theme-blue);
}

.a-btn.a-btn-text.theme {
    color: var(--a-theme-blue);
}

.a-btn.a-btn-text.sm {
    color: var(--a-theme-blue);
    min-width: unset;
    border: 0;
}
.a-btn.a-btn-text.sm:hover {
    border: 0;
    color: var(--a-theme-blue-shade-1);
}

.a-btn-theme {
    color: var(--a-pure-white);
    background-color: var(--a-theme-blue);
    border-color: var(--a-theme-blue);
}

.a-btn-theme:hover {
    background-color: var(--a-pure-white);
    color: var(--a-theme-blue);
}

.a-btn-theme-border {
    border-color: var(--a-theme-blue);
    background-color: var(--a-pure-white);
    color: var(--a-theme-blue);
}

.a-btn-theme-border:hover,
.a-btn-gray-tint-border:hover {
    background-color: var(--a-theme-blue);
    color: var(--a-pure-white);
}

.a-btn-dark {
    background-color: var(--a-gray-tint-4);
    border-color: var(--a-gray-tint-4);
    color: var(--a-gray-shade-2);
}

.a-btn-dark:hover {
    border-color: var(--a-theme-blue);
    background-color: var(--a-pure-white);
    color: var(--a-theme-blue);
}

.a-btn-dark-bg {
    background-color: var(--a-gray-tint-4);
    border-color: var(--a-gray-tint-4);
    color: var(--a-gray-shade-2);
}

.a-btn-dark-bg:hover {
    color: var(--a-pure-white);
    background-color: var(--a-theme-blue);
    border-color: var(--a-theme-blue);
}

/* button css end < hetali */

/* modal css start  < hetali */
.modal-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--a-pure-black);
}

/* modal css end < hetali  */

/* primary-input css start < hetali*/

.a-custom-input-wrapper {
    position: relative;
    height: 50px;
    max-width: 100%;
}

.a-custom-input-wrapper.a-custom-input-wrapper-md {
    max-width: 320px;
}

.a-custom-input {
    padding: 14px 18px;
    border: 1px solid;
    border-color: var(--a-border);
    border-radius: 10px;
    color: var(--a-gray-shade-2);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    max-width: 100%;
    width: 100%;
}

.a-custom-input.a-custom-input-fill {
    background-color: var(--a-gray-tint-3);
}

.a-custom-input:focus {
    border-color: var(--a-theme-blue);
}

.a-custom-input:focus-visible {
    outline: none;
}

.a-custom-input,
.a-custom-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.a-custom-input::placeholder {
    color: var(--a-placeholder);
}

.a-custom-input.a-custom-input-md {
    padding: 19px 24px;
    border-radius: 10px;
}

.select2-search__field::placeholder,
.note-placeholder,
textarea::placeholder,
.a-custom-input.a-custom-input-md,
.a-custom-input.a-custom-input-md::placeholder {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--a-primary-fonts);
}

.note-placeholder,
textarea::placeholder,
.a-custom-input.a-custom-input-md::placeholder,
.select2-search__field::placeholder {
    color: var(--a-placeholder);
}

.a-custom-input.a-custom-input-icon {
    padding: 14px 18px 14px 45px;
}

.a-custom-input-img {
    position: absolute;
    left: 18px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-custom-input-label {
    font-weight: 500;
    font-size: 14px;
    color: var(--a-gray);
    margin-bottom: 10px;
}

/* primary-input css start < hetali*/

.line-height-0 {
    line-height: 0;
}

.white-space-unset {
    white-space: unset !important;
}

/* default css end */

/* custom tabbing start  */

.a-custom-tab .nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.a-custom-tab .nav-item {
    margin-right: 8px;
}

.a-custom-tab .nav-item:last-child {
    margin-right: 0;
}

.a-custom-tab .nav-link {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid;
    border-color: var(--a-gray-tint-2);
    border-radius: 40px;
    color: var(--a-gray-shade-1);
    padding: 10px 20px;
    background-color: var(--a-pure-white);
    white-space: nowrap;
}

.a-custom-tab .nav-pills .nav-link.active,
.a-custom-tab .nav-pills .show > .nav-link {
    color: var(--a-theme-blue);
    background-color: var(--a-pure-white);
    border-color: var(--a-theme-blue);
}
.a-custom-tab .tab-pane {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    padding: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.a-custom-tab .a-custom-table th:first-child,
.a-custom-tab .a-custom-table th:last-child,
.a-custom-tab .a-custom-table tr:last-child td:first-child,
.a-custom-tab .a-custom-table tr:last-child td:last-child {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
}

.table-img-wrapper {
    max-width: 40px;
}

.table-img-wrapper.online-profile {
    position: relative;
}
.table-img-wrapper.online-profile::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #2e9c2e;
    opacity: 0;
}
.active.table-img-wrapper.online-profile::after {
    opacity: 1;
}
.user-active {
    margin-right: 4px;
    position: relative;
    display: inline-flex;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #2e9c2e;
}

.table-img-wrapper img {
    max-width: inherit;
    object-fit: contain;
}
/* custom tabbing end  */

/* drop down css start < hetali */
.drop-dwn-img {
    width: 50px;
    height: 50px;
}

.drop-dwn-img img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.a-custom-drop-dwn .dropdown-toggle {
    padding: 0;
}

.a-custom-drop-dwn.a-custom-img-drop-dwn .btn {
    border: 0;
}
.a-custom-drop-dwn.a-custom-img-drop-dwn .btn-check:checked + .btn,
.a-custom-drop-dwn.a-custom-img-drop-dwn .btn:focus,
.a-custom-drop-dwn.a-custom-img-drop-dwn .btn.active,
.a-custom-drop-dwn.a-custom-img-drop-dwn .btn.show,
.a-custom-drop-dwn.a-custom-img-drop-dwn .btn:first-child:active,
.a-custom-drop-dwn.a-custom-img-drop-dwn :not(.btn-check) + .btn:active {
    border: 0;
}
.a-custom-drop-dwn .dropdown-toggle::after {
    display: none;
}

.a-custom-drop-dwn .a-drop-dwn-icon {
    width: max-content;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--a-gray-tint-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-custom-drop-dwn .a-drop-dwn-icon.a-drop-dwn-icon-md {
    width: 50px;
    height: 50px;
}

.a-custom-drop-dwn .a-drop-dwn-icon.a-custom-drop-no-border {
    border: 0;
}

.dropdown-item.a-dropdown-item-icon {
    display: flex;
    align-items: center;
}

.a-dropdown-item-icon .a-dropdown-item-icon-wrapper {
    width: 18px;
    height: 18px;
}

.a-dropdown-item-icon .a-dropdown-item-icon-wrapper img {
    max-width: 100%;
}

.dropdown.a-custom-drop-dwn .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 4px 25px rgba(3, 29, 31, 0.1);
    border: 1px solid transparent;
    padding: 12px;
}

.a-custom-drop-dwn .dropdown-item {
    font-size: 16px;
    color: var(--a-gray-shade-2);
    padding: 10px 2px;
    line-height: 1;
    border-bottom: 1px solid var(--a-border);
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.a-custom-drop-dwn .dropdown-item:hover {
    background-color: var(--a-theme-blue-tint-1);
}

.a-custom-drop-dwn .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

/* drop down css end < hetali */

/* header css start < hetali */

header {
    position: fixed;
    top: 0;
    right: 0;
    max-width: calc(100% - var(--a-spacing-left));
    height: 65px;
    background-color: var(--a-pure-white);
    width: 100%;
    border-bottom: 1px solid;
    border-color: var(--a-border);
    z-index: 99;
}

.header-wrapper {
    padding: 8px var(--a-spacing);
}

.search-input-wrapper {
    max-width: 400px;
    width: 100%;
}

.search-input-wrapper input {
    max-width: 100%;
    width: 100%;
}

/* header css end < hetali */

/* side bar css start  < hetali */

.side-bar {
    height: 100%;
    width: var(--a-spacing-left);
    position: fixed;
    border-right: 1px solid;
    border-color: var(--a-border);
}

.side-bar-wrapper {
    /* padding: 25px 40px; */
    min-height: 100vh;
    max-height: 100%;
}

.side-bar-menu {
    height: inherit;
}
.logo-wrapper {
    width: 100%;
    padding: 14px 15px;
}

.logo-wrapper a {
    max-width: 160px;
}

.logo-wrapper img {
    transition: 0.3s all;
}

.side-bar-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: calc(100vh - 120px);
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.side-bar-item {
    margin-bottom: 10px;
}

.side-bar-link {
    min-height: 40px;
    font-size: 14px;
    padding: 8px 14px;
    text-decoration: none;
    color: var(--a-gray);
    display: block;
    background-color: var(--a-pure-white);
    border-radius: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.side-bar-link:hover,
.side-bar-link.active,
.side-bar-item .accordion-button:not(.collapsed),
.side-bar-item .accordion-body {
    background-color: var(--a-theme-blue);
    color: var(--a-pure-white);
}
.side-bar-item .accordion-button.side-bar-link,
.side-bar-item .accordion-button.side-bar-link.collapsed {
    border-radius: 10px;
}
.side-bar-item .accordion-button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxMDU4IDYuNjQ1TDEuMDYwNjYgNi4yOTUwOEw2IDEuMzU1NzRMMTAuOTM5MyA2LjI5NTA4TDEwLjU4OTQgNi42NDVMNi41Mjk3NSAyLjU5NDE3TDYgMi4wNjU1N0w1LjQ3MDI1IDIuNTk0MTdMMS40MTA1OCA2LjY0NVoiIGZpbGw9IiM4MjgyODIiIHN0cm9rZT0iIzgyODI4MiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
    transform: var(--bs-accordion-btn-icon-transform);
    background-position: center;
    transition: 0.3s all;
}
.side-bar-item .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxMDU4IDYuNjQ1TDEuMDYwNjYgNi4yOTUwOEw2IDEuMzU1NzRMMTAuOTM5MyA2LjI5NTA4TDEwLjU4OTQgNi42NDVMNi41Mjk3NSAyLjU5NDE3TDYgMi4wNjU1N0w1LjQ3MDI1IDIuNTk0MTdMMS40MTA1OCA2LjY0NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    transform: rotate(0deg);
}
.side-bar-item .accordion-button:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxMDU4IDYuNjQ1TDEuMDYwNjYgNi4yOTUwOEw2IDEuMzU1NzRMMTAuOTM5MyA2LjI5NTA4TDEwLjU4OTQgNi42NDVMNi41Mjk3NSAyLjU5NDE3TDYgMi4wNjU1N0w1LjQ3MDI1IDIuNTk0MTdMMS40MTA1OCA2LjY0NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    transition: 0.3s all;
}
.side-bar-item .accordion-body .side-bar-link,
.side-bar-item .accordion-body .side-bar-link:hover {
    background-color: transparent;
    color: var(--a-surfs-up);
}
.side-bar-item .accordion-body {
    border-radius: 10px;
}
.side-bar-item .accordion-body .side-bar-link:hover {
    color: var(--a-pure-white);
}
.side-bar-item .accordion-body .side-bar-link.active {
    color: var(--a-pure-white);
}
/* side bar css end  < hetali */

/* main-layout css start < hetali */

.main-layout {
    max-width: 100%;
    margin-left: var(--a-spacing-left);
}

.main-content {
    padding-top: 65px;
    background: var(--a-gray-tint-3);
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
}

.main-content-spacing {
    padding: var(--a-spacing);
}

/* main-layout css end < hetali */

.a-card {
    background-color: var(--a-pure-white);
    border-radius: 15px;
    padding: 32px 30px;
    border: 1px solid;
    border-color: var(--a-border);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.a-card:hover {
    background-color: var(--a-theme-blue-tint-1);
    border-color: var(--a-theme-blue-tint-1);
}

.a-card-logo {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 20px;
}

.a-card-graph {
    max-width: 365px;
    width: 100%;
}

.dashboard-card-flex {
    gap: 20px;
}

/* custom-table css start < hetali */

.a-custom-table th,
.a-custom-table td {
    white-space: nowrap;
    font-weight: 500;
}

.a-custom-table th {
    color: var(--a-gray);
    font-size: 12px;
    text-transform: uppercase;
    background-color: var(--a-gray-tint-2);
}

.a-custom-table th:first-child {
    border-radius: 15px 0px 0px 0px;
    -webkit-border-radius: 15px 0px 0px 0px;
    -moz-border-radius: 15px 0px 0px 0px;
    -ms-border-radius: 15px 0px 0px 0px;
    -o-border-radius: 15px 0px 0px 0px;
}

.a-custom-table th:last-child {
    border-radius: 0px 15px 0px 0px;
    -webkit-border-radius: 0px 15px 0px 0px;
    -moz-border-radius: 0px 15px 0px 0px;
    -ms-border-radius: 0px 15px 0px 0px;
    -o-border-radius: 0px 15px 0px 0px;
}

.a-custom-table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
}

.a-custom-table tr:last-child td:last-child {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
}

.a-custom-table tr:last-child td.dataTables_empty:last-child {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.a-custom-table td {
    color: var(--a-gray-shade-2);
    font-size: 14px;
    background-color: var(--a-pure-white);
}

.a-custom-table.table > :not(caption) > * > * {
    padding: 10px 10px;
    border-bottom-width: 1px;
    border-color: var(--a-border);
}

.a-custom-table .a-btn-table {
    cursor: pointer;
}

.a-custom-table-wrapper .dataTables_scroll {
    margin-top: 15px;
    margin-bottom: 24px;
}

.a-custom-table-wrapper .dataTables_length .form-select {
    color: var(--a-gray);
}

.a-custom-table-wrapper .dataTables_length .form-select:focus {
    border-color: var(--a-theme-blue);
    box-shadow: unset;
}

.a-custom-table-wrapper .dataTables_filter .form-control.form-control-sm {
    border: 1px solid;
    border-color: var(--a-border);
    border-radius: 6px;
    color: var(--a-gray-shade-2);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    padding: 11px 18px 11px 18px;
    max-width: 320px;
    min-width: 320px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.a-custom-table-wrapper .dataTables_filter .form-control.form-control-sm:focus {
    color: var(--a-gray-shade-2);
    border-color: var(--a-theme-blue);
    box-shadow: unset;
}

.a-custom-table-wrapper div.dataTables_wrapper div.dataTables_length label,
.a-custom-table-wrapper div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}

.a-custom-table-wrapper .page-link {
    border-color: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--a-gray-shade-2);
    cursor: pointer;
}

.a-custom-table-wrapper .page-link:hover {
    color: var(--a-theme-blue);
}

.a-custom-table-wrapper .page-item.disabled .page-link {
    color: var(--a-gray);
}

.a-custom-table-wrapper .active > .page-link,
.a-custom-table-wrapper .page-link.active {
    z-index: 3;
    color: var(--a-theme-blue);
    background-color: var(--a-pure-white);
    border-color: var(--a-theme-blue);
}

.a-custom-table-wrapper .paginate_button.page-item.previous,
.a-custom-table-wrapper .paginate_button.page-item.previous .page-link,
.a-custom-table-wrapper .paginate_button.page-item.next,
.a-custom-table-wrapper .paginate_button.page-item.next .page-link {
    border: 0;
    background-color: #fbfbfb;
}

.a-custom-table-wrapper .dataTables_scrollHeadInner,
.a-custom-table-wrapper .table.a-custom-table.dataTable {
    min-width: 100%;
}

.a-custom-table-wrapper .skill-table th:last-child,
.a-custom-table-wrapper .skill-table td:last-child {
    text-align: right;
}
.a-custom-table-wrapper .dataTables_scrollBody {
    min-height: 550px;
    background-color: var(--a-pure-white);
}
/* custom-table css end < hetali */

/* style added by AVN(2022-12-01) */
.a-form-select {
    outline: none;
    box-shadow: none;
    color: var(--a-title);
    font-weight: 500;
    padding: 19px 24px;
    border-radius: 10px;
    font-size: 14px;
    background-image: url("../images/icons/down-arrow.svg");
    background-position: right 30px center;
    background-size: 12px;
    border: 1px solid var(--a-border);
}

.a-form-select:focus {
    border-color: var(--a-theme-blue);
    outline: 0;
    box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* style added by AVN(2022-12-01) */

/* status display label start < hetali */
.a-status-display {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
}

/* status display label end < hetali */

/* login css start < hetali */
.at-main-title-wrapper {
    background-color: #eaf6fc;
}

.at-title {
    font-size: 75px;
    color: #242d63;
}

.at-sub-title {
    font-size: 35px;
    color: #00060b;
}

.at-description {
    font-size: 18px;
}

.at-custom-input {
    width: 100%;
    border: 1px solid #dee0e8;
    border-radius: 40px;
    outline: none;
    padding: 14px 24px;
    transition: 0.3s all;
    font-size: 18px;
    color: #242d63;
    font-weight: 500;
    box-shadow: none;
    word-break: break-word;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.at-password-input.at-custom-input {
    padding: 18px 50px 18px 24px;
}

.at-custom-input:focus {
    border: 1px solid #242d63;
}

.at-custom-input::placeholder {
    color: #818496;
    font-weight: 500;
}

.at-custom-btn {
    background: var(--a-theme-blue);
    border-radius: 53px;
    padding: 20px 20px;
    font-size: 20px;
    color: var(--a-pure-white);
    border: 1px solid;
    border-color: var(--a-theme-blue);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.at-custom-btn:hover {
    background-color: var(--a-theme-blue-shade-1);
    border-color: var(--a-theme-blue-shade-1);
    color: var(--a-pure-white);
}

/* login css end < hetali */
.auth-header-logo {
    position: absolute;
    top: 50px;
    left: 150px;
    cursor: pointer;
}

.auth-page-wrapper {
    background-color: var(--a-pure-white);
}

.auth-page-left {
    max-width: 57%;
    width: 100%;
    background: url("../images/authentication-bg.png") bottom no-repeat #eaf6fc;
    height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
}

.auth-text-content-wrap {
    position: relative;
    display: flex;
    padding: 0 150px;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.auth-header-logo {
    position: absolute;
    top: 50px;
    left: 150px;
}

.auth-text-content {
    max-width: 705px;
}

.auth-page-right {
    padding: 100px 100px 63px;
}

.auth-page-right {
    width: 100%;
    max-width: 43%;
    overflow: auto;
    height: 100vh;
}

.auth-page-right {
    width: 100%;
    max-width: 43%;
    overflow: auto;
    height: 100vh;
}

.auth-title {
    margin-bottom: 24px;
}

.auth-title h3 {
    font-weight: 700;
    color: #242d63;
    word-break: break-word;
}

.eye-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    padding: 6x;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-input.custom-input {
    padding: 18px 50px 18px 24px;
}

.input-wrap {
    position: relative;
}

.input-wrap:last-child {
    margin-bottom: 50px;
}

.input-main-wrapper {
    margin-bottom: 50px;
}

/* style added by AVN(2022-12-02) */
.custom-select .bootstrap-select > .dropdown-toggle {
    position: relative;
    padding: 17px 24px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid var(--a-border);
}

.custom-select
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
}

.custom-select .dropdown-menu {
    padding: 0;
    border-radius: 10px;
}

.custom-select .dropdown-item.active,
.custom-select .dropdown-item:active {
    background-color: var(--a-theme-blue);
}

.custom-select .dropdown-item.active:hover,
.custom-select .dropdown-item:active:hover {
    color: var(--a-pure-white);
    background-color: var(--a-theme-blue);
}

.custom-select .dropdown-item:focus,
.custom-select .dropdown-item:hover {
    color: var(--a-title);
    background-color: var(--a-theme-blue-tint-2);
}

.custom-select .btn {
    background-color: transparent;
    border: 1px solid var(--a-border);
    outline: 0;
    box-shadow: none;
}

.custom-select .btn:hover {
    background-color: transparent;
}

.custom-select .bootstrap-select .dropdown-toggle:focus,
.custom-select
    .bootstrap-select
    > select.mobile-device:focus
    + .dropdown-toggle {
    border: 1px solid var(--a-theme-blue);
    outline: none !important;
}

.custom-select .dropdown-item {
    padding: 12px 20px;
    color: var(--a-title);
}

.custom-select .dropdown-toggle {
    position: relative;
}

.custom-select .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 25px;
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    border: 0;
    width: 10px;
    height: 8px;
    background-image: url("../images/icons/down-arrow.svg");
}

/* style added by AVN(2022-12-02) */

.pac-container.pac-logo {
    z-index: 9999;
}

.slim-label {
    width: 100%;
}

.upload-input-wrap .upload-input {
    padding: 100px 10px;
}

.bootstrap-tagsinput {
    box-shadow: unset !important;
    border: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.bootstrap-tagsinput input {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.twitter-typeahead {
    width: 100% !important;
}
.bootstrap-tagsinput .tag {
    background-color: var(--a-theme-blue) !important;
}
.tt-menu {
    color: var(--a-pure-black) !important;
    padding: 0px !important;
    background-color: var(--a-pure-white) !important;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
    width: 100% !important;
}
.tt-suggestion.tt-selectable {
    padding: 5px;
}
.tt-suggestion.tt-selectable:last-child {
    padding-bottom: 0;
}
.tt-suggestion.tt-selectable:hover {
    color: var(--a-pure-white) !important;
    background-color: var(--a-theme-blue) !important;
}
.bootstrap-tagsinput .tag {
    border-radius: 6px !important;
    padding: 1px 6px !important;
}

.bus-class-form .bootstrap-tagsinput {
    border: 1px solid var(--a-border) !important;
    padding: 17px 24px !important;
    border-radius: 10px !important;
}

#profileEditContent {
    display: none;
}

.profile-edit-close {
    display: none;
}

.profile-edit-btn-text {
    display: inline-block;
}
.edit-profile-img-wrapper.upload-input-wrap {
    position: absolute;
    left: calc(50% + 30px);
    top: 20px;
}
.edit-profile-img-wrapper {
    display: none;
}
.edit-profile-img-wrapper.upload-input-wrap .upload-input {
    border: 1px solid var(--a-theme-blue);
    border-radius: 50%;
    padding: 10px;
    color: var(--a-theme-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    max-width: 50px;
    min-width: auto;
    padding: 10px;
}

.edit-profile-img-wrapper.upload-input-wrap:hover .upload-input svg {
    color: var(--a-pure-white);
}

.job-title-desc {
    max-width: 250px;
    width: 100%;
    white-space: break-spaces;
}

.skill-custom-select.custom-select .bootstrap-select .dropdown-menu.inner {
    max-height: 240px;
    overflow-y: auto;
    min-width: unset !important;
    margin-bottom: 0 !important;
}

.skill-custom-select .dropdown-item {
    white-space: break-spaces !important;
}

.single-skill-select .dropdown-menu.show {
    margin-bottom: 0 !important;
    min-width: auto !important;
}

.single-skill-select.bootstrap-select .dropdown-menu li a {
    max-width: 438px !important;
    white-space: break-spaces !important;
}

.cusom-badge {
    display: inline-block;
    padding: 1px 9px 1px 8px;
    border-radius: 5px;
    color: var(--a-theme-blue);
    background: var(--a-theme-blue-tint-2);
    margin-bottom: 3px;
}
.max-w-sm {
    max-width: 250px;
    width: 100%;
    white-space: break-spaces;
}
.max-w-lg {
    max-width: 600px;
    width: 100%;
    white-space: break-spaces;
}
.btn-assign-recruiter img,
.a-custom-table .a-btn-table img {
    max-width: 20px;
}

.upload-btn {
    transition: 0.5s all;
}
.upload-btn:hover {
    background-color: var(--a-pink);
    color: var(--a-pure-white);
}

.summerNote .note-frame .note-modal.show .close {
    display: none;
}

select:disabled + .btn,
select:disabled + .btn:hover {
    background-color: var(--a-gray-tint-5);
}
select:disabled + .dropdown-menu {
    display: none;
}

/* custom radio button  */
.custom-radio-input.form-check-input:checked[type="radio"] {
    background-image: white;
    background: #039fd2;
}
.custom-radio-input.form-check-input:checked {
    outline: #039fd2 solid 3px;
    border: 3px solid white;
}
.custom-radio-input.form-check-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid transparent;
    outline: #bdbdbd solid 3px;
    margin-top: 0;
    vertical-align: middle;
}

.custom-radio-input.form-check-input:disabled {
    opacity: 1;
}

.custom-radio-input.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 1;
}

/* .custom-radio-input.form-check-input:disabled[type=radio] {
      background-image: gray;
      background: gray;
  }
  .custom-radio-input.form-check-input:disabled {
      outline: gray solid 3px;
      border: 3px solid white;
  } */

.custom-radio-check-form.form-check {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.custom-radio-label.form-check-label {
    margin-left: 10px;
    line-height: 1;
    color: #031d1f;
    font-weight: 400;
}

/* custom checkbox  */
.custom-checkbox-form {
    font-size: 14px;
    margin-bottom: 0;
}
.custom-checkbox-input.form-check-input {
    background: var(--a-pure-white);
    border: 2px solid;
    border-color: #bdbdbd;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #031d1f;
}
.custom-checkbox-form input[type="checkbox"]:checked {
    border-color: var(--a-theme-blue);
}
.custom-checkbox-form input[type="checkbox"]:after {
    background-image: url("../images/icons/checked.svg");
    background-color: var(--a-pure-white);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transform: unset;
    z-index: 999;
    position: absolute;
    background-size: contain;
}
.custom-checkbox-form input[type="checkbox"]:before {
    content: unset;
}
.custom-checkbox-input.form-check-input:focus {
    border-color: var(--a-theme-blue);
    outline: 0;
    box-shadow: unset;
    fill: unset;
}
.custom-checkbox-form .form-check-input:active {
    filter: unset;
    -webkit-filter: unset;
}
.form-check-label.custom-checkbox-label {
    color: #031d1f;
}

.availability-check-wrapper {
    max-width: 350px;
}

/* custom step wizard */
.custom-wizard.sw-theme-basic > .nav .nav-link::after {
    height: 100%;
    width: 2px;
}
.custom-wizard {
    min-height: calc(100vh - 200px);
}
.custom-wizard.sw-theme-basic {
    border: 0;
}
.custom-wizard.sw.sw-justified > .nav .nav-link,
.custom-wizard.sw.sw-justified > .nav > li {
    flex-basis: 0;
    flex-grow: unset;
    text-align: center;
}
.custom-wizard.sw.sw-justified > .nav .nav-link {
    padding-bottom: 20px;
}

.custom-wizard.sw > .tab-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: inherit !important;
    width: calc(100% - 365px);
    max-width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-wizard .toolbar {
    display: none;
}
.sw-theme-basic > .nav {
    box-shadow: unset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.custom-wizard .User-profile-card-wrap {
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.wizard-btn-wrapper {
    margin-top: auto;
}
.custom-wizard .nav-item {
    padding-left: 50px;
}
.custom-wizard .nav-link {
    font-weight: 600;
    font-size: 12px;
    padding: 0px 5px 45px 30px !important;
}

.custom-wizard .nav-item:last-child .nav-link {
    padding-bottom: 0px !important;
}
.custom-wizard.sw-theme-basic > .nav .nav-link.default {
    color: #828282;
}
.sw-theme-basic > .nav .nav-link.default.done {
    color: var(--a-theme-blue);
}
.custom-wizard .nav-link::before {
    position: absolute;
    left: -12px;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    background-color: white;
    border: 3px solid #828282;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
    background-image: url("../images/icons/checked-white.svg");
    background-size: contain;
}
.custom-wizard .active.nav-link::before {
    border-color: var(--a-theme-blue-shade-1);
}
.custom-wizard .done.nav-link::before {
    border-color: var(--a-theme-blue-shade-1);
    background-color: var(--a-theme-blue-shade-1);
}
.custom-wizard.sw-theme-basic > .nav .nav-link.default::after {
    background: gray !important;
}
.custom-wizard.sw-theme-basic > .nav .nav-link.active::after {
    background: gray !important;
}
.custom-wizard.sw-theme-basic > .nav .nav-link.done::after {
    background: var(--a-theme-blue-shade-1) !important;
}

.custom-wizard .tab-content {
    margin-left: 20px;
}
.custom-wizard.sw-theme-basic > .nav .nav-link.active {
    color: gray !important;
}
.custom-wizard.sw-theme-basic > .nav .nav-link.default.done {
    color: #242d63 !important;
}
.custom-wizard .tab-content > .tab-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* custom-text-area start */
.custom-text-area {
    max-width: 825px;
    height: 233px;
    border: 2px solid #eaeaea;
    border-radius: 13px;
}
.custom-text-area:focus-visible {
    box-shadow: unset;
    outline: 0;
}
.form-control:focus {
    border-color: var(--a-theme-blue-shade-1);
    outline: 0;
    box-shadow: unset;
}
/* document css */
.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    grid-gap: 10px;
}
.document-item {
    border: 1px solid #f2f2f2;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.doctype-img {
    margin-right: 12px;
}
.document-item .docinfo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.color-alice-blue {
    color: var(--cr-alice-blue);
}

.docinfo-wrap .docinfo {
    font-weight: 500;
}
.clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.paragraph-sm {
    font-size: 10px;
}
.document-item .cr-btn-round {
    width: 35px;
    height: 35px;
}
.cr-btn-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid;
    border-color: transparent;
    transition: 0.3s all;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cr-btn-round:hover {
    border-color: var(--a-gray);
}

.my-select.bootstrap-select.bs-container .dropdown-menu {
    width: 100% !important;
}
.skill-custom-select.custom-select .bootstrap-select .dropdown-menu.inner {
    max-height: 240px;
}

.bootstrap-select .dropdown-menu.inner {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.User-profile-content-wrap.User-profile-content-wrap-width {
    width: 100%;
}

.w-100 {
    width: 100%;
}
#AddJobPostModal .note-editable {
    min-height: 350px !important;
}

/* .bootstrap-select .dropdown-menu li a span.text {
      white-space: break-spaces;
  } */

/* cr-custom-select CSS start < hetali */
.cr-custom-select-wrapper select {
    /* width: 100%!important; */
}
.cr-custom-select-wrapper .select2-conatiner,
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    padding: 4px 8px;
    display: inline-flex;
}
.cr-custom-select-wrapper.cr-custom-select-fill
    .select2-container--default
    .select2-selection--multiple {
    border: 2px solid;
    border-color: var(--a-theme-blue);
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple {
    outline: 0;
    position: relative;
    padding: 8px 13px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid;
    border-color: var(--a-border);
    min-height: 58px;
}
.cr-custom-select-wrapper
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 2px solid;
    border-color: var(--a-theme-blue);
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #ebf6f9;
    color: var(--a-theme-blue);
    border: none;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: var(--a-theme-blue);
    border: none;
    color: var(--a-pure-white);
    outline: none;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-right: 5px;
    color: var(--a-theme-blue);
    border-right: 0;
    top: 4px;
    order: 2;
    position: static;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 8px;
    padding-right: 8px;
    order: 1;
    white-space: initial;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    height: 24px;
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--a-theme-blue);
    color: var(--a-pure-white);
}
.cr-custom-select-wrapper
    .select2-container--default
    .select2-results__option--selected {
    background-color: #ebf6f9;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--a-theme-blue);
    color: var(--a-pure-white);
}
.cr-custom-select-wrapper .select2-container {
    width: 100% !important;
    min-width: 100% !important;
}

.cr-custom-single-select.cr-custom-select-wrapper
    .select2-container
    .select2-selection--single {
    min-height: 48px;
}

.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 54px !important;
    font-size: 16px;
}

.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default
    .select2-selection--single {
    border: 2px solid;
    border-color: var(--a-border);
    padding: 2px 13px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    min-height: 58px;
}
.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: var(--a-placeholder);
    font-size: 16px;
}
.cr-custom-select-wrapper.cr-custom-single-select.cr-custom-select-fill
    .select2-container--default
    .select2-selection--single {
    border: 2px solid;
    border-color: var(--a-theme-blue);
}

.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 18px;
    right: 10px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--a-theme-blue) !important;
    color: var(--a-pure-white) !important;
}
.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border: 2px solid;
    border-color: var(--a-theme-blue);
}
/* cr-custom-select CSS start < hetali */

td .a-status-display {
    margin-left: 5px;
}

td .a-status-display:first-child {
    margin-left: 0px;
}
.custom-radio-label,
.custom-radio-check-form {
    cursor: pointer;
}

.custom-radio-check-form .form-check-input:checked[type="checkbox"] {
    background-image: unset;
}

.form-check-input:focus {
    border-color: var(--a-theme-blue);
    box-shadow: unset;
}

/* custom-step  css start < hetali */

.custom-step-wrapper {
}

/* custom-step  css end < hetali */

.custom-step-border-top {
    border-top: 1px solid var(--a-gray-tint-6);
}

.custom-input-transparent {
    border: 0;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
}

.custom-input-transparent::placeholder {
    text-transform: capitalize;
}

.custom-input-transparent {
    font-weight: 500;
    font-size: 16px;
}

.custom-input-transparent::placeholder {
    color: #828282;
    font-weight: 500;
    font-size: 16px;
}

.custom-input-transparent-main-wrapper {
    padding-bottom: 16px;
}

.custom-input-transparent-wrapper {
    position: relative;
}

.custom-input-transparent-wrapper .custom-input-transparent-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0px 16px;
}

.custom-input-transparent-icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-input-transparent-wrapper:hover {
    border-color: #eaeaea;
}

.custom-input-transparent-line,
.custom-input-transparent-line-2 {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    height: 1px;
    width: 100%;
    background-color: transparent;
    transition: 0.3s all;
}

.custom-input-transparent-line-2 {
    height: 2px;
    transform: scaleX(0);
}

.custom-input-transparent-wrapper:hover .custom-input-transparent-line,
.custom-input-transparent:hover + div {
    background-color: #b2b2b2;
}

.custom-input-transparent:focus + div,
.custom-input-transparent:active + div {
    visibility: hidden;
}

.custom-input-transparent:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: unset;
}

.custom-input-transparent:focus + div + div,
.custom-input-transparent:active + div + div {
    background-color: var(--a-theme-blue);
    transform: scaleX(1);
}

.cr-custom-text-area {
    width: 100%;
    border: 1px solid;
    border-color: var(--a-border);
    border-radius: 13px;
    padding: 10px 25px;
    transition: 0.3s all;
    min-height: 130px;
    transition: 0.3s all;
}

.cr-custom-text-area:hover {
    border-color: #eaeaea;
}

.cr-custom-text-area:focus,
.cr-custom-text-area:active {
    border-color: var(--a-theme-blue);
}

.cr-custom-text-area:focus-visible {
    outline: 0;
}

.onboarding-empty {
    max-width: 42%;
}

.onboarding-empty-img-container {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onboarding-empty-img-container img,
.onboarding-empty-img-container svg {
    width: 100%;
    height: 100%;
}

.onboarding-question-box-wrapper .onboarding-question-box {
    margin-bottom: 20px;
}

.onboarding-question-box-wrapper .onboarding-question-box:last-child {
    margin-bottom: 0;
}

.onboarding-question-box {
    padding: 24px 20px;
    border: 1px solid #f4f4f4;
    border-radius: 12px;
}

.onboarding-question-box-title {
    border-bottom: 1px solid #eaeaea;
}

.onboarding-question-edit {
    display: flex;
    align-items: center;
}

.onboarding-icon {
    cursor: pointer;
    transition: 0.3s all;
}

.onboarding-icon-blue {
    color: var(--a-theme-blue);
}

.onboarding-icon-blue:hover {
    color: var(--a-theme-blue-shade-1);
}

.onboarding-icon-red {
    color: var(--a-red);
}

.onboarding-icon-red:hover {
    color: var(--a-red);
}

.onboarding-icon-gray {
    color: var(--a-gray-tint-1);
}

.onboarding-icon-gray:hover {
    color: var(--a-theme-blue);
}

.onboarding-question-lists .custom-input-transparent-main-wrapper {
    margin-bottom: 6px;
}

.custom-input-transparent-main-wrapper:last-child {
    margin-bottom: 0;
}

.connected-sortable {
    margin: 0 auto;
    list-style: none;
}

.draggable-item {
    cursor: move;
}

li.draggable-item {
    width: inherit;
    padding: 15px 20px;
    background-color: #f5f5f5;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}

li.draggable-item:hover {
    cursor: pointer;
    background-color: #eaeaea;
}

li.draggable-item.ui-sortable-helper {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    transform: scale(1.015);
    z-index: 100;
}

li.draggable-item.ui-sortable-placeholder {
    background-color: #ddd;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.cr-custom-single-sm {
    max-width: 200px;
    min-width: 200px;
}

.cr-custom-single-sm.cr-custom-select-wrapper.cr-custom-single-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 4px;
}

.select2-container--default
    .cr-custom-single-sm.select2-selection--single
    .select2-selection__arrow {
    height: 8px;
}

.cr-custom-select-wrapper.cr-custom-single-select.cr-custom-single-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 30px !important;
}
.cr-custom-select-wrapper.cr-custom-single-select.cr-custom-single-sm
    .select2-container--default
    .select2-selection--single {
    border: 1px solid;
    padding: 1px 8px;
    border-radius: 6px;
    font-size: 12px;
    min-height: 32px;
}

.custom-switch input[type="checkbox"]:checked:before,
.custom-switch input[type="checkbox"]:checked:after {
    content: unset;
}

/* .custom-switch.form-switch .form-check-input {
      width: 2em;
      margin-left: -2.5em;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
      background-position: left center;
      border-radius: 2em;
      transition: background-position .15s ease-in-out;
  } */
.custom-switch.form-switch .form-check-input {
    background-color: var(--a-pure-white);
    background-image: url("../images/icons/circle-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-color: red !important;
    border-radius: 36px !important;
    color: var(--a-theme-blue);
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 18px;
    line-height: 30.6px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: start;
    width: 36px;
    cursor: pointer;
}

.custom-switch.form-switch .active.form-check-input {
    border-color: var(--a-theme-blue) !important;
    background-position: right center;
    background-image: url("../images/icons/circle-blue.svg");
}

.custom-switch-main-wrapper input[type="checkbox"]:checked + .form-check-input {
    border-color: var(--a-theme-blue) !important;
    background-position: right center;
    background-image: url("../images/icons/circle-blue.svg");
}

.custom-switch-main-wrapper input[type="checkbox"].switch-input-with-lable {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
}

.step-display-box {
    /* background: #F2FEF0; */
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.step-display-box-header {
}

.step-display-title {
    width: calc(100% - 100px);
}

.step-display-box .a-status-display {
    min-width: 72px;
    max-width: 100px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    background: var(--a-blue-raspberry-seed);
    border: 1px solid;
    border-color: var(--a-blue-raspberry-seed);
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

.step-display-box {
    position: relative;
}

.step-display-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url("../images/icons/arrow-long.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(100%);
}

.step-display-box-line {
    display: block;
    height: 1px;
}

.swiper-slide {
    height: auto;
}

.onboarding-list-flex {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 20px;
}

.onboarding-list-main-box .onboarding-list-flex:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.onboarding-list-main-box .onboarding-list-flex:first-child {
    padding-top: 0;
}

.onboarding-list-main-box {
    border-radius: 26px;
}

.step-display-box {
    border: 1px solid;
}

.step-display-box.a-bg-white {
    border-color: #e0e0e0;
}

.step-display-box.a-bg-red-tint-3 {
    border-color: var(--a-red-tint-3);
}

.step-display-box.a-bg-green-tint-3 {
    border-color: var(--a-green-tint-3);
}

.step-display-box.a-bg-yellow-tint-3 {
    border-color: var(--a-yellow-tint-3);
}

.step-display-box.a-bg-purple-tint-2 {
    border-color: var(--a-purple-tint-2);
}

.swiper {
    max-width: 100%;
    width: 100%;
}

.onBoardListSlider
    .swiper-wrapper
    .swiper-slide:last-child
    .step-display-box::after {
    content: unset;
}

.white-space-nowrap {
    white-space: nowrap;
}

.step-display-box .material-icons {
    font-size: 18px;
}

.side-bar,
.main-layout,
.sidebar-item-title {
    transition: 0.3s all;
}

/* body.collapsed  .side-bar-link {
      justify-content: center;
  } */

.logo-wrapper {
    height: 65px;
}

body.collapsed .side-bar {
    width: 80px;
}

body.collapsed header {
    max-width: calc(100% - 80px);
}

body.collapsed .main-layout {
    margin-left: 80px;
}

.sidebar-item-title {
    white-space: nowrap;
    display: inline-block;
}

.side-bar-item-img {
    min-width: 24px;
    max-width: 24px;
}

body.collapsed .sidebar-item-title {
    opacity: 0;
    display: none;
}

.side-bar-items {
    overflow-x: hidden;
}

.side-bar {
    background-color: var(--a-pure-white);
}

body.collapsed .side-bar-link {
    padding: 8px;
    justify-content: center;
}

body.collapsed .logo-desktop {
    display: none;
}

.logo-collapse {
    display: none;
    justify-content: center;
}

body.collapsed .logo-wrapper {
    align-items: center;
    justify-content: center;
}

body.collapsed .logo-collapse {
    display: flex;
}

.logo-desktop,
.logo-collapse {
    align-items: center;
    justify-content: center;
}

/* side bar toggle css start < hetali */
.sidebar-toggler-wrapper {
    width: 35px;
    height: 35px;
}

.sidebar-toggler {
    width: 35px;
    height: 35px;
    border: 0;
    background-color: transparent;
    color: var(--a-theme-blue);
}

.sidebar-open {
    display: none;
}

.sidebar-collapse {
    display: block;
}

body.collapsed .sidebar-collapse {
    display: none;
}

body.collapsed .sidebar-open {
    display: block;
}

/* side bar toggle css end < hetali */

.onboarding-list-sub-title {
    min-width: 100px;
    max-width: 100px;
}

.onboarding-list-sub-title-flex .onboarding-sub-title-list {
    margin-bottom: 12px;
}

.onboarding-list-sub-title-flex .onboarding-sub-title-list:last-child {
    margin-bottom: 0;
}

.word-break-break-all {
    word-break: break-all;
}

.custom-radio-step {
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    border-radius: 50%;
    background-color: var(--a-yellow-shade-1);
    position: relative;
}

.custom-radio-step-circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: var(--a-yellow-shade-1);
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.custom-radio-step-circle-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: white;
    min-width: calc(100% - 5px);
    min-height: calc(100% - 5px);
    max-width: calc(100% - 5px);
    max-height: calc(100% - 5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.custom-radio-step.red,
.custom-radio-step.red .custom-radio-step-circle {
    background-color: #ed6868;
}

.custom-radio-step.green,
.custom-radio-step.green .custom-radio-step-circle {
    background-color: var(--a-green-shad-1);
}

.custom-radio-step-wrapper {
    display: flex;
}

.custom-radio-line {
    position: relative;
}

.custom-radio-line::after {
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    height: calc(100% - 26px);
    width: 1px;
    background: #eaeaea;
}

.custom-radio-step-title {
    font-size: 14px;
    min-width: 80px;
    max-width: 80px;
}

.documents-grid.custom-radio-step-documents-grid {
    display: grid;
    /* grid-template-columns: repeat(1,1fr); */
    grid-gap: 10px;
}

.custom-radio-step-content {
    padding-bottom: 40px;
    width: 100%;
}

.documents-grid.custom-radio-step-documents-grid
    .document-item
    .cr-btn-round
    i {
    font-size: 20px;
}

.custom-radio-step-main-wrapper
    .custom-radio-step-wrapper:last-child
    .custom-radio-step-content
    .custom-radio-line::after {
    content: unset;
}

.custom-radio-step-main-wrapper
    .custom-radio-step-wrapper:last-child
    .custom-radio-step-content {
    padding-bottom: 0;
}

.modal-header .a-status-display-flex {
    width: 100%;
    max-width: 100%;
}

.custom-radio-step-main-wrapper
    .custom-radio-step-wrapper:last-child
    .custom-radio-line::after {
    content: unset;
}

.documents-grid.custom-radio-step-documents-grid .document-item .cr-btn-round {
    width: 25px;
    height: 25px;
}

.custom-switch-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body-spacing.modal-medium-height {
    min-height: 500px;
    max-height: 500px;
    overflow-y: auto;
}
.upload-stpe-icon-container {
    position: relative;
    z-index: 99;
    cursor: pointer;
    color: var(--a-green-shad-1);
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    background-color: transparent;
    border: 0;
}

.upload-stpe-icon-container .material-icons {
    font-size: 24px;
}

.upload-file-document-container {
    position: relative;
    border: 2px dashed;
    border-color: var(--a-theme-blue);
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    background-color: #ebf6f9;
    min-height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--a-theme-blue);
}

.upload-file-document-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.upload-stpe-icon-container {
    bottom: 5px;
    right: 5px;
    z-index: 5;
}
.remove-white-space-select-country
    + .pac-container
    + div
    + div
    .dropdown-menu
    li
    a
    span.text {
    white-space: unset;
}
/* dropdown-menu li a span.text */
/* hired candidates  */
.hired-candidates-wrap table {
    margin-top: 20px !important;
    margin-bottom: 24px !important;
}
.blue-raspberry-seed-color {
    color: var(--a-blue-raspberry-seed);
}
.generate-invoice-table-wrap {
    margin: 40px 0 24px;
}
.a-btn-gray-tint-border {
    border-color: var(--a-gray-tint-5);
    background-color: var(--a-pure-white);
    color: var(--a-gray-shade-2);
}
.a-btn-gray-tint-border:hover {
    border-color: var(--a-theme-blue);
}
.total-billing-col-left {
    width: calc(100% - var(--a-total-billing-right-width));
}
.total-billing-col-right {
    width: var(--a-total-billing-right-width);
}
.add-sales-tax-send-btn-wrap {
    border: 1px solid var(--a-gray-tint-5);
    border-width: 1px 0;
    padding: 24px 0;
}
input.a-custom-input.subtotal-input-wrap {
    max-width: 70px;
    padding: 10px;
}
.total-balance-due-wrap {
    border-left: 1px solid var(--a-gray-tint-5);
}
