@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bodybg: #F8F7FA;
    --textprimary: #2f2b3de6;
    --textsecondary: #2f2b3db3;
    --textdisable: #2f2b3d66;
    --purple1: #4C2668;
    --purple2: #974BCE;
    --purple3: #B591DB;
    --lightpurple3: #b591db80;
    --darkgrey: #444444;
    --grey: #7E7E7E;
    --navbargrey: #646464;
    --lightgrey: #E9E9E9;
    --white: #fff;
    --black: #000;
    --lightgreen: #28c76f29;
    --green: #06B120;
    --radius: 6px;
    --checkbox-color: var(--gradient);
}

.Toastify__progress-bar {
  transform-origin: right !important;
}

body {
    font-family: 'Nunito' !important;
    font-weight: 400 !important;
    color: var(--textsecondary) !important;
    background-color: var(--bodybg) !important;
}

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

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

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--lightpurple3);
    border-radius: var(--radius);
}

::-webkit-scrollbar-thumb {
    background-color: #e96249;
    border-radius: var(--radius);
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.border-radius {
    border-radius: var(--radius);
}

.box-shadow {
    box-shadow: 0 3px 12px 0 #2f2b3d29;
}

/* .transaction{
    transition: .5s all ease;
} */

/* Colors and Backgrounds */

.gradient {
    background: var(--purple1);
    background: linear-gradient(180deg, var(--purple2) 0%, var(--purple1) 100%);
}

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

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

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

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

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

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

.black-bg {
    background-color: var(--black) !important;
}

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

.purple1-bg {
    background-color: var(--purple1) !important;
}

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

.purple2-bg {
    background-color: var(--purple2) !important;
}

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

.purple3-bg {
    background-color: var(--purple3) !important;
}

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

.darkgrey-bg {
    background-color: var(--darkgrey) !important;
}

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

.grey-bg {
    background-color: var(--grey) !important;
}

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

.navbargrey-bg {
    background-color: var(--navbargrey) !important;
}

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

.lightgrey-bg {
    background-color: var(--lightgrey) !important;
}

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

.lightgreen-bg {
    background-color: var(--lightgreen) !important;
}

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

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

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

.lightpurple3-bg {
    background-color: var(--lightpurple3) !important;
}

.orange-bg {
    background-color: #e96249 !important;
}

.yellow-bg {
    background-color: #fabc32 !important;
}

/* .gradient-btn {
    color: var(--white) !important;
    background: var(--purple1) !important;
    background: linear-gradient(180deg, var(--purple2) 0%, var(--purple1) 100%) !important;
} */
.gradient-btn {
    color: var(--white) !important;
    background: #e96249 !important;
}

.orange-text{
    color: #e96249 !important;
}

.secondary-btn {
    color: var(--grey) !important;
    background: var(--lightgrey) !important;
}

.purplebg-btn {
    color: var(--purple2) !important;
    background: var(--lightpurple3) !important;
}     

.nobg-btn {
    color: var(--textprimary) !important;
    background: none !important;
}

/* FontSize */
.font-size-10 {
    font-size: 10px !important;
}

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

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

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
    line-height: 25px;
}

.font-size-22 {
    font-size: 22px !important;
    line-height: 27px;
}

.font-size-24 {
    font-size: 24px !important;
    line-height: 29px;
}

.font-size-26 {
    font-size: 26px !important;
    line-height: 31px;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
    line-height: 35px;
}

.font-size-36 {
    font-size: 36px;
    line-height: 41px;
}

.font-size-40 {
    font-size: 40px;
    line-height: 45px;
}

.font-size-46 {
    font-size: 46px;
    line-height: 51px;
}

