@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jacquard+24&family=Jura:wght@300..700&family=Modak&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}
body {
    background-color: var(--color-primary-assent);
}
/* color settings */
.color-primary {
    color: var(--color-primary);
}

.color-primary-dark {
    color: var(--color-primary-dark);
}

.color-secondary {
    color: var(--color-secondary);
}

.color-secondary-dark {
    color: var(--color-secondary-dark);
}


/* color settings */

h1 {
    font-size: 1.9rem;
    font-family: var(--main-heading-font);
}

.main-heading-font {
    color: var(--color-main-heading);
    font-size: 1.6rem;
    font-family: var(--main-heading-font);
    font-weight: 700;
    z-index: 2;
    position: relative;

}

.sub-heading-font {
    color: var(--color-main-heading);
    font-size: 1rem;
    font-family: var(--sub-or-p-heading-font);
}

h3 {
    color: var(--color-main-heading);
    font-size: 0.9rem;
    font-family: var(--main-heading-font);
    font-weight: 500;
}


@font-face {
    font-family: "Saira";
    src: url(../Fonts/Saira-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: "Saira";
    src: url(../Fonts/Saira-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Saira";
    src: url(../Fonts/Saira-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: "Saira";
    src: url(../Fonts/Saira-SemiBoldItalic.otf);
    font-weight: 600;
}

@font-face {
    font-family: "Saira";
    src: url(../Fonts/SairaCondensed-Bold.otf);
    font-weight: 800;
}

@font-face {
    font-family: "Saira";
    src: url(../Fonts/SairaSemiCondensed-ExtraBold.otf);
    font-weight: 900;
}





.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.margin-auto {
    margin: 0 auto;
}

.flex {
    display: flex;
}

.fx-wrap {
    flex-wrap: wrap;
}

.fx-nowrap {
    flex-wrap: nowrap;
}

.gap-2 {
    gap: 2px;
}

.gap-4 {
    gap: 4px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-12 {
    gap: 10px;
}

.gap-14 {
    gap: 14px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-22 {
    gap: 22px;
}

.gap-24 {
    gap: 24px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-32 {
    gap: 32px;
}

.gap-35 {
    gap: 35px;
}

.gap-40 {
    gap: 40px;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.align-start {
    align-items: start;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.col-1 {
    flex: 0 0 100%;

}

.col-2 {
    flex: 0 0 50%;
}

.col-3 {
    flex: 0 0 33%;
}





.full-width {
    width: 100%;
}

.full-width-not-imp {
    width: 100% !important;
}
.max-with{
    max-width: max-content;
}

.display-block {
    width: 100%;
}

.pic {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.074);
}

.pic.with-br {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.074);
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .image-auto {
    height: auto;
    width: 100%;
    object-fit: cover;
} */

ul li {
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--color-black);
    padding: 2px 4px;
}

a {
    text-decoration: unset;
    color: var(--a-tag-color);
}

.focus-unset:focus {
    border: unset;
    box-shadow: unset;
}

.wrapper {
    max-width: 1266px;
    margin: 0 auto;
}

.wrapper-sec {
    max-width: 1366px;
    margin: 0 auto;
}

.wrapper-big {
    max-width: 1440px;
    margin: 0 auto;
}


.icon-cn {
    font-size: 1em;
}

.icon_svg {
    color: var(--icon-default-color);
    font-size: 1em;
    display: grid;
    place-items: center;
}

.icon_svg .edit_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon) no-repeat center;
    mask: var(--icon) no-repeat center;
}

.icon_svg .edit_icon.small {
    height: 1em;
    width: 1em;
}

.icon_svg .edit_icon.large {
    height: 28px;
    width: 28px;
}

/*** custom checkbox style start  ****/
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--color-for-custom-input-box-color);
    border-radius: 5px;
}

.container input[type="checkbox"]+.checkmark {
    border-radius: 5px;
    margin-top: 1px;
}

.container input[type="radio"]+.checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: var(--color-for-custom-input-hover-color);
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: var(--color-for-custom-input-checked-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.container input[type="checkbox"]+.checkmark::after {
    left: 7px;
    top: 50%;
    width: 3px;
    height: 8px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: translateY(-55%) rotate(45deg)
}

.container input[type="radio"]+.checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-white);
}

/*** custom checkbox style emd  ****/


/*** custom range style start  ****/

.box-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding-top: 0px;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    background-color: transparent;
    width: 100%;
}

input[type="range"]:focus {
    outline-color: #f8b195;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    background: var(--color-secondary);

}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    height: 3px;
    background: var(--color-secondary);

}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3px;
    background: var(--color-secondary);

}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 6px;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;
    background-color: var(--color-primary);

}

input[type="range"]:active::-webkit-slider-thumb {
    cursor: grabbing;
}


input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 6px;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;

}

input[type="range"]:active::-moz-range-thumb {
    cursor: grabbing;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 6px;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;

}

input[type="range"]:active::-ms-thumb {
    cursor: grabbing;
}


/*** custom range style emd  ****/


/*** custom switch style emd  ****/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: var(--color-white);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--color-primary);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--color-primary);
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*** custom switch style emd  ****/


/***** webkit-scrollbar start *****/

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    transition: all 0.45s ease-in;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--track_back-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    opacity: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color_scrollbar-hover);
}

*:hover::-webkit-scrollbar-thumb {
    /* opacity: 1; */
    background: var(--color_scrollbar);
    transition: all 0.45s ease-in;
}

/* Track */
.not_show_scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

/* Handle */
.not_show_scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent;
}


/***** webkit-scrollbar end *****/

.cursor-pointer {
    cursor: pointer;
}


input[type='number'] {
    --moz-appearance: textfield;
    appearance: textfield
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    --moz-appearance: none;
    margin: 0;
}

.border-primary {
    border: 1px solid var(--color-primary);
}

.border-secondary {
    border: 1px solid var(--color-secondary);
}

.without-border-radius {
    border-radius: 0px;
}

.b-radius-10 {
    border-radius: 10px;
}

.b-radius-15 {
    border-radius: 15px;
}

.b-radius-20 {
    border-radius: 20px;
}

.b-radius-100 {
    border-radius: 100px;
}

.primary-button {
    background-color: var(--color-primary);
    padding: 10px 25px;
    border-radius: 10px;
    color: var(--color-white);
}

.primary-button:hover {
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
    transition: all .15s ease-in;
}


.secondary-button {
    background-color: var(--color-secondary);
    padding: 10px 25px;
    color: var(--color-white);
    border-radius: 10px;
}

.secondary-dark-button {
    background-color: var(--color-secondary-dark);
    padding: 10px 25px;
    color: var(--color-white);
    border-radius: 10px;
}

.normal-button {
    background-color: var(--color-white);

    padding: 10px 15px;
}



.normal-button.with-border {
    border: 1px solid var(--color-border-light);
    padding: 8px 15px;
}

.normal-button.with-border:hover {
    background-color: var(--color-primary);
    border: 1px solid transparent;
    color: var(--color-white);
    transition: all .15s ease-in;
}

.normal-button.with-primary-border {
    /* border: 1px solid var(--color-primary);
    color: var(--color-primary); */
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 8px 15px;

}

.normal-button.with-primary-border:hover {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white);
    transition: all .15s ease-in;
}

@media screen and (max-width: 800px) {
    .dashboard-side-bar-list {
        width: max-content;
    }
}