/*-----------------------------------------------------------------------------------

    @version         : 1.0.0
    @Template Name   : Onest LMS - Learning Management System web application.
    @Author E-mail   : onesttechbd@gmail.com
    @Template author : https://codecanyon.net/user/onesttech/
    @Theme color @default-theme @dark-theme

-----------------------------------------------------------------------------------*/

/* google font  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --font-Inter: "Inter", sans-serif;
}

/* Default Theme */
.default-theme {
    --ot-bg-purple: #cad2ff;
    --ot-bg-turquoise: #b9edee;
    --ot-bg-red: #ffc4c4;
    --ot-bg-pricing-most-popular: #fffaf3;
    --ot-bg-badge: #e9faf4;
    --ot-text-badge: #3b3b3b;

    --ot-date: #262626;
    --ot-bg-event-date-lightblue: #ecedff;
    --ot-bg-event-date-green: #d8f8e9;
    --ot-bg-event-date-orange: #fff1e0;

    --bg-btn-tingreen: #eafff8;
    --bg-btn-tinorange: #fff9e9;
    --bg-btn-tinred: #ffe7ea;

    --theme-bg: #edfbff;
    --header-bg: #edfbff;
    --bodybg: #f3f6f9;

    --ot-primary: #231f20;
    --ot-secondary: #7cc3ed;
    --ot-tertiary: #d6d59c;

    --ot-primary-rgb: 91, 88, 255;
    --ot-secondary-rgb: 40, 185, 94;
    --ot-tertiary-rgb: 240, 120, 60;

    --scroll-color-one: #a0daf163;
    --scroll-color-two: #f3f3f3;

    --ot-secondary-border: rgba(217, 219, 228, 0.6);

    --ot-text-primary: #6f767e;
    --ot-text-title: #181c32;
    --ot-text-subtitle: #33383f;
    --white: #fff;
    --theme-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    --theme-shadow2: 0px 5px 20px 0px rgba(88, 59, 255, 0.3);

    /* background color */
    --ot-bg-primary: #f0f3f5;
    --ot-bg-secondary: #ffffff;
    --ot-bg-secondary-opacity: rgba(255, 255, 255, 0.35);
    --ot-bg-tertiary: #ffffff;
    --ot-bg-progress: #e6e6e6;

    /* border color */
    --ot-border-primary: #eaeaea;
    --ot-border-secondary: #f4f4f4;

    /* badge background color */
    --ot-bg-badge-success: #29d697;
    --ot-bg-badge-danger: #ff6a54;
    --ot-bg-badge-warning: #fdc400;
    --ot-bg-badge-primary: #1890ff;
    --ot-bg-badge-custom: #f1faff;

    /* badge text color */
    --ot-text-badge-success: #29d697;
    --ot-text-badge-danger: #ff6a54;
    --ot-text-badge-warning: #fdc400;
    --ot-text-badge-primary: #1890ff;

    /* badge light background color */
    --ot-bg-badge-light-success: #e9faf4;
    --ot-bg-badge-light-danger: #fff0ed;
    --ot-bg-badge-light-warning: #fef9e5;
    --ot-bg-badge-light-primary: #e6f2fd;

    /* badge light text color */
    --ot-text-badge-light-success: #29d697;
    --ot-text-badge-light-danger: #ff6a54;
    --ot-text-badge-light-warning: #fdc400;
    --ot-text-badge-light-primary: #1890ff;

    /* badge deep text color */
    --ot-text-badge-deep-success: #29d697;
    --ot-text-badge-deep-danger: #ff6a54;
    --ot-text-badge-deep-warning: #fdc400;
    --ot-text-badge-deep-primary: #1890ff;

    /* table color */
    --ot-bg-table-card: #ffffff;
    --ot-border-table-card: #ffffff;
    --ot-bg-table-card-header: #ffffff;
    --ot-border-table-card-header: #eaeaea;
    --ot-border-table: #eaeaea;
    --ot-bg-table-thead: #f7fafc;
    --ot-border-table-thead: #eaeaea;
    --ot-bg-table-tbody: #f7fafc;
    --ot-bg-table-checkbox: #ffffff;
    --ot-border-table-checkbox: #eaeaea;
    --ot-color-table-icon-sorting-asc-up: #1a1d1f;
    --ot-color-table-icon-sorting-asc-down: #bebfc0;
    --ot-color-table-icon-sorting-desc-up: #bebfc0;
    --ot-color-table-icon-sorting-desc-down: #1a1d1f;
    --ot-bg-table-toolbar-per-page: #ffffff;
    --ot-border-table-toolbar-per-page: #eaeaea;
    --ot-bg-table-toolbar-btn-outline-primary: #ffffff;
    --ot-bg-table-toolbar-search: #ffffff;
    --ot-border-table-toolbar-search: #eaeaea;
    --ot-bg-table-toolbar-btn-action: #fcfcfc;
    --ot-border-table-toolbar-btn-action: #fcfcfc;

    /* table pagination */
    --ot-bg-table-pagination: #ffffff;
    --ot-text-table-pagination: #1a1d1f;
    --ot-border-table-pagination: #eaeaea;

    /* profile */
    --ot-bg-profile-menu: #fcfcfc;
    --ot-bg-profile-body: #fcfcfc;
    --ot-bg-profile-mobile-menu: #fcfcfc;
    --ot-disable-date: #b2bec3;
    --ot-bg-hover-datepicker: #f7f7f7;
    --ot-text-hover-datepicker: #000;
    --ot-bg-slider: #ccc;
    --ot-bg-before: #fff;
    --ot-bg-scrollbar: rgb(0 0 0 / 5%);
    --ot-scrollbar: #afd9ec;

    --body_text: #757b8c;
}

/* Dark Theme */
.dark-theme {
    /* text color */
    --ot-primary: #5b58ff;
    --bodybg: #141518;
    --ot-text-primary: #acb4cb;
    --ot-text-subtitle: #757b8c;

    /* background color */
    --ot-bg-primary: #111415;
    --ot-bg-secondary: #1a1d20;
    --ot-bg-secondary-opacity: #1a1d20;
    --ot-bg-tertiary: #1f2124;
    --ot-bg-progress: #373737;

    /* border color */
    --border-color: #6cd6fd;
    --scroll-color-one: #a0daf163;
    --scroll-color-two: #f3f3f3;

    /* border color */
    --ot-border-primary: #eaeaea;
    --ot-border-secondary: #f4f4f4;

    /* badge background color */
    --ot-bg-badge-success: #29d697;
    --ot-bg-badge-danger: #ff6a54;
    --ot-bg-badge-warning: #fdc400;
    --ot-bg-badge-primary: #1890ff;

    /* badge text color */
    --ot-text-badge-success: #29d697;
    --ot-text-badge-danger: #ff6a54;
    --ot-text-badge-warning: #fdc400;
    --ot-text-badge-primary: #1890ff;

    /* badge light background color */
    --ot-bg-badge-light-success: #e9faf4;
    --ot-bg-badge-light-danger: #fff0ed;
    --ot-bg-badge-light-warning: #fef9e5;
    --ot-bg-badge-light-primary: #e6f2fd;

    /* badge light text color */
    --ot-text-badge-light-success: #29d697;
    --ot-text-badge-light-danger: #ff6a54;
    --ot-text-badge-light-warning: #fdc400;
    --ot-text-badge-light-primary: #1890ff;

    /* badge deep text color */
    --ot-text-badge-deep-success: #29d697;
    --ot-text-badge-deep-danger: #ff6a54;
    --ot-text-badge-deep-warning: #fdc400;
    --ot-text-badge-deep-primary: #1890ff;

    /* table color */
    --ot-bg-table-card: #1a1d20;
    --ot-border-table-card: #ffffff;
    --ot-bg-table-card-header: #1a1d20;
    --ot-border-table-card-header: transparent;
    --ot-border-table: transparent;
    --ot-bg-table-thead: #1f2124;
    --ot-border-table-thead: #1f2124;
    --ot-bg-table-tbody: #1f2124;
    --ot-bg-table-checkbox: #1a1d20;
    --ot-border-table-checkbox: #6f767e;
    --ot-color-table-icon-sorting-asc-up: rgba(190, 191, 192, 0.1);
    --ot-color-table-icon-sorting-asc-down: #bebfc0;
    --ot-color-table-icon-sorting-desc-up: #bebfc0;
    --ot-color-table-icon-sorting-desc-down: rgba(190, 191, 192, 0.1);
    --ot-bg-table-toolbar-per-page: #1f2124;
    --ot-border-table-toolbar-per-page: #272b30;
    --ot-bg-table-toolbar-btn-outline-primary: #1a1d20;
    --ot-bg-table-toolbar-search: #1f2124;
    --ot-border-table-toolbar-search: #272b30;
    --ot-bg-table-toolbar-btn-action: #1f2124;
    --ot-border-table-toolbar-btn-action: #272b30;
    /* table pagination */
    --ot-bg-table-pagination: #1a1d20;
    --ot-text-table-pagination: #ffffff;
    --ot-border-table-pagination: #272b30;
    /* profile */
    --ot-bg-profile-menu: var(--ot-bg-secondary);
    --ot-bg-profile-body: var(--ot-bg-secondary);
    --ot-bg-profile-mobile-menu: var(--ot-bg-secondary);
    --ot-disable-date: #424f5570;
    --ot-bg-hover-datepicker: #363636ae;
    --ot-text-hover-datepicker: rgb(255, 255, 255);
    --ot-bg-slider: #474747a8;
    --ot-bg-before: #000;
    --ot-bg-scrollbar: #272b30;
    --ot-scrollbar: #1c1f24;

    /* NEW_FOR_DARK_THEME_VARIABLE  */

    --body_bg: #141518;
    --card_bg: #1e1f25;
    --dropdown_bg: #2b2d35;

    --white: #fff;
    --white_text: #fff;
    --section_title: #fff;
    --title_text: #acb4cb;
    --body_text: #757b8c;

    --input_bg: #272b30;
    --input_bg_focus: #2c3035;

    --border_1: #212d4f;
    --border_2: #313339;
    --border_3: #4c5059;

    --ot-bg-badge-custom: #2b2d35;
    --ot-text-title: var(--title_text);
    --ot-border-primary: var(--border_2);
    --theme-shadow: 0px 6px 40px rgba(16, 16, 58, 0.09);
    --theme-shadow2: 0px 6px 40px rgba(16, 16, 58, 0.09);
}

/* .dark-theme span{
    color: var(--title_text);
} */
.o-hidden {
    overflow: hidden;
}

.o-visible {
    overflow: visible;
}

.o-auto {
    overflow: auto;
}

.text-1 {
    font-size: 1px !important;
}

.text-2 {
    font-size: 2px !important;
}

.text-3 {
    font-size: 3px !important;
}

.text-4 {
    font-size: 4px !important;
}

.text-5 {
    font-size: 5px !important;
}

.text-6 {
    font-size: 6px !important;
}

.text-7 {
    font-size: 7px !important;
}

.text-8 {
    font-size: 8px !important;
}

.text-9 {
    font-size: 9px !important;
}

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

.text-11 {
    font-size: 11px !important;
}

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

.text-13 {
    font-size: 13px !important;
}

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

.text-15 {
    font-size: 15px !important;
}

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

.text-17 {
    font-size: 17px !important;
}

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

.text-19 {
    font-size: 19px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-21 {
    font-size: 21px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-23 {
    font-size: 23px !important;
}

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

.text-25 {
    font-size: 25px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-27 {
    font-size: 27px !important;
}

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

.text-29 {
    font-size: 29px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-31 {
    font-size: 31px !important;
}

.text-32 {
    font-size: 32px !important;
}

.text-33 {
    font-size: 33px !important;
}

.text-34 {
    font-size: 34px !important;
}

.text-35 {
    font-size: 35px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-37 {
    font-size: 37px !important;
}

.text-38 {
    font-size: 38px !important;
}

.text-39 {
    font-size: 39px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-41 {
    font-size: 41px !important;
}

.text-42 {
    font-size: 42px !important;
}

.text-43 {
    font-size: 43px !important;
}

.text-44 {
    font-size: 44px !important;
}

.text-45 {
    font-size: 45px !important;
}

.text-46 {
    font-size: 46px !important;
}

.text-47 {
    font-size: 47px !important;
}

.text-48 {
    font-size: 48px !important;
}

.text-49 {
    font-size: 49px !important;
}

.text-50 {
    font-size: 50px !important;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

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

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

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

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

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

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

.font-900 {
    font-weight: 900;
}
.h-calc {
    height: 100%;
}
.text-primary {
    color: var(--ot-primary) !important;
}

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

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

.text-success {
    color: #3cc13b !important;
}

.text-danger {
    color: #d22d3d !important;
}

.text-info {
    color: #717171 !important;
}

.text-light {
    color: #e6edef !important;
}

.text-dark {
    color: #2c323f !important;
}

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

.text-warning {
    color: #e2c636 !important;
}

.text-title {
    color: var(--ot-text-primary) !important;
}

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

/*-- Border Radius --*/
.radius-0 {
    border-radius: 0px !important;
}

.radius-1 {
    border-radius: 1px !important;
}

.radius-2 {
    border-radius: 2px !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-7 {
    border-radius: 7px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.radius-9 {
    border-radius: 9px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-11 {
    border-radius: 11px !important;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-13 {
    border-radius: 13px !important;
}

.radius-14 {
    border-radius: 14px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-16 {
    border-radius: 16px !important;
}

.radius-17 {
    border-radius: 17px !important;
}

.radius-18 {
    border-radius: 18px !important;
}

.radius-19 {
    border-radius: 19px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.dropdown-text-light {
    color: #6f767e;
}
.dropdown-text-dark {
    color: #1a1d1f;
}
.dropdown-text-red {
    color: #ff0022;
}
.dropdown-text-disable {
    color: #b2bec3;
}
.dropdown-text-blue {
    color: var(--ot-primary);
}
.dropdown-content {
    margin-top: 24px;
    margin-left: 32px;
}
.dropdown-section {
    padding: 80px;
    background: #fcfcfc;
    margin-top: 8px;
}
.dropdown-section h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #120d26;
}
.dropdown-section p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4b4b4b;
}
.button-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #120d26;
}
.dropdown-with-down-arrow,
.dropdown2-with-down-arrow {
    margin-top: 12px;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
    border: 2px solid #f0eeee;
    border-radius: 5px;
}
.dropdown-with-down-arrow i,
.dropdown2-with-down-arrow i {
    margin-left: 12px;
    font-weight: bold;
}
.dropdown-with-down-arrow:hover,
.dropdown2-with-down-arrow:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

.dropdown-with-down-arrow:hover i,
.dropdown2-with-down-arrow:hover i {
    color: var(--ot-primary);
}

.dropdown-with-down-arrow:focus,
.dropdown2-with-down-arrow:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

.dropdown-with-down-arrow:focus i,
.dropdown2-with-down-arrow:focus i {
    color: #066ecf;
}

.dropdwon-btn-section {
    margin-top: 40px;
}

.dropdown-with-dots {
    margin-top: 12px;
}

button {
    border: none;
    outline: none;
}

.dropdown-menu {
    margin-top: 10px !important;
}

#dropdown {
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
}

#dropdown:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

#dropdown:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

#three-dots {
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
    padding: 8px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
}

#three-dots:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

#three-dots:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

.dropdown-items,
.second-item,
.third-item {
    position: relative;
    width: 191px;
    background: #ffffff;
    border: 1px solid #f0eeee;
    border-radius: 7px;
}

.dropdown-items ul,
.second-item ul,
.third-item ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    padding-right: 0px;
    gap: 16px;
}

.dropdown-items ul .text-secondary > i,
.second-item ul .text-secondary > i,
.third-item ul .text-secondary > i {
    padding-right: 16px;
}

.dropdown-items ul li,
.second-item ul li,
.third-item ul li {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 8px;
    padding-right: 24px;
}

.dropdown-items ul .dropdown-text-dark > i,
.second-item ul .dropdown-text-dark > i,
.third-item ul .dropdown-text-dark > i {
    padding-left: 16px;
}

.second-item {
    display: block;
    width: 180px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    margin-top: -40px;
    transition: all ease-in-out 0.4s;
}

.third-item {
    display: none;
    width: 180px;
    position: absolute;
    left: 112%;
    margin-top: -66px;
}

ul li.dropdown-text-dark:hover .second-item {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    margin-left: 10px;
}

.dropdown-search-checkbox {
    margin-top: 12px;
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 8px 16px;
    color: var(--ot-primary);
}

.search-container {
    margin-top: 12px;
    width: 272px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
}

.search-input-checkbox input {
    width: 20px !important;
    height: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.search-input-checkbox label {
    color: #6f767e;
    margin-left: 12px;
}

.search-input-checkbox ul li {
    display: flex;
}

.search-input {
    position: relative;
    text-align: center;
    padding: 15px 16px 15px 16px;
    border-bottom: 2px solid #f0eeee;
}

.search-input input {
    padding: 12px;
    width: 100%;
    border: 2px solid #f0eeee;
    border-radius: 50px;
    background: #fafafa;
    outline: none;
}

.search-input::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.search-input i {
    position: absolute;
    top: 29px;
    right: 27px;
    padding: 5px;
    background-color: #fafafa;
    color: #6f767e;
}

.search-items {
    padding: 17px 25px;
}

.search-items ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.search-items ul li {
    color: #6f767e;
}

.search-input ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 16px;
}

.search-input ul li {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6f767e;
}

.search-input ul li input {
    width: auto;
}

.search-input ul li::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.search-container .btn-items {
    padding: 5px 17px 25px;
    text-align: end;
}

.search-container .btn-items .btn {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.search-container .btn-items .btn.clear {
    color: #6f767e;
}

.input-default input,
.input-date input {
    padding: 16px;
    width: 336px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-default::placeholder,
.input-date::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-field-focus {
    width: 360px;
}

.input-field-focus input {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-field-focus input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 2px solid #0010f7;
    outline: none;
}

.input-field-focus::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-with-icon {
    position: relative;
    margin-top: 16px;
    width: 336px;
    height: 48px;
}

.input-with-icon input {
    width: 336px;
    height: 48px;
    padding: 16px 45px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-with-icon input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 2px solid #0010f7;
    outline: none;
}

.input-with-icon::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-with-icon i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-with-icon i.fa-user-o {
    left: 20px;
}

.input-with-icon i.fa-search {
    right: 20px;
}

.input-pre-post {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-pre-post input {
    padding: 16px 45px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-pre-post::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-pre-post i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-pre-post i.fa-user-o {
    left: 20px;
}

.input-pre-post i.fa-search {
    right: 60px;
}

.input-pre-post img {
    position: absolute;
    top: 2px;
    right: 1px;
    padding: 15px;
    width: 47px;
    background-color: #f7f7f7;
    border-left: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
}

.input-https-post {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-https-post input {
    padding: 16px 43px 16px 110px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-https-post::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-https-post i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-https-post i.fa-user-o {
    left: 88px;
}

.input-https-post img {
    position: absolute;
    top: 2px;
    right: 1px;
    padding: 15px;
    width: 47px;
    background-color: #f7f7f7;
    border-left: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
}

.input-https-post .https {
    position: absolute;
    color: #1a1d1f;
    top: 2px;
    left: 1.5px;
    background-color: #f7f7f7;
    padding: 12px;
    border-right: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
}

.input-https-post2 {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-https-post2 input {
    padding: 16px 43px 16px 86px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-https-post2::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-https-post2 i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-https-post2 i.fa-user-o {
    left: 88px;
}

.input-https-post2 i.fa-search {
    right: 20px;
}

.input-https-post2 .https {
    position: absolute;
    color: #1a1d1f;
    top: 2px;
    left: 1.5px;
    background-color: #f7f7f7;
    padding: 12px;
    border-right: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
}

textarea {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    outline: none;
}

textarea::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.text-area {
    width: 280px;
    height: 79px;
}

.text-area .text-count {
    font-family: var(--font-Inter);
    font-size: 10px;
    font-weight: 500;
    text-align: end;
    color: #b2bec3;
}

.Input-search-tab {
    position: relative;
    margin-top: 16px;
    width: 273px;
    height: 48px;
}

.Input-search-tab input {
    padding: 16px 43px 16px 16px;
    width: 100%;
    height: 100%;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.Input-search-tab::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.Input-search-tab i {
    position: absolute;
    top: 0;
    color: #6f767e;
    border-left: 2px solid #f0eeee;
    padding: 16px;
}

.Input-search-tab i.fa-search {
    right: 0px;
}

.Input-search-tab .search {
    position: absolute;
    color: #ffffff;
    top: 0px;
    right: 0px;
    background-color: var(--ot-primary);
    padding: 13px;
    border-radius: 0px 5px 5px 0px;
}

.Input-search-tab i.fa-microphone {
    right: 70px;
    color: var(--ot-primary);
    border: none;
}

.Input-search-tab.search-color > input {
    width: 289px;
}

.Input-search-tab.search-color > i {
    right: -15px;
    color: #fafafa;
    background-color: var(--ot-primary);
    border-radius: 0px 5px 5px 0px;
}

.Input-search-tab .search-tab1 {
    width: 237px;
}

.Input-search-tab.microphone > input {
    padding: 16px 110px 16px 16px;
}

.input-date {
    margin-top: 16px;
}

.input-date input {
    width: 272px;
}

.Range-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 272px;
    height: 48px;
    flex-direction: row;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    margin-top: 16px;
    padding: 10px 16px;
    gap: 5px;
}

.Range-date input {
    border: none;
    outline: none;
}

.time-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 386px;
    gap: 5px;
    margin-top: 16px;
}

.time-field .input-time {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 107px;
    height: 50px;
}

.time-field .input-time select {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1a1d1f;
    border: none;
    outline: none;
    padding: 11px 16px;
}

.time-field .select-time input {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 272px;
    height: 48px;
    outline: none;
    padding: 16px;
}

.input-group-start-end-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    gap: 10px;
}

.input-group-start-end-time .input-start-end-time {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 169px;
    height: 44px;
    padding: 12px 16px;
    color: #6f767e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.input-group-start-end-time .input-start-end-time span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

option:hover {
    color: var(--ot-primary);
}

.input-time-select {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 16px;
}

.input-time-select .input-start-end-time-select {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 178px;
    height: 60px;
    padding: 12px 16px;
    color: #6f767e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.input-time-select .input-start-end-time-select p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #0010f7;
}

.input-time-select .input-start-end-time-select h6 {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #1a1d1f;
}

/*
    --------------------------------------------------
    Functions for the base stylesheet.
    Here will import all the functions from the functions file.
    --------------------------------------------------
*/
.pa-0 {
    padding: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pv-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ph-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pa-2 {
    padding: 2px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pv-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ph-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pa-4 {
    padding: 4px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pv-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.ph-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pa-6 {
    padding: 6px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pv-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ph-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.pa-8 {
    padding: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pv-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.ph-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ph-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pa-12 {
    padding: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pv-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ph-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pa-14 {
    padding: 14px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.pr-14 {
    padding-right: 14px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.pv-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.ph-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.pa-16 {
    padding: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pv-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.ph-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.pa-18 {
    padding: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pv-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.ph-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.pa-20 {
    padding: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ph-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pa-22 {
    padding: 22px !important;
}

.pl-22 {
    padding-left: 22px !important;
}

.pt-22 {
    padding-top: 22px !important;
}

.pr-22 {
    padding-right: 22px !important;
}

.pb-22 {
    padding-bottom: 22px !important;
}

.pv-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.ph-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.pa-24 {
    padding: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pv-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.ph-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.pa-26 {
    padding: 26px !important;
}

.pl-26 {
    padding-left: 26px !important;
}

.pt-26 {
    padding-top: 26px !important;
}

.pr-26 {
    padding-right: 26px !important;
}

.pb-26 {
    padding-bottom: 26px !important;
}

.pv-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

.ph-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.pa-28 {
    padding: 28px !important;
}

.pl-28 {
    padding-left: 28px !important;
}

.pt-28 {
    padding-top: 28px !important;
}

.pr-28 {
    padding-right: 28px !important;
}

.pb-28 {
    padding-bottom: 28px !important;
}

.pv-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.ph-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.pa-30 {
    padding: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ph-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pa-32 {
    padding: 32px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pv-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.ph-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.pa-34 {
    padding: 34px !important;
}

.pl-34 {
    padding-left: 34px !important;
}

.pt-34 {
    padding-top: 34px !important;
}

.pr-34 {
    padding-right: 34px !important;
}

.pb-34 {
    padding-bottom: 34px !important;
}

.pv-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

.ph-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.pa-36 {
    padding: 36px !important;
}

.pl-36 {
    padding-left: 36px !important;
}

.pt-36 {
    padding-top: 36px !important;
}

.pr-36 {
    padding-right: 36px !important;
}

.pb-36 {
    padding-bottom: 36px !important;
}

.pv-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.ph-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.pa-38 {
    padding: 38px !important;
}

.pl-38 {
    padding-left: 38px !important;
}

.pt-38 {
    padding-top: 38px !important;
}

.pr-38 {
    padding-right: 38px !important;
}

.pb-38 {
    padding-bottom: 38px !important;
}

.pv-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.ph-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
}

.pa-40 {
    padding: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pv-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ph-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pa-42 {
    padding: 42px !important;
}

.pl-42 {
    padding-left: 42px !important;
}

.pt-42 {
    padding-top: 42px !important;
}

.pr-42 {
    padding-right: 42px !important;
}

.pb-42 {
    padding-bottom: 42px !important;
}

.pv-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.ph-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.pa-44 {
    padding: 44px !important;
}

.pl-44 {
    padding-left: 44px !important;
}

.pt-44 {
    padding-top: 44px !important;
}

.pr-44 {
    padding-right: 44px !important;
}

.pb-44 {
    padding-bottom: 44px !important;
}

.pv-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.ph-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.pa-46 {
    padding: 46px !important;
}

.pl-46 {
    padding-left: 46px !important;
}

.pt-46 {
    padding-top: 46px !important;
}

.pr-46 {
    padding-right: 46px !important;
}

.pb-46 {
    padding-bottom: 46px !important;
}

.pv-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
}

.ph-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
}

.pa-48 {
    padding: 48px !important;
}

.pl-48 {
    padding-left: 48px !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.pr-48 {
    padding-right: 48px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pv-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.ph-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.pa-50 {
    padding: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pv-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ph-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.pa-52 {
    padding: 52px !important;
}

.pl-52 {
    padding-left: 52px !important;
}

.pt-52 {
    padding-top: 52px !important;
}

.pr-52 {
    padding-right: 52px !important;
}

.pb-52 {
    padding-bottom: 52px !important;
}

.pv-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}

.ph-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}

.pa-54 {
    padding: 54px !important;
}

.pl-54 {
    padding-left: 54px !important;
}

.pt-54 {
    padding-top: 54px !important;
}

.pr-54 {
    padding-right: 54px !important;
}

.pb-54 {
    padding-bottom: 54px !important;
}

.pv-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.ph-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
}

.pa-56 {
    padding: 56px !important;
}

.pl-56 {
    padding-left: 56px !important;
}

.pt-56 {
    padding-top: 56px !important;
}

.pr-56 {
    padding-right: 56px !important;
}

.pb-56 {
    padding-bottom: 56px !important;
}

.pv-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

.ph-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}

.pa-58 {
    padding: 58px !important;
}

.pl-58 {
    padding-left: 58px !important;
}

.pt-58 {
    padding-top: 58px !important;
}

.pr-58 {
    padding-right: 58px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.pv-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.ph-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.pa-60 {
    padding: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pv-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ph-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pa-62 {
    padding: 62px !important;
}

.pl-62 {
    padding-left: 62px !important;
}

.pt-62 {
    padding-top: 62px !important;
}

.pr-62 {
    padding-right: 62px !important;
}

.pb-62 {
    padding-bottom: 62px !important;
}

.pv-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.ph-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
}

.pa-64 {
    padding: 64px !important;
}

.pl-64 {
    padding-left: 64px !important;
}

.pt-64 {
    padding-top: 64px !important;
}

.pr-64 {
    padding-right: 64px !important;
}

.pb-64 {
    padding-bottom: 64px !important;
}

.pv-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.ph-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.pa-66 {
    padding: 66px !important;
}

.pl-66 {
    padding-left: 66px !important;
}

.pt-66 {
    padding-top: 66px !important;
}

.pr-66 {
    padding-right: 66px !important;
}

.pb-66 {
    padding-bottom: 66px !important;
}

.pv-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
}

.ph-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
}

.pa-68 {
    padding: 68px !important;
}

.pl-68 {
    padding-left: 68px !important;
}

.pt-68 {
    padding-top: 68px !important;
}

.pr-68 {
    padding-right: 68px !important;
}

.pb-68 {
    padding-bottom: 68px !important;
}

.pv-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

.ph-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
}

.pa-70 {
    padding: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pv-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ph-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.pa-72 {
    padding: 72px !important;
}

.pl-72 {
    padding-left: 72px !important;
}

.pt-72 {
    padding-top: 72px !important;
}

.pr-72 {
    padding-right: 72px !important;
}

.pb-72 {
    padding-bottom: 72px !important;
}

.pv-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.ph-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
}

.pa-74 {
    padding: 74px !important;
}

.pl-74 {
    padding-left: 74px !important;
}

.pt-74 {
    padding-top: 74px !important;
}

.pr-74 {
    padding-right: 74px !important;
}

.pb-74 {
    padding-bottom: 74px !important;
}

.pv-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
}

.ph-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
}

.pa-76 {
    padding: 76px !important;
}

.pl-76 {
    padding-left: 76px !important;
}

.pt-76 {
    padding-top: 76px !important;
}

.pr-76 {
    padding-right: 76px !important;
}

.pb-76 {
    padding-bottom: 76px !important;
}

.pv-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}

.ph-76 {
    padding-left: 76px !important;
    padding-right: 76px !important;
}

.pa-78 {
    padding: 78px !important;
}

.pl-78 {
    padding-left: 78px !important;
}

.pt-78 {
    padding-top: 78px !important;
}

.pr-78 {
    padding-right: 78px !important;
}

.pb-78 {
    padding-bottom: 78px !important;
}

.pv-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.ph-78 {
    padding-left: 78px !important;
    padding-right: 78px !important;
}

.pa-80 {
    padding: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pv-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ph-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.pa-82 {
    padding: 82px !important;
}

.pl-82 {
    padding-left: 82px !important;
}

.pt-82 {
    padding-top: 82px !important;
}

.pr-82 {
    padding-right: 82px !important;
}

.pb-82 {
    padding-bottom: 82px !important;
}

.pv-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.ph-82 {
    padding-left: 82px !important;
    padding-right: 82px !important;
}

.pa-84 {
    padding: 84px !important;
}

.pl-84 {
    padding-left: 84px !important;
}

.pt-84 {
    padding-top: 84px !important;
}

.pr-84 {
    padding-right: 84px !important;
}

.pb-84 {
    padding-bottom: 84px !important;
}

.pv-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.ph-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
}

.pa-86 {
    padding: 86px !important;
}

.pl-86 {
    padding-left: 86px !important;
}

.pt-86 {
    padding-top: 86px !important;
}

.pr-86 {
    padding-right: 86px !important;
}

.pb-86 {
    padding-bottom: 86px !important;
}

.pv-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
}

.ph-86 {
    padding-left: 86px !important;
    padding-right: 86px !important;
}

.pa-88 {
    padding: 88px !important;
}

.pl-88 {
    padding-left: 88px !important;
}

.pt-88 {
    padding-top: 88px !important;
}

.pr-88 {
    padding-right: 88px !important;
}

.pb-88 {
    padding-bottom: 88px !important;
}

.pv-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.ph-88 {
    padding-left: 88px !important;
    padding-right: 88px !important;
}

.pa-90 {
    padding: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pv-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ph-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.pa-92 {
    padding: 92px !important;
}

.pl-92 {
    padding-left: 92px !important;
}

.pt-92 {
    padding-top: 92px !important;
}

.pr-92 {
    padding-right: 92px !important;
}

.pb-92 {
    padding-bottom: 92px !important;
}

.pv-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.ph-92 {
    padding-left: 92px !important;
    padding-right: 92px !important;
}

.pa-94 {
    padding: 94px !important;
}

.pl-94 {
    padding-left: 94px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pr-94 {
    padding-right: 94px !important;
}

.pb-94 {
    padding-bottom: 94px !important;
}

.pv-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
}

.ph-94 {
    padding-left: 94px !important;
    padding-right: 94px !important;
}

.pa-96 {
    padding: 96px !important;
}

.pl-96 {
    padding-left: 96px !important;
}

.pt-96 {
    padding-top: 96px !important;
}

.pr-96 {
    padding-right: 96px !important;
}

.pb-96 {
    padding-bottom: 96px !important;
}

.pv-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.ph-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.pa-98 {
    padding: 98px !important;
}

.pl-98 {
    padding-left: 98px !important;
}

.pt-98 {
    padding-top: 98px !important;
}

.pr-98 {
    padding-right: 98px !important;
}

.pb-98 {
    padding-bottom: 98px !important;
}

.pv-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
}

.ph-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
}

.pa-100 {
    padding: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pt-100 {
    padding-top: 110px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pv-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ph-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.ma-0 {
    margin: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

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

.mr-0 {
    margin-right: 0px !important;
}

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

.mv-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mh-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ma-2 {
    margin: 2px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mv-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.mh-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.ma-4 {
    margin: 4px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mv-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.mh-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.ma-6 {
    margin: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mv-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.mh-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.ma-8 {
    margin: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mv-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mh-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ma-12 {
    margin: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mv-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.mh-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.ma-14 {
    margin: 14px !important;
}

.ml-14 {
    margin-left: 14px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mv-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.mh-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.ma-16 {
    margin: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mv-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.mh-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.ma-18 {
    margin: 18px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mv-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.mh-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.ma-20 {
    margin: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mh-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.ma-22 {
    margin: 22px !important;
}

.ml-22 {
    margin-left: 22px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mr-22 {
    margin-right: 22px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mv-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

.mh-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.ma-24 {
    margin: 24px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mv-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.mh-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.ma-26 {
    margin: 26px !important;
}

.ml-26 {
    margin-left: 26px !important;
}

.mt-26 {
    margin-top: 26px !important;
}

.mr-26 {
    margin-right: 26px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.mv-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}

.mh-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

.ma-28 {
    margin: 28px !important;
}

.ml-28 {
    margin-left: 28px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mr-28 {
    margin-right: 28px !important;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.mv-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.mh-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.ma-30 {
    margin: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mh-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.ma-32 {
    margin: 32px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mv-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.mh-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.ma-34 {
    margin: 34px !important;
}

.ml-34 {
    margin-left: 34px !important;
}

.mt-34 {
    margin-top: 34px !important;
}

.mr-34 {
    margin-right: 34px !important;
}

.mb-34 {
    margin-bottom: 34px !important;
}

.mv-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}

.mh-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
}

.ma-36 {
    margin: 36px !important;
}

.ml-36 {
    margin-left: 36px !important;
}

.mt-36 {
    margin-top: 36px !important;
}

.mr-36 {
    margin-right: 36px !important;
}

.mb-36 {
    margin-bottom: 36px !important;
}

.mv-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.mh-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

.ma-38 {
    margin: 38px !important;
}

.ml-38 {
    margin-left: 38px !important;
}

.mt-38 {
    margin-top: 38px !important;
}

.mr-38 {
    margin-right: 38px !important;
}

.mb-38 {
    margin-bottom: 38px !important;
}

.mv-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

.mh-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
}

.ma-40 {
    margin: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mh-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.ma-42 {
    margin: 42px !important;
}

.ml-42 {
    margin-left: 42px !important;
}

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

.mr-42 {
    margin-right: 42px !important;
}

.mb-42 {
    margin-bottom: 42px !important;
}

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

.mh-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
}

.ma-44 {
    margin: 44px !important;
}

.ml-44 {
    margin-left: 44px !important;
}

.mt-44 {
    margin-top: 44px !important;
}

.mr-44 {
    margin-right: 44px !important;
}

.mb-44 {
    margin-bottom: 44px !important;
}

.mv-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}

.mh-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}

.ma-46 {
    margin: 46px !important;
}

.ml-46 {
    margin-left: 46px !important;
}

.mt-46 {
    margin-top: 46px !important;
}

.mr-46 {
    margin-right: 46px !important;
}

.mb-46 {
    margin-bottom: 46px !important;
}

.mv-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}

.mh-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
}

.ma-48 {
    margin: 48px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mr-48 {
    margin-right: 48px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mv-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.mh-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

.ma-50 {
    margin: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mh-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.ma-52 {
    margin: 52px !important;
}

.ml-52 {
    margin-left: 52px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mr-52 {
    margin-right: 52px !important;
}

.mb-52 {
    margin-bottom: 52px !important;
}

.mv-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}

.mh-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}

.ma-54 {
    margin: 54px !important;
}

.ml-54 {
    margin-left: 54px !important;
}

.mt-54 {
    margin-top: 54px !important;
}

.mr-54 {
    margin-right: 54px !important;
}

.mb-54 {
    margin-bottom: 54px !important;
}

.mv-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
}

.mh-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
}

.ma-56 {
    margin: 56px !important;
}

.ml-56 {
    margin-left: 56px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.mr-56 {
    margin-right: 56px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.mv-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}

.mh-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}

.ma-58 {
    margin: 58px !important;
}

.ml-58 {
    margin-left: 58px !important;
}

.mt-58 {
    margin-top: 58px !important;
}

.mr-58 {
    margin-right: 58px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.mv-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
}

.mh-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
}

.ma-60 {
    margin: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mv-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mh-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.ma-62 {
    margin: 62px !important;
}

.ml-62 {
    margin-left: 62px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mr-62 {
    margin-right: 62px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mv-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
}

.mh-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
}

.ma-64 {
    margin: 64px !important;
}

.ml-64 {
    margin-left: 64px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mr-64 {
    margin-right: 64px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mv-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.mh-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.ma-66 {
    margin: 66px !important;
}

.ml-66 {
    margin-left: 66px !important;
}

.mt-66 {
    margin-top: 66px !important;
}

.mr-66 {
    margin-right: 66px !important;
}

.mb-66 {
    margin-bottom: 66px !important;
}

.mv-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
}

.mh-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
}

.ma-68 {
    margin: 68px !important;
}

.ml-68 {
    margin-left: 68px !important;
}

.mt-68 {
    margin-top: 68px !important;
}

.mr-68 {
    margin-right: 68px !important;
}

.mb-68 {
    margin-bottom: 68px !important;
}

.mv-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
}

.mh-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
}

.ma-70 {
    margin: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mh-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.ma-72 {
    margin: 72px !important;
}

.ml-72 {
    margin-left: 72px !important;
}

.mt-72 {
    margin-top: 72px !important;
}

.mr-72 {
    margin-right: 72px !important;
}

.mb-72 {
    margin-bottom: 72px !important;
}

.mv-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}

.mh-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
}

.ma-74 {
    margin: 74px !important;
}

.ml-74 {
    margin-left: 74px !important;
}

.mt-74 {
    margin-top: 74px !important;
}

.mr-74 {
    margin-right: 74px !important;
}

.mb-74 {
    margin-bottom: 74px !important;
}

.mv-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
}

.mh-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
}

.ma-76 {
    margin: 76px !important;
}

.ml-76 {
    margin-left: 76px !important;
}

.mt-76 {
    margin-top: 76px !important;
}

.mr-76 {
    margin-right: 76px !important;
}

.mb-76 {
    margin-bottom: 76px !important;
}

.mv-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
}

.mh-76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
}

.ma-78 {
    margin: 78px !important;
}

.ml-78 {
    margin-left: 78px !important;
}

.mt-78 {
    margin-top: 78px !important;
}

.mr-78 {
    margin-right: 78px !important;
}

.mb-78 {
    margin-bottom: 78px !important;
}

.mv-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
}

.mh-78 {
    margin-left: 78px !important;
    margin-right: 78px !important;
}

.ma-80 {
    margin: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mv-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.mh-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.ma-82 {
    margin: 82px !important;
}

.ml-82 {
    margin-left: 82px !important;
}

.mt-82 {
    margin-top: 82px !important;
}

.mr-82 {
    margin-right: 82px !important;
}

.mb-82 {
    margin-bottom: 82px !important;
}

.mv-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
}

.mh-82 {
    margin-left: 82px !important;
    margin-right: 82px !important;
}

.ma-84 {
    margin: 84px !important;
}

.ml-84 {
    margin-left: 84px !important;
}

.mt-84 {
    margin-top: 84px !important;
}

.mr-84 {
    margin-right: 84px !important;
}

.mb-84 {
    margin-bottom: 84px !important;
}

.mv-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}

.mh-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
}

.ma-86 {
    margin: 86px !important;
}

.ml-86 {
    margin-left: 86px !important;
}

.mt-86 {
    margin-top: 86px !important;
}

.mr-86 {
    margin-right: 86px !important;
}

.mb-86 {
    margin-bottom: 86px !important;
}

.mv-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
}

.mh-86 {
    margin-left: 86px !important;
    margin-right: 86px !important;
}

.ma-88 {
    margin: 88px !important;
}

.ml-88 {
    margin-left: 88px !important;
}

.mt-88 {
    margin-top: 88px !important;
}

.mr-88 {
    margin-right: 88px !important;
}

.mb-88 {
    margin-bottom: 88px !important;
}

.mv-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}

.mh-88 {
    margin-left: 88px !important;
    margin-right: 88px !important;
}

.ma-90 {
    margin: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mv-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.mh-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.ma-92 {
    margin: 92px !important;
}

.ml-92 {
    margin-left: 92px !important;
}

.mt-92 {
    margin-top: 92px !important;
}

.mr-92 {
    margin-right: 92px !important;
}

.mb-92 {
    margin-bottom: 92px !important;
}

.mv-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
}

.mh-92 {
    margin-left: 92px !important;
    margin-right: 92px !important;
}

.ma-94 {
    margin: 94px !important;
}

.ml-94 {
    margin-left: 94px !important;
}

.mt-94 {
    margin-top: 94px !important;
}

.mr-94 {
    margin-right: 94px !important;
}

.mb-94 {
    margin-bottom: 94px !important;
}

.mv-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
}

.mh-94 {
    margin-left: 94px !important;
    margin-right: 94px !important;
}

.ma-96 {
    margin: 96px !important;
}

.ml-96 {
    margin-left: 96px !important;
}

.mt-96 {
    margin-top: 96px !important;
}

.mr-96 {
    margin-right: 96px !important;
}

.mb-96 {
    margin-bottom: 96px !important;
}

.mv-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

.mh-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
}

.ma-98 {
    margin: 98px !important;
}

.ml-98 {
    margin-left: 98px !important;
}

.mt-98 {
    margin-top: 98px !important;
}

.mr-98 {
    margin-right: 98px !important;
}

.mb-98 {
    margin-bottom: 98px !important;
}

.mv-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
}

.mh-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
}

.ma-100 {
    margin: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mv-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mh-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.gap-10 {
    gap: 10px;
}

.gap-0 {
    grid-gap: 0px !important;
}

.gap-1 {
    grid-gap: 1px !important;
}

.gap-2 {
    grid-gap: 2px !important;
}

.gap-3 {
    grid-gap: 3px !important;
}

.gap-4 {
    grid-gap: 4px !important;
}

.gap-5 {
    grid-gap: 5px !important;
}

.gap-6 {
    grid-gap: 6px !important;
}

.gap-7 {
    grid-gap: 7px !important;
}

.gap-8 {
    grid-gap: 8px !important;
}

.gap-9 {
    grid-gap: 9px !important;
}

.gap-10 {
    grid-gap: 10px !important;
}

.gap-11 {
    grid-gap: 11px !important;
}

.gap-12 {
    grid-gap: 12px !important;
}

.gap-13 {
    grid-gap: 13px !important;
}

.gap-14 {
    grid-gap: 14px !important;
}

.gap-15 {
    grid-gap: 15px !important;
}

.gap-16 {
    grid-gap: 16px !important;
}

.gap-17 {
    grid-gap: 17px !important;
}

.gap-18 {
    grid-gap: 18px !important;
}

.gap-19 {
    grid-gap: 19px !important;
}

.gap-20 {
    grid-gap: 20px !important;
}

.gap-21 {
    grid-gap: 21px !important;
}

.gap-22 {
    grid-gap: 22px !important;
}

.gap-23 {
    grid-gap: 23px !important;
}

.gap-24 {
    grid-gap: 24px !important;
}

.gap-25 {
    grid-gap: 25px !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-Inter);
}

body.dark-theme {
    background: none;
    background-color: var(--ot-bg-primary);
}

/* Heading Text */
h6,
h5,
h4,
h3,
h2,
h1,
strong {
    font-family: var(--font-Inter);
    color: var(--ot-text-title);
}

/* Heading Text */
p,
a,
label,
small {
    color: var(--ot-text-subtitle);
}

a {
    text-decoration: none;
}

/* Topbar */
/*Changes while RTL Start*/
body.rtl .header {
    right: 280px;
    left: 0;
    transition: -webkit- right 0.4s;
    transition: right 0.4s;
    transition: right 0.4s, -webkit- right 0.4s;
}

@media (max-width: 768px) {
    body.rtl .header {
        padding: 10px;
        right: 0;
    }
}

body.rtl .header .header-search .search-icon {
    left: auto !important;
    right: 16px !important;
}

body.rtl .half-expand-toggle.sidebar-toggle img {
    transform: rotate(180deg);
}

body.rtl .half-expand .header {
    z-index: 22;
    right: 100px;
    transition: -webkit- right 0.4s;
    transition: right 0.4s;
    transition: right 0.4s, -webkit- right 0.4s;
}

body.rtl .half-expand .half-expand-toggle.sidebar-toggle img {
    transform: rotate(0deg) !important;
}

body.rtl .half-expand-toggle .sidebar-toggle img {
    transform: rotate(180deg);
}

body.rtl .profile-expand-list {
    float: right;
    align-items: baseline;
    width: 100%;
}

body.rtl .profile-expand-list .profile-expand-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.rtl .item-content .notification,
body.rtl .item-content .message {
    text-align: right;
}

body.rtl .item-avater .item-badge {
    right: auto !important;
    left: 0 !important;
}

body.rtl .topbar-dropdown-menu h1 {
    float: right;
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .language-list h5,
body.rtl .currency-list h5 {
    float: right;
}

/* Dark Theme Style end*/
.header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    z-index: 20;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    padding: 22.5px 30px !important;
    transition: -webkit- left 0.4s;
    transition: left 0.4s;
    transition: left 0.4s, -webkit- left 0.4s;
    border-bottom: 1px solid rgba(217, 219, 228, 0.6);
}

.header.on-scroll {
    background: var(--ot-bg-secondary);
}
.default-theme {
    background: var(--bodybg);
}

.default-theme .header.on-scroll {
    background: #edfbff;
}

.header button {
    border: 0;
    background: transparent;
    outline: none;
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
    direction: inherit;
}

.header .close-toggle {
    display: none;
    transform: rotate(180deg);
}

.header .header-search {
    position: relative;
    width: 310px;
}

.header .header-search .search-icon {
    position: absolute;
    left: 16px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #7e8299;
    top: 50%;
    z-index: 1;
    width: auto;
    right: auto;
}

.header .header-search .search-field {
    display: block;
    width: 100%;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid rgba(217, 219, 228, 0.6) !important;
    appearance: none;
    border-radius: 8px;
    box-shadow: none !important;
    padding-left: 3.25rem !important;
    height: 40px !important;
    text-transform: capitalize;
}
.header .header-search .search-field::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.default-theme .header .header-search .search-field {
    background-color: var(--ot-bg-secondary);
}

.header .header-search .search-field:focus-visible {
    outline-color: #eef0ff;
}

.header .header-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 8px;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button
    span.language-change {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate.show {
    display: flex !important;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-photo {
    width: 40px;
    height: 40px;
    border-radius: 0.475rem;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-photo
    img {
    width: 100%;
    height: auto;
    border-radius: 0.475rem;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-info
    .user-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: var(--ot-text-title);
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-info
    .designation {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    color: var(--ot-text-primary);
}

.header .header-controls .header-control-item .item-content button.icon {
    width: 24px;
    height: 24px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn {
    gap: 12px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn
    h6,
.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn
    span {
    color: var(--ot-text-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn
    h6
    i,
.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn
    span
    i {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn.show
    span
    i {
    transform: rotate(180deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-btn
    .vertical-devider {
    height: 10px;
    width: 2px;
    background-color: #d1f2ff;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown {
    width: 392px;
    padding: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--ot-text-primary);
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    h5 {
    color: var(--ot-text-primary);
    font-size: 16px;
    margin-bottom: 12px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--ot-text-primary);
    width: 100%;
    height: 48px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled:active,
.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled.active {
    box-shadow: 0px 0px 10px rgba(86, 105, 255, 0.35);
    border-radius: 5px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled:active:after,
.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options {
    display: none;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-top: 55px;
    padding: 20px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li {
    margin: 0;
    padding-bottom: 16px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li:last-child {
    padding-bottom: 0;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li
    img {
    width: 30px;
    height: 18px;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li:hover,
.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li.is-selected {
    color: #6f767e;
    background: #fff;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    .select-options
    li[rel="hide"] {
    display: none;
}

.half-expand .header {
    z-index: 22;
    left: 100px;
    transition: -webkit- left 0.4s;
    transition: left 0.4s;
    transition: left 0.4s, -webkit- left 0.4s;
}

/* Topbar Dropdown Menu */
.topbar-dropdown-menu {
    max-width: 425px;
    /* componet global styling start */
    /* Componet global styling end */
}

.topbar-dropdown-menu h1 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 20px;
    font-weight: 600;
    color: var(--ot-text-title);
}

.topbar-dropdown-menu .topbar-dropdown-content :last-child::before {
    content: none !important;
}

.topbar-dropdown-menu .topbar-dropdown-content .topbar-dropdown-item {
    padding: 0px;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    white-space: normal;
    gap: 1rem;
    /* dropdown item avater start */
    /* dropdown item avater end */
    /* dropdown item content start */
    /* dropdown item content end */
}

.topbar-dropdown-menu .topbar-dropdown-content .topbar-dropdown-item:hover {
    background-color: var(--ot-bg-primary);
}

.topbar-dropdown-menu .topbar-dropdown-content .topbar-dropdown-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #efefef;
    left: 12px;
    right: 12px;
}

.topbar-dropdown-menu .topbar-dropdown-content .topbar-dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    position: relative;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    img {
    width: 100%;
    height: 100%;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    .item-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6f767e;
    width: 10px;
    height: 10px;
    max-width: 10px;
    max-height: 10px;
    border-radius: 50%;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    .item-badge.active {
    background-color: #24c087;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    .item-badge.item-icon-badge {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    padding: 10px;
    background-color: var(--ot-primary);
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    .online-status-badge {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-content
    h6 {
    font-size: 14px;
    line-height: 18px;
    color: var(--ot-text-title);
    font-weight: 600;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-content
    h6
    span {
    color: var(--ot-text-primary);
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-content
    h6.message {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 700;
    line-height: 15px;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-content
    h6.message
    span {
    font-size: 12px;
    font-weight: 400;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-status {
    color: var(--ot-text-primary);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-status
    .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    min-width: 6px;
    min-height: 6px;
    background-color: #6f767e;
}

.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-status
    .status-dot.active {
    background: var(--ot-primary);
}

.topbar-dropdown-menu .topbar-dropdown-footer {
    background-color: #4d5ee5;
    padding: 12px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.topbar-dropdown-menu .topbar-dropdown-footer a {
    color: #fff;
}

.topbar-dropdown-menu .topbar-dropdown-footer:hover {
    background-color: var(--ot-primary);
}

/* Profile Expand */

.profile-expand-dropdown .profile-expand-container .profile-expand-list {
    gap: 20px;
    padding: 20px;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item {
    position: relative;
    text-decoration: none;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item.divider {
    margin-bottom: 20px;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item.divider::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #efefef;
    left: 4px;
    right: 4px;
    height: 2px;
    top: 50px;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item
    span {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: var(--ot-text-primary);
    text-transform: capitalize;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item
    i {
    line-height: 30px;
    color: var(--ot-text-primary);
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item:hover
    span {
    color: var(--ot-text-title);
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item
    img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* Sidebar */
/*
    sidebarn
*/
/*Changes while RTL Start*/
body.rtl .sidebar {
    right: 0;
}

@media (max-width: 768px) {
    body.rtl .sidebar {
        right: -100%;
        transition: right 0.3s;
    }
}

body.rtl .sidebar .sidebar-menu ol,
body.rtl .sidebar .sidebar-menu ul {
    padding-right: 0;
    margin-right: 0;
}

body.rtl .sidebar .sidebar-menu ol a,
body.rtl .sidebar .sidebar-menu ul a {
    text-decoration: none;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-section-heading {
    margin-right: 17px;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > a {
    padding-right: 47px;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > ul
    > li
    > a {
    padding-right: 64px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
    padding: 15px 25px 15px 0px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
    border-left: none;
    border-right: 2px solid var(--ot-primary);
}

body.rtl .sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
    padding-right: 28px;
}

body.rtl .sidebar-expand .sidebar {
    right: 0;
    transition: right 0.3s;
}

/*Changes while RTL END*/

/* Dark Theme Style end*/
/* sidebar default design */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 300;
    display: flex;
    flex-direction: column;
    width: 280px;
    background-color: var(--ot-bg-secondary-opacity);
    transition: -webkit- width 0.4s;
    transition: width 0.4s;
}
.sidebar .close-toggle {
    display: none;
}

@media (max-width: 768px) {
    .sidebar .close-toggle {
        display: block;
    }
}

.sidebar .half-expand-toggle {
    display: block;
}

@media (max-width: 768px) {
    .sidebar .half-expand-toggle {
        display: none;
    }
}

.sidebar .sidebar-header .sidebar-logo .full-logo {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: -webkit- opacity 0.4s;
    transition: opacity 0.4s;
    transition: opacity 0.4s, -webkit- opacity 0.4s;
}

.sidebar .sidebar-header .sidebar-logo .half-logo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 1s;
}

.sidebar .sidebar-header .sidebar-toggle {
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-header .sidebar-close {
    border: 0;
    outline: 0;
    display: none;
    background: 0;
    padding: 0;
    margin-right: 10px;
    font-size: 28px;
}

@media (max-width: 768px) {
    .sidebar .sidebar-header .sidebar-close {
        display: block;
    }
}

.sidebar .sidebar-header .sidebar-close:hover {
    color: red;
}

.sidebar .sidebar-menu {
    /* overflow-y: scroll; */
    overflow-x: none;
    height: calc(100vh - 90px);
    top: 0 !important;
    position: relative;
    /* border-right: 1px solid #b0ceff54; */
    overflow-x: none;
}
.sidebar .sidebar-menu i {
    font-size: 22px;
}

.sidebar .sidebar-menu ol,
.sidebar .sidebar-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.sidebar .sidebar-menu ol a,
.sidebar .sidebar-menu ul a {
    text-decoration: none;
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-section-heading {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-left: 17px;
    color: var(--ot-primary);
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
    padding-left: 47px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: capitalize;
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 15px 0px 15px 25px;
    font-weight: 500;
    color: var(--ot-text-primary);
    position: relative;
    text-transform: capitalize;
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6f767eb2;
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a.has-arrow::after {
    transform: rotate(135deg) translate(0, -50%);
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a.parent-item-content::before {
    content: none;
}
li {
    list-style: none;
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a:hover {
    /* background: var(--ot-primary); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
    /* background: var(--ot-primary); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    border-left: 2px solid var(--ot-primary);
    /* background-color: rgba(115, 218, 255, 0.3); */
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a::before {
    background: var(--ot-primary);
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a.has-arrow::after {
    color: var(--ot-primary);
    transform: rotate(225deg) translate(0, -50%);
}

.sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
    padding-left: 28px;
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active ul {
    background: var(--white);
}
ol,
ul {
    padding-left: 2px;
}
ol,
ul {
    padding-right: 2px;
}
.sidebar-expand .sidebar {
    left: 0;
    transition: left 0.3s;
}

/* Changes while RTL Start */
.rtl .half-expand {
    /* Sidebar Header */
    /* main content on half expand */
}

.rtl .half-expand .sidebar .sidebar-header {
    /* Sidebar Logo */
    /* Sidebar Half Expand Icon*/
}

.rtl .half-expand .sidebar .sidebar-header .half-expand-toggle {
    position: absolute;
    right: 100%;
    margin-right: 10px;
}

.rtl .half-expand .sidebar .sidebar-header .half-expand-toggle img {
    transform: rotate(180deg);
}

.rtl .half-expand .sidebar .sidebar-menu {
    overflow: visible;
}

.rtl .half-expand .sidebar .sidebar-menu .sidebar-menu-section-heading {
    margin-right: 0;
}

.rtl
    .half-expand
    .sidebar
    .sidebar-menu
    .parent-menu-list
    .sidebar-menu-item
    .parent-item-content
    span {
    display: none;
}

.rtl
    .half-expand
    .sidebar
    .sidebar-menu
    .parent-menu-list
    .sidebar-menu-item
    a {
    border: none;
}

.rtl .half-expand .sidebar .sidebar-menu-item > ul > li > a {
    padding-left: 10px !important;
}

.rtl .half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
    padding-left: 30px !important;
}

.rtl .half-expand .sidebar ul.parent-menu-list > li > ul {
    position: absolute;
    top: 0;
    width: 236px;
    left: 100px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.rtl .half-expand .theme-switch {
    background: #edfaff;
    z-index: 3000000;
    position: absolute;
    bottom: 0;
}

.rtl .half-expand .sidebar-header {
    background: #edfaff;
    z-index: 3000000;
}

.rtl .half-expand .parent-menu-list > li > ul {
    right: 85px !important;
}

.rtl .half-expand .sidebar-menu {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 2000;
    overflow: hide;
    height: calc(100vh - 100px);
    transform: translateX(-50%);
}

.rtl .half-expand .main-content {
    margin-right: 100px;
    transition: -webkit-margin-right 0.3s;
    transition: margin-right 0.3s;
    transition: margin-right0 0.3s, -webkit-margin-right 0.3s;
}

.half-expand .sidebar {
    width: 100px;
}

.half-expand .sidebar .sidebar-header {
    position: relative;
    /* Sidebar Logo */
    /* Sidebar Half Expand Icon*/
}

.half-expand .sidebar .sidebar-header .sidebar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-expand .sidebar .sidebar-header .sidebar-logo a .half-logo {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: -webkit- opacity 0.4s;
    transition: opacity 0.4s;
    transition: opacity 0.4s, -webkit- opacity 0.4s;
}

.half-expand .sidebar .sidebar-header .sidebar-logo a .full-logo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: -webkit- opacity 0.4s;
    transition: opacity 0.4s;
    transition: opacity 0.4s, -webkit- opacity 0.4s;
}

.half-expand .sidebar .sidebar-header .half-expand-toggle {
    position: absolute;
    left: 100%;
    margin-left: 10px;
}

.half-expand .sidebar .sidebar-header .half-expand-toggle img {
    transform: rotate(180deg);
}

.half-expand .sidebar .sidebar-header .sidebar-close {
    border: 0;
    outline: 0;
    display: none;
    background: 0;
    padding: 0;
    margin-right: 10px;
    font-size: 28px;
}

@media (max-width: 768px) {
    .half-expand .sidebar .sidebar-header .sidebar-close {
        display: block;
    }
}

.half-expand .sidebar .sidebar-header .sidebar-close:hover {
    color: #edfaff;
}

.half-expand .sidebar .sidebar-menu {
    overflow: visible;
    width: 100% !important;
    top: 86px !important;
}

.half-expand .sidebar .sidebar-menu .sidebar-menu-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.half-expand
    .sidebar
    .sidebar-menu
    .sidebar-menu-section-heading
    .on-half-expanded {
    display: none;
}

.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item {
    position: relative;
}

.half-expand
    .sidebar
    .sidebar-menu
    .parent-menu-list
    .sidebar-menu-item
    .parent-item-content {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-expand
    .sidebar
    .sidebar-menu
    .parent-menu-list
    .sidebar-menu-item
    .parent-item-content::after {
    content: none;
}

.half-expand
    .sidebar
    .sidebar-menu
    .parent-menu-list
    .sidebar-menu-item
    .parent-item-content
    span {
    display: none;
}

.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item a {
    border: none;
}

.half-expand .sidebar .sidebar-menu-item > ul > li > a {
    padding-left: 10px !important;
}

.half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
    padding-left: 30px !important;
}

.half-expand .sidebar ul.parent-menu-list > li > ul {
    position: absolute;
    top: 0;
    width: 236px;
    left: 98px !important;
    background: #fcfcfc !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.half-expand .sidebar-dropdown-menu li {
    position: relative;
}

.half-expand .sidebar-dropdown-menu > li ul {
    position: absolute;
    left: 101%;
    top: 0;
    min-width: 200px;
    display: none;
    background: #fcfcfc !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.half-expand .sidebar-dropdown-menu li:hover > ul,
.half-expand .sidebar-dropdown-menu li:hover > ul.collapse {
    display: block !important;
    height: auto !important;
    z-index: 1000;
}

.half-expand .theme-switch {
    background: var(--ot-bg-secondary);
    z-index: 3000000;
    position: absolute;
    bottom: 0;
}

.half-expand .sidebar-header {
    background: var(--ot-bg-secondary);
    z-index: 3000000;
}

.half-expand .parent-menu-list > li > ul {
    left: 85px !important;
}

.half-expand .sidebar-menu {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 2000;
    overflow: hide;
    height: calc(100vh - 100px);
    transform: translateX(-50%);
}

.half-expand .main-content {
    margin-left: 100px;
    transition: -webkit-margin-left 0.3s;
    transition: margin-left 0.3s;
    transition: margin-left 0.3s, -webkit-margin-left 0.3s;
}

/* Dark Theme start*/
.dark-theme .half-expand ul.parent-menu-list > li > ul,
.dark-theme .half-expand .sidebar-dropdown-menu > li ul {
    background: var(--ot-bg-secondary) !important;
    border: none;
}

.dark-theme .main {
    background-color: var(--body_bg);
    border: 1px solid var(--border_2);
}

.dark-theme .tagify__input::before {
    color: #757b8c91;
}

.dark-theme .tagify__input:focus:empty::before {
    color: #757b8c91;
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active > a::before {
    background: var(--ot-primary);
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active ul {
    background-color: var(--ot-bg-primary);
}

/* Theme Switch */
/* dark theming start */
.dark-theme .theme-switch::before {
    background: #272b30;
}
.dark-theme .message {
    background-color: var(--card_bg) !important;
    color: var(--title_text);
}

/* dark theming end */
/* When Half Expand start */
.half-expand .theme-switch .switch-field {
    justify-content: center;
}

.half-expand .theme-switch .switch-field label {
    width: 34px;
    height: 34px;
    justify-content: center;
}

.half-expand .theme-switch .switch-field label span,
.half-expand .theme-switch .switch-field label p {
    display: none;
}

/* When Half Expand start*/
.theme-switch {
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
}

.theme-switch::before {
    content: "";
    width: 80%;
    height: 2px;
    border-radius: 10px;
    background: #fcfcfc;
    margin-right: 10px;
    position: absolute;
    top: 5px;
}

.theme-switch .switch-field {
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--ot-bg-secondary);
    padding: 10px;
    border-radius: 2rem;
}

.theme-switch .switch-field input {
    display: none;
}

.theme-switch .switch-field label {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 0.5em 1em;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 2rem;
    cursor: pointer;
    color: var(--ot-text-primary);
}

.theme-switch .switch-field label span {
    margin: 0;
    font-weight: 600;
}

.theme-switch .switch-field:hover {
    cursor: pointer;
}

.theme-switch .switch-field input:checked + label {
    background: var(--ot-primary);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 50px;
}

.theme-switch .switch-field input:checked + label span {
    color: #fff;
}

.dark-theme .theme-switch .switch-field {
    background-color: var(--ot-bg-primary);
}

/* Main Content */
/*Changes while RTL Start*/
body.rtl .main-content {
    margin-right: 272px;
    margin-left: 0;
    transition: -webkit-right 0.3s;
    transition: margin-right 0.3s;
    transition: margin-right 0.3s, -webkit-margin-right 0.3s;
}

@media (max-width: 768px) {
    body.rtl .main-content {
        width: 100%;
        margin-right: 0;
        transition: -webkit-left 0.3s;
        transition: margin-right 0.3s;
        transition: margin-right 0.3s, -webkit-margin-right 0.3s;
    }
}

/*Changes while RTL Start*/
.main-content {
    margin-left: 272px;
    transition: -webkit-left 0.3s;
    transition: margin-left 0.3s;
    transition: margin-left 0.3s, -webkit-margin-left 0.3s;
}
@media screen and (max-width: 991.98px) {
    .main-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100%;
        margin-left: 0;

        transition: -webkit-left 0.3s;
        transition: margin-left 0.3s;
        transition: margin-left 0.3s, -webkit-margin-left 0.3s;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        z-index: 30;
        background-color: var(--ot-bg-secondary);
        z-index: 30;
        left: -100%;
        transition: -webkit-left 0.3s;
        transition: left 0.3s;
        transition: left 0.3s, -webkit-left 0.3s;
    }
}

@media (max-width: 991.98px) {
    .header {
        width: 100%;
        padding: 10px;
        left: 0;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
}

@media (max-width: 991.98px) {
    .close-toggle {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .md-none,
    .header-search {
        display: none !important;
    }
}

/* @media (max-width: 768px) {
    .sidebar {
        z-index: 30;
        background-color: var(--ot-bg-secondary);
        z-index: 30;
        left: -100%;
        transition: -webkit-left 0.3s;
        transition: left 0.3s;
        transition: left 0.3s, -webkit-left 0.3s;
    }
} */

/* @media (max-width: 768px) {
    .main-content {
        width: 100%;
        margin-left: 0;
        transition: -webkit-left 0.3s;
        transition: margin-left 0.3s;
        transition: margin-left 0.3s, -webkit-margin-left 0.3s;
    }
} */

.main-content .dashboard-heading .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
}

/* Common Card */
.ot-card {
    background-color: var(--ot-bg-secondary);
    /*  box-shadow: var(--theme-shadow); */
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    padding: 28px;
    border: none;
}

.ot-card .card-header,
.ot-card .card-body,
.ot-card .card-footer {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.ot-card .card-body {
    padding-top: 20px;
}

/* Summery Card */
/* Summery Card */
.summery-card .card-heading .card-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.summery-card .card-heading .card-icon.icon-circle-1 {
    background-color: rgba(172, 224, 195, 0.1);
}

.summery-card .card-heading .card-icon.icon-circle-2 {
    background-color: rgba(194, 183, 252, 0.1);
}

.summery-card .card-heading .card-icon.icon-circle-3 {
    background-color: rgba(254, 179, 145, 0.1);
}

.summery-card .card-heading .card-icon.icon-circle-4 {
    background-color: rgba(168, 225, 249, 0.1);
}

.summery-card .card-heading .card-content {
    margin-left: 16px;
    /* rtl */
}

.rtl .summery-card .card-heading .card-content {
    margin-left: 0;
    margin-right: 16px;
}

.summery-card .card-heading .card-content h4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
    color: var(--ot-text-subtitle);
}

.summery-card .card-heading .card-content h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    margin-top: 0px;
    color: var(--ot-text-title);
}

.summery-card .card-bottom .card-states {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.summery-card .card-bottom .card-states .card-badge {
    border-radius: 50px;
    padding: 4px 7px;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

.summery-card .card-bottom .card-states .card-badge:first-child {
    background-color: #e9faf4;
}

.dark-theme .summery-card .card-bottom .card-states .card-badge:first-child {
    background-color: rgba(233, 250, 244, 0.1);
}

.summery-card .card-bottom .card-states .card-badge:first-child .count {
    font-weight: 600;
    color: #7ab668;
}

.summery-card .card-bottom .card-states .card-badge:last-child {
    background-color: #fff0ed;
}

.dark-theme .summery-card .card-bottom .card-states .card-badge:last-child {
    background-color: rgba(255, 240, 237, 0.1);
}

.summery-card .card-bottom .card-states .card-badge:last-child .count {
    font-weight: 600;
    color: #ff6a54;
}

.chart-custom-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
}

.chart-custom-content h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--ot-text-title);
}

.chart-custom-content .percentage-spike img {
    width: 12px;
    height: 12px;
}

.chart-custom-content .percentage-spike .primary-blue {
    color: var(--ot-primary);
}

.chart-custom-content .percentage-spike .secondary-blue {
    color: #55b1f3;
}

.chart-custom-content .percentage-spike .primary-red {
    color: #ff4f75;
}

.chart-custom-content .percentage-spike .primary-yellow {
    color: #ff991a;
}

.chart-custom-content .percentage-spike:nth-child(1) {
    background-color: #feb391;
}

.chart-header p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--ot-text-primary);
}

.statistics-card .card .card-bottom .card-states .btn.active-state-btn {
    background-color: #e9faf4;
}

.statistics-card .card .card-bottom .card-states .btn.active-state-btn .count {
    color: #24c087;
}

.statistics-card .card .card-bottom .card-states .btn.active-state-btn .status {
    color: var(--ot-text-primary);
}

.statistics-card .card .card-bottom .card-states .btn.inactive-state-btn {
    background-color: #fff0ed;
}

.statistics-card
    .card
    .card-bottom
    .card-states
    .btn.inactive-state-btn
    .count {
    color: var(#e55f4b);
}

.statistics-card
    .card
    .card-bottom
    .card-states
    .btn.inactive-state-btn
    .status {
    color: var(--ot-text-primary);
}

/* statistics-charts  */
.statistics-chart .visited-customer .card .card-top {
    margin-bottom: 15px;
}

.statistics-chart .visited-customer .card .card-top .title h4 {
    color: var(--ot-text-title);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.statistics-chart .visited-customer .card .card-top .card-content .stats {
    font-weight: 600;
}

.statistics-chart
    .visited-customer
    .card
    .card-top
    .statistics-chart
    .visited-customer
    .card
    .card-top
    .card-content
    .stats
    span.vs {
    margin-left: 12px;
}

.statistics-chart
    .visited-customer
    .card
    .card-top
    .card-content
    .btn.active-state-btn {
    background-color: #e9faf4;
}

.statistics-chart
    .visited-customer
    .card
    .card-top
    .card-content
    .btn.active-state-btn
    .count {
    color: var(--success-dark);
}

.ot-charts .card .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 576px) {
    .ot-charts .card .card-header {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.ot-charts .card .card-header h1 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

/* Datatable */
.table-content .table-toolbar {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}

.table-content .table-toolbar .form-select {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--ot-text-title);
    width: auto;
    padding: 10px 30px 10px 14px;
    border: 1px solid var(--ot-border-table-toolbar-per-page);
    border-radius: 5px;
    background-image: url("../images/basic-datatable/show/down-icon.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    outline: 0;
    box-shadow: none;
    background-color: var(--ot-bg-table-toolbar-per-page);
}

.table-content .table-toolbar .btn-add {
    text-decoration: none;
    padding: 14px 17px;
    border: 1px solid transparent;
    background: var(--ot-primary);
    border-radius: 5px;
    display: block;
    text-align: center;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #ffffff;
    text-transform: capitalize;
}

.table-content .table-toolbar .btn-daterange,
.table-content .table-toolbar .dropdown-designation .btn-designation,
.table-content .table-toolbar .dropdown-export .btn-export {
    background-image: var(--ot-primary), var(--ot-primary);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px var(--ot-bg-table-toolbar-btn-outline-primary)
        inset;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--ot-text-primary);
    border: 1px solid transparent;
    padding: 10px 12px;
    border-radius: 5px;
    transition: all ease-in-out 0.1s;
}

.table-content .table-toolbar .btn-daterange .icon,
.table-content .table-toolbar .dropdown-designation .btn-designation .icon,
.table-content .table-toolbar .dropdown-export .btn-export .icon {
    color: #21c6fb;
    font-size: 14px;
}

.table-content .table-toolbar .btn-daterange:hover,
.table-content .table-toolbar .dropdown-designation .btn-designation:hover,
.table-content .table-toolbar .dropdown-export .btn-export:hover {
    box-shadow: none;
    background: var(--ot-primary);
    color: #ffffff;
}

.table-content .table-toolbar .btn-daterange:hover .icon,
.table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:hover
    .icon,
.table-content .table-toolbar .dropdown-export .btn-export:hover .icon {
    color: #ffffff;
}

.table-content .table-toolbar .btn-daterange:focus,
.table-content .table-toolbar .dropdown-designation .btn-designation:focus,
.table-content .table-toolbar .dropdown-export .btn-export:focus {
    box-shadow: none;
    background: var(--ot-primary);
    color: #ffffff;
}

.table-content .table-toolbar .btn-daterange:focus .icon,
.table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:focus
    .icon,
.table-content .table-toolbar .dropdown-export .btn-export:focus .icon {
    color: #ffffff;
}

.table-content .table-toolbar .search-box {
    position: relative;
    border: 1px solid var(--ot-border-table-toolbar-search);
    border-radius: 5px;
}

.table-content .table-toolbar .search-box .form-control,
.table-content
    .table-toolbar
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .search-box
    .form-select {
    padding: 8px 45px 8px 16px;
    border: none;
    box-shadow: none;
    background-color: var(--ot-bg-table-toolbar-search);
    color: var(--ot-text-title);
    height: 48px;
}

.table-content .table-toolbar .search-box .form-control::placeholder,
.table-content
    .table-toolbar
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select::placeholder,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .search-box
    .form-select::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #b2bec3;
}

.table-content .table-toolbar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #6f767e;
}

.table-content .table-toolbar .dropdown-designation .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    margin-top: 10px !important;
    padding: 0;
}

.table-content .table-toolbar .dropdown-designation .search-content {
    padding: 20px;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-control,
.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-select {
    width: 232px;
    padding: 8px 45px 8px 16px;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    background-color: #ffffff;
    color: #1a1d1f;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-control::placeholder,
.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select::placeholder,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-select::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #b2bec3;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #6f767e;
}

.table-content .table-toolbar .dropdown-designation .list {
    padding: 26px;
    margin: 0;
}

.table-content .table-toolbar .dropdown-designation .list .list-item {
    list-style: none;
    margin-bottom: 24px;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .list
    .list-item:last-child {
    margin-bottom: 0;
}

.table-content .table-toolbar .dropdown-designation .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #6f767e;
}

.table-content .table-toolbar .dropdown-designation .dropdown-item:hover {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-designation .dropdown-item:focus {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-designation .dropdown-item:active {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-designation .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.table-content .table-toolbar .dropdown-action .btn-dropdown {
    border: 1px solid var(--ot-border-table-toolbar-btn-action);
    width: 40px;
    height: 40px;
    background: var(--ot-bg-table-toolbar-btn-action);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    border-radius: 50px;
    color: var(--ot-primary);
    font-size: 16px;
}

.table-content .table-toolbar .dropdown-action .btn-dropdown:focus {
    background: var(--ot-primary);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    color: #ffffff;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 24px;
    margin-top: 10px !important;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
    padding: 10px;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    background: #ffffff;
    padding: 10px 15px;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu li {
    margin-bottom: 20px;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.table-content .table-toolbar .dropdown-action .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.table-content .table-toolbar .dropdown-action .dropdown-item:hover {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-action .dropdown-item:focus {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-action .dropdown-item:active {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-action .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.table-content .table-toolbar .dropdown-export .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 24px;
    margin-top: 10px !important;
}

.table-content .table-toolbar .dropdown-export .dropdown-menu li {
    margin-bottom: 20px;
}

.table-content .table-toolbar .dropdown-export .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.table-content .table-toolbar .dropdown-export .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.table-content .table-toolbar .dropdown-export .dropdown-item:hover {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-export .dropdown-item:focus {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-export .dropdown-item:active {
    background-color: #ffffff;
}

.table-content .table-toolbar .dropdown-export .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.table-content.table-basic .card {
    background-color: var(--ot-bg-table-card);
    border: 1px solid transparent;
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
}

.table-content.table-basic .card-body {
    padding: 40px 40px;
}

.table-content.table-basic .card-header {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--ot-text-title);
    padding: 15px 40px;
    border-bottom: 1px solid var(--ot-border-table-card-header);
    background-color: var(--ot-bg-table-card-header);
    border-radius: 0;
}

.table-content.table-basic .table {
    border-color: var(--ot-border-table);
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
}

.table-content.table-basic .table .sorting_asc,
.table-content.table-basic .table .sorting_desc {
    position: relative;
}

.table-content.table-basic .table .sorting_asc::before,
.table-content.table-basic .table .sorting_desc::before {
    position: absolute;
    left: auto;
    right: 16px;
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    top: 42%;
    color: var(--ot-color-table-icon-sorting-asc-up);
    cursor: pointer;
    transform: translateY(-42%);
}

.table-content.table-basic .table .sorting_asc::after,
.table-content.table-basic .table .sorting_desc::after {
    position: absolute;
    left: auto;
    right: 16px;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    top: 62%;
    color: var(--ot-color-table-icon-sorting-asc-down);
    cursor: pointer;
    transform: translateY(-62%);
}

.table-content.table-basic .table .sorting_desc::before {
    color: var(--ot-color-table-icon-sorting-desc-up);
}

.table-content.table-basic .table .sorting_desc::after {
    color: var(--ot-color-table-icon-sorting-desc-down);
}

.table-content.table-basic .table .check-box .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--ot-border-table-checkbox);
    background-color: var(--ot-bg-table-checkbox);
}

.table-content.table-basic .table .check-box .form-check-input:focus {
    box-shadow: none;
}

.table-content.table-basic .table .check-box .form-check-input:checked {
    background: url("../images/basic-datatable/check/ok.svg"), var(--ot-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.table-content.table-basic .table .thead {
    background: transparent;
    border-bottom-color: var(--ot-border-table-thead);
}

.table-content.table-basic .table .thead tr th {
    padding: 0.75rem;
    padding-left: 0.75rem;
    border: 0;
    text-transform: uppercase;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
    color: var(--ot-text-primary);
}

.table-content.table-basic .table .tbody tr:nth-of-type(odd) {
    background: var(--ot-bg-table-tbody);
}

.table-content.table-basic .table .tbody tr td {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: var(--ot-text-primary);
    padding: 16px;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content.table-basic .table .dropdown-action .btn-dropdown {
    border: 1px solid var(--ot-border-table-toolbar-btn-action);
    width: 28px;
    height: 28px;
    background: var(--ot-bg-table-toolbar-btn-action);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    border-radius: 50px;
    color: var(--ot-primary);
    font-size: 10px;
}

.table-content.table-basic .table .dropdown-action .btn-dropdown:focus {
    background: var(--ot-primary);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    color: #ffffff;
}

.table-content.table-basic .table .dropdown-action .dropdown-menu {
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 24px;
    margin-top: 10px !important;
}

.table-content.table-basic .table .dropdown-action .dropdown-menu li {
    margin-bottom: 20px;
}

.table-content.table-basic
    .table
    .dropdown-action
    .dropdown-menu
    li:last-child {
    margin-bottom: 0;
}

.table-content.table-basic .table .dropdown-action .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.table-content.table-basic .table .dropdown-action .dropdown-item:hover {
    background-color: #ffffff;
}

.table-content.table-basic .table .dropdown-action .dropdown-item:focus {
    background-color: #ffffff;
}

.table-content.table-basic .table .dropdown-action .dropdown-item:active {
    background-color: #ffffff;
}

.table-content.table-basic .table .dropdown-action .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

/* Charts */
.statistic-card .card-heading .card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #1a1d1f;
    margin: 0;
    padding: 0;
}

.ot-visit-chart .card-header {
    flex-wrap: wrap;
}

.default-theme .header {
    background: #fff !important;
}
.default-theme .sidebar-menu-section {
    background: #fff;
}
.sidebar-menu-section {
    padding-top: 20px;
}

.ot-visit-chart p {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--ot-text-primary);
    margin-top: 8px;
}

.chart-custom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 576px) {
    .chart-custom-content {
        flex-direction: column;
    }
}

/* Common Buttons */
/* Common Buttons */
.ot-btn-common,
.ot-dropdown-btn,
.ot-btn-primary,
.ot-btn-success,
.ot-btn-danger,
.ot-btn-warning,
.ot-btn-info {
    background: var(--ot-primary);
    color: #ffffff !important;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-Inter);
    line-height: 20px;
    padding: 10px 24px;
    list-style: none;
    outline: 0;
}

.ot-btn-common.btn-lg,
.btn-lg.ot-dropdown-btn,
.btn-lg.ot-btn-primary,
.btn-lg.ot-btn-success,
.btn-lg.ot-btn-danger,
.btn-lg.ot-btn-warning,
.btn-lg.ot-btn-info {
    padding: 15px 24px;
}

.ot-btn-common.btn-md,
.btn-md.ot-dropdown-btn,
.btn-md.ot-btn-primary,
.btn-md.ot-btn-success,
.btn-md.ot-btn-danger,
.btn-md.ot-btn-warning,
.btn-md.ot-btn-info {
    padding: 10px 24px;
}

.ot-btn-common.btn-sm,
.btn-sm.ot-dropdown-btn,
.btn-sm.ot-btn-primary,
.btn-sm.ot-btn-success,
.btn-sm.ot-btn-danger,
.btn-sm.ot-btn-warning,
.btn-sm.ot-btn-info {
    padding: 6px 24px;
}

.ot-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.ot-dropdown-btn:focus {
    box-shadow: none !important;
}
.ot-dropdown-btn::after {
    content: none;
}

.ot-btn-primary {
    background: var(--ot-primary);
}

.ot-btn-primary:hover {
    background: linear-gradient(90deg, #0f6aff 0%, #21c6fb 90%);
}

.ot-btn-success {
    background: linear-gradient(90deg, #29d697 0%, #00ffa2 100%);
}

.ot-btn-success:hover {
    background: linear-gradient(90deg, #29d697 0%, #00ffa2 90%);
}

.ot-btn-danger {
    background: linear-gradient(90deg, #ff6a54 0%, #fd2201 100%);
}

.ot-btn-danger:hover {
    background: linear-gradient(90deg, #ff6a54 0%, #fd2201 90%);
}

.ot-btn-warning {
    background: linear-gradient(90deg, #fdc400 0%, #fec403 100%);
}

.ot-btn-warning:hover {
    background: linear-gradient(90deg, #fdc400 0%, #fec403 90%);
}

.ot-btn-info {
    background: linear-gradient(90deg, #138496 0%, #00ddff 100%);
}

.ot-btn-info:hover {
    background: linear-gradient(90deg, #00ddff 0%, #00ddff 90%);
}

/* Tables */
.badge-basic-success-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    background: #e9faf4;
    color: #29d697;
}

.badge-basic-danger-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    background: #fff0ed;
    color: #ff6a54;
}

.badge-basic-warning-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    background: #fff1e0;
    color: #ff991a;
}

.badge-basic-info-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    background: #e5feff;
    color: #00dfe5;
}

.badge-basic-primary-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    background: #eef0ff;
    color: var(--ot-primary);
}

.page-heading h1 {
    font-size: 30px;
    line-height: 38px;
    color: #1a1d1f;
}

.component-page-heading h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.basic-table,
.ot-table-bg,
.table-color-col {
    width: 100%;
    background: var(--ot-bg-table-card);
}

.basic-table thead th,
.ot-table-bg thead th,
.table-color-col thead th {
    background: var(--ot-bg-table-basic-thead);
    height: 56px;
    border-bottom: 1px solid var(--ot-border-basic-table-thead);
    padding-left: 16px;
    color: var(--ot-text-title);
}

.basic-table thead th:first-child,
.ot-table-bg thead th:first-child,
.table-color-col thead th:first-child {
    border-radius: 10px 0 0 0;
}

.basic-table thead th:last-child,
.ot-table-bg thead th:last-child,
.table-color-col thead th:last-child {
    border-radius: 0 10px 0 0;
}

.basic-table tbody td,
.ot-table-bg tbody td,
.table-color-col tbody td {
    font-weight: 400;
    padding-left: 16px;
    height: 56px;
    color: var(--ot-text-primary);
}

.ot-table-bg th,
.ot-table-bg tr:nth-child(even) {
    background-color: var(--ot-bg-basic-table-tbody);
}

.table-color-col th:nth-child(odd),
.table-color-col td:nth-child(odd) {
    background-color: var(--ot-bg-basic-table-tbody);
}

.table-color-col td {
    border-bottom: 1px solid var(--ot-border-basic-table);
}

.table-color-col tr:last-child td {
    border: none;
}

.progress-size,
.progress-darkblue,
.progress-green,
.progress-violet,
.progress-skyblue,
.progress-darkviolet {
    width: 100%;
    height: 8px;
}

.progress-darkblue {
    background-color: #dde1ff;
}

.progress-darkblue .progress-bar-darkblue {
    border-radius: 5px;
    background-color: #0010f7;
}

.progress-green {
    background-color: #e9faf4;
}

.progress-green .progress-bar-green {
    border-radius: 5px;
    background-color: #29d697;
}

.progress-violet {
    background-color: #ebe7ff;
}

.progress-violet .progress-bar-violet {
    border-radius: 5px;
    background-color: #c8bbfb;
}

.progress-skyblue {
    background-color: #d5e8fe;
}

.progress-skyblue .progress-bar-skyblue {
    border-radius: 5px;
    background-color: #4797ff;
}

.progress-darkviolet {
    background-color: #e8defe;
}

.progress-darkviolet .progress-bar-darkviolet {
    border-radius: 5px;
    background-color: #9d6fff;
}

.ot-badge.primary {
    background-color: var(--ot-bg-primary);
    color: #7ab668;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 10px;
    border-radius: 50px;
}

.btn-select-content {
    width: 305px;
    height: 50px;
}

.btn-select-content .btn-select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--ot-border-primary);
    border-radius: 5px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--ot-bg-secondary);
    color: var(--ot-text-primary);
}

.btn-select-content .btn-select:hover {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
    outline: none;
}

.btn-select-content ul {
    width: 305px;
    padding: 20px;
}

.btn-select-content .sub-menu {
    position: relative !important;
    width: 100% !important;
    transform: translate(0px, 0px) !important;
}

.input-Range-date {
    height: 50px;
    flex-direction: row;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 0px 10px;
    gap: 25px;
}

.input-Range-date input {
    border: none;
    outline: none;
}

.input-Range-date:hover {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
    outline: none;
}

.btn-primary-custom {
    font-weight: 600;
    height: 50px;
    background: var(--ot-primary);
    border: none;
}

.input-search-with-icon {
    position: relative;
    width: 320px;
    height: 40px;
}

@media (max-width: 768px) {
    .input-search-with-icon {
        width: 200px;
    }
}

.input-search-with-icon input {
    background: var(--ot-bg-secondary);
    width: 100%;
    height: 100%;
    padding: 10px 45px 10px 16px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    outline: none;
}

.input-search-with-icon input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
    outline: none;
}

.input-search-with-icon::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-search-with-icon i {
    position: absolute;
    top: 12px;
    color: #6f767e;
}

.input-search-with-icon i.fa-search {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.button-group {
    border-color: var(--ot-text-primary) !important;
}

.button-group:hover {
    background-color: #a1a9ff34 !important;
    border-color: var(--ot-primary) !important;
}

.basic-table.pagination-content .pagination,
.pagination-content.ot-table-bg .pagination,
.pagination-content.table-color-col .pagination {
    width: 368px;
}

.basic-table.pagination-content .pagination li,
.pagination-content.ot-table-bg .pagination li,
.pagination-content.table-color-col .pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    width: 32px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
}

.basic-table.pagination-content .pagination li a,
.pagination-content.ot-table-bg .pagination li a,
.pagination-content.table-color-col .pagination li a {
    color: var(--ot-text-title);
}

.basic-table.pagination-content .pagination li a i,
.pagination-content.ot-table-bg .pagination li a i,
.pagination-content.table-color-col .pagination li a i {
    color: var(--ot-text-primary);
}

.basic-table.pagination-content .pagination li:hover a,
.pagination-content.ot-table-bg .pagination li:hover a,
.pagination-content.table-color-col .pagination li:hover a {
    color: var(--ot-primary);
}

.basic-table.pagination-content .pagination li:hover,
.pagination-content.ot-table-bg .pagination li:hover,
.pagination-content.table-color-col .pagination li:hover {
    border-color: var(--ot-primary);
}

.selected {
    background: var(--ot-primary);
}

.selected > a {
    color: white !important;
}

.table-top-componet .left-component {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 768px) {
    .table-top-componet .left-component {
        flex-direction: column;
    }
}

.table-top-componet .right-component a {
    float: right;
}

@media (max-width: 768px) {
    .table-top-componet .right-component a {
        float: left;
        margin-top: 20px;
    }
}

.ot-search-with-btns {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .ot-search-with-btns {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.ot-search-with-btns .input-search-with-icon {
    position: relative;
    width: 200px;
    height: 40px;
}

.ot-table-head {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .ot-table-head {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

/* Accordion */

/* Signup, Signin */
.col-custom-height {
    min-height: 100vh;
}

.left-box .left-box-image img {
    max-width: 100%;
    max-height: 100%;
}

.left-box .title {
    font-weight: 700;
    font-size: 30px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-box .text {
    color: var(--ot-text-primary);
    font-weight: 400;
    line-height: 28px;
}

.form-wrapper .form-content {
    width: 360px;
    margin-bottom: 40px;
}

.form-wrapper .form-content .form-heading-text .title {
    font-weight: 700;
    font-size: 38px;
    line-height: 54px;
    color: var(--ot-text-title);
}

.form-wrapper .form-content .form-heading-text .text {
    color: var(--ot-text-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.form-wrapper .form-content .form .input-field-focus {
    width: 360px;
}

.form-wrapper .form-content .form .input-field-focus label {
    color: var(--ot-text-title);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.form-wrapper .form-content .form .input-field-focus .password-input {
    position: relative;
}

.form-wrapper .form-content .form .input-field-focus .password-input i {
    position: absolute;
    display: flex;
    align-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: var(--ot-text-primary);
    cursor: pointer;
}

.form-wrapper .form-content .form .input-field-focus input {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    outline: none;
    color: #111314;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.form-wrapper .form-content .form .input-field-focus input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
    outline: none;
}

.form-wrapper .form-content .form .input-field-focus::placeholder {
    color: #b2bec3;
    margin-top: 2px;
}

.form-wrapper .form-content .form .input-field-focus p {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
}

.form-wrapper .form-content .form .remember-me .form-check-input {
    border: 2px solid #eaeaea;
}

.form-wrapper .form-content .form .remember-me label {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1a1d1f;
    margin-left: 4px;
}

.form-wrapper .form-content .text-font {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
    color: var(--ot-text-primary);
}

.form-wrapper .form-content .link-text {
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-wrapper .form-content .text-privacy-policy {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: var(--ot-text-primary);
}

.submit-button {
    transition: 0.4s;
    width: 100%;
    background: var(--ot-primary);
    border-radius: 5px;
    color: var(--white);
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 19px;
    cursor: pointer;
    text-transform: capitalize;
}

.submit-button:hover {
    background: var(--ot-secondary);
}

@media (max-width: 768px) {
    .frame {
        display: none !important;
    }

    .form-wrapper .form-content {
        width: 340px;
        padding: 20px;
    }

    .form-wrapper .form-content .form-heading-text .title {
        font-size: 30px;
    }

    .form-wrapper .form-content .form {
        width: 100%;
        gap: 10px;
    }

    .form-wrapper .form-content .form .input-field-focus {
        width: 100%;
    }

    .error-content {
        width: 410px !important;
        padding: 20px !important;
    }

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

@media (max-width: 576px) {
    .form-wrapper .form-content {
        width: 320px;
        gap: 10px;
    }

    .form-wrapper .form-content .form-heading-text .title {
        font-size: 28px;
    }

    .form-wrapper .form-content .form-heading-text .text {
        font-size: 13px;
    }

    .form-wrapper .form-content .form .input-field-focus input {
        height: 40px;
        padding: 10px;
    }

    .form-wrapper .form-content .form label {
        font-size: 13px;
    }

    .social-media-content label {
        font-size: 13px;
    }

    .error-content {
        width: 320px !important;
        padding: 20px !important;
    }

    .error-content h1 {
        font-size: 24px !important;
    }
}

a:hover {
    color: var(--ot-primary);
}

.fogotPassword {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--ot-secondary);
    text-transform: capitalize;
}

.social-media-content {
    width: 100%;
}

.social-media-content .social-media-items {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    outline: none;
}

@media (max-width: 768px) {
    .social-media-content .social-media-items {
        font-family: var(--font-Inter);
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #1a1d1f;
    }
}

.social-media-content .social-media-items:hover {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
}

.or-line {
    width: 45%;
    height: 1px;
    background-color: #eaeaea;
    margin-top: 8px;
}

.or-text {
    color: var(--ot-text-primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
}

/* Error Page */
.error-wrapper {
    width: 100%;
    height: 100vh;
}

.error-wrapper .error-content {
    width: 486px;
}

.error-wrapper .error-content h1 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0px;
}

.error-wrapper .error-content img {
    width: 100%;
}

.error-wrapper .error-content p {
    font-family: var(--font-Inter);
    font-weight: 500;
    margin-bottom: 0px;
    color: #6f767e;
}

.error-wrapper .error-content .btn-group {
    margin-top: 28px;
    gap: 12px;
}

.error-wrapper .error-content .btn-group .time-count {
    padding: 2px;
    border-radius: 12px;
    background: var(--ot-primary);
}

.error-wrapper .error-content .btn-group .time-count .count-btn {
    padding: 16px 13px;
    border-radius: 10px;
    background: #ffffff;
}

.error-wrapper .error-content .btn-group .time-count .count-btn h1 {
    font-family: var(--font-Inter);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-back-to-homepage {
    width: 215px;
}

/* Card */
.basic-card .list-group {
    gap: 10px;
}

.basic-card .card-title {
    margin-bottom: 0;
}

.ot-card .ot-card-header {
    color: var(--ot-text-title);
}

.ot-card-b {
    background: var(--ot-bg-secondary);
}

.ot-card-b .card-header {
    color: var(--ot-text-title);
}

.customized .card-body {
    border-bottom: 1px solid #f0eeee;
    border-left: 1px solid #f0eeee;
    border-right: 1px solid #f0eeee;
    border-radius: 0px 0px 5px 5px;
}

.customized .card:hover {
    box-shadow: 0px 5px 10px 0px lightgrey;
}

.customized-card .list-group {
    padding: 20px;
}

.customized-card .list-group li {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-subtitle);
    list-style: none;
}

.no-border-card .list-group {
    gap: 10px;
}

.no-border-card .card {
    box-shadow: 0px 10px 20px 0px lightgrey;
}

.simple-card .list-group {
    gap: 10px;
}

/* Modal */
.information-modal .fa,
.confirmation-modal .fa {
    font-size: 28px;
}

.information-modal .modal-footer,
.confirmation-modal .modal-footer {
    border-top: none;
}

.modal-header-image {
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 19.5px 17px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 !important;
}

.modal-content {
    border: none;
}

.btn-close {
    background: #ffffff52;
    border-radius: 50%;
}

.btn-gradian {
    color: var(--white);
    border: none;
    font-weight: 500;
    background: var(--ot-primary);
}

.ot-card-body {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .ot-card-body {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

/* Alert */
.alert-section {
    background: #fff;
    padding: 80px;
    background: #fcfcfc;
    margin-top: 8px;
}

.alert-section h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #120d26;
}

.alert-section p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4b4b4b;
}

.close-icon {
    float: right;
}

.basic-success-alert {
    padding: 15px;
    background-color: var(--ot-bg-badge-light-success);
    color: #29d697;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.basic-success-alert .success-icon {
    color: #29d697;
}

.basic-secondary-alert {
    padding: 15px;
    background-color: var(--ot-bg-badge-light-primary);
    color: #4d5ee5;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.basic-secondary-alert .secondary-icon {
    color: #4d5ee5;
}

.basic-warning-alert {
    padding: 15px;
    background-color: var(--ot-bg-badge-light-warning);
    color: #fdc400;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.basic-warning-alert .warning-icon {
    color: #fdc400;
}

.basic-danger-alert {
    padding: 15px;
    background-color: var(--ot-bg-badge-light-danger);
    color: #ff6a54;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.basic-danger-alert .danger-icon {
    color: #ff6a54;
}

.alert-success-describe h4,
.alert-success-describe p {
    color: #29d697;
}

.alert-secondary-describe h4,
.alert-secondary-describe p {
    color: #4d5ee5;
}

.alert-warning-describe h4,
.alert-warning-describe p {
    color: #fdc400;
}

.alert-danger-describe h4,
.alert-danger-describe p {
    color: #ff6a54;
}

/* Color Template */
.color-title {
    background-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: var(--theme-shadow);
}

.color-title h4 {
    font-size: 24px;
}

.color-background {
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* Primary Blue */
    /* Secondary Cyan  */
    /* Success */
    /* Danger */
    /* Warning */
    /* Accent */
}

.color-background.bg-blue-primary {
    background: #4d5ee5;
}

.color-background.bg-blue-dark {
    background: var(--ot-primary);
}

.color-background.bg-blue-tint {
    background: #8896ff;
}

.color-background.bg-blue-tint-light {
    background: #eef0ff;
}

.color-background.bg-cyan-primary {
    background: #00f8ff;
}

.color-background.bg-cyan-dark {
    background: #00dfe5;
}

.color-background.bg-cyan-tint {
    background: #4cfaff;
}

.color-background.bg-cyan-tint-light {
    background: #e5feff;
}

.color-background.bg-success-primary {
    background: #29d697;
}

.color-background.bg-success-dark {
    background: #24c087;
}

.color-background.bg-success-tint {
    background: #69e2b6;
}

.color-background.bg-success-tint-light {
    background: #e9faf4;
}

.color-background.bg-danger-primary {
    background: #ff6a54;
}

.color-background.bg-danger-dark {
    background: #e55f4b;
}

.color-background.bg-danger-tint {
    background: #ff9687;
}

.color-background.bg-danger-tint-light {
    background: #fff0ed;
}

.color-background.bg-warning-primary {
    background: #fdc400;
}

.color-background.bg-warning-dark {
    background: #e3b000;
}

.color-background.bg-warning-tint {
    background: #fdd54c;
}

.color-background.bg-warning-tint-light {
    background: #fef9e5;
}

.color-background.bg-accent-green {
    background: #93c782;
}

.color-background.bg-accent-blue {
    background: #4797ff;
}

.color-background.bg-accent-purple {
    background: #9d6fff;
}

.color-background.bg-accent-light-green {
    background: #b5e4ca;
}

.color-background.bg-accent-light-blue {
    background: #b1e5fc;
}

.color-background.bg-accent-light-purple {
    background: #cabdff;
}

.color-background.bg-accent-light-orange {
    background: #ffbc99;
}

.color-background.bg-info-dark {
    background: var(--info-dark);
}

.color-background.bg-info-main {
    background: var(--info-main);
}

.color-background.bg-info-tin1 {
    background: var(--info-tint-1);
}

.color-background.bg-info-tin2 {
    background: var(--info-tint-2);
}

.color-background.bg-warn-dark {
    background: var(--warn-dark);
}

.color-background.bg-warn-main {
    background: var(--warn-main);
}

.color-background.bg-warn-tin1 {
    background: var(--warn-tint-1);
}

.color-background.bg-warn-tin2 {
    background: var(--warn-tint-2);
}

.color-name-bg {
    background: var(--ot-bg-primary);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.color-name-bg.color-primary-main {
    color: var(--blue-primary);
}

.color-name-bg span {
    color: var(--ot-text-primary);
}

.accent {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: var(--theme-shadow);
    position: relative;
}

.accent.accent-light-green {
    background: var(--accent-light-green);
}

.accent.accent-light-purple {
    background: var(--accent-light-purple);
}

.accent.accent-light-blue {
    background: var(--accent-light-blue);
}

.accent.accent-light-orange {
    background: var(--accent-light-orange);
}

.accent.accent-green {
    background: var(--accent-green);
}

.accent.accent-blue {
    background: var(--accent-blue);
}

.accent.accent-purple {
    background: var(--accent-purple);
}

.accent span {
    position: absolute;
    bottom: 10px;
    padding-left: 5px;
}

.typo {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: var(--theme-shadow);
    position: relative;
}

.typo.typo-black-dark {
    background: var(--typo-black-dark);
}

.typo.typo-black-main {
    background: var(--typo-black-main);
}

.typo.typo-black-bold {
    background: var(--typo-black-bold);
}

.typo.typo-black-light {
    background: var(--typo-black-light);
}

.typo.typo-black-lighter {
    background: var(--typo-black-lighter);
}

.typo span {
    position: absolute;
    bottom: 10px;
    padding-left: 5px;
}

.bgwhite {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: var(--theme-shadow);
    position: relative;
}

.bgwhite.bgwhite-dark {
    background: var(--bgwhite-dark);
}

.bgwhite.bgwhite-main {
    background: var(--bgwhite-main);
}

.bgwhite.bgwhite-tin1 {
    background: var(--bgwhite-tin1);
}

.bgwhite.bgwhite-tin2 {
    background: var(--bgwhite-tin2);
}

.bgwhite.typo-black-lighter {
    background: var(--typo-black-lighter);
}

.bgwhite span {
    position: absolute;
    bottom: 10px;
    padding-left: 5px;
}

/* Dropdown */
.dropdown-text-light {
    color: #6f767e;
}

.dropdown-text-dark {
    color: #1a1d1f;
}

.dropdown-text-red {
    color: #ff0022;
}

.dropdown-text-disable {
    color: #b2bec3;
}

.dropdown-text-blue {
    color: var(--ot-primary);
}

.dropdown-content {
    margin-top: 24px;
    margin-left: 32px;
}

.dropdown-section {
    padding: 80px;
    background: #fcfcfc;
    margin-top: 8px;
}

.dropdown-section h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #120d26;
}

.dropdown-section p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4b4b4b;
}

.button-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #120d26;
}

.dropdown-with-down-arrow,
.dropdown2-with-down-arrow {
    margin-top: 12px;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
    border: 2px solid #f0eeee;
    border-radius: 5px;
}

.dropdown-with-down-arrow i,
.dropdown2-with-down-arrow i {
    margin-left: 12px;
    font-weight: bold;
}

.dropdown-with-down-arrow:hover,
.dropdown2-with-down-arrow:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

.dropdown-with-down-arrow:hover i,
.dropdown2-with-down-arrow:hover i {
    color: var(--ot-primary);
}

.dropdown-with-down-arrow:focus,
.dropdown2-with-down-arrow:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

.dropdown-with-down-arrow:focus i,
.dropdown2-with-down-arrow:focus i {
    color: #066ecf;
}

.dropdwon-btn-section {
    margin-top: 40px;
}

.dropdown-with-dots {
    margin-top: 12px;
}

button {
    border: none;
    outline: none;
}

.dropdown-menu {
    margin-top: 10px !important;
}

#dropdown {
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
}

#dropdown:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

#dropdown:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

#three-dots {
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
    padding: 8px;
    letter-spacing: 0.02em;
    color: #1a1d1f;
}

#three-dots:hover {
    border: 2px solid var(--ot-primary);
    color: var(--ot-primary);
}

#three-dots:focus {
    border: 2px solid #4d5ee5;
    color: #066ecf;
}

.dropdown-items,
.second-item,
.third-item {
    position: relative;
    width: 191px;
    background: #ffffff;
    border: 1px solid #f0eeee;
    border-radius: 7px;
}

.dropdown-items ul,
.second-item ul,
.third-item ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    padding-right: 0px;
    gap: 16px;
}

.dropdown-items ul .text-secondary > i,
.second-item ul .text-secondary > i,
.third-item ul .text-secondary > i {
    padding-right: 16px;
}

.dropdown-items ul li,
.second-item ul li,
.third-item ul li {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 8px;
    padding-right: 24px;
}

.dropdown-items ul .dropdown-text-dark > i,
.second-item ul .dropdown-text-dark > i,
.third-item ul .dropdown-text-dark > i {
    padding-left: 16px;
}

.second-item {
    display: block;
    width: 180px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    margin-top: -40px;
    transition: all ease-in-out 0.4s;
}

.third-item {
    display: none;
    width: 180px;
    position: absolute;
    left: 112%;
    margin-top: -66px;
}

ul li.dropdown-text-dark:hover .second-item {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    margin-left: 10px;
}

.dropdown-search-checkbox {
    margin-top: 12px;
    background-color: #fcfcfc;
    border: 2px solid #f0eeee;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 8px 16px;
    color: var(--ot-primary);
}

.search-container {
    margin-top: 12px;
    width: 272px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
}

.search-input-checkbox input {
    width: 20px !important;
    height: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.search-input-checkbox label {
    color: #6f767e;
    margin-left: 12px;
}

.search-input-checkbox ul li {
    display: flex;
}

.search-input {
    position: relative;
    text-align: center;
    padding: 15px 16px 15px 16px;
    border-bottom: 2px solid #f0eeee;
}

.search-input input {
    padding: 12px;
    width: 100%;
    border: 2px solid #f0eeee;
    border-radius: 50px;
    background: #fafafa;
    outline: none;
}

.search-input::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.search-input i {
    position: absolute;
    top: 29px;
    right: 27px;
    padding: 5px;
    background-color: #fafafa;
    color: #6f767e;
}

.search-items {
    padding: 17px 25px;
}

.search-items ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.search-items ul li {
    color: #6f767e;
}

.search-input ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 16px;
}

.search-input ul li {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6f767e;
}

.search-input ul li input {
    width: auto;
}

.search-input ul li::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.search-container .btn-items {
    padding: 5px 17px 25px;
    text-align: end;
}

.search-container .btn-items .btn {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.search-container .btn-items .btn.clear {
    color: #6f767e;
}

.input-default input,
.input-date input {
    padding: 16px;
    width: 336px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
    outline: none;
}

.input-default::placeholder,
.input-date::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-field-focus {
    width: 360px;
}

.input-field-focus input {
    width: 100%;
    height: 48px;
    padding: 16px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
    outline: none;
}

.input-field-focus input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 2px solid #0010f7;
    outline: none;
}

.input-field-focus::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-with-icon {
    position: relative;
    margin-top: 16px;
    width: 336px;
    height: 48px;
}

.input-with-icon input {
    width: 336px;
    height: 48px;
    padding: 16px 45px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-with-icon input:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 2px solid #0010f7;
    outline: none;
}

.input-with-icon::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-with-icon i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-with-icon i.fa-user-o {
    left: 20px;
}

.input-with-icon i.fa-search {
    right: 20px;
}

.input-pre-post {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-pre-post input {
    padding: 16px 45px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-pre-post::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-pre-post i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-pre-post i.fa-user-o {
    left: 20px;
}

.input-pre-post i.fa-search {
    right: 60px;
}

.input-pre-post img {
    position: absolute;
    top: 2px;
    right: 1px;
    padding: 15px;
    width: 47px;
    background-color: #f7f7f7;
    border-left: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
}

.input-https-post {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-https-post input {
    padding: 16px 43px 16px 110px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-https-post::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-https-post i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-https-post i.fa-user-o {
    left: 88px;
}

.input-https-post img {
    position: absolute;
    top: 2px;
    right: 1px;
    padding: 15px;
    width: 47px;
    background-color: #f7f7f7;
    border-left: 2px solid #f0eeee;
    border-radius: 0px 5px 5px 0px;
}

.input-https-post .https {
    position: absolute;
    color: #1a1d1f;
    top: 2px;
    left: 1.5px;
    background-color: #f7f7f7;
    padding: 12px;
    border-right: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
}

.input-https-post2 {
    position: relative;
    margin-top: 16px;
    width: 296px;
    height: 48px;
}

.input-https-post2 input {
    padding: 16px 43px 16px 86px;
    width: 296px;
    height: 48px;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.input-https-post2::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.input-https-post2 i {
    position: absolute;
    top: 16px;
    color: #6f767e;
}

.input-https-post2 i.fa-user-o {
    left: 88px;
}

.input-https-post2 i.fa-search {
    right: 20px;
}

.input-https-post2 .https {
    position: absolute;
    color: #1a1d1f;
    top: 2px;
    left: 1.5px;
    background-color: #f7f7f7;
    padding: 12px;
    border-right: 2px solid #f0eeee;
    border-radius: 5px 0px 0px 5px;
}

textarea::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.text-area {
    width: 280px;
    height: 79px;
}

.text-area .text-count {
    font-family: var(--font-Inter);
    font-size: 10px;
    font-weight: 500;
    text-align: end;
    color: #b2bec3;
}

.Input-search-tab {
    position: relative;
    margin-top: 16px;
    width: 273px;
    height: 48px;
}

.Input-search-tab input {
    padding: 16px 43px 16px 16px;
    width: 100%;
    height: 100%;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    outline: none;
}

.Input-search-tab::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.Input-search-tab i {
    position: absolute;
    top: 0;
    color: #6f767e;
    border-left: 2px solid #f0eeee;
    padding: 16px;
}

.Input-search-tab i.fa-search {
    right: 0px;
}

.Input-search-tab .search {
    position: absolute;
    color: #ffffff;
    top: 0px;
    right: 0px;
    background-color: var(--ot-primary);
    padding: 13px;
    border-radius: 0px 5px 5px 0px;
}

.Input-search-tab i.fa-microphone {
    right: 70px;
    color: var(--ot-primary);
    border: none;
}

.Input-search-tab.search-color > input {
    width: 289px;
}

.Input-search-tab.search-color > i {
    right: -15px;
    color: #fafafa;
    background-color: var(--ot-primary);
    border-radius: 0px 5px 5px 0px;
}

.Input-search-tab .search-tab1 {
    width: 237px;
}

.Input-search-tab.microphone > input {
    padding: 16px 110px 16px 16px;
}

.input-date {
    margin-top: 16px;
}

.input-date input {
    width: 272px;
}

.Range-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 272px;
    height: 48px;
    flex-direction: row;
    border: 2px solid #f0eeee;
    border-radius: 5px;
    margin-top: 16px;
    padding: 10px 16px;
    gap: 5px;
}

.Range-date input {
    border: none;
    outline: none;
}

.time-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 386px;
    gap: 5px;
    margin-top: 16px;
}

.time-field .input-time {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 107px;
    height: 50px;
}

.time-field .input-time select {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1a1d1f;
    border: none;
    outline: none;
    padding: 11px 16px;
}

.time-field .select-time input {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 272px;
    height: 48px;
    outline: none;
    padding: 16px;
}

.input-group-start-end-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    gap: 10px;
}

.input-group-start-end-time .input-start-end-time {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 169px;
    height: 44px;
    padding: 12px 16px;
    color: #6f767e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.input-group-start-end-time .input-start-end-time span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

option:hover {
    color: var(--ot-primary);
}

.input-time-select {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 16px;
}

.input-time-select .input-start-end-time-select {
    border: 2px solid #f0eeee;
    border-radius: 5px;
    width: 178px;
    height: 60px;
    padding: 12px 16px;
    color: #6f767e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.input-time-select .input-start-end-time-select p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #0010f7;
}

.input-time-select .input-start-end-time-select h6 {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #1a1d1f;
}

/* Badges */
.badge-success,
.badge-danger,
.badge-light-danger,
.badge-warning,
.badge-light-warning,
.badge-primary,
.badge-light-primary,
.badge-light-success {
    padding: 4px 10px;
    background: var(--ot-bg-badge-success);
    border-radius: 5px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: var(--ot-text-badge-success);
}

.badge-success.ot-badge-circle,
.ot-badge-circle.badge-danger,
.ot-badge-circle.badge-light-danger,
.ot-badge-circle.badge-warning,
.ot-badge-circle.badge-light-warning,
.ot-badge-circle.badge-primary,
.ot-badge-circle.badge-light-primary,
.ot-badge-circle.badge-light-success {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-danger,
.badge-light-danger {
    background: var(--ot-bg-badge-danger);
    color: var(--ot-text-badge-danger);
}

.badge-warning,
.badge-light-warning {
    background: var(--ot-bg-badge-warning);
    color: var(--ot-text-badge-warning);
}

.badge-primary,
.badge-light-primary {
    background: var(--ot-bg-badge-primary);
    color: var(--ot-text-badge-primary);
}

.badge-light-success {
    background: var(--ot-bg-badge-light-success);
    color: var(--ot-text-badge-light-success);
}

.badge-light-danger {
    background: var(--ot-bg-badge-light-danger);
    color: var(--ot-text-badge-light-danger);
}

.badge-light-warning {
    background: var(--ot-bg-badge-light-warning);
    color: var(--ot-text-badge-light-warning);
}

.badge-light-primary {
    background: var(--ot-bg-badge-light-primary);
    color: var(--ot-text-badge-light-primary);
}

/* Global Components */
/* Reborting Default Bootstrap carousel */
.ot-carousel .carousel-control-prev-icon {
    background-image: url(../../../assets/images/icons/slider-left-arrow.svg);
}

.ot-carousel .carousel-control-next-icon {
    background-image: url(../../../assets/images/icons/slider-right-arrow.svg);
}

.ot-carousel .carousel-indicators button {
    background-color: var(--ot-primary);
}

/* custom tooltip */
.custom-tooltip {
    --bs-tooltip-bg: var(--ot-primary);
}

#rtl_change {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: rotate(90deg);
}

.rtl #rtl_change {
    left: 0;
    right: auto;
}

/* Components */
.ot-pagination {
    margin-top: 40px;
}

.ot-pagination .pagination {
    margin: 0;
}

.ot-pagination .pagination .page-item {
    margin-right: 10px;
}

.ot-pagination .pagination .page-item:last-child {
    margin-right: 0;
}

.ot-pagination .pagination .page-item .page-link {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--ot-text-table-pagination);
    border: 1px solid var(--ot-border-table-pagination);
    border-radius: 7px;
    padding: 8px 12px;
}

.ot-pagination .pagination .page-item .page-link:hover {
    background: var(--ot-primary);
    border-color: transparent !important;
    color: #fff;
}

.ot-pagination .pagination .page-item .page-link:focus {
    box-shadow: none;
    background: var(--ot-primary);
}

.ot-pagination .pagination .page-item .page-link.active {
    background-image: var(--ot-primary), var(--ot-primary);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px var(--ot-bg-table-pagination) inset;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #21c6fb;
    border: 1px solid transparent;
}

.ot-pagination-b .pagination .page-item .page-link {
    background: var(--ot-bg-table-pagination);
    color: var(--ot-text-table-pagination);
}

.ot-pagination-b .pagination.active .page-link {
    background: var(--ot-primary);
}

/* profile */
.profile-content .profile-menu-mobile {
    background-color: var(--ot-bg-profile-mobile-menu);
}

@media (min-width: 992px) {
    .profile-content .profile-menu-mobile {
        display: none;
    }
}

.profile-content .profile-menu-mobile .btn-menu-mobile {
    background-color: var(--ot-bg-profile-mobile-menu);
    padding: 16px 24px;
    width: 100%;
    display: block;
    text-align: left;
}

.profile-content .profile-menu-mobile .btn-menu-mobile .icon {
    font-size: 18px;
    color: var(--ot-text-title);
}

.profile-content .profile-menu-mobile .offcanvas {
    width: 100%;
    max-width: 300px;
    background-color: var(--ot-bg-profile-mobile-menu);
}

.profile-content .profile-menu-mobile .offcanvas .offcanvas-body {
    padding: 0;
}

.profile-content .profile-menu-mobile .offcanvas .offcanvas-header {
    justify-content: end;
}

.profile-content .profile-menu-mobile .offcanvas .offcanvas-header .btn-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.profile-content
    .profile-menu-mobile
    .offcanvas
    .offcanvas-header
    .btn-close:focus {
    box-shadow: none;
}

.profile-content .profile-menu-mobile .offcanvas .offcanvas-header .icon {
    font-size: 18px;
    color: var(--ot-text-title);
}

.profile-content .profile-menu-mobile .profile-menu {
    background-color: var(--ot-bg-profile-mobile-menu);
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    border-right: 1px solid #eaeaea;
    flex: 0 0 300px;
    min-height: 900px;
}

.profile-content .profile-menu-mobile .profile-menu-head {
    padding: 40px 28px 0px 40px;
}

.profile-content .profile-menu-mobile .profile-menu-head .image-box {
    width: 60px;
    height: 60px;
}

.profile-content .profile-menu-mobile .profile-menu-head .body {
    margin-left: 12px;
}

.profile-content .profile-menu-mobile .profile-menu-head .body .title {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #1a1d1f;
    margin-bottom: 8px;
}

.profile-content .profile-menu-mobile .profile-menu-head .body .paragraph {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6f767e;
}

.profile-content .profile-menu-mobile .profile-menu-body .nav-item {
    margin-bottom: 35px;
    border-right: 2px solid transparent;
    border-radius: 2px 0px 0px 2px;
}

.profile-content .profile-menu-mobile .profile-menu-body .nav-item:last-child {
    margin-bottom: 0;
}

.profile-content .profile-menu-mobile .profile-menu-body .nav-link {
    padding: 0px 0px 0px 40px;
    border-right: 2px solid transparent;
    border-radius: 2px 0px 0px 2px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #6f767e;
}

.profile-content .profile-menu-mobile .profile-menu-body .nav-link.active {
    color: var(--ot-primary);
    border-right: 2px solid var(--ot-primary);
}

.profile-content .profile-menu-mobile .profile-menu-body .nav-link:hover {
    color: var(--ot-primary);
    border-right: 2px solid var(--ot-primary);
}

.profile-content .profile-menu {
    background-color: var(--ot-bg-profile-menu);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    border-right: 1px solid var(--ot-border-primary);
    min-height: 900px;
    flex: 0 0 300px;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-menu {
        flex: 0 0 240px;
    }
}

@media (max-width: 991.98px) {
    .profile-content .profile-menu {
        display: none;
    }
}

.profile-content .profile-menu-head {
    padding: 60px 28px 0px 60px;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-menu-head {
        padding: 60px 16px 0px 16px;
    }
}

.profile-content .profile-menu-head .image-box {
    width: 60px;
    height: 60px;
}

.profile-content .profile-menu-head .body {
    margin-left: 12px;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-menu-head .body {
        margin-left: 4px;
    }
}

.profile-content .profile-menu-head .body .title {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: var(--ot-text-title);
    margin-bottom: 8px;
    text-transform: capitalize;
}

.profile-content .profile-menu-head .body .paragraph {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6f767e;
}

.profile-content .profile-menu-body .nav-item {
    margin-bottom: 35px;
    border-right: 2px solid transparent;
    border-radius: 2px 0px 0px 2px;
}

.profile-content .profile-menu-body .nav-item:last-child {
    margin-bottom: 0;
}

.profile-content .profile-menu-body .nav-link {
    padding: 0px 0px 0px 60px;
    border-right: 2px solid transparent;
    border-radius: 2px 0px 0px 2px;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #6f767e;
    border-right: 0 !important;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-menu-body .nav-link {
        padding: 0px 0px 0px 16px;
    }
}

.profile-content .profile-menu-body .nav-link.active {
    color: var(--ot-primary);
    border-right: 2px solid var(--ot-primary);
}

.profile-content .profile-menu-body .nav-link:hover {
    color: var(--ot-primary);
    border-right: 2px solid var(--ot-primary);
}

.profile-content .profile-body {
    width: 0%;
    flex: 1;
    background-color: var(--ot-bg-profile-body);
    padding: 80px 250px 80px 80px;
}

@media (max-width: 991.98px) {
    .profile-content .profile-body {
        width: unset;
    }
}

@media (max-width: 1399.98px) {
    .profile-content .profile-body {
        padding: 80px 24px 80px 24px;
    }
}

.profile-content .profile-body .btn-back {
    text-decoration: none;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #ffffff;
    padding: 11px 16px;
    background: var(--ot-primary);
    border-radius: 5px;
}

.profile-content .profile-body .title {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: var(--ot-text-title);
    margin-bottom: 40px;
    text-transform: capitalize;
}
.profile-content .profile-body .nav {
    width: 100%;
    border-bottom: 1px solid var(--ot-border-primary);
}

.profile-content .profile-body .nav-item {
    margin-right: 40px;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-body .nav-item {
        margin-right: 12px;
    }
}

.profile-content .profile-body .nav-item:last-child {
    margin-right: 0;
}

.profile-content .profile-body .nav-link {
    padding: 16px 0;
    border-radius: 0;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #6f767e;
    border-bottom: 1px solid transparent;
}

.profile-content .profile-body .nav-link.active {
    background-color: transparent;
    color: var(--ot-primary);
    border-bottom: 1px solid var(--ot-primary);
}

.profile-content .profile-body .nav-link:hover {
    background-color: transparent;
    color: var(--ot-primary);
    border-bottom: 1px solid var(--ot-primary);
}

.profile-content .profile-body-form .form-item {
    padding: 32px 0px;
    border-bottom: 1px solid var(--ot-border-primary);
}

.profile-content .profile-body-form .image-box {
    width: 100px;
    height: 100px;
    position: relative;
}

.profile-content .profile-body-form .image-box .icon {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    border: none;
    border-radius: 200px;
    background-color: #ffffff;
    color: var(--ot-primary);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
}

.profile-content .profile-body-form .image-box #input-button {
    position: abosulte;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.profile-content .profile-body-form .title {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--ot-text-title);
    margin-bottom: 8px;
}

.profile-content .profile-body-form .title .icon-required {
    font-size: 8px;
    color: #ff6a54;
}

.profile-content .profile-body-form .paragraph {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6f767e;
    margin-bottom: 0;
}

.card-header {
    background-color: unset !important;
}

.profile-content .profile-body-form .btn-edit {
    background-color: transparent;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6f767e;
}

.profile-content .profile-body-form .form-box {
    margin-top: 12px;
}

.profile-content .profile-body-form .form-box .form-control,
.profile-content .profile-body-form .form-box .form-select {
    max-width: 336px;
    max-height: 48px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.profile-content .profile-body-form .form-box .form-control::placeholder,
.profile-content .profile-body-form .form-box .form-select::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #6f767e;
}

.profile-content .profile-body-form .form-box .form-control:focus,
.profile-content .profile-body-form .form-box .form-select:focus {
    border-color: #eaeaea;
    box-shadow: none;
}

.profile-content .profile-body-form .form-box .unset-size {
    max-width: unset;
    max-height: unset;
}

.profile-content .profile-body-form .form-box .btn-update {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #ffffff;
    padding: 11px 20px;
    background: var(--ot-primary);
    border-radius: 5px;
    margin-top: 12px;
}

.profile-content .profile-body-form .form-box .daterange {
    cursor: pointer;
    max-width: 336px;
    max-height: 48px;
    border: 1px solid #eaeaea;
}

.profile-content .profile-body-form .form-box .file-box {
    padding: 28px;
    background: #ffffff;
    border: 1px dashed #eaeaea;
    border-radius: 10px;
}

.profile-content .profile-body-form .form-box .file-box .icon {
    font-size: 28px;
    color: var(--ot-primary);
}

.profile-content .profile-body-form .form-box .file-box .file-upload-text {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
}

.profile-content .profile-body-form .form-box .file-box .file-info-text {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #6f767e;
}

.profile-content .profile-body-form .form-box .file-box #open-file-uploader {
    color: var(--ot-primary);
}

.profile-content .profile-body-form .form-box .file-box #input-button {
    position: abosulte;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.profile-content .profile-body-form .form-box .file-show-box {
    margin-top: 16px;
}

.profile-content .profile-body-form .form-box .file-show-box .img-box {
    width: 64px;
    height: 64px;
}

.profile-content .profile-body-form .form-box .file-show-box .img-box img {
    width: 100%;
    height: 100%;
}

.profile-content .profile-body.padding-reduce {
    padding: 80px 40px;
}

@media (max-width: 1399.98px) {
    .profile-content .profile-body.padding-reduce {
        padding: 80px 24px;
    }
}

.profile-table-content .table-toolbar {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}

.profile-table-content .table-toolbar .form-select {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--ot-text-title);
    width: auto;
    padding: 10px 30px 10px 14px;
    border: 1px solid var(--ot-border-table-toolbar-per-page);
    border-radius: 5px;
    background-image: url("../images/basic-datatable/show/down-icon.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    outline: 0;
    box-shadow: none;
    background-color: var(--ot-bg-table-toolbar-per-page);
}

.profile-table-content .table-toolbar .btn-add {
    text-decoration: none;
    padding: 10px 17px;
    background: var(--ot-primary);
    border-radius: 5px;
    display: block;
    text-align: center;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #ffffff;
}

.profile-table-content .table-toolbar .btn-daterange,
.profile-table-content .table-toolbar .dropdown-designation .btn-designation,
.profile-table-content .table-toolbar .dropdown-export .btn-export {
    background-image: var(--ot-primary), var(--ot-primary);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px var(--ot-bg-table-toolbar-btn-outline-primary)
        inset;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--ot-text-primary);
    border: 1px solid transparent;
    padding: 10px 12px;
    border-radius: 5px;
    transition: all ease-in-out 0.1s;
}

.profile-table-content .table-toolbar .btn-daterange .icon,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation
    .icon,
.profile-table-content .table-toolbar .dropdown-export .btn-export .icon {
    color: #21c6fb;
    font-size: 14px;
}

.profile-table-content .table-toolbar .btn-daterange:hover,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:hover,
.profile-table-content .table-toolbar .dropdown-export .btn-export:hover {
    box-shadow: none;
    background: var(--ot-primary);
    color: #ffffff;
}

.profile-table-content .table-toolbar .btn-daterange:hover .icon,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:hover
    .icon,
.profile-table-content .table-toolbar .dropdown-export .btn-export:hover .icon {
    color: #ffffff;
}

.profile-table-content .table-toolbar .btn-daterange:focus,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:focus,
.profile-table-content .table-toolbar .dropdown-export .btn-export:focus {
    box-shadow: none;
    background: var(--ot-primary);
    color: #ffffff;
}

.profile-table-content .table-toolbar .btn-daterange:focus .icon,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:focus
    .icon,
.profile-table-content .table-toolbar .dropdown-export .btn-export:focus .icon {
    color: #ffffff;
}

.profile-table-content .table-toolbar .search-box {
    position: relative;
    border: 1px solid var(--ot-border-table-toolbar-search);
    border-radius: 5px;
}

.profile-table-content .table-toolbar .search-box .form-control,
.profile-table-content
    .table-toolbar
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .profile-table-content
    .table-toolbar
    .search-box
    .form-select {
    padding: 8px 45px 8px 16px;
    border: none;
    box-shadow: none;
    background-color: var(--ot-bg-table-toolbar-search);
    color: var(--ot-text-title);
}

.profile-table-content .table-toolbar .search-box .form-control::placeholder,
.profile-table-content
    .table-toolbar
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select::placeholder,
.profile-content
    .profile-body-form
    .form-box
    .profile-table-content
    .table-toolbar
    .search-box
    .form-select::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #b2bec3;
}

.profile-table-content .table-toolbar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #6f767e;
}

.profile-table-content .table-toolbar .dropdown-designation .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    margin-top: 10px !important;
    padding: 0;
}

.profile-table-content .table-toolbar .dropdown-designation .search-content {
    padding: 20px;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-control,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-select {
    width: 232px;
    padding: 8px 45px 8px 16px;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    background-color: #ffffff;
    color: #1a1d1f;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-control::placeholder,
.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select::placeholder,
.profile-content
    .profile-body-form
    .form-box
    .profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-select::placeholder {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #b2bec3;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #6f767e;
}

.profile-table-content .table-toolbar .dropdown-designation .list {
    padding: 26px;
    margin: 0;
}

.profile-table-content .table-toolbar .dropdown-designation .list .list-item {
    list-style: none;
    margin-bottom: 24px;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .list
    .list-item:last-child {
    margin-bottom: 0;
}

.profile-table-content .table-toolbar .dropdown-designation .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #6f767e;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .dropdown-item:hover {
    background-color: #ffffff;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .dropdown-item:focus {
    background-color: #ffffff;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .dropdown-item:active {
    background-color: #ffffff;
}

.profile-table-content
    .table-toolbar
    .dropdown-designation
    .dropdown-item
    .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.profile-table-content .table-toolbar .dropdown-action .btn-dropdown {
    border: 0;
    width: 40px;
    height: 40px;
    background: var(--ot-bg-table-toolbar-btn-action);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    background: var(--ot-primary);
}

.profile-table-content .table-toolbar .dropdown-action .btn-dropdown:focus {
    background: var(--ot-primary);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 24px;
    margin-top: 10px !important;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
    padding: 10px;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    background: #ffffff;
    padding: 10px 15px;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu li {
    margin-bottom: 7px;
}

.profile-table-content
    .table-toolbar
    .dropdown-action
    .dropdown-menu
    li:last-child {
    margin-bottom: 0;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item:hover {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item:focus {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item:active {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-menu {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 24px;
    margin-top: 10px !important;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-menu li {
    margin-bottom: 20px;
}

.profile-table-content
    .table-toolbar
    .dropdown-export
    .dropdown-menu
    li:last-child {
    margin-bottom: 0;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item:hover {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item:focus {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item:active {
    background-color: #ffffff;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

.profile-table-content .table {
    border-color: var(--ot-border-table);
    vertical-align: middle;
    margin: 0;
}

.profile-table-content .table .sorting_asc,
.profile-table-content .table-content.table-basic .table .sorting_desc,
.table-content.table-basic .profile-table-content .table .sorting_desc,
.profile-table-content .table .sorting_desc {
    position: relative;
}

.profile-table-content .table .sorting_asc::before,
.profile-table-content .table-content.table-basic .table .sorting_desc::before,
.table-content.table-basic .profile-table-content .table .sorting_desc::before,
.profile-table-content .table .sorting_desc::before {
    position: absolute;
    left: auto;
    right: 16px;
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    top: 42%;
    color: var(--ot-color-table-icon-sorting-asc-up);
    cursor: pointer;
    transform: translateY(-42%);
}

.profile-table-content .table .sorting_asc::after,
.profile-table-content .table-content.table-basic .table .sorting_desc::after,
.table-content.table-basic .profile-table-content .table .sorting_desc::after,
.profile-table-content .table .sorting_desc::after {
    position: absolute;
    left: auto;
    right: 16px;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    top: 62%;
    color: var(--ot-color-table-icon-sorting-asc-down);
    cursor: pointer;
    transform: translateY(-62%);
}

.profile-table-content .table .sorting_desc::before {
    color: var(--ot-color-table-icon-sorting-desc-up);
}

.profile-table-content .table .sorting_desc::after {
    color: var(--ot-color-table-icon-sorting-desc-down);
}

.profile-table-content .table .check-box .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--ot-border-table-checkbox);
    background-color: var(--ot-bg-table-checkbox);
}

.profile-table-content .table .check-box .form-check-input:focus {
    box-shadow: none;
}

.profile-table-content .table .check-box .form-check-input:checked {
    background: url("../images/basic-datatable/check/ok.svg"), var(--ot-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.profile-table-content .table .thead {
    background: var(--ot-bg-table-thead);
    border-bottom-color: var(--ot-border-table-thead);
}

.profile-table-content .table .thead tr th {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--ot-text-title);
    padding: 16px 32px 16px 16px;
    vertical-align: middle;
    white-space: nowrap;
    border-color: var(--ot-border-table-thead);
}

.profile-table-content .table .tbody tr:nth-of-type(odd) {
    background: var(--ot-bg-table-tbody);
}

.profile-table-content .table .tbody tr td {
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: var(--ot-text-primary);
    padding: 16px;
    vertical-align: middle;
    white-space: nowrap;
}

.profile-table-content .table .dropdown-action .btn-dropdown {
    border: 1px solid var(--ot-border-table-toolbar-btn-action);
    width: 28px;
    height: 28px;
    background: var(--ot-bg-table-toolbar-btn-action);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    border-radius: 50px;
    color: var(--ot-primary);
    font-size: 10px;
}

.profile-table-content .table .dropdown-action .btn-dropdown:focus {
    background: var(--ot-primary);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    color: #ffffff;
}

.profile-table-content .table .dropdown-action .dropdown-menu {
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 16px;
    margin-top: 10px !important;
}

.profile-table-content .table .dropdown-action .dropdown-menu li {
    margin-bottom: 7px;
}

.profile-table-content .table .dropdown-action .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.profile-table-content .table .dropdown-action .dropdown-item {
    padding: 0 0;
    display: block;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #6f767e;
}

.profile-table-content .table .dropdown-action .dropdown-item:hover {
    background-color: #ffffff;
}

.profile-table-content .table .dropdown-action .dropdown-item:focus {
    background-color: #ffffff;
}

.profile-table-content .table .dropdown-action .dropdown-item:active {
    background-color: #ffffff;
}

.profile-table-content .table .dropdown-action .dropdown-item .icon {
    color: var(--ot-primary);
    font-size: 14px;
}

/* Email Template */
.email-template {
    font-family: var(--font-Inter);
    text-align: center;
    padding: 56px 60px;
    background: var(--white);
    border-radius: 5px;
    max-width: 600px;
    /* Template Buttton start */
    /* Template Buttton end */
}

.email-template .template-heading h1 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
}

.email-template .template-heading p {
    font-family: var(--font-Inter);
    font-size: 16px;
    line-height: 24px;
    color: #6f767e;
    margin-top: 20px;
}

.email-template .template-heading .color-black {
    color: #1a1d1f;
}

.email-template .template-body {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6f767e;
    padding: 14px;
}

.email-template .template-body .content-part {
    text-align: left;
    margin-bottom: 28px;
}

.email-template .template-body .content-part p a {
    font-family: var(--font-Inter);
    color: var(--ot-primary);
}

.email-template .template-body .content-part h5 {
    font-family: var(--font-Inter);
    color: #1a1d1f;
    margin-top: 28px;
    padding: 0;
}

.email-template .template-body .content-details p {
    font-family: var(--font-Inter);
    padding: 0 14px;
    margin-bottom: 28px;
}

.email-template .template-body .content-details p .link {
    color: var(--ot-primary);
}

.email-template .template-body .ot-primary-text {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--ot-primary);
    margin-top: 26px;
}

.email-template .template-body h4 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 16px;
    color: #29d697;
}

.email-template .template-body h5 {
    font-family: var(--font-Inter);
    padding: 0 14px;
}

.email-template .template-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
    gap: 10px;
}

.email-template .template-button-group .template-btn {
    padding: 9px 2px;
    border-radius: 7px;
    background: var(--ot-primary);
}

.email-template .template-button-group .template-btn span {
    font-family: var(--font-Inter);
    padding: 10px 16px;
    font-weight: 600;
    color: var(--white);
    background: var(--ot-primary);
}

.email-template .template-button-group .template-btn span:hover {
    outline: none;
    border: none;
    color: var(--ot-primary);
    border-radius: 5px;
    background: var(--white);
}

.email-template .template-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.email-template .template-btn-container .template-btn {
    padding: 9px 2px;
    border-radius: 7px;
    background: var(--ot-primary);
}

.email-template .template-btn-container .template-btn span {
    font-family: var(--font-Inter);
    padding: 10px 16px;
    font-weight: 600;
    color: var(--white);
    background: var(--ot-primary);
}

.email-template .template-btn-container .template-btn span:hover {
    outline: none;
    border: none;
    color: var(--ot-primary);
    border-radius: 5px;
    background: var(--white);
}

.email-template .template-footer {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #6f767e;
    border-top: 1px solid #dfe6e9;
    margin-top: 26px;
}

.email-template .template-footer p > a {
    color: var(--ot-primary);
}

.email-template .template-footer .social-media-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    gap: 8px;
}

.email-template .template-footer .social-media-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8.5px;
    border-radius: 50%;
    background: var(--ot-primary);
}

.email-template .template-footer .social-media-button a:hover {
    background: var(--ot-secondary);
}

.email-template .template-footer .template-footer-image {
    margin-top: 28px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .email-template {
        padding: 26px 30px;
    }

    .email-template .template-heading h1 {
        font-size: 20px;
        padding: 0 10px;
    }

    .email-template .template-heading p {
        font-size: 16px;
        padding: 0 8px;
    }

    .email-template .template-body {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #6f767e;
    }

    .email-template .template-body p {
        padding: 0;
    }

    .email-template .template-body .template-content-image img {
        width: 100%;
        height: 100%;
    }

    .email-template .template-body h5 {
        padding: 0;
    }

    .email-template .template-button-group {
        flex-direction: column;
        padding: 0;
    }

    .email-template .template-button-group button {
        width: 100%;
    }

    .email-template .template-footer {
        font-size: 7px;
    }
}

/* Notification */
.ot-notification-contents {
    display: flex;
    gap: 10px;
}

.notification-container {
    width: calc(100% - 340px);
}

.notification-container .notification-col .card {
    padding: 24px;
    background: var(--ot-bg-secondary);
    border-radius: 8px;
    border: none;
}

.notification-container .notification-col .card .card-head .card-title {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .select-items {
    width: 98px;
    height: 34px;
    border: 2px solid #efefef;
    border-radius: 5px;
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
    outline: none;
}

.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .select-items:hover {
    border: 2px solid var(--ot-primary);
}

.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .action
    .btn-action {
    padding: 8px 10px;
    background: var(--ot-bg-secondary);
    border: 2px solid var(--ot-bg-secondary);
    border-radius: 50px;
}

.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .action
    .btn-action
    .fa {
    color: var(--ot-text-primary);
}

.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .action
    .btn-action:hover {
    border: 2px solid var(--ot-primary);
}

.notification-container .notification-col .card .notification-list {
    padding: 24px 16px;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-img {
    position: relative;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-img
    img {
    width: 100%;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-img
    .item-icon-badge {
    position: absolute;
    top: 41px;
    right: 0;
    padding: 5px;
    border-radius: 50%;
    background: var(--ot-primary);
    color: var(--ot-bg-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-img
    .item-icon-badge
    .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-line
    .notification-subtitle {
    color: var(--ot-text-title);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-line
    .notification-login {
    color: var(--ot-text-primary);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-line
    .notification-time {
    color: var(--ot-text-primary);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-comment {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    color: var(--ot-text-title);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-content {
    color: var(--ot-text-primary);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-content
    strong {
    color: var(--ot-text-title);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-control
    .notification-action {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    background: none;
    margin-top: 16px;
    color: var(--ot-text-title);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .liked-action {
    color: var(--ot-primary) !important;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .notification-line
    .notification-time
    .status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    min-width: 10px;
    min-height: 10px;
    background-color: var(--ot-primary);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .user-answer
    img {
    margin-top: 16px;
    margin-right: 16px;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .user-answer
    textarea {
    width: 75%;
    color: var(--ot-text-title);
    background: var(--ot-bg-secondary);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer {
    margin-left: 66px;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer
    .btn.btn-reply {
    font-family: var(--font-Inter);
    font-weight: 600;
    line-height: 18px;
    padding: 9px 18px;
    background: var(--ot-primary);
    color: var(--white);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer
    .btn.btn-replyhover {
    opacity: var(--ot-bg-secondary-opacity);
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer
    .btn.btn-cancel {
    font-family: var(--font-Inter);
    font-weight: 600;
    line-height: 18px;
    padding: 9px 14px;
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
    border: 2px solid #efefef;
}

.notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer
    .btn.btn-cancelhover {
    opacity: var(--ot-bg-secondary-opacity);
}

.notification-container .notification-col .card .notification-list:hover {
    border-radius: 5px;
    background: var(--ot-bg-primary);
}

.notification-container .notification-col .card .load-more {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    padding: 8px 14px;
}

.notification-container .notification-col .card .load-more img {
    width: 14px;
    height: 14px;
}

.notification-container .notification-col .card .load-more button {
    color: var(--ot-text-title);
    background: none;
}

.notification-container .notification-col .card .load-more:hover {
    border: 2px solid var(--ot-primary);
}

.filter-container {
    width: 340px;
}

.filter-container .filter {
    position: fixed;
    padding: 24px;
    background: var(--ot-bg-secondary);
    border-radius: 8px;
    border: none;
}

.filter-container .filter .title-filter {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

.filter-container .filter .btn-select {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.filter-container .filter .input-checkbox .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}

.filter-container .filter .input-checkbox .form-check label {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: var(--ot-text-title);
    margin-left: 5px;
}

.filter-container .filter .input-user .form-check .form-check-label {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: var(--ot-text-title);
    margin-left: 5px;
}

@media (max-width: 1200px) {
    .notification-container {
        width: 100%;
    }

    .notification-container .notification-col .card .notification-list {
        padding: 24px 10px;
    }

    .filter-container {
        display: none;
    }
}

@media (max-width: 768px) {
    .notification-container {
        width: 100%;
    }

    .notification-container .notification-col .card {
        padding: 10px;
    }

    .notification-container .notification-col .card .card-head .card-title {
        font-size: 16px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .notification-control
        .notification-action {
        font-size: 10px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-img
        .item-icon-badge {
        top: 41px;
        padding: 3px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-img
        .item-icon-badge
        .fa {
        font-size: 10px;
        color: #ffffff;
    }
}

@media (max-width: 576px) {
    .notification-container {
        width: 100%;
    }

    .notification-container .notification-col .card {
        padding: 10px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details {
        font-size: 11px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .user-answer
        img {
        width: 30px;
        margin-right: 5px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .user-answer
        textarea::placeholder {
        font-size: 10px !important;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .btn-answer {
        display: flex;
        gap: 5px;
        margin-left: 0px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .btn-answer
        .btn {
        font-size: 10px;
        height: 30px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .btn-answer
        .btn.btn-cancel,
    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .btn-answer
        .btn.btn-reply {
        line-height: 0px;
        padding: 0 10px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-img
        img {
        width: 45px;
    }

    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-img
        .item-icon-badge {
        top: 34px;
        padding: 3px;
        display: flex;
    }
}

/* Form Elements */
/* Form Elements */
.input-check-radio .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--ot-border-table-checkbox);
    background-color: var(--ot-bg-table-checkbox);
    margin-top: 0;
}

.input-check-radio .form-check .form-check-input:focus {
    box-shadow: none;
}

.input-check-radio .form-check .form-check-input:checked {
    background: url("../images/basic-datatable/check/ok.svg"), var(--ot-primary);
    background-repeat: no-repeat;
    background-position: center;
    border: transparent;
}

.bootstrap-tagsinput {
    background: var(--ot-bg-secondary);
}

.bootstrap-tagsinput span.badge.input-bg-primary {
    background: var(--ot-primary);
}

.bootstrap-tagsinput .badge [data-role="remove"]:after {
    display: inline-block;
}

/* Pricing table */

/* FAQ */
.faq .faq-card {
    background: var(--ot-bg-tertiary);
    margin-bottom: 10px;
}

.faq .faq-card .card {
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

.faq .faq-card .card .card svg {
    position: absolute;
    left: 25px;
}

.faq .faq-card .card .card-header {
    background: var(--ot-bg-secondary);
}

.faq .faq-card .card .card-header h5 button {
    width: 100%;
    background: var(--ot-bg-secondary);
    padding: 10px 20px;
    text-align: left;
    font-family: var(--font-Inter);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: var(--ot-text-title);
}

.faq .faq-card .card .card-body {
    background: var(--ot-bg-secondary);
    border-top: 1px solid #eeeeee;
}

.faq .faq-card .card .card-body p {
    font-family: var(--font-Inter);
    font-size: 14px;
    padding: 10px 20px;
    color: var(--ot-text-primary);
}

.faq .faq-card .card:hover {
    border: 1px solid blue;
}

.faq .faq-card .faq-title h6 {
    font-size: 20px;
    margin: 30px 0px 30px 0px;
}

.typography-content .table thead {
    color: var(--ot-text-title);
}

.typography-content .table tbody {
    color: var(--ot-text-subtitle);
}

.typography-content .highlight,
.typography-content .bd-example {
    color: var(--ot-text-subtitle);
}

.typography-content .vertical-alignment .row {
    min-height: 50px;
    background-color: rgba(15, 106, 255, 0.1);
    margin-bottom: 6px;
}

.typography-content .vertical-alignment .col {
    background-color: rgba(15, 106, 255, 0.1);
    border: 1px solid rgba(15, 106, 255, 0.25);
}

/* FAQ classic*/
.faq-card .ot-accordion-cust .accordion-item {
    margin-bottom: 11px;
    border: 1px solid var(--ot-bg-badge-primary);
    border-radius: 2px;
}

.faq-card .ot-accordion-cust .accordion-item .accordion-header {
    background: var(--ot-primary);
}

.faq-card
    .ot-accordion-cust
    .accordion-item
    .accordion-header
    .accordion-button {
    background: var(--ot-primary);
    color: #ffffff;
}

.faq-card
    .ot-accordion-cust
    .accordion-item
    .accordion-header
    .accordion-button:focus {
    box-shadow: none;
}

.faq-card .ot-accordion-cust .accordion-item .accordion-body {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-primary);
}

.faq-card .ot-accordion-border .accordion-item {
    margin-bottom: 10px;
    border: 1px solid var(--ot-bg-badge-primary);
}

.faq-card
    .ot-accordion-border
    .accordion-item
    .accordion-header
    .accordion-button {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-badge-light-primary);
}

.faq-card
    .ot-accordion-border
    .accordion-item
    .accordion-header
    .accordion-button:focus {
    box-shadow: none;
}

.faq-card .ot-accordion-border .accordion-item .accordion-body {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-primary);
}

.faq-card .accordion-no-border .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-card .accordion-no-border .accordion-item .accordion-header {
    background: var(--ot-bg-tertiary);
}

.faq-card
    .accordion-no-border
    .accordion-item
    .accordion-header
    .accordion-button {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-subtitle);
}

.faq-card
    .accordion-no-border
    .accordion-item
    .accordion-header
    .accordion-button:focus {
    box-shadow: none;
}

.faq-card .accordion-no-border .accordion-item .accordion-body {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-primary);
}

/* Pricing Table*/
.pricing-table-container {
    background: var(--ot-bg-secondary);
    padding: 100px 136px;
}

@media (max-width: 1200px) {
    .pricing-table-container {
        padding: 10%;
    }
}

@media (max-width: 576px) {
    .pricing-table-container {
        padding: 5%;
    }
}

.pricing-table-container .pricing-header {
    background: var(--ot-bg-pricing-table-gradient);
    padding: 81px 0px;
}

.pricing-table-container .pricing-header p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 600;
    color: var(--ot-text-primary);
}

.pricing-table-container .pricing-header h1 {
    font-family: var(--font-Inter);
    margin-top: 0px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 1200px) {
    .pricing-table-container .pricing-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-header h1 {
        font-size: 24px;
    }
}

.pricing-table-container .pricing-header .btn-switch-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0px;
    width: 230px;
    height: 49px;
    border-radius: 100px;
    background: var(--ot-primary);
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-header .btn-switch-content {
        width: 193px;
        height: 39px;
    }
}

.pricing-table-container .pricing-header .btn-switch-content .btn-switch {
    font-family: var(--font-Inter);
    background: var(--ot-bg-pricing-table-gradient);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 225px;
    height: 44px;
    padding: 2px;
    border-radius: 102px;
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-header .btn-switch-content .btn-switch {
        width: 190px;
        height: 35px;
    }
}

.pricing-table-container .pricing-header .btn-switch-content .btn-switch input {
    display: none;
}

.pricing-table-container .pricing-header .btn-switch-content .btn-switch label {
    padding: 0px 34px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-header
        .btn-switch-content
        .btn-switch
        label {
        padding: 0px 17px;
    }
}

.pricing-table-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    label:hover {
    cursor: pointer;
}

.pricing-table-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.pricing-table-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.pricing-table-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    input:checked
    + label {
    padding: 10px 28px;
    color: #ffffff;
    -webkit-text-fill-color: var(--white);
    border-radius: 100px;
    background: var(--ot-primary);
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-header
        .btn-switch-content
        .btn-switch
        input:checked
        + label {
        padding: 6px 28px;
    }
}

.pricing-table-container .pricing-table-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .pricing-table-container .pricing-table-body {
        flex-direction: column;
    }
}

.pricing-table-container .pricing-table-body .basic {
    margin-top: -75px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
    .pricing-table-container .pricing-table-body .basic {
        margin-top: 0px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list {
    background: var(--ot-bg-secondary);
}

.pricing-table-container .pricing-table-body .pricing-list:hover {
    background: var(--ot-bg-pricing-table-hover);
    box-shadow: 0px 4px 20px rgba(39, 39, 39, 0.05);
}

.pricing-table-container .pricing-table-body .pricing-list ul {
    padding: 40px;
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul {
        padding: 10%;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul .popular-title {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #e9bc7a;
    background: #fffaf3;
    border-radius: 50px;
    padding: 10px 0;
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        .popular-title {
        font-size: 10px;
        padding: 5px 0;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li {
    list-style: none;
}

.pricing-table-container .pricing-table-body .pricing-list ul li h1 {
    font-family: var(--font-Inter);
    font-size: 38px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li h1 {
        font-size: 24px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li p {
        font-size: 12px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ot-primary);
    border-radius: 50px;
    padding: 3px;
    margin: 28px 0px 32px 0px;
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container:hover {
    background: var(--ot-secondary);
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background: var(--ot-bg-secondary);
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list {
        padding: 10px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list
        span {
        font-size: 12px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background: transparent;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start {
        padding: 10px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start
        span {
        font-size: 12px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li h2 {
    font-family: var(--font-Inter);
    font-size: 20px;
    font-weight: 600;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li h2 {
        font-size: 16px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li h2 span {
    font-family: var(--font-Inter);
    font-size: 38px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li h2 span {
        font-size: 24px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li h5 {
    font-family: var(--font-Inter);
    font-size: 16px;
    font-weight: 600;
    color: var(--ot-text-title);
    margin-top: 12px;
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li h5 {
        font-size: 14px;
    }
}

.pricing-table-container .pricing-table-body .pricing-list ul li h6 {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    color: var(--ot-text-primary);
    margin-top: 8px;
}

@media (max-width: 576px) {
    .pricing-table-container .pricing-table-body .pricing-list ul li h6 {
        font-size: 12px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul {
    padding: 0px 40px;
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .facility-detail
        ul {
        padding: 0 10%;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul
    li {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-table-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .facility-detail
        ul
        li {
        font-size: 12px;
    }
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul
    li::before {
    content: "\2022";
    background: linear-gradient(90deg, #0f6aff 0%, #21c6fb 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: -1em; */
}

/* Pricing Table 2*/
.pricing-container {
    background: var(--ot-bg-secondary);
    padding: 120px 136px;
}

@media (max-width: 1200px) {
    .pricing-container {
        padding: 10%;
    }
}

@media (max-width: 576px) {
    .pricing-container {
        padding: 5%;
    }
}

.pricing-container .pricing-header {
    background: var(--ot-bg-secondary);
}

.pricing-container .pricing-header p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 600;
    color: var(--ot-text-primary);
}

.pricing-container .pricing-header h1 {
    font-family: var(--font-Inter);
    margin-top: 0px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 1200px) {
    .pricing-container .pricing-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .pricing-container .pricing-header h1 {
        font-size: 24px;
    }
}

.pricing-container .pricing-header .btn-switch-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px 0px;
    width: 230px;
    height: 49px;
    border-radius: 100px;
    background: #f8f7fc;
}

@media (max-width: 576px) {
    .pricing-container .pricing-header .btn-switch-content {
        width: 229px;
        height: 39px;
    }
}

.pricing-container .pricing-header .btn-switch-content .btn-switch {
    font-family: var(--font-Inter);
    background: #f8f7fc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 225px;
    height: 44px;
    padding: 2px;
    cursor: pointer;
    border-radius: 102px;
}

@media (max-width: 576px) {
    .pricing-container .pricing-header .btn-switch-content .btn-switch {
        width: 225px;
        height: 35px;
    }
}

.pricing-container .pricing-header .btn-switch-content .btn-switch input {
    display: none;
}

.pricing-container .pricing-header .btn-switch-content .btn-switch label {
    padding: 0px 29px;
    color: var(--ot-text-primary);
    transition: all 0.1s ease-in-out;
}

.pricing-container .pricing-header .btn-switch-content .btn-switch label:hover {
    cursor: pointer;
}

.pricing-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.pricing-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.pricing-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    input:checked
    + label {
    padding: 12px 33px;
    color: #0f6aff !important;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.151);
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-header
        .btn-switch-content
        .btn-switch
        input:checked
        + label {
        padding: 7px 33px;
    }
}

.pricing-container .pricing-table-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .pricing-container .pricing-table-body {
        flex-direction: column;
    }
}

.pricing-container .pricing-table-body .pricing-list {
    background: var(--ot-bg-secondary);
}

.pricing-container .pricing-table-body .pricing-list ul {
    padding: 40px 20px;
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul {
        padding: 10% 5%;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li {
    list-style: none;
}

.pricing-container .pricing-table-body .pricing-list ul li .top-box {
    border: 1px solid #eaeaea;
    border-radius: 7px;
}

.pricing-container .pricing-table-body .pricing-list ul li .top-box ul {
    padding: 40px;
}

.pricing-container .pricing-table-body .pricing-list ul li h1 {
    font-family: var(--font-Inter);
    font-size: 24px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li h1 {
        font-size: 24px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li p {
        font-size: 12px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ot-primary);
    border-radius: 50px;
    padding: 3px;
    margin: 28px 0px 0px 0px;
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container:hover {
    background: var(--ot-secondary);
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    background: var(--ot-bg-secondary);
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list {
        padding: 10px;
    }
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list
        span {
        font-size: 12px;
    }
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background: transparent;
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start {
        padding: 10px;
    }
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start
        span {
        font-size: 12px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li h2 {
    font-family: var(--font-Inter);
    font-size: 20px;
    font-weight: 600;
    color: var(--ot-text-primary);
    margin-top: 20px;
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li h2 {
        font-size: 16px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li h2 span {
    font-family: var(--font-Inter);
    font-size: 38px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li h2 span {
        font-size: 24px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li h5 {
    font-family: var(--font-Inter);
    font-size: 16px;
    font-weight: 600;
    color: var(--ot-text-title);
    margin-top: 12px;
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li h5 {
        font-size: 14px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li h6 {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    color: var(--ot-text-primary);
    margin-top: 8px;
}

@media (max-width: 576px) {
    .pricing-container .pricing-table-body .pricing-list ul li h6 {
        font-size: 12px;
    }
}

.pricing-container .pricing-table-body .pricing-list ul li .facility-detail ul {
    padding: 0px;
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul
    li {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .pricing-container
        .pricing-table-body
        .pricing-list
        ul
        li
        .facility-detail
        ul
        li {
        font-size: 12px;
    }
}

.pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul
    li
    i {
    background: linear-gradient(90deg, #0f6aff 0%, #21c6fb 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 13px;
    font-size: 16px;
}

.rtl
    .pricing-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul
    li
    i {
    margin-left: 13px;
    margin-right: auto !important;
}

/* Pricing Table 3*/
.simple-pricing-container {
    background: var(--ot-bg-secondary);
    padding: 100px 10%;
}

@media (max-width: 1400px) {
    .simple-pricing-container {
        padding: 10%;
    }
}

@media (max-width: 576px) {
    .simple-pricing-container {
        padding: 5%;
    }
}

.simple-pricing-container .pricing-header {
    padding: 20px 0px 60px 0px;
}

.simple-pricing-container .pricing-header p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 600;
    color: var(--ot-text-primary);
}

.simple-pricing-container .pricing-header h1 {
    font-family: var(--font-Inter);
    margin-top: 0px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 1200px) {
    .simple-pricing-container .pricing-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .simple-pricing-container .pricing-header h1 {
        font-size: 24px;
    }
}

.simple-pricing-container .pricing-table-body {
    width: 100%;
    padding: 0px 56px;
}

@media (max-width: 1200px) {
    .simple-pricing-container .pricing-table-body {
        flex-direction: column;
        padding: 0px;
    }
}

.simple-pricing-container .pricing-table-body .top-box {
    display: flex;
    border: 1px solid #eaeaea;
    border-radius: 7px;
}

@media (max-width: 768px) {
    .simple-pricing-container .pricing-table-body .top-box {
        flex-direction: column;
    }
}

.simple-pricing-container .pricing-table-body .top-box .product-details {
    background: var(--ot-bg-secondary);
    padding: 40px;
    border-right: 1px solid #eaeaea;
    border-radius: 6px 0px 0px 6px;
}

.simple-pricing-container .pricing-table-body .top-box .product-details h1 {
    font-family: var(--font-Inter);
    font-size: 24px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .simple-pricing-container .pricing-table-body .top-box .product-details h1 {
        font-size: 18px;
    }
}

.simple-pricing-container .pricing-table-body .top-box .product-details p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .simple-pricing-container .pricing-table-body .top-box .product-details p {
        font-size: 12px;
    }
}

.simple-pricing-container .pricing-table-body .top-box .product-details h3 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--ot-text-title);
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details
    .facility-detail {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 1200px) {
    .simple-pricing-container
        .pricing-table-body
        .top-box
        .product-details
        .facility-detail {
        flex-direction: column;
        gap: 0px;
    }

    .simple-pricing-container
        .pricing-table-body
        .top-box
        .product-details
        .facility-detail
        ul {
        margin-bottom: 0px;
    }
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details
    .facility-detail
    ul {
    padding: 0px;
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details
    .facility-detail
    ul
    li {
    list-style: none;
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .simple-pricing-container
        .pricing-table-body
        .top-box
        .product-details
        .facility-detail
        ul
        li {
        font-size: 12px;
    }
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details
    .facility-detail
    ul
    li
    i {
    background: linear-gradient(90deg, #0f6aff 0%, #21c6fb 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 13px;
    font-size: 16px;
}

.rtl
    .simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details
    .facility-detail
    ul
    li
    i {
    margin-left: 13px;
    margin-right: auto !important;
}

.simple-pricing-container .pricing-table-body .top-box .btn-container {
    padding: 50px;
    background: var(--ot-bg-pricing-table-gradient);
    border-radius: 0px 6px 6px 0px;
}

.simple-pricing-container .pricing-table-body .top-box .btn-container h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 60px;
    font-family: var(--font-Inter);
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .simple-pricing-container .pricing-table-body .top-box .btn-container h2 {
        font-size: 16px;
    }
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .btn-container
    h2
    .price {
    font-family: var(--font-Inter);
    font-size: 48px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .simple-pricing-container
        .pricing-table-body
        .top-box
        .btn-container
        h2
        .price {
        font-size: 24px;
    }
}

.simple-pricing-container .pricing-table-body .top-box .btn-container p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-text-primary);
    text-align: center;
}

@media (max-width: 576px) {
    .simple-pricing-container .pricing-table-body .top-box .btn-container p {
        font-size: 12px;
    }
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .btn-container
    .btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ot-primary);
    border-radius: 50px;
    padding: 3px;
    margin-top: 40px;
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .btn-container
    .btn-content:hover {
    background: var(--ot-secondary);
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .btn-container
    .btn-content
    .btn-pricing-start {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background: transparent;
}

@media (max-width: 576px) {
    .simple-pricing-container
        .pricing-table-body
        .top-box
        .btn-container
        .btn-content
        .btn-pricing-start {
        padding: 10px;
    }
}

.simple-pricing-container
    .pricing-table-body
    .top-box
    .btn-container
    .btn-content
    .btn-pricing-start
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .simple-pricing-container
        .pricing-table-body
        .top-box
        .btn-container
        .btn-content
        .btn-pricing-start
        span {
        font-size: 12px;
    }
}

/* Pricing Table 4*/
.ot-pricing-table {
    display: block;
    margin-top: 50px;
}

.ot-pricing-table .table tbody tr .data-title {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--ot-text-title);
    background: var(--ot-bg-table-tbody);
}

.ot-pricing-table .table tbody tr td {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: var(--ot-text-primary);
}

.ot-pricing-table .table tbody tr td i.la-check {
    color: #29d697;
    font-size: 24px;
}

.ot-pricing-table .table tbody tr td i.la-minus {
    color: #ff6a54;
    font-size: 24px;
}

.ot-pricing-table .table tbody tr td .pricing-list ul {
    padding: 40px;
    margin: 0px;
}

.ot-pricing-table .table tbody tr td .pricing-list ul li {
    list-style: none;
}

.ot-pricing-table .table tbody tr td .pricing-list ul li h1 {
    font-family: var(--font-Inter);
    font-size: 24px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .ot-pricing-table .table tbody tr td .pricing-list ul li h1 {
        font-size: 24px;
    }
}

.ot-pricing-table .table tbody tr td .pricing-list ul li p {
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-text-primary);
}

@media (max-width: 576px) {
    .ot-pricing-table .table tbody tr td .pricing-list ul li p {
        font-size: 12px;
    }
}

.ot-pricing-table .table tbody tr td .pricing-list ul li h4 {
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--ot-text-primary);
}

.ot-pricing-table .table tbody tr td .pricing-list ul li .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ot-primary);
    border-radius: 50px;
    padding: 3px;
    margin: 28px 0px 0px 0px;
}

.ot-pricing-table .table tbody tr td .pricing-list ul li .btn-container:hover {
    background: var(--ot-secondary);
}

.ot-pricing-table
    .table
    tbody
    tr
    td
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    background: var(--ot-bg-secondary);
}

@media (max-width: 576px) {
    .ot-pricing-table
        .table
        tbody
        tr
        td
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list {
        padding: 10px;
    }
}

.ot-pricing-table
    .table
    tbody
    tr
    td
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-list
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .ot-pricing-table
        .table
        tbody
        tr
        td
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-list
        span {
        font-size: 12px;
    }
}

.ot-pricing-table
    .table
    tbody
    tr
    td
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background: transparent;
}

@media (max-width: 576px) {
    .ot-pricing-table
        .table
        tbody
        tr
        td
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start {
        padding: 10px;
    }
}

.ot-pricing-table
    .table
    tbody
    tr
    td
    .pricing-list
    ul
    li
    .btn-container
    .btn-pricing-start
    span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .ot-pricing-table
        .table
        tbody
        tr
        td
        .pricing-list
        ul
        li
        .btn-container
        .btn-pricing-start
        span {
        font-size: 12px;
    }
}

.ot-pricing-table .table tbody tr td .pricing-list ul li h2 {
    font-family: var(--font-Inter);
    font-size: 20px;
    font-weight: 600;
    color: var(--ot-text-primary);
    margin: 30px 0px 4px 0px;
}

@media (max-width: 576px) {
    .ot-pricing-table .table tbody tr td .pricing-list ul li h2 {
        font-size: 16px;
    }
}

.ot-pricing-table .table tbody tr td .pricing-list ul li h2 span {
    font-family: var(--font-Inter);
    font-size: 38px;
    font-weight: 700;
    color: var(--ot-text-title);
}

@media (max-width: 576px) {
    .ot-pricing-table .table tbody tr td .pricing-list ul li h2 span {
        font-size: 24px;
    }
}

/* Icon page*/
.icon-container .row .col:hover .theme-icons {
    background: var(--ot-primary);
    color: #ffffff;
}

.cursor-pointer {
    cursor: pointer;
}

.theme-icons {
    background-color: var(--ot-bg-secondary);
    color: var(--ot-primary);
}

.font-22 {
    font-size: 22px;
}

/* eCommerce Components */
/*
    eCommerce Component

    1) Product List
    2) Product Grid

*/
.ecommerce-components {
    /* Product List Start */
    /* Product List End */
    /* Product Grid Start */
    /* Product Grid End */
}

.ecommerce-components.product-list .product-image {
    width: 80px;
    max-height: 80px;
    background-color: var(--ot-bg-primary);
}

.ecommerce-components.product-list .product-image img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.ecommerce-components.product-grid .product-card img {
    max-height: 95px;
}

.ecommerce-components.order-details .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #c7c8cb;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ecommerce-components.order-details .icon-box.customer {
    background-color: rgba(52, 96, 255, 0.15) !important;
}

.ecommerce-components.order-details .icon-box.order-info {
    background-color: rgba(18, 191, 35, 0.15) !important;
}

.ecommerce-components.order-details .icon-box.deliver-to {
    background-color: rgba(231, 46, 46, 0.15) !important;
}

.dark-theme .ecommerce-components.order-details .icon-box {
    background-color: #fff !important;
}

/* Chat */
.chat-container .card {
    background: var(--ot-bg-tertiary);
    transition: 0.5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: 0.55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.chat-container .chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.chat-container .chat-app .people-list img {
    float: left;
    border-radius: 50%;
}

.chat-container .chat-app .people-list .about {
    float: left;
    padding-left: 8px;
}

.chat-container .chat-app .people-list .status {
    color: #999;
    font-size: 13px;
}

.chat-container .chat-app .people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px;
}

.chat-container .chat-app .people-list .chat-list li:hover {
    background-color: var(--ot-bg-primary);
    cursor: pointer;
}

.chat-container .chat-app .people-list .chat-list li.active {
    background-color: var(--ot-bg-primary);
}

.chat-container .chat-app .people-list .chat-list li .name {
    font-size: 15px;
}

.chat-container .chat-app .people-list .chat-list img {
    width: 45px;
    border-radius: 50%;
}

.chat-container .chat-app .chat {
    /* margin-left: 280px; */
    border-left: 1px solid #eaeaea;
}

.chat-container .chat-app .chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6;
}

.chat-container .chat-app .chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px;
}

.chat-container .chat-app .chat .chat-header .dropdown button {
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    font-size: 22px;
    color: var(--ot-text-title);
}

.chat-container .chat-app .chat .chat-header .dropdown button:after {
    content: none;
}

.chat-container .chat-app .chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
}

.chat-container .chat-app .chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
}

.chat-container .chat-app .chat .chat-history ul {
    padding: 0;
}

@media (max-width: 576px) {
    .chat-container .chat-app .chat .chat-history ul {
        max-height: 400px;
        overflow-y: scroll;
    }
}

.chat-container .chat-app .chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px;
}

.chat-container .chat-app .chat .chat-history ul li:last-child {
    margin-bottom: 0px;
}

.chat-container .chat-app .chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat-container .chat-app .chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px;
}

.chat-container .chat-app .chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px;
}

.chat-container .chat-app .chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
}

.chat-container .chat-app .chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: var(--ot-bg-primary);
    border-width: 10px;
    margin-left: -10px;
}

.chat-container .chat-app .chat .chat-history .my-message {
    color: var(--ot-text-title);
    background: var(--ot-bg-primary);
}

.chat-container .chat-app .chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: var(--ot-bg-primary);
    border-width: 10px;
    margin-left: -10px;
}

.chat-container .chat-app .chat .chat-history .other-message {
    background: var(--ot-bg-primary);
    color: var(--ot-text-title);
    text-align: right;
}

.chat-container .chat-app .chat .chat-history .other-message:after {
    border-bottom-color: var(--ot-bg-primary);
    left: 93%;
}

.chat-container .chat .chat-message-container {
    padding: 20px;
    width: 100%;
}

.chat-container .chat .chat-message-container .chat-message {
    background-color: var(--ot-bg-primary) !important;
    border: 1px solid #f0eeee !important;
    outline: none !important;
    color: var(--ot-text-primary) !important;
    border-radius: 5px;
}

.chat-container
    .chat
    .chat-message-container
    .chat-message
    .message-input
    textarea {
    resize: none;
    background-color: transparent;
    border: 0;
    outline: none;
    margin-top: 0;
    color: var(--ot-text-primary);
}

.chat-container .chat .chat-message-container .chat-message .message-toolbar {
    padding: 0 10px 5px 10px;
}

.chat-container
    .chat
    .chat-message-container
    .chat-message
    .message-toolbar
    .toolbar-btns
    button {
    padding: 0;
    border: 0;
    outline: none;
    font-size: 22px;
    margin-right: 8px;
    color: var(--ot-text-primary);
}

.chat-container
    .chat
    .chat-message-container
    .chat-message
    .message-toolbar
    .toolbar-btns
    button:active,
.chat-container
    .chat
    .chat-message-container
    .chat-message
    .message-toolbar
    .toolbar-btns
    button:hover,
.chat-container
    .chat
    .chat-message-container
    .chat-message
    .message-toolbar
    .toolbar-btns
    button:focus {
    outline: none;
    border: 0;
    color: var(--ot-text-subtitle);
}

.chat-container .online,
.chat-container .offline,
.chat-container .me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle;
}

.chat-container .online {
    color: #86c541;
}

.chat-container .offline {
    color: #e47297;
}

.chat-container .me {
    color: #1d8ecd;
}

.chat-container .float-right {
    float: right;
}

.chat-container .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media only screen and (max-width: 767px) {
    .chat-container .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none;
    }

    .chat-container .chat-app .people-list.open {
        left: 0;
    }

    .chat-container .chat-app .chat {
        margin: 0;
    }

    .chat-container .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0;
    }

    .chat-container .chat-app .chat-history {
        height: 300px;
        overflow-x: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-container .chat-app .chat-list {
        height: 650px;
        overflow-x: auto;
    }

    .chat-container .chat-app .chat-history {
        height: 600px;
        overflow-x: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-container .chat-app .chat-list {
        height: 480px;
        overflow-x: auto;
    }

    .chat-container .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto;
    }
}

/* Carousel */
/* slick carousel */
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    color: #0f0f0f;
}

.slick-slider .slick-slide {
    padding: 0 8px;
}

/* Timeline */
/* timeline start */
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
    ------------------------------*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item .timeline-info span {
    color: var(--ot-text-primary);
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: var(--ot-dot-timeline);
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid var(--ot-dot-timeline);
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #ccd5db;
    border-bottom: 3px solid #ccd5db;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
        MOD: TIMELINE SPLIT
    ----------------------------------------------*/
@media (min-width: 768px) {
    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
        MOD: TIMELINE CENTERED
    ----------------------------------------------*/
@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }

    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

/*----------------------------------------------
        MOD: MARKER OUTLINE
    ----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: var(--ot-dot-timeline);
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: var(--ot-dot-timeline);
}

/* timeline end */
/* Chart */
/* Apex Chart start */
.sparkboxes .box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: relative;
    border-radius: 5px;
}

.sparkboxes .box .details {
    position: absolute;
    color: var(--ot-text-primary);
    transform: scale(0.7) translate(-22px, 20px);
}

.sparkboxes strong {
    position: relative;
    z-index: 3;
    top: -8px;
    color: var(--ot-text-title);
}

.sparkboxes .box1 {
    background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
}

.sparkboxes .box2 {
    background-image: linear-gradient(135deg, #2afadf 10%, #4c83ff 100%);
}

.sparkboxes .box3 {
    background-image: linear-gradient(135deg, #ffd3a5 10%, #fd6585 100%);
}

.sparkboxes .box4 {
    background-image: linear-gradient(135deg, #ee9ae5 10%, #5961f9 100%);
}

.sparkboxes .box1 {
    background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
}

.sparkboxes .box2 {
    background-image: linear-gradient(135deg, #2afadf 10%, #4c83ff 100%);
}

.sparkboxes .box3 {
    background-image: linear-gradient(135deg, #ffd3a5 10%, #fd6585 100%);
}

.sparkboxes .box4 {
    background-image: linear-gradient(135deg, #ee9ae5 10%, #5961f9 100%);
}

/* Apex Chart end */
/* Chartjs start */
.chart-card {
    position: relative;
    height: 380px;
}

/* Chartjs end */
/* Invoice */
.ot-card .ot-invoice {
    display: flex;
}

@media (max-width: 576px) {
    .ot-card .ot-invoice {
        flex-direction: column;
    }
}

.ot-card .ot-invoice .ot-address ul {
    background: var(--ot-bg-secondary);
}

.ot-card .ot-invoice .ot-address ul li {
    color: var(--ot-text-primary);
}

.ot-card .ot-invoice .ot-address h2 {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .col-sm h5 {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .col-sm div ul {
    background: var(--ot-bg-secondary);
}

.ot-card .ot-invoice .col-sm div ul li {
    color: var(--ot-text-primary);
}

.ot-card .ot-invoice .col-sm div ul li strong {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .col-sm dl dt {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .col-sm dl dd {
    color: var(--ot-text-primary);
}

.ot-card .ot-invoice .table-responsive table thead tr th {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .table-responsive table tbody tr th {
    color: var(--ot-text-title);
}

.ot-card .ot-invoice .table-responsive table tbody tr td {
    color: var(--ot-text-primary);
}

.ot-card .ot-invoice .col-12 .email-address {
    color: var(--ot-text-primary);
}

.ot-table tbody tr td {
    color: var(--ot-text-primary);
}

.ot-table tbody tr td strong {
    color: var(--ot-text-title);
}

/* Footer */
#layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#layout-wrapper main {
    /* height: 100%; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    border-top: 0;
    border-bottom: 0;
    background: #fff;
    box-shadow: var(--theme-shadow);
    padding: 21px 0px;
    width: 100%;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer p {
    display: flex;
    align-items: center;
    margin-left: 28px;
    color: var(--ot-text-primary);
    margin-bottom: 0;
}

.footer p a {
    margin-left: 3px;
    color: #1890ff;
}

@media (max-width: 576px) {
    .footer p {
        font-size: 11px;
    }
}

.auth-container {
    width: 560px;
    margin: 0px auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    min-height: 100vh;
}

.auth-container .form-wrapper {
    background-color: var(--ot-bg-secondary) !important;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* Form Logo start */
    /* Form Logo end */
    /* Form heading start */
    /* Form heading end */
    /* Social Login start */
    /* Social Login end */
    /* Text Devider start */
    /* Text Devider End */
    /* Form start */
    /* Submit btn end */
    /* Form start */
    /* Authenticate now start */
    /* Authenticate now end */
}

.auth-container .form-wrapper .form-container {
    width: 360px;
}

.auth-container .form-wrapper .form-logo img {
    width: 154px;
    height: 38px;
}

.auth-container .form-wrapper .form-logo img.dark-logo {
    display: none;
}

.auth-container .form-wrapper .form-heading .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--ot-text-title);
    text-transform: capitalize;
}

.auth-container .form-wrapper .form-heading .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--ot-text-primary);
}

.auth-container .form-wrapper .social-login {
    width: 100%;
}

.auth-container .form-wrapper .social-login .social-login-item {
    border: 1px solid #eaeaea;
    border-radius: 7px;
}

.auth-container .form-wrapper .social-login .social-login-item a {
    width: 100%;
    height: 100%;
    padding: 17px 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--ot-text-title);
    text-decoration: none;
}

.auth-container .form-wrapper .social-login .social-login-item.facebook-login {
    background-color: #395799;
}

.auth-container
    .form-wrapper
    .social-login
    .social-login-item.facebook-login
    a {
    color: #fff;
}

.auth-container .form-wrapper .social-login .social-login-item:hover {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
    border: 1px solid #0010f7;
    outline: none;
}

.auth-container .form-wrapper .login-with-divider-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: var(--ot-text-primary);
    margin-bottom: 0;
}

.auth-container .form-wrapper .auth-form {
    /* Form label start */
    width: 360px;
    /* Form label End */
    /* Form Input start */
    /* Form Input end */
    /* Input field with logo start */
    /* Input field with logo end */
    /* input field start */
    /* input field end */
    /* Remember me / forget password start */
    /* Remember me / forget password end */
    /* Submit btn start */
}

.auth-container .form-wrapper .auth-form label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--ot-text-title);
    margin-bottom: 8px;
    display: block;
    text-transform: capitalize;
    cursor: pointer;
}

.auth-container .form-wrapper .auth-form .input-field-group {
    width: 100%;
    line-height: 0;
}

.auth-container .form-wrapper .auth-form input[type="text"],
.auth-container .form-wrapper .auth-form input[type="password"],
.auth-container .form-wrapper .auth-form input[type="date"],
.auth-container .form-wrapper .auth-form select,
.auth-container .form-wrapper .auth-form input[type="email"] {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 12px !important;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding-left: 36px !important;
    color: var(--ot-text-title);
}

.auth-container .form-wrapper .auth-form input[type="text"]::placeholder,
.auth-container .form-wrapper .auth-form input[type="password"]::placeholder,
.auth-container .form-wrapper .auth-form input[type="date"]::placeholder,
.auth-container .form-wrapper .auth-form select::placeholder,
.auth-container .form-wrapper .auth-form input[type="email"]::placeholder {
    color: #b2bec3;
}

.auth-container .form-wrapper .auth-form input[type="text"]:focus-visible,
.auth-container .form-wrapper .auth-form input[type="password"]:focus-visible,
.auth-container .form-wrapper .auth-form input[type="date"]:focus-visible,
.auth-container .form-wrapper .auth-form select:focus-visible,
.auth-container .form-wrapper .auth-form input[type="email"]:focus-visible {
    box-shadow: none;
    border: 1px solid #0010f7;
    outline: none;
}

.auth-container .form-wrapper .auth-form .custom-input-field {
    width: 100%;
    position: relative;
}

.auth-container .form-wrapper .auth-form .custom-input-field img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.auth-container .form-wrapper .auth-form .custom-input-field i {
    position: absolute;
    right: 16px;
    transform: translateY(-50%);
    top: 50%;
    color: var(--ot-text-primary);
    font-size: 18px;
    cursor: pointer;
}

.auth-container .form-wrapper .auth-form .input-error {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
}

.auth-container .form-wrapper .auth-form .input-error.error-danger {
    color: #ff6a54;
}

.auth-container .form-wrapper .auth-form .input-error.error-warning {
    color: #ff991a;
}

.auth-container .form-wrapper .auth-form .remember-me label {
    margin-left: 8px;
    margin-bottom: 0;
    color: var(--ot-text-title) !important;
}

.auth-container .form-wrapper .auth-form .forgot-password,
.auth-container .form-wrapper .auth-form .remember-me label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--ot-text-primary);
}

.auth-container .form-wrapper .auth-form .submit-btn {
    transition: 0.4s;
    width: 100%;
    background: var(--ot-primary);
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
}

.auth-container .form-wrapper .auth-form .submit-btn:hover {
    background: transparent;
    border: 1px solid var(--ot-primary);
    color: var(--ot-primary);
}

.auth-container .form-wrapper .authenticate-now {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--ot-text-primary);
    text-transform: capitalize;
}

.auth-container .form-wrapper .authenticate-now a {
    background: var(--ot-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auth-container .form-wrapper .authenticate-now a:hover {
    background: var(--ot-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auth-container .form-wrapper .privacy-policy-navigation a,
.auth-container .form-wrapper .privacy-policy-navigation span {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: var(--ot-text-primary);
}

.auth-container .form-wrapper .privacy-policy-navigation span {
    font-size: 16px;
}

.rtl .auth-container .form-wrapper input[type="text"],
.rtl .auth-container .form-wrapper input[type="password"],
.rtl .auth-container .form-wrapper input[type="date"],
.rtl .auth-container .form-wrapper select,
.rtl .auth-container .form-wrapper input[type="email"] {
    padding-right: 36px !important;
    padding-left: initial !important;
}

.rtl .custom-input-field img {
    right: 14px;
    left: auto !important;
}

.rtl .custom-input-field i {
    left: 16px;
    right: auto !important;
}

.dark-theme .form-logo .default-logo {
    display: none;
}

.dark-theme .form-logo .dark-logo {
    display: block !important;
}

/*Auth Container end */
@media (max-width: 768px) {
    .auth-container {
        width: 480px;
    }

    .form-wrapper {
        padding: 40px 50px !important;
    }

    .form-container,
    .auth-form {
        width: 320px !important;
    }
}

@media (max-width: 576px) {
    .auth-container {
        width: 340px;
    }

    .form-wrapper {
        padding: 30px 40px !important;
    }

    .form-container,
    .auth-form {
        width: 300px !important;
    }
}

@media (max-width: 480px) {
    .auth-container {
        width: 320px;
    }

    .form-wrapper {
        padding: 40px 20px !important;
    }

    .form-container,
    .auth-form {
        width: 280px !important;
    }

    .social-login span {
        font-size: 10px;
    }
}

.form-check.d-flex.align-items-center {
    display: flex;
    align-items: center;
}
.d-flex.justify-content-between.align-items-center.w-100.mt-20 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-height .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    height: 166px;
    border-radius: 0 0 8px 8px;
}
.page-type-content .note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 200px;
    height: auto;
    border-radius: 0 0 8px 8px;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-radius: var(--ck-border-radius);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.note-btn.dropdown-toggle:after {
    content: none;
}

* {
    scrollbar-color: var(--scroll-color-one) var(--scroll-color-two);
    scrollbar-width: thin;
    scrollbar-width: thin;
}
.srollbar {
    scrollbar-color: var(--scroll-color-one) var(--scroll-color-two);
    scrollbar-width: thin;
    scrollbar-width: 5px;
}

.scroll-fix {
    overflow-x: auto;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

.theme-icons {
    color: var(--ot-text-primary);
}
/* Deful class */
code {
    display: inline-block;
    text-transform: none;
    background: #ecf7ff;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 4px 3px;
    color: var(--ot-primary);
    font-weight: 200;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.card-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
    text-transform: capitalize;
}
@media screen and (max-width: 575px) {
    .ot-card {
        padding: 15px;
    }
}

.purple .pricing-label {
    background: var(--ot-bg-purple) !important;
}

.turquoise .pricing-label {
    background: var(--ot-bg-turquoise) !important;
}

.red .pricing-label {
    background: var(--ot-bg-red) !important;
}

.column-gap {
    gap: 14px;
}

.pricing-table-container .pricing-table-body .pricing-list ul .popular-title {
    background: var(--ot-bg-pricing-most-popular);
}

@media (max-width: 992px) {
    .simple-pricing-container .pricing-table-body .top-box {
        flex-direction: column;
    }
}

.profile-table-content .table .dropdown-action .btn-dropdown {
    background: var(--ot-primary);
    box-shadow: 1px 1px 8px rgba(16, 108, 255, 0.12);
    color: #ffffff;
}

/* =============== breadcrumb start =============== */

.page-header {
    padding: 20px;
    background-color: var(--ot-bg-secondary);
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    margin-bottom: 24px;
}

.bookmark ul {
    display: flex;
    list-style: none;
    justify-content: end;
    align-items: center;
    gap: 9px;
}

.bookmark ul li {
    border: 0;
    background-color: var(--ot-bg-secondary);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
}

.bookmark ul li:hover {
    background: var(--ot-primary);
}
.bookmark ul li:hover a svg {
    color: #fff;
    stroke: #fff;
}

.bookmark ul li a svg {
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 12px;
    color: var(--ot-text-subtitle);
}

@media screen and (max-width: 580px) {
    .bookmark ul {
        justify-content: start;
        padding: 0px;
    }
    .bookmark ul li a svg {
        height: 17px;
        width: 19px;
        margin: 10px;
    }
}

/* =============== breadcrumb end =============== */

/* ========== lms top course table badge start ========== */
.ot-badge-up {
    display: flex;
    background: var(--ot-bg-badge);
    padding: 1px 6px;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    gap: px;
}

.ot-badge-up .badge-basic-text {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: var(--ot-text-badge);
}

.ot-badge-up i {
    font-size: 10px;
    color: #15b974;
}

/* ========== lms top course table badge end ========== */

/* =========== school dashboard start =========*/
/* upcoming event */
.bg-lightblue {
    background: var(--ot-bg-event-date-lightblue);
}

.color-lightblue {
    color: #6da5ff;
}

.bg-green {
    background: var(--ot-bg-event-date-green);
}

.color-green {
    color: #19cf7d;
}

.up-event-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .up-event-list:last-child {
    gap: 0px;
} */

.event-date {
    position: relative;
    width: 50px;
    margin-bottom: -4px;
    border-radius: 7px;
    padding: 8px;
}

.event-date .date {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: var(--ot-date);
}

.event-date .day {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #6f767e;
}

.event-date-container {
    position: relative;
}

.event-date-container i {
    position: absolute;
    bottom: 0px;
    left: 21px;
    font-size: 8px;
    margin-bottom: -4px;
}

.event-details p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6f767e;
    margin-bottom: 8px;
}

.event-details span {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #6f767e;
    margin-bottom: 8px;
}

.progress-size,
.progress-lightblue,
.progress-lightgreen {
    width: 100%;
    height: 5px;
}

.progress-lightblue {
    background-color: #ecedff;
}

.progress-bar.progress-bar-lightblue {
    border-radius: 5px;
    background-color: #6da5ff;
}

.progress-lightgreen {
    background-color: #d8f8e9;
}

.progress-bar.progress-bar-lightgreen {
    border-radius: 5px;
    background-color: #19cf7d;
}

/* upcoming event  */

/* panding fee table  */

.table-head th {
    background: none !important;
    border: none !important;
    padding: 16px !important;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.table-body td {
    padding: 16px !important;
}

.bg-orange {
    background: var(--ot-bg-event-date-orange);
}

.color-orange {
    color: #ff991a;
}

.btn-panding-tb {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    border-radius: 6px;
    width: 101px;
    text-align: center;
}

/* panding fee table  */

/* Notice board */
.notice-title h6 {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.notice-title p {
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 138.5%;
    color: #878888;
}

.gradient-btn {
    --r: 8px;
    --b: 1px;
    background: var(--ot-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border-radius: var(--r);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    width: 70px;
    height: 34px;
}

.gradient-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: var(--b) solid transparent;
    border-radius: var(--r);
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat;
}

/* Notice board */
/* =========== school dashboard end =========*/
/* ========== e-commerce dashboard ========== */
/* Latest Orders table  */

.table-latest-order thead tr th {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #b2bec3;
    padding: 18px 10px;
}

.table-latest-order tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--ot-text-primary);
    padding: 18px 10px;
}

.btn-tingreen {
    background: var(--bg-btn-tingreen);
    color: #00f7bf;
    border-color: #00f7bf;
}

.btn-tinorange {
    background: var(--bg-btn-tinorange);
    color: #ffd252;
    border-color: #ffd252;
}

.btn-tinred {
    background: var(--bg-btn-tinred);
    color: #ff0022;
    border-color: #ff0022;
}

.btn-order-status {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 16px;
    border: 1px solid;
    border-radius: 7px;
}

/* Latest Orders table */
.upgrade-account {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upgrade-account h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 18px;
    text-align: center;
}

.upgrade-account p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.upgrade-account img {
    width: 100%;
}

/* Revenue */

.component-heading {
    display: flex;
    justify-content: space-between;
}

.component-heading .date {
    font-weight: 600;
    font-size: 12px;
    color: var(--ot-text-primary);
}

.chart-custom-content h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.chart-custom-content .counter {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

/* Revenue end */

/* Browser States */
.browser-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.browser-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.browser-percent {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}

/* Browser States  end */

.btn-detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #0010f7;
    border: 1px solid #0010f7;
    border-radius: 7px;
    padding: 8px 16px;
}
.new-version {
    height: 576px;
    background-image: url(../images/new-version.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.new-version h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
    color: #2d3436;
}
.new-version p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #b2bec3;
    margin-top: 0;
}

/* progress-container progress*/
.progress-c-skyblue {
    border-color: #1be7ff;
}
.progress-c-violet {
    border-color: #c903ff;
}
.progress-c-yellow {
    border-color: #ffc700;
}
.progress-c-red {
    border-color: #ff0022;
}
.progress-c-blue {
    border-color: #0010f7;
}
.progress-c-black {
    border-color: #111314;
}
.progress-container .progress {
    width: 30px;
    height: 30px;
    line-height: 10px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    margin: 3px;
}
.progress-container .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-container .progress > span {
    width: 51%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress-container .progress .progress-left {
    left: 0;
}
.progress-container .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress-container .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress-container .progress .progress-right {
    right: 0;
}
.progress-container .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress-container .progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 300;
}
.progress-container .progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}
/* This for loop creates the necessary css animation names
   Due to the split circle of progress-left and progress right, we must use the animations on each side.
   */
.progress[data-percentage="1"] .progress-right .progress-bar {
    animation: loading-1 0.5s linear forwards;
}
.progress[data-percentage="1"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="2"] .progress-right .progress-bar {
    animation: loading-2 0.5s linear forwards;
}
.progress[data-percentage="2"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="3"] .progress-right .progress-bar {
    animation: loading-3 0.5s linear forwards;
}
.progress[data-percentage="3"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="4"] .progress-right .progress-bar {
    animation: loading-4 0.5s linear forwards;
}
.progress[data-percentage="4"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="5"] .progress-right .progress-bar {
    animation: loading-5 0.5s linear forwards;
}
.progress[data-percentage="5"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="6"] .progress-right .progress-bar {
    animation: loading-6 0.5s linear forwards;
}
.progress[data-percentage="6"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="7"] .progress-right .progress-bar {
    animation: loading-7 0.5s linear forwards;
}
.progress[data-percentage="7"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="8"] .progress-right .progress-bar {
    animation: loading-8 0.5s linear forwards;
}
.progress[data-percentage="8"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="9"] .progress-right .progress-bar {
    animation: loading-9 0.5s linear forwards;
}
.progress[data-percentage="9"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-10 0.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="11"] .progress-right .progress-bar {
    animation: loading-11 0.5s linear forwards;
}
.progress[data-percentage="11"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="12"] .progress-right .progress-bar {
    animation: loading-12 0.5s linear forwards;
}
.progress[data-percentage="12"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="13"] .progress-right .progress-bar {
    animation: loading-13 0.5s linear forwards;
}
.progress[data-percentage="13"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="14"] .progress-right .progress-bar {
    animation: loading-14 0.5s linear forwards;
}
.progress[data-percentage="14"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-15 0.5s linear forwards;
}
.progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="16"] .progress-right .progress-bar {
    animation: loading-16 0.5s linear forwards;
}
.progress[data-percentage="16"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="17"] .progress-right .progress-bar {
    animation: loading-17 0.5s linear forwards;
}
.progress[data-percentage="17"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="18"] .progress-right .progress-bar {
    animation: loading-18 0.5s linear forwards;
}
.progress[data-percentage="18"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="19"] .progress-right .progress-bar {
    animation: loading-19 0.5s linear forwards;
}
.progress[data-percentage="19"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-20 0.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="21"] .progress-right .progress-bar {
    animation: loading-21 0.5s linear forwards;
}
.progress[data-percentage="21"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="22"] .progress-right .progress-bar {
    animation: loading-22 0.5s linear forwards;
}
.progress[data-percentage="22"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="23"] .progress-right .progress-bar {
    animation: loading-23 0.5s linear forwards;
}
.progress[data-percentage="23"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="24"] .progress-right .progress-bar {
    animation: loading-24 0.5s linear forwards;
}
.progress[data-percentage="24"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-25 0.5s linear forwards;
}
.progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="26"] .progress-right .progress-bar {
    animation: loading-26 0.5s linear forwards;
}
.progress[data-percentage="26"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="27"] .progress-right .progress-bar {
    animation: loading-27 0.5s linear forwards;
}
.progress[data-percentage="27"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="28"] .progress-right .progress-bar {
    animation: loading-28 0.5s linear forwards;
}
.progress[data-percentage="28"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="29"] .progress-right .progress-bar {
    animation: loading-29 0.5s linear forwards;
}
.progress[data-percentage="29"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-30 0.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="31"] .progress-right .progress-bar {
    animation: loading-31 0.5s linear forwards;
}
.progress[data-percentage="31"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="32"] .progress-right .progress-bar {
    animation: loading-32 0.5s linear forwards;
}
.progress[data-percentage="32"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="33"] .progress-right .progress-bar {
    animation: loading-33 0.5s linear forwards;
}
.progress[data-percentage="33"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="34"] .progress-right .progress-bar {
    animation: loading-34 0.5s linear forwards;
}
.progress[data-percentage="34"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-35 0.5s linear forwards;
}
.progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="36"] .progress-right .progress-bar {
    animation: loading-36 0.5s linear forwards;
}
.progress[data-percentage="36"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="37"] .progress-right .progress-bar {
    animation: loading-37 0.5s linear forwards;
}
.progress[data-percentage="37"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="38"] .progress-right .progress-bar {
    animation: loading-38 0.5s linear forwards;
}
.progress[data-percentage="38"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="39"] .progress-right .progress-bar {
    animation: loading-39 0.5s linear forwards;
}
.progress[data-percentage="39"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-40 0.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="41"] .progress-right .progress-bar {
    animation: loading-41 0.5s linear forwards;
}
.progress[data-percentage="41"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="42"] .progress-right .progress-bar {
    animation: loading-42 0.5s linear forwards;
}
.progress[data-percentage="42"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="43"] .progress-right .progress-bar {
    animation: loading-43 0.5s linear forwards;
}
.progress[data-percentage="43"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="44"] .progress-right .progress-bar {
    animation: loading-44 0.5s linear forwards;
}
.progress[data-percentage="44"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-45 0.5s linear forwards;
}
.progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="46"] .progress-right .progress-bar {
    animation: loading-46 0.5s linear forwards;
}
.progress[data-percentage="46"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="47"] .progress-right .progress-bar {
    animation: loading-47 0.5s linear forwards;
}
.progress[data-percentage="47"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="48"] .progress-right .progress-bar {
    animation: loading-48 0.5s linear forwards;
}
.progress[data-percentage="48"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="49"] .progress-right .progress-bar {
    animation: loading-49 0.5s linear forwards;
}
.progress[data-percentage="49"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="51"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="51"] .progress-left .progress-bar {
    animation: loading-1 0.5s linear forwards 0.5s;
}
.progress[data-percentage="52"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="52"] .progress-left .progress-bar {
    animation: loading-2 0.5s linear forwards 0.5s;
}
.progress[data-percentage="53"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="53"] .progress-left .progress-bar {
    animation: loading-3 0.5s linear forwards 0.5s;
}
.progress[data-percentage="54"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="54"] .progress-left .progress-bar {
    animation: loading-4 0.5s linear forwards 0.5s;
}
.progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="55"] .progress-left .progress-bar {
    animation: loading-5 0.5s linear forwards 0.5s;
}
.progress[data-percentage="56"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="56"] .progress-left .progress-bar {
    animation: loading-6 0.5s linear forwards 0.5s;
}
.progress[data-percentage="57"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="57"] .progress-left .progress-bar {
    animation: loading-7 0.5s linear forwards 0.5s;
}
.progress[data-percentage="58"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="58"] .progress-left .progress-bar {
    animation: loading-8 0.5s linear forwards 0.5s;
}
.progress[data-percentage="59"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="59"] .progress-left .progress-bar {
    animation: loading-9 0.5s linear forwards 0.5s;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-10 0.5s linear forwards 0.5s;
}
.progress[data-percentage="61"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="61"] .progress-left .progress-bar {
    animation: loading-11 0.5s linear forwards 0.5s;
}
.progress[data-percentage="62"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="62"] .progress-left .progress-bar {
    animation: loading-12 0.5s linear forwards 0.5s;
}
.progress[data-percentage="63"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="63"] .progress-left .progress-bar {
    animation: loading-13 0.5s linear forwards 0.5s;
}
.progress[data-percentage="64"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="64"] .progress-left .progress-bar {
    animation: loading-14 0.5s linear forwards 0.5s;
}
.progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-15 0.5s linear forwards 0.5s;
}
.progress[data-percentage="66"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="66"] .progress-left .progress-bar {
    animation: loading-16 0.5s linear forwards 0.5s;
}
.progress[data-percentage="67"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="67"] .progress-left .progress-bar {
    animation: loading-17 0.5s linear forwards 0.5s;
}
.progress[data-percentage="68"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="68"] .progress-left .progress-bar {
    animation: loading-18 0.5s linear forwards 0.5s;
}
.progress[data-percentage="69"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="69"] .progress-left .progress-bar {
    animation: loading-19 0.5s linear forwards 0.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-20 0.5s linear forwards 0.5s;
}
.progress[data-percentage="71"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="71"] .progress-left .progress-bar {
    animation: loading-21 0.5s linear forwards 0.5s;
}
.progress[data-percentage="72"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="72"] .progress-left .progress-bar {
    animation: loading-22 0.5s linear forwards 0.5s;
}
.progress[data-percentage="73"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="73"] .progress-left .progress-bar {
    animation: loading-23 0.5s linear forwards 0.5s;
}
.progress[data-percentage="74"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="74"] .progress-left .progress-bar {
    animation: loading-24 0.5s linear forwards 0.5s;
}
.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-25 0.5s linear forwards 0.5s;
}
.progress[data-percentage="76"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="76"] .progress-left .progress-bar {
    animation: loading-26 0.5s linear forwards 0.5s;
}
.progress[data-percentage="77"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="77"] .progress-left .progress-bar {
    animation: loading-27 0.5s linear forwards 0.5s;
}
.progress[data-percentage="78"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="78"] .progress-left .progress-bar {
    animation: loading-28 0.5s linear forwards 0.5s;
}
.progress[data-percentage="79"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="79"] .progress-left .progress-bar {
    animation: loading-29 0.5s linear forwards 0.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-30 0.5s linear forwards 0.5s;
}
.progress[data-percentage="81"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="81"] .progress-left .progress-bar {
    animation: loading-31 0.5s linear forwards 0.5s;
}
.progress[data-percentage="82"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="82"] .progress-left .progress-bar {
    animation: loading-32 0.5s linear forwards 0.5s;
}
.progress[data-percentage="83"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="83"] .progress-left .progress-bar {
    animation: loading-33 0.5s linear forwards 0.5s;
}
.progress[data-percentage="84"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="84"] .progress-left .progress-bar {
    animation: loading-34 0.5s linear forwards 0.5s;
}
.progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-35 0.5s linear forwards 0.5s;
}
.progress[data-percentage="86"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="86"] .progress-left .progress-bar {
    animation: loading-36 0.5s linear forwards 0.5s;
}
.progress[data-percentage="87"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="87"] .progress-left .progress-bar {
    animation: loading-37 0.5s linear forwards 0.5s;
}
.progress[data-percentage="88"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="88"] .progress-left .progress-bar {
    animation: loading-38 0.5s linear forwards 0.5s;
}
.progress[data-percentage="89"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="89"] .progress-left .progress-bar {
    animation: loading-39 0.5s linear forwards 0.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-40 0.5s linear forwards 0.5s;
}
.progress[data-percentage="91"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="91"] .progress-left .progress-bar {
    animation: loading-41 0.5s linear forwards 0.5s;
}
.progress[data-percentage="92"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="92"] .progress-left .progress-bar {
    animation: loading-42 0.5s linear forwards 0.5s;
}
.progress[data-percentage="93"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="93"] .progress-left .progress-bar {
    animation: loading-43 0.5s linear forwards 0.5s;
}
.progress[data-percentage="94"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="94"] .progress-left .progress-bar {
    animation: loading-44 0.5s linear forwards 0.5s;
}
.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-45 0.5s linear forwards 0.5s;
}
.progress[data-percentage="96"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="96"] .progress-left .progress-bar {
    animation: loading-46 0.5s linear forwards 0.5s;
}
.progress[data-percentage="97"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="97"] .progress-left .progress-bar {
    animation: loading-47 0.5s linear forwards 0.5s;
}
.progress[data-percentage="98"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="98"] .progress-left .progress-bar {
    animation: loading-48 0.5s linear forwards 0.5s;
}
.progress[data-percentage="99"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="99"] .progress-left .progress-bar {
    animation: loading-49 0.5s linear forwards 0.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-50 0.5s linear forwards 0.5s;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}
@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}
@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}
@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}
@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}
@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}
@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}
@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}
@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}
@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}
@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}
@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}
@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}
@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}
@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}
@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}
@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}
@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}
@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}
@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}
@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}
@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}
@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}
@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}
@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}
@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}
@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}
@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}
@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}
@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}
@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}
@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}
@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}
@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}
@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}
@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}
@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}
@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}
@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}
@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}
@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}
@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

/* --------  Ridom ---------------- */

@media screen and (max-width: 1200px) {
    .profile-info {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .tab-none {
        display: none;
    }
    .header-controls {
        justify-content: flex-end;
    }
    .spacing-icon {
        justify-content: flex-end !important;
    }
    .chat-container .chat-app .people-list {
        height: 465px;
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .chat-container .chat-app .chat {
        margin: 0;
    }

    .chat-container .chat-app .people-list {
        position: unset;
    }
}
@media screen and (max-width: 768px) {
    .spacing-icon {
        display: flex;
        justify-content: space-between;
    }
    .chat-container .chat-app .chat-history {
        height: unset;
    }
    .header {
        display: flex;
        justify-content: space-between;
        padding: 17px 24px;
    }
}
@media screen and (min-width: 769px) {
    .header {
        display: unset;
        justify-content: unset;
        padding: 22.5px 20px !important;
    }
    .spacing-icon {
        display: flex;
        justify-content: space-between;
    }
    .ph-lg-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}
.chat-container .chat-app .chat {
    border-left: 1px solid var(--ot-border-primary);
}
.chat-container .chat-app .chat .chat-header,
.chat-container .chat-app .chat .chat-history {
    border-bottom: 1px solid var(--ot-border-primary);
    padding: 18px 20px;
}
.chat-container .chat .chat-message-container .chat-message {
    border: 1px solid var(--ot-border-primary) !important;
}
.ot-charts .card .card-header {
    flex-wrap: wrap;
}
.ot-visit-chart p {
    margin-top: 16px;
}

.table-content.table-basic .table .dropdown-action .dropdown-menu {
    background: var(--ot-bg-secondary) !important ;
    border: 1px solid var(--ot-border-primary) !important ;
}
.select2-container .select2-selection--single {
    transition: 0.4s;
    height: 48px;
    background-color: #fdfdff;
    border: 1px solid #e4e6fc;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding-left: 15px;
}

.select2-container .select2-selection--single:hover {
    border: 1px solid var(--ot-primary);
}
#select2-language-change-container:hover {
    color: var(--ot-primary);
}

.header-control-item .select2-container .select2-selection--single {
    height: 40px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.multi-select-wrap .select2.select2-container.select2-container--default {
    width: auto !important;
}

.multi-select-wrap
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: -3px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
    font-weight: 300;
}
selection--single .select2-selection__rendered {
    color: #dde1ff;
    line-height: 40px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px;
    color: var(--ot-text-title);
    padding-right: 16px;
}
input.select2-search__field:focus-visible {
    outline: none;
}
input[type="file"] {
    padding-left: 10px !important;
}
input[type="file"]::file-selector-button {
    background: var(--ot-bg-table-tbody);
    color: var(--ot-text-title);
    transition: 1s;
}

input[type="file"]::-ms-browse:hover {
    background: var(--ot-bg-table-tbody);
    color: var(--ot-text-title);
}
input[type="file"]::-webkit-file-upload-button:hover {
    background: var(--ot-bg-table-tbody) !important;
    color: var(--ot-text-title);
}
input[type="file"]::file-selector-button:hover {
    background: var(--ot-bg-table-tbody) !important;
    color: var(--ot-text-title);
}
input[type="file"]::-webkit-file-upload-button {
    background: var(--ot-bg-table-tbody);
    color: var(--ot-text-title);
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--ot-bg-secondary) !important;
    color: var(--ot-text-title) !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--ot-primary);
}
.select2-dropdown,
input.select2-search__field:focus-visible,
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible,
.select2-container--default .select2-selection--multiple:focus-visible,
input.daterange-table-filter,
.select2-search__field:focus-visible {
    background-color: var(--ot-bg-secondary) !important;
    border: 1px solid var(--ot-border-primary) !important;
    color: var(--ot-text-title) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--ot-border-primary) !important;
    color: var(--ot-text-title) !important;
    background-color: var(--ot-bg-secondary) !important;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    box-shadow: 0px 0px 10px rgb(10 175 255 / 35%) !important;
    border: 1px solid #0010f7 !important;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    border: 1px solid var(--ot-border-primary) !important;
    color: var(--ot-text-title) !important;
    outline: none;
    box-shadow: none !important;
}
.table-content.table-basic .table .dropdown-action .dropdown-item:hover {
    color: var(--ot-text-title) !important;
    background-color: var(--ot-bg-secondary);
}
@media screen and (min-width: 1201px) {
    .notification-container {
        width: calc(100% - 440px);
    }
    .filter-container {
        width: 440px;
    }
    .filter-container .filter {
        position: unset;
    }
}

.dropdown-menu {
    background: var(--ot-bg-secondary) !important;
    border: 1px solid var(--ot-border-primary) !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 2px !important;
    color: var(--ot-text-title) !important;
    min-width: 210px;
}

.dropdown-item {
    color: #6f767e;
    background: transparent;
    text-transform: capitalize;
}
.dropdown-item:hover,
.table-content .table-toolbar .dropdown-export .dropdown-item:hover {
    color: var(--ot-text-title);
    background: transparent;
}

.ot-visit-chart p {
    line-height: 22px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.dropdown-designation .form-control {
    background-color: var(--ot-bg-primary) !important;
    border: 1px solid #f0eeee !important;
    outline: none !important;
    color: var(--ot-text-primary) !important;
}

.dropdown-designation .form-control:focus-visible {
    box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35) !important;
    border: 1px solid #0010f7;
    outline: none;
}

.dropdown-designation .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}

.ecommerce-components.order-details .icon-box {
    min-width: 60px;
}
.faq .faq-card {
    margin-bottom: 24px;
}

.profile-body-form .form-control {
    background-color: none;
    border: 1px solid #f0eeee !important;
    outline: none !important;
    color: var(--ot-text-primary) !important;
    background: #fff;
}

.profile-body-form .form-control:focus-visible {
    box-shadow: none;
    border: 1px solid #0010f7;
    outline: none;
}

.profile-body-form .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #b2bec3;
}
.form-control:focus-visible {
    box-shadow: 0px 0px 10px rgb(10 175 255 / 35%);
    border: 1px solid var(--ot-primary) !important;
}

/* img.full-logo {
    width: 100%;
    height: 100% !important;
} */
.half-expand .sidebar .sidebar-header .sidebar-logo a .full-logo {
    width: 0px;
}

.chat-container .chat-app .chat .chat-header .dropdown button {
    line-height: 1.2;
    font-size: 34px;
}
.chat-container .chat-app .chat .chat-history .message {
    padding: 9px 20px;
}

/* -----------  Ashim ---------------*/

@media (max-width: 575.98px) {
    .notification-container
        .notification-col
        .card
        .notification-list
        .notification-details
        .answer
        .btn-answer
        .btn {
        padding: 6px 12px;
        height: unset;
    }
}
.modal-content {
    background-color: var(--ot-bg-secondary) !important;
    color: var(--ot-text-title) !important;
    border: 1px solid var(--ot-border-primary) !important;
}

/* Notification Filter By */
.rtl .filter .input-check-radio {
    margin-right: unset !important;
    margin-left: 4px !important;
}

.rtl .filter .input-check-radio .form-check .form-check-input {
    margin-right: unset !important;
    margin-left: 4px !important;
}
.rtl .information-modal .icon {
    margin-left: 8px;
    margin-right: 0px !important;
}
.rtl .confirmation-modal .icon {
    margin-left: 8px;
    margin-right: 0px !important;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu::before {
    background: var(--ot-bg-secondary);
    border: 1px solid var(--ot-border-table-toolbar-btn-action);
}

.table-content .table-toolbar .dropdown-action .dropdown-menu::after {
    background: var(--ot-bg-secondary);
}

.table-content .table-toolbar .dropdown-action .dropdown-item:hover {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
}

.table-content .table-toolbar .dropdown-designation .dropdown-item:hover {
    background-color: transparent;
    color: var(--text-color-one);
}

.rtl .table-content .table-toolbar .dropdown-export .dropdown-item .icon {
    margin-left: 8px;
}

.rtl .table-content.table-basic .table .dropdown-action .dropdown-item .icon {
    margin-left: 8px;
}

.rtl .table-content .table-toolbar .dropdown-action .dropdown-item .icon {
    margin-left: 8px;
}

.rtl .table-content .table-toolbar .dropdown-export .dropdown-item {
    text-align: right;
}

.rtl .table-content .table-toolbar .dropdown-action .dropdown-item {
    text-align: right;
}

.rtl .table-content.table-basic .table .dropdown-action .dropdown-item {
    text-align: right;
}

.table-content .table-toolbar .dropdown-export .dropdown-item:focus {
    background-color: var(--ot-bg-secondary);
    color: var(--ot-text-title);
}

.table-content.table-basic .table .dropdown-action .dropdown-item:focus {
    background-color: var(--ot-bg-secondary);
    color: var(--ot-text-title);
}

.footer p {
    margin-left: unset;
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item:hover {
    background-color: transparent;
    color: var(--ot-text-title);
}

.profile-table-content .table-toolbar .dropdown-export .dropdown-item:hover {
    background-color: transparent;
    color: var(--ot-text-title);
}

.rtl
    .profile-table-content
    .table-toolbar
    .dropdown-export
    .dropdown-item
    .icon {
    margin-left: 8px;
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu::before {
    background: var(--ot-bg-secondary);
    border: 1px solid var(--ot-border-table-toolbar-btn-action);
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-menu::after {
    background: var(--ot-bg-secondary);
}

.profile-table-content .table-toolbar .dropdown-action .dropdown-item:hover {
    background: var(--ot-bg-secondary);
    color: var(--ot-text-title);
}

.rtl
    .profile-table-content
    .table-toolbar
    .dropdown-action
    .dropdown-item
    .icon {
    margin-left: 8px;
}

.rtl .profile-table-content .table .dropdown-action .dropdown-item .icon {
    margin-left: 8px;
}

.profile-table-content .table .dropdown-action .dropdown-item:hover {
    background-color: var(--ot-bg-secondary);
    color: var(--ot-text-title);
}
.rtl .profile-content .profile-menu-head .body {
    margin-left: unset;
    margin-right: 12px;
}

.rtl .profile-table-content .table-toolbar .dropdown-export .dropdown-item {
    text-align: right;
}
.rtl .profile-table-content .table-toolbar .dropdown-action .dropdown-item {
    text-align: right;
}
.rtl .profile-table-content .table .dropdown-action .dropdown-item {
    text-align: right;
}

.faq-card
    .ot-accordion-cust
    .accordion-item
    .accordion-header
    .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.dark-theme .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.rtl .timeline-basic .timeline-item {
    padding-right: 40px;
}

.rtl .timeline-basic .timeline-marker {
    left: unset;
    right: 0;
}

@media (min-width: 768px) {
    .rtl .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-right: 30px;
    }
}

/* auth */
.rtl .auth-container .input-check-radio {
    margin-right: 0px !important;
}
.rtl .auth-container .input-check-radio .form-check .form-check-input {
    margin-right: 0px !important;
}

/* ---------- Custom-code ------------*/

.ot-pagination .active > .page-link {
    background: var(--ot-primary);
    color: #ffffff !important;
    border-color: transparent !important;
}

.ot-pagination .page-link:hover {
    background: var(--ot-primary);
    border-color: transparent !important;
}

.fillable {
    color: red;
}

.header-icon {
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.4em;
}

.favicon-sidebar {
    width: 30px !important;
    height: 30px !important;
    align-items: center;
}

.form sup {
    color: red;
}

.user-card {
    display: flex;
    align-items: center;
}

.user-card span {
    display: flex;
}

.user-avatar + .user-info,
[class^="user-avatar"]:not([class*="-group"]) + .user-info {
    margin-left: 1rem;
}

.user-card img {
    width: 50px;
    border-radius: 3px;
}

button.profile-expand-item {
    padding: 0 !important;
    font-family: var(--font-Inter);
}

.profile-menu img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile-body .card-header {
    border-bottom: 1.5px solid var(--ot-border-primary);
}

.profile-body .image-box img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.direction-button div {
    padding-top: 6px;
    display: table-cell;
}

/* second clild */
.direction-button div:nth-child(3) {
    padding-left: 35px !important;
}

/* select2 for currency  */

.select2-search__field[aria-controls="select2-language_with_flag-results"],
.select2-search__field[aria-controls="select2-currencies-results"] {
    padding: 8px 5px;
}

/* flug icon size  */
.table-content.table-basic .flag-icon {
    font-size: 22px;
}

.rtl .dropdown-menu .flag-icon {
    margin-right: auto;
    margin-left: 5px;
}

.dark-theme .select2-dropdown {
    background-color: var(--ot-bg-secondary);
}
.dark-theme .select2-dropdown span {
    color: #fff;
}

/* roles permission  */
.dark-theme .user_roles_border,
.dark-theme .user_roles_permission {
    border-color: #272b30;
}

.user_roles_border,
.user_roles_permission {
    border: 1px solid #e9e9ef;
}

.user_roles_border {
    border-right: none;
}

.user_roles_permission {
    border-left: none;
}

/* user avater in table  */

.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 8px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
}

/* dashboard form image  */
.ot-input-image-preview {
    max-width: 100px !important;
}

.ot-charts .card .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ot-charts .card .card-header h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}
.ot-charts .card .card-header h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

.submit-button-only-border {
    background: transparent;
    border: 1px solid var(--ot-primary);
    color: var(--ot-primary);
}

.submit-button-only-border:hover {
    background: var(--ot-primary);
    color: var(--white);
    border: 1px solid transparent;
}

/* design issue update */

/* sidebar  */

.sidebar .metismenu .has-arrow::after {
    transform: rotate(135deg) translate(0, -50%);
}

.sidebar .metismenu .mm-active > .has-arrow::after,
.sidebar .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(0, -50%);
}

.sidebar .parent-item-content i {
    font-size: 22px;
}
/* table  */

.user-table .serial {
    max-width: 70px;
    min-width: 70px;
}

.role-table .serial {
    max-width: 50px;
    min-width: 50px;
}

.language-table .serial {
    max-width: 50px;
    min-width: 50px;
}

/* .table-content.table-basic .table .dropdown-action .btn-dropdown {
    background: var(--ot-primary);
     box-shadow: 1px 1px 8px rgba(16, 108, 255, .12);
     color: #ffffff;
 } */

.table-content.table-basic .table .dropdown-action .dropdown-item {
    line-height: 18px;
}

.table-content.table-basic .table .dropdown-action .dropdown-item i {
    font-size: 15px;
}

.table-content.table-basic .table .thead tr th,
.table-content.table-basic .table .tbody tr td {
    height: 45px;
}

.table.table-bordered tbody tr {
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e1e3ea;
}

.table-content.table-basic .table .thead tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e1e3ea;
}

.table-content.table-basic .card-body,
.table-content.table-basic .card-header {
    padding: 24px;
}

.table-content.table-basic .table .dropdown-action .btn-dropdown {
    background: #6c757da6;
    color: #fff;
    border: none;
    box-shadow: none;
}

.role-permisssion-control {
    border: 1px solid #eaeaea;
    background-color: var(--ot-bg-secondary);
    border-radius: 5px;
    padding: 28px;
}

.dark-theme .role-permisssion-control {
    border-color: #272b30;
}

/* select2 language  */

span.select2-search.select2-search--dropdown {
    padding: 20px 20px 0 20px;
}

/* .select2-results__options {
    padding: 0px 20px 10px 20px;
} */

/* apex chart color font  */

.dark-theme .apexcharts-legend-text {
    color: #6f767e !important;
}

.apexcharts-legend-text {
    color: var(--ot-chart-text) !important;
    font-family: var(--font-Inter);
}

#visited_customer_chart .apexcharts-legend-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* margin-left: 10px; */
}

#visited_customer_chart .apexcharts-datalabels-group text {
    font-family: var(--font-Inter);
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    fill: #6f767e;
}

#revenueChart .apexcharts-legend-text {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-left: 10px;
}

#revenueChart .apexcharts-legend-series {
    margin-left: 20px !important;
}

#revenueChart .apexcharts-yaxis-label,
#revenueChart .apexcharts-xaxis-label {
    font-family: var(--font-Inter);
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    fill: #6f767e !important;
}

tspan {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    fill: #6f767e !important;
}

/* permission  */

.permission-list-td {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.permission-list-td label {
    margin-left: 8px;
}

.dark-theme label {
    color: #ffffff;
}

/* badge  */
.badge-basic-success-text {
    background-color: rgb(41, 214, 151, 0.1);
}
.badge-basic-danger-text {
    background-color: rgb(255, 106, 84, 0.1);
}

.badge-basic-warning-text {
    background-color: rgba(255, 153, 26, 0.1);
}
.badge-basic-info-text {
    background-color: rgba(0, 223, 229, 0.1);
}
.badge-basic-primary-text {
    background-color: rgba(86, 105, 255), 0.1;
}

/* ot btn  */
.ot-btn-primary,
.ot-btn-danger,
.ot-btn-warning,
.ot-btn-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 16px;
    border: none;
}

.header
    .header-controls
    .header-control-item
    .item-content
    button.profile-navigate
    .profile-photo
    img {
    width: 40px;
    height: 40px;
}

.dark-theme .ot-charts .ot-badge.primary {
    background-color: rgba(122, 182, 104, 0.1);
}

/* css only solution  */

/* @media only screen and (max-width: 991.98px) {
     .summery-card [class*="col-"]:not(:nth-last-child(1), :nth-last-child(2)) {
         margin-bottom: 24px;
     }
 } */

@media only screen and (max-width: 767.98px) {
    .direction-button {
        margin-top: 14px;
    }

    /* general settings  */
    .favicon-uploader,
    .default-langauge {
        margin-top: 20px;
    }

    .term-translated-language .translated_language {
        margin-top: 16px;
    }

    /* .summery-card [class*="col-"]:not(:last-child) {
         margin-bottom: 24px;
     } */
}

@media only screen and (max-width: 991.98px) {
    .role-permisssion-control {
        margin-top: 24px;
    }

    /* .statistic-card [class*="col-"]:not(:last-child) {
         margin-bottom: 24px;
     } */
}

/* Rtl */

body.rtl .half-expand .half-expand-toggle.sidebar-toggle img {
    transform: rotate(0deg) !important;
}

body.rtl .half-expand-toggle .sidebar-toggle img {
    transform: rotate(180deg);
}

/* summery card  */

.summery-card .card-heading .card-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
}
.summery-card .card-heading .card-icon.icon-circle-1 {
    background-color: rgba(172, 224, 195, 0.1);
    color: rgba(172, 224, 195);
}
.summery-card .card-heading .card-icon.icon-circle-2 {
    background-color: rgba(194, 183, 252, 0.1);
    color: rgba(194, 183, 252);
}
.summery-card .card-heading .card-icon.icon-circle-3 {
    background-color: rgba(254, 179, 145, 0.1);
    color: rgba(254, 179, 145);
}
.summery-card .card-heading .card-icon.icon-circle-4 {
    background-color: rgba(168, 225, 249, 0.1);
    color: rgba(168, 225, 249);
}

.dark-theme .slick-arrow::before {
    color: #fff !important;
}

/* profile body  */

@media only screen and (max-width: 769px) {
    .profile-content .profile-body {
        padding: 40px 24px !important;
    }
}

@media only screen and (max-width: 460px) {
    .profile-content .profile-body h2.title {
        font-size: 24px;
    }
}

/* radio icon rtl  */

.rtl .input-check-radio {
    margin-right: -1.5em !important;
    margin-left: 4px !important;
}
.rtl .input-check-radio .form-check .form-check-input {
    margin-right: -1.5em !important;
    margin-left: 4px !important;
}

.rtl .direction-button .input-check-radio {
    padding-right: 25px !important;
    padding-left: auto !important;
}

.rtl .direction-button div:nth-child(2) {
    padding-left: 10px !important;
}

.dark-theme .input-group-text {
    background-color: var(--ot-bg-secondary);
    color: var(--ot-text-title);
    border-color: var(--ot-border-primary) !important;
}

.btn-group-container {
    width: 100%;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .pricing-table .ptable-price h2 {
        font-size: 24px;
    }

    .pricing-table .ptable-title h2 {
        font-size: 16px;
    }

    .price-tag .amount {
        font-size: 32px;
    }
}
.swal2-popup {
    background: var(--ot-bg-secondary);
}
.sidebar .sidebar-header {
    height: 80px;
    padding: 16px 21px !important;
    border-bottom: 1px solid rgba(217, 219, 228, 0.6);
    min-height: 86px;
    position: relative;
    z-index: 12;
    background: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: baseline;
}

.metismenu .has-arrow::after {
    right: 1.5em;
}

.header .header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #7e8299;
}

.search-field.ot-input:focus {
    border-color: unset !important;
    border-color: var(--ot-border-primary) !important;
}
.nicescroll-cursors {
    background: #eeeeee !important;
}
.ot-btn-common,
.ot-dropdown-btn,
.ot-btn-primary,
.ot-btn-success,
.ot-btn-danger,
.ot-btn-warning,
.ot-btn-info {
    background: var(--ot-primary) !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
/* .btn:hover {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
} */
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
    box-shadow: inherit;
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
.profile-expand-dropdown .profile-expand-container .profile-expand-list {
    gap: 9px;
    padding: 10px;
}

.sidebar {
    box-shadow: rgba(50, 50, 93, 0) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
}

.height-350 {
    height: 350px;
}

.unseen {
    background-color: var(--ot-bg-primary);
}

.wave-animated {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.wave-animated::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
    bottom: -330px;
    right: -117px;
    border-radius: 150px;
    background: #fff5ea;
    animation: rotate 30s linear infinite;
    z-index: -1;
}
@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.wave-animated::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 150px;
    background: #fff4e8;
    z-index: -1;
    bottom: -328px;
    right: -110px;
    z-index: 2;
    animation: rotate 25s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
    border-left: 4px solid #6b9ffb;
}
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
    border-left: 4px solid transparent;
    padding: 12px 0px 12px 20px;
}

.summery-card .card-heading .card-content h1 {
    font-size: 27px;
}

/* Cart Counter */

.cart-five .single-counter .counter,
.cart-five .single-counter .roman-numeral {
    font-size: 35px;
    color: #2b394f;
}
.cart-five .single-counter .roman-numeral {
    font-size: 35px;
}
.single-counter .counter,
.single-counter .roman-numeral {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 575px) {
    .single-counter .counter,
    .single-counter .roman-numeral {
        font-size: 30px;
    }
}
.single-counter .pera-count h5 {
    color: #131933;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: var(--body-font);
}
.single-counter .pera-count .pera {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-counter .pera-count .pera {
        font-size: 17px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter .pera-count .pera {
        font-size: 17px;
    }
}

/* Upade Cart */
.card-badge img {
    width: 13px;
}
.summery-card .card-bottom .card-states .card-badge {
    font-size: 11px;
}

.profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item
    span {
    transition: 0.4s;
}

.footer p {
    justify-content: center;
}
/* Search */
.serch-sagetion {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
    position: absolute;
    width: 100%;
    top: 108%;
    margin: 0;
    padding: 10px 0;
}
.serch-sagetion .single-list {
    list-style: none;
}
.serch-sagetion .single-list .singlePage-link {
    font-size: 14px;
    color: var(--ot-text-primary);
    display: block;
    padding: 6px 13px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

#topbar_notifications {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
    padding: 7px 0 7px 47px;
}

.icon-flag {
    width: 26px;
    height: 26px;
    line-height: 27px;
    overflow: hidden;
    border-radius: 50%;
}

.icon-flag i {
    transform: scale(1.5);
    padding: 0;
    border: 1px solid #6f767e;
    font-size: 23px;
}
/*
body {
    background: url(../../assets/images/BG6.jpg);
  } */

.table-height-350 {
    max-height: 350px;
}

.card-title h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}
.card-title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

.card-header h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
    text-transform: capitalize;
}

.table-content.table-basic .table .tbody tr td {
    font-size: 12px;
    padding: 6px 12px;
}

#row_1 td:first-child {
    width: 40px;
}

.ot-pagination {
    margin-top: 24px;
}

.chat-container .chat-app .people-list .chat-list li {
    position: relative;
    margin: 15px 0;
}
.chat-container .chat-app .people-list .chat-list li::before {
    content: "";
    bottom: -9px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.card.chat-app .people-list h3 {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 500;
}

.chat-container .chat-app .chat .chat-history .message {
    font-size: 15px;
    font-weight: 400;
    color: var(--ot-text-title);
    background: var(--ot-bg-primary);
}

.chat-container .chat-app .chat .chat-history .message {
    font-size: 15px;
    font-weight: 400;
}

.list-unstyled.niceScroll.chat-list {
    height: calc(100vh - 400px);
    overflow: hidden;
}

.chat-container .card {
    overflow: hidden;
}

.clearfix.adminMessage {
    text-align: right;
}

.clearfix.userMessage {
    text-align: left;
}
.clearfix.adminMessage {
    text-align: right;
}
.clearfix.adminMessage .message-data {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
.chat-container .chat-app .chat .chat-history .message::after {
    left: 22px;
}
.clearfix.adminMessage .message::after {
    left: auto !important;
    right: 22px;
}
.clearfix.adminMessage .message-data-time {
    padding-left: auto !important;
    padding-right: 6px;
}

.chat-container .chat-app .chat .chat-history ul li {
    margin-bottom: 10px;
}

.chat-history.niceScroll {
    max-height: 480px;
}
.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .action
    .btn-action {
    padding: 4px 7px;
    border-radius: 10px;
    font-size: 24px;
    border: 0;
}
.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .action
    .btn-action:hover {
    border: 0;
}
.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .select-items {
    min-width: 106px;
    height: 34px;
    border: 1px solid #efefef;
    border-radius: 5px;
    outline: none;
    padding: 5px;
}
.notification-container
    .notification-col
    .card
    .card-head
    .item-selector
    .select-items:hover {
    border: 1px solid #efefef;
}

.notification-container .notification-col .card {
    padding: 35px 24px;
}
.half-expand .sidebar ul.parent-menu-list > li > ul {
    border-radius: 4px;
    padding: 10px;
}
.ot-btn-common,
.ot-dropdown-btn,
.ot-btn-primary,
.ot-btn-success,
.ot-btn-danger,
.ot-btn-warning,
.ot-btn-info {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
}
.ot-btn-common,
.ot-dropdown-btn,
.ot-btn-primary,
.ot-btn-success,
.ot-btn-danger,
.ot-btn-warning,
.ot-btn-info {
    padding: 9px 18px;
}

.table-content .table-toolbar .dropdown-action .btn-dropdown {
    color: var(--ot-primary);
    font-size: 16px;
    background: var(--ot-primary);
}
.table-content .table-toolbar .btn-daterange,
.table-content .table-toolbar .dropdown-designation .btn-designation,
.table-content .table-toolbar .dropdown-export .btn-export {
    background-image: unset;
    box-shadow: none;
    border: 1px solid var(--ot-border-primary);
    background: none;
}

.table-content .table-toolbar .search-box .form-control,
.table-content
    .table-toolbar
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .search-box
    .form-select {
    border: 1px solid var(--ot-border-primary);
}

.table-content .table-toolbar .form-select {
    border: 1px solid var(--ot-border-primary);
}
.table-content .table-toolbar .search-box {
    border: 0;
}

.table-content .table-toolbar .dropdown-action .dropdown-menu li {
    margin-bottom: 6px;
}

.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-control,
.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .profile-content
    .profile-body-form
    .form-box
    .form-select,
.profile-content
    .profile-body-form
    .form-box
    .table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box
    .form-select {
    padding: 8px 34px 8px 16px;
    border-radius: 4px;
    box-shadow: none !important;
    background-color: #ffffff;
    box-shadow: none;
    background: none;
    background: none !important;
    border: none !important;
}
.table-content
    .table-toolbar
    .dropdown-designation
    .search-content
    .search-box {
    border-radius: 8px;
}

.dropdown-divider {
    border-top: 1px solid #eaeaea;
}

.table-content .table-toolbar .dropdown-action .btn-dropdown {
    background: var(--ot-primary);
    color: #fff;
}
.profile-info h6 {
    margin-bottom: 2px;
    font-size: 15px;
}
.profile-info p {
    font-size: 13px;
    font-weight: 500;
}
.listing-calss {
    margin-bottom: 0;
}

.listing-calss .list {
    list-style: none;
    margin-bottom: 5px;
}
.listing-calss .list span {
    color: var(--ot-text-primary);
}

.listing-calss .list:nth-child(3n) {
    margin-bottom: 24px;
}
.listing-calss .list:last-child {
    margin-bottom: 0px;
}

.listing-calss {
    padding-left: 14px;
}

/* Make class Font size */

.font-size-1 {
    font-size: 1px !important;
}
.font-size-2 {
    font-size: 2px !important;
}
.font-size-3 {
    font-size: 3px !important;
}
.font-size-4 {
    font-size: 4px !important;
}
.font-size-5 {
    font-size: 5px !important;
}
.font-size-6 {
    font-size: 6px !important;
}
.font-size-7 {
    font-size: 7px !important;
}
.font-size-8 {
    font-size: 8px !important;
}
.font-size-9 {
    font-size: 9px !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-19 {
    font-size: 19px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.font-size-23 {
    font-size: 23px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-25 {
    font-size: 25px !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.font-size-27 {
    font-size: 27px !important;
}
.font-size-28 {
    font-size: 28px !important;
}
.font-size-29 {
    font-size: 29px !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-31 {
    font-size: 31px !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.font-size-33 {
    font-size: 33px !important;
}
.font-size-34 {
    font-size: 34px !important;
}
.font-size-35 {
    font-size: 35px !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.font-size-37 {
    font-size: 37px !important;
}
.font-size-38 {
    font-size: 38px !important;
}
.font-size-39 {
    font-size: 39px !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-41 {
    font-size: 41px !important;
}
.font-size-42 {
    font-size: 42px !important;
}
.font-size-43 {
    font-size: 43px !important;
}
.font-size-44 {
    font-size: 44px !important;
}
.font-size-45 {
    font-size: 45px !important;
}
.font-size-46 {
    font-size: 46px !important;
}
.font-size-47 {
    font-size: 47px !important;
}
.font-size-48 {
    font-size: 48px !important;
}
.font-size-49 {
    font-size: 49px !important;
}
.font-size-50 {
    font-size: 50px !important;
}

/* Make class Font Weight */

.font-weight-100 {
    font-weight: 100;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}

/* Make class Font color */

.font-primary {
    color: var(--ot-primary) !important;
}
.font-secondary {
    color: #ba895d !important;
}
.font-success {
    color: #3cc13b !important;
}
.font-danger {
    color: #d22d3d !important;
}
.font-info {
    color: #717171 !important;
}
.font-light {
    color: #e6edef !important;
}
.font-dark {
    color: #2c323f !important;
}
.font-warning {
    color: #e2c636 !important;
}

/* Make class label color */

/* Make class background color */
bg-primary {
    background-color: var(--ot-primary) !important;
}
.bg-secondary {
    background-color: #ba895d !important;
}
.bg-success {
    background-color: #3cc13b !important;
}
.bg-danger {
    background-color: #d22d3d !important;
}
.bg-info {
    background-color: #717171 !important;
}
.bg-light {
    background-color: #e6edef !important;
}
.bg-dark {
    background-color: #2c323f !important;
}
.bg-warning {
    background-color: #e2c636 !important;
}

/* Weight and Height */
.height-1 {
    height: 1px !important;
}
.wight-1 {
    width: 1px;
}
.height-2 {
    height: 2px !important;
}
.wight-2 {
    width: 2px;
}
.height-3 {
    height: 3px !important;
}
.wight-3 {
    width: 3px;
}
.height-4 {
    height: 4px !important;
}
.wight-4 {
    width: 4px;
}
.height-5 {
    height: 5px !important;
}
.wight-5 {
    width: 5px;
}
.height-6 {
    height: 6px !important;
}
.wight-6 {
    width: 6px;
}
.height-7 {
    height: 7px !important;
}
.wight-7 {
    width: 7px;
}
.height-8 {
    height: 8px !important;
}
.wight-8 {
    width: 8px;
}
.height-9 {
    height: 9px !important;
}
.wight-9 {
    width: 9px;
}
.height-10 {
    height: 10px !important;
}
.wight-10 {
    width: 10px;
}
.height-11 {
    height: 11px !important;
}
.wight-11 {
    width: 11px;
}
.height-12 {
    height: 12px !important;
}
.wight-12 {
    width: 12px;
}
.height-13 {
    height: 13px !important;
}
.wight-13 {
    width: 13px;
}
.height-14 {
    height: 14px !important;
}
.wight-14 {
    width: 14px;
}
.height-15 {
    height: 15px !important;
}
.wight-15 {
    width: 15px;
}
.height-16 {
    height: 16px !important;
}
.wight-16 {
    width: 16px;
}
.height-17 {
    height: 17px !important;
}
.wight-17 {
    width: 17px;
}
.height-18 {
    height: 18px !important;
}
.wight-18 {
    width: 18px;
}
.height-19 {
    height: 19px !important;
}
.wight-19 {
    width: 19px;
}
.height-20 {
    height: 20px !important;
}
.wight-20 {
    width: 20px;
}
.height-21 {
    height: 21px !important;
}
.wight-21 {
    width: 21px;
}
.height-22 {
    height: 22px !important;
}
.wight-22 {
    width: 22px;
}
.height-23 {
    height: 23px !important;
}
.wight-23 {
    width: 23px;
}
.height-24 {
    height: 24px !important;
}
.wight-24 {
    width: 24px;
}
.height-25 {
    height: 25px !important;
}
.wight-25 {
    width: 25px;
}
.height-26 {
    height: 26px !important;
}
.wight-26 {
    width: 26px;
}
.height-27 {
    height: 27px !important;
}
.wight-27 {
    width: 27px;
}
.height-28 {
    height: 28px !important;
}
.wight-28 {
    width: 28px;
}
.height-29 {
    height: 29px !important;
}
.wight-29 {
    width: 29px;
}
.height-30 {
    height: 30px !important;
}
.wight-30 {
    width: 30px;
}
.height-31 {
    height: 31px !important;
}
.wight-31 {
    width: 31px;
}
.height-32 {
    height: 32px !important;
}
.wight-32 {
    width: 32px;
}
.height-33 {
    height: 33px !important;
}
.wight-33 {
    width: 33px;
}
.height-34 {
    height: 34px !important;
}
.wight-34 {
    width: 34px;
}
.height-35 {
    height: 35px !important;
}
.wight-35 {
    width: 35px;
}
.height-36 {
    height: 36px !important;
}
.wight-36 {
    width: 36px;
}
.height-37 {
    height: 37px !important;
}
.wight-37 {
    width: 37px;
}
.height-38 {
    height: 38px !important;
}
.wight-38 {
    width: 38px;
}
.height-39 {
    height: 39px !important;
}
.wight-39 {
    width: 39px;
}
.height-40 {
    height: 40px !important;
}
.wight-40 {
    width: 40px;
}
.height-41 {
    height: 41px !important;
}
.wight-41 {
    width: 41px;
}
.height-42 {
    height: 42px !important;
}
.wight-42 {
    width: 42px;
}
.height-43 {
    height: 43px !important;
}
.wight-43 {
    width: 43px;
}
.height-44 {
    height: 44px !important;
}
.wight-44 {
    width: 44px;
}
.height-45 {
    height: 45px !important;
}
.wight-45 {
    width: 45px;
}
.height-46 {
    height: 46px !important;
}
.wight-46 {
    width: 46px;
}
.height-47 {
    height: 47px !important;
}
.wight-47 {
    width: 47px;
}
.height-48 {
    height: 48px !important;
}
.wight-48 {
    width: 48px;
}
.height-49 {
    height: 49px !important;
}
.wight-49 {
    width: 49px;
}
.height-50 {
    height: 50px !important;
}
.wight-50 {
    width: 50px;
}

.ot-pricing-table .table tbody tr td .pricing-list ul li .btn-container {
    padding: 1px;
    margin: 25px 0px 0px 0px;
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .btn-container {
    padding: 1px;
}
.pricing-table-container .pricing-table-body .pricing-list:hover {
    background: var(--ot-bg-pricing-table-gradient);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.pricing-table-container .pricing-table-body .basic {
    z-index: 1;
}

.pricing-table-container .pricing-header .btn-switch-content .btn-switch {
    width: 227px;
    height: 47px;
    background: none;
}

.pricing-table-container
    .pricing-header
    .btn-switch-content
    .btn-switch
    input:checked
    + label {
    margin-top: 1px;
}

.pricing-table-container .pricing-header .btn-switch-content {
    background: #fff;
}

.pricing-table-container .pricing-header {
    padding: 81px 0px;
    background: url(../../assets/images/BG2.jpg);
    background-size: cover;
    background-position: center center;
}

.pricing-table-container .pricing-header p {
    text-transform: uppercase;
}

.pricing-table-container
    .pricing-table-body
    .pricing-list
    ul
    li
    .facility-detail
    ul {
    padding: 0px 0 0 20px;
}

.chart-card2 {
    position: relative;
}

.timeline-marker::before {
    background: var(--ot-primary) !important;
    border-radius: 3px;
    border: 0;
}

.timeline-item:not(.period):hover .timeline-marker::before {
    border: 0;
    background: linear-gradient(0deg, #2d7dffb8 0%, #21c6fba8 100%) !important;
}

.timeline-info {
    margin: 0 0 0.8em 0;
}

.timeline-info .info-details {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    white-space: nowrap;
}

.class-time {
    padding: 0;
}
.class-time .list {
    list-style: none;
    padding: 0;
    color: var(--ot-text-primary);
}

.timeline-content {
    padding-bottom: 30px;
}
.timeline-content .pera {
    color: var(--ot-text-primary);
}

.timeline-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.height-490 {
    height: 490px;
}
.height-300 {
    height: 300px;
}

@media only screen and (min-width: 1400px) {
    .height-ot-300 {
        height: 300px;
    }
}

.tbody tr td:first-child {
    width: 100px;
}
.child-menu-list.mm-collapse {
    /* padding: 12px 0; */
}

/* .child-menu-list .sidebar-menu-item:first-child {
    padding-top: 3px;
}
.child-menu-list .sidebar-menu-item:last-child {
    padding-bottom: 3px;
} */

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #ddd 1px;
}

@media (max-width: 768px) {
    .header-control-item.md-none {
        display: unset !important;
    }
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown {
    width: 228px;
    padding: 17px;
    padding-bottom: 0;
}

.header
    .header-controls
    .header-control-item
    .language-currceny-container
    .language-currency-dropdown
    h5 {
    color: var(--ot-text-primary);
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
}

.language-currency-dropdown
    .select2-selection.select2-selection--single.ot-input {
    height: 40px !important;
}

.language-currency-dropdown
    .select2-selection.select2-selection--single.ot-input
    i {
    color: #ddd;
}

.dropdown-menu.dropdown-menu-end.profile-expand-dropdown.top-navbar-dropdown-menu.ot-card {
    width: 135px;
}

.topbar-dropdown-menu .topbar-dropdown-content .topbar-dropdown-item {
    padding: 10px 10px;
}
.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-content
    h6 {
    font-size: 13px;
}

/* CART */

.bg-soft-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0e1),
        to(#fff0e1)
    );
    background: linear-gradient(90deg, #fff0e1, #fff0e1);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.bg-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#07cdae),
        to(#84d9d2)
    );
    background: linear-gradient(90deg, #07cdae, #84d9d2);
}
.bg-warning-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffd500),
        to(#f6e384)
    );
    background: linear-gradient(90deg, #ffd500, #f6e384);
}
.bg-beguni-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e9e3fe),
        to(#e9e3fe)
    );
    background: linear-gradient(90deg, #e9e3fe, #e9e3fe);
}
.bg-blue-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#d1ebff),
        color-stop(#d1ebff)
    );
    background: linear-gradient(90deg, #d1ebff, #d1ebff);
}
.bg-orange-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1b5661),
        color-stop(99%, #989898)
    );
    background: linear-gradient(90deg, #1b5661, #989898 99%);
}
.bg-romance-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#be3664),
        color-stop(99%, #222771)
    );
    background: linear-gradient(90deg, #be3664, #222771 99%);
}
.bg-tea-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#b9e9ce),
        color-stop(#c4f8db)
    );
    background: linear-gradient(90deg, #b9e9ce, #c4f8db);
}
.bg-royal-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#aa3475),
        color-stop(99%, #cb7326)
    );
    background: linear-gradient(90deg, #aa3475, #cb7326 99%);
}

/* Cat same desing other */
.bg-soft-gradient.wave-animated {
}
.bg-soft-gradient .icon {
    background: #fcab5e;
}
.bg-soft-gradient .icon2 {
    background: #fff5ea;
    color: #fcab5e;
}
.bg-soft-gradient .countPersent::before {
    background: #fcab5e;
}

/* Cat same desing other */
.bg-beguni-gradient.wave-animated::before {
    background: #eee9ff;
}
.bg-beguni-gradient.wave-animated::after {
    background: #f0ebfd;
}
.bg-beguni-gradient .icon {
    background: #8a70d6;
}
.bg-beguni-gradient .icon2 {
    background: #e2d9ff;
    color: #8a70d6;
}
.bg-beguni-gradient .countPersent::before {
    background: #8a70d6;
}

/* Cat same desing other */
.bg-blue-gradient.wave-animated::before {
    background: #dcefff;
}
.bg-blue-gradient.wave-animated::after {
    background: #deeefe;
}
.bg-blue-gradient .icon {
    background: #579be4;
}
.bg-blue-gradient .icon2 {
    background: #cbe8ff;
    color: #579be4;
}
.bg-blue-gradient .countPersent::before {
    background: #579be4;
}

/* Cat same desing other */
.bg-tea-gradient.wave-animated::before {
    background: rgba(206, 255, 227, 0.28);
}
.bg-tea-gradient.wave-animated::after {
    background: rgba(206, 255, 227, 0.39);
}
.bg-tea-gradient .icon {
    background: #7cedad;
}
.bg-tea-gradient .icon2 {
    background: rgba(206, 255, 227, 0.28);
    color: #7cedad;
}
.bg-tea-gradient .countPersent::before {
    background: #7cedad;
}

.cart-two {
    /* display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:start;
    -moz-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:start; */
    /* align-items:start; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    /* -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between; */
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .cart-two {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-two {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .cart-two {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cart-two .cartCaption {
    flex: 1;
}
.cart-two .cartCaption .cart-title {
    color: var(--ot-text-primary);
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .cart-two .cartCaption .cart-title {
        font-size: 18px;
    }
}
.cart-two .cartCaption .cartCap,
.cart-two .cartCaption .cart-five .pera,
.cart-five .cart-two .cartCaption .pera {
    color: var(--heading-color-two);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 24px;
}
.cart-two .cartCaption .cartCap .countPersent,
.cart-two .cartCaption .cart-five .pera .countPersent,
.cart-five .cart-two .cartCaption .pera .countPersent {
    color: #28b95e;
    font-weight: 500;
}
.cart-two .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ffff;
    border-radius: 9px;
}
.icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-two .icon2 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}
.cart-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .cart-three {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-three {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .cart-three {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cart-three.cartStyle-two .cartCaption .icon {
    color: #696cff;
    background: rgba(105, 108, 255, 0.1);
}
.cart-three.cartStyle-two .cartCaption .cartCap .countPersent,
.cart-three.cartStyle-two .cartCaption .cart-five .pera .countPersent,
.cart-five .cart-three.cartStyle-two .cartCaption .pera .countPersent {
    color: #696cff;
}
.cart-three .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-right: 20px;
}
.cart-three .cartCaption {
    flex: 1;
}
.cart-three .cartCaption .cart-title {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .cart-three .cartCaption .cart-title {
        font-size: 18px;
    }
}
.cart-three .cartCaption .cartCap,
.cart-three .cartCaption .cart-five .pera,
.cart-five .cart-three .cartCaption .pera {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 24px;
}
.cart-three .cartCaption .cartCap .countPersent,
.cart-three .cartCaption .cart-five .pera .countPersent,
.cart-five .cart-three .cartCaption .pera .countPersent {
    color: #28b95e;
    font-weight: 500;
}
.cart-four {
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .cart-four {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-four {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .cart-four {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cart-four .progress {
    margin-bottom: -1px;
    background: rgba(40, 185, 94, 0.1);
}
.cart-four .progress .progress-bar {
    background: #28b95e;
}
.cart-four.cartStyle-two .cartCap .countPersent,
.cart-four.cartStyle-two .cart-five .pera .countPersent,
.cart-five .cart-four.cartStyle-two .pera .countPersent {
    color: #696cff;
}
.cart-four.cartStyle-two .icon {
    color: #696cff;
    background: rgba(105, 108, 255, 0.1);
}
.cart-four.cartStyle-two .progress {
    margin-bottom: -1px;
    background: rgba(105, 108, 255, 0.1);
}
.cart-four.cartStyle-two .progress .progress-bar {
    background: #696cff;
}
.cart-four.cartStyle-two:hover .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #696cff;
    background: #696cff;
    color: var(--white);
}
.cart-four.cartStyle-three .cartCaption .cartCap .countPersent,
.cart-four.cartStyle-three .cartCaption .cart-five .pera .countPersent,
.cart-five .cart-four.cartStyle-three .cartCaption .pera .countPersent {
    color: #f0783c;
}
.cart-four.cartStyle-three .icon {
    color: #f0783c;
    background: rgba(240, 120, 60, 0.1);
}
.cart-four.cartStyle-three .progress {
    margin-bottom: -1px;
    background: rgba(240, 120, 60, 0.1);
}
.cart-four.cartStyle-three .progress .progress-bar {
    background: #f0783c;
}
.cart-four.cartStyle-three:hover .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #f0783c;
    background: #f0783c;
    color: var(--white);
}
.countPersent {
    position: relative;
}
.countPersent::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: -20px;
    top: 2px;
}

.cart-four.cartStyle-four .cartCaption .cartCap .countPersent,
.cart-four.cartStyle-four .cartCaption .cart-five .pera .countPersent,
.cart-five .cart-four.cartStyle-four .cartCaption .pera .countPersent {
    color: #f04b69;
}
.cart-four.cartStyle-four .icon {
    color: #f04b69;
    background: rgba(240, 75, 105, 0.1);
}
.cart-four.cartStyle-four .progress {
    margin-bottom: -1px;
    background: rgba(240, 75, 105, 0.1);
}
.cart-four.cartStyle-four .progress .progress-bar {
    background: #f04b69;
}
.cart-four.cartStyle-four:hover .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #f04b69;
    background: #f04b69;
    color: var(--white);
}
.cart-four .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #28b95e;
    background: rgba(40, 185, 94, 0.1);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.cart-four .cartCap,
.cart-four .cart-five .pera,
.cart-five .cart-four .pera {
    color: var(--paragraph-color-one);
    font-size: 16px;
    margin-bottom: 20px;
}
.countPersent {
    color: var(--ot-text-title);
    color: var(--ot-text-title);
    font-weight: 400;
    margin: 0 5px;
    font-size: 15px;
}
.cart-four .cartCaption .cart-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 21px;
    display: block;
    margin-bottom: 8px;
    text-align: right;
    color: var(--paragraph-color-two);
}
@media (max-width: 575px) {
    .cart-four .cartCaption .cart-title {
        font-size: 18px;
    }
}
.cart-four .cartCaption .single-counter .counter,
.cart-four .cartCaption .single-counter .countPlus {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--paragraph-color-two);
}
.cart-four:hover .icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #28b95e;
    background: #28b95e;
    color: var(--white);
}
.cart-five {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    border-right: 3px solid rgba(60, 193, 59, 0.2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .cart-five {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-five {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .cart-five {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cart-five.bg-success-soft {
    border-right: 3px solid rgba(60, 193, 59, 0.2);
    background: rgba(60, 193, 59, 0.1);
}
.cart-five.bg-warning-soft {
    border-right: 3px solid rgba(243, 187, 28, 0.2);
    background: rgba(243, 187, 28, 0.1);
}
.cart-five.bg-danger-soft {
    border-right: 3px solid rgba(220, 53, 69, 0.2);
    background: rgba(220, 53, 69, 0.1);
}
.cart-five.bg-blue-soft {
    border-right: 3px solid rgba(17, 205, 239, 0.2);
    background: rgba(17, 205, 239, 0.1);
}
.cart-five.bg-error-soft {
    border-right: 3px solid rgba(244, 67, 54, 0.2);
    background: rgba(244, 67, 54, 0.1);
}
.cart-five .cart-title {
    color: var(--heading-color-two);
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .cart-five .cart-title {
        font-size: 18px;
    }
}
.cart-five .cartCap,
.cart-five .pera {
    color: var(--heading-color-two);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.cart-five .cartCap .countPersent,
.cart-five .pera .countPersent {
    color: #3cc13b;
    font-weight: 500;
}
.cart-five .pera {
    border: 0;
    margin: 0;
    padding: 0;
}
.cart-five .single-counter .counter,
.cart-five .single-counter .countPlus {
    font-size: 35px;
    color: #2b394f;
}
.cart-five .single-counter .countPlus {
    font-size: 35px;
}
.single-counter .counter,
.single-counter .countPlus {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
@media (max-width: 575px) {
    .single-counter .counter,
    .single-counter .countPlus {
        font-size: 30px;
    }
}
.single-counter .pera-count h5 {
    color: #131933;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: var(--body-font);
}
.counts {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    align-items: center;
}
.single-counter .pera-count .pera {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-counter .pera-count .pera {
        font-size: 17px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter .pera-count .pera {
        font-size: 17px;
    }
}

.progress-container.circle-progress-one .progress {
    width: 172px;
    height: 172px;
    line-height: 172px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress-container.circle-progress-one .progress .browser-percent {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.progress-container.circle-progress-one .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 88px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    img {
    border-radius: 50%;
}
.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater {
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
}
.topbar-dropdown-menu
    .topbar-dropdown-content
    .topbar-dropdown-item
    .item-avater
    .item-badge.item-icon-badge {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    padding: 8px;
    background-color: var(--ot-primary);
    font-size: 13px;
}

/* Title */
.bradecrumb-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.breadcrumb {
    margin: 0;
}

.breadcrumb-item {
    color: var(--ot-text-primary);
}
.breadcrumb-item:first-child a {
    color: var(--ot-primary);
}
.breadcrumb-item a {
    color: var(--ot-primary) !important;
}

/*  */
.chart-card3 .ot-dropdown-btn {
    background: unset !important;
    border: 1px solid var(--ot-text-primary) !important;
    padding: 5px 13px;
    color: var(--ot-text-primary) !important;
    font-size: 12px;
    border-radius: 7px;
}
.select2 {
    /* width: 100% !important; */
}
.header-control-item .select2 {
    width: 100% !important;
}

.profile-photo img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.component-page-heading h1 {
    margin-bottom: 20px;
}
.basic-table tbody td,
.ot-table-bg tbody td,
.table-color-col tbody td {
    min-width: 120px;
}
.pricing-table-container {
    padding: 80px 80px;
}
.pricing-container {
    background: var(--ot-bg-secondary);
    padding: 80px 80px 20px 80px;
}
.simple-pricing-container {
    background: var(--ot-bg-secondary);
    padding: 80px 80px 80px 80px;
}

/* pricing-header  */
.pricing-container .pricing-header h1 {
    font-size: 40px;
}
.simple-pricing-container .pricing-header h1 {
    font-size: 40px;
}
.pricing-table-container .pricing-header h1 {
    font-size: 40px;
}
.pricing-container .pricing-table-body .pricing-list ul li .btn-container {
    padding: 2px;
}

.bootstrap-tagsinput .badge [data-role="remove"]::after {
    content: "×";
    background-color: rgba(118, 118, 118, 0.1);
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput .badge [data-role="remove"]:hover::after {
    background-color: var(--ot-primary);
}
.bootstrap-tagsinput .badge {
    font-weight: 500;
}
.period .timeline-content {
    margin-left: 26px;
}
.timeline-centered .period .timeline-title {
    margin-left: 96px;
}

.timeline-split .period .timeline-title,
.timeline-centered .period .timeline-title {
    left: -18px;
}
.faq-card .ot-accordion-cust .accordion-item {
    border: 0;
}

.chart-card {
    height: 430px;
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
    /* background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    background-color: unset; */
    color: var(--ot-primary) !important;
}

.ot-badge.primary {
    margin: 0 5px;
}
.component-page-heading h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}
.component-page-heading h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--ot-text-title);
}

.left-side {
    flex-direction: row-reverse;
}

.input-check-radio .form-check .form-check-input {
    margin-right: 5px;
}
.icon-container.ot-card .title {
    font-weight: 600;
    font-size: 25px;
}
hr {
    color: #cdcece;
}
.profile-content .profile-menu-body .nav-item {
    margin-bottom: 21px;
}

/* ---------  Arafath start  ------------ */
/* updated styles here  */
/* reset style  */
/* color  */
.grayText {
    color: #6f767e;
}
.titleText {
    color: #3b3b3b;
}
.dangerColor {
    color: #fe2e00;
}
.greenColor {
    color: #15b974;
}
.mb_15 {
    margin-bottom: 15px;
}
.gap_8 {
    grid-gap: 8px;
}
.gap_10 {
    grid-gap: 10px;
}
.gap_15 {
    grid-gap: 15px;
}
.gap_20 {
    grid-gap: 20px;
}
/* font size  */
.fs_10 {
    font-size: 10px;
}
.fs_12 {
    font-size: 12px;
}
.fs_14 {
    font-size: 14px;
}
.fs_16 {
    font-size: 16px;
}
.fs_18 {
    font-size: 18px;
}
.fs_15 {
    font-size: 15px;
}
.fs_20 {
    font-size: 20px;
}
.fs_25 {
    font-size: 25px;
}
.fs_30 {
    font-size: 30px;
}
.fs_35 {
    font-size: 35px;
}
.fs_40 {
    font-size: 40px;
}
.fs_45 {
    font-size: 45px;
}
.fs_50 {
    font-size: 50px;
}
.fs_55 {
    font-size: 55px;
}
.fs_60 {
    font-size: 60px;
}
.fs_65 {
    font-size: 65px;
}
.fs_70 {
    font-size: 70px;
}
.fs_80 {
    font-size: 80px;
}

.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;
}
/* MAX_WIDTH */
.max_275 {
    max-width: 275px;
}
/* crm styles  */
.otPorject__wrapper {
    max-height: 420px;
    overflow-x: hidden;
}
.otProject_single {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 15px 13px;
    grid-gap: 10px;
}
.otProject_subText {
    border-radius: 8px;
}
.assigne_imgs {
    margin: 3px 0 0 6px;
}
.assigne_imgs .assigne_img {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    padding: 0.5px;
    margin-left: -6px;
    position: relative;
    z-index: 1;
}
.assigne_img.assingneCount {
    background: var(--ot-primary);
    border: 0.5px solid #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

/* event style  */

.otEvent__wrapper .otEvent_single:not(:last-child) {
    margin-bottom: 34px;
}

.otEvent_singleSep {
    position: relative;
}
.otEvent_single {
    position: relative;
    min-height: 98px;
    padding: 0 0 0 24px;
}
.otEvent_single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #15b974;
}
.otEvent_single.style2::before {
    background: #ffc63c;
}
.otEvent_single.style3::before {
    background: var(--ot-primary);
}
.otEvent_single.style4::before {
    background: #15b974;
}
.otEvent__wrapper h4 {
    margin-bottom: 10px;
    padding-right: 30px;
}
.otEvent_singleSep .icon {
    position: absolute;
    top: 0;
    right: 0;
}
/* BUTTON STYLE  */
.ot_crm_btn {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 22.5px 10px;
}

/* datepicker  */
.ot__datePicker {
    box-shadow: none;
}
.ot__datePicker .datepicker {
    box-shadow: none !important;
    width: 100%;
    padding: 0;
}
.ot__datePicker .datepicker--nav-action {
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ot-primary) !important;
}
.ot__datePicker .datepicker--day-name {
    font-size: 20px;
    color: #afafaf;
}
.ot__datePicker .datepicker--nav-title {
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    color: #3b3b3b;
}
.ot__datePicker .datepicker--nav-title i {
    color: #3b3b3b;
}
.ot__datePicker .datepicker--day-name {
    font-size: 16px;
    color: #6f767e;
    font-weight: 400;
    text-transform: capitalize;
}
.ot__datePicker .datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #afafaf;
}
.ot__datePicker .datepicker--nav {
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 0 0 15px 0;
    margin-bottom: 13px;
}
.ot__datePicker .datepicker--cell.-current- {
    color: #fff;
    border-color: var(--ot-primary);
    background-color: var(--ot-primary);
    background: var(--ot-primary) !important;
}
.ot__datePicker .datepicker--cell.-selected-.-focus- {
    background-color: rgba(15, 106, 255, 0.8);
}
.ot__datePicker .datepicker--cell-day {
    width: 14.28571%;
    height: 45px;
}
.ot_heightFull {
    height: calc(100% - 24px);
}
/* sidebar  */
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-section-heading {
    white-space: nowrap;
    background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--ot-primary);
    transition: 0.3s;
}
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a:hover {
    background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    color: var(--ot-primary);
}

.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
    padding: 7px 0 7px 47px;
    grid-gap: 12px;
}
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
    border-left: 0 solid transparent;
    padding: 10px 0px 10px 27px;
    font-size: 14px;
}
.sidebar .sidebar-menu .child-menu-list .sidebar-menu-item a {
    font-size: 14px;
    color: var(--ot-text-primary);
    font-weight: 500;
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item.mm-active
    .parent-item-content::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--ot-primary);
    left: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
}
/* .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.parent-item-content::before {
	content: none;
} */

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item.mm-active
    .parent-item-content {
    /* background: var(--ot-primary); */
}

.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a.has-arrow::after,
.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item.mm-active
    .parent-item-content
    i,
.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item.mm-active
    .parent-item-content
    .on-half-expanded {
    color: var(--ot-primary);
    /* -webkit-text-fill-color: #fff; */
}
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-section-heading {
    margin-left: 30px;
}
.child-menu-list .sidebar-menu-item:first-child {
    padding-top: 3px;
}
.child-menu-list .sidebar-menu-item:last-child {
    padding-bottom: 3px;
}

#layout-wrapper.half-expand
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-section-heading {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-content .profile-menu-body .nav-link::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    background: var(--ot-primary);
    width: 3px;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

.profile-content .profile-menu-body .nav-link.active::before,
.profile-content .profile-menu-body .nav-link:hover::before {
    opacity: 1;
}
.role-table .serial {
    max-width: 50px;
    min-width: 100px;
}

/* NICE_SELECT_STYLE  */
.nice-select {
    border: 0;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 30px;
    border: 1px solid var(--ot-border-primary) !important;
}
/*
.nice-select:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    border: 0;
    transform: rotate(0deg);
    margin-top: -23px;
    font-size: 12px;
    font-weight: 900;
    right: 18px;
    transform-origin: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
} */

.nice-select:focus {
    box-shadow: none;
}
/*
.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 15px;
} */
.nice-select .current {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nice-select .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0px 0px 10px 10px;
    margin-top: 1px;
    z-index: 9999 !important;
}

.nice-select .list li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.nice-select .list li:last-child {
    margin-bottom: 20px;
}
.nice-select .list li {
    transition: 0.3s;
}
.nice-select .list li:hover {
    color: var(--ot-text-primary);
}

.nice-select.tr-bg {
    background: transparent;
    border: 1px solid var(--ot-primary);
    border-radius: 31px;
    height: 30px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 0 36px 0px 30px;
}
.nice-select.tr-bg:after {
    color: var(--ot-primary);
    margin-top: -14px;
}
.nice-select.tr-bg.open:after {
    margin-top: 6px;
}
.nice-select.tr-bg .current {
    color: var(--ot-primary);
}
.nice-select.tr-bg .list {
    min-width: 180px;
}
.nice-select.tr-bg:hover {
    border: 1px solid transparent;
}
.nice-select.tr-bg:hover:after {
    color: #ffffff;
}

.nice-select.tr-bg:hover .current {
    color: #ffffff;
}
.nice-select.bordered_style {
    background: transparent;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 48px;
    line-height: 48px;
    position: relative;
    padding: 0 12px;
    border-radius: 8px;
}
.nice-select.bordered_style .current {
    color: var(--ot-text-subtitle);
    text-transform: capitalize;
    position: relative;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #e0e0e080;
    color: var(--ot-text-primary);
}

.nice-select.open .nice-select-search-box {
    border-radius: 0;
}
.nice-select .list {
    padding: 55px 0 0;
}

.primary-btn {
    display: inline-block;
    color: #415094;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 20px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.input-right-icon button {
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    margin-left: -38px;
    position: relative;
    z-index: 999;
}

.ot_fileUploader {
    display: flex;
    align-items: center;
    border: 1px solid var(--ot-border-primary) !important;
    height: 48px;
    border-radius: 8px;
}
.ot_fileUploader input.form-control {
    border: 0 !important;
    border-radius: 3px;
    border: 0;
    height: 40px;
    width: 100%;
    box-shadow: none !important;
}
.ot_fileUploader button {
    background: transparent;
}
.ot_fileUploader .ot-btn-primary {
    padding: 10px 20px;
}
.input-check-radio .form-check .form-check-input,
.input-check-radio .form-check .form-check-label {
    cursor: pointer;
}
/* medaia query  */
@media (max-width: 991.98px) {
    .ot__datePicker .datepicker--nav-title {
        font-size: 16px;
    }
}

.table_height_450 {
    max-height: 450px;
}

/* crm summery box  */
.ot_crm_summeryBox {
    border-radius: 10px;
    background: #fff;
    grid-gap: 20px;
    padding: 30px 25px;
    flex-wrap: wrap;
    height: calc(100% - 24px);
}
.ot_crm_summeryBox .icon {
    max-width: 60px;
    flex: 60px 0 0;
}
.ot_crm_summeryBox .summeryContent {
}
.ot_crm_summeryBox .summeryContent h4 {
    font-size: 20px;
    font-weight: 400;
    color: #6f767e;
    margin: 0 0 0px 0;
}
.ot_crm_summeryBox .summeryContent h1 {
    font-size: 35px;
    font-weight: 500;
    color: #3b3b3b;
    margin: 0;
}
.ot-pagination {
    grid-gap: 10px;
    flex-wrap: wrap;
}
.ot-pagination .page-item {
    margin: 0;
}
.ot-pagination .pagination .page-item {
    margin-right: 0;
}
.ot-pagination .pagination {
    margin: 0;
    grid-gap: 10px;
}
.serch-sagetion {
    max-height: 350px;
    overflow: auto;
}
.cart-two .cartCaption {
    position: relative;
    z-index: 1223;
}

/* select2 */

.select2-container.custom-container {
    width: 200px !important;
}
.custom-container .select2-selection--single {
    min-height: 40px !important;
    border: 1px solid #21c6fb !important;
    padding-left: 25px !important;
}

.custom-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.custom-container .select2-selection__arrow i.las.la-angle-down {
    display: none;
}
.custom-container .select2-selection__arrow i.fa-solid {
    color: #21c6fb;
}
.custom-container .select2-selection--single .select2-selection__arrow {
    right: unset !important;
}
.select2-container .custom-container .select2-selection--single {
    border: 1px solid #21c6fb !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.custom-dropdown-select .select2-container {
    width: 100% !important;
}
.custom-dropdown-select .select2-selection__arrow {
    position: relative !important;
}

/* Multi Step Form */
.multi-step-form {
    border: 1px solid var(--ot-primary);
    padding: 20px 30px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
}
.multi-step-form i {
    display: block;
    font-size: 30px;
    color: var(--ot-primary);
    margin-bottom: 10px;
}
.multi-step-form span {
    font-size: 18px;
    color: var(--ot-primary);
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .ot_crm_summeryBox {
        grid-gap: 15px;
        padding: 25px 20px;
    }
    .ot_crm_summeryBox .summeryContent h1 {
        font-size: 20px;
    }
    .ot_crm_summeryBox .summeryContent h4 {
        font-size: 14px;
    }
    .otProject_single {
        flex-wrap: wrap;
    }
    .header {
        padding: 12px 24px;
        height: auto;
    }
    .pricing-table-container .pricing-header h1,
    .simple-pricing-container .pricing-header h1,
    .pricing-container .pricing-header h1 {
        font-size: 20px;
    }
    .bookmark ul {
        flex-wrap: wrap;
    }
    .pricing-table-container,
    .simple-pricing-container {
        padding: 30px;
    }
    .pricing-container {
        padding: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ot_crm_summeryBox .summeryContent h1 {
        font-size: 25px;
    }
    .ot_crm_summeryBox .summeryContent h4 {
        font-size: 16px;
    }
}

/* RTL style  */

body.rtl .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
    border-left: none;
    border-right: 0;
}
*[dir="rtl"]
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a.has-arrow::after {
    transform: rotate(-45deg) translate(0, -50%);
}
*[dir="rtl"]
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .mm-active
    > a.has-arrow::after {
    transform: rotate(-135deg) translate(0, -50%);
}
body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
    padding: 10px 27px 10px 0px;
}
*[dir="rtl"]
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > a {
    padding: 7px 47px 7px 0;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-section-heading {
    margin-right: 30px;
}
body.rtl
    .half-expand
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-section-heading {
    margin-right: 0;
}
*[dir="rtl"] .ot-pagination .pagination .page-item .page-link i {
    transform: rotate(180deg);
}
*[dir="rtl"] .sidebar {
    border-right: 0;
    border-left: 1px solid #b0ceff54;
}

*[dir="rtl"] .user-avatar + .user-info,
[class^="user-avatar"]:not([class*="-group"]) + .user-info {
    margin-left: 0;
    margin-right: 1rem;
}
*[dir="rtl"] .ml-10 {
    margin-left: 0px !important;
    margin-right: 10px !important;
}
*[dir="rtl"] .basic-table tbody td,
*[dir="rtl"] .ot-table-bg tbody td,
*[dir="rtl"] .table-color-col tbody td {
    padding-left: 0px;
    padding-right: 20px;
}
*[dir="rtl"] .datepicker--nav-action svg {
    transform: rotate(180deg);
}
*[dir="rtl"] .table-content.table-basic .table .thead tr th {
    padding: 16px 16px 16px 32px;
}
*[dir="rtl"] .profile-content .profile-menu {
    border-right: 0;
    border-left: 1px solid var(--ot-border-primary);
}
*[dir="rtl"] .profile-content .profile-menu-body .nav-link::before {
    right: auto;
    left: -2px;
}
*[dir="rtl"] .bookmark ul {
    padding: 0;
}
*[dir="rtl"]
    .simple-pricing-container
    .pricing-table-body
    .top-box
    .product-details {
    border-left: 1px solid #eaeaea;
    border-right: 0;
}
*[dir="rtl"] .chat-container .chat-app .chat .chat-header .chat-about {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
*[dir="rtl"] .table-content.table-basic .table .sorting_asc::before,
*[dir="rtl"] .table-content.table-basic .table .sorting_desc::before,
*[dir="rtl"] .table-content.table-basic .table .sorting_asc::after,
*[dir="rtl"] .table-content.table-basic .table .sorting_desc::after {
    right: auto;
    left: 16px;
}
*[dir="rtl"] .ml-20 {
    margin-left: 0px !important;
    margin-right: 20px !important;
}
*[dir="rtl"]
    .notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .user-answer
    img {
    margin-right: 0;
    margin-left: 16px;
}
*[dir="rtl"]
    .notification-container
    .notification-col
    .card
    .notification-list
    .notification-details
    .answer
    .btn-answer {
    margin-left: 0;
    margin-right: 66px;
}
*[dir="rtl"] .clearfix.adminMessage {
    text-align: left;
}
*[dir="rtl"] .clearfix.userMessage {
    text-align: right;
}
*[dir="rtl"] .chat-container .chat-app .people-list img {
    float: right;
}
*[dir="rtl"] .chat-container .chat-app .people-list .about {
    float: right;
    padding-left: 0;
    padding-right: 8px;
}
*[dir="rtl"] .timeline-centered .period .timeline-title {
    margin-left: 0;
    margin-right: 96px;
}
*[dir="rtl"] .cart-two .icon2 {
    transform: rotate(180deg);
}
*[dir="rtl"] .profile-content .profile-menu-body .nav-link {
    padding: 0px 60px 0px 0px;
}
*[dir="rtl"] .profile-content .profile-body {
    padding: 80px 80px 80px 250px;
}

@media (min-width: 768px) {
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 0;
        margin-left: 30px;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 0;
        margin-left: 20px;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 1600.98px) {
    *[dir="rtl"] .profile-content .profile-body {
        padding: 30px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    *[dir="rtl"] .profile-content .profile-body {
        padding: 30px;
    }
}
.select2-search__field {
    height: 40px;
    margin-bottom: 10px;
}

.error-show {
    display: inline-block;
}
.custom-text-decoration {
    text-decoration: underline;
}

.remember-checkbox.selected-quize .ot-checkmark {
    background: var(--ot-primary);
    border: var(--ot-primary);
}
.ot-textarea {
    margin-top: 0px;
    height: auto !important;
}

.tag-area3 .listing .single-list {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    color: var(--body_text);
    background: var(--white);
    border: 1px solid #ddd;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 14px;
    margin-bottom: 10px;
    margin-right: 2px;
    cursor: pointer;
    border-radius: 8px;
}
.tag-area3 .listing .single-list:hover {
    background: var(--ot-primary);
    color: #fff;
    border: 1px solid transparent;
}

.tagify--outside .tagify__input {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border: 1px solid var(--ot-border-primary);
    margin-bottom: 1em;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    height: 49px;
    width: 100%;
    font-size: 16px;
    padding: 15px 14px;
    position: relative;
    border-radius: 8px;
    border-color: #f7f7f7;
    background: #f7f7f7;
    line-height: 18px;
}
.tagify--outside .tagify__input {
    background: none !important;
    color: var(--ot-text-title);
    height: 49px;
    width: 100%;
    font-size: 16px;
    padding: 11px 14px 15px 14px;
    border-radius: 8px;
    border: 1px solid var(--ot-border-primary) !important;
}

.theme_dropdown .btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(217, 219, 228, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    transition: 0.4s;
    color: var(--ot-text-primary);
}

/* link Web */

.theme_dropdown .btn.link-web {
    width: 80px;
}

.theme_dropdown .btn:hover {
    border: 1px solid var(--ot-primary);
    color: var(--ot-primary);
}
.theme_dropdown .btn:focus {
    background: none;
}
.theme_dropdown .theme_list {
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.theme_dropdown .theme_list i {
    font-size: 20px;
}

.theme_dropdown .theme_list:hover {
    color: var(--ot-primary) !important;
}

.profile-expand-dropdown .profile-expand-container .profile-expand-list form {
    width: 100%;
}

/* New */
.dropdown-item {
    color: var(--ot-text-primary) !important;
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--ot-text-title) !important;
    text-decoration: none;
    background: none;
}
.theme_dropdown .theme_list {
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.h-calc {
    height: 100%;
}
.g-24 {
    --bs-gutter-y: 24px;
}

.dashboard-card-icon i {
    font-size: 24px;
}

/* icon */
.circle-violet {
    background: rgba(194, 183, 252, 0.1);
}

.circle-violet i {
    color: #6c63ffc9;
}

.circle-brown {
    background: rgba(254, 179, 145, 0.1);
}

.circle-brown i {
    color: #f4a460c4;
}

.circle-success {
    background: rgba(123, 183, 105, 0.1);
}

.circle-success i {
    color: #7ab668;
}

.circle-primary {
    background: rgba(0, 160, 255, 0.1);
}

.circle-primary i {
    color: #00a0ff;
}

.circle-warning {
    background: rgba(255, 193, 7, 0.1);
}

.circle-warning i {
    color: #ffc107;
}

.circle-lightseagreen {
    background: rgba(0, 255, 255, 0.1);
}

.circle-lightseagreen i {
    color: #20b2aa;
}

.circle-blue {
    background: rgba(0, 112, 255, 0.1);
}

.circle-blue i {
    color: #0070ff;
}

.circle-danger {
    background: rgba(255, 0, 0, 0.1);
}

.circle-danger i {
    color: #ff0000;
}

.circle-hotpink {
    background: rgba(255, 105, 180, 0.1);
}

.circle-hotpink i {
    color: #ff69b4;
}

/* .sidebar .sidebar-header .sidebar-toggle, .header .header_control_left .sidebar-toggle {
	font-size: 18px;
	width: 40px;
	height: 40px;
	background: none;
	border-radius: 8px;
	line-height: 30px;
	color: var(--ot-text-primary);
	transition: .3s;
	border: 1px solid rgba(217, 219, 228, 0.6) !important;
}
.sidebar .sidebar-header .sidebar-toggle:hover, .header .sidebar-toggle:hover {
	background: var(--ot-primary);
	color: white;
	border: 1px solid transparent !important;
} */

.arrow-toggle-btn {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 8px;
    line-height: 30px;
    color: var(--ot-text-primary);
    transition: 0.3s;
    border: 1px solid rgba(217, 219, 228, 0.6) !important;
}
.arrow-toggle-btn:hover {
    background: var(--ot-primary);
    color: white;
    border: 1px solid transparent !important;
}

.default-theme .sidebar .sidebar-menu {
    background: #fff !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 31px;
}

.select2-container--open .select2-dropdown {
    left: 0;
    min-width: 180px;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border-radius: 8px;
    padding: 1rem 0;
    padding-bottom: 1rem;
    background-color: var(--white);
    padding-bottom: 0;
    border: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select2-container .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--ot-border-primary) !important;
    color: var(--ot-text-title) !important;
    background-color: var(--ot-bg-secondary) !important;
    height: 40px;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 0.4rem;
    outline: 0 !important;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 0.4rem;
    outline: 0 !important;
}
.select2-container .select2-dropdown .select2-results__option {
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    padding: 0.36rem 1.25rem;
    margin: 0 0;
}

.select2-container .select2-dropdown .select2-results__option {
    max-height: 250px;
    overflow-y: auto;
    transition: 0.3s;
}

.select2-container
    .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container .select2-results__option--selected {
    background-color: #f4f6fa !important;
    color: var(--ot-primary) !important;
}

.select2-results__option--selectable {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
    text-transform: capitalize;
    padding-left: 20px;
    transition: 0.3s;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -12px;
    margin-top: -7px;
    border-color: #bdbdbd transparent transparent transparent;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #b3b3b3 transparent;
}

.table-content.table-basic .table .tbody tr:nth-of-type(2n + 1) {
    background: transparent;
}
.page-content {
    flex: 1 1 0;
}
.text-primary {
    color: var(--ot-primary);
}
.text-secondary {
    color: var(--ot-secondary);
}

.text-title {
    color: var(--ot-text-primary);
}
.text-peragraph {
    color: var(--ot-primary-paragraph);
}

.list-group .list-group-item .title {
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    color: var(--ot-text-subtitle);
}

.swal2-popup.swal2-toast {
    width: auto;
}
.swal2-popup {
    width: auto !important;
}

/* body.swal2-toast-shown .swal2-container {
	width:auto !important;
} */

/* Ai CSS start */

.main {
    overflow: hidden;
    display: flex;
    max-height: 600px;
    min-height: 600px;
    background-color: var(--panel-bg);
    background-color: rgba(var(--ot-primary-rgb), 0.05);
    border-radius: 6px;
    border: 1px solid var(--ot-secondary-border);
}
body.dark-mode .main {
    background: var(--body);
}

.main__left {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}
.options {
    padding: 1rem;
    display: flex;
    background-color: var(--main-darklg);
}

.options__left {
    display: flex;
}

.options__right {
    margin-left: auto;
}

.options__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ot-primary);
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 50px;
    margin: 0 0.5rem;
    margin-right: 0;
}

.rtl .options__button {
    margin-right: 0.5rem;
}

.options__button i {
    color: #fff;
    font-size: 20px;
}
.background__red {
    background-color: #f6484a;
}

.main__right {
    display: flex;
    flex-direction: column;
    flex: 0.3;
    width: 100%;
}

.main__chat_window {
    flex-grow: 1;
    overflow-y: scroll;
}

.main__chat_window::-webkit-scrollbar {
    display: none;
}

.main__message_container {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.main__message_container > input {
    height: 50px;
    flex: 1;
    font-size: 1rem;
    border-radius: 5px;
    padding: 0 20px;
    border: 1px solid var(--ot-secondary-border);
    width: 100%;
}
.main__message_container > input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ot-border-primary);
}

.messages {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.message {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .main {
        max-height: 400px;
        min-height: 400px;
    }
}
@media (max-width: 700px) {
    .main__left {
        width: 100%;
        flex: 1;
    }

    .messages {
        margin: 0;
    }

    #showChat {
        display: flex;
    }
}

.messages .sent {
    background: var(--ot-primary);
    border-radius: 15px 0px 5px 5px;
    float: right;
    color: #fff;
}

.sent {
    padding: 7px 16px;
    margin: 6px 10px;
    width: fit-content;
    align-self: flex-end;
    list-style: none;
}

.message {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    width: fit-content;
    align-self: flex-start;
}

.main__right {
    top: 20px;
    position: relative;
    min-width: 100%;
    scroll-behavior: smooth;
    overflow: scroll;
}

/* reply message ai */
.ai-reply-message {
    margin-left: 25px;
}

.ai-reply-message .ai-message-list .ai-reply {
    border-radius: 0px 5px 15px 5px;
    padding: 3px 12px 6px 12px;
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--body_text);
    background: #d4d4d4d6;
    margin-right: 35px;
    position: relative;
}

/* End-of Ai CSS start */

/* Copy tex */
#copy-btn {
    background: none;
    border: 0;
    color: #a4a2a2;
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: -31px;
    font-size: 20px;
    line-height: 1;
}
#error.invalid-feedback {
    display: inline-block;
}

/* End of ai chat */

/* Multi Step CSS */

.form-with-multistep {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.multiStep-wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
ul.step-list-wrapper.list-style-none {
    margin-left: 0;
    margin-right: 80px;
}

.border-bottom {
    border-bottom: 1px solid #dddddd42;
}

.multiStep-footer .multiStep-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 10px;
}
.multiStep-footer .multiStep-footer-back {
    padding: 13px 30px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    background: var(--ot-primary) !important;
}
.multiStep-footer .multiStep-footer-next {
    border: 1px solid transparent;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 8px;
    background: var(--ot-primary) !important;
}
.multiStep-footer .multiStep-footer-next:focus {
    color: #ffffff;
}

@keyframes multiStepForm {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.multiStep-wrapper .multiStep-wrapper-flex {
    /* display: flex;
    gap: 50px 0; */
}

@media (max-width: 1199px) {
    .multiStep-wrapper .multiStep-wrapper-flex {
        display: grid;
    }
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .multiStep-wrapper .multiStep-wrapper-left::before {
        display: none;
    }
}

.multiStep-wrapper .multiStep-wrapper-contents {
    display: none;
}

.multiStep-wrapper .multiStep-wrapper-contents.active {
    display: block;
    animation: multiStepForm 0.3s linear;
    width: 100%;
}

.multiStep-wrapper
    .multiStep-wrapper-contents
    .multiStep-wrapper-contents-item:not(:last-child) {
    margin-bottom: 40px;
}

.multiStep-wrapper
    .multiStep-wrapper-contents
    .multiStep-wrapper-contents-item-flex {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.step-list-wrapper .single-step-list-step {
    position: relative;
    padding-bottom: 40px;
    width: 150px;
    list-style: none;
}

.step-list-wrapper .single-step-list-step::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 35px;
    background: #f3f3f3;
    z-index: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
/*
.step-list-wrapper .current-items.single-step-list-step::before {
    background: red !important;
} */

.step-list-wrapper .single-step-list-step.completed::before {
    background-color: #458cfd;
}

.step-list-wrapper .single-step-list-step:last-child::before {
    display: none;
}

.step-list-wrapper
    .single-step-list-step.completed
    .single-multiStep-request-list-item-number {
    color: #458cfd;
    border: 1px solid #458cfd;
}

.step-list-wrapper
    .single-step-list-step
    .single-multiStep-request-list-item-number {
    display: inline-block;
    position: relative;
    padding: 15px 0px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    width: 150px;
    height: 88px;
    overflow: hidden;
    background: #fff;
}
.step-list-wrapper .single-multiStep-request-list-item-number.success {
    color: #4bb543;
    border: 1px solid #4bb543 !important;
}

.step-list-wrapper .single-multiStep-request-list-item-number.active {
    color: #458cfd;
    border: 1px solid #458cfd !important;
}
.step-list-wrapper
    .single-multiStep-request-list-item-number.active
    .single-wrap {
    color: #458cfd;
}

.step-list-wrapper .single-multiStep-request-list-item-number.danger {
    color: #ff3333;
    border: 1px solid #ff3333;
}
.step-list-wrapper
    .single-step-list-step
    .single-multiStep-request-list-item-number
    .single-wrap
    i {
    font-size: 24px;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.step-list-wrapper
    .single-multiStep-request-list-item-number.success
    .single-wrap {
    color: #4bb543 !important;
}

.step-list-wrapper
    .single-step-list-step
    .single-multiStep-request-list-item-number
    .single-wrap
    span {
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
    text-transform: capitalize;
}

.account-multiStep-wrapper {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.account-multiStep-wrapper .multiStep-wrapper-contents {
    max-width: 100%;
}

.multiStep-form .cmn-btn1 {
    border-radius: 8px;
}

.w-48 {
    width: 48px;
}
.h-48 {
    height: 48px;
}

/* updated style  */
ul.step-list-wrapper.list-style-none {
    margin-left: 0;
    margin-right: 0;
    grid-gap: 30px;
    justify-content: center;
}
.step-list-wrapper .single-step-list-step {
    padding-bottom: 0;
}

.step-list-wrapper .single-step-list-step::before {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 100%;
    right: 0;
    transform: translateY(-50%);
    background: #ddd;
}

/* 1400 screen */
@media only screen and (max-width: 1400px) {
    .step-list-wrapper
        .single-step-list-step
        .single-multiStep-request-list-item-number {
        padding: 10px 14px;
        width: 121px;
        height: 80px;
    }

    /* .step-list-wrapper
        .single-step-list-step
        .single-multiStep-request-list-item-number
        .single-wrap
        span {
        display: none;
    } */
    .step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
    }
    .step-list-wrapper.list-style-none {
        display: flex;
        flex-wrap: wrap;
    }
    /* .step-list-wrapper .single-step-list-step::before {
        display: none;
    } */
    .step-list-wrapper .single-step-list-step {
        margin: 0;
        margin: 0 6px;
        width: auto !important;
    }
    .step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    ul.step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
    }
    .border-left {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .step-list-wrapper
        .single-step-list-step
        .single-multiStep-request-list-item-number
        .single-wrap
        span {
        font-size: 14px;
    }
    .step-list-wrapper.list-style-none {
        grid-gap: 15px;
    }
}

/* 576 Screen */
@media only screen and (max-width: 576px) {
    .step-list-wrapper
        .single-step-list-step
        .single-multiStep-request-list-item-number {
        padding: 10px 14px;
        width: 53px;
        height: 44px;
    }

    .step-list-wrapper
        .single-step-list-step
        .single-multiStep-request-list-item-number
        .single-wrap
        span {
        display: none;
    }
    .step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
    }
    .step-list-wrapper.list-style-none {
        display: flex;
        flex-wrap: wrap;
    }
    /* .step-list-wrapper .single-step-list-step::before {
        display: none;
    } */
    .step-list-wrapper .single-step-list-step {
        margin: 0;
        margin: 0 6px;
        width: auto !important;
    }
    .step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    ul.step-list-wrapper.list-style-none {
        margin-left: 0;
        margin-right: 0;
    }
    .border-left {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    ul.step-list-wrapper.list-style-none {
        grid-gap: 10px;
    }
}

/* End of multi step */

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

/* Custom Input field */
.ot-input {
    line-height: 16px !important;
    height: 48px !important;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 18px !important;
    background: #ffffff;
    border-radius: 8px !important;
}

.ot-input:focus-visible,
.ot-input:focus {
    box-shadow: none;
    border: 1px solid var(--ot-primary) !important;
    outline: none;
}

.ot-input::placeholder {
    color: #b2bec3;
    text-transform: capitalize;
}
label {
    display: inline-block;
    text-transform: capitalize;
}

.ot_fileUploader .ot-btn-primary:hover,
.ot_fileUploader .ot-btn-primary {
    border: 1px solid transparent;
    background: #6c757da6 !important;
}
td input {
    border: 0;
    box-shadow: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 20px;
    color: var(--ot-text-title) !important;
    font-weight: 600 !important;
}

/* Modal Close Button */
.modal .btn-close {
    background: var(--bodybg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 1;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: none !important;
    margin: 0;
    color: var(--ot-text-title);
}
.modal .btn-close i {
    transition: 0.3s;
    transform: rotate(0deg);
    color: var(--ot-text-title);
}
.modal .btn-close:hover {
    background: var(--ot-primary);
    color: var(--white);
    opacity: 1;
}
.modal .btn-close:hover i {
    transform: rotate(180deg);
    color: var(--white);
}
/* End-of Modal Close Button */

.modal {
    background: rgba(105, 120, 160, 0.16);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.4);
}
/*------------------------------------------------------
---------------- DARK_THEME_STYLE    -------------------
-------------------------------------------------------*/

body.dark-theme {
    background: none;
    background-color: var(--bodybg) !important;
}

.header {
    border-bottom: 1px solid rgba(217, 219, 228, 0.6);
    background: #f7f7f7 !important;
}

.dark-theme .theme-switch::before {
    background: #272b30;
}

.dark-theme .half-expand ul.parent-menu-list > li > ul {
    background: var(--ot-bg-secondary) !important;
    border: none;
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active > a::before {
    background: var(--ot-primary);
}
.dark-theme .breadcrumb-item + .breadcrumb-item::before {
    color: var(--ot-text-primary);
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active ul {
    background-color: var(--ot-bg-primary);
}

.dark-theme .summery-card .card-bottom .card-states .card-badge:last-child {
    background-color: rgba(255, 240, 237, 0.1);
}

.dark-theme .summery-card .card-bottom .card-states .card-badge:first-child {
    background-color: rgba(233, 250, 244, 0.1);
}

.dark-theme .half-expand .theme-switch {
    background: var(--ot-bg-secondary);
}

.dark-theme .half-expand .sidebar-header {
    background: var(--ot-bg-secondary);
}

.dark-theme .bg-gray {
    background: #1a1d20 !important;
}

.dark-theme input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.dark-theme .radio-button-group .btn-group .btn {
    color: #fff;
}
.dark-theme
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #787878 transparent transparent transparent;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #787878 transparent;
}

@media (max-width: 991.98px) {
    .dark-theme .sidebar-expand .sidebar {
        background: #111415 !important;
    }
}

.dark-theme .table-content .table-toolbar .dropdown-export .dropdown-menu,
.dark-theme .dropdown-menu.show {
    box-shadow: var(--theme-shadow);
}

.dark-theme .ot-form-control:focus-visible,
.dark-theme .ot-form-control:focus,
.dark-theme .form-select:focus-visible {
    box-shadow: none !important;
    outline: none;
}

.dark-theme .profile-border {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border_2);
}

.dark-theme .footer {
    background: var(--ot-bg-table-card);
    box-shadow: rgba(var(--ot-bg-table-card), 0) 0px 6px 12px -2px,
        rgba(var(--ot-bg-table-card), 0.04) 0px 3px 7px -3px;
}

.dark-theme
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    .parent-item-content.has-arrow.active::after {
    color: var(--white);
}

.dark-theme .theme-switch .switch-field {
    background-color: var(--ot-bg-primary);
}

.dark-theme
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    .mm-show,
.dark-theme .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item ul {
    background: var(--card_bg) !important;
}

.dark-theme .header {
    border-color: var(--border_2);
    background: var(--card_bg) !important;
}

.dark-theme .sidebar-menu,
.dark-theme .sidebar .sidebar-header {
    border-color: var(--border_2) !important;
    background: var(--card_bg) !important;
}

.dark-theme .sidebar .sidebar-header {
    background: var(--card_bg) !important;
}

.dark-theme .header .header-search .search-field {
    border-color: var(--border_2);
    background: transparent;
}

.dark-theme .header .header-search .search-field {
    border-color: var(--border_2) !important;
    background: transparent;
    background-color: transparent !important;
    color: #b2bec3;
}

.dark-theme .header .header-search .search-field:focus {
    border-color: var(--border_3) !important;
}

.dark-theme .header-control-item .item-content i:hover {
    color: var(--white);
}

.dark-theme h6,
.dark-theme h5,
.dark-theme h4,
.dark-theme h3,
.dark-theme h2,
.dark-theme h1 {
    color: var(--title_text);
}

.dark-theme p,
.dark-theme a,
.dark-theme label {
    color: var(--body_text);
}

.dark-theme .single_todo .todo_title {
    color: var(--title_text);
}

.dark-theme .single_todo:not(:last-child),
.dark-theme .lead_list:not(:last-child) {
    border-color: var(--border_2);
}

.dark-theme .single_todo .todo_para_text {
    color: var(--body_text);
}

.dark-theme .table-content.table-basic .table .thead tr th,
.dark-theme .client_box .client_para_text {
    color: var(--title_text);
}

.dark-theme .table.table-bordered tbody tr,
.dark-theme .table-content.table-basic .table .thead tr {
    border-bottom-color: var(--border_2);
}

.dark-theme .client_box .client_title {
    color: var(--title_text);
}

.dark-theme .symbol .symbol-label {
    background-color: #141518;
}

.dark-theme .table-content.table-basic .table .tbody tr td {
    color: var(--body_text);
}

.dark-theme .theme_dropdown .btn {
    border-color: var(--border_3);
    color: var(--title_text);
    transition: 0.3s;
}

.dark-theme .theme_dropdown .btn:hover {
    color: var(--white);
}

.dark-theme
    .single-select
    > .select2-container.language-select-container
    .select2-selection--single {
    border: 1px solid var(--border_3) !important;
    background: none !important;
    color: var(--title_text);
}

.dark-theme .crm_small_widgetTab li .nav-link {
    background: #2b2b40;
    color: var(--title_text);
}

.dark-theme .crm_small_widgetTab li .nav-link.active {
    background: #2b2b40;
    color: var(--title_text);
}

.dark-theme .sidebar .sidebar-header .sidebar-toggle {
    background: var(--border_2);
}

.dark-theme .select2-container .select2-dropdown {
    background-color: var(--dropdown_bg);
}

.dark-theme
    .select2-container
    .select2-search--dropdown
    .select2-search__field {
    border: 1px solid var(--border_3) !important;
    color: var(--title_text) !important;
    background-color: var(--dropdown_bg) !important;
}

.dark-theme .select2-container .select2-results > .select2-results__options {
    background-color: var(--dropdown_bg);
}

.dark-theme .select2-container .select2-dropdown .select2-results__option {
    color: var(--title_text);
}

.dark-theme .select2-container .select2-results__option--selected {
    background-color: transparent !important;
    color: var(--ot-primary) !important;
}

.dark-theme
    .select2-container
    .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--white_text) !important;
    background-color: transparent !important;
}

.dark-theme .ot-input:focus,
.dark-theme .ot-form-control:focus,
.dark-theme textarea.form-control:focus,
.dark-theme textarea.ot_textarea:focus,
.dark-theme textarea.ot-input:focus {
    background-color: var(--input_bg_focus) !important;
    box-shadow: none !important;
    border-color: var(--input_bg_focus) !important;
}

.dark-theme
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--ot-text-primary);
}

.dark-theme .table-content.table-basic .table .dropdown-action .dropdown-menu {
    background-color: var(--dropdown_bg) !important;
    color: var(--body_text) !important;
}

.dark-theme
    .table-content.table-basic
    .table
    .dropdown-action
    .dropdown-item:hover {
    background-color: transparent;
    color: var(--white_text) !important;
}

.dark-theme .table-content .table-toolbar .btn-daterange .icon,
.dark-theme .table-content .table-toolbar .dropdown-export .btn-export .icon,
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation
    .icon {
    color: var(--body_text);
    margin: 0 5px 0 0;
    transition: 0.3s;
}

.dark-theme .table-content .table-toolbar .btn-add,
.dark-theme .table-content .table-toolbar .btn-daterange,
.dark-theme .table-content .table-toolbar .dropdown-export .btn-export,
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation {
    border-color: var(--border_2);
    background: var(--ot-border-primary);
    color: var(--body_text);
    background: transparent;
}

.dark-theme .table-content .table-toolbar .btn-add:hover,
.dark-theme .table-content .table-toolbar .btn-daterange:hover,
.dark-theme .table-content .table-toolbar .dropdown-export .btn-export:hover,
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--border_3);
}

.dark-theme .table-content .table-toolbar .btn-daterange:hover .icon,
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-export
    .btn-export:hover
    .icon,
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-designation
    .btn-designation:hover
    .icon {
    color: var(--white);
    margin: 0 5px 0 0;
}

.dark-theme .table-content.table-basic .table .dropdown-action .btn-dropdown {
    background: var(--input_bg) !important;
}

.dark-theme
    .table-content
    .table-toolbar
    .dropdown-export
    .dropdown-item:hover {
    background-color: transparent;
}

.dark-theme .theme_dropdown .theme_list {
    background: transparent;
}

.dark-theme .dropdown-menu.show {
    background: var(--dropdown_bg) !important;
}

.dark-theme .profile-info span {
    color: var(--title_text);
}

.dark-theme
    .profile-expand-dropdown
    .profile-expand-container
    .profile-expand-list
    .profile-expand-item:hover
    span {
    color: var(--white) !important;
}

.dark-theme .select2-container .select2-selection--multiple {
    background-color: var(--input_bg) !important;
    border-color: var(--input_bg) !important;
    color: var(--title_text) !important;
}

.dark-theme .select2-container .select2-search--inline .select2-search__field {
    color: var(--title_text) !important;
}

.dark-theme
    .select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    background: rgb(91 88 255 / 20%);
}

.dark-theme
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.dark-theme
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    color: var(--title_text);
}

.dark-theme .ot-dropdown-btn {
    background: transparent;
}

.dark-theme .ot-dropdown-btn:hover,
.dark-theme .ot-dropdown-btn:focus {
    color: var(--white);
}

.dark-theme .dropdown-item.active,
.dark-theme .dropdown-item:active,
.dark-theme .dropdown-item:hover {
    color: var(--white) !important;
    text-decoration: none;
    background: none;
}

.dark-theme .search_suggestion {
    background: var(--dropdown_bg);
    box-shadow: var(--theme-shadow);
}

.dark-theme .search_suggestion .suggestion_link {
    color: var(--body_text);
}

.dark-theme .search_suggestion .suggestion_link:hover {
    color: var(--white);
}

.dark-theme .modal-content {
    background-color: var(--card_bg) !important;
}

.dark-theme .modal-header-image {
    border-bottom: 1px solid var(--border_2);
    margin: 0;
}

.dark-theme .modal .btn-close {
    background: var(--input_bg);
    color: var(--title_text);
}

.dark-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--input_bg) !important;
}

.dark-theme .mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--card_bg);
}

.dark-theme
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a:hover {
    color: var(--white_text);
}

.dark-theme .table-content .table-toolbar .search-box .form-control:focus {
    border: 1px solid var(--border_3);
}

.dark-theme .table-content .table-toolbar .dropdown-action .btn-dropdown:hover {
    background: transparent;
    border-color: var(--border_3);
    color: var(--white);
}

.dark-theme .table-content .table-toolbar .form-select:hover,
.dark-theme .table-content .table-toolbar .form-select:focus {
    border-color: var(--border_3);
}

.cke_chrome {
    border: 1px solid rgba(217, 219, 228, 0.6);
    border-radius: 8px 8px 0 0;
}

.cke_chrome .cke_top {
    border-bottom: 1px solid rgba(217, 219, 228, 0.6);
    border-radius: 8px 8px 0 0;
    background: #f9f9f9;
}

.cke_chrome .cke_inner {
    border-radius: 8px;
}

.cke_chrome {
    display: block;
    border: 1px solid rgba(217, 219, 228, 0.6);
    padding: 0;
}

.dark-theme .cke_chrome html,
.dark-theme .cke_reset,
.dark-theme .cke_reset body {
    background: transparent;
    background-color: transparent;
}

.dark-theme .cke_chrome .cke_top {
    background: var(--input_bg);
}

.dark-theme .cke_chrome .cke_top,
.dark-theme .cke_chrome,
.dark-theme .cke_chrome,
.dark-theme .cke_bottom {
    border-color: var(--input_bg);
}

.dark-theme .cke_editable,
.dark-theme .cke_bottom {
    background: var(--input_bg);
    background-color: var(--input_bg);
}

.dark-theme .timeLIne_content,
.dark-theme .crm_profile_boxes .single_crm_profile_box,
.dark-theme .activity-feed .feed-item {
    border-color: var(--border_2);
}

.dark-theme .activity-feed .feed-item .timeline-icon {
    background: var(--border_2);
}

.dark-theme .cke_editable {
    color: var(--white);
}

.dark-theme .daterangepicker {
    background: var(--dropdown_bg);
    border-color: var(--border_3);
}

.dark-theme .daterangepicker.show-ranges.ltr .drp-calendar.left,
.dark-theme .daterangepicker .drp-buttons {
    border-color: var(--border_3);
}

.dark-theme .daterangepicker .calendar-table {
    background: var(--dropdown_bg);
    background: var(--border_2);
    padding: 10px;
    border-radius: 8px;
}

.dark-theme .daterangepicker td.off,
.dark-theme .daterangepicker td.off.in-range,
.dark-theme.daterangepicker td.off.start-date,
.dark-theme .daterangepicker td.off.end-date {
    border-color: transparent;
    color: var(--body_text);
}

.dark-theme .daterangepicker td.in-range {
    color: var(--white_text);
}

.half-expand .sidebar .sidebar-header .sidebar-logo a .half-logo {
    max-width: 45px;
    max-height: 45px;
    height: 45px;
}

.half-expand .sidebar_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-theme input:-webkit-autofill {
    -webkit-text-fill-color: var(--title_text) !important;
}

.modal {
    background: rgba(105, 120, 160, 0.16);
    backdrop-filter: blur(4px);
}

.dark-theme .modal {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
}

.place-switch .switch-field label {
    padding: 13px 43px;
}

.timer-field {
    margin: 20px 0 0 0;
}

.rtl .header .header-search {
    right: 10px;
}

.dark-theme .cke_toolgroup a.cke_button:last-child:after,
.dark-theme
    .cke_toolgroup
    a.cke_button.cke_button_disabled:hover:last-child:after,
.dark-theme .cke_combo:after,
.dark-theme .cke_combo:after,
.dark-theme .cke_combo_arrow {
    border-color: var(--body_text);
}

.dark-theme .cke_chrome .cke_top {
    background: rgb(117 123 140 / 10%) !important;
}

.dark-theme .cke_combo:after {
    border-color: var(--body_text);
}

.dark-theme .cke_combo_text {
    color: var(--body_text);
}

.dark-theme .cke_toolbar_separator {
    background-color: var(--body_text);
}

#toast-container .toast {
    background-color: #007bff !important;
    box-shadow: none !important;
}

#toast-container .toast-success {
    background-color: #60c160 !important;
}

#toast-container .toast-error {
    background-color: #da4932 !important;
}

#toast-container .toast-info {
    background-color: #4d90fd !important;
}

#toast-container .toast-warning {
    background-color: #f69703 !important;
}

#toast-container .toast-message {
    font-size: 13px;
}

.dark-theme .swal2-popup {
    background: var(--bodybg) !important;
}

.swal2-container.swal2-center > .swal2-popup {
    border-radius: 8px;
}

.dark-theme
    .table-content
    .table-toolbar
    .dropdown-action
    .dropdown-menu::before {
    background: var(--dropdown_bg);
    border: 1px solid var(--dropdown_bg);
}

.timeLIne_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--ot-text-primary);
}

.timeLIne_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--ot-text-primary);
}

.lead-creator {
    font-weight: 500;
    color: var(--ot-text-subtitle);
}

.text-normal {
    white-space: normal !important;
    max-width: 200px !important;
}

._lead_nav {
    text-transform: capitalize;
}

/* lead activity css  */
.dark-theme
    .table-content
    .table-toolbar
    .dropdown-action
    .dropdown-menu::after {
    background: var(--dropdown_bg);
}

.dark-theme .client_box .client_para_text {
    color: var(--body_text);
}

.client_box .client_title {
    transition: 0.3s;
}

.dark-theme .client_box .client_title:hover {
    color: var(--ot-primary);
}

.table-responsive {
    min-height: 250px;
}

.dark-theme
    .table-content
    .table-toolbar
    .dropdown-action
    .dropdown-item:hover {
    background: transparent;
}

html body.rtl .mCustomScrollBox .mCSB_container {
    direction: rtl !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -7px;
}

.dark-theme .header_square_box {
    border-color: var(--border_3) !important;
}

.dark-theme .header_square_box:hover,
.dark-theme .theme_dropdown .btn:hover {
    color: #fff;
}

/*------------------------------------------------
                      POS_STYLE
  -------------------------------------------------*/
.pos-page .container-fluid {
    padding: 0 15px;
}

.statistics .user-activity .progress .progress-bar.bg-primary {
    background: var(--ot-primary) !important;
}

.statistics .user-activity .page-statistics strong {
    display: block;
    text-transform: uppercase;
    color: var(--ot-primary);
    font-size: 2em;
}

.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--ot-primary) !important;
    border-right: 1px solid #eee;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--ot-primary);
    border-color: var(--ot-primary);
}

.btn-outline-primary {
    color: var(--ot-primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--ot-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--ot-primary);
    border-color: var(--ot-primary);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--ot-primary);
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--ot-primary);
    border-color: var(--ot-primary);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid var(--ot-primary);
}

.dataTable {
    margin-top: 30px;
}

.dataTables_length select {
    border-radius: 5px;
}

.table thead {
    background-color: #f3f2f7;
}

.dark-mode .table thead {
    background-color: #343d55;
}

.sendmail-form {
    display: inline-block;
}

#loader {
    position: fixed;
    left: 53%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 2px solid #d9d9db;
    border-radius: 50%;
    border-top: 2px solid var(--ot-primary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

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

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

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

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

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.count-title {
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.dashboard-counts {
    padding: 10px 0;
}

.filter-toggle {
    float: right;
    list-style: none;
    margin-top: 15px;
}

.dark-mode .filter-toggle {
    opacity: 0.7;
}

.filter-toggle .date-btn {
    padding: 0.3rem 0.75rem;
    border-radius: 5px;
}

.filter-toggle .date-btn.active {
    box-shadow: none !important;
}

.count-title .count-number {
    font-size: 1em;
}

.brand-img,
.category-img,
.delivery-link,
.product-img,
.product-link,
.purchase-link,
.quotation-link,
.return-link,
.sale-link,
.theme-option,
.transfer-link {
    cursor: pointer;
}

.bootstrap-select.form-control {
    border: 1px solid;
}

.bootstrap-select .btn-link {
    color: var(--ot-primary);
}

.bootstrap-select.form-control,
.form-control,
.input-group-text {
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

.dark-mode .bootstrap-select.form-control,
.dark-mode .form-control,
.dark-mode .input-group-text {
    background-color: #343d55;
    border-color: #404656;
    color: #676d7d;
}

.dataTables_length .btn-default {
    padding: 0.27rem 0.75rem;
    padding-right: 25px;
}

.mce-panel {
    border: 1px solid #e4e6fc;
    border-radius: 5px;
}

.daterangepicker .custom-range-buttons button.apply-btn,
.daterangepicker .custom-range-buttons button.apply-btn:hover {
    background: var(--ot-primary);
}

div.ui-keyboard {
    position: fixed;
    z-index: 2000;
    top: auto !important;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.8);
}

.ui-keyboard-button {
    min-width: 3em;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: var(--ot-primary);
    width: 300px;
    padding: 15px;
    position: absolute !important;
    z-index: 999;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
    padding: 5px 10px;
    padding-left: 0;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front
    li.ui-menu-item:hover {
    opacity: 0.7;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

p.top-border {
    border-top: 1px solid #000;
    width: 50%;
}

th span.number-in-words {
    text-transform: uppercase;
}

@media print {
    .hide-element {
        display: none;
    }
}

.dataTables_wrapper label .bootstrap-select {
    max-width: 70px;
}

.table:not(.permission-table) thead th {
    border-bottom: none;
    border-top: none;
}

.dark-mode .table td {
    border-color: #3b4253 !important;
}

.table:not(.permission-table) tr:last-child td {
    border-bottom: none;
}

table.dataTable {
    background-color: #fff;
    border-collapse: collapse !important;
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

table.dataTable img {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    max-height: 60px;
    max-width: 60px;
}

.dark-mode table.dataTable,
.dark-mode table.table {
    background-color: #283046;
    color: #d0d2d6;
}

table.dataTable.no-shadow {
    box-shadow: none;
}

.table thead th {
    border-bottom: 1px solid #e4e6fc;
    font-weight: 600;
}

.side-navbar .brand-big {
    line-height: 60px;
}

.side-navbar .brand-big i {
    font-size: 26px;
    vertical-align: middle;
}

.side-navbar li a {
    padding: 5px 10px;
}

.side-navbar li a i {
    vertical-align: middle;
}

.side-navbar li ul.collapse a:hover {
    padding-left: 15px;
}

nav.navbar a.menu-btn {
    background: 0 0;
    border: 1px solid var(--ot-primary);
    border-radius: 5px;
    color: var(--ot-primary);
}

.dark-mode nav.navbar a.menu-btn {
    border: 1px solid #7c70f4;
    color: #7c70f4;
}

nav.navbar a.menu-btn:hover {
    background: var(--ot-primary);
    border: 1px solid var(--ot-primary);
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

.role-permisssion-control tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e1e3ea;
}

.brand-text h3 {
    color: var(--ot-primary);
    font-weight: 300;
}

.brand-text h3 span {
    font-weight: 500;
}

.dataTables_wrapper {
    margin-top: 30px;
}

.dataTables_filter,
.dataTables_length,
.dt-buttons {
    float: left;
    vertical-align: middle;
    width: 30%;
}

.dt-buttons {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.dt-buttons .buttons-delete {
    line-height: 1;
}

.dt-buttons button {
    padding: 0.25rem 0.75rem;
}

.dt-buttons button span {
    color: #fff;
}

.dt-button-collection.dropdown-menu {
    background: var(--ot-primary);
    padding: 10px 15px;
}

.dt-button-collection.dropdown-menu a {
    background: 0 0;
    font-size: 14px;
    line-height: 30px;
}

.buttons-pdf {
    background: #ff7588;
    border: none;
}

.buttons-csv {
    background: #ffc107;
    border: none;
}

.buttons-print {
    background: #2196f3;
    border: none;
}

.buttons-delete {
    background: #eb543a;
    border: none;
}

.buttons-collection {
    background: var(--ot-primary);
    border: none;
}

.dataTables_info,
.dataTables_paginate {
    display: table-cell;
    width: 50%;
}

.dataTables_paginate {
    text-align: right;
}

.dropdown-menu.edit-options li .btn-link,
.dropdown-menu.edit-options li a {
    color: var(--ot-primary);
    display: block;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.dropdown-menu.edit-options li .btn-link i,
.dropdown-menu.edit-options li a i {
    text-align: center;
    width: 25px;
}

.dark-mode .dropdown-menu.edit-options li .btn-link,
.dark-mode .dropdown-menu.edit-options li a {
    color: #d0d2d6;
}

.dropdown-menu.edit-options li .btn-link:hover,
.dropdown-menu.edit-options li a:hover {
    background-color: var(--primary-bg-color);
    color: var(--ot-primary);
}

.table.totals tr td {
    vertical-align: middle;
}

.table.order-list tr td .btn-link,
.table.totals tr td .btn-link {
    color: var(--ot-primary);
}

#product-table_wrapper.dataTables_wrapper {
    margin-top: 0;
    padding: 0;
}

table#product-table.dataTable {
    border-collapse: separate !important;
    margin: 15px 0 !important;
}

#product-table_paginate {
    float: right;
}

#product-table tr:last-child td:hover {
    border-bottom: 1px solid var(--ot-primary);
}

#product-table_paginate .page-link {
    line-height: 1;
}

#product-table td {
    border: none;
    border-right: 1px solid #e4e6fc;
    border-bottom: 1px solid #e4e6fc;
}

#product-table tr td:first-child {
    border-left: 1px solid #e4e6fc;
}

#product-table tr:first-child td {
    border-top: 1px solid #e4e6fc;
}

#product-table td:hover {
    border: 1px solid var(--ot-primary);
    color: var(--ot-primary);
}

#product-table tr:first-child td:hover {
    border-top: 1px solid var(--ot-primary);
}

#product-table tr td:first-child:hover {
    border-left: 1px solid var(--ot-primary);
}

#product-table td p {
    margin: 15px 0 0;
}

#product-table td:hover p {
    color: var(--ot-primary);
}

.product-img {
    margin-bottom: 0;
    padding: 15px 7px 0;
    text-align: center;
    text-transform: capitalize;
    width: 20%;
}

.brand-img img,
.category-img img,
.product-img img {
    height: 70px;
    max-width: 100%;
    width: auto;
}

.brand-img,
.category-img {
    text-transform: capitalize;
}

.card-header {
    border-bottom: none;
}

section.pos-section {
    padding: 5px 0;
    position: relative;
}

.pos-page .table-fixed {
    margin-bottom: 0;
}

.transaction-list {
    height: 43vh;
    overflow-y: auto;
    width: 100%;
}

.btn-default.minus,
.btn-default.minus:focus,
.btn-default.plus,
.btn-default.plus:focus {
    background-color: #d6deff;
    border: none;
}

.form-control.qty {
    border: none;
    font-size: 0.9em;
}

@media all and (min-width: 768px) {
    .table-fixed tbody,
    .table-fixed td,
    .table-fixed th,
    .table-fixed thead,
    .table-fixed tr {
        display: block;
    }

    .table-fixed tr {
        clear: both;
    }

    .table-fixed tbody td,
    .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }
}

.btn-custom {
    display: block;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    width: 100%;
    color: #fff;
}

.btn-custom.lg {
    font-size: 18px;
    font-weight: 700;
}

.btn-custom.sm {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 5px;
}

.minus,
.plus {
    padding: 0.35rem 0.75rem;
}

.numkey.qty {
    padding: 0 0.75rem;
    max-width: 50px;
    text-align: center;
}

.pos-text {
    line-height: 1.8;
}

.product-title {
    text-transform: capitalize;
}

.dataTables_info,
.dataTables_paginate {
    display: table-cell;
    width: 50%;
    float: left;
    padding-top: 10px;
}

.pos-page section header {
    padding: 0 0 15px;
}

.pos .bootstrap-select button {
    padding-right: 21px !important;
}

.pos .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100px;
}

#myTable .input-group {
    max-width: 150px;
}

.filter-window {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.datepicker.datepicker-dropdown {
    padding: 15px;
}

.checkbox label {
    cursor: pointer;
    vertical-align: top;
}

.checkbox label:before {
    background-color: transparent;
}

.checkbox label::after {
    color: var(--ot-primary);
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #f5f5f5;
}

table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    color: #666;
}

.report-permissions span {
    display: inline-block;
    min-width: 200px;
}

.logo-container {
    width: 100px;
}

.logo-container > img {
    width: 100%;
}

.main-container {
    margin-top: 65px;
}

.form-container {
    max-width: 600px;
    margin: 10px auto;
}

.form-container h1 {
    font-weight: 300;
    font-size: 2.5rem;
}

.dropzone {
    border: 1px solid #e4e6fc;
    border-radius: 5px;
    background: #fff;
}

#imageUpload {
    margin-bottom: 0;
    min-height: 80px;
}

div.has-error > input {
    border: 1px solid #dc3545;
}

div.has-error > .form-text {
    color: #dc3545;
}

#success-text {
    margin-top: 20px;
    font-size: 1.2rem;
}

.dripicons-question {
    color: var(--ot-primary);
}

.modal {
    background-color: rgba(255, 255, 255, 0.4);
}

.modal-header {
    border-bottom: 1px solid #ebe9f1;
}

.modal-content {
    border: none;
}

.totals .col-sm-4 {
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    line-height: 2;
}

.totals .col-sm-4:nth-child(4),
.totals .col-sm-4:nth-child(5),
.totals .col-sm-4:nth-child(6) {
    border-bottom: none;
}

.payment-amount {
    background-color: #d6deff;
    margin-top: 10px;
    text-align: center;
}

.payment-amount {
    color: var(--ot-primary);
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 0;
    padding: 15px;
    text-transform: capitalize;
    border-radius: 8px;
}

.payment-amount h2 {
    margin: 0;
}

.totals .totals-title {
    color: var(--ot-text-primary);
    display: inline-block;
    width: 100px;
    margin: 4px 0;
}

.pos-page .order-list .btn {
    padding: 2px 5px;
}

table.dataTable tbody td.dt-checkboxes-cell {
    vertical-align: middle;
}

.pos-page [class*="col-"] {
    padding: 0 10px;
}

.pos-page #myTable [class*="col-"] {
    padding: 0.75rem;
}

.table-container {
    height: 75vh;
    overflow-y: auto;
}

@media all and (max-width: 1023px) {
    nav.navbar {
        padding: 0 10px;
    }

    .btn-pos {
        border: none;
        line-height: 60px !important;
        padding: 0 3px !important;
    }

    .place-switch .switch-field label {
        padding: 13px 18px;
    }

    .dataTables_filter,
    .dataTables_length,
    .dt-buttons {
        float: none;
        text-align: center;
        width: 100%;
    }

    .brand-big {
        text-align: left;
        padding-left: 20px;
    }

    .side-navbar .close {
        position: absolute;
        top: 20px;
        right: 5px;
        content: "X";
    }
}

.tagsinput,
.tagsinput * {
    box-sizing: border-box;
}

.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.tagsinput.focus {
    border-color: #ccc;
}

.tagsinput .tag {
    position: relative;
    background: #556270;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}

.tagsinput .tag .tag-remove {
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ff6b6b;
    line-height: 30px;
    padding: 0;
    border: 0;
}

.tagsinput .tag .tag-remove:after,
.tagsinput .tag .tag-remove:before {
    background: #ff6b6b;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: "";
}

.tagsinput .tag .tag-remove:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.tagsinput .tag .tag-remove:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.tagsinput div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tagsinput div input {
    background: 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0;
}

.tagsinput div input.error {
    color: #ff6b6b;
}

.tagsinput div input::-ms-clear {
    display: none;
}

.tagsinput div input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.tagsinput div input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.tagsinput div input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.tagsinput div input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.pos_edit_btn {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--ot-primary);
    background: var(--bodybg);
}

.flex_item_fill {
    flex: 1 1 0;
}

/* dropsone  */

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 1px dashed #e1e3ea;
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.leads_datatable p {
    white-space: normal !important;
}

.empty_widget_inner .mCS_img_loaded {
    max-width: 120px;
    margin: 20px auto;
}
.empty_widget {
    min-height: 400px;
}
.invalid-feedback {
    display: block;
}
.dark-theme .dropzone {
    border: 1px solid var(--input_bg) !important;
    border-radius: 5px;
    background: var(--input_bg) !important;
    color: var(--white);
}

.dropzone .dz-preview.dz-image-preview {
    background: var(--ot-bg-primary);
    padding: 10px;
    border-radius: 8px;
}
.dark-theme .mce-panel {
    border: 0 solid var(--input_bg);
    border: 0 solid var(--input_bg);
    background-color: var(--input_bg);
}

.mce-btn {
    border: 1px solid var(--border_2);
    text-shadow: 0 1px 1px var(--border_2);
    background: var(--input_bg);
}
.dashboard-first-character {
    font-size: 25px;
    background-image: radial-gradient(circle, #da0806, #da0806);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--white);
    -webkit-text-stroke: 4px transparent;
}

.symbol:has(.dashboard-first-character) {
    background-color: #f9f9f9;
}
.dark-theme .symbol:has(.dashboard-first-character) {
    background-color: #141518;
}
.dark-theme .mce-menubtn button {
    color: var(--title_text);
    background: var(--input_bg_focus);
}

.dark-theme .mce-btn-group:not(:first-child) {
    border-left: 1px solid var(--border_1);
}
.dark-theme .mce-btn {
    border: 1px solid var(--input_bg_focus);
    background: var(--input_bg_focus);
}

.dark-theme .mce-btn:hover,
.dark-theme .mce-btn:active {
    background: #2b2d35;
    border-color: #2b2d35;
}

.mce-menubar .mce-menubtn:hover,
.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus {
    border-color: #2b2d35 !important;
    background: #2b2d35 !important;
}

.dark-theme .mce-menubar {
    border: 1px solid var(--border_2) !important;
}

.dark-theme .mce-splitbtn .mce-open:hover,
.dark-theme .mce-splitbtn .mce-open:active,
.dark-theme .mce-splitbtn.mce-active:hover .mce-open {
    border-color: var(--border_2);
}
.dark-theme .mce-menu-item:hover .mce-text,
.dark-theme .mce-menu-item:focus .mce-text,
.dark-theme .mce-menu-item:hover .mce-ico,
.dark-theme .mce-menu-item:focus .mce-ico {
    color: var(--body_text) !important;
}
.dark-theme .mce-menu-item.mce-disabled .mce-text,
.dark-theme .mce-menu-item.mce-disabled:hover .mce-text,
.dark-theme .mce-menu-item.mce-disabled .mce-ico,
.dark-theme .mce-menu-item.mce-disabled:hover .mce-ico {
    color: #fff !important;
}
.dark-theme .mce-menu-item.mce-disabled,
.dark-theme .mce-menu-item.mce-disabled:hover {
    background: var(--body_text);
}
.dark-theme .mce-container-body,
.dark-theme .mce-panel body {
    background: var(--input_bg);
}
.dark-theme .mce-menu-item.mce-selected {
    background: var(--input_bg);
}
.dark-theme .mce-menu-item:hover,
.mce-menu-item:focus {
    background: var(--input_bg);
}
body.dark-theme iframe body {
    background: var(--input_bg) !important;
}
.taskTable_compact .tbody td p {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-header .sidebar-toggle,
.header .header_control_left .sidebar-toggle {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 8px;
    line-height: 30px;
    color: var(--ot-text-primary);
    transition: 0.3s;
    border: 1px solid rgba(217, 219, 228, 0.6) !important;
}
.dark-theme .sidebar .sidebar-header .sidebar-toggle,
.dark-theme .header .header_control_left .sidebar-toggle {
    border-color: var(--border_2) !important;
}
.sidebar .sidebar-header .sidebar-toggle:hover,
.header .sidebar-toggle:hover {
    background: var(--ot-primary);
    color: white;
    border: 1px solid transparent !important;
}
.default-theme .header {
    background: #fff !important;
}

.sidebar {
    background: #fff !important;
    border: 0;
}

.sidebar {
    background: #fff !important;
    border: 0;
    height: 100%;
    background: #fff !important;
    border-right: 1px solid #b0ceff54;
}

.sidebar .sidebar-header {
    background: #fff !important;
}
.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item .mm-show {
    background: #fff;
}
.table-content .table-toolbar {
    border-bottom: 1px solid rgba(217, 219, 228, 0.6);
    padding: 0 0 30px 0 !important;
    margin-bottom: 20px;
}
.ot_input,
.ot-form-control,
.select2-container .select2-selection--single,
.ot-input:focus,
.ot-form-control:focus {
    border: 1px solid var(--ot-border-primary) !important;
}
.select2-container .select2-selection--multiple {
    border: 1px solid var(--ot-border-primary) !important;
}

.ot_fileUploader .ot-btn-primary:hover,
.ot_fileUploader .ot-btn-primary {
    border: 1px solid transparent;
    background: #6c757da6;
}

.table-content.table-basic .table .dropdown-action .btn-dropdown {
    background: #6c757da6 !important;
}
textarea.form-control,
textarea.ot_textarea,
textarea.ot_input {
    border: 1px solid var(--ot-border-primary) !important;
}
.default-theme .sidebar-menu-section {
    background: #fff;
}
.default-theme .sidebar .sidebar-menu {
    background: #fff !important;
}
.default-theme
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    .mm-show,
.default-theme .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item {
    background: #fff;
}
.default-theme
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul {
    background: #fff !important;
}
.dark-theme .table-content .table-toolbar {
    border-color: var(--border_2);
}
.dark-theme .sidebar .sidebar-header .sidebar-toggle,
.dark-theme .header .header_control_left .sidebar-toggle {
    background: #2b2d35;
}

.dark-theme .breadcrumb-item.active {
    color: var(--ot-text-primary);
}

.dark-theme .ot_input,
.dark-theme .ot-form-control,
.dark-theme .ot_fileUploader,
.dark-theme .select2-container .select2-selection--single {
    background-color: var(--input_bg) !important;
    border-color: var(--input_bg) !important;
    color: var(--title_text) !important;
}

.dark-theme
    .header-control-item
    .single-select
    .select2-container
    .select2-selection--single {
    background-color: unset !important;
    border: 1px solid var(--border_3) !important;
}

.dark-theme .ot-input::placeholder,
.dark-theme .ot-form-control::placeholder,
.dark-theme .ot_fileUploader::placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme .table-span-text {
    color: var(--title_text) !important;
}

.dark-theme .bg-blue-gradient.wave-animated::before {
    background: #579be426;
}
.dark-theme .bg-blue-gradient.wave-animated::after {
    background: #579be41f;
}

.dark-theme .bg-tea-gradient.wave-animated::after {
    background: rgba(124, 237, 173, 0.06);
}
.dark-theme .bg-tea-gradient.wave-animated::before {
    background: rgba(206, 255, 227, 0.18);
}

.dark-theme .wave-animated::before {
    background: #fcab5e2b;
}
.dark-theme .wave-animated::after {
    background: #fcab5e12;
}

.dark-theme .badge-basic-primary-text {
    background: #282931;
}
.dark-theme .page-header {
    background-color: var(--card_bg) !important;
}
.dark-theme .main__message_container > input {
    background-color: var(--input_bg) !important;
    border-color: var(--input_bg) !important;
    color: var(--title_text) !important;
}
/*
    .dark-theme .bootstrap-select.form-control, .form-control, .input-group-text {
        background-color: var(--input_bg) !important;
        border-color: var(--input_bg) !important;
        color: var(--title_text) !important;
    } */
.dark-theme .ck.ck-editor__main > .ck-editor__editable {
    background-color: var(--input_bg) !important;
    border-color: var(--input_bg) !important;
    color: var(--title_text) !important;
}
.dark-theme .ck.ck-toolbar {
    background-color: var(--input_bg) !important;
    border-color: var(--border_2) !important;
    color: var(--title_text) !important;
}
.dark-theme .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: var(--border_2) !important;
}

.dark-theme .ck.ck-button,
a.ck.ck-button {
    color: var(--title_text) !important;
}

.dark-theme .options__button {
    background-color: #2b2d35;
}
.dark-theme .nicescroll-cursors {
    background: #eeeeee !important;
}
.dark-theme .nicescroll-cursors {
    background: #33343e8f !important;
    border-color: #33343e8f !important;
}

.dark-theme .list-group-flush > .list-group-item {
    border-bottom-color: var(--border_2);
    background: transparent;
}
.dark-theme .badge-light-primary {
    background: var(--input_bg);
}

.dark-theme .badge-light-success {
    background: var(--input_bg);
}

.dark-theme .form-with-multistep {
    background: var(--card_bg);
}

.dark-theme
    .step-list-wrapper
    .single-step-list-step
    .single-multiStep-request-list-item-number {
    background: var(--bodybg);
    border: 1px solid var(--border_2);
}
.dark-theme .step-list-wrapper .single-step-list-step::before {
    background: var(--border_2);
}

.dark-theme .single-wrap {
    color: var(--body_text);
}

.dark-theme .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--border_2) !important;
}

.dark-theme .nice-select .nice-select-search-box {
    background-color: var(--input_bg) !important;
    color: #fff;
}
.dark-theme .nice-select .list {
    background-color: var(--input_bg) !important;
}
.dark-theme .nice-select .nice-select-search {
    background-color: var(--input_bg) !important;
}
.dark-theme .nice-select .option {
    color: #fff;
}
.dark-theme .ot_fileUploader input.form-control {
    background: var(--input_bg) !important;
}
.dark-theme * {
    scrollbar-color: #33343e8f #33343e8f;
}
.dark-theme .srollbar {
    scrollbar-color: #33343e8f #33343e8f;
}
.dark-theme .white-bg {
    background-color: var(--card_bg) !important;
}
.dark-theme .file_upload {
    border-color: var(--border_2) !important;
}
.dark-theme textarea.form-control,
textarea.ot_textarea,
textarea.ot_input {
    border: 1px solid var(--ot-border-primary) !important;
    background-color: var(--input_bg) !important;
    border-color: var(--input_bg) !important;
    color: var(--title_text) !important;
}
.dark-theme .ot-card,
.dark-theme .table-content.table-basic .card {
    background-color: var(--card_bg) !important;
}

.dark-theme .wave-animated.cart-two {
    background: var(--bodybg) !important;
}
.dark-theme .text-title {
    color: var(--title_text) !important;
}

.dark-theme .tag-area3 .listing .single-list {
    color: var(--body_text);
    background: var(--input_bg) !important;
    border: 1px solid var(--border_2);
}
.dark-theme .ot-pagination .pagination .page-item .page-link {
    color: var(--body_text);
    background: var(--input_bg);
}

.dark-theme .arrow-toggle-btn {
    background: #2b2d35;
    border-color: var(--border_2) !important;
}

.dark-theme .ot-btn-primary span {
    color: #fff;
}

.dark-theme .ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
    background: var(--body_bg);
}

input#old_password::placeholder {
    top: 4px;
    position: relative;
    /* font-size: 16px; */
}
input#password::placeholder {
    top: 4px;
    position: relative;
    /* font-size: 16px; */
}
input#password_confirmation {
    top: 4px;
    position: relative;
    /* font-size: 16px; */
}

.dark-theme .ot-input {
    background-color: var(--input_bg_focus) !important;
    box-shadow: none !important;
    border-color: var(--input_bg_focus) !important;
    color: var(--title_text);
}

.dark-theme .ot-pagination .page-link:hover {
    background: var(--ot-primary);
    color: #ffffff !important;
}

.dark-theme .form-control {
    border: 1px solid var(--ot-border-primary);
}

.dark-theme .btn-export {
    background: var(--input_bg_focus) !important;
    color: var(--body_text);
}
.dark-theme .btn-export span {
    color: var(--body_text);
    transition: 0.3s;
}
.dark-theme .btn-export i {
    color: var(--body_text);
    transition: 0.3s;
}
.dark-theme .btn-export:hover {
    background: transparent;
    color: #fff;
    border-color: var(--border_3);
}
.dark-theme .btn-export:hover span {
    color: #fff;
}
.dark-theme .btn-export:hover i {
    color: #fff;
}

.dark-theme .sidebar {
    border-right: 1px solid var(--border_2) !important;
    background: var(--card_bg) !important;
}

.dark-theme .home-btn {
    background: #2b2d35;
    border-color: var(--border_2) !important;
    color: var(--title_text);
}
.dark-theme .home-btn:hover {
    color: #fff;
}

.dark-theme .role-permisssion-control tr {
    border-bottom-color: var(--border_2);
}

/* End of Dark Mode */

.home-btn {
    font-size: 18px;
    color: var(--ot-text-primary);

    width: 40px;
    height: 40px;
    background: none;
    border-radius: 8px;
    line-height: 30px;
    transition: 0.3s;
    border: 1px solid rgba(217, 219, 228, 0.6) !important;

    display: flex;
    margin: 0 5px;
}

@media only screen and (max-width: 575px) {
    .home-btn {
        display: none;
    }
}

.select2-container .select2-results {
    padding: 8px 0;
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    box-shadow: none;
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--ot-primary);
}
.profile-menu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--ot-text-subtitle);
    background-color: unset;
    border-bottom: 2px solid var(--ot-primary);
    border-radius: 0;
}

.profile-menu .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    padding: 10px 5px;
    color: #a1a5b7;
    font-weight: 500;
    margin-right: 13px;
}

.single-education .action .btn-dropdown {
    background: none;
    color: var(--body_text);
}

.profile-menu-head .paragraph {
    color: #b5b5c3;
}

/* booking module  */
.color-box {
    height: 20px;
    width: 20px;
}

/* address tab button */

a.nav-link.address-link.active {
    background-color: var(--ot-primary);
    padding: 9.5px 15px;
    color: var(--white) !important;
    border-radius: 8px;
    transition: 0.3s;
    border: 0;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}
.swal2-title {
    font-size: 27px;
}

.swal2-html-container {
    font-size: 13px;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    padding: 10px 20px;
}

.list-group-flush > .list-group-item {
    border-style: dashed;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid
        var(--bs-list-group-border-color);
}

/* Export BTN */
.export-btn {
    padding: 10px 17px;
    border: 1px solid var(--ot-primary);
    background: none;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-family: var(--font-Inter);
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--ot-primary);
}
.form-control {
    border-radius: 8px;
}
.nav-pills .nav-link {
    color: var(--ot-text-subtitle);
}

.btn-check:focus {
    color: #fff;
    background-color: var(--ot-primary);
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.btn-check:focus i {
    color: #fff;
}

/* tagify custom styles */

.tagify {
    width: 100%;
}

.tagify-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    color: #494e5c;
    display: block;
    margin-bottom: 8px;
}

.tagify__tag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

span.tagify__tag-text {
    font-size: 14px;
    padding: 0px 6px;
    color: var(--ot-text-subtitle);
}

.tagify__tag__removeBtn::after {
    content: "×";
    -webkit-transition: 0.3s, color 0s;
    transition: 0.3s, color 0s;
    position: absolute;
    left: 8px;
    font-size: 19px;
    color: var(--ot-text-subtitle);
}

.tagify__tag > div::before {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid var(--ot-border-primary) !important;
}

.tagify__tag__removeBtn {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 0;
    padding: 4px;
}

.tagify__tag > div {
    padding-left: 0;
}

.tagify--outside .tagify__input {
    margin: 10px 0;
}

.tagify--outside {
    border: 0;
}
.tagify--outside .tagify__input {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border: 1px solid var(--tags-border-color);
    margin-bottom: 1em;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    height: 49px;
    width: 100%;
    font-size: 16px;
    padding: 15px 14px;
    position: relative;
    border-radius: 8px;
    border-color: #f7f7f7;
    background: #f7f7f7;
    line-height: 18px;
}
.tagify--outside .tagify__input:hover {
    border-color: var(--tags-hover-border-color);
}
.tagify--outside.tagify--focus .tagify__input {
    -webkit-transition: 0s;
    transition: 0s;
    border-color: var(--tags-focus-border-color);
}
.badge.badge-success {
    color: #fff;
}

.btn-export {
    border-color: var(--ot-border-primary);
    background: var(--white);
    color: var(--ot-text-title);
    font-weight: 500;
    transition: 0.3s;
    font-size: 14px;
    padding: 10px 12px;
    line-height: 18px;
}
.btn-export i {
    color: var(--ot-primary);
    font-size: 14px;
    margin-right: 4px;
}
.btn-export:hover i {
    color: #fff;
}
.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: unset;
    --tag-bg: unset;
}
.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: unset;
    --tag-bg: unset;
}

.tagify__tag__removeBtn:hover {
    background: unset;
}
.tagify__tag__removeBtn:hover + div::before {
    box-shadow: none !important;
}

/* Quize lsit s t a r t */

.quize-list {
    border: 1px solid var(--ot-secondary-border);
    padding: 22px 0;
    border-radius: 5px;
    list-style: none;
}
.quize-list .single-list-quize {
    color: var(--ot-tertiary-title);
    padding-left: 16px;
    list-style: none;
}
.quize-list .single-list-quize:not(:last-child) {
    margin-bottom: 19px;
    border-bottom: 1px solid var(--ot-secondary-border);
    padding-bottom: 18px;
}
.quize-list .single-list-quize .title {
    color: var(--ot-tertiary-title);
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
}
.quize-list .single-list-quize .quize-date {
    font-size: 12px;
    margin-right: 20px;
}

.remember-checkbox.selected-quize.true .text-title {
    color: #3cc13b !important;
}
.remember-checkbox.selected-quize.false {
    text-decoration: line-through !important;
}
.remember-checkbox.selected-quize.false .text-title {
    color: var(--ot-tertiary) !important;
}
.remember-checkbox.selected-quize .ot-checkmark {
    background: var(--ot-tertiary);
    border: var(--ot-tertiary);
}
.remember-checkbox.selected-quize .ot-checkmark::after {
    display: block;
    left: 0;
    top: -2px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.remember-checkbox.selected-quize label {
    pointer-events: auto !important;
    cursor: not-allowed !important;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none; /* Standard syntax */
}

.ans-sheet .single-list-quize .remember-checkbox {
    pointer-events: none;
}

/* quize list E n d */

/* Check Box s t a r t */

.remember-checkbox {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.remember-checkbox.quize .ot-checkbox:checked ~ .ot-checkmark {
    background-color: var(--ot-tertiary);
    border-color: var(--ot-tertiary);
}
.remember-checkbox.quize .ot-checkmark {
    border: 2px solid var(--ot-border-primary);
}
.remember-checkbox.show-ans .ot-checkmark {
    background: var(--ot-tertiary);
    border: var(--ot-tertiary);
}
.remember-checkbox.show-ans .ot-checkmark::after {
    display: block;
    left: 4px;
    top: -6px;
}
.remember-checkbox.show-ans label {
    pointer-events: auto !important;
    cursor: not-allowed !important;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none; /* Standard syntax */
}
.remember-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
.remember-checkbox label small {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
}
.remember-checkbox .ot-checkbox {
    margin-right: 10px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.remember-checkbox .ot-checkbox:checked ~ .ot-checkmark {
    background-color: var(--ot-tertiary);
    border-color: var(--ot-tertiary);
}
.remember-checkbox .ot-checkbox:checked ~ .ot-checkmark::after {
    display: block;
}
.remember-checkbox .ot-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid var(--ot-tertiary);
    margin-right: 12px;
    border-radius: 4px;
}
.remember-checkbox .ot-checkmark::after {
    content: url("../images/courses/tick.png");
    position: absolute;
    left: 0;
    top: -3px;
    display: none;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.remember-checkbox .forget-section span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.5px;
    color: var(--ot-tertiary);
}

/* End-of Check Box */

.form-control:focus {
    box-shadow: none;
}

/* Updated Scroll Bar  */

.sidebar_scrollbar_active .mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
    background-color: #eee !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ddd;
}

.mCSB_scrollTools {
    opacity: 0;
}

.mCSB_scrollTools {
    width: 4px;
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item:not(.child-menu-list)
    a.active::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
}

.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item:not(.child-menu-list)
    a.active::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: 30px 0 0 30px;
}

.sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 60px;
}

.half-expand .mCSB_container {
    overflow: visible;
}

.half-expand .sidebar .sidebar-menu {
    overflow-x: none;
    top: 0 !important;
    position: fixed;
    left: 0;
    width: 100px;
}

.half-expand .mCustomScrollBox {
    position: relative;
    overflow: visible;
}

.half-expand .sidebar .sidebar-menu {
    height: calc(100vh - 350px);
    overflow-x: none;
    top: 86px !important;
    position: fixed;
    left: 0;
    width: 100px !important;
}

.half-expand .sidebar-menu {
    transform: none;
}

.half-expand .sidebar .sidebar-header {
    position: relative;
    z-index: 12122;
}

.half-expand .sidebar ul.parent-menu-list > li > ul {
    position: absolute;
    top: 0;
    width: 236px;
    left: 100px;
    background: #fff !important;
    border: 0;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border-radius: 8px;
    padding: 10px 10px !important;
}

.half-expand .sidebar-dropdown-menu > li ul {
    background: #fff !important;
    border: 0;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border-radius: 8px;
    padding: 10px 10px !important;
}

.half-expand .sidebar .sidebar-dropdown-menu .sidebar-menu-item li span {
    display: block !important;
}

.half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
    padding-left: 10px !important;
}

.half-expand .child-menu-list .sidebar-menu-item:last-child {
    padding-bottom: 0;
}

.half-expand .child-menu-list .nav-item:last-child {
    padding-bottom: 0;
}

.crm_theme_btn {
    background-color: var(--primary-color);
    padding: 9.5px 15px;
    color: var(--white) !important;
    min-height: 48px;
    min-width: 120px;
    border-radius: 8px;
    transition: 0.3s;
    border: 0;
    text-transform: capitalize;
}

.crm_theme_btn:hover,
.crm_theme_btn:focus {
    color: var(--white) !important;
    box-shadow: var(--theme-shadow2) !important;
}

.crm_line_btn {
    text-transform: capitalize;
    border-color: var(--ot-border-primary);
    background: var(--white);
    color: var(--ot-text-title);
    font-weight: 500;
    transition: 0.3s;
    padding: 10px 15px;
    border-radius: 8px;
    background: var(--ot-border-primary);
    min-height: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

/* Updated Scroll Bar  */
#lead-modal .title strong {
    margin-bottom: 8px;
    display: block;
}

.half-expand .header_control_left .half-expand-toggle i {
    transform: rotate(180deg);
    left: -1px;
}

.ot_input,
.ot-form-control,
.select2-container .select2-selection--single,
.ot_input:focus,
.ot-form-control:focus {
    border: 1px solid var(--ot-border-primary) !important;
}

.header-control-item .select2-container .select2-selection--single {
    background-color: transparent !important;
}

.table_scrollbar_active {
    position: relative;
}

.table_scrollbar_active .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

.card_scroll_active .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

.card_scroll_active .mCSB_inside > .mCSB_container {
    margin-right: 6px;
}

.card_scroll_active .mCSB_scrollTools {
    right: 0px;
}

.card_scroll_active .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.card_scroll_active .mCustomScrollBox {
    padding-right: 25px;
}

.card_scroll_active .card-body {
    max-height: 400px;
    padding-right: 0;
    position: relative;
}

.card_scroll_active {
    padding-right: 0 !important;
}

.line-clamp-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* add-ons list s t a r t*/

.single-add-ons {
    padding: 15px;
    border: 1px solid var(--ot-border-table-card-header);
    background: var(--white);
    transition: 0.4s;
}
.single-add-ons:hover {
    border: 1px solid var(--ot-primary);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.07);
}

.course-badge {
    color: var(--ot-primary-title);
    background: var(--white);
    padding: 2.5px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.course-badge:hover {
    background: var(--ot-primary);
    color: var(--white);
}

.single-add-ons .single-add-ons-img .course-badge {
    left: 10px;
    top: 10px;
}
.single-add-ons .single-add-ons-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.single-add-ons:hover .single-add-ons-img img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.course-carousel-wrapper .swiper-btn {
    width: 44px;
    height: 44px;
    background: var(--ot-tertiary);
    -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    top: 33%;
}

.single-add-ons .price {
    color: var(--ot-primary-title);
    font-size: 26px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.single-add-ons .price .month {
    color: var(--ot-primary-title);
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
}

.single-add-ons .select2-container--default .select2-selection--single {
    height: 40px;
}
.single-add-ons
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
}

.single-add-ons
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--ot-primary-border);
}
/* End-of add-ons list */

.add-ons-area .card {
    background-color: var(--ot-bg-table-card);
    border: 1px solid transparent;
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
}

.add-ons-area .card .card-header {
    padding: 24px;
    border-bottom: 1px solid var(--ot-border-table-card-header);
    margin-bottom: 10px;
}

.in-active {
    background: none;
    border-radius: 8px;
    color: var(--ot-text-primary);
    transition: 0.3s;
    border: 1px solid rgba(217, 219, 228, 0.6) !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 15px 24px;
    display: inline-block;
}

/* New Chat Box Area S t a r t */
.chat-box-area {
    padding: 20px;
    background-color: var(--ot-bg-secondary);
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    margin-bottom: 24px;
}
.chat-box-area .chatWrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
    box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
    border-radius: 12px;
    padding: 20px;
    border-radius: 8px;
    height: 100vh;
}
.chat-box-area .chat-body {
    height: 100%;
    height: calc(100vh - 0px);
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}
.chat-box-area .chat-search-wrapper {
    margin-bottom: 20px;
}
.chat-box-area .chat-search-wrapper.style-two .searchBox .icon {
    position: absolute;
    top: 50%;
    left: auto;
    right: 7px;
}
.chat-box-area .chat-search-wrapper.style-two .search-form input {
    padding: 0 19px;
    border: none;
}
.chat-box-area .chat-search-wrapper .searchBox {
    width: 100%;
    background: none;
    height: 43px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.chat-box-area .chat-search-wrapper .searchBox input {
    width: 100%;
    height: 100%;
}
.chat-box-area .chat-search-wrapper .searchBox .icon {
    position: absolute;
    top: 50%;
    left: 7px;
    font-size: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    color: #ddd;
}
.chat-box-area .chat-search-wrapper .search-form input {
    padding: 0 34px;
    border: none;
    font-weight: 300;
}
.chat-box-area
    .chat-search-wrapper
    .search-form
    input::-webkit-input-placeholder {
    font-weight: 300;
}
.chat-box-area .chat-search-wrapper .search-form input::-moz-placeholder {
    font-weight: 300;
}
.chat-box-area .chat-search-wrapper .search-form input:-ms-input-placeholder {
    font-weight: 300;
}
.chat-box-area .chat-search-wrapper .search-form input::-ms-input-placeholder {
    font-weight: 300;
}
.chat-box-area .chat-search-wrapper .search-form input::placeholder {
    font-weight: 300;
}
.chat-box-area .chat-list-wrapper {
    height: calc(100vh - 70px);
    overflow: hidden;
}
@media (max-width: 575px) {
    .chat-box-area .chat-list-wrapper {
        height: 100%;
        border-bottom: 1px solid var(--ot-primary-border);
        padding-bottom: 21px;
        margin-bottom: 40px;
    }
}
.chat-box-area .chat-list-wrapper .chat-list {
    height: calc(100vh - 170px);
    overflow-y: auto;
}
@media (max-width: 575px) {
    .chat-box-area .chat-list-wrapper .chat-list {
        height: 100%;
    }
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat {
    background: #f9f9f9;
    padding: 21px 20px;
    padding-bottom: 8px;
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (max-width: 1199px) {
    .chat-box-area .chat-list-wrapper .chat-list .single-chat {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat:last-child {
    margin: 0;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat:last-child::before {
    position: unset;
    width: 0;
    height: 0px;
    background-color: none;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat::before {
    content: "";
    bottom: -17px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--ot-secondary-border);
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-cap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-cap .user-img {
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background: #e3e3e3;
    border-radius: 50%;
    border-radius: 50%;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-img
    img {
    border-radius: 50%;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-img.online {
    position: relative;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-img.online::after {
    content: "";
    top: 0px;
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-img.off-online {
    position: relative;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-img.off-online::after {
    content: "";
    top: 0px;
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(222, 144, 60);
    border-radius: 50%;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-chat-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-chat-caption
    .user-name {
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
    display: block;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area
        .chat-list-wrapper
        .chat-list
        .single-chat
        .chat-cap
        .user-chat-caption
        .user-name {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .chat-box-area
        .chat-list-wrapper
        .chat-list
        .single-chat
        .chat-cap
        .user-chat-caption
        .user-name {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chat-box-area
        .chat-list-wrapper
        .chat-list
        .single-chat
        .chat-cap
        .user-chat-caption
        .user-name {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .chat-box-area
        .chat-list-wrapper
        .chat-list
        .single-chat
        .chat-cap
        .user-chat-caption
        .user-name {
        font-size: 15px;
    }
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-chat-caption
    .chat {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-cap
    .user-chat-caption
    .on-off-line {
    font-size: 12px;
    font-weight: 700;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-timer {
    text-align: center;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-timer .time {
    color: var(--ot-primary-paragraph);
    font-size: 10px;
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-timer
    .chat-count {
    display: block;
    color: #ffffff;
    background: var(--ot-primary);
    font-weight: 300;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    margin: 0 auto;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat.active {
    background: var(--ot-primary) !important;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat.active
    .checkWrap
    .checkmark {
    background-color: var(--white);
    border: 1px solid transparent !important;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat.active
    .checkWrap
    .checkmark:after {
    display: block !important;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat.active .time {
    color: #fff;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat.active .chat-count {
    background: #fff;
    color: var(--ot-primary);
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat.active
    .user-chat-caption
    .on-off-line {
    color: #fff;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat.active
    .user-chat-caption
    .user-name {
    color: #fff;
}
.chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat.active
    .user-chat-caption
    .chat {
    color: #fff;
}
.chat-box-area .chat-list-wrapper .chat-list .single-chat.unseen-chat {
    background: var(--white);
}
.chat-box-area .current-chat-user {
    background: var(--white);
    border-bottom: 1px solid var(--ot-secondary-border);
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .chat-box-area .current-chat-user {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.chat-box-area .current-chat-user .chat-cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 20px;
    cursor: pointer;
    left: auto;
    gap: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .current-chat-user .chat-cap {
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .chat-box-area .current-chat-user .chat-cap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}
.chat-box-area .current-chat-user .chat-cap .user-img {
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background: #e3e3e3;
    border-radius: 50%;
}
.chat-box-area .current-chat-user .chat-cap .user-img img {
    border-radius: 50%;
}
@media (max-width: 575px) {
    .chat-box-area .current-chat-user .chat-cap .user-img {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .current-chat-user .chat-cap .user-img {
        width: 29%;
        margin-right: 9px;
    }
}
.chat-box-area .current-chat-user .chat-cap .user-chat-caption .user-name {
    margin-bottom: 1px;
    line-height: 1.5;
    color: var(--ot-primary-title);
    font-weight: 700;
    font-size: 12px;
    display: block;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .current-chat-user .chat-cap .user-chat-caption .user-name {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .chat-box-area .current-chat-user .chat-cap .user-chat-caption .user-name {
        font-size: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chat-box-area .current-chat-user .chat-cap .user-chat-caption .user-name {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .chat-box-area .current-chat-user .chat-cap .user-chat-caption .user-name {
        font-size: 18px;
    }
}
.chat-box-area .current-chat-user .chat-cap .user-chat-caption .chat-status {
    font-family: var(--ot-primary-paragraph);
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area
        .current-chat-user
        .chat-cap
        .user-chat-caption
        .chat-status {
        font-size: 12px;
    }
}
.chat-box-area .current-chat-user .flag .icon {
    font-size: 26px;
    margin: 0 4px;
}
.chat-box-area .chatBox-message {
    height: calc(100vh - 110px);
    overflow: hidden;
    padding: 20px 12px;
    overflow-x: auto;
}
@media (max-width: 575px) {
    .chat-box-area .chatBox-message {
        height: calc(100vh - 80px);
    }
}
.chat-box-area .chatBox-message .chatShow {
    padding: 0 12px;
    margin-bottom: 20px;
    max-height: 100vh;
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.chat-box-area .chatBox-message .chatShow .single-chat {
    margin-bottom: 24px;
}
.chat-box-area .chatBox-message .chatShow .single-chat .chatText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.chat-box-area .chatBox-message .chatShow .single-chat .chatText .chatImg {
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background: #e3e3e3;
    border-radius: 50%;
    overflow: hidden;
}
.chat-box-area .chatBox-message .chatShow .single-chat .chatText .chatCaption {
    width: 90%;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat
    .chatText
    .chatCaption
    .chatPera {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    display: inline-block;
    padding: 18px 18px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area
        .chatBox-message
        .chatShow
        .single-chat
        .chatText
        .chatCaption
        .chatPera {
        font-size: 12px;
        margin-bottom: 7px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .chat-box-area
        .chatBox-message
        .chatShow
        .single-chat
        .chatText
        .chatCaption
        .chatPera {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    .chat-box-area
        .chatBox-message
        .chatShow
        .single-chat
        .chatText
        .chatCaption
        .chatPera {
        font-size: 12px;
    }
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat
    .chatText
    .chatCaption
    .sendTime {
    color: rgba(var(--primary-rgb), 0.8);
    display: block;
    font-size: 13px;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.userMessage
    .chatText
    .chatCaption {
    text-align: left;
    margin-right: auto;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.userMessage
    .chatText
    .chatCaption
    .chatPera {
    -webkit-box-shadow: rgba(100, 100, 111, 0.07) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.07) 0px 7px 29px 0px;
    border-radius: 10px;
    background: var(--white);
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.userMessage
    .chatText
    .chatCaption
    .sendTime {
    text-align: left;
}
.chat-box-area .chatBox-message .chatShow .single-chat.adminMessage .chatText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    cursor: pointer;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.adminMessage
    .chatText
    .chatCaption {
    text-align: right;
    margin-left: auto;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.adminMessage
    .chatText
    .chatCaption
    .chatPera {
    border-radius: 10px;
    background: var(--ot-primary);
    box-shadow: rgba(100, 100, 111, 0.07) 0px 7px 29px 0px;
    color: #fff;
}
.chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.adminMessage
    .chatText
    .chatCaption
    .sendTime {
    text-align: right;
}
.chat-box-area .chatSend-wrapper {
    border-top: 1px solid var(--ot-primary-border);
    position: absolute;
    bottom: 15px;
    left: 16px;
    right: 16px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 999;
    border-radius: 7px;
}
@media (max-width: 575px) {
    .chat-box-area .chatSend-wrapper {
        background: none;
    }
}
.chat-box-area .chatSend-wrapper .sendMessage .input {
    border-radius: 8px;
    border: 1px solid var(--ot-primary);
    width: 100%;
    height: 52px;
    padding: 10px 20px;
    padding-right: 100px;
    background: var(--white);
}
@media (max-width: 575px) {
    .chat-box-area .chatSend-wrapper .sendMessage .input {
        padding-right: 20px;
    }
}
.chat-box-area
    .chatSend-wrapper
    .sendMessage
    .input::-webkit-input-placeholder {
    font-size: 14px;
}
.chat-box-area .chatSend-wrapper .sendMessage .input::-moz-placeholder {
    font-size: 14px;
}
.chat-box-area .chatSend-wrapper .sendMessage .input:-ms-input-placeholder {
    font-size: 14px;
}
.chat-box-area .chatSend-wrapper .sendMessage .input::-ms-input-placeholder {
    font-size: 14px;
}
.chat-box-area .chatSend-wrapper .sendMessage .input::placeholder {
    font-size: 14px;
}
.chat-box-area .chatSend-wrapper .sendMessage .imgSlector {
    position: absolute;
    right: 102px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    border-radius: 30px;
}
.chat-box-area .chatSend-wrapper .sendMessage .imgSlector .icon {
    border-radius: 30px;
}
@media (max-width: 575px) {
    .chat-box-area .chatSend-wrapper .sendMessage .imgSlector {
        position: relative;
        right: 8px;
        top: 30px;
        float: right;
    }
}
.chat-box-area .chat-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 20px;
    cursor: pointer;
    left: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .chat-admin {
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .chat-box-area .chat-admin {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}
.chat-box-area .chat-admin .profile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.chat-box-area .chat-admin .user-img {
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background: #e3e3e3;
    border-radius: 50%;
    border-radius: 50%;
}
.chat-box-area .chat-admin .user-img img {
    border-radius: 50%;
}
.chat-box-area .chat-admin .user-chat-caption .user-name {
    margin-bottom: 1px;
    line-height: 1.5;
    /* color: var(--ot-primary-title); */
    font-weight: 500;
    font-size: 16px;
    display: block;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .chat-admin .user-chat-caption .user-name {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .chat-box-area .chat-admin .user-chat-caption .user-name {
        font-size: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chat-box-area .chat-admin .user-chat-caption .user-name {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .chat-box-area .chat-admin .user-chat-caption .user-name {
        font-size: 18px;
    }
}
.chat-box-area .chat-admin .user-chat-caption .chat-status {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .chat-box-area .chat-admin .user-chat-caption .chat-status {
        font-size: 12px;
    }
}
.chat-box-area .custom-dropdown button {
    background: none;
    padding: 0;
    border: 0;
    font-size: 40px;
    color: #ddd;
    line-height: 1;
}
.chat-box-area .custom-dropdown button::after {
    display: none;
}
.chat-box-area .btn-wrapper .btn-rounded2 {
    font-family: #667085;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    background: var(--ot-primary) !important;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    border: 0;
}

.img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

body.dark-theme .chat-box-area .chat-list-wrapper .chat-list .single-chat {
    background-color: var(--card_bg);
}
/* End-of New Chat Box Area */
body.dark-theme
    .chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat::before {
    background-color: var(--border_2);
}

body.dark-theme
    .chat-box-area
    .chat-list-wrapper
    .chat-list
    .single-chat
    .chat-timer
    .time {
    color: var(--title_text);
}

/* body.dark-theme  .chat-box-area .chatBox-message {
	background: var(--body_bg);
} */
body.dark-theme .chat-box-area .current-chat-user {
    background: var(--ot-bg-secondary);
}
body.dark-theme .chat-box-area .chatSend-wrapper .sendMessage .input {
    background: var(--card_bg);
    color: #fff;
}

body.dark-theme .chat-box-area .chat-body {
    background: var(--body_bg);
}
body.dark-theme
    .chat-box-area
    .chatBox-message
    .chatShow
    .single-chat
    .chatText
    .chatCaption
    .sendTime {
    color: var(--title_text);
    display: block;
    font-size: 13px;
}
body.dark-theme
    .chat-box-area
    .chatBox-message
    .chatShow
    .single-chat.userMessage
    .chatText
    .chatCaption
    .chatPera {
    -webkit-box-shadow: rgba(100, 100, 111, 0.07) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.07) 0px 7px 29px 0px;
    border-radius: 10px;
    background: var(--card_bg);
}

body.dark-theme .single-add-ons {
    border: 1px solid var(--border_2);
    background: none;
}

body.dark-theme .in-active {
    border: 1px solid var(--border_2) !important;
}

/* RTL_STYLE  */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0;
}

/*Changes while RTL Start*/
body.rtl .half-expand .sidebar .sidebar-menu {
    height: calc(100vh - 350px);
}

.multi-select-wrap .select2-container .select2-selection--single {
    background: none;
}

.multi-select-wrap .select2-container .select2-selection--single {
    background-color: unset !important;
}

body.rtl .sidebar .sidebar-menu ol,
body.rtl .sidebar .sidebar-menu ul {
    padding-right: 0;
    margin-right: 0;
}

body.rtl .sidebar .sidebar-menu ol a,
body.rtl .sidebar .sidebar-menu ul a {
    text-decoration: none;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-section-heading {
    margin-right: 17px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
    padding-right: 28px;
}

body.rtl .sidebar-expand .sidebar {
    right: 0;
    transition: right 0.3s;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a.has-arrow::after {
    right: auto;
    left: 20px;
    right: auto;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    .parent-item-content.has-arrow.active::after {
    right: auto;
    left: 20px;
}

body.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    a.active::before {
    left: auto;
    right: 0;
}

body.rtl .sidebar-menu {
    border: 0;
}

body.rtl .half-expand .sidebar .sidebar-menu {
    left: auto;
    right: -50px;
}

body.rtl .half-expand .sidebar ul.parent-menu-list > li > ul {
    left: auto;
    right: 94px !important;
    z-index: 1212;
}

body.rtl
    .half-expand
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    ul
    li
    a.has-arrow::after {
    transform: rotate(-45deg) translate(0, -50%) !important;
    left: 20px;
    right: auto;
}

body.rtl .half-expand .sidebar-dropdown-menu > li ul {
    left: auto;
    right: 100%;
    transition: 0.3s;
}

body.rtl .sidebar-menu {
    border-right: 0;
    border-left: 1px solid rgba(217, 219, 228, 0.6);
}

body.rtl .half-expand .header {
    padding-left: 20px;
    padding-right: 40px;
}

body.rtl .sidebar {
    right: 0;
}

body[dir="rtl"]
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 20px;
    text-align: right;
    padding-left: 17px;
}

body[dir="rtl"] .header .header-search .search-field {
    padding-left: 1rem !important;
    padding-right: 3.25rem !important;
}

body[dir="rtl"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: auto;
    left: 25px;
}

body[dir="rtl"] .profile-border {
    width: 100%;
}

body[dir="rtl"] .header .header-search .search-icon {
    left: auto;
    right: 30px;
}

body[dir="rtl"] .select2-container .select2-dropdown .select2-results__option {
    justify-content: flex-start;
}

body[dir="rtl"]
    .select2-container
    .select2-dropdown
    .select2-search
    .select2-search__field {
    text-align: right;
}

body[dir="rtl"]
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > a {
    padding-left: 0;
    padding-right: 47px;
}

body[dir="rtl"]
    .half-expand
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item
    > ul
    > li
    > a {
    padding-left: 0;
    padding-right: 28px;
}

body[dir="rtl"] .card_scroll_active .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 4px;
}

body[dir="rtl"] .card_scroll_active .mCustomScrollBox {
    padding-right: 0;
    padding-left: 25px;
}

body[dir="rtl"] .card_scroll_active {
    padding-left: 0;
    padding-right: 28px !important;
}

@media (max-width: 768px) {
    body.rtl .sidebar {
        right: -100%;
        transition: right 0.3s;
    }
}

@media (max-width: 991.98px) {
    body.rtl .sidebar {
        right: -100%;
        transition: right 0.3s;
    }

    body.rtl .main-content {
        margin-right: 0;
    }
}
.ck.ck-editor__main li {
    list-style: unset;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 9px;
}

.rtl
    .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 14px;
}
.rtl .step-list-wrapper .single-step-list-step::before {
    right: 100%;
    left: auto;
}

@media (max-width: 991.98px) {
    body.rtl .header {
        right: 0;
    }
}

.rtl
    .sidebar
    .sidebar-menu
    .sidebar-menu-section
    .sidebar-menu-item.mm-active
    .parent-item-content::before {
    border-radius: 30px 0px 0px 30px;
    left: auto;
    right: 0;
}

.rtl .header_control_left .half-expand-toggle i {
    transform: rotate(180deg);
    left: -1px;
}

.rtl .auth-container .form-wrapper .auth-form .remember-me label {
    margin-left: 0;
    margin-right: 8px;
}

.rtl #revenueChart .apexcharts-legend-text {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .nice-select .list li {
    text-align: right;
}

.rtl .basic-table thead th,
.ot-table-bg thead th,
.table-color-col thead th {
    padding-right: 13px;
}

.rtl .multiStep-wrapper-contents .input-check-radio {
    margin-right: 0 !important;
}

.rtl .nice-select {
    text-align: right !important;
}
.rtl .nice-select:after {
    right: auto;
    left: 15px;
}

.rtl .select2-container--open .select2-dropdown {
    min-width: 142px;
}

.rtl span.icon.mr-12 {
    margin-right: 0;
    margin-left: 12px;
}
.rtl .tagify__tag__removeBtn {
    margin-left: 0;
    margin-right: 6px;
}
.rtl .offcanvas.offcanvas-start {
    right: 0;
}

.rtl input[type="date"] {
    text-align: right;
}
.rtl .arrow-toggle-btn i {
    transform: rotate(180deg);
}

/* Prole Admin user Profile  */
.rtl .profile-content .offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.rtl .offcanvas {
    visibility: visible;
    transition: transform 0.3s ease-in-out;
}

/* end Profile */