/* custom classes */
.kra_bg_auth {
    background-image: url("./images/bgimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.kra_authpg {
    max-width: 500px;
}

.kra_authpgs {
    max-width: 700px;
}

.acc-iconbox {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: var(--radius);
}

.kra-multistep-iconbox {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: var(--radius);
}

.form-check-input {
    box-shadow: none !important;
    border-color: var(--darkgrey) !important;
}

.form-check-input:checked {
    background-color:#e96249 !important;
    border-color: #e96249 !important;
}

.form-group label {
    color: var(--textprimary);
}

.form-group:focus-within label {
    color: #e96249;
}

.form-control {
    background: var(--white) !important;
    box-shadow: none !important;
    color: var(--grey) !important;
    border: 1px solid var(--lightgrey) !important;
    outline: none !important;
}

.form-control:hover {
    border: 1px solid var(--grey) !important;
}

.form-control:focus {
    color: rgb(0, 0, 0) !important;
    border: 1px solid #e96249 !important;
}

input:-internal-autofill-selected {
    background: var(--white) !important;
    box-shadow: none !important;
    color: var(--textsecondary) !important;
    border: 1px solid var(--textsecondary) !important;
}

.form-select {
    appearance: none;
    /* Removes default styles */
    background-color: var(--white) !important;
    box-shadow: none !important;
    color: var(--grey) !important;
    border: 1px solid var(--lightgrey) !important;
    outline: none !important;
    cursor: pointer;
}

.form-select:hover {
    border: 1px solid var(--grey) !important;
}

.form-select:focus {
    color: gray !important;
    border: 1px solid #e96249 !important;
}

::placeholder,
::-webkit-input-placeholder {
    color: var(--textdisable) !important;
    opacity: 1;
}

.divider-text {
    position: relative;
    text-align: center;
}

.divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: var(--lightgrey);
}

.divider-text span {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: var(--white);
    z-index: 1;
}

.pass-icon {
    right: 10px;
    top: 50%;
}

.card-input:hover {
    cursor: pointer;
}

.card-input.selected {
    box-shadow: 0 0 1px 1px #fabc32;
    color: #e96249;
}

input.card-input-element {
    accent-color: #e96249;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}

/* Side bar */

.kra-sidebar-toggle-btn {
    background-color: var(--white);
    border-radius: 50%;
    z-index: 99;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--textprimary);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    z-index: 10;
    transition: all 0.5s ease;
    background-color: var(--white);
    overflow-y: auto;
    box-shadow: 0 3px 12px 0 #2f2b3d29;
}

.sidebar.close {
    width: 100px;
}

.sidebar .logo-details {
    height: 65px;
    width: 100%;
    display: flex;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.sidebar .kra-sidebar-logo {
    display: block;
}

.sidebar.close .kra-sidebar-logo {
    display: none;
}

.sidebar .kra-sidebar-logo.small {
    display: none;
    margin-right: 0;
}

.sidebar.close .kra-sidebar-logo.small {
    display: block;
}

.sidebar p {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--textdisable);
    margin-bottom: 0;
    margin-left: 35px;
    display: block;
    transition: display 0.3s ease-in-out;
}

.sidebar.close p {
    display: none;
}

.sidebar .nav-links {
    padding: 0 0 15px 15px;
    transition: all 0.3s ease-in-out;
}

.sidebar.close .nav-links {
    padding: 0 0 15px 0;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

.sidebar>.nav-links>li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidebar .nav-links li .sidebar-link {
    padding-right: 10px;
}

.sidebar.close .nav-links li .sidebar-link {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

.kra-sidebar-icon {
    display: block;
}

.sidebar .nav-links li .kra-sidebar-icon {
    min-width: 55px;
    text-align: center;
    color: var(--textprimary);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* .sidebar>.nav-links>li>a {
    height: 50px;
}

.sidebar>.nav-links>li>div>a {
    height: 42px;
} */

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    color: var(--textprimary);
    transition: all 0.4s ease;
    white-space: pre;
    line-height: 1;
    height: 15px;
}

.sidebar .nav-links li.active a .kra-sidebar-icon,
.sidebar .nav-links li.active a .link_name {
    color: #e96249;
}

.sidebar .nav-links li.active a {
    background-color: rgb(var(--purple2));
    border-radius: var(--radius);
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: var(--purple3);
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.sidebar.close .nav-links li .sub-menu a {
    color: var(--white);
}

.sidebar .nav-links li .sub-menu a.active {
    font-weight: 700;
    position: relative;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 80%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    background-color: var(--purple3);
}

.sidebar .nav-links li span {
    color: var(--purple3);
}

.sidebar.close .nav-links li span {
    display: none;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.content-section {
    position: relative;
    min-height: calc(100vh - 125px);
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    top: 100px;
    background-color: var(--bodybg);
}

.sidebar.close~.content-section {
    left: 100px;
    width: calc(100% - 100px);
}

.footer {
    position: fixed;
    max-height: 24px;
    left: 260px;
    bottom: 0px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    background-color: var(--bodybg);
    z-index: 1;
}

.sidebar.close~.footer {
    left: 100px;
    width: calc(100% - 100px);
}

.kra-sidebar-mobile-toggle {
    background-color: var(--purple1);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 0px 5px 5px 0px;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 3;
    align-items: center;
    justify-content: center;
    display: none;
}

.header-navbar {
    position: absolute;
    max-height: 90px;
    left: 260px;
    top: 0px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    background-color: var(--bodybg);
    z-index: 1;
}

.sidebar.close~.header-navbar {
    left: 100px;
    width: calc(100% - 90px);
}

.krs-search .form-control {
    border: none !important;
}

/* Table */
/* .table> :not(caption)>*>* {
    color: inherit !important;
} */

.kra-table-bookname img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.kra-BN-AN img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.kra-table .form-check {
    min-height: auto !important;
}

.kra-table th {
    text-transform: uppercase;
}

.kra-table-description img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.kra-table-description {
    min-width: 350px !important;
    max-width: 351px !important;
    word-wrap: break-word;
}

.kra-table-date {
    min-width: 125px !important;
    word-wrap: break-word;
}

.kra-table-ftype {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-debit {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-credit {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-file {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-balance {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-actions {
    min-width: 120px !important;
    word-wrap: break-word;
}

.kra-table-pmdetails {
    min-width: 250px !important;
    word-wrap: break-word;
}

.kra-table-NType {
    min-width: 250px !important;
    word-wrap: break-word;
}

/* DatePicker */
input.kra_date_picker.form-control {
    max-width: 140px;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    background-color: var(--purple3) !important;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
    background-color: var(--lightpurple3) !important;
}

.react-datepicker__day--selected:not([aria-disabled="true"]):hover,
.react-datepicker__day--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__day--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled="true"]):hover {
    background-color: var(--purple1) !important;
    color: var(--white) !important;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
    background-color: var(--purple1) !important;
    color: var(--white) !important;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
    background-color: var(--purple1) !important;
    color: var(--white) !important;
}

/* Timeline */
.circle-lines {
    position: relative;
}

.circle-lines::before {
    position: absolute;
    left: 4px;
    top: 20px;
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background: var(--lightgrey);
}

/* Accordion */
.accordion {
    outline: none !important;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.accordion-item {
    color: var(--textsecondary) !important;
    background-color: var(--white) !important;
    border: none !important;
    box-shadow: 0 3px 12px 0 #2f2b3d29;
    border-radius: var(--radius) !important;
}

.accordion-button {
    box-shadow: none !important;
    color: var(--textprimary) !important;
    background-color: var(--white) !important;
    font-weight: 500 !important;
    border-radius: var(--radius) !important;
}

.kra-salesVS {
    top: 50%;
    left: 50%;
    width: auto !important;
    padding: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.kra-salesVS::before {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: var(--lightgrey);
    margin-bottom: 5px;
}

.kra-salesVS::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: var(--lightgrey);
    margin-top: 5px;
}

/* Progress bar Sales */
.progress,
.progress-stacked {
    height: 10px !important;
    width: 100%;
}

.kra-tpb {
    width: 250px;
}

.kra-tpb img {
    width: 32px;
    height: 42px;
    object-fit: cover;
}

.kra-tpb-progress {
    display: flex;
    width: calc(100% - 250px);
    align-items: center;
    gap: 10px;
}

.kra-tpb-progress .progress-bar {
    border-radius: 50px;
}

/* Flag */
.kra-flagimg {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.kra-subscriberstatus img {
    width: 18px;
    height: 13px;
    object-fit: cover;
}

/* dropdown */
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--white) !important;
    background-color: #e96249 !important;
}

@media (max-width: 1399.98px) {
    /* .kra-table {
        table-layout: fixed;
        width: 100%;
    } */

    .kra-table-bookname {
        min-width: 250px !important;
        word-wrap: break-word;
    }

    .kra-table-status {
        min-width: 120px !important;
        word-wrap: break-word;
    }

    .kra-table-review {
        min-width: 120px !important;
        word-wrap: break-word;
    }

    .kra-table-genre {
        min-width: 120px !important;
        word-wrap: break-word;
    }

    .kra-table-type {
        min-width: 120px !important;
        word-wrap: break-word;
    }

    .kra-table-age {
        min-width: 120px !important;
        word-wrap: break-word;
    }

    .kra-table-performance {
        min-width: 220px !important;
        word-wrap: break-word;
    }
    .kra-table-actions{
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .font-size-20 {
        font-size: 15px !important;
        line-height: 20px;
    }

    .font-size-30 {
        font-size: 20px !important;
        line-height: 25px;
    }


}

@media (max-width: 991.98px) {

    /* sidebar */
    .kra-sidebar-mobile-toggle {
        display: flex;
    }

    .sidebar {
        position: fixed;
        top: 0 !important;
        left: -100% !important;
        background-color: var(--bodybg) !important;
    }

    .content-section {
        left: 0 !important;
        width: 100% !important;
    }

    .sidebar.close~.content-section {
        left: 0 !important;
        width: 100% !important;
    }

    .footer {
        left: 0;
        bottom: 0px;
        width: 100% !important;
    }

    .sidebar.close~.footer {
        left: 0 !important;
        width: 100% !important;
    }

    .sidebar.close .kra-sidebar-logo {
        display: block;
    }

    .sidebar.close .kra-sidebar-logo.small {
        display: none;
    }

    .kra-sidebar-toggle-btn {
        right: 0;
        background-color: var(--bodybg);
        color: var(--textprimary);
    }

    .sidebar.close {
        width: 100% !important;
        left: 0 !important;
        z-index: 12 !important;
    }

    .sidebar.close .nav-links li a .link_name {
        opacity: 1 !important;
        pointer-events: none !important;
    }

    .sidebar.close .nav-links li span {
        display: block !important;
    }

    .sidebar.close .nav-links li .icon-link {
        display: flex !important;
    }

    .sidebar.close .nav-links li .sub-menu a {
        color: var(--color2) !important;
    }

    .sidebar.close .nav-links li:hover .sub-menu {
        background-color: var(--purple3) !important;
    }

    .sidebar.close .nav-links li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        padding: 10px 20px;
        display: none;
    }

    .sidebar .logo-details {
        height: 80px !important;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block !important;
        opacity: 1 !important;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        display: none !important;
    }

    .header-navbar {
        left: 0;
        width: 100% !important;
        top: 0px;
    }

    .sidebar.close~.header-navbar {
        left: 0 !important;
        width: 100% !important;
    }

    /* FontSize */
    .font-size-10 {
        font-size: 8px !important;
    }

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

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

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

    .font-size-18 {
        font-size: 16px !important;
    }

    .font-size-20 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .font-size-22 {
        font-size: 20px !important;
        line-height: 27px;
    }

    .font-size-24 {
        font-size: 20px !important;
        line-height: 29px;
    }

    .font-size-26 {
        font-size: 24px !important;
        line-height: 31px;
    }

    .font-size-28 {
        font-size: 24px !important;
    }

    .font-size-30 {
        font-size: 25px !important;
        line-height: 35px;
    }

    .font-size-36 {
        font-size: 30px;
        line-height: 41px;
    }

    .font-size-40 {
        font-size: 30px;
        line-height: 45px;
    }

    .font-size-46 {
        font-size: 36px;
        line-height: 51px;
    }

}

@media (max-width: 767.98px) {

    .kra_bg_auth {
        min-height: 150px;
    }

    .kra_authpgmob {
        min-height: calc(100vh - 150px);
    }

    .content-section {
        top: 156px !important;
        min-height: calc(100vh - 180px);
    }

    .header-navbar {
        max-height: 156px;
    }

    .kra-tpb-progress {
        width: 100%;
    }

}

@media (max-width: 575.98px) {}

.btn .spinner{
    margin-left: 5px;
}

.add-keyword-btn {
    height: 40px;
    margin-top: auto;
}

.add-keyword-container{
    margin-top: 20px;
}


.shimmer {
  background: linear-gradient(
    to right,
    #eeeeee 8%,
    #dddddd 18%,
    #eeeeee 33%
  );
  background-size: 1000px 100%;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
