@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  @version         : 1.0
  @Template Name   : @admin Starter
  @Template author : @initTheme

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

:root {
    --primary-color: #810947;
    --primary-light: #a91d5a;
    --primary-dark: #5a0632;
    --gradient-start: #810947;
    --gradient-end: #c41e3a;
    --primary-gradient: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    --secondary-color: #f093fb;
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-color: var(--primary-color);
    --success-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --dark-color: #1f2937;
    --light-color: #f8fafc;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    --white: #fff;
    --dark: #2c323f;
    --red: #ff7272;
    --light: #EEEEEE;
    --warning: #ff991a;
    --primary: #810947;
    --success: #0CAF60FF;
    --secondary: #090E0D;
    --tertiary: #F0783C;
    --primary-rgb: 0, 113, 93;
    --secondary-rgb: 255, 213, 2;
    --tertiary-rgb: 240, 120, 60;
    --body-bg: #f5f7f9;
    --primary-title: #091419c4;
    --secondary-title: #555555;
    --tertiary-title: #6f767e;
    --primary-paragraph: #292f36;
    --secondary-paragraph: #999999;
    --tertiary-paragraph: #6f767e;
    --success-btn: var(--success);
    --primary-btn: var(--primary);
    --secondary-btn: var(--secondary);
    --tertiary-btn: var(--tertiary);
    /* border color */
    --secondary-border: #f4f4f4;
    --ratting-color: #FF9B26;
    --ratting-color-rgb: 255, 193, 7;
    --bg-badge: #e9faf4;
    --text-badge: #3b3b3b;
    --date: #262626;
    --bg-event-date-lightblue: #ecedff;
    --bg-event-date-green: #d8f8e9;
    --bg-event-date-orange: #fff1e0;
    --scroll-color-one: #554cbd46;
    --scroll-color-two: #f3f3f3;
    --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 */
    --bg-primary: #f0f3f5;
    --bg-secondary: #ffffff;
    --bg-secondary-opacity: rgba(255, 255, 255, 0.35);
    --bg-tertiary: #ffffff;
    --bg-progress: #e6e6e6;
    /* badge background color */
    --bg-badge-success: #0CAF60;
    --bg-badge-danger: #ff6a54;
    --bg-badge-warning: #fdc400;
    --bg-badge-primary: #1890ff;
    --bg-badge-custom: #f1faff;
    /* badge text color */
    --text-badge-success: #29d697;
    --text-badge-danger: #ff6a54;
    --text-badge-warning: #fdc400;
    --text-badge-primary: #1890ff;
    --remix-icon: "remixicon";
    --poppins: "Poppins", sans-serif;
}

/* Dark Theme */
[data-theme=dark] {
    --primary: #00715D;
    --secondary: #0CAF60;
    --tertiary: #FA5F1C;
    --primary-rgb: 0, 113, 93;
    --secondary-rgb: 255, 213, 2;
    --tertiary-rgb: 240, 120, 60;
    --body-bg: #07080A;
    --primary-title: #EEEEEE;
    --secondary-title: #BBBBBB;
    --tertiary-title: #6f767e;
    --primary-paragraph: #BBBBBB;
    --secondary-paragraph: #999999;
    --tertiary-paragraph: #6f767e;
    /* border color */
    --primary-border: #222222;
    --secondary-border: #222222;
    --primary-btn: var(--primary);
    --secondary-btn: var(--secondary);
    --tertiary-btn: var(--tertiary);
    --red: #F2613F;
    --light: #222222;
    --dark: #2c323f;
    --warning: #ff991a;
    --ratting-color: #FF9B26;
    --ratting-color-rgb: 255, 193, 7;
    --bg-badge: #e9faf4;
    --text-badge: #3b3b3b;
    --date: #262626;
    --bg-event-date-lightblue: #ecedff;
    --bg-event-date-green: #d8f8e9;
    --bg-event-date-orange: #fff1e0;
    --scroll-color-one: #554cbd46;
    --scroll-color-two: #f3f3f3;
    --white: #100F14;
    --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 */
    --bg-primary: #f0f3f5;
    --bg-secondary: #ffffff;
    --bg-secondary-opacity: rgba(255, 255, 255, 0.35);
    --bg-tertiary: #ffffff;
    --bg-progress: #e6e6e6;
    /* badge background color */
    --bg-badge-success: #0CAF60;
    --bg-badge-danger: #ff6a54;
    --bg-badge-warning: #fdc400;
    --bg-badge-primary: #1890ff;
    --bg-badge-custom: #f1faff;
    /* badge text color */
    --text-badge-success: #29d697;
    --text-badge-danger: #ff6a54;
    --text-badge-warning: #fdc400;
    --text-badge-primary: #1890ff;
}

.color-effect {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--primay-title)));
    background-image: linear-gradient(to right, var(--primary) 45%, var(--primay-title) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.color-effect:hover {
    background-position: 0% 50%;
}

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

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

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

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

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

.border-color-secondary {
    border-color: var(--tertiary-title) !important;
}

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

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

.text-success {
    color: #0CAF60 !important;
}

.border-color-success {
    border-color: #0CAF60 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-color-primary-paragraph {
    border-color: var(--primary-paragraph) !important;
}

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

.border-color-secondary-paragraph {
    border-color: var(--secondary-paragraph) !important;
}

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

.border-color-tertiary-paragraph {
    border-color: var(--tertiary-paragraph) !important;
}

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

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

.bg-orange {
    background-color: var(--bg-event-date-orange) !important;
}

.bg-soft-gray {
    background-color: var(--bg-primary) !important;
}

.bg-warning-soft {
    background-color: rgba(239, 116, 109, 0.09) !important;
}

.bg-blue-soft {
    background-color: rgba(83, 74, 186, 0.09) !important;
}

.bg-pink-soft {
    background-color: #fbf0fd !important;
}

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

/*-- padding --*/
.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

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

.p-9 {
    padding: 9px !important;
}

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

.p-11 {
    padding: 11px !important;
}

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

.p-13 {
    padding: 13px !important;
}

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

.p-15 {
    padding: 15px !important;
}

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

.p-17 {
    padding: 17px !important;
}

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

.p-19 {
    padding: 19px !important;
}

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

.p-21 {
    padding: 21px !important;
}

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

.p-23 {
    padding: 23px !important;
}

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

.p-25 {
    padding: 25px !important;
}

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

.p-27 {
    padding: 27px !important;
}

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

.p-29 {
    padding: 29px !important;
}

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

.p-31 {
    padding: 31px !important;
}

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

.p-33 {
    padding: 33px !important;
}

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

.p-35 {
    padding: 35px !important;
}

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

.p-37 {
    padding: 37px !important;
}

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

.p-39 {
    padding: 39px !important;
}

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

.p-41 {
    padding: 41px !important;
}

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

.p-43 {
    padding: 43px !important;
}

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

.p-45 {
    padding: 45px !important;
}

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

.p-47 {
    padding: 47px !important;
}

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

.p-49 {
    padding: 49px !important;
}

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

.p-51 {
    padding: 51px !important;
}

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

.p-53 {
    padding: 53px !important;
}

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

.p-55 {
    padding: 55px !important;
}

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

.p-57 {
    padding: 57px !important;
}

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

.p-59 {
    padding: 59px !important;
}

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

.p-61 {
    padding: 61px !important;
}

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

.p-63 {
    padding: 63px !important;
}

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

.p-65 {
    padding: 65px !important;
}

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

.p-67 {
    padding: 67px !important;
}

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

.p-69 {
    padding: 69px !important;
}

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

.p-71 {
    padding: 71px !important;
}

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

.p-73 {
    padding: 73px !important;
}

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

.p-75 {
    padding: 75px !important;
}

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

.p-77 {
    padding: 77px !important;
}

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

.p-79 {
    padding: 79px !important;
}

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

.p-81 {
    padding: 81px !important;
}

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

.p-83 {
    padding: 83px !important;
}

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

.p-85 {
    padding: 85px !important;
}

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

.p-87 {
    padding: 87px !important;
}

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

.p-89 {
    padding: 89px !important;
}

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

.p-91 {
    padding: 91px !important;
}

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

.p-93 {
    padding: 93px !important;
}

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

.p-95 {
    padding: 95px !important;
}

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

.p-97 {
    padding: 97px !important;
}

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

.p-99 {
    padding: 99px !important;
}

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

/*-- min-width --*/
.min-w-10 {
    min-width: 10px !important;
}

.min-w-11 {
    min-width: 11px !important;
}

.min-w-12 {
    min-width: 12px !important;
}

.min-w-13 {
    min-width: 13px !important;
}

.min-w-14 {
    min-width: 14px !important;
}

.min-w-15 {
    min-width: 15px !important;
}

.min-w-16 {
    min-width: 16px !important;
}

.min-w-17 {
    min-width: 17px !important;
}

.min-w-18 {
    min-width: 18px !important;
}

.min-w-19 {
    min-width: 19px !important;
}

.min-w-20 {
    min-width: 20px !important;
}

.min-w-21 {
    min-width: 21px !important;
}

.min-w-22 {
    min-width: 22px !important;
}

.min-w-23 {
    min-width: 23px !important;
}

.min-w-24 {
    min-width: 24px !important;
}

.min-w-25 {
    min-width: 25px !important;
}

.min-w-26 {
    min-width: 26px !important;
}

.min-w-27 {
    min-width: 27px !important;
}

.min-w-28 {
    min-width: 28px !important;
}

.min-w-29 {
    min-width: 29px !important;
}

.min-w-30 {
    min-width: 30px !important;
}

.min-w-31 {
    min-width: 31px !important;
}

.min-w-32 {
    min-width: 32px !important;
}

.min-w-33 {
    min-width: 33px !important;
}

.min-w-34 {
    min-width: 34px !important;
}

.min-w-35 {
    min-width: 35px !important;
}

.min-w-36 {
    min-width: 36px !important;
}

.min-w-37 {
    min-width: 37px !important;
}

.min-w-38 {
    min-width: 38px !important;
}

.min-w-39 {
    min-width: 39px !important;
}

.min-w-40 {
    min-width: 40px !important;
}

.min-w-41 {
    min-width: 41px !important;
}

.min-w-42 {
    min-width: 42px !important;
}

.min-w-43 {
    min-width: 43px !important;
}

.min-w-44 {
    min-width: 44px !important;
}

.min-w-45 {
    min-width: 45px !important;
}

.min-w-46 {
    min-width: 46px !important;
}

.min-w-47 {
    min-width: 47px !important;
}

.min-w-48 {
    min-width: 48px !important;
}

.min-w-49 {
    min-width: 49px !important;
}

.min-w-50 {
    min-width: 50px !important;
}

.min-w-51 {
    min-width: 51px !important;
}

.min-w-52 {
    min-width: 52px !important;
}

.min-w-53 {
    min-width: 53px !important;
}

.min-w-54 {
    min-width: 54px !important;
}

.min-w-55 {
    min-width: 55px !important;
}

.min-w-56 {
    min-width: 56px !important;
}

.min-w-57 {
    min-width: 57px !important;
}

.min-w-58 {
    min-width: 58px !important;
}

.min-w-59 {
    min-width: 59px !important;
}

.min-w-60 {
    min-width: 60px !important;
}

.min-w-61 {
    min-width: 61px !important;
}

.min-w-62 {
    min-width: 62px !important;
}

.min-w-63 {
    min-width: 63px !important;
}

.min-w-64 {
    min-width: 64px !important;
}

.min-w-65 {
    min-width: 65px !important;
}

.min-w-66 {
    min-width: 66px !important;
}

.min-w-67 {
    min-width: 67px !important;
}

.min-w-68 {
    min-width: 68px !important;
}

.min-w-69 {
    min-width: 69px !important;
}

.min-w-70 {
    min-width: 70px !important;
}

.min-w-71 {
    min-width: 71px !important;
}

.min-w-72 {
    min-width: 72px !important;
}

.min-w-73 {
    min-width: 73px !important;
}

.min-w-74 {
    min-width: 74px !important;
}

.min-w-75 {
    min-width: 75px !important;
}

.min-w-76 {
    min-width: 76px !important;
}

.min-w-77 {
    min-width: 77px !important;
}

.min-w-78 {
    min-width: 78px !important;
}

.min-w-79 {
    min-width: 79px !important;
}

.min-w-80 {
    min-width: 80px !important;
}

.min-w-81 {
    min-width: 81px !important;
}

.min-w-82 {
    min-width: 82px !important;
}

.min-w-83 {
    min-width: 83px !important;
}

.min-w-84 {
    min-width: 84px !important;
}

.min-w-85 {
    min-width: 85px !important;
}

.min-w-86 {
    min-width: 86px !important;
}

.min-w-87 {
    min-width: 87px !important;
}

.min-w-88 {
    min-width: 88px !important;
}

.min-w-89 {
    min-width: 89px !important;
}

.min-w-90 {
    min-width: 90px !important;
}

.min-w-91 {
    min-width: 91px !important;
}

.min-w-92 {
    min-width: 92px !important;
}

.min-w-93 {
    min-width: 93px !important;
}

.min-w-94 {
    min-width: 94px !important;
}

.min-w-95 {
    min-width: 95px !important;
}

.min-w-96 {
    min-width: 96px !important;
}

.min-w-97 {
    min-width: 97px !important;
}

.min-w-98 {
    min-width: 98px !important;
}

.min-w-99 {
    min-width: 99px !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-101 {
    min-width: 101px !important;
}

.min-w-102 {
    min-width: 102px !important;
}

.min-w-103 {
    min-width: 103px !important;
}

.min-w-104 {
    min-width: 104px !important;
}

.min-w-105 {
    min-width: 105px !important;
}

.min-w-106 {
    min-width: 106px !important;
}

.min-w-107 {
    min-width: 107px !important;
}

.min-w-108 {
    min-width: 108px !important;
}

.min-w-109 {
    min-width: 109px !important;
}

.min-w-110 {
    min-width: 110px !important;
}

.min-w-111 {
    min-width: 111px !important;
}

.min-w-112 {
    min-width: 112px !important;
}

.min-w-113 {
    min-width: 113px !important;
}

.min-w-114 {
    min-width: 114px !important;
}

.min-w-115 {
    min-width: 115px !important;
}

.min-w-116 {
    min-width: 116px !important;
}

.min-w-117 {
    min-width: 117px !important;
}

.min-w-118 {
    min-width: 118px !important;
}

.min-w-119 {
    min-width: 119px !important;
}

.min-w-120 {
    min-width: 120px !important;
}

.min-w-121 {
    min-width: 121px !important;
}

.min-w-122 {
    min-width: 122px !important;
}

.min-w-123 {
    min-width: 123px !important;
}

.min-w-124 {
    min-width: 124px !important;
}

.min-w-125 {
    min-width: 125px !important;
}

.min-w-126 {
    min-width: 126px !important;
}

.min-w-127 {
    min-width: 127px !important;
}

.min-w-128 {
    min-width: 128px !important;
}

.min-w-129 {
    min-width: 129px !important;
}

.min-w-130 {
    min-width: 130px !important;
}

.min-w-131 {
    min-width: 131px !important;
}

.min-w-132 {
    min-width: 132px !important;
}

.min-w-133 {
    min-width: 133px !important;
}

.min-w-134 {
    min-width: 134px !important;
}

.min-w-135 {
    min-width: 135px !important;
}

.min-w-136 {
    min-width: 136px !important;
}

.min-w-137 {
    min-width: 137px !important;
}

.min-w-138 {
    min-width: 138px !important;
}

.min-w-139 {
    min-width: 139px !important;
}

.min-w-140 {
    min-width: 140px !important;
}

.min-w-141 {
    min-width: 141px !important;
}

.min-w-142 {
    min-width: 142px !important;
}

.min-w-143 {
    min-width: 143px !important;
}

.min-w-144 {
    min-width: 144px !important;
}

.min-w-145 {
    min-width: 145px !important;
}

.min-w-146 {
    min-width: 146px !important;
}

.min-w-147 {
    min-width: 147px !important;
}

.min-w-148 {
    min-width: 148px !important;
}

.min-w-149 {
    min-width: 149px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-151 {
    min-width: 151px !important;
}

.min-w-152 {
    min-width: 152px !important;
}

.min-w-153 {
    min-width: 153px !important;
}

.min-w-154 {
    min-width: 154px !important;
}

.min-w-155 {
    min-width: 155px !important;
}

.min-w-156 {
    min-width: 156px !important;
}

.min-w-157 {
    min-width: 157px !important;
}

.min-w-158 {
    min-width: 158px !important;
}

.min-w-159 {
    min-width: 159px !important;
}

.min-w-160 {
    min-width: 160px !important;
}

.min-w-161 {
    min-width: 161px !important;
}

.min-w-162 {
    min-width: 162px !important;
}

.min-w-163 {
    min-width: 163px !important;
}

.min-w-164 {
    min-width: 164px !important;
}

.min-w-165 {
    min-width: 165px !important;
}

.min-w-166 {
    min-width: 166px !important;
}

.min-w-167 {
    min-width: 167px !important;
}

.min-w-168 {
    min-width: 168px !important;
}

.min-w-169 {
    min-width: 169px !important;
}

.min-w-170 {
    min-width: 170px !important;
}

.min-w-171 {
    min-width: 171px !important;
}

.min-w-172 {
    min-width: 172px !important;
}

.min-w-173 {
    min-width: 173px !important;
}

.min-w-174 {
    min-width: 174px !important;
}

.min-w-175 {
    min-width: 175px !important;
}

.min-w-176 {
    min-width: 176px !important;
}

.min-w-177 {
    min-width: 177px !important;
}

.min-w-178 {
    min-width: 178px !important;
}

.min-w-179 {
    min-width: 179px !important;
}

.min-w-180 {
    min-width: 180px !important;
}

.min-w-181 {
    min-width: 181px !important;
}

.min-w-182 {
    min-width: 182px !important;
}

.min-w-183 {
    min-width: 183px !important;
}

.min-w-184 {
    min-width: 184px !important;
}

.min-w-185 {
    min-width: 185px !important;
}

.min-w-186 {
    min-width: 186px !important;
}

.min-w-187 {
    min-width: 187px !important;
}

.min-w-188 {
    min-width: 188px !important;
}

.min-w-189 {
    min-width: 189px !important;
}

.min-w-190 {
    min-width: 190px !important;
}

.min-w-191 {
    min-width: 191px !important;
}

.min-w-192 {
    min-width: 192px !important;
}

.min-w-193 {
    min-width: 193px !important;
}

.min-w-194 {
    min-width: 194px !important;
}

.min-w-195 {
    min-width: 195px !important;
}

.min-w-196 {
    min-width: 196px !important;
}

.min-w-197 {
    min-width: 197px !important;
}

.min-w-198 {
    min-width: 198px !important;
}

.min-w-199 {
    min-width: 199px !important;
}

.min-w-200 {
    min-width: 200px !important;
}

.min-w-201 {
    min-width: 201px !important;
}

.min-w-202 {
    min-width: 202px !important;
}

.min-w-203 {
    min-width: 203px !important;
}

.min-w-204 {
    min-width: 204px !important;
}

.min-w-205 {
    min-width: 205px !important;
}

.min-w-206 {
    min-width: 206px !important;
}

.min-w-207 {
    min-width: 207px !important;
}

.min-w-208 {
    min-width: 208px !important;
}

.min-w-209 {
    min-width: 209px !important;
}

.min-w-210 {
    min-width: 210px !important;
}

.min-w-211 {
    min-width: 211px !important;
}

.min-w-212 {
    min-width: 212px !important;
}

.min-w-213 {
    min-width: 213px !important;
}

.min-w-214 {
    min-width: 214px !important;
}

.min-w-215 {
    min-width: 215px !important;
}

.min-w-216 {
    min-width: 216px !important;
}

.min-w-217 {
    min-width: 217px !important;
}

.min-w-218 {
    min-width: 218px !important;
}

.min-w-219 {
    min-width: 219px !important;
}

.min-w-220 {
    min-width: 220px !important;
}

.min-w-221 {
    min-width: 221px !important;
}

.min-w-222 {
    min-width: 222px !important;
}

.min-w-223 {
    min-width: 223px !important;
}

.min-w-224 {
    min-width: 224px !important;
}

.min-w-225 {
    min-width: 225px !important;
}

.min-w-226 {
    min-width: 226px !important;
}

.min-w-227 {
    min-width: 227px !important;
}

.min-w-228 {
    min-width: 228px !important;
}

.min-w-229 {
    min-width: 229px !important;
}

.min-w-230 {
    min-width: 230px !important;
}

.min-w-231 {
    min-width: 231px !important;
}

.min-w-232 {
    min-width: 232px !important;
}

.min-w-233 {
    min-width: 233px !important;
}

.min-w-234 {
    min-width: 234px !important;
}

.min-w-235 {
    min-width: 235px !important;
}

.min-w-236 {
    min-width: 236px !important;
}

.min-w-237 {
    min-width: 237px !important;
}

.min-w-238 {
    min-width: 238px !important;
}

.min-w-239 {
    min-width: 239px !important;
}

.min-w-240 {
    min-width: 240px !important;
}

.min-w-241 {
    min-width: 241px !important;
}

.min-w-242 {
    min-width: 242px !important;
}

.min-w-243 {
    min-width: 243px !important;
}

.min-w-244 {
    min-width: 244px !important;
}

.min-w-245 {
    min-width: 245px !important;
}

.min-w-246 {
    min-width: 246px !important;
}

.min-w-247 {
    min-width: 247px !important;
}

.min-w-248 {
    min-width: 248px !important;
}

.min-w-249 {
    min-width: 249px !important;
}

.min-w-250 {
    min-width: 250px !important;
}

.min-w-251 {
    min-width: 251px !important;
}

.min-w-252 {
    min-width: 252px !important;
}

.min-w-253 {
    min-width: 253px !important;
}

.min-w-254 {
    min-width: 254px !important;
}

.min-w-255 {
    min-width: 255px !important;
}

.min-w-256 {
    min-width: 256px !important;
}

.min-w-257 {
    min-width: 257px !important;
}

.min-w-258 {
    min-width: 258px !important;
}

.min-w-259 {
    min-width: 259px !important;
}

.min-w-260 {
    min-width: 260px !important;
}

.min-w-261 {
    min-width: 261px !important;
}

.min-w-262 {
    min-width: 262px !important;
}

.min-w-263 {
    min-width: 263px !important;
}

.min-w-264 {
    min-width: 264px !important;
}

.min-w-265 {
    min-width: 265px !important;
}

.min-w-266 {
    min-width: 266px !important;
}

.min-w-267 {
    min-width: 267px !important;
}

.min-w-268 {
    min-width: 268px !important;
}

.min-w-269 {
    min-width: 269px !important;
}

.min-w-270 {
    min-width: 270px !important;
}

.min-w-271 {
    min-width: 271px !important;
}

.min-w-272 {
    min-width: 272px !important;
}

.min-w-273 {
    min-width: 273px !important;
}

.min-w-274 {
    min-width: 274px !important;
}

.min-w-275 {
    min-width: 275px !important;
}

.min-w-276 {
    min-width: 276px !important;
}

.min-w-277 {
    min-width: 277px !important;
}

.min-w-278 {
    min-width: 278px !important;
}

.min-w-279 {
    min-width: 279px !important;
}

.min-w-280 {
    min-width: 280px !important;
}

.min-w-281 {
    min-width: 281px !important;
}

.min-w-282 {
    min-width: 282px !important;
}

.min-w-283 {
    min-width: 283px !important;
}

.min-w-284 {
    min-width: 284px !important;
}

.min-w-285 {
    min-width: 285px !important;
}

.min-w-286 {
    min-width: 286px !important;
}

.min-w-287 {
    min-width: 287px !important;
}

.min-w-288 {
    min-width: 288px !important;
}

.min-w-289 {
    min-width: 289px !important;
}

.min-w-290 {
    min-width: 290px !important;
}

.min-w-291 {
    min-width: 291px !important;
}

.min-w-292 {
    min-width: 292px !important;
}

.min-w-293 {
    min-width: 293px !important;
}

.min-w-294 {
    min-width: 294px !important;
}

.min-w-295 {
    min-width: 295px !important;
}

.min-w-296 {
    min-width: 296px !important;
}

.min-w-297 {
    min-width: 297px !important;
}

.min-w-298 {
    min-width: 298px !important;
}

.min-w-299 {
    min-width: 299px !important;
}

.min-w-300 {
    min-width: 300px !important;
}

.min-w-301 {
    min-width: 301px !important;
}

.min-w-302 {
    min-width: 302px !important;
}

.min-w-303 {
    min-width: 303px !important;
}

.min-w-304 {
    min-width: 304px !important;
}

.min-w-305 {
    min-width: 305px !important;
}

.min-w-306 {
    min-width: 306px !important;
}

.min-w-307 {
    min-width: 307px !important;
}

.min-w-308 {
    min-width: 308px !important;
}

.min-w-309 {
    min-width: 309px !important;
}

.min-w-310 {
    min-width: 310px !important;
}

.min-w-311 {
    min-width: 311px !important;
}

.min-w-312 {
    min-width: 312px !important;
}

.min-w-313 {
    min-width: 313px !important;
}

.min-w-314 {
    min-width: 314px !important;
}

.min-w-315 {
    min-width: 315px !important;
}

.min-w-316 {
    min-width: 316px !important;
}

.min-w-317 {
    min-width: 317px !important;
}

.min-w-318 {
    min-width: 318px !important;
}

.min-w-319 {
    min-width: 319px !important;
}

.min-w-320 {
    min-width: 320px !important;
}

.min-w-321 {
    min-width: 321px !important;
}

.min-w-322 {
    min-width: 322px !important;
}

.min-w-323 {
    min-width: 323px !important;
}

.min-w-324 {
    min-width: 324px !important;
}

.min-w-325 {
    min-width: 325px !important;
}

.min-w-326 {
    min-width: 326px !important;
}

.min-w-327 {
    min-width: 327px !important;
}

.min-w-328 {
    min-width: 328px !important;
}

.min-w-329 {
    min-width: 329px !important;
}

.min-w-330 {
    min-width: 330px !important;
}

.min-w-331 {
    min-width: 331px !important;
}

.min-w-332 {
    min-width: 332px !important;
}

.min-w-333 {
    min-width: 333px !important;
}

.min-w-334 {
    min-width: 334px !important;
}

.min-w-335 {
    min-width: 335px !important;
}

.min-w-336 {
    min-width: 336px !important;
}

.min-w-337 {
    min-width: 337px !important;
}

.min-w-338 {
    min-width: 338px !important;
}

.min-w-339 {
    min-width: 339px !important;
}

.min-w-340 {
    min-width: 340px !important;
}

.min-w-341 {
    min-width: 341px !important;
}

.min-w-342 {
    min-width: 342px !important;
}

.min-w-343 {
    min-width: 343px !important;
}

.min-w-344 {
    min-width: 344px !important;
}

.min-w-345 {
    min-width: 345px !important;
}

.min-w-346 {
    min-width: 346px !important;
}

.min-w-347 {
    min-width: 347px !important;
}

.min-w-348 {
    min-width: 348px !important;
}

.min-w-349 {
    min-width: 349px !important;
}

.min-w-350 {
    min-width: 350px !important;
}

.min-w-351 {
    min-width: 351px !important;
}

.min-w-352 {
    min-width: 352px !important;
}

.min-w-353 {
    min-width: 353px !important;
}

.min-w-354 {
    min-width: 354px !important;
}

.min-w-355 {
    min-width: 355px !important;
}

.min-w-356 {
    min-width: 356px !important;
}

.min-w-357 {
    min-width: 357px !important;
}

.min-w-358 {
    min-width: 358px !important;
}

.min-w-359 {
    min-width: 359px !important;
}

.min-w-360 {
    min-width: 360px !important;
}

.min-w-361 {
    min-width: 361px !important;
}

.min-w-362 {
    min-width: 362px !important;
}

.min-w-363 {
    min-width: 363px !important;
}

.min-w-364 {
    min-width: 364px !important;
}

.min-w-365 {
    min-width: 365px !important;
}

.min-w-366 {
    min-width: 366px !important;
}

.min-w-367 {
    min-width: 367px !important;
}

.min-w-368 {
    min-width: 368px !important;
}

.min-w-369 {
    min-width: 369px !important;
}

.min-w-370 {
    min-width: 370px !important;
}

.min-w-371 {
    min-width: 371px !important;
}

.min-w-372 {
    min-width: 372px !important;
}

.min-w-373 {
    min-width: 373px !important;
}

.min-w-374 {
    min-width: 374px !important;
}

.min-w-375 {
    min-width: 375px !important;
}

.min-w-376 {
    min-width: 376px !important;
}

.min-w-377 {
    min-width: 377px !important;
}

.min-w-378 {
    min-width: 378px !important;
}

.min-w-379 {
    min-width: 379px !important;
}

.min-w-380 {
    min-width: 380px !important;
}

.min-w-381 {
    min-width: 381px !important;
}

.min-w-382 {
    min-width: 382px !important;
}

.min-w-383 {
    min-width: 383px !important;
}

.min-w-384 {
    min-width: 384px !important;
}

.min-w-385 {
    min-width: 385px !important;
}

.min-w-386 {
    min-width: 386px !important;
}

.min-w-387 {
    min-width: 387px !important;
}

.min-w-388 {
    min-width: 388px !important;
}

.min-w-389 {
    min-width: 389px !important;
}

.min-w-390 {
    min-width: 390px !important;
}

.min-w-391 {
    min-width: 391px !important;
}

.min-w-392 {
    min-width: 392px !important;
}

.min-w-393 {
    min-width: 393px !important;
}

.min-w-394 {
    min-width: 394px !important;
}

.min-w-395 {
    min-width: 395px !important;
}

.min-w-396 {
    min-width: 396px !important;
}

.min-w-397 {
    min-width: 397px !important;
}

.min-w-398 {
    min-width: 398px !important;
}

.min-w-399 {
    min-width: 399px !important;
}

.min-w-400 {
    min-width: 400px !important;
}

.min-w-401 {
    min-width: 401px !important;
}

.min-w-402 {
    min-width: 402px !important;
}

.min-w-403 {
    min-width: 403px !important;
}

.min-w-404 {
    min-width: 404px !important;
}

.min-w-405 {
    min-width: 405px !important;
}

.min-w-406 {
    min-width: 406px !important;
}

.min-w-407 {
    min-width: 407px !important;
}

.min-w-408 {
    min-width: 408px !important;
}

.min-w-409 {
    min-width: 409px !important;
}

.min-w-410 {
    min-width: 410px !important;
}

.min-w-411 {
    min-width: 411px !important;
}

.min-w-412 {
    min-width: 412px !important;
}

.min-w-413 {
    min-width: 413px !important;
}

.min-w-414 {
    min-width: 414px !important;
}

.min-w-415 {
    min-width: 415px !important;
}

.min-w-416 {
    min-width: 416px !important;
}

.min-w-417 {
    min-width: 417px !important;
}

.min-w-418 {
    min-width: 418px !important;
}

.min-w-419 {
    min-width: 419px !important;
}

.min-w-420 {
    min-width: 420px !important;
}

.min-w-421 {
    min-width: 421px !important;
}

.min-w-422 {
    min-width: 422px !important;
}

.min-w-423 {
    min-width: 423px !important;
}

.min-w-424 {
    min-width: 424px !important;
}

.min-w-425 {
    min-width: 425px !important;
}

.min-w-426 {
    min-width: 426px !important;
}

.min-w-427 {
    min-width: 427px !important;
}

.min-w-428 {
    min-width: 428px !important;
}

.min-w-429 {
    min-width: 429px !important;
}

.min-w-430 {
    min-width: 430px !important;
}

.min-w-431 {
    min-width: 431px !important;
}

.min-w-432 {
    min-width: 432px !important;
}

.min-w-433 {
    min-width: 433px !important;
}

.min-w-434 {
    min-width: 434px !important;
}

.min-w-435 {
    min-width: 435px !important;
}

.min-w-436 {
    min-width: 436px !important;
}

.min-w-437 {
    min-width: 437px !important;
}

.min-w-438 {
    min-width: 438px !important;
}

.min-w-439 {
    min-width: 439px !important;
}

.min-w-440 {
    min-width: 440px !important;
}

.min-w-441 {
    min-width: 441px !important;
}

.min-w-442 {
    min-width: 442px !important;
}

.min-w-443 {
    min-width: 443px !important;
}

.min-w-444 {
    min-width: 444px !important;
}

.min-w-445 {
    min-width: 445px !important;
}

.min-w-446 {
    min-width: 446px !important;
}

.min-w-447 {
    min-width: 447px !important;
}

.min-w-448 {
    min-width: 448px !important;
}

.min-w-449 {
    min-width: 449px !important;
}

.min-w-450 {
    min-width: 450px !important;
}

.min-w-451 {
    min-width: 451px !important;
}

.min-w-452 {
    min-width: 452px !important;
}

.min-w-453 {
    min-width: 453px !important;
}

.min-w-454 {
    min-width: 454px !important;
}

.min-w-455 {
    min-width: 455px !important;
}

.min-w-456 {
    min-width: 456px !important;
}

.min-w-457 {
    min-width: 457px !important;
}

.min-w-458 {
    min-width: 458px !important;
}

.min-w-459 {
    min-width: 459px !important;
}

.min-w-460 {
    min-width: 460px !important;
}

.min-w-461 {
    min-width: 461px !important;
}

.min-w-462 {
    min-width: 462px !important;
}

.min-w-463 {
    min-width: 463px !important;
}

.min-w-464 {
    min-width: 464px !important;
}

.min-w-465 {
    min-width: 465px !important;
}

.min-w-466 {
    min-width: 466px !important;
}

.min-w-467 {
    min-width: 467px !important;
}

.min-w-468 {
    min-width: 468px !important;
}

.min-w-469 {
    min-width: 469px !important;
}

.min-w-470 {
    min-width: 470px !important;
}

.min-w-471 {
    min-width: 471px !important;
}

.min-w-472 {
    min-width: 472px !important;
}

.min-w-473 {
    min-width: 473px !important;
}

.min-w-474 {
    min-width: 474px !important;
}

.min-w-475 {
    min-width: 475px !important;
}

.min-w-476 {
    min-width: 476px !important;
}

.min-w-477 {
    min-width: 477px !important;
}

.min-w-478 {
    min-width: 478px !important;
}

.min-w-479 {
    min-width: 479px !important;
}

.min-w-480 {
    min-width: 480px !important;
}

.min-w-481 {
    min-width: 481px !important;
}

.min-w-482 {
    min-width: 482px !important;
}

.min-w-483 {
    min-width: 483px !important;
}

.min-w-484 {
    min-width: 484px !important;
}

.min-w-485 {
    min-width: 485px !important;
}

.min-w-486 {
    min-width: 486px !important;
}

.min-w-487 {
    min-width: 487px !important;
}

.min-w-488 {
    min-width: 488px !important;
}

.min-w-489 {
    min-width: 489px !important;
}

.min-w-490 {
    min-width: 490px !important;
}

.min-w-491 {
    min-width: 491px !important;
}

.min-w-492 {
    min-width: 492px !important;
}

.min-w-493 {
    min-width: 493px !important;
}

.min-w-494 {
    min-width: 494px !important;
}

.min-w-495 {
    min-width: 495px !important;
}

.min-w-496 {
    min-width: 496px !important;
}

.min-w-497 {
    min-width: 497px !important;
}

.min-w-498 {
    min-width: 498px !important;
}

.min-w-499 {
    min-width: 499px !important;
}

.min-w-500 {
    min-width: 500px !important;
}

/*-- max-width --*/
.max-w-10 {
    max-width: 10px !important;
}

.max-w-11 {
    max-width: 11px !important;
}

.max-w-12 {
    max-width: 12px !important;
}

.max-w-13 {
    max-width: 13px !important;
}

.max-w-14 {
    max-width: 14px !important;
}

.max-w-15 {
    max-width: 15px !important;
}

.max-w-16 {
    max-width: 16px !important;
}

.max-w-17 {
    max-width: 17px !important;
}

.max-w-18 {
    max-width: 18px !important;
}

.max-w-19 {
    max-width: 19px !important;
}

.max-w-20 {
    max-width: 20px !important;
}

.max-w-21 {
    max-width: 21px !important;
}

.max-w-22 {
    max-width: 22px !important;
}

.max-w-23 {
    max-width: 23px !important;
}

.max-w-24 {
    max-width: 24px !important;
}

.max-w-25 {
    max-width: 25px !important;
}

.max-w-26 {
    max-width: 26px !important;
}

.max-w-27 {
    max-width: 27px !important;
}

.max-w-28 {
    max-width: 28px !important;
}

.max-w-29 {
    max-width: 29px !important;
}

.max-w-30 {
    max-width: 30px !important;
}

.max-w-31 {
    max-width: 31px !important;
}

.max-w-32 {
    max-width: 32px !important;
}

.max-w-33 {
    max-width: 33px !important;
}

.max-w-34 {
    max-width: 34px !important;
}

.max-w-35 {
    max-width: 35px !important;
}

.max-w-36 {
    max-width: 36px !important;
}

.max-w-37 {
    max-width: 37px !important;
}

.max-w-38 {
    max-width: 38px !important;
}

.max-w-39 {
    max-width: 39px !important;
}

.max-w-40 {
    max-width: 40px !important;
}

.max-w-41 {
    max-width: 41px !important;
}

.max-w-42 {
    max-width: 42px !important;
}

.max-w-43 {
    max-width: 43px !important;
}

.max-w-44 {
    max-width: 44px !important;
}

.max-w-45 {
    max-width: 45px !important;
}

.max-w-46 {
    max-width: 46px !important;
}

.max-w-47 {
    max-width: 47px !important;
}

.max-w-48 {
    max-width: 48px !important;
}

.max-w-49 {
    max-width: 49px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.max-w-51 {
    max-width: 51px !important;
}

.max-w-52 {
    max-width: 52px !important;
}

.max-w-53 {
    max-width: 53px !important;
}

.max-w-54 {
    max-width: 54px !important;
}

.max-w-55 {
    max-width: 55px !important;
}

.max-w-56 {
    max-width: 56px !important;
}

.max-w-57 {
    max-width: 57px !important;
}

.max-w-58 {
    max-width: 58px !important;
}

.max-w-59 {
    max-width: 59px !important;
}

.max-w-60 {
    max-width: 60px !important;
}

.max-w-61 {
    max-width: 61px !important;
}

.max-w-62 {
    max-width: 62px !important;
}

.max-w-63 {
    max-width: 63px !important;
}

.max-w-64 {
    max-width: 64px !important;
}

.max-w-65 {
    max-width: 65px !important;
}

.max-w-66 {
    max-width: 66px !important;
}

.max-w-67 {
    max-width: 67px !important;
}

.max-w-68 {
    max-width: 68px !important;
}

.max-w-69 {
    max-width: 69px !important;
}

.max-w-70 {
    max-width: 70px !important;
}

.max-w-71 {
    max-width: 71px !important;
}

.max-w-72 {
    max-width: 72px !important;
}

.max-w-73 {
    max-width: 73px !important;
}

.max-w-74 {
    max-width: 74px !important;
}

.max-w-75 {
    max-width: 75px !important;
}

.max-w-76 {
    max-width: 76px !important;
}

.max-w-77 {
    max-width: 77px !important;
}

.max-w-78 {
    max-width: 78px !important;
}

.max-w-79 {
    max-width: 79px !important;
}

.max-w-80 {
    max-width: 80px !important;
}

.max-w-81 {
    max-width: 81px !important;
}

.max-w-82 {
    max-width: 82px !important;
}

.max-w-83 {
    max-width: 83px !important;
}

.max-w-84 {
    max-width: 84px !important;
}

.max-w-85 {
    max-width: 85px !important;
}

.max-w-86 {
    max-width: 86px !important;
}

.max-w-87 {
    max-width: 87px !important;
}

.max-w-88 {
    max-width: 88px !important;
}

.max-w-89 {
    max-width: 89px !important;
}

.max-w-90 {
    max-width: 90px !important;
}

.max-w-91 {
    max-width: 91px !important;
}

.max-w-92 {
    max-width: 92px !important;
}

.max-w-93 {
    max-width: 93px !important;
}

.max-w-94 {
    max-width: 94px !important;
}

.max-w-95 {
    max-width: 95px !important;
}

.max-w-96 {
    max-width: 96px !important;
}

.max-w-97 {
    max-width: 97px !important;
}

.max-w-98 {
    max-width: 98px !important;
}

.max-w-99 {
    max-width: 99px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-101 {
    max-width: 101px !important;
}

.max-w-102 {
    max-width: 102px !important;
}

.max-w-103 {
    max-width: 103px !important;
}

.max-w-104 {
    max-width: 104px !important;
}

.max-w-105 {
    max-width: 105px !important;
}

.max-w-106 {
    max-width: 106px !important;
}

.max-w-107 {
    max-width: 107px !important;
}

.max-w-108 {
    max-width: 108px !important;
}

.max-w-109 {
    max-width: 109px !important;
}

.max-w-110 {
    max-width: 110px !important;
}

.max-w-111 {
    max-width: 111px !important;
}

.max-w-112 {
    max-width: 112px !important;
}

.max-w-113 {
    max-width: 113px !important;
}

.max-w-114 {
    max-width: 114px !important;
}

.max-w-115 {
    max-width: 115px !important;
}

.max-w-116 {
    max-width: 116px !important;
}

.max-w-117 {
    max-width: 117px !important;
}

.max-w-118 {
    max-width: 118px !important;
}

.max-w-119 {
    max-width: 119px !important;
}

.max-w-120 {
    max-width: 120px !important;
}

.max-w-121 {
    max-width: 121px !important;
}

.max-w-122 {
    max-width: 122px !important;
}

.max-w-123 {
    max-width: 123px !important;
}

.max-w-124 {
    max-width: 124px !important;
}

.max-w-125 {
    max-width: 125px !important;
}

.max-w-126 {
    max-width: 126px !important;
}

.max-w-127 {
    max-width: 127px !important;
}

.max-w-128 {
    max-width: 128px !important;
}

.max-w-129 {
    max-width: 129px !important;
}

.max-w-130 {
    max-width: 130px !important;
}

.max-w-131 {
    max-width: 131px !important;
}

.max-w-132 {
    max-width: 132px !important;
}

.max-w-133 {
    max-width: 133px !important;
}

.max-w-134 {
    max-width: 134px !important;
}

.max-w-135 {
    max-width: 135px !important;
}

.max-w-136 {
    max-width: 136px !important;
}

.max-w-137 {
    max-width: 137px !important;
}

.max-w-138 {
    max-width: 138px !important;
}

.max-w-139 {
    max-width: 139px !important;
}

.max-w-140 {
    max-width: 140px !important;
}

.max-w-141 {
    max-width: 141px !important;
}

.max-w-142 {
    max-width: 142px !important;
}

.max-w-143 {
    max-width: 143px !important;
}

.max-w-144 {
    max-width: 144px !important;
}

.max-w-145 {
    max-width: 145px !important;
}

.max-w-146 {
    max-width: 146px !important;
}

.max-w-147 {
    max-width: 147px !important;
}

.max-w-148 {
    max-width: 148px !important;
}

.max-w-149 {
    max-width: 149px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-151 {
    max-width: 151px !important;
}

.max-w-152 {
    max-width: 152px !important;
}

.max-w-153 {
    max-width: 153px !important;
}

.max-w-154 {
    max-width: 154px !important;
}

.max-w-155 {
    max-width: 155px !important;
}

.max-w-156 {
    max-width: 156px !important;
}

.max-w-157 {
    max-width: 157px !important;
}

.max-w-158 {
    max-width: 158px !important;
}

.max-w-159 {
    max-width: 159px !important;
}

.max-w-160 {
    max-width: 160px !important;
}

.max-w-161 {
    max-width: 161px !important;
}

.max-w-162 {
    max-width: 162px !important;
}

.max-w-163 {
    max-width: 163px !important;
}

.max-w-164 {
    max-width: 164px !important;
}

.max-w-165 {
    max-width: 165px !important;
}

.max-w-166 {
    max-width: 166px !important;
}

.max-w-167 {
    max-width: 167px !important;
}

.max-w-168 {
    max-width: 168px !important;
}

.max-w-169 {
    max-width: 169px !important;
}

.max-w-170 {
    max-width: 170px !important;
}

.max-w-171 {
    max-width: 171px !important;
}

.max-w-172 {
    max-width: 172px !important;
}

.max-w-173 {
    max-width: 173px !important;
}

.max-w-174 {
    max-width: 174px !important;
}

.max-w-175 {
    max-width: 175px !important;
}

.max-w-176 {
    max-width: 176px !important;
}

.max-w-177 {
    max-width: 177px !important;
}

.max-w-178 {
    max-width: 178px !important;
}

.max-w-179 {
    max-width: 179px !important;
}

.max-w-180 {
    max-width: 180px !important;
}

.max-w-181 {
    max-width: 181px !important;
}

.max-w-182 {
    max-width: 182px !important;
}

.max-w-183 {
    max-width: 183px !important;
}

.max-w-184 {
    max-width: 184px !important;
}

.max-w-185 {
    max-width: 185px !important;
}

.max-w-186 {
    max-width: 186px !important;
}

.max-w-187 {
    max-width: 187px !important;
}

.max-w-188 {
    max-width: 188px !important;
}

.max-w-189 {
    max-width: 189px !important;
}

.max-w-190 {
    max-width: 190px !important;
}

.max-w-191 {
    max-width: 191px !important;
}

.max-w-192 {
    max-width: 192px !important;
}

.max-w-193 {
    max-width: 193px !important;
}

.max-w-194 {
    max-width: 194px !important;
}

.max-w-195 {
    max-width: 195px !important;
}

.max-w-196 {
    max-width: 196px !important;
}

.max-w-197 {
    max-width: 197px !important;
}

.max-w-198 {
    max-width: 198px !important;
}

.max-w-199 {
    max-width: 199px !important;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-201 {
    max-width: 201px !important;
}

.max-w-202 {
    max-width: 202px !important;
}

.max-w-203 {
    max-width: 203px !important;
}

.max-w-204 {
    max-width: 204px !important;
}

.max-w-205 {
    max-width: 205px !important;
}

.max-w-206 {
    max-width: 206px !important;
}

.max-w-207 {
    max-width: 207px !important;
}

.max-w-208 {
    max-width: 208px !important;
}

.max-w-209 {
    max-width: 209px !important;
}

.max-w-210 {
    max-width: 210px !important;
}

.max-w-211 {
    max-width: 211px !important;
}

.max-w-212 {
    max-width: 212px !important;
}

.max-w-213 {
    max-width: 213px !important;
}

.max-w-214 {
    max-width: 214px !important;
}

.max-w-215 {
    max-width: 215px !important;
}

.max-w-216 {
    max-width: 216px !important;
}

.max-w-217 {
    max-width: 217px !important;
}

.max-w-218 {
    max-width: 218px !important;
}

.max-w-219 {
    max-width: 219px !important;
}

.max-w-220 {
    max-width: 220px !important;
}

.max-w-221 {
    max-width: 221px !important;
}

.max-w-222 {
    max-width: 222px !important;
}

.max-w-223 {
    max-width: 223px !important;
}

.max-w-224 {
    max-width: 224px !important;
}

.max-w-225 {
    max-width: 225px !important;
}

.max-w-226 {
    max-width: 226px !important;
}

.max-w-227 {
    max-width: 227px !important;
}

.max-w-228 {
    max-width: 228px !important;
}

.max-w-229 {
    max-width: 229px !important;
}

.max-w-230 {
    max-width: 230px !important;
}

.max-w-231 {
    max-width: 231px !important;
}

.max-w-232 {
    max-width: 232px !important;
}

.max-w-233 {
    max-width: 233px !important;
}

.max-w-234 {
    max-width: 234px !important;
}

.max-w-235 {
    max-width: 235px !important;
}

.max-w-236 {
    max-width: 236px !important;
}

.max-w-237 {
    max-width: 237px !important;
}

.max-w-238 {
    max-width: 238px !important;
}

.max-w-239 {
    max-width: 239px !important;
}

.max-w-240 {
    max-width: 240px !important;
}

.max-w-241 {
    max-width: 241px !important;
}

.max-w-242 {
    max-width: 242px !important;
}

.max-w-243 {
    max-width: 243px !important;
}

.max-w-244 {
    max-width: 244px !important;
}

.max-w-245 {
    max-width: 245px !important;
}

.max-w-246 {
    max-width: 246px !important;
}

.max-w-247 {
    max-width: 247px !important;
}

.max-w-248 {
    max-width: 248px !important;
}

.max-w-249 {
    max-width: 249px !important;
}

.max-w-250 {
    max-width: 250px !important;
}

.max-w-251 {
    max-width: 251px !important;
}

.max-w-252 {
    max-width: 252px !important;
}

.max-w-253 {
    max-width: 253px !important;
}

.max-w-254 {
    max-width: 254px !important;
}

.max-w-255 {
    max-width: 255px !important;
}

.max-w-256 {
    max-width: 256px !important;
}

.max-w-257 {
    max-width: 257px !important;
}

.max-w-258 {
    max-width: 258px !important;
}

.max-w-259 {
    max-width: 259px !important;
}

.max-w-260 {
    max-width: 260px !important;
}

.max-w-261 {
    max-width: 261px !important;
}

.max-w-262 {
    max-width: 262px !important;
}

.max-w-263 {
    max-width: 263px !important;
}

.max-w-264 {
    max-width: 264px !important;
}

.max-w-265 {
    max-width: 265px !important;
}

.max-w-266 {
    max-width: 266px !important;
}

.max-w-267 {
    max-width: 267px !important;
}

.max-w-268 {
    max-width: 268px !important;
}

.max-w-269 {
    max-width: 269px !important;
}

.max-w-270 {
    max-width: 270px !important;
}

.max-w-271 {
    max-width: 271px !important;
}

.max-w-272 {
    max-width: 272px !important;
}

.max-w-273 {
    max-width: 273px !important;
}

.max-w-274 {
    max-width: 274px !important;
}

.max-w-275 {
    max-width: 275px !important;
}

.max-w-276 {
    max-width: 276px !important;
}

.max-w-277 {
    max-width: 277px !important;
}

.max-w-278 {
    max-width: 278px !important;
}

.max-w-279 {
    max-width: 279px !important;
}

.max-w-280 {
    max-width: 280px !important;
}

.max-w-281 {
    max-width: 281px !important;
}

.max-w-282 {
    max-width: 282px !important;
}

.max-w-283 {
    max-width: 283px !important;
}

.max-w-284 {
    max-width: 284px !important;
}

.max-w-285 {
    max-width: 285px !important;
}

.max-w-286 {
    max-width: 286px !important;
}

.max-w-287 {
    max-width: 287px !important;
}

.max-w-288 {
    max-width: 288px !important;
}

.max-w-289 {
    max-width: 289px !important;
}

.max-w-290 {
    max-width: 290px !important;
}

.max-w-291 {
    max-width: 291px !important;
}

.max-w-292 {
    max-width: 292px !important;
}

.max-w-293 {
    max-width: 293px !important;
}

.max-w-294 {
    max-width: 294px !important;
}

.max-w-295 {
    max-width: 295px !important;
}

.max-w-296 {
    max-width: 296px !important;
}

.max-w-297 {
    max-width: 297px !important;
}

.max-w-298 {
    max-width: 298px !important;
}

.max-w-299 {
    max-width: 299px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-301 {
    max-width: 301px !important;
}

.max-w-302 {
    max-width: 302px !important;
}

.max-w-303 {
    max-width: 303px !important;
}

.max-w-304 {
    max-width: 304px !important;
}

.max-w-305 {
    max-width: 305px !important;
}

.max-w-306 {
    max-width: 306px !important;
}

.max-w-307 {
    max-width: 307px !important;
}

.max-w-308 {
    max-width: 308px !important;
}

.max-w-309 {
    max-width: 309px !important;
}

.max-w-310 {
    max-width: 310px !important;
}

.max-w-311 {
    max-width: 311px !important;
}

.max-w-312 {
    max-width: 312px !important;
}

.max-w-313 {
    max-width: 313px !important;
}

.max-w-314 {
    max-width: 314px !important;
}

.max-w-315 {
    max-width: 315px !important;
}

.max-w-316 {
    max-width: 316px !important;
}

.max-w-317 {
    max-width: 317px !important;
}

.max-w-318 {
    max-width: 318px !important;
}

.max-w-319 {
    max-width: 319px !important;
}

.max-w-320 {
    max-width: 320px !important;
}

.max-w-321 {
    max-width: 321px !important;
}

.max-w-322 {
    max-width: 322px !important;
}

.max-w-323 {
    max-width: 323px !important;
}

.max-w-324 {
    max-width: 324px !important;
}

.max-w-325 {
    max-width: 325px !important;
}

.max-w-326 {
    max-width: 326px !important;
}

.max-w-327 {
    max-width: 327px !important;
}

.max-w-328 {
    max-width: 328px !important;
}

.max-w-329 {
    max-width: 329px !important;
}

.max-w-330 {
    max-width: 330px !important;
}

.max-w-331 {
    max-width: 331px !important;
}

.max-w-332 {
    max-width: 332px !important;
}

.max-w-333 {
    max-width: 333px !important;
}

.max-w-334 {
    max-width: 334px !important;
}

.max-w-335 {
    max-width: 335px !important;
}

.max-w-336 {
    max-width: 336px !important;
}

.max-w-337 {
    max-width: 337px !important;
}

.max-w-338 {
    max-width: 338px !important;
}

.max-w-339 {
    max-width: 339px !important;
}

.max-w-340 {
    max-width: 340px !important;
}

.max-w-341 {
    max-width: 341px !important;
}

.max-w-342 {
    max-width: 342px !important;
}

.max-w-343 {
    max-width: 343px !important;
}

.max-w-344 {
    max-width: 344px !important;
}

.max-w-345 {
    max-width: 345px !important;
}

.max-w-346 {
    max-width: 346px !important;
}

.max-w-347 {
    max-width: 347px !important;
}

.max-w-348 {
    max-width: 348px !important;
}

.max-w-349 {
    max-width: 349px !important;
}

.max-w-350 {
    max-width: 350px !important;
}

.max-w-351 {
    max-width: 351px !important;
}

.max-w-352 {
    max-width: 352px !important;
}

.max-w-353 {
    max-width: 353px !important;
}

.max-w-354 {
    max-width: 354px !important;
}

.max-w-355 {
    max-width: 355px !important;
}

.max-w-356 {
    max-width: 356px !important;
}

.max-w-357 {
    max-width: 357px !important;
}

.max-w-358 {
    max-width: 358px !important;
}

.max-w-359 {
    max-width: 359px !important;
}

.max-w-360 {
    max-width: 360px !important;
}

.max-w-361 {
    max-width: 361px !important;
}

.max-w-362 {
    max-width: 362px !important;
}

.max-w-363 {
    max-width: 363px !important;
}

.max-w-364 {
    max-width: 364px !important;
}

.max-w-365 {
    max-width: 365px !important;
}

.max-w-366 {
    max-width: 366px !important;
}

.max-w-367 {
    max-width: 367px !important;
}

.max-w-368 {
    max-width: 368px !important;
}

.max-w-369 {
    max-width: 369px !important;
}

.max-w-370 {
    max-width: 370px !important;
}

.max-w-371 {
    max-width: 371px !important;
}

.max-w-372 {
    max-width: 372px !important;
}

.max-w-373 {
    max-width: 373px !important;
}

.max-w-374 {
    max-width: 374px !important;
}

.max-w-375 {
    max-width: 375px !important;
}

.max-w-376 {
    max-width: 376px !important;
}

.max-w-377 {
    max-width: 377px !important;
}

.max-w-378 {
    max-width: 378px !important;
}

.max-w-379 {
    max-width: 379px !important;
}

.max-w-380 {
    max-width: 380px !important;
}

.max-w-381 {
    max-width: 381px !important;
}

.max-w-382 {
    max-width: 382px !important;
}

.max-w-383 {
    max-width: 383px !important;
}

.max-w-384 {
    max-width: 384px !important;
}

.max-w-385 {
    max-width: 385px !important;
}

.max-w-386 {
    max-width: 386px !important;
}

.max-w-387 {
    max-width: 387px !important;
}

.max-w-388 {
    max-width: 388px !important;
}

.max-w-389 {
    max-width: 389px !important;
}

.max-w-390 {
    max-width: 390px !important;
}

.max-w-391 {
    max-width: 391px !important;
}

.max-w-392 {
    max-width: 392px !important;
}

.max-w-393 {
    max-width: 393px !important;
}

.max-w-394 {
    max-width: 394px !important;
}

.max-w-395 {
    max-width: 395px !important;
}

.max-w-396 {
    max-width: 396px !important;
}

.max-w-397 {
    max-width: 397px !important;
}

.max-w-398 {
    max-width: 398px !important;
}

.max-w-399 {
    max-width: 399px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

.max-w-401 {
    max-width: 401px !important;
}

.max-w-402 {
    max-width: 402px !important;
}

.max-w-403 {
    max-width: 403px !important;
}

.max-w-404 {
    max-width: 404px !important;
}

.max-w-405 {
    max-width: 405px !important;
}

.max-w-406 {
    max-width: 406px !important;
}

.max-w-407 {
    max-width: 407px !important;
}

.max-w-408 {
    max-width: 408px !important;
}

.max-w-409 {
    max-width: 409px !important;
}

.max-w-410 {
    max-width: 410px !important;
}

.max-w-411 {
    max-width: 411px !important;
}

.max-w-412 {
    max-width: 412px !important;
}

.max-w-413 {
    max-width: 413px !important;
}

.max-w-414 {
    max-width: 414px !important;
}

.max-w-415 {
    max-width: 415px !important;
}

.max-w-416 {
    max-width: 416px !important;
}

.max-w-417 {
    max-width: 417px !important;
}

.max-w-418 {
    max-width: 418px !important;
}

.max-w-419 {
    max-width: 419px !important;
}

.max-w-420 {
    max-width: 420px !important;
}

.max-w-421 {
    max-width: 421px !important;
}

.max-w-422 {
    max-width: 422px !important;
}

.max-w-423 {
    max-width: 423px !important;
}

.max-w-424 {
    max-width: 424px !important;
}

.max-w-425 {
    max-width: 425px !important;
}

.max-w-426 {
    max-width: 426px !important;
}

.max-w-427 {
    max-width: 427px !important;
}

.max-w-428 {
    max-width: 428px !important;
}

.max-w-429 {
    max-width: 429px !important;
}

.max-w-430 {
    max-width: 430px !important;
}

.max-w-431 {
    max-width: 431px !important;
}

.max-w-432 {
    max-width: 432px !important;
}

.max-w-433 {
    max-width: 433px !important;
}

.max-w-434 {
    max-width: 434px !important;
}

.max-w-435 {
    max-width: 435px !important;
}

.max-w-436 {
    max-width: 436px !important;
}

.max-w-437 {
    max-width: 437px !important;
}

.max-w-438 {
    max-width: 438px !important;
}

.max-w-439 {
    max-width: 439px !important;
}

.max-w-440 {
    max-width: 440px !important;
}

.max-w-441 {
    max-width: 441px !important;
}

.max-w-442 {
    max-width: 442px !important;
}

.max-w-443 {
    max-width: 443px !important;
}

.max-w-444 {
    max-width: 444px !important;
}

.max-w-445 {
    max-width: 445px !important;
}

.max-w-446 {
    max-width: 446px !important;
}

.max-w-447 {
    max-width: 447px !important;
}

.max-w-448 {
    max-width: 448px !important;
}

.max-w-449 {
    max-width: 449px !important;
}

.max-w-450 {
    max-width: 450px !important;
}

.max-w-451 {
    max-width: 451px !important;
}

.max-w-452 {
    max-width: 452px !important;
}

.max-w-453 {
    max-width: 453px !important;
}

.max-w-454 {
    max-width: 454px !important;
}

.max-w-455 {
    max-width: 455px !important;
}

.max-w-456 {
    max-width: 456px !important;
}

.max-w-457 {
    max-width: 457px !important;
}

.max-w-458 {
    max-width: 458px !important;
}

.max-w-459 {
    max-width: 459px !important;
}

.max-w-460 {
    max-width: 460px !important;
}

.max-w-461 {
    max-width: 461px !important;
}

.max-w-462 {
    max-width: 462px !important;
}

.max-w-463 {
    max-width: 463px !important;
}

.max-w-464 {
    max-width: 464px !important;
}

.max-w-465 {
    max-width: 465px !important;
}

.max-w-466 {
    max-width: 466px !important;
}

.max-w-467 {
    max-width: 467px !important;
}

.max-w-468 {
    max-width: 468px !important;
}

.max-w-469 {
    max-width: 469px !important;
}

.max-w-470 {
    max-width: 470px !important;
}

.max-w-471 {
    max-width: 471px !important;
}

.max-w-472 {
    max-width: 472px !important;
}

.max-w-473 {
    max-width: 473px !important;
}

.max-w-474 {
    max-width: 474px !important;
}

.max-w-475 {
    max-width: 475px !important;
}

.max-w-476 {
    max-width: 476px !important;
}

.max-w-477 {
    max-width: 477px !important;
}

.max-w-478 {
    max-width: 478px !important;
}

.max-w-479 {
    max-width: 479px !important;
}

.max-w-480 {
    max-width: 480px !important;
}

.max-w-481 {
    max-width: 481px !important;
}

.max-w-482 {
    max-width: 482px !important;
}

.max-w-483 {
    max-width: 483px !important;
}

.max-w-484 {
    max-width: 484px !important;
}

.max-w-485 {
    max-width: 485px !important;
}

.max-w-486 {
    max-width: 486px !important;
}

.max-w-487 {
    max-width: 487px !important;
}

.max-w-488 {
    max-width: 488px !important;
}

.max-w-489 {
    max-width: 489px !important;
}

.max-w-490 {
    max-width: 490px !important;
}

.max-w-491 {
    max-width: 491px !important;
}

.max-w-492 {
    max-width: 492px !important;
}

.max-w-493 {
    max-width: 493px !important;
}

.max-w-494 {
    max-width: 494px !important;
}

.max-w-495 {
    max-width: 495px !important;
}

.max-w-496 {
    max-width: 496px !important;
}

.max-w-497 {
    max-width: 497px !important;
}

.max-w-498 {
    max-width: 498px !important;
}

.max-w-499 {
    max-width: 499px !important;
}

.max-w-500 {
    max-width: 500px !important;
}

/*-- min-width --*/
.min-h-10 {
    min-height: 10px !important;
}

.min-h-11 {
    min-height: 11px !important;
}

.min-h-12 {
    min-height: 12px !important;
}

.min-h-13 {
    min-height: 13px !important;
}

.min-h-14 {
    min-height: 14px !important;
}

.min-h-15 {
    min-height: 15px !important;
}

.min-h-16 {
    min-height: 16px !important;
}

.min-h-17 {
    min-height: 17px !important;
}

.min-h-18 {
    min-height: 18px !important;
}

.min-h-19 {
    min-height: 19px !important;
}

.min-h-20 {
    min-height: 20px !important;
}

.min-h-21 {
    min-height: 21px !important;
}

.min-h-22 {
    min-height: 22px !important;
}

.min-h-23 {
    min-height: 23px !important;
}

.min-h-24 {
    min-height: 24px !important;
}

.min-h-25 {
    min-height: 25px !important;
}

.min-h-26 {
    min-height: 26px !important;
}

.min-h-27 {
    min-height: 27px !important;
}

.min-h-28 {
    min-height: 28px !important;
}

.min-h-29 {
    min-height: 29px !important;
}

.min-h-30 {
    min-height: 30px !important;
}

.min-h-31 {
    min-height: 31px !important;
}

.min-h-32 {
    min-height: 32px !important;
}

.min-h-33 {
    min-height: 33px !important;
}

.min-h-34 {
    min-height: 34px !important;
}

.min-h-35 {
    min-height: 35px !important;
}

.min-h-36 {
    min-height: 36px !important;
}

.min-h-37 {
    min-height: 37px !important;
}

.min-h-38 {
    min-height: 38px !important;
}

.min-h-39 {
    min-height: 39px !important;
}

.min-h-40 {
    min-height: 40px !important;
}

.min-h-41 {
    min-height: 41px !important;
}

.min-h-42 {
    min-height: 42px !important;
}

.min-h-43 {
    min-height: 43px !important;
}

.min-h-44 {
    min-height: 44px !important;
}

.min-h-45 {
    min-height: 45px !important;
}

.min-h-46 {
    min-height: 46px !important;
}

.min-h-47 {
    min-height: 47px !important;
}

.min-h-48 {
    min-height: 48px !important;
}

.min-h-49 {
    min-height: 49px !important;
}

.min-h-50 {
    min-height: 50px !important;
}

.min-h-51 {
    min-height: 51px !important;
}

.min-h-52 {
    min-height: 52px !important;
}

.min-h-53 {
    min-height: 53px !important;
}

.min-h-54 {
    min-height: 54px !important;
}

.min-h-55 {
    min-height: 55px !important;
}

.min-h-56 {
    min-height: 56px !important;
}

.min-h-57 {
    min-height: 57px !important;
}

.min-h-58 {
    min-height: 58px !important;
}

.min-h-59 {
    min-height: 59px !important;
}

.min-h-60 {
    min-height: 60px !important;
}

.min-h-61 {
    min-height: 61px !important;
}

.min-h-62 {
    min-height: 62px !important;
}

.min-h-63 {
    min-height: 63px !important;
}

.min-h-64 {
    min-height: 64px !important;
}

.min-h-65 {
    min-height: 65px !important;
}

.min-h-66 {
    min-height: 66px !important;
}

.min-h-67 {
    min-height: 67px !important;
}

.min-h-68 {
    min-height: 68px !important;
}

.min-h-69 {
    min-height: 69px !important;
}

.min-h-70 {
    min-height: 70px !important;
}

.min-h-71 {
    min-height: 71px !important;
}

.min-h-72 {
    min-height: 72px !important;
}

.min-h-73 {
    min-height: 73px !important;
}

.min-h-74 {
    min-height: 74px !important;
}

.min-h-75 {
    min-height: 75px !important;
}

.min-h-76 {
    min-height: 76px !important;
}

.min-h-77 {
    min-height: 77px !important;
}

.min-h-78 {
    min-height: 78px !important;
}

.min-h-79 {
    min-height: 79px !important;
}

.min-h-80 {
    min-height: 80px !important;
}

.min-h-81 {
    min-height: 81px !important;
}

.min-h-82 {
    min-height: 82px !important;
}

.min-h-83 {
    min-height: 83px !important;
}

.min-h-84 {
    min-height: 84px !important;
}

.min-h-85 {
    min-height: 85px !important;
}

.min-h-86 {
    min-height: 86px !important;
}

.min-h-87 {
    min-height: 87px !important;
}

.min-h-88 {
    min-height: 88px !important;
}

.min-h-89 {
    min-height: 89px !important;
}

.min-h-90 {
    min-height: 90px !important;
}

.min-h-91 {
    min-height: 91px !important;
}

.min-h-92 {
    min-height: 92px !important;
}

.min-h-93 {
    min-height: 93px !important;
}

.min-h-94 {
    min-height: 94px !important;
}

.min-h-95 {
    min-height: 95px !important;
}

.min-h-96 {
    min-height: 96px !important;
}

.min-h-97 {
    min-height: 97px !important;
}

.min-h-98 {
    min-height: 98px !important;
}

.min-h-99 {
    min-height: 99px !important;
}

.min-h-100 {
    min-height: 100px !important;
}

.min-h-101 {
    min-height: 101px !important;
}

.min-h-102 {
    min-height: 102px !important;
}

.min-h-103 {
    min-height: 103px !important;
}

.min-h-104 {
    min-height: 104px !important;
}

.min-h-105 {
    min-height: 105px !important;
}

.min-h-106 {
    min-height: 106px !important;
}

.min-h-107 {
    min-height: 107px !important;
}

.min-h-108 {
    min-height: 108px !important;
}

.min-h-109 {
    min-height: 109px !important;
}

.min-h-110 {
    min-height: 110px !important;
}

.min-h-111 {
    min-height: 111px !important;
}

.min-h-112 {
    min-height: 112px !important;
}

.min-h-113 {
    min-height: 113px !important;
}

.min-h-114 {
    min-height: 114px !important;
}

.min-h-115 {
    min-height: 115px !important;
}

.min-h-116 {
    min-height: 116px !important;
}

.min-h-117 {
    min-height: 117px !important;
}

.min-h-118 {
    min-height: 118px !important;
}

.min-h-119 {
    min-height: 119px !important;
}

.min-h-120 {
    min-height: 120px !important;
}

.min-h-121 {
    min-height: 121px !important;
}

.min-h-122 {
    min-height: 122px !important;
}

.min-h-123 {
    min-height: 123px !important;
}

.min-h-124 {
    min-height: 124px !important;
}

.min-h-125 {
    min-height: 125px !important;
}

.min-h-126 {
    min-height: 126px !important;
}

.min-h-127 {
    min-height: 127px !important;
}

.min-h-128 {
    min-height: 128px !important;
}

.min-h-129 {
    min-height: 129px !important;
}

.min-h-130 {
    min-height: 130px !important;
}

.min-h-131 {
    min-height: 131px !important;
}

.min-h-132 {
    min-height: 132px !important;
}

.min-h-133 {
    min-height: 133px !important;
}

.min-h-134 {
    min-height: 134px !important;
}

.min-h-135 {
    min-height: 135px !important;
}

.min-h-136 {
    min-height: 136px !important;
}

.min-h-137 {
    min-height: 137px !important;
}

.min-h-138 {
    min-height: 138px !important;
}

.min-h-139 {
    min-height: 139px !important;
}

.min-h-140 {
    min-height: 140px !important;
}

.min-h-141 {
    min-height: 141px !important;
}

.min-h-142 {
    min-height: 142px !important;
}

.min-h-143 {
    min-height: 143px !important;
}

.min-h-144 {
    min-height: 144px !important;
}

.min-h-145 {
    min-height: 145px !important;
}

.min-h-146 {
    min-height: 146px !important;
}

.min-h-147 {
    min-height: 147px !important;
}

.min-h-148 {
    min-height: 148px !important;
}

.min-h-149 {
    min-height: 149px !important;
}

.min-h-150 {
    min-height: 150px !important;
}

.min-h-151 {
    min-height: 151px !important;
}

.min-h-152 {
    min-height: 152px !important;
}

.min-h-153 {
    min-height: 153px !important;
}

.min-h-154 {
    min-height: 154px !important;
}

.min-h-155 {
    min-height: 155px !important;
}

.min-h-156 {
    min-height: 156px !important;
}

.min-h-157 {
    min-height: 157px !important;
}

.min-h-158 {
    min-height: 158px !important;
}

.min-h-159 {
    min-height: 159px !important;
}

.min-h-160 {
    min-height: 160px !important;
}

.min-h-161 {
    min-height: 161px !important;
}

.min-h-162 {
    min-height: 162px !important;
}

.min-h-163 {
    min-height: 163px !important;
}

.min-h-164 {
    min-height: 164px !important;
}

.min-h-165 {
    min-height: 165px !important;
}

.min-h-166 {
    min-height: 166px !important;
}

.min-h-167 {
    min-height: 167px !important;
}

.min-h-168 {
    min-height: 168px !important;
}

.min-h-169 {
    min-height: 169px !important;
}

.min-h-170 {
    min-height: 170px !important;
}

.min-h-171 {
    min-height: 171px !important;
}

.min-h-172 {
    min-height: 172px !important;
}

.min-h-173 {
    min-height: 173px !important;
}

.min-h-174 {
    min-height: 174px !important;
}

.min-h-175 {
    min-height: 175px !important;
}

.min-h-176 {
    min-height: 176px !important;
}

.min-h-177 {
    min-height: 177px !important;
}

.min-h-178 {
    min-height: 178px !important;
}

.min-h-179 {
    min-height: 179px !important;
}

.min-h-180 {
    min-height: 180px !important;
}

.min-h-181 {
    min-height: 181px !important;
}

.min-h-182 {
    min-height: 182px !important;
}

.min-h-183 {
    min-height: 183px !important;
}

.min-h-184 {
    min-height: 184px !important;
}

.min-h-185 {
    min-height: 185px !important;
}

.min-h-186 {
    min-height: 186px !important;
}

.min-h-187 {
    min-height: 187px !important;
}

.min-h-188 {
    min-height: 188px !important;
}

.min-h-189 {
    min-height: 189px !important;
}

.min-h-190 {
    min-height: 190px !important;
}

.min-h-191 {
    min-height: 191px !important;
}

.min-h-192 {
    min-height: 192px !important;
}

.min-h-193 {
    min-height: 193px !important;
}

.min-h-194 {
    min-height: 194px !important;
}

.min-h-195 {
    min-height: 195px !important;
}

.min-h-196 {
    min-height: 196px !important;
}

.min-h-197 {
    min-height: 197px !important;
}

.min-h-198 {
    min-height: 198px !important;
}

.min-h-199 {
    min-height: 199px !important;
}

.min-h-200 {
    min-height: 200px !important;
}

.min-h-201 {
    min-height: 201px !important;
}

.min-h-202 {
    min-height: 202px !important;
}

.min-h-203 {
    min-height: 203px !important;
}

.min-h-204 {
    min-height: 204px !important;
}

.min-h-205 {
    min-height: 205px !important;
}

.min-h-206 {
    min-height: 206px !important;
}

.min-h-207 {
    min-height: 207px !important;
}

.min-h-208 {
    min-height: 208px !important;
}

.min-h-209 {
    min-height: 209px !important;
}

.min-h-210 {
    min-height: 210px !important;
}

.min-h-211 {
    min-height: 211px !important;
}

.min-h-212 {
    min-height: 212px !important;
}

.min-h-213 {
    min-height: 213px !important;
}

.min-h-214 {
    min-height: 214px !important;
}

.min-h-215 {
    min-height: 215px !important;
}

.min-h-216 {
    min-height: 216px !important;
}

.min-h-217 {
    min-height: 217px !important;
}

.min-h-218 {
    min-height: 218px !important;
}

.min-h-219 {
    min-height: 219px !important;
}

.min-h-220 {
    min-height: 220px !important;
}

.min-h-221 {
    min-height: 221px !important;
}

.min-h-222 {
    min-height: 222px !important;
}

.min-h-223 {
    min-height: 223px !important;
}

.min-h-224 {
    min-height: 224px !important;
}

.min-h-225 {
    min-height: 225px !important;
}

.min-h-226 {
    min-height: 226px !important;
}

.min-h-227 {
    min-height: 227px !important;
}

.min-h-228 {
    min-height: 228px !important;
}

.min-h-229 {
    min-height: 229px !important;
}

.min-h-230 {
    min-height: 230px !important;
}

.min-h-231 {
    min-height: 231px !important;
}

.min-h-232 {
    min-height: 232px !important;
}

.min-h-233 {
    min-height: 233px !important;
}

.min-h-234 {
    min-height: 234px !important;
}

.min-h-235 {
    min-height: 235px !important;
}

.min-h-236 {
    min-height: 236px !important;
}

.min-h-237 {
    min-height: 237px !important;
}

.min-h-238 {
    min-height: 238px !important;
}

.min-h-239 {
    min-height: 239px !important;
}

.min-h-240 {
    min-height: 240px !important;
}

.min-h-241 {
    min-height: 241px !important;
}

.min-h-242 {
    min-height: 242px !important;
}

.min-h-243 {
    min-height: 243px !important;
}

.min-h-244 {
    min-height: 244px !important;
}

.min-h-245 {
    min-height: 245px !important;
}

.min-h-246 {
    min-height: 246px !important;
}

.min-h-247 {
    min-height: 247px !important;
}

.min-h-248 {
    min-height: 248px !important;
}

.min-h-249 {
    min-height: 249px !important;
}

.min-h-250 {
    min-height: 250px !important;
}

.min-h-251 {
    min-height: 251px !important;
}

.min-h-252 {
    min-height: 252px !important;
}

.min-h-253 {
    min-height: 253px !important;
}

.min-h-254 {
    min-height: 254px !important;
}

.min-h-255 {
    min-height: 255px !important;
}

.min-h-256 {
    min-height: 256px !important;
}

.min-h-257 {
    min-height: 257px !important;
}

.min-h-258 {
    min-height: 258px !important;
}

.min-h-259 {
    min-height: 259px !important;
}

.min-h-260 {
    min-height: 260px !important;
}

.min-h-261 {
    min-height: 261px !important;
}

.min-h-262 {
    min-height: 262px !important;
}

.min-h-263 {
    min-height: 263px !important;
}

.min-h-264 {
    min-height: 264px !important;
}

.min-h-265 {
    min-height: 265px !important;
}

.min-h-266 {
    min-height: 266px !important;
}

.min-h-267 {
    min-height: 267px !important;
}

.min-h-268 {
    min-height: 268px !important;
}

.min-h-269 {
    min-height: 269px !important;
}

.min-h-270 {
    min-height: 270px !important;
}

.min-h-271 {
    min-height: 271px !important;
}

.min-h-272 {
    min-height: 272px !important;
}

.min-h-273 {
    min-height: 273px !important;
}

.min-h-274 {
    min-height: 274px !important;
}

.min-h-275 {
    min-height: 275px !important;
}

.min-h-276 {
    min-height: 276px !important;
}

.min-h-277 {
    min-height: 277px !important;
}

.min-h-278 {
    min-height: 278px !important;
}

.min-h-279 {
    min-height: 279px !important;
}

.min-h-280 {
    min-height: 280px !important;
}

.min-h-281 {
    min-height: 281px !important;
}

.min-h-282 {
    min-height: 282px !important;
}

.min-h-283 {
    min-height: 283px !important;
}

.min-h-284 {
    min-height: 284px !important;
}

.min-h-285 {
    min-height: 285px !important;
}

.min-h-286 {
    min-height: 286px !important;
}

.min-h-287 {
    min-height: 287px !important;
}

.min-h-288 {
    min-height: 288px !important;
}

.min-h-289 {
    min-height: 289px !important;
}

.min-h-290 {
    min-height: 290px !important;
}

.min-h-291 {
    min-height: 291px !important;
}

.min-h-292 {
    min-height: 292px !important;
}

.min-h-293 {
    min-height: 293px !important;
}

.min-h-294 {
    min-height: 294px !important;
}

.min-h-295 {
    min-height: 295px !important;
}

.min-h-296 {
    min-height: 296px !important;
}

.min-h-297 {
    min-height: 297px !important;
}

.min-h-298 {
    min-height: 298px !important;
}

.min-h-299 {
    min-height: 299px !important;
}

.min-h-300 {
    min-height: 300px !important;
}

.min-h-301 {
    min-height: 301px !important;
}

.min-h-302 {
    min-height: 302px !important;
}

.min-h-303 {
    min-height: 303px !important;
}

.min-h-304 {
    min-height: 304px !important;
}

.min-h-305 {
    min-height: 305px !important;
}

.min-h-306 {
    min-height: 306px !important;
}

.min-h-307 {
    min-height: 307px !important;
}

.min-h-308 {
    min-height: 308px !important;
}

.min-h-309 {
    min-height: 309px !important;
}

.min-h-310 {
    min-height: 310px !important;
}

.min-h-311 {
    min-height: 311px !important;
}

.min-h-312 {
    min-height: 312px !important;
}

.min-h-313 {
    min-height: 313px !important;
}

.min-h-314 {
    min-height: 314px !important;
}

.min-h-315 {
    min-height: 315px !important;
}

.min-h-316 {
    min-height: 316px !important;
}

.min-h-317 {
    min-height: 317px !important;
}

.min-h-318 {
    min-height: 318px !important;
}

.min-h-319 {
    min-height: 319px !important;
}

.min-h-320 {
    min-height: 320px !important;
}

.min-h-321 {
    min-height: 321px !important;
}

.min-h-322 {
    min-height: 322px !important;
}

.min-h-323 {
    min-height: 323px !important;
}

.min-h-324 {
    min-height: 324px !important;
}

.min-h-325 {
    min-height: 325px !important;
}

.min-h-326 {
    min-height: 326px !important;
}

.min-h-327 {
    min-height: 327px !important;
}

.min-h-328 {
    min-height: 328px !important;
}

.min-h-329 {
    min-height: 329px !important;
}

.min-h-330 {
    min-height: 330px !important;
}

.min-h-331 {
    min-height: 331px !important;
}

.min-h-332 {
    min-height: 332px !important;
}

.min-h-333 {
    min-height: 333px !important;
}

.min-h-334 {
    min-height: 334px !important;
}

.min-h-335 {
    min-height: 335px !important;
}

.min-h-336 {
    min-height: 336px !important;
}

.min-h-337 {
    min-height: 337px !important;
}

.min-h-338 {
    min-height: 338px !important;
}

.min-h-339 {
    min-height: 339px !important;
}

.min-h-340 {
    min-height: 340px !important;
}

.min-h-341 {
    min-height: 341px !important;
}

.min-h-342 {
    min-height: 342px !important;
}

.min-h-343 {
    min-height: 343px !important;
}

.min-h-344 {
    min-height: 344px !important;
}

.min-h-345 {
    min-height: 345px !important;
}

.min-h-346 {
    min-height: 346px !important;
}

.min-h-347 {
    min-height: 347px !important;
}

.min-h-348 {
    min-height: 348px !important;
}

.min-h-349 {
    min-height: 349px !important;
}

.min-h-350 {
    min-height: 350px !important;
}

.min-h-351 {
    min-height: 351px !important;
}

.min-h-352 {
    min-height: 352px !important;
}

.min-h-353 {
    min-height: 353px !important;
}

.min-h-354 {
    min-height: 354px !important;
}

.min-h-355 {
    min-height: 355px !important;
}

.min-h-356 {
    min-height: 356px !important;
}

.min-h-357 {
    min-height: 357px !important;
}

.min-h-358 {
    min-height: 358px !important;
}

.min-h-359 {
    min-height: 359px !important;
}

.min-h-360 {
    min-height: 360px !important;
}

.min-h-361 {
    min-height: 361px !important;
}

.min-h-362 {
    min-height: 362px !important;
}

.min-h-363 {
    min-height: 363px !important;
}

.min-h-364 {
    min-height: 364px !important;
}

.min-h-365 {
    min-height: 365px !important;
}

.min-h-366 {
    min-height: 366px !important;
}

.min-h-367 {
    min-height: 367px !important;
}

.min-h-368 {
    min-height: 368px !important;
}

.min-h-369 {
    min-height: 369px !important;
}

.min-h-370 {
    min-height: 370px !important;
}

.min-h-371 {
    min-height: 371px !important;
}

.min-h-372 {
    min-height: 372px !important;
}

.min-h-373 {
    min-height: 373px !important;
}

.min-h-374 {
    min-height: 374px !important;
}

.min-h-375 {
    min-height: 375px !important;
}

.min-h-376 {
    min-height: 376px !important;
}

.min-h-377 {
    min-height: 377px !important;
}

.min-h-378 {
    min-height: 378px !important;
}

.min-h-379 {
    min-height: 379px !important;
}

.min-h-380 {
    min-height: 380px !important;
}

.min-h-381 {
    min-height: 381px !important;
}

.min-h-382 {
    min-height: 382px !important;
}

.min-h-383 {
    min-height: 383px !important;
}

.min-h-384 {
    min-height: 384px !important;
}

.min-h-385 {
    min-height: 385px !important;
}

.min-h-386 {
    min-height: 386px !important;
}

.min-h-387 {
    min-height: 387px !important;
}

.min-h-388 {
    min-height: 388px !important;
}

.min-h-389 {
    min-height: 389px !important;
}

.min-h-390 {
    min-height: 390px !important;
}

.min-h-391 {
    min-height: 391px !important;
}

.min-h-392 {
    min-height: 392px !important;
}

.min-h-393 {
    min-height: 393px !important;
}

.min-h-394 {
    min-height: 394px !important;
}

.min-h-395 {
    min-height: 395px !important;
}

.min-h-396 {
    min-height: 396px !important;
}

.min-h-397 {
    min-height: 397px !important;
}

.min-h-398 {
    min-height: 398px !important;
}

.min-h-399 {
    min-height: 399px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.min-h-401 {
    min-height: 401px !important;
}

.min-h-402 {
    min-height: 402px !important;
}

.min-h-403 {
    min-height: 403px !important;
}

.min-h-404 {
    min-height: 404px !important;
}

.min-h-405 {
    min-height: 405px !important;
}

.min-h-406 {
    min-height: 406px !important;
}

.min-h-407 {
    min-height: 407px !important;
}

.min-h-408 {
    min-height: 408px !important;
}

.min-h-409 {
    min-height: 409px !important;
}

.min-h-410 {
    min-height: 410px !important;
}

.min-h-411 {
    min-height: 411px !important;
}

.min-h-412 {
    min-height: 412px !important;
}

.min-h-413 {
    min-height: 413px !important;
}

.min-h-414 {
    min-height: 414px !important;
}

.min-h-415 {
    min-height: 415px !important;
}

.min-h-416 {
    min-height: 416px !important;
}

.min-h-417 {
    min-height: 417px !important;
}

.min-h-418 {
    min-height: 418px !important;
}

.min-h-419 {
    min-height: 419px !important;
}

.min-h-420 {
    min-height: 420px !important;
}

.min-h-421 {
    min-height: 421px !important;
}

.min-h-422 {
    min-height: 422px !important;
}

.min-h-423 {
    min-height: 423px !important;
}

.min-h-424 {
    min-height: 424px !important;
}

.min-h-425 {
    min-height: 425px !important;
}

.min-h-426 {
    min-height: 426px !important;
}

.min-h-427 {
    min-height: 427px !important;
}

.min-h-428 {
    min-height: 428px !important;
}

.min-h-429 {
    min-height: 429px !important;
}

.min-h-430 {
    min-height: 430px !important;
}

.min-h-431 {
    min-height: 431px !important;
}

.min-h-432 {
    min-height: 432px !important;
}

.min-h-433 {
    min-height: 433px !important;
}

.min-h-434 {
    min-height: 434px !important;
}

.min-h-435 {
    min-height: 435px !important;
}

.min-h-436 {
    min-height: 436px !important;
}

.min-h-437 {
    min-height: 437px !important;
}

.min-h-438 {
    min-height: 438px !important;
}

.min-h-439 {
    min-height: 439px !important;
}

.min-h-440 {
    min-height: 440px !important;
}

.min-h-441 {
    min-height: 441px !important;
}

.min-h-442 {
    min-height: 442px !important;
}

.min-h-443 {
    min-height: 443px !important;
}

.min-h-444 {
    min-height: 444px !important;
}

.min-h-445 {
    min-height: 445px !important;
}

.min-h-446 {
    min-height: 446px !important;
}

.min-h-447 {
    min-height: 447px !important;
}

.min-h-448 {
    min-height: 448px !important;
}

.min-h-449 {
    min-height: 449px !important;
}

.min-h-450 {
    min-height: 450px !important;
}

.min-h-451 {
    min-height: 451px !important;
}

.min-h-452 {
    min-height: 452px !important;
}

.min-h-453 {
    min-height: 453px !important;
}

.min-h-454 {
    min-height: 454px !important;
}

.min-h-455 {
    min-height: 455px !important;
}

.min-h-456 {
    min-height: 456px !important;
}

.min-h-457 {
    min-height: 457px !important;
}

.min-h-458 {
    min-height: 458px !important;
}

.min-h-459 {
    min-height: 459px !important;
}

.min-h-460 {
    min-height: 460px !important;
}

.min-h-461 {
    min-height: 461px !important;
}

.min-h-462 {
    min-height: 462px !important;
}

.min-h-463 {
    min-height: 463px !important;
}

.min-h-464 {
    min-height: 464px !important;
}

.min-h-465 {
    min-height: 465px !important;
}

.min-h-466 {
    min-height: 466px !important;
}

.min-h-467 {
    min-height: 467px !important;
}

.min-h-468 {
    min-height: 468px !important;
}

.min-h-469 {
    min-height: 469px !important;
}

.min-h-470 {
    min-height: 470px !important;
}

.min-h-471 {
    min-height: 471px !important;
}

.min-h-472 {
    min-height: 472px !important;
}

.min-h-473 {
    min-height: 473px !important;
}

.min-h-474 {
    min-height: 474px !important;
}

.min-h-475 {
    min-height: 475px !important;
}

.min-h-476 {
    min-height: 476px !important;
}

.min-h-477 {
    min-height: 477px !important;
}

.min-h-478 {
    min-height: 478px !important;
}

.min-h-479 {
    min-height: 479px !important;
}

.min-h-480 {
    min-height: 480px !important;
}

.min-h-481 {
    min-height: 481px !important;
}

.min-h-482 {
    min-height: 482px !important;
}

.min-h-483 {
    min-height: 483px !important;
}

.min-h-484 {
    min-height: 484px !important;
}

.min-h-485 {
    min-height: 485px !important;
}

.min-h-486 {
    min-height: 486px !important;
}

.min-h-487 {
    min-height: 487px !important;
}

.min-h-488 {
    min-height: 488px !important;
}

.min-h-489 {
    min-height: 489px !important;
}

.min-h-490 {
    min-height: 490px !important;
}

.min-h-491 {
    min-height: 491px !important;
}

.min-h-492 {
    min-height: 492px !important;
}

.min-h-493 {
    min-height: 493px !important;
}

.min-h-494 {
    min-height: 494px !important;
}

.min-h-495 {
    min-height: 495px !important;
}

.min-h-496 {
    min-height: 496px !important;
}

.min-h-497 {
    min-height: 497px !important;
}

.min-h-498 {
    min-height: 498px !important;
}

.min-h-499 {
    min-height: 499px !important;
}

.min-h-500 {
    min-height: 500px !important;
}

/*-- max-width --*/
.max-h-10 {
    max-height: 10px !important;
}

.max-h-11 {
    max-height: 11px !important;
}

.max-h-12 {
    max-height: 12px !important;
}

.max-h-13 {
    max-height: 13px !important;
}

.max-h-14 {
    max-height: 14px !important;
}

.max-h-15 {
    max-height: 15px !important;
}

.max-h-16 {
    max-height: 16px !important;
}

.max-h-17 {
    max-height: 17px !important;
}

.max-h-18 {
    max-height: 18px !important;
}

.max-h-19 {
    max-height: 19px !important;
}

.max-h-20 {
    max-height: 20px !important;
}

.max-h-21 {
    max-height: 21px !important;
}

.max-h-22 {
    max-height: 22px !important;
}

.max-h-23 {
    max-height: 23px !important;
}

.max-h-24 {
    max-height: 24px !important;
}

.max-h-25 {
    max-height: 25px !important;
}

.max-h-26 {
    max-height: 26px !important;
}

.max-h-27 {
    max-height: 27px !important;
}

.max-h-28 {
    max-height: 28px !important;
}

.max-h-29 {
    max-height: 29px !important;
}

.max-h-30 {
    max-height: 30px !important;
}

.max-h-31 {
    max-height: 31px !important;
}

.max-h-32 {
    max-height: 32px !important;
}

.max-h-33 {
    max-height: 33px !important;
}

.max-h-34 {
    max-height: 34px !important;
}

.max-h-35 {
    max-height: 35px !important;
}

.max-h-36 {
    max-height: 36px !important;
}

.max-h-37 {
    max-height: 37px !important;
}

.max-h-38 {
    max-height: 38px !important;
}

.max-h-39 {
    max-height: 39px !important;
}

.max-h-40 {
    max-height: 40px !important;
}

.max-h-41 {
    max-height: 41px !important;
}

.max-h-42 {
    max-height: 42px !important;
}

.max-h-43 {
    max-height: 43px !important;
}

.max-h-44 {
    max-height: 44px !important;
}

.max-h-45 {
    max-height: 45px !important;
}

.max-h-46 {
    max-height: 46px !important;
}

.max-h-47 {
    max-height: 47px !important;
}

.max-h-48 {
    max-height: 48px !important;
}

.max-h-49 {
    max-height: 49px !important;
}

.max-h-50 {
    max-height: 50px !important;
}

.max-h-51 {
    max-height: 51px !important;
}

.max-h-52 {
    max-height: 52px !important;
}

.max-h-53 {
    max-height: 53px !important;
}

.max-h-54 {
    max-height: 54px !important;
}

.max-h-55 {
    max-height: 55px !important;
}

.max-h-56 {
    max-height: 56px !important;
}

.max-h-57 {
    max-height: 57px !important;
}

.max-h-58 {
    max-height: 58px !important;
}

.max-h-59 {
    max-height: 59px !important;
}

.max-h-60 {
    max-height: 60px !important;
}

.max-h-61 {
    max-height: 61px !important;
}

.max-h-62 {
    max-height: 62px !important;
}

.max-h-63 {
    max-height: 63px !important;
}

.max-h-64 {
    max-height: 64px !important;
}

.max-h-65 {
    max-height: 65px !important;
}

.max-h-66 {
    max-height: 66px !important;
}

.max-h-67 {
    max-height: 67px !important;
}

.max-h-68 {
    max-height: 68px !important;
}

.max-h-69 {
    max-height: 69px !important;
}

.max-h-70 {
    max-height: 70px !important;
}

.max-h-71 {
    max-height: 71px !important;
}

.max-h-72 {
    max-height: 72px !important;
}

.max-h-73 {
    max-height: 73px !important;
}

.max-h-74 {
    max-height: 74px !important;
}

.max-h-75 {
    max-height: 75px !important;
}

.max-h-76 {
    max-height: 76px !important;
}

.max-h-77 {
    max-height: 77px !important;
}

.max-h-78 {
    max-height: 78px !important;
}

.max-h-79 {
    max-height: 79px !important;
}

.max-h-80 {
    max-height: 80px !important;
}

.max-h-81 {
    max-height: 81px !important;
}

.max-h-82 {
    max-height: 82px !important;
}

.max-h-83 {
    max-height: 83px !important;
}

.max-h-84 {
    max-height: 84px !important;
}

.max-h-85 {
    max-height: 85px !important;
}

.max-h-86 {
    max-height: 86px !important;
}

.max-h-87 {
    max-height: 87px !important;
}

.max-h-88 {
    max-height: 88px !important;
}

.max-h-89 {
    max-height: 89px !important;
}

.max-h-90 {
    max-height: 90px !important;
}

.max-h-91 {
    max-height: 91px !important;
}

.max-h-92 {
    max-height: 92px !important;
}

.max-h-93 {
    max-height: 93px !important;
}

.max-h-94 {
    max-height: 94px !important;
}

.max-h-95 {
    max-height: 95px !important;
}

.max-h-96 {
    max-height: 96px !important;
}

.max-h-97 {
    max-height: 97px !important;
}

.max-h-98 {
    max-height: 98px !important;
}

.max-h-99 {
    max-height: 99px !important;
}

.max-h-100 {
    max-height: 100px !important;
}

.max-h-101 {
    max-height: 101px !important;
}

.max-h-102 {
    max-height: 102px !important;
}

.max-h-103 {
    max-height: 103px !important;
}

.max-h-104 {
    max-height: 104px !important;
}

.max-h-105 {
    max-height: 105px !important;
}

.max-h-106 {
    max-height: 106px !important;
}

.max-h-107 {
    max-height: 107px !important;
}

.max-h-108 {
    max-height: 108px !important;
}

.max-h-109 {
    max-height: 109px !important;
}

.max-h-110 {
    max-height: 110px !important;
}

.max-h-111 {
    max-height: 111px !important;
}

.max-h-112 {
    max-height: 112px !important;
}

.max-h-113 {
    max-height: 113px !important;
}

.max-h-114 {
    max-height: 114px !important;
}

.max-h-115 {
    max-height: 115px !important;
}

.max-h-116 {
    max-height: 116px !important;
}

.max-h-117 {
    max-height: 117px !important;
}

.max-h-118 {
    max-height: 118px !important;
}

.max-h-119 {
    max-height: 119px !important;
}

.max-h-120 {
    max-height: 120px !important;
}

.max-h-121 {
    max-height: 121px !important;
}

.max-h-122 {
    max-height: 122px !important;
}

.max-h-123 {
    max-height: 123px !important;
}

.max-h-124 {
    max-height: 124px !important;
}

.max-h-125 {
    max-height: 125px !important;
}

.max-h-126 {
    max-height: 126px !important;
}

.max-h-127 {
    max-height: 127px !important;
}

.max-h-128 {
    max-height: 128px !important;
}

.max-h-129 {
    max-height: 129px !important;
}

.max-h-130 {
    max-height: 130px !important;
}

.max-h-131 {
    max-height: 131px !important;
}

.max-h-132 {
    max-height: 132px !important;
}

.max-h-133 {
    max-height: 133px !important;
}

.max-h-134 {
    max-height: 134px !important;
}

.max-h-135 {
    max-height: 135px !important;
}

.max-h-136 {
    max-height: 136px !important;
}

.max-h-137 {
    max-height: 137px !important;
}

.max-h-138 {
    max-height: 138px !important;
}

.max-h-139 {
    max-height: 139px !important;
}

.max-h-140 {
    max-height: 140px !important;
}

.max-h-141 {
    max-height: 141px !important;
}

.max-h-142 {
    max-height: 142px !important;
}

.max-h-143 {
    max-height: 143px !important;
}

.max-h-144 {
    max-height: 144px !important;
}

.max-h-145 {
    max-height: 145px !important;
}

.max-h-146 {
    max-height: 146px !important;
}

.max-h-147 {
    max-height: 147px !important;
}

.max-h-148 {
    max-height: 148px !important;
}

.max-h-149 {
    max-height: 149px !important;
}

.max-h-150 {
    max-height: 150px !important;
}

.max-h-151 {
    max-height: 151px !important;
}

.max-h-152 {
    max-height: 152px !important;
}

.max-h-153 {
    max-height: 153px !important;
}

.max-h-154 {
    max-height: 154px !important;
}

.max-h-155 {
    max-height: 155px !important;
}

.max-h-156 {
    max-height: 156px !important;
}

.max-h-157 {
    max-height: 157px !important;
}

.max-h-158 {
    max-height: 158px !important;
}

.max-h-159 {
    max-height: 159px !important;
}

.max-h-160 {
    max-height: 160px !important;
}

.max-h-161 {
    max-height: 161px !important;
}

.max-h-162 {
    max-height: 162px !important;
}

.max-h-163 {
    max-height: 163px !important;
}

.max-h-164 {
    max-height: 164px !important;
}

.max-h-165 {
    max-height: 165px !important;
}

.max-h-166 {
    max-height: 166px !important;
}

.max-h-167 {
    max-height: 167px !important;
}

.max-h-168 {
    max-height: 168px !important;
}

.max-h-169 {
    max-height: 169px !important;
}

.max-h-170 {
    max-height: 170px !important;
}

.max-h-171 {
    max-height: 171px !important;
}

.max-h-172 {
    max-height: 172px !important;
}

.max-h-173 {
    max-height: 173px !important;
}

.max-h-174 {
    max-height: 174px !important;
}

.max-h-175 {
    max-height: 175px !important;
}

.max-h-176 {
    max-height: 176px !important;
}

.max-h-177 {
    max-height: 177px !important;
}

.max-h-178 {
    max-height: 178px !important;
}

.max-h-179 {
    max-height: 179px !important;
}

.max-h-180 {
    max-height: 180px !important;
}

.max-h-181 {
    max-height: 181px !important;
}

.max-h-182 {
    max-height: 182px !important;
}

.max-h-183 {
    max-height: 183px !important;
}

.max-h-184 {
    max-height: 184px !important;
}

.max-h-185 {
    max-height: 185px !important;
}

.max-h-186 {
    max-height: 186px !important;
}

.max-h-187 {
    max-height: 187px !important;
}

.max-h-188 {
    max-height: 188px !important;
}

.max-h-189 {
    max-height: 189px !important;
}

.max-h-190 {
    max-height: 190px !important;
}

.max-h-191 {
    max-height: 191px !important;
}

.max-h-192 {
    max-height: 192px !important;
}

.max-h-193 {
    max-height: 193px !important;
}

.max-h-194 {
    max-height: 194px !important;
}

.max-h-195 {
    max-height: 195px !important;
}

.max-h-196 {
    max-height: 196px !important;
}

.max-h-197 {
    max-height: 197px !important;
}

.max-h-198 {
    max-height: 198px !important;
}

.max-h-199 {
    max-height: 199px !important;
}

.max-h-200 {
    max-height: 200px !important;
}

.max-h-201 {
    max-height: 201px !important;
}

.max-h-202 {
    max-height: 202px !important;
}

.max-h-203 {
    max-height: 203px !important;
}

.max-h-204 {
    max-height: 204px !important;
}

.max-h-205 {
    max-height: 205px !important;
}

.max-h-206 {
    max-height: 206px !important;
}

.max-h-207 {
    max-height: 207px !important;
}

.max-h-208 {
    max-height: 208px !important;
}

.max-h-209 {
    max-height: 209px !important;
}

.max-h-210 {
    max-height: 210px !important;
}

.max-h-211 {
    max-height: 211px !important;
}

.max-h-212 {
    max-height: 212px !important;
}

.max-h-213 {
    max-height: 213px !important;
}

.max-h-214 {
    max-height: 214px !important;
}

.max-h-215 {
    max-height: 215px !important;
}

.max-h-216 {
    max-height: 216px !important;
}

.max-h-217 {
    max-height: 217px !important;
}

.max-h-218 {
    max-height: 218px !important;
}

.max-h-219 {
    max-height: 219px !important;
}

.max-h-220 {
    max-height: 220px !important;
}

.max-h-221 {
    max-height: 221px !important;
}

.max-h-222 {
    max-height: 222px !important;
}

.max-h-223 {
    max-height: 223px !important;
}

.max-h-224 {
    max-height: 224px !important;
}

.max-h-225 {
    max-height: 225px !important;
}

.max-h-226 {
    max-height: 226px !important;
}

.max-h-227 {
    max-height: 227px !important;
}

.max-h-228 {
    max-height: 228px !important;
}

.max-h-229 {
    max-height: 229px !important;
}

.max-h-230 {
    max-height: 230px !important;
}

.max-h-231 {
    max-height: 231px !important;
}

.max-h-232 {
    max-height: 232px !important;
}

.max-h-233 {
    max-height: 233px !important;
}

.max-h-234 {
    max-height: 234px !important;
}

.max-h-235 {
    max-height: 235px !important;
}

.max-h-236 {
    max-height: 236px !important;
}

.max-h-237 {
    max-height: 237px !important;
}

.max-h-238 {
    max-height: 238px !important;
}

.max-h-239 {
    max-height: 239px !important;
}

.max-h-240 {
    max-height: 240px !important;
}

.max-h-241 {
    max-height: 241px !important;
}

.max-h-242 {
    max-height: 242px !important;
}

.max-h-243 {
    max-height: 243px !important;
}

.max-h-244 {
    max-height: 244px !important;
}

.max-h-245 {
    max-height: 245px !important;
}

.max-h-246 {
    max-height: 246px !important;
}

.max-h-247 {
    max-height: 247px !important;
}

.max-h-248 {
    max-height: 248px !important;
}

.max-h-249 {
    max-height: 249px !important;
}

.max-h-250 {
    max-height: 250px !important;
}

.max-h-251 {
    max-height: 251px !important;
}

.max-h-252 {
    max-height: 252px !important;
}

.max-h-253 {
    max-height: 253px !important;
}

.max-h-254 {
    max-height: 254px !important;
}

.max-h-255 {
    max-height: 255px !important;
}

.max-h-256 {
    max-height: 256px !important;
}

.max-h-257 {
    max-height: 257px !important;
}

.max-h-258 {
    max-height: 258px !important;
}

.max-h-259 {
    max-height: 259px !important;
}

.max-h-260 {
    max-height: 260px !important;
}

.max-h-261 {
    max-height: 261px !important;
}

.max-h-262 {
    max-height: 262px !important;
}

.max-h-263 {
    max-height: 263px !important;
}

.max-h-264 {
    max-height: 264px !important;
}

.max-h-265 {
    max-height: 265px !important;
}

.max-h-266 {
    max-height: 266px !important;
}

.max-h-267 {
    max-height: 267px !important;
}

.max-h-268 {
    max-height: 268px !important;
}

.max-h-269 {
    max-height: 269px !important;
}

.max-h-270 {
    max-height: 270px !important;
}

.max-h-271 {
    max-height: 271px !important;
}

.max-h-272 {
    max-height: 272px !important;
}

.max-h-273 {
    max-height: 273px !important;
}

.max-h-274 {
    max-height: 274px !important;
}

.max-h-275 {
    max-height: 275px !important;
}

.max-h-276 {
    max-height: 276px !important;
}

.max-h-277 {
    max-height: 277px !important;
}

.max-h-278 {
    max-height: 278px !important;
}

.max-h-279 {
    max-height: 279px !important;
}

.max-h-280 {
    max-height: 280px !important;
}

.max-h-281 {
    max-height: 281px !important;
}

.max-h-282 {
    max-height: 282px !important;
}

.max-h-283 {
    max-height: 283px !important;
}

.max-h-284 {
    max-height: 284px !important;
}

.max-h-285 {
    max-height: 285px !important;
}

.max-h-286 {
    max-height: 286px !important;
}

.max-h-287 {
    max-height: 287px !important;
}

.max-h-288 {
    max-height: 288px !important;
}

.max-h-289 {
    max-height: 289px !important;
}

.max-h-290 {
    max-height: 290px !important;
}

.max-h-291 {
    max-height: 291px !important;
}

.max-h-292 {
    max-height: 292px !important;
}

.max-h-293 {
    max-height: 293px !important;
}

.max-h-294 {
    max-height: 294px !important;
}

.max-h-295 {
    max-height: 295px !important;
}

.max-h-296 {
    max-height: 296px !important;
}

.max-h-297 {
    max-height: 297px !important;
}

.max-h-298 {
    max-height: 298px !important;
}

.max-h-299 {
    max-height: 299px !important;
}

.max-h-300 {
    max-height: 300px !important;
}

.max-h-301 {
    max-height: 301px !important;
}

.max-h-302 {
    max-height: 302px !important;
}

.max-h-303 {
    max-height: 303px !important;
}

.max-h-304 {
    max-height: 304px !important;
}

.max-h-305 {
    max-height: 305px !important;
}

.max-h-306 {
    max-height: 306px !important;
}

.max-h-307 {
    max-height: 307px !important;
}

.max-h-308 {
    max-height: 308px !important;
}

.max-h-309 {
    max-height: 309px !important;
}

.max-h-310 {
    max-height: 310px !important;
}

.max-h-311 {
    max-height: 311px !important;
}

.max-h-312 {
    max-height: 312px !important;
}

.max-h-313 {
    max-height: 313px !important;
}

.max-h-314 {
    max-height: 314px !important;
}

.max-h-315 {
    max-height: 315px !important;
}

.max-h-316 {
    max-height: 316px !important;
}

.max-h-317 {
    max-height: 317px !important;
}

.max-h-318 {
    max-height: 318px !important;
}

.max-h-319 {
    max-height: 319px !important;
}

.max-h-320 {
    max-height: 320px !important;
}

.max-h-321 {
    max-height: 321px !important;
}

.max-h-322 {
    max-height: 322px !important;
}

.max-h-323 {
    max-height: 323px !important;
}

.max-h-324 {
    max-height: 324px !important;
}

.max-h-325 {
    max-height: 325px !important;
}

.max-h-326 {
    max-height: 326px !important;
}

.max-h-327 {
    max-height: 327px !important;
}

.max-h-328 {
    max-height: 328px !important;
}

.max-h-329 {
    max-height: 329px !important;
}

.max-h-330 {
    max-height: 330px !important;
}

.max-h-331 {
    max-height: 331px !important;
}

.max-h-332 {
    max-height: 332px !important;
}

.max-h-333 {
    max-height: 333px !important;
}

.max-h-334 {
    max-height: 334px !important;
}

.max-h-335 {
    max-height: 335px !important;
}

.max-h-336 {
    max-height: 336px !important;
}

.max-h-337 {
    max-height: 337px !important;
}

.max-h-338 {
    max-height: 338px !important;
}

.max-h-339 {
    max-height: 339px !important;
}

.max-h-340 {
    max-height: 340px !important;
}

.max-h-341 {
    max-height: 341px !important;
}

.max-h-342 {
    max-height: 342px !important;
}

.max-h-343 {
    max-height: 343px !important;
}

.max-h-344 {
    max-height: 344px !important;
}

.max-h-345 {
    max-height: 345px !important;
}

.max-h-346 {
    max-height: 346px !important;
}

.max-h-347 {
    max-height: 347px !important;
}

.max-h-348 {
    max-height: 348px !important;
}

.max-h-349 {
    max-height: 349px !important;
}

.max-h-350 {
    max-height: 350px !important;
}

.max-h-351 {
    max-height: 351px !important;
}

.max-h-352 {
    max-height: 352px !important;
}

.max-h-353 {
    max-height: 353px !important;
}

.max-h-354 {
    max-height: 354px !important;
}

.max-h-355 {
    max-height: 355px !important;
}

.max-h-356 {
    max-height: 356px !important;
}

.max-h-357 {
    max-height: 357px !important;
}

.max-h-358 {
    max-height: 358px !important;
}

.max-h-359 {
    max-height: 359px !important;
}

.max-h-360 {
    max-height: 360px !important;
}

.max-h-361 {
    max-height: 361px !important;
}

.max-h-362 {
    max-height: 362px !important;
}

.max-h-363 {
    max-height: 363px !important;
}

.max-h-364 {
    max-height: 364px !important;
}

.max-h-365 {
    max-height: 365px !important;
}

.max-h-366 {
    max-height: 366px !important;
}

.max-h-367 {
    max-height: 367px !important;
}

.max-h-368 {
    max-height: 368px !important;
}

.max-h-369 {
    max-height: 369px !important;
}

.max-h-370 {
    max-height: 370px !important;
}

.max-h-371 {
    max-height: 371px !important;
}

.max-h-372 {
    max-height: 372px !important;
}

.max-h-373 {
    max-height: 373px !important;
}

.max-h-374 {
    max-height: 374px !important;
}

.max-h-375 {
    max-height: 375px !important;
}

.max-h-376 {
    max-height: 376px !important;
}

.max-h-377 {
    max-height: 377px !important;
}

.max-h-378 {
    max-height: 378px !important;
}

.max-h-379 {
    max-height: 379px !important;
}

.max-h-380 {
    max-height: 380px !important;
}

.max-h-381 {
    max-height: 381px !important;
}

.max-h-382 {
    max-height: 382px !important;
}

.max-h-383 {
    max-height: 383px !important;
}

.max-h-384 {
    max-height: 384px !important;
}

.max-h-385 {
    max-height: 385px !important;
}

.max-h-386 {
    max-height: 386px !important;
}

.max-h-387 {
    max-height: 387px !important;
}

.max-h-388 {
    max-height: 388px !important;
}

.max-h-389 {
    max-height: 389px !important;
}

.max-h-390 {
    max-height: 390px !important;
}

.max-h-391 {
    max-height: 391px !important;
}

.max-h-392 {
    max-height: 392px !important;
}

.max-h-393 {
    max-height: 393px !important;
}

.max-h-394 {
    max-height: 394px !important;
}

.max-h-395 {
    max-height: 395px !important;
}

.max-h-396 {
    max-height: 396px !important;
}

.max-h-397 {
    max-height: 397px !important;
}

.max-h-398 {
    max-height: 398px !important;
}

.max-h-399 {
    max-height: 399px !important;
}

.max-h-400 {
    max-height: 400px !important;
}

.max-h-401 {
    max-height: 401px !important;
}

.max-h-402 {
    max-height: 402px !important;
}

.max-h-403 {
    max-height: 403px !important;
}

.max-h-404 {
    max-height: 404px !important;
}

.max-h-405 {
    max-height: 405px !important;
}

.max-h-406 {
    max-height: 406px !important;
}

.max-h-407 {
    max-height: 407px !important;
}

.max-h-408 {
    max-height: 408px !important;
}

.max-h-409 {
    max-height: 409px !important;
}

.max-h-410 {
    max-height: 410px !important;
}

.max-h-411 {
    max-height: 411px !important;
}

.max-h-412 {
    max-height: 412px !important;
}

.max-h-413 {
    max-height: 413px !important;
}

.max-h-414 {
    max-height: 414px !important;
}

.max-h-415 {
    max-height: 415px !important;
}

.max-h-416 {
    max-height: 416px !important;
}

.max-h-417 {
    max-height: 417px !important;
}

.max-h-418 {
    max-height: 418px !important;
}

.max-h-419 {
    max-height: 419px !important;
}

.max-h-420 {
    max-height: 420px !important;
}

.max-h-421 {
    max-height: 421px !important;
}

.max-h-422 {
    max-height: 422px !important;
}

.max-h-423 {
    max-height: 423px !important;
}

.max-h-424 {
    max-height: 424px !important;
}

.max-h-425 {
    max-height: 425px !important;
}

.max-h-426 {
    max-height: 426px !important;
}

.max-h-427 {
    max-height: 427px !important;
}

.max-h-428 {
    max-height: 428px !important;
}

.max-h-429 {
    max-height: 429px !important;
}

.max-h-430 {
    max-height: 430px !important;
}

.max-h-431 {
    max-height: 431px !important;
}

.max-h-432 {
    max-height: 432px !important;
}

.max-h-433 {
    max-height: 433px !important;
}

.max-h-434 {
    max-height: 434px !important;
}

.max-h-435 {
    max-height: 435px !important;
}

.max-h-436 {
    max-height: 436px !important;
}

.max-h-437 {
    max-height: 437px !important;
}

.max-h-438 {
    max-height: 438px !important;
}

.max-h-439 {
    max-height: 439px !important;
}

.max-h-440 {
    max-height: 440px !important;
}

.max-h-441 {
    max-height: 441px !important;
}

.max-h-442 {
    max-height: 442px !important;
}

.max-h-443 {
    max-height: 443px !important;
}

.max-h-444 {
    max-height: 444px !important;
}

.max-h-445 {
    max-height: 445px !important;
}

.max-h-446 {
    max-height: 446px !important;
}

.max-h-447 {
    max-height: 447px !important;
}

.max-h-448 {
    max-height: 448px !important;
}

.max-h-449 {
    max-height: 449px !important;
}

.max-h-450 {
    max-height: 450px !important;
}

.max-h-451 {
    max-height: 451px !important;
}

.max-h-452 {
    max-height: 452px !important;
}

.max-h-453 {
    max-height: 453px !important;
}

.max-h-454 {
    max-height: 454px !important;
}

.max-h-455 {
    max-height: 455px !important;
}

.max-h-456 {
    max-height: 456px !important;
}

.max-h-457 {
    max-height: 457px !important;
}

.max-h-458 {
    max-height: 458px !important;
}

.max-h-459 {
    max-height: 459px !important;
}

.max-h-460 {
    max-height: 460px !important;
}

.max-h-461 {
    max-height: 461px !important;
}

.max-h-462 {
    max-height: 462px !important;
}

.max-h-463 {
    max-height: 463px !important;
}

.max-h-464 {
    max-height: 464px !important;
}

.max-h-465 {
    max-height: 465px !important;
}

.max-h-466 {
    max-height: 466px !important;
}

.max-h-467 {
    max-height: 467px !important;
}

.max-h-468 {
    max-height: 468px !important;
}

.max-h-469 {
    max-height: 469px !important;
}

.max-h-470 {
    max-height: 470px !important;
}

.max-h-471 {
    max-height: 471px !important;
}

.max-h-472 {
    max-height: 472px !important;
}

.max-h-473 {
    max-height: 473px !important;
}

.max-h-474 {
    max-height: 474px !important;
}

.max-h-475 {
    max-height: 475px !important;
}

.max-h-476 {
    max-height: 476px !important;
}

.max-h-477 {
    max-height: 477px !important;
}

.max-h-478 {
    max-height: 478px !important;
}

.max-h-479 {
    max-height: 479px !important;
}

.max-h-480 {
    max-height: 480px !important;
}

.max-h-481 {
    max-height: 481px !important;
}

.max-h-482 {
    max-height: 482px !important;
}

.max-h-483 {
    max-height: 483px !important;
}

.max-h-484 {
    max-height: 484px !important;
}

.max-h-485 {
    max-height: 485px !important;
}

.max-h-486 {
    max-height: 486px !important;
}

.max-h-487 {
    max-height: 487px !important;
}

.max-h-488 {
    max-height: 488px !important;
}

.max-h-489 {
    max-height: 489px !important;
}

.max-h-490 {
    max-height: 490px !important;
}

.max-h-491 {
    max-height: 491px !important;
}

.max-h-492 {
    max-height: 492px !important;
}

.max-h-493 {
    max-height: 493px !important;
}

.max-h-494 {
    max-height: 494px !important;
}

.max-h-495 {
    max-height: 495px !important;
}

.max-h-496 {
    max-height: 496px !important;
}

.max-h-497 {
    max-height: 497px !important;
}

.max-h-498 {
    max-height: 498px !important;
}

.max-h-499 {
    max-height: 499px !important;
}

.max-h-500 {
    max-height: 500px !important;
}

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

.top-1 {
    top: 1px !important;
}

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

.top-3 {
    top: 3px !important;
}

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

.top-5 {
    top: 5px !important;
}

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

.top-7 {
    top: 7px !important;
}

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

.top-9 {
    top: 9px !important;
}

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

.top-11 {
    top: 11px !important;
}

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

.top-13 {
    top: 13px !important;
}

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

.top-15 {
    top: 15px !important;
}

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

.top-17 {
    top: 17px !important;
}

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

.top-19 {
    top: 19px !important;
}

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

.top-21 {
    top: 21px !important;
}

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

.top-23 {
    top: 23px !important;
}

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

.top-25 {
    top: 25px !important;
}

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

.top-27 {
    top: 27px !important;
}

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

.top-29 {
    top: 29px !important;
}

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

/*-- Gap --*/
.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;
}

.gap-26 {
    grid-gap: 26px !important;
}

.gap-27 {
    grid-gap: 27px !important;
}

.gap-28 {
    grid-gap: 28px !important;
}

.gap-29 {
    grid-gap: 29px !important;
}

.gap-30 {
    grid-gap: 30px !important;
}

/*-- padding PX padding-left & padding-right --*/
.px-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.px-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-9 {
    padding-left: 9px;
    padding-right: 9px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-11 {
    padding-left: 11px;
    padding-right: 11px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-13 {
    padding-left: 13px;
    padding-right: 13px;
}

.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-17 {
    padding-left: 17px;
    padding-right: 17px;
}

.px-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.px-19 {
    padding-left: 19px;
    padding-right: 19px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-21 {
    padding-left: 21px;
    padding-right: 21px;
}

.px-22 {
    padding-left: 22px;
    padding-right: 22px;
}

.px-23 {
    padding-left: 23px;
    padding-right: 23px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-26 {
    padding-left: 26px;
    padding-right: 26px;
}

.px-27 {
    padding-left: 27px;
    padding-right: 27px;
}

.px-28 {
    padding-left: 28px;
    padding-right: 28px;
}

.px-29 {
    padding-left: 29px;
    padding-right: 29px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-31 {
    padding-left: 31px;
    padding-right: 31px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.px-33 {
    padding-left: 33px;
    padding-right: 33px;
}

.px-34 {
    padding-left: 34px;
    padding-right: 34px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-36 {
    padding-left: 36px;
    padding-right: 36px;
}

.px-37 {
    padding-left: 37px;
    padding-right: 37px;
}

.px-38 {
    padding-left: 38px;
    padding-right: 38px;
}

.px-39 {
    padding-left: 39px;
    padding-right: 39px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-41 {
    padding-left: 41px;
    padding-right: 41px;
}

.px-42 {
    padding-left: 42px;
    padding-right: 42px;
}

.px-43 {
    padding-left: 43px;
    padding-right: 43px;
}

.px-44 {
    padding-left: 44px;
    padding-right: 44px;
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px-46 {
    padding-left: 46px;
    padding-right: 46px;
}

.px-47 {
    padding-left: 47px;
    padding-right: 47px;
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px;
}

.px-49 {
    padding-left: 49px;
    padding-right: 49px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-51 {
    padding-left: 51px;
    padding-right: 51px;
}

.px-52 {
    padding-left: 52px;
    padding-right: 52px;
}

.px-53 {
    padding-left: 53px;
    padding-right: 53px;
}

.px-54 {
    padding-left: 54px;
    padding-right: 54px;
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px-56 {
    padding-left: 56px;
    padding-right: 56px;
}

.px-57 {
    padding-left: 57px;
    padding-right: 57px;
}

.px-58 {
    padding-left: 58px;
    padding-right: 58px;
}

.px-59 {
    padding-left: 59px;
    padding-right: 59px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-61 {
    padding-left: 61px;
    padding-right: 61px;
}

.px-62 {
    padding-left: 62px;
    padding-right: 62px;
}

.px-63 {
    padding-left: 63px;
    padding-right: 63px;
}

.px-64 {
    padding-left: 64px;
    padding-right: 64px;
}

.px-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.px-66 {
    padding-left: 66px;
    padding-right: 66px;
}

.px-67 {
    padding-left: 67px;
    padding-right: 67px;
}

.px-68 {
    padding-left: 68px;
    padding-right: 68px;
}

.px-69 {
    padding-left: 69px;
    padding-right: 69px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px-71 {
    padding-left: 71px;
    padding-right: 71px;
}

.px-72 {
    padding-left: 72px;
    padding-right: 72px;
}

.px-73 {
    padding-left: 73px;
    padding-right: 73px;
}

.px-74 {
    padding-left: 74px;
    padding-right: 74px;
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.px-76 {
    padding-left: 76px;
    padding-right: 76px;
}

.px-77 {
    padding-left: 77px;
    padding-right: 77px;
}

.px-78 {
    padding-left: 78px;
    padding-right: 78px;
}

.px-79 {
    padding-left: 79px;
    padding-right: 79px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-81 {
    padding-left: 81px;
    padding-right: 81px;
}

.px-82 {
    padding-left: 82px;
    padding-right: 82px;
}

.px-83 {
    padding-left: 83px;
    padding-right: 83px;
}

.px-84 {
    padding-left: 84px;
    padding-right: 84px;
}

.px-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.px-86 {
    padding-left: 86px;
    padding-right: 86px;
}

.px-87 {
    padding-left: 87px;
    padding-right: 87px;
}

.px-88 {
    padding-left: 88px;
    padding-right: 88px;
}

.px-89 {
    padding-left: 89px;
    padding-right: 89px;
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.px-91 {
    padding-left: 91px;
    padding-right: 91px;
}

.px-92 {
    padding-left: 92px;
    padding-right: 92px;
}

.px-93 {
    padding-left: 93px;
    padding-right: 93px;
}

.px-94 {
    padding-left: 94px;
    padding-right: 94px;
}

.px-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.px-96 {
    padding-left: 96px;
    padding-right: 96px;
}

.px-97 {
    padding-left: 97px;
    padding-right: 97px;
}

.px-98 {
    padding-left: 98px;
    padding-right: 98px;
}

.px-99 {
    padding-left: 99px;
    padding-right: 99px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

/*-- padding PX padding-left & padding-right --*/
.max-height-6 {
    max-height: 6px;
}

.max-height-7 {
    max-height: 7px;
}

.max-height-8 {
    max-height: 8px;
}

.max-height-9 {
    max-height: 9px;
}

.max-height-10 {
    max-height: 10px;
}

.max-height-11 {
    max-height: 11px;
}

.max-height-12 {
    max-height: 12px;
}

.max-height-13 {
    max-height: 13px;
}

.max-height-14 {
    max-height: 14px;
}

.max-height-15 {
    max-height: 15px;
}

.max-height-16 {
    max-height: 16px;
}

.max-height-17 {
    max-height: 17px;
}

.max-height-18 {
    max-height: 18px;
}

.max-height-19 {
    max-height: 19px;
}

.max-height-20 {
    max-height: 20px;
}

.max-height-21 {
    max-height: 21px;
}

.max-height-22 {
    max-height: 22px;
}

.max-height-23 {
    max-height: 23px;
}

.max-height-24 {
    max-height: 24px;
}

.max-height-25 {
    max-height: 25px;
}

.max-height-26 {
    max-height: 26px;
}

.max-height-27 {
    max-height: 27px;
}

.max-height-28 {
    max-height: 28px;
}

.max-height-29 {
    max-height: 29px;
}

.max-height-30 {
    max-height: 30px;
}

.max-height-31 {
    max-height: 31px;
}

.max-height-32 {
    max-height: 32px;
}

.max-height-33 {
    max-height: 33px;
}

.max-height-34 {
    max-height: 34px;
}

.max-height-35 {
    max-height: 35px;
}

.max-height-36 {
    max-height: 36px;
}

.max-height-37 {
    max-height: 37px;
}

.max-height-38 {
    max-height: 38px;
}

.max-height-39 {
    max-height: 39px;
}

.max-height-40 {
    max-height: 40px;
}

.max-height-41 {
    max-height: 41px;
}

.max-height-42 {
    max-height: 42px;
}

.max-height-43 {
    max-height: 43px;
}

.max-height-44 {
    max-height: 44px;
}

.max-height-45 {
    max-height: 45px;
}

.max-height-46 {
    max-height: 46px;
}

.max-height-47 {
    max-height: 47px;
}

.max-height-48 {
    max-height: 48px;
}

.max-height-49 {
    max-height: 49px;
}

.max-height-50 {
    max-height: 50px;
}

.max-height-51 {
    max-height: 51px;
}

.max-height-52 {
    max-height: 52px;
}

.max-height-53 {
    max-height: 53px;
}

.max-height-54 {
    max-height: 54px;
}

.max-height-55 {
    max-height: 55px;
}

.max-height-56 {
    max-height: 56px;
}

.max-height-57 {
    max-height: 57px;
}

.max-height-58 {
    max-height: 58px;
}

.max-height-59 {
    max-height: 59px;
}

.max-height-60 {
    max-height: 60px;
}

.max-height-61 {
    max-height: 61px;
}

.max-height-62 {
    max-height: 62px;
}

.max-height-63 {
    max-height: 63px;
}

.max-height-64 {
    max-height: 64px;
}

.max-height-65 {
    max-height: 65px;
}

.max-height-66 {
    max-height: 66px;
}

.max-height-67 {
    max-height: 67px;
}

.max-height-68 {
    max-height: 68px;
}

.max-height-69 {
    max-height: 69px;
}

.max-height-70 {
    max-height: 70px;
}

.max-height-71 {
    max-height: 71px;
}

.max-height-72 {
    max-height: 72px;
}

.max-height-73 {
    max-height: 73px;
}

.max-height-74 {
    max-height: 74px;
}

.max-height-75 {
    max-height: 75px;
}

.max-height-76 {
    max-height: 76px;
}

.max-height-77 {
    max-height: 77px;
}

.max-height-78 {
    max-height: 78px;
}

.max-height-79 {
    max-height: 79px;
}

.max-height-80 {
    max-height: 80px;
}

.max-height-81 {
    max-height: 81px;
}

.max-height-82 {
    max-height: 82px;
}

.max-height-83 {
    max-height: 83px;
}

.max-height-84 {
    max-height: 84px;
}

.max-height-85 {
    max-height: 85px;
}

.max-height-86 {
    max-height: 86px;
}

.max-height-87 {
    max-height: 87px;
}

.max-height-88 {
    max-height: 88px;
}

.max-height-89 {
    max-height: 89px;
}

.max-height-90 {
    max-height: 90px;
}

.max-height-91 {
    max-height: 91px;
}

.max-height-92 {
    max-height: 92px;
}

.max-height-93 {
    max-height: 93px;
}

.max-height-94 {
    max-height: 94px;
}

.max-height-95 {
    max-height: 95px;
}

.max-height-96 {
    max-height: 96px;
}

.max-height-97 {
    max-height: 97px;
}

.max-height-98 {
    max-height: 98px;
}

.max-height-99 {
    max-height: 99px;
}

.max-height-100 {
    max-height: 100px;
}

.max-height-101 {
    max-height: 101px;
}

.max-height-102 {
    max-height: 102px;
}

.max-height-103 {
    max-height: 103px;
}

.max-height-104 {
    max-height: 104px;
}

.max-height-105 {
    max-height: 105px;
}

.max-height-106 {
    max-height: 106px;
}

.max-height-107 {
    max-height: 107px;
}

.max-height-108 {
    max-height: 108px;
}

.max-height-109 {
    max-height: 109px;
}

.max-height-110 {
    max-height: 110px;
}

.max-height-111 {
    max-height: 111px;
}

.max-height-112 {
    max-height: 112px;
}

.max-height-113 {
    max-height: 113px;
}

.max-height-114 {
    max-height: 114px;
}

.max-height-115 {
    max-height: 115px;
}

.max-height-116 {
    max-height: 116px;
}

.max-height-117 {
    max-height: 117px;
}

.max-height-118 {
    max-height: 118px;
}

.max-height-119 {
    max-height: 119px;
}

.max-height-120 {
    max-height: 120px;
}

.max-height-121 {
    max-height: 121px;
}

.max-height-122 {
    max-height: 122px;
}

.max-height-123 {
    max-height: 123px;
}

.max-height-124 {
    max-height: 124px;
}

.max-height-125 {
    max-height: 125px;
}

.max-height-126 {
    max-height: 126px;
}

.max-height-127 {
    max-height: 127px;
}

.max-height-128 {
    max-height: 128px;
}

.max-height-129 {
    max-height: 129px;
}

.max-height-130 {
    max-height: 130px;
}

.max-height-131 {
    max-height: 131px;
}

.max-height-132 {
    max-height: 132px;
}

.max-height-133 {
    max-height: 133px;
}

.max-height-134 {
    max-height: 134px;
}

.max-height-135 {
    max-height: 135px;
}

.max-height-136 {
    max-height: 136px;
}

.max-height-137 {
    max-height: 137px;
}

.max-height-138 {
    max-height: 138px;
}

.max-height-139 {
    max-height: 139px;
}

.max-height-140 {
    max-height: 140px;
}

.max-height-141 {
    max-height: 141px;
}

.max-height-142 {
    max-height: 142px;
}

.max-height-143 {
    max-height: 143px;
}

.max-height-144 {
    max-height: 144px;
}

.max-height-145 {
    max-height: 145px;
}

.max-height-146 {
    max-height: 146px;
}

.max-height-147 {
    max-height: 147px;
}

.max-height-148 {
    max-height: 148px;
}

.max-height-149 {
    max-height: 149px;
}

.max-height-150 {
    max-height: 150px;
}

.max-height-151 {
    max-height: 151px;
}

.max-height-152 {
    max-height: 152px;
}

.max-height-153 {
    max-height: 153px;
}

.max-height-154 {
    max-height: 154px;
}

.max-height-155 {
    max-height: 155px;
}

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

.max-height-157 {
    max-height: 157px;
}

.max-height-158 {
    max-height: 158px;
}

.max-height-159 {
    max-height: 159px;
}

.max-height-160 {
    max-height: 160px;
}

.max-height-161 {
    max-height: 161px;
}

.max-height-162 {
    max-height: 162px;
}

.max-height-163 {
    max-height: 163px;
}

.max-height-164 {
    max-height: 164px;
}

.max-height-165 {
    max-height: 165px;
}

.max-height-166 {
    max-height: 166px;
}

.max-height-167 {
    max-height: 167px;
}

.max-height-168 {
    max-height: 168px;
}

.max-height-169 {
    max-height: 169px;
}

.max-height-170 {
    max-height: 170px;
}

.max-height-171 {
    max-height: 171px;
}

.max-height-172 {
    max-height: 172px;
}

.max-height-173 {
    max-height: 173px;
}

.max-height-174 {
    max-height: 174px;
}

.max-height-175 {
    max-height: 175px;
}

.max-height-176 {
    max-height: 176px;
}

.max-height-177 {
    max-height: 177px;
}

.max-height-178 {
    max-height: 178px;
}

.max-height-179 {
    max-height: 179px;
}

.max-height-180 {
    max-height: 180px;
}

.max-height-181 {
    max-height: 181px;
}

.max-height-182 {
    max-height: 182px;
}

.max-height-183 {
    max-height: 183px;
}

.max-height-184 {
    max-height: 184px;
}

.max-height-185 {
    max-height: 185px;
}

.max-height-186 {
    max-height: 186px;
}

.max-height-187 {
    max-height: 187px;
}

.max-height-188 {
    max-height: 188px;
}

.max-height-189 {
    max-height: 189px;
}

.max-height-190 {
    max-height: 190px;
}

.max-height-191 {
    max-height: 191px;
}

.max-height-192 {
    max-height: 192px;
}

.max-height-193 {
    max-height: 193px;
}

.max-height-194 {
    max-height: 194px;
}

.max-height-195 {
    max-height: 195px;
}

.max-height-196 {
    max-height: 196px;
}

.max-height-197 {
    max-height: 197px;
}

.max-height-198 {
    max-height: 198px;
}

.max-height-199 {
    max-height: 199px;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-201 {
    max-height: 201px;
}

.max-height-202 {
    max-height: 202px;
}

.max-height-203 {
    max-height: 203px;
}

.max-height-204 {
    max-height: 204px;
}

.max-height-205 {
    max-height: 205px;
}

.max-height-206 {
    max-height: 206px;
}

.max-height-207 {
    max-height: 207px;
}

.max-height-208 {
    max-height: 208px;
}

.max-height-209 {
    max-height: 209px;
}

.max-height-210 {
    max-height: 210px;
}

.max-height-211 {
    max-height: 211px;
}

.max-height-212 {
    max-height: 212px;
}

.max-height-213 {
    max-height: 213px;
}

.max-height-214 {
    max-height: 214px;
}

.max-height-215 {
    max-height: 215px;
}

.max-height-216 {
    max-height: 216px;
}

.max-height-217 {
    max-height: 217px;
}

.max-height-218 {
    max-height: 218px;
}

.max-height-219 {
    max-height: 219px;
}

.max-height-220 {
    max-height: 220px;
}

.max-height-221 {
    max-height: 221px;
}

.max-height-222 {
    max-height: 222px;
}

.max-height-223 {
    max-height: 223px;
}

.max-height-224 {
    max-height: 224px;
}

.max-height-225 {
    max-height: 225px;
}

.max-height-226 {
    max-height: 226px;
}

.max-height-227 {
    max-height: 227px;
}

.max-height-228 {
    max-height: 228px;
}

.max-height-229 {
    max-height: 229px;
}

.max-height-230 {
    max-height: 230px;
}

.max-height-231 {
    max-height: 231px;
}

.max-height-232 {
    max-height: 232px;
}

.max-height-233 {
    max-height: 233px;
}

.max-height-234 {
    max-height: 234px;
}

.max-height-235 {
    max-height: 235px;
}

.max-height-236 {
    max-height: 236px;
}

.max-height-237 {
    max-height: 237px;
}

.max-height-238 {
    max-height: 238px;
}

.max-height-239 {
    max-height: 239px;
}

.max-height-240 {
    max-height: 240px;
}

.max-height-241 {
    max-height: 241px;
}

.max-height-242 {
    max-height: 242px;
}

.max-height-243 {
    max-height: 243px;
}

.max-height-244 {
    max-height: 244px;
}

.max-height-245 {
    max-height: 245px;
}

.max-height-246 {
    max-height: 246px;
}

.max-height-247 {
    max-height: 247px;
}

.max-height-248 {
    max-height: 248px;
}

.max-height-249 {
    max-height: 249px;
}

.max-height-250 {
    max-height: 250px;
}

.max-height-251 {
    max-height: 251px;
}

.max-height-252 {
    max-height: 252px;
}

.max-height-253 {
    max-height: 253px;
}

.max-height-254 {
    max-height: 254px;
}

.max-height-255 {
    max-height: 255px;
}

.max-height-256 {
    max-height: 256px;
}

.max-height-257 {
    max-height: 257px;
}

.max-height-258 {
    max-height: 258px;
}

.max-height-259 {
    max-height: 259px;
}

.max-height-260 {
    max-height: 260px;
}

.max-height-261 {
    max-height: 261px;
}

.max-height-262 {
    max-height: 262px;
}

.max-height-263 {
    max-height: 263px;
}

.max-height-264 {
    max-height: 264px;
}

.max-height-265 {
    max-height: 265px;
}

.max-height-266 {
    max-height: 266px;
}

.max-height-267 {
    max-height: 267px;
}

.max-height-268 {
    max-height: 268px;
}

.max-height-269 {
    max-height: 269px;
}

.max-height-270 {
    max-height: 270px;
}

.max-height-271 {
    max-height: 271px;
}

.max-height-272 {
    max-height: 272px;
}

.max-height-273 {
    max-height: 273px;
}

.max-height-274 {
    max-height: 274px;
}

.max-height-275 {
    max-height: 275px;
}

.max-height-276 {
    max-height: 276px;
}

.max-height-277 {
    max-height: 277px;
}

.max-height-278 {
    max-height: 278px;
}

.max-height-279 {
    max-height: 279px;
}

.max-height-280 {
    max-height: 280px;
}

.max-height-281 {
    max-height: 281px;
}

.max-height-282 {
    max-height: 282px;
}

.max-height-283 {
    max-height: 283px;
}

.max-height-284 {
    max-height: 284px;
}

.max-height-285 {
    max-height: 285px;
}

.max-height-286 {
    max-height: 286px;
}

.max-height-287 {
    max-height: 287px;
}

.max-height-288 {
    max-height: 288px;
}

.max-height-289 {
    max-height: 289px;
}

.max-height-290 {
    max-height: 290px;
}

.max-height-291 {
    max-height: 291px;
}

.max-height-292 {
    max-height: 292px;
}

.max-height-293 {
    max-height: 293px;
}

.max-height-294 {
    max-height: 294px;
}

.max-height-295 {
    max-height: 295px;
}

.max-height-296 {
    max-height: 296px;
}

.max-height-297 {
    max-height: 297px;
}

.max-height-298 {
    max-height: 298px;
}

.max-height-299 {
    max-height: 299px;
}

.max-height-300 {
    max-height: 300px;
}

.max-height-301 {
    max-height: 301px;
}

.max-height-302 {
    max-height: 302px;
}

.max-height-303 {
    max-height: 303px;
}

.max-height-304 {
    max-height: 304px;
}

.max-height-305 {
    max-height: 305px;
}

.max-height-306 {
    max-height: 306px;
}

.max-height-307 {
    max-height: 307px;
}

.max-height-308 {
    max-height: 308px;
}

.max-height-309 {
    max-height: 309px;
}

.max-height-310 {
    max-height: 310px;
}

.max-height-311 {
    max-height: 311px;
}

.max-height-312 {
    max-height: 312px;
}

.max-height-313 {
    max-height: 313px;
}

.max-height-314 {
    max-height: 314px;
}

.max-height-315 {
    max-height: 315px;
}

.max-height-316 {
    max-height: 316px;
}

.max-height-317 {
    max-height: 317px;
}

.max-height-318 {
    max-height: 318px;
}

.max-height-319 {
    max-height: 319px;
}

.max-height-320 {
    max-height: 320px;
}

.max-height-321 {
    max-height: 321px;
}

.max-height-322 {
    max-height: 322px;
}

.max-height-323 {
    max-height: 323px;
}

.max-height-324 {
    max-height: 324px;
}

.max-height-325 {
    max-height: 325px;
}

.max-height-326 {
    max-height: 326px;
}

.max-height-327 {
    max-height: 327px;
}

.max-height-328 {
    max-height: 328px;
}

.max-height-329 {
    max-height: 329px;
}

.max-height-330 {
    max-height: 330px;
}

.max-height-331 {
    max-height: 331px;
}

.max-height-332 {
    max-height: 332px;
}

.max-height-333 {
    max-height: 333px;
}

.max-height-334 {
    max-height: 334px;
}

.max-height-335 {
    max-height: 335px;
}

.max-height-336 {
    max-height: 336px;
}

.max-height-337 {
    max-height: 337px;
}

.max-height-338 {
    max-height: 338px;
}

.max-height-339 {
    max-height: 339px;
}

.max-height-340 {
    max-height: 340px;
}

.max-height-341 {
    max-height: 341px;
}

.max-height-342 {
    max-height: 342px;
}

.max-height-343 {
    max-height: 343px;
}

.max-height-344 {
    max-height: 344px;
}

.max-height-345 {
    max-height: 345px;
}

.max-height-346 {
    max-height: 346px;
}

.max-height-347 {
    max-height: 347px;
}

.max-height-348 {
    max-height: 348px;
}

.max-height-349 {
    max-height: 349px;
}

.max-height-350 {
    max-height: 350px;
}

.max-height-351 {
    max-height: 351px;
}

.max-height-352 {
    max-height: 352px;
}

.max-height-353 {
    max-height: 353px;
}

.max-height-354 {
    max-height: 354px;
}

.max-height-355 {
    max-height: 355px;
}

.max-height-356 {
    max-height: 356px;
}

.max-height-357 {
    max-height: 357px;
}

.max-height-358 {
    max-height: 358px;
}

.max-height-359 {
    max-height: 359px;
}

.max-height-360 {
    max-height: 360px;
}

.max-height-361 {
    max-height: 361px;
}

.max-height-362 {
    max-height: 362px;
}

.max-height-363 {
    max-height: 363px;
}

.max-height-364 {
    max-height: 364px;
}

.max-height-365 {
    max-height: 365px;
}

.max-height-366 {
    max-height: 366px;
}

.max-height-367 {
    max-height: 367px;
}

.max-height-368 {
    max-height: 368px;
}

.max-height-369 {
    max-height: 369px;
}

.max-height-370 {
    max-height: 370px;
}

.max-height-371 {
    max-height: 371px;
}

.max-height-372 {
    max-height: 372px;
}

.max-height-373 {
    max-height: 373px;
}

.max-height-374 {
    max-height: 374px;
}

.max-height-375 {
    max-height: 375px;
}

.max-height-376 {
    max-height: 376px;
}

.max-height-377 {
    max-height: 377px;
}

.max-height-378 {
    max-height: 378px;
}

.max-height-379 {
    max-height: 379px;
}

.max-height-380 {
    max-height: 380px;
}

.max-height-381 {
    max-height: 381px;
}

.max-height-382 {
    max-height: 382px;
}

.max-height-383 {
    max-height: 383px;
}

.max-height-384 {
    max-height: 384px;
}

.max-height-385 {
    max-height: 385px;
}

.max-height-386 {
    max-height: 386px;
}

.max-height-387 {
    max-height: 387px;
}

.max-height-388 {
    max-height: 388px;
}

.max-height-389 {
    max-height: 389px;
}

.max-height-390 {
    max-height: 390px;
}

.max-height-391 {
    max-height: 391px;
}

.max-height-392 {
    max-height: 392px;
}

.max-height-393 {
    max-height: 393px;
}

.max-height-394 {
    max-height: 394px;
}

.max-height-395 {
    max-height: 395px;
}

.max-height-396 {
    max-height: 396px;
}

.max-height-397 {
    max-height: 397px;
}

.max-height-398 {
    max-height: 398px;
}

.max-height-399 {
    max-height: 399px;
}

.max-height-400 {
    max-height: 400px;
}

.max-height-401 {
    max-height: 401px;
}

.max-height-402 {
    max-height: 402px;
}

.max-height-403 {
    max-height: 403px;
}

.max-height-404 {
    max-height: 404px;
}

.max-height-405 {
    max-height: 405px;
}

.max-height-406 {
    max-height: 406px;
}

.max-height-407 {
    max-height: 407px;
}

.max-height-408 {
    max-height: 408px;
}

.max-height-409 {
    max-height: 409px;
}

.max-height-410 {
    max-height: 410px;
}

.max-height-411 {
    max-height: 411px;
}

.max-height-412 {
    max-height: 412px;
}

.max-height-413 {
    max-height: 413px;
}

.max-height-414 {
    max-height: 414px;
}

.max-height-415 {
    max-height: 415px;
}

.max-height-416 {
    max-height: 416px;
}

.max-height-417 {
    max-height: 417px;
}

.max-height-418 {
    max-height: 418px;
}

.max-height-419 {
    max-height: 419px;
}

.max-height-420 {
    max-height: 420px;
}

.max-height-421 {
    max-height: 421px;
}

.max-height-422 {
    max-height: 422px;
}

.max-height-423 {
    max-height: 423px;
}

.max-height-424 {
    max-height: 424px;
}

.max-height-425 {
    max-height: 425px;
}

.max-height-426 {
    max-height: 426px;
}

.max-height-427 {
    max-height: 427px;
}

.max-height-428 {
    max-height: 428px;
}

.max-height-429 {
    max-height: 429px;
}

.max-height-430 {
    max-height: 430px;
}

.max-height-431 {
    max-height: 431px;
}

.max-height-432 {
    max-height: 432px;
}

.max-height-433 {
    max-height: 433px;
}

.max-height-434 {
    max-height: 434px;
}

.max-height-435 {
    max-height: 435px;
}

.max-height-436 {
    max-height: 436px;
}

.max-height-437 {
    max-height: 437px;
}

.max-height-438 {
    max-height: 438px;
}

.max-height-439 {
    max-height: 439px;
}

.max-height-440 {
    max-height: 440px;
}

.max-height-441 {
    max-height: 441px;
}

.max-height-442 {
    max-height: 442px;
}

.max-height-443 {
    max-height: 443px;
}

.max-height-444 {
    max-height: 444px;
}

.max-height-445 {
    max-height: 445px;
}

.max-height-446 {
    max-height: 446px;
}

.max-height-447 {
    max-height: 447px;
}

.max-height-448 {
    max-height: 448px;
}

.max-height-449 {
    max-height: 449px;
}

.max-height-450 {
    max-height: 450px;
}

.max-height-451 {
    max-height: 451px;
}

.max-height-452 {
    max-height: 452px;
}

.max-height-453 {
    max-height: 453px;
}

.max-height-454 {
    max-height: 454px;
}

.max-height-455 {
    max-height: 455px;
}

.max-height-456 {
    max-height: 456px;
}

.max-height-457 {
    max-height: 457px;
}

.max-height-458 {
    max-height: 458px;
}

.max-height-459 {
    max-height: 459px;
}

.max-height-460 {
    max-height: 460px;
}

.max-height-461 {
    max-height: 461px;
}

.max-height-462 {
    max-height: 462px;
}

.max-height-463 {
    max-height: 463px;
}

.max-height-464 {
    max-height: 464px;
}

.max-height-465 {
    max-height: 465px;
}

.max-height-466 {
    max-height: 466px;
}

.max-height-467 {
    max-height: 467px;
}

.max-height-468 {
    max-height: 468px;
}

.max-height-469 {
    max-height: 469px;
}

.max-height-470 {
    max-height: 470px;
}

.max-height-471 {
    max-height: 471px;
}

.max-height-472 {
    max-height: 472px;
}

.max-height-473 {
    max-height: 473px;
}

.max-height-474 {
    max-height: 474px;
}

.max-height-475 {
    max-height: 475px;
}

.max-height-476 {
    max-height: 476px;
}

.max-height-477 {
    max-height: 477px;
}

.max-height-478 {
    max-height: 478px;
}

.max-height-479 {
    max-height: 479px;
}

.max-height-480 {
    max-height: 480px;
}

.max-height-481 {
    max-height: 481px;
}

.max-height-482 {
    max-height: 482px;
}

.max-height-483 {
    max-height: 483px;
}

.max-height-484 {
    max-height: 484px;
}

.max-height-485 {
    max-height: 485px;
}

.max-height-486 {
    max-height: 486px;
}

.max-height-487 {
    max-height: 487px;
}

.max-height-488 {
    max-height: 488px;
}

.max-height-489 {
    max-height: 489px;
}

.max-height-490 {
    max-height: 490px;
}

.max-height-491 {
    max-height: 491px;
}

.max-height-492 {
    max-height: 492px;
}

.max-height-493 {
    max-height: 493px;
}

.max-height-494 {
    max-height: 494px;
}

.max-height-495 {
    max-height: 495px;
}

.max-height-496 {
    max-height: 496px;
}

.max-height-497 {
    max-height: 497px;
}

.max-height-498 {
    max-height: 498px;
}

.max-height-499 {
    max-height: 499px;
}

.max-height-500 {
    max-height: 500px;
}

.max-height-501 {
    max-height: 501px;
}

.max-height-502 {
    max-height: 502px;
}

.max-height-503 {
    max-height: 503px;
}

.max-height-504 {
    max-height: 504px;
}

.max-height-505 {
    max-height: 505px;
}

.max-height-506 {
    max-height: 506px;
}

.max-height-507 {
    max-height: 507px;
}

.max-height-508 {
    max-height: 508px;
}

.max-height-509 {
    max-height: 509px;
}

.max-height-510 {
    max-height: 510px;
}

.max-height-511 {
    max-height: 511px;
}

.max-height-512 {
    max-height: 512px;
}

.max-height-513 {
    max-height: 513px;
}

.max-height-514 {
    max-height: 514px;
}

.max-height-515 {
    max-height: 515px;
}

.max-height-516 {
    max-height: 516px;
}

.max-height-517 {
    max-height: 517px;
}

.max-height-518 {
    max-height: 518px;
}

.max-height-519 {
    max-height: 519px;
}

.max-height-520 {
    max-height: 520px;
}

.max-height-521 {
    max-height: 521px;
}

.max-height-522 {
    max-height: 522px;
}

.max-height-523 {
    max-height: 523px;
}

.max-height-524 {
    max-height: 524px;
}

.max-height-525 {
    max-height: 525px;
}

.max-height-526 {
    max-height: 526px;
}

.max-height-527 {
    max-height: 527px;
}

.max-height-528 {
    max-height: 528px;
}

.max-height-529 {
    max-height: 529px;
}

.max-height-530 {
    max-height: 530px;
}

.max-height-531 {
    max-height: 531px;
}

.max-height-532 {
    max-height: 532px;
}

.max-height-533 {
    max-height: 533px;
}

.max-height-534 {
    max-height: 534px;
}

.max-height-535 {
    max-height: 535px;
}

.max-height-536 {
    max-height: 536px;
}

.max-height-537 {
    max-height: 537px;
}

.max-height-538 {
    max-height: 538px;
}

.max-height-539 {
    max-height: 539px;
}

.max-height-540 {
    max-height: 540px;
}

.max-height-541 {
    max-height: 541px;
}

.max-height-542 {
    max-height: 542px;
}

.max-height-543 {
    max-height: 543px;
}

.max-height-544 {
    max-height: 544px;
}

.max-height-545 {
    max-height: 545px;
}

.max-height-546 {
    max-height: 546px;
}

.max-height-547 {
    max-height: 547px;
}

.max-height-548 {
    max-height: 548px;
}

.max-height-549 {
    max-height: 549px;
}

.max-height-550 {
    max-height: 550px;
}

.max-height-551 {
    max-height: 551px;
}

.max-height-552 {
    max-height: 552px;
}

.max-height-553 {
    max-height: 553px;
}

.max-height-554 {
    max-height: 554px;
}

.max-height-555 {
    max-height: 555px;
}

.max-height-556 {
    max-height: 556px;
}

.max-height-557 {
    max-height: 557px;
}

.max-height-558 {
    max-height: 558px;
}

.max-height-559 {
    max-height: 559px;
}

.max-height-560 {
    max-height: 560px;
}

.max-height-561 {
    max-height: 561px;
}

.max-height-562 {
    max-height: 562px;
}

.max-height-563 {
    max-height: 563px;
}

.max-height-564 {
    max-height: 564px;
}

.max-height-565 {
    max-height: 565px;
}

.max-height-566 {
    max-height: 566px;
}

.max-height-567 {
    max-height: 567px;
}

.max-height-568 {
    max-height: 568px;
}

.max-height-569 {
    max-height: 569px;
}

.max-height-570 {
    max-height: 570px;
}

.max-height-571 {
    max-height: 571px;
}

.max-height-572 {
    max-height: 572px;
}

.max-height-573 {
    max-height: 573px;
}

.max-height-574 {
    max-height: 574px;
}

.max-height-575 {
    max-height: 575px;
}

.max-height-576 {
    max-height: 576px;
}

.max-height-577 {
    max-height: 577px;
}

.max-height-578 {
    max-height: 578px;
}

.max-height-579 {
    max-height: 579px;
}

.max-height-580 {
    max-height: 580px;
}

.max-height-581 {
    max-height: 581px;
}

.max-height-582 {
    max-height: 582px;
}

.max-height-583 {
    max-height: 583px;
}

.max-height-584 {
    max-height: 584px;
}

.max-height-585 {
    max-height: 585px;
}

.max-height-586 {
    max-height: 586px;
}

.max-height-587 {
    max-height: 587px;
}

.max-height-588 {
    max-height: 588px;
}

.max-height-589 {
    max-height: 589px;
}

.max-height-590 {
    max-height: 590px;
}

.max-height-591 {
    max-height: 591px;
}

.max-height-592 {
    max-height: 592px;
}

.max-height-593 {
    max-height: 593px;
}

.max-height-594 {
    max-height: 594px;
}

.max-height-595 {
    max-height: 595px;
}

.max-height-596 {
    max-height: 596px;
}

.max-height-597 {
    max-height: 597px;
}

.max-height-598 {
    max-height: 598px;
}

.max-height-599 {
    max-height: 599px;
}

.max-height-600 {
    max-height: 600px;
}

.max-height-601 {
    max-height: 601px;
}

.max-height-602 {
    max-height: 602px;
}

.max-height-603 {
    max-height: 603px;
}

.max-height-604 {
    max-height: 604px;
}

.max-height-605 {
    max-height: 605px;
}

.max-height-606 {
    max-height: 606px;
}

.max-height-607 {
    max-height: 607px;
}

.max-height-608 {
    max-height: 608px;
}

.max-height-609 {
    max-height: 609px;
}

.max-height-610 {
    max-height: 610px;
}

.max-height-611 {
    max-height: 611px;
}

.max-height-612 {
    max-height: 612px;
}

.max-height-613 {
    max-height: 613px;
}

.max-height-614 {
    max-height: 614px;
}

.max-height-615 {
    max-height: 615px;
}

.max-height-616 {
    max-height: 616px;
}

.max-height-617 {
    max-height: 617px;
}

.max-height-618 {
    max-height: 618px;
}

.max-height-619 {
    max-height: 619px;
}

.max-height-620 {
    max-height: 620px;
}

.max-height-621 {
    max-height: 621px;
}

.max-height-622 {
    max-height: 622px;
}

.max-height-623 {
    max-height: 623px;
}

.max-height-624 {
    max-height: 624px;
}

.max-height-625 {
    max-height: 625px;
}

.max-height-626 {
    max-height: 626px;
}

.max-height-627 {
    max-height: 627px;
}

.max-height-628 {
    max-height: 628px;
}

.max-height-629 {
    max-height: 629px;
}

.max-height-630 {
    max-height: 630px;
}

.max-height-631 {
    max-height: 631px;
}

.max-height-632 {
    max-height: 632px;
}

.max-height-633 {
    max-height: 633px;
}

.max-height-634 {
    max-height: 634px;
}

.max-height-635 {
    max-height: 635px;
}

.max-height-636 {
    max-height: 636px;
}

.max-height-637 {
    max-height: 637px;
}

.max-height-638 {
    max-height: 638px;
}

.max-height-639 {
    max-height: 639px;
}

.max-height-640 {
    max-height: 640px;
}

.max-height-641 {
    max-height: 641px;
}

.max-height-642 {
    max-height: 642px;
}

.max-height-643 {
    max-height: 643px;
}

.max-height-644 {
    max-height: 644px;
}

.max-height-645 {
    max-height: 645px;
}

.max-height-646 {
    max-height: 646px;
}

.max-height-647 {
    max-height: 647px;
}

.max-height-648 {
    max-height: 648px;
}

.max-height-649 {
    max-height: 649px;
}

.max-height-650 {
    max-height: 650px;
}

.max-height-651 {
    max-height: 651px;
}

.max-height-652 {
    max-height: 652px;
}

.max-height-653 {
    max-height: 653px;
}

.max-height-654 {
    max-height: 654px;
}

.max-height-655 {
    max-height: 655px;
}

.max-height-656 {
    max-height: 656px;
}

.max-height-657 {
    max-height: 657px;
}

.max-height-658 {
    max-height: 658px;
}

.max-height-659 {
    max-height: 659px;
}

.max-height-660 {
    max-height: 660px;
}

.max-height-661 {
    max-height: 661px;
}

.max-height-662 {
    max-height: 662px;
}

.max-height-663 {
    max-height: 663px;
}

.max-height-664 {
    max-height: 664px;
}

.max-height-665 {
    max-height: 665px;
}

.max-height-666 {
    max-height: 666px;
}

.max-height-667 {
    max-height: 667px;
}

.max-height-668 {
    max-height: 668px;
}

.max-height-669 {
    max-height: 669px;
}

.max-height-670 {
    max-height: 670px;
}

.max-height-671 {
    max-height: 671px;
}

.max-height-672 {
    max-height: 672px;
}

.max-height-673 {
    max-height: 673px;
}

.max-height-674 {
    max-height: 674px;
}

.max-height-675 {
    max-height: 675px;
}

.max-height-676 {
    max-height: 676px;
}

.max-height-677 {
    max-height: 677px;
}

.max-height-678 {
    max-height: 678px;
}

.max-height-679 {
    max-height: 679px;
}

.max-height-680 {
    max-height: 680px;
}

.max-height-681 {
    max-height: 681px;
}

.max-height-682 {
    max-height: 682px;
}

.max-height-683 {
    max-height: 683px;
}

.max-height-684 {
    max-height: 684px;
}

.max-height-685 {
    max-height: 685px;
}

.max-height-686 {
    max-height: 686px;
}

.max-height-687 {
    max-height: 687px;
}

.max-height-688 {
    max-height: 688px;
}

.max-height-689 {
    max-height: 689px;
}

.max-height-690 {
    max-height: 690px;
}

.max-height-691 {
    max-height: 691px;
}

.max-height-692 {
    max-height: 692px;
}

.max-height-693 {
    max-height: 693px;
}

.max-height-694 {
    max-height: 694px;
}

.max-height-695 {
    max-height: 695px;
}

.max-height-696 {
    max-height: 696px;
}

.max-height-697 {
    max-height: 697px;
}

.max-height-698 {
    max-height: 698px;
}

.max-height-699 {
    max-height: 699px;
}

.max-height-700 {
    max-height: 700px;
}

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

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

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

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

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

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

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

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

.font-900 {
    font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radius-21 {
    border-radius: 21px;
}

.radius-22 {
    border-radius: 22px;
}

.radius-23 {
    border-radius: 23px;
}

.radius-24 {
    border-radius: 24px;
}

.radius-25 {
    border-radius: 25px;
}

.radius-26 {
    border-radius: 26px;
}

.radius-27 {
    border-radius: 27px;
}

.radius-28 {
    border-radius: 28px;
}

.radius-29 {
    border-radius: 29px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-31 {
    border-radius: 31px;
}

.radius-32 {
    border-radius: 32px;
}

.radius-33 {
    border-radius: 33px;
}

.radius-34 {
    border-radius: 34px;
}

.radius-35 {
    border-radius: 35px;
}

.radius-36 {
    border-radius: 36px;
}

.radius-37 {
    border-radius: 37px;
}

.radius-38 {
    border-radius: 38px;
}

.radius-39 {
    border-radius: 39px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-41 {
    border-radius: 41px;
}

.radius-42 {
    border-radius: 42px;
}

.radius-43 {
    border-radius: 43px;
}

.radius-44 {
    border-radius: 44px;
}

.radius-45 {
    border-radius: 45px;
}

.radius-46 {
    border-radius: 46px;
}

.radius-47 {
    border-radius: 47px;
}

.radius-48 {
    border-radius: 48px;
}

.radius-49 {
    border-radius: 49px;
}

.radius-50 {
    border-radius: 50px;
}

/*-- Margin Padding --*/
/*-- Margin To-Bottom-Left-Right --*/
.mt-6 {
    margin-top: 6px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-6 {
    padding-top: 6px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-7 {
    margin-top: 7px;
}

.mb-7 {
    margin-bottom: 7px;
}

.ml-7 {
    margin-left: 7px;
}

.mr-7 {
    margin-right: 7px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-7 {
    padding-top: 7px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pl-7 {
    padding-left: 7px;
}

.pr-7 {
    padding-right: 7px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-8 {
    margin-top: 8px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-8 {
    padding-top: 8px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-9 {
    margin-top: 9px;
}

.mb-9 {
    margin-bottom: 9px;
}

.ml-9 {
    margin-left: 9px;
}

.mr-9 {
    margin-right: 9px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-9 {
    padding-top: 9px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pl-9 {
    padding-left: 9px;
}

.pr-9 {
    padding-right: 9px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-10 {
    margin-top: 10px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-10 {
    padding-top: 10px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-11 {
    margin-top: 11px;
}

.mb-11 {
    margin-bottom: 11px;
}

.ml-11 {
    margin-left: 11px;
}

.mr-11 {
    margin-right: 11px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-11 {
    padding-top: 11px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pl-11 {
    padding-left: 11px;
}

.pr-11 {
    padding-right: 11px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-12 {
    margin-top: 12px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-12 {
    padding-top: 12px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-13 {
    margin-top: 13px;
}

.mb-13 {
    margin-bottom: 13px;
}

.ml-13 {
    margin-left: 13px;
}

.mr-13 {
    margin-right: 13px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-13 {
    padding-top: 13px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pl-13 {
    padding-left: 13px;
}

.pr-13 {
    padding-right: 13px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-14 {
    margin-top: 14px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-14 {
    padding-top: 14px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-16 {
    margin-top: 16px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-16 {
    padding-top: 16px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-17 {
    margin-top: 17px;
}

.mb-17 {
    margin-bottom: 17px;
}

.ml-17 {
    margin-left: 17px;
}

.mr-17 {
    margin-right: 17px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-17 {
    padding-top: 17px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pl-17 {
    padding-left: 17px;
}

.pr-17 {
    padding-right: 17px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-18 {
    margin-top: 18px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-18 {
    padding-top: 18px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-19 {
    margin-top: 19px;
}

.mb-19 {
    margin-bottom: 19px;
}

.ml-19 {
    margin-left: 19px;
}

.mr-19 {
    margin-right: 19px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-19 {
    padding-top: 19px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pl-19 {
    padding-left: 19px;
}

.pr-19 {
    padding-right: 19px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-20 {
    margin-top: 20px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-20 {
    padding-top: 20px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.ml-21 {
    margin-left: 21px;
}

.mr-21 {
    margin-right: 21px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-21 {
    padding-top: 21px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pl-21 {
    padding-left: 21px;
}

.pr-21 {
    padding-right: 21px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-22 {
    margin-top: 22px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-22 {
    padding-top: 22px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-23 {
    margin-top: 23px;
}

.mb-23 {
    margin-bottom: 23px;
}

.ml-23 {
    margin-left: 23px;
}

.mr-23 {
    margin-right: 23px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-23 {
    padding-top: 23px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pl-23 {
    padding-left: 23px;
}

.pr-23 {
    padding-right: 23px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-24 {
    margin-top: 24px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-24 {
    padding-top: 24px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-26 {
    margin-top: 26px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-26 {
    padding-top: 26px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-27 {
    margin-top: 27px;
}

.mb-27 {
    margin-bottom: 27px;
}

.ml-27 {
    margin-left: 27px;
}

.mr-27 {
    margin-right: 27px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-27 {
    padding-top: 27px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pl-27 {
    padding-left: 27px;
}

.pr-27 {
    padding-right: 27px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-28 {
    margin-top: 28px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-28 {
    padding-top: 28px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-29 {
    margin-top: 29px;
}

.mb-29 {
    margin-bottom: 29px;
}

.ml-29 {
    margin-left: 29px;
}

.mr-29 {
    margin-right: 29px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-29 {
    padding-top: 29px;
}

.pb-29 {
    padding-bottom: 29px;
}

.pl-29 {
    padding-left: 29px;
}

.pr-29 {
    padding-right: 29px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-30 {
    margin-top: 30px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-30 {
    padding-top: 30px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-31 {
    margin-top: 31px;
}

.mb-31 {
    margin-bottom: 31px;
}

.ml-31 {
    margin-left: 31px;
}

.mr-31 {
    margin-right: 31px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-31 {
    padding-top: 31px;
}

.pb-31 {
    padding-bottom: 31px;
}

.pl-31 {
    padding-left: 31px;
}

.pr-31 {
    padding-right: 31px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-32 {
    margin-top: 32px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-32 {
    padding-top: 32px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-33 {
    margin-top: 33px;
}

.mb-33 {
    margin-bottom: 33px;
}

.ml-33 {
    margin-left: 33px;
}

.mr-33 {
    margin-right: 33px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-33 {
    padding-top: 33px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pl-33 {
    padding-left: 33px;
}

.pr-33 {
    padding-right: 33px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-34 {
    margin-top: 34px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-34 {
    padding-top: 34px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-36 {
    margin-top: 36px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-36 {
    padding-top: 36px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-37 {
    margin-top: 37px;
}

.mb-37 {
    margin-bottom: 37px;
}

.ml-37 {
    margin-left: 37px;
}

.mr-37 {
    margin-right: 37px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-37 {
    padding-top: 37px;
}

.pb-37 {
    padding-bottom: 37px;
}

.pl-37 {
    padding-left: 37px;
}

.pr-37 {
    padding-right: 37px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-38 {
    margin-top: 38px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-38 {
    padding-top: 38px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-39 {
    margin-top: 39px;
}

.mb-39 {
    margin-bottom: 39px;
}

.ml-39 {
    margin-left: 39px;
}

.mr-39 {
    margin-right: 39px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-39 {
    padding-top: 39px;
}

.pb-39 {
    padding-bottom: 39px;
}

.pl-39 {
    padding-left: 39px;
}

.pr-39 {
    padding-right: 39px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-40 {
    margin-top: 40px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-40 {
    padding-top: 40px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-41 {
    margin-top: 41px;
}

.mb-41 {
    margin-bottom: 41px;
}

.ml-41 {
    margin-left: 41px;
}

.mr-41 {
    margin-right: 41px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-41 {
    padding-top: 41px;
}

.pb-41 {
    padding-bottom: 41px;
}

.pl-41 {
    padding-left: 41px;
}

.pr-41 {
    padding-right: 41px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-42 {
    margin-top: 42px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-42 {
    padding-top: 42px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-43 {
    margin-top: 43px;
}

.mb-43 {
    margin-bottom: 43px;
}

.ml-43 {
    margin-left: 43px;
}

.mr-43 {
    margin-right: 43px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-43 {
    padding-top: 43px;
}

.pb-43 {
    padding-bottom: 43px;
}

.pl-43 {
    padding-left: 43px;
}

.pr-43 {
    padding-right: 43px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-44 {
    margin-top: 44px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-44 {
    padding-top: 44px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-46 {
    margin-top: 46px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-46 {
    padding-top: 46px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-47 {
    margin-top: 47px;
}

.mb-47 {
    margin-bottom: 47px;
}

.ml-47 {
    margin-left: 47px;
}

.mr-47 {
    margin-right: 47px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-47 {
    padding-top: 47px;
}

.pb-47 {
    padding-bottom: 47px;
}

.pl-47 {
    padding-left: 47px;
}

.pr-47 {
    padding-right: 47px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-48 {
    margin-top: 48px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-48 {
    padding-top: 48px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-49 {
    margin-top: 49px;
}

.mb-49 {
    margin-bottom: 49px;
}

.ml-49 {
    margin-left: 49px;
}

.mr-49 {
    margin-right: 49px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-49 {
    padding-top: 49px;
}

.pb-49 {
    padding-bottom: 49px;
}

.pl-49 {
    padding-left: 49px;
}

.pr-49 {
    padding-right: 49px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-50 {
    margin-top: 50px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-50 {
    padding-top: 50px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-51 {
    margin-top: 51px;
}

.mb-51 {
    margin-bottom: 51px;
}

.ml-51 {
    margin-left: 51px;
}

.mr-51 {
    margin-right: 51px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-51 {
    padding-top: 51px;
}

.pb-51 {
    padding-bottom: 51px;
}

.pl-51 {
    padding-left: 51px;
}

.pr-51 {
    padding-right: 51px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-52 {
    margin-top: 52px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-52 {
    padding-top: 52px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-53 {
    margin-top: 53px;
}

.mb-53 {
    margin-bottom: 53px;
}

.ml-53 {
    margin-left: 53px;
}

.mr-53 {
    margin-right: 53px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-53 {
    padding-top: 53px;
}

.pb-53 {
    padding-bottom: 53px;
}

.pl-53 {
    padding-left: 53px;
}

.pr-53 {
    padding-right: 53px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-54 {
    margin-top: 54px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-54 {
    padding-top: 54px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-56 {
    margin-top: 56px;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-56 {
    padding-top: 56px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-57 {
    margin-top: 57px;
}

.mb-57 {
    margin-bottom: 57px;
}

.ml-57 {
    margin-left: 57px;
}

.mr-57 {
    margin-right: 57px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-57 {
    padding-top: 57px;
}

.pb-57 {
    padding-bottom: 57px;
}

.pl-57 {
    padding-left: 57px;
}

.pr-57 {
    padding-right: 57px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-58 {
    margin-top: 58px;
}

.mb-58 {
    margin-bottom: 58px;
}

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-58 {
    padding-top: 58px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-59 {
    margin-top: 59px;
}

.mb-59 {
    margin-bottom: 59px;
}

.ml-59 {
    margin-left: 59px;
}

.mr-59 {
    margin-right: 59px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-59 {
    padding-top: 59px;
}

.pb-59 {
    padding-bottom: 59px;
}

.pl-59 {
    padding-left: 59px;
}

.pr-59 {
    padding-right: 59px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-60 {
    padding-top: 60px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-61 {
    margin-top: 61px;
}

.mb-61 {
    margin-bottom: 61px;
}

.ml-61 {
    margin-left: 61px;
}

.mr-61 {
    margin-right: 61px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-61 {
    padding-top: 61px;
}

.pb-61 {
    padding-bottom: 61px;
}

.pl-61 {
    padding-left: 61px;
}

.pr-61 {
    padding-right: 61px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-62 {
    margin-top: 62px;
}

.mb-62 {
    margin-bottom: 62px;
}

.ml-62 {
    margin-left: 62px;
}

.mr-62 {
    margin-right: 62px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-62 {
    padding-top: 62px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-63 {
    margin-top: 63px;
}

.mb-63 {
    margin-bottom: 63px;
}

.ml-63 {
    margin-left: 63px;
}

.mr-63 {
    margin-right: 63px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-63 {
    padding-top: 63px;
}

.pb-63 {
    padding-bottom: 63px;
}

.pl-63 {
    padding-left: 63px;
}

.pr-63 {
    padding-right: 63px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}

.ml-64 {
    margin-left: 64px;
}

.mr-64 {
    margin-right: 64px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-64 {
    padding-top: 64px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-66 {
    margin-top: 66px;
}

.mb-66 {
    margin-bottom: 66px;
}

.ml-66 {
    margin-left: 66px;
}

.mr-66 {
    margin-right: 66px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-66 {
    padding-top: 66px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-67 {
    margin-top: 67px;
}

.mb-67 {
    margin-bottom: 67px;
}

.ml-67 {
    margin-left: 67px;
}

.mr-67 {
    margin-right: 67px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-67 {
    padding-top: 67px;
}

.pb-67 {
    padding-bottom: 67px;
}

.pl-67 {
    padding-left: 67px;
}

.pr-67 {
    padding-right: 67px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-68 {
    margin-top: 68px;
}

.mb-68 {
    margin-bottom: 68px;
}

.ml-68 {
    margin-left: 68px;
}

.mr-68 {
    margin-right: 68px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-68 {
    padding-top: 68px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-69 {
    margin-top: 69px;
}

.mb-69 {
    margin-bottom: 69px;
}

.ml-69 {
    margin-left: 69px;
}

.mr-69 {
    margin-right: 69px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-69 {
    padding-top: 69px;
}

.pb-69 {
    padding-bottom: 69px;
}

.pl-69 {
    padding-left: 69px;
}

.pr-69 {
    padding-right: 69px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-70 {
    padding-top: 70px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-71 {
    margin-top: 71px;
}

.mb-71 {
    margin-bottom: 71px;
}

.ml-71 {
    margin-left: 71px;
}

.mr-71 {
    margin-right: 71px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-71 {
    padding-top: 71px;
}

.pb-71 {
    padding-bottom: 71px;
}

.pl-71 {
    padding-left: 71px;
}

.pr-71 {
    padding-right: 71px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-72 {
    margin-top: 72px;
}

.mb-72 {
    margin-bottom: 72px;
}

.ml-72 {
    margin-left: 72px;
}

.mr-72 {
    margin-right: 72px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-72 {
    padding-top: 72px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-73 {
    margin-top: 73px;
}

.mb-73 {
    margin-bottom: 73px;
}

.ml-73 {
    margin-left: 73px;
}

.mr-73 {
    margin-right: 73px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-73 {
    padding-top: 73px;
}

.pb-73 {
    padding-bottom: 73px;
}

.pl-73 {
    padding-left: 73px;
}

.pr-73 {
    padding-right: 73px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-74 {
    margin-top: 74px;
}

.mb-74 {
    margin-bottom: 74px;
}

.ml-74 {
    margin-left: 74px;
}

.mr-74 {
    margin-right: 74px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-74 {
    padding-top: 74px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-76 {
    margin-top: 76px;
}

.mb-76 {
    margin-bottom: 76px;
}

.ml-76 {
    margin-left: 76px;
}

.mr-76 {
    margin-right: 76px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-76 {
    padding-top: 76px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-77 {
    margin-top: 77px;
}

.mb-77 {
    margin-bottom: 77px;
}

.ml-77 {
    margin-left: 77px;
}

.mr-77 {
    margin-right: 77px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-77 {
    padding-top: 77px;
}

.pb-77 {
    padding-bottom: 77px;
}

.pl-77 {
    padding-left: 77px;
}

.pr-77 {
    padding-right: 77px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-78 {
    margin-top: 78px;
}

.mb-78 {
    margin-bottom: 78px;
}

.ml-78 {
    margin-left: 78px;
}

.mr-78 {
    margin-right: 78px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-78 {
    padding-top: 78px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-79 {
    margin-top: 79px;
}

.mb-79 {
    margin-bottom: 79px;
}

.ml-79 {
    margin-left: 79px;
}

.mr-79 {
    margin-right: 79px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-79 {
    padding-top: 79px;
}

.pb-79 {
    padding-bottom: 79px;
}

.pl-79 {
    padding-left: 79px;
}

.pr-79 {
    padding-right: 79px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-80 {
    padding-top: 80px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-81 {
    margin-top: 81px;
}

.mb-81 {
    margin-bottom: 81px;
}

.ml-81 {
    margin-left: 81px;
}

.mr-81 {
    margin-right: 81px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-81 {
    padding-top: 81px;
}

.pb-81 {
    padding-bottom: 81px;
}

.pl-81 {
    padding-left: 81px;
}

.pr-81 {
    padding-right: 81px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-82 {
    margin-top: 82px;
}

.mb-82 {
    margin-bottom: 82px;
}

.ml-82 {
    margin-left: 82px;
}

.mr-82 {
    margin-right: 82px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-82 {
    padding-top: 82px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-83 {
    margin-top: 83px;
}

.mb-83 {
    margin-bottom: 83px;
}

.ml-83 {
    margin-left: 83px;
}

.mr-83 {
    margin-right: 83px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-83 {
    padding-top: 83px;
}

.pb-83 {
    padding-bottom: 83px;
}

.pl-83 {
    padding-left: 83px;
}

.pr-83 {
    padding-right: 83px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-84 {
    margin-top: 84px;
}

.mb-84 {
    margin-bottom: 84px;
}

.ml-84 {
    margin-left: 84px;
}

.mr-84 {
    margin-right: 84px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-84 {
    padding-top: 84px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-86 {
    margin-top: 86px;
}

.mb-86 {
    margin-bottom: 86px;
}

.ml-86 {
    margin-left: 86px;
}

.mr-86 {
    margin-right: 86px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-86 {
    padding-top: 86px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-87 {
    margin-top: 87px;
}

.mb-87 {
    margin-bottom: 87px;
}

.ml-87 {
    margin-left: 87px;
}

.mr-87 {
    margin-right: 87px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-87 {
    padding-top: 87px;
}

.pb-87 {
    padding-bottom: 87px;
}

.pl-87 {
    padding-left: 87px;
}

.pr-87 {
    padding-right: 87px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-88 {
    margin-top: 88px;
}

.mb-88 {
    margin-bottom: 88px;
}

.ml-88 {
    margin-left: 88px;
}

.mr-88 {
    margin-right: 88px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-88 {
    padding-top: 88px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-89 {
    margin-top: 89px;
}

.mb-89 {
    margin-bottom: 89px;
}

.ml-89 {
    margin-left: 89px;
}

.mr-89 {
    margin-right: 89px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-89 {
    padding-top: 89px;
}

.pb-89 {
    padding-bottom: 89px;
}

.pl-89 {
    padding-left: 89px;
}

.pr-89 {
    padding-right: 89px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-90 {
    padding-top: 90px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-91 {
    margin-top: 91px;
}

.mb-91 {
    margin-bottom: 91px;
}

.ml-91 {
    margin-left: 91px;
}

.mr-91 {
    margin-right: 91px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-91 {
    padding-top: 91px;
}

.pb-91 {
    padding-bottom: 91px;
}

.pl-91 {
    padding-left: 91px;
}

.pr-91 {
    padding-right: 91px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-92 {
    margin-top: 92px;
}

.mb-92 {
    margin-bottom: 92px;
}

.ml-92 {
    margin-left: 92px;
}

.mr-92 {
    margin-right: 92px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-92 {
    padding-top: 92px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-93 {
    margin-top: 93px;
}

.mb-93 {
    margin-bottom: 93px;
}

.ml-93 {
    margin-left: 93px;
}

.mr-93 {
    margin-right: 93px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-93 {
    padding-top: 93px;
}

.pb-93 {
    padding-bottom: 93px;
}

.pl-93 {
    padding-left: 93px;
}

.pr-93 {
    padding-right: 93px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-94 {
    margin-top: 94px;
}

.mb-94 {
    margin-bottom: 94px;
}

.ml-94 {
    margin-left: 94px;
}

.mr-94 {
    margin-right: 94px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-94 {
    padding-top: 94px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-96 {
    margin-top: 96px;
}

.mb-96 {
    margin-bottom: 96px;
}

.ml-96 {
    margin-left: 96px;
}

.mr-96 {
    margin-right: 96px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-96 {
    padding-top: 96px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-97 {
    margin-top: 97px;
}

.mb-97 {
    margin-bottom: 97px;
}

.ml-97 {
    margin-left: 97px;
}

.mr-97 {
    margin-right: 97px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-97 {
    padding-top: 97px;
}

.pb-97 {
    padding-bottom: 97px;
}

.pl-97 {
    padding-left: 97px;
}

.pr-97 {
    padding-right: 97px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-98 {
    margin-top: 98px;
}

.mb-98 {
    margin-bottom: 98px;
}

.ml-98 {
    margin-left: 98px;
}

.mr-98 {
    margin-right: 98px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-98 {
    padding-top: 98px;
}

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

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

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

/*-- Margin To-Bottom-Left-Right --*/
.mt-99 {
    margin-top: 99px;
}

.mb-99 {
    margin-bottom: 99px;
}

.ml-99 {
    margin-left: 99px;
}

.mr-99 {
    margin-right: 99px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-99 {
    padding-top: 99px;
}

.pb-99 {
    padding-bottom: 99px;
}

.pl-99 {
    padding-left: 99px;
}

.pr-99 {
    padding-right: 99px;
}

/*-- Margin To-Bottom-Left-Right --*/
.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

/*-- Padding To-Bottom-Left-Right --*/
.pt-100 {
    padding-top: 100px;
}

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

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

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

/*-- Margin Padding  0 --*/
/*-- Margin To-Bottom-Left-Right --*/
.mt-0 {
    margin-top: 0px !important;
}

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

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

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

/*-- Padding To-Bottom-Left-Right --*/
.pt-0 {
    padding-top: 0px !important;
}

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

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

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

/*-- Margin Padding PX PY && MX MY --*/
/*-- Margin Top & Bottom --*/
.py-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

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

/*-- Margin left & Right --*/
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

/*-- Margin left & Right --*/
.py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

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

/*-- Margin left & Right --*/
.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

/*-- Margin left & Right --*/
.py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

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

/*-- Margin left & Right --*/
.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/*-- Margin left & Right --*/
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

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

/*-- Margin left & Right --*/
.py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

/*-- Margin left & Right --*/
.py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

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

/*-- Margin left & Right --*/
.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.mx-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

/*-- Margin left & Right --*/
.py-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

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

/*-- Margin left & Right --*/
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
}

.mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
}

/*-- Margin left & Right --*/
.py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

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

/*-- Margin left & Right --*/
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.mx-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

/*-- Margin left & Right --*/
.py-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

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

/*-- Margin left & Right --*/
.py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/*-- Margin left & Right --*/
.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

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

/*-- Margin left & Right --*/
.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

.mx-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
}

/*-- Margin left & Right --*/
.py-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

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

/*-- Margin left & Right --*/
.py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
}

.mx-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
}

/*-- Margin left & Right --*/
.py-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

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

/*-- Margin left & Right --*/
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
}

.mx-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
}

/*-- Margin left & Right --*/
.py-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

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

/*-- Margin left & Right --*/
.py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}

.mx-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
}

/*-- Margin left & Right --*/
.py-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

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

/*-- Margin left & Right --*/
.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

/*-- Margin left & Right --*/
.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}

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

/*-- Margin left & Right --*/
.py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
}

.mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
}

/*-- Margin left & Right --*/
.py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

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

/*-- Margin left & Right --*/
.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
}

.mx-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
}

/*-- Margin left & Right --*/
.py-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
}

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

/*-- Margin Top & Bottom --*/
.py-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

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

/*-- Margin left & Right --*/
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

.g-24 {
    --bs-gutter-y: 24px;
}

.g-8 {
    --bs-gutter-y: 8px;
}

.g-9 {
    --bs-gutter-y: 9px;
}

.g-10 {
    --bs-gutter-y: 10px;
}

.g-11 {
    --bs-gutter-y: 11px;
}

.g-12 {
    --bs-gutter-y: 12px;
}

.g-13 {
    --bs-gutter-y: 13px;
}

.g-14 {
    --bs-gutter-y: 14px;
}

.g-15 {
    --bs-gutter-y: 15px;
}

.g-16 {
    --bs-gutter-y: 16px;
}

.g-17 {
    --bs-gutter-y: 17px;
}

.g-18 {
    --bs-gutter-y: 18px;
}

.g-19 {
    --bs-gutter-y: 19px;
}

.g-20 {
    --bs-gutter-y: 20px;
}

.g-64 {
    --bs-gutter-y: 64px;
}

.table-img-30 {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-40 {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-50 {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-60 {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-70 {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-80 {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-90 {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.table-img-100 {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-100 {
    font-size: 100px !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: 4;
}

.line-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.text-primary-hover {
    color: var(--primary-title);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text-primary-hover:hover {
    color: var(--primary);
}

* {
    scrollbar-color: inherit inherit;
    scrollbar-width: 0;
    scrollbar-width: none;
}

/* Hide scrollbar */
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--body-bg);
}

body::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--primary-paragraph);
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--poppins);
}

p {
    color: var(--primary-paragraph);
    font-family: var(--poppins);
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
}

svg {
    vertical-align: baseline;
}

.alert svg {
    width: 20px;
    height: 20px;
}

code {
    display: inline-block;
    color: var(--primary);
    text-transform: none;
    background: rgba(var(--primary-rgb), 0.08);
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 7px 9px;
    font-weight: 200;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.custom-dropdown .dropdown-toggle::after {
    display: none;
}

.custom-dropdown button {
    background: none;
    padding: 0;
    border: 0;
    font-size: 40px;
    color: var(--border-color-one);
    line-height: 1;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--primary);
    background-color: inherit;
}

.label-title {
    color: var(--primary-title);
    text-transform: capitalize;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.paragraph-color-one {
    color: var(--primary-paragraph);
}

.paragraph-color-two {
    color: var(--paragraph-color-two);
}

.hide {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--poppins);
    color: var(--primary-title);
    margin-bottom: 0px;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

a,
.button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: var(--primary);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.opacity-0 {
    opacity: 0;
}

.shadow-0 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    margin-top: 15px;
    background-color: whitesmoke;
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 38px 38px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

.daterangepicker select.monthselect {
    border: 1px solid transparent;
    padding: 3px 7px;
    border-radius: 4px;
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}

.daterangepicker {
    background-color: var(--white);
    border: 1px solid transparent;
}

.daterangepicker select.yearselect {
    border: 1px solid transparent;
    padding: 3px 7px;
    border-radius: 4px;
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}

ol:not([class]) {
    margin-bottom: 20px;
}

ol:not([class]) ol {
    margin-bottom: 0px;
}

ul ol:not([class]) {
    margin-bottom: 0px;
}

dl,
ol,
ul {
    padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.h-100 {
    height: 100%;
}

embed,
iframe,
object {
    max-width: 100%;
}

.disabled {
    cursor: nallowed;
    opacity: 0.5;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.5rem !important;
}

.background-img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-section-padding2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-section-padding2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .inner-section-padding2 {
        padding-top: 115px;
        padding-bottom: 80px;
    }
}

.card-title {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--primary-title);
    text-transform: capitalize;
}

.card {
    background-color: var(--white);
    -webkit-box-shadow: var(--theme-shadow);
    box-shadow: var(--theme-shadow);
    border-radius: 4px;
    padding: 20px 24px 24px 24px;
    border: none;
    display: block;
}

.card .card-body {
    padding-top: 20px;
}

/*-- Section Padding -- */
.section-padding {
    padding-top: 90px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 66px;
        padding-bottom: 70px;
    }
}

.section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

@media (max-width: 991px) {
    .top-padding {
        padding-top: 70px;
    }
}

.top-padding2 {
    padding-top: 95px;
}

@media (max-width: 991px) {
    .top-padding2 {
        padding-top: 70px;
    }
}

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

@media (max-width: 991px) {
    .bottom-padding {
        padding-bottom: 70px;
    }
}

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

@media (max-width: 991px) {
    .bottom-padding2 {
        padding-bottom: 70px;
    }
}

.section-padding3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .section-padding3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.top-padding3 {
    padding-top: 40px;
}

@media (max-width: 575px) {
    .top-padding3 {
        padding-top: 30px;
    }
}

.bottom-padding3 {
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .bottom-padding3 {
        padding-top: 30px;
    }
}

.bottom-padding-60 {
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-padding-60 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-padding-60 {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .bottom-padding-60 {
        padding-bottom: 30px;
    }
}

.section-tittle .title, .section-tittle .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle .add-text {
    color: var(--primary-title);
    font-family: var(--poppins);
    font-size: 18px;
    line-height: 1.4;
    z-index: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .section-tittle .title, .section-tittle .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle .add-text {
        font-size: 16px !important;
    }
}

.section-tittle .title.tittleBg, .section-tittle .section-variant .single-section-variant .tittleBg.add-text, .section-variant .single-section-variant .section-tittle .tittleBg.add-text {
    position: relative;
}

.section-tittle .title.tittleBg::before, .section-tittle .section-variant .single-section-variant .tittleBg.add-text::before, .section-variant .single-section-variant .section-tittle .tittleBg.add-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: var(--primary);
    bottom: 10px;
    z-index: -1;
    border-radius: 16px;
}

.section-tittle .title.title-border, .section-tittle .section-variant .single-section-variant .title-border.add-text, .section-variant .single-section-variant .section-tittle .title-border.add-text {
    position: relative;
}

.section-tittle .title.title-border::before, .section-tittle .section-variant .single-section-variant .title-border.add-text::before, .section-variant .single-section-variant .section-tittle .title-border.add-text::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 3px;
    background: #A8A8A8;
    left: 0;
    bottom: 0px;
    z-index: 2;
}

.section-tittle .title .title-border2, .section-tittle .section-variant .single-section-variant .add-text .title-border2, .section-variant .single-section-variant .section-tittle .add-text .title-border2 {
    position: relative;
}

.section-tittle .title .title-border2::before, .section-tittle .section-variant .single-section-variant .add-text .title-border2::before, .section-variant .single-section-variant .section-tittle .add-text .title-border2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #CCD1E5;
    left: 0;
    bottom: -8px;
    z-index: 2;
}

.section-tittle .title .textColor, .section-tittle .section-variant .single-section-variant .add-text .textColor, .section-variant .single-section-variant .section-tittle .add-text .textColor {
    color: var(--primary);
}

.section-tittle .title .lineBrack, .section-tittle .section-variant .single-section-variant .add-text .lineBrack, .section-variant .single-section-variant .section-tittle .add-text .lineBrack {
    display: block;
}

@media (max-width: 575px) {
    .section-tittle .title .lineBrack, .section-tittle .section-variant .single-section-variant .add-text .lineBrack, .section-variant .single-section-variant .section-tittle .add-text .lineBrack {
        display: none;
    }
}

.section-tittle .title .color, .section-tittle .section-variant .single-section-variant .add-text .color, .section-variant .single-section-variant .section-tittle .add-text .color {
    color: var(--primary);
}

.section-tittle .pera {
    color: var(--primary-paragraph);
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.section-tittle .pera a {
    text-decoration: underline;
}

.section-tittle .small-title {
    color: var(--primary-title);
    font-family: var(--poppins);
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
    z-index: 0;
}

@media (max-width: 575px) {
    .section-tittle .small-title {
        font-size: 20px !important;
    }
}

.section-tittle-two .title, .section-tittle-two .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle-two .add-text {
    color: var(--tertiary-title);
    font-family: var(--poppins);
    font-size: 24px;
    line-height: 1.4;
    z-index: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle-two .title, .section-tittle-two .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle-two .add-text {
        font-size: 20px !important;
    }
}

@media (max-width: 575px) {
    .section-tittle-two .title, .section-tittle-two .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle-two .add-text {
        font-size: 20px !important;
    }
}

.section-tittle-two .title.tittleBg, .section-tittle-two .section-variant .single-section-variant .tittleBg.add-text, .section-variant .single-section-variant .section-tittle-two .tittleBg.add-text {
    position: relative;
}

.section-tittle-two .title.tittleBg::before, .section-tittle-two .section-variant .single-section-variant .tittleBg.add-text::before, .section-variant .single-section-variant .section-tittle-two .tittleBg.add-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: var(--primary);
    bottom: 10px;
    z-index: -1;
    border-radius: 16px;
}

.section-tittle-two .title.title-border, .section-tittle-two .section-variant .single-section-variant .title-border.add-text, .section-variant .single-section-variant .section-tittle-two .title-border.add-text {
    position: relative;
}

.section-tittle-two .title.title-border::before, .section-tittle-two .section-variant .single-section-variant .title-border.add-text::before, .section-variant .single-section-variant .section-tittle-two .title-border.add-text::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 3px;
    background: #A8A8A8;
    left: 0;
    bottom: 0px;
    z-index: 2;
}

.section-tittle-two .title .title-border2, .section-tittle-two .section-variant .single-section-variant .add-text .title-border2, .section-variant .single-section-variant .section-tittle-two .add-text .title-border2 {
    position: relative;
}

.section-tittle-two .title .title-border2::before, .section-tittle-two .section-variant .single-section-variant .add-text .title-border2::before, .section-variant .single-section-variant .section-tittle-two .add-text .title-border2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #CCD1E5;
    left: 0;
    bottom: -8px;
    z-index: 2;
}

.section-tittle-two .title .textColor, .section-tittle-two .section-variant .single-section-variant .add-text .textColor, .section-variant .single-section-variant .section-tittle-two .add-text .textColor {
    color: var(--primary);
}

.section-tittle-two .title .lineBrack, .section-tittle-two .section-variant .single-section-variant .add-text .lineBrack, .section-variant .single-section-variant .section-tittle-two .add-text .lineBrack {
    display: block;
}

@media (max-width: 575px) {
    .section-tittle-two .title .lineBrack, .section-tittle-two .section-variant .single-section-variant .add-text .lineBrack, .section-variant .single-section-variant .section-tittle-two .add-text .lineBrack {
        display: none;
    }
}

.section-tittle-two .title .color, .section-tittle-two .section-variant .single-section-variant .add-text .color, .section-variant .single-section-variant .section-tittle-two .add-text .color {
    color: var(--primary);
}

.section-tittle-two .pera {
    color: var(--primary-paragraph);
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle-two .pera {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-tittle-two .pera {
        font-size: 14px;
    }
}

.section-tittle-two .pera a {
    text-decoration: underline;
}

.section-tittle-three .title, .section-tittle-three .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .section-tittle-three .add-text {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--secondary-title);
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    display: inline-block;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

.plr-75 {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 1199px) {
    .plr-75 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.img-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.simplePresentCart-one {
    padding: 30px 24px 2px 24px;
    border-radius: var(--radius-one);
}

.simplePresentCart-two {
    padding: 30px 30px;
    border-radius: var(--radius-one);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

@media (max-width: 575px) {
    .simplePresentCart-two {
        padding: 20px 20px;
    }
}

.border-cart {
    padding: 25px 22px;
    border: 1px solid var(--border-color-one);
    border-radius: 4px;
}

@media (max-width: 575px) {
    .border-cart {
        padding: 25px 10px;
    }
}

.priceTittle {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--poppins);
    color: var(--primary-title);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .priceTittle {
        font-size: 18px;
    }
}

.simplePresentCart2 {
    padding: 30px 30px;
    border: 1px solid var(--border-color-one);
    padding-bottom: 10px;
}

.simplePresentCart3 {
    padding: 40px 40px 40px 40px;
    -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
    box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
    border: 1px solid var(--border-color-one);
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .simplePresentCart3 {
        padding: 30px 19px 30px 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .simplePresentCart3 {
        padding: 30px 19px 30px 16px;
    }
}

/* Sticky*/
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Sticky end */
.sectionBgHalf {
    position: relative;
}

.sectionBgHalf::before {
    position: absolute;
    content: "";
    background: var(--bg-primary);
    width: 100%;
    height: 54%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lineBreak {
    display: block;
}

@media (max-width: 1199px) {
    .lineBreak {
        display: inline-block;
    }
}

.positioningSection {
    position: relative;
    margin-bottom: -225px;
}

.sectionImg-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.sectionImg-bg2 {
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background-position: center center;
}

input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.overlayOne {
    position: relative;
    z-index: 0;
}

.overlayOne::before {
    position: absolute;
    content: "";
    background-color: rgba(var(--primary-title), 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

.overlayTwo {
    position: relative;
    z-index: 0;
}

.overlayTwo::before {
    position: absolute;
    content: "";
    background-color: rgba(var(--primary), 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

.nicescroll-cursors {
    background-color: var(--primary-rgb) !important;
    background-color: rgba(var(--primary-rgb), 0.2) !important;
    border: 0 !important;
    width: 2px !important;
}

.flex {
    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;
}

.border-top {
    border-top: 1px solid var(--primary-border) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--primary-border) !important;
}

.border-right {
    border-top: 1px solid var(--primary-border) !important;
}

.border-left {
    border-left: 1px solid var(--primary-border) !important;
}

.modal-header {
    border-color: var(--primary-border);
}

.img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.img-contain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.h-calc {
    height: calc(100% - 24px);
}

.h-calc {
    height: 100%;
}

.flexContent {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

.column-count1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.column-count2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-count3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-count4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media (max-width: 991px) {
    .column-count-md-none {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }
}

@media (max-width: 767px) {
    .column-count-sm-none {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }
}

@media (min-width: 1399px) {
    .modal-dialog-1260 {
        max-width: 1260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog-1260 {
        max-width: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog-1260 {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .modal-dialog-1260 {
        max-width: 1100px;
    }
}

.max_400 {
    max-width: 405px;
}

.max_540 {
    max-width: 543px;
}

.g-24 {
    --bs-gutter-y: 24px;
}

.g-8 {
    --bs-gutter-y: 8px;
}

.g-9 {
    --bs-gutter-y: 9px;
}

.g-10 {
    --bs-gutter-y: 10px;
}

.g-11 {
    --bs-gutter-y: 11px;
}

.g-12 {
    --bs-gutter-y: 12px;
}

.g-64 {
    --bs-gutter-y: 64px;
}

.porgress-td {
    min-width: 170px;
}

.progress-btn, .progress-stop, .progress-running, .progress-incomplete, .progress-complite {
    padding: 9px 11px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.progress-complite {
    background: rgba(12, 175, 96, 0.1);
    color: #0CAF60;
}

.progress-incomplete {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.progress-running {
    background: rgba(220, 53, 69, 0.1);
    color: #0CAF60;
}

.progress-stop {
    background: rgba(var(--tertiary-rgb), 0.1);
    color: var(--tertiary);
}

/* Loder */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100001;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
}

.preloader h3 {
    font-weight: 600;
    color: var(--white);
    font-size: 20px;
}

.loader_img {
    background-position: center;
    margin: -25px 0 0 -25px;
    text-align: center;
}

.text-normal {
    text-transform: none !important;
}

.bg-none {
    background: none !important;
}

.custom-break-spaces {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.apexcharts-toolbar {
    display: none !important;
}

.fileter-selct .select2-selection {
    min-height: 20px !important;
    padding: 15px 0;
    padding: 0;
}

.fileter-selct .fileter-selct .select2-container .select2-selection--single {
    height: 33px !important;
    padding: 10px 15px;
    border: 1px solid var(--secondary-border) !important;
}

.fileter-selct .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    color: var(--primary-title);
    padding-right: 0px;
    top: -3px;
    right: 6px;
}

.fileter-selct .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 20px;
}

.fileter-selct .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--primary-title);
    font-size: 12px;
    padding-left: 8px;
    padding-right: 30px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu.dropdown-list-style {
    padding: 0;
    border: 0;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-50 {
    min-width: 50px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Modal Close Button */
.btn-close {
    font-size: 29px;
    opacity: 1;
    padding: 0 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--primary);
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 !important;
    --bs-btn-close-bg: unset;
}

.btn-close i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
}

.btn-close:hover {
    color: var(--tertiary);
}

.btn-close:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-lg {
    max-width: 700px;
}

.modal-sm {
    max-width: 398px;
}

.note-modal-content {
    padding: 20px;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.scroll-hide {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-hide::-webkit-scrollbar {
    display: none;
}

.fillable {
    color: var(--red);
}

.theme-bg-note .note-toolbar {
    background-color: #f5f7f9;
    border-color: #f5f7f9;
}

.theme-bg-note .note-editor.note-frame .note-editing-area .note-editable {
    background: rgba(0, 113, 93, 0.19);
}

.line-h-1 {
    line-height: 1;
}

.white-bg {
    background-color: #fff;
}

.btn-sm {
    padding: 0px 8px !important;
}

.btn-primary-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--primary-btn);
}

.btn-primary-fill:hover {
    background: none;
    border: 1px solid var(--primary-btn);
    color: var(--primary-btn);
}

.btn-primary-fill.active {
    border-color: var(--primary-btn);
    background: var(--white);
    color: var(--primary-btn);
}

.btn-primary-fill .icon {
    line-height: 1;
}

.btn-primary-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-primary-fill:focus {
    border-color: var(--primary-btn);
    background: var(--primary-btn);
    color: #fff;
}

.btn-primary-fill:focus:active {
    border-color: var(--primary-btn);
    background: var(--primary-btn);
    color: var(--white);
}

.btn-success-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--success-btn);
}

.btn-success-fill:hover {
    background: none;
    border: 1px solid var(--success-btn);
    color: var(--success-btn);
}

.btn-success-fill.active {
    border-color: var(--success-btn);
    background: var(--white);
    color: var(--success-btn);
}

.btn-success-fill .icon {
    line-height: 1;
}

.btn-success-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-success-fill:focus {
    border-color: var(--success-btn);
    background: var(--success-btn);
    color: #fff;
}

.btn-success-fill:focus:active {
    border-color: var(--success-btn);
    background: var(--success-btn);
    color: var(--white);
}

.btn-secondary-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--secondary-btn);
}

.btn-secondary-fill:hover {
    background: none;
    border: 1px solid var(--secondary-btn);
    color: var(--secondary-btn);
}

.btn-secondary-fill .icon {
    line-height: 1;
}

.btn-secondary-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-secondary-fill:focus {
    border-color: var(--secondary-btn);
    background: var(--secondary-btn);
    color: #fff;
}

.btn-secondary-fill:focus:active {
    border-color: var(--secondary-btn);
    background: var(--secondary-btn);
    color: var(--white);
}

.btn-tertiary-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--tertiary-btn);
}

.btn-tertiary-fill:hover {
    background: none;
    border: 1px solid var(--tertiary-btn);
    color: var(--tertiary-btn);
}

.btn-tertiary-fill .icon {
    line-height: 1;
}

.btn-tertiary-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-tertiary-fill:focus {
    border-color: var(--tertiary-btn);
    background: var(--tertiary-btn);
    color: #fff;
}

.btn-tertiary-fill:focus:active {
    border-color: var(--tertiary-btn);
    background: var(--tertiary-btn);
    color: var(--white);
}

.btn-cancel-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--red);
}

.btn-cancel-fill:hover {
    background: none;
    border: 1px solid var(--red);
    color: var(--red);
}

.btn-cancel-fill .icon {
    line-height: 1;
}

.btn-cancel-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-cancel-fill:focus {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.btn-cancel-fill:focus:active {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
}

.btn-danger-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FF6767;
}

.btn-danger-fill:hover {
    background: none;
    border: 1px solid #FF6767;
    color: #FF6767;
}

.btn-danger-fill .icon {
    line-height: 1;
}

.btn-danger-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-danger-fill:focus {
    border-color: #FF6767;
    background: #FF6767;
    color: #fff;
}

.btn-danger-fill:focus:active {
    border-color: #FF6767;
    background: #FF6767;
    color: var(--white);
}

.btn-light-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--light);
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
}

.btn-light-fill:hover {
    background: none;
    border: 1px solid var(--light);
    color: var(--primary-paragraph);
}

.btn-light-fill .icon {
    line-height: 1;
}

.btn-light-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-light-fill:focus {
    border-color: #e6edef;
    background: #e6edef;
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
}

.btn-light-fill:focus:active {
    border-color: #e6edef;
    background: #e6edef;
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
    color: var(--white);
}

.btn-dark-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--dark);
}

.btn-dark-fill:hover {
    background: none;
    border: 1px solid var(--dark);
    color: var(--dark);
}

.btn-dark-fill .icon {
    line-height: 1;
}

.btn-dark-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-dark-fill:focus {
    border-color: var(--dar);
    background: var(--dar);
    border: 1px solid var(--dark);
    color: var(--dark);
    color: #fff;
}

.btn-dark-fill:focus:active {
    border-color: var(--dar);
    background: var(--dar);
    border: 1px solid var(--dark);
    color: var(--dark);
}

.btn-warning-fill {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--warning);
}

.btn-warning-fill:hover {
    background: none;
    border: 1px solid var(--warning);
    color: var(--warning);
}

.btn-warning-fill .icon {
    line-height: 1;
}

.btn-warning-fill i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-warning-fill:focus {
    border-color: #e2c636;
    background: #e2c636;
    color: #fff;
}

.btn-warning-fill:focus:active {
    border-color: #e2c636;
    background: #e2c636;
    color: var(--white);
}

.btn-primary-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    color: var(--primary-btn);
    border: 1px solid var(--primary-btn);
}

.btn-primary-outline:hover {
    color: var(--white);
    border: 1px solid var(--primary-btn);
    background: var(--primary-btn);
}

.btn-primary-outline .icon {
    line-height: 1;
}

.btn-primary-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-primary-outline:focus {
    border-color: var(--primary-btn);
    background: var(--primary-btn);
    color: var(--white);
}

.btn-primary-outline:focus:active {
    border-color: var(--primary-btn);
    background: var(--primary-btn);
    color: var(--white);
}

.btn-secondary-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    color: var(--secondary-btn);
    border: 1px solid var(--secondary-btn);
}

.btn-secondary-outline:hover {
    color: var(--white);
    border: 1px solid var(--secondary-btn);
    background: var(--secondary-btn);
}

.btn-secondary-outline .icon {
    line-height: 1;
}

.btn-secondary-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-secondary-outline:focus {
    border-color: --secondary-btn;
    background: --secondary-btn;
    color: var(--white);
}

.btn-secondary-outline:focus:active {
    border-color: --secondary-btn;
    background: --secondary-btn;
    color: var(--white);
}

.btn-tertiary-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    color: var(--tertiary-btn);
    border: 1px solid var(--tertiary-btn);
}

.btn-tertiary-outline:hover {
    color: var(--white);
    border: 1px solid var(--tertiary-btn);
    background: var(--tertiary-btn);
}

.btn-tertiary-outline .icon {
    line-height: 1;
}

.btn-tertiary-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-tertiary-outline:focus {
    border-color: --tertiary-btn;
    background: --tertiary-btn;
    color: var(--white);
}

.btn-tertiary-outline:focus:active {
    border-color: --tertiary-btn;
    background: --tertiary-btn;
    color: var(--white);
}

.btn-cancel-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    background: none;
    color: var(--red);
    border: 1px solid var(--tertiary-btn);
}

.btn-cancel-outline:hover {
    color: var(--white);
    border: 1px solid var(--red);
    background: var(--red);
}

.btn-cancel-outline .icon {
    line-height: 1;
}

.btn-cancel-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-cancel-outline:focus {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
}

.btn-cancel-outline:focus:active {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
}

.btn-danger-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    background: none;
    color: #FF6767;
    border: 1px solid #FF6767;
}

.btn-danger-outline:hover {
    color: var(--white);
    border: 1px solid #FF6767;
    background: #FF6767;
}

.btn-danger-outline .icon {
    line-height: 1;
}

.btn-danger-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-danger-outline:focus {
    border-color: #FF6767;
    background: #FF6767;
    color: var(--white);
}

.btn-danger-outline:focus:active {
    border-color: #FF6767;
    background: #FF6767;
    color: var(--white);
}

.btn-light-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    background: none;
    color: var(--primary-title);
    border: 1px solid var(--primary-border);
}

.btn-light-outline:hover {
    color: var(--white);
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
}

.btn-light-outline .icon {
    line-height: 1;
}

.btn-light-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-light-outline:focus {
    border-color: #e6edef;
    background: #e6edef;
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
    color: var(--white);
}

.btn-light-outline:focus:active {
    border-color: #e6edef;
    background: #e6edef;
    border: 1px solid var(--dark);
    color: #fff;
    background: var(--dark);
    color: var(--white);
}

.btn-dark-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    background: none;
    color: var(--dark);
    border: 1px solid var(--dark);
}

.btn-dark-outline:hover {
    color: var(--white);
    border: 1px solid var(--dark);
    background: var(--dark);
}

.btn-dark-outline .icon {
    line-height: 1;
}

.btn-dark-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-dark-outline:focus {
    border-color: var(--dar);
    background: var(--dar);
    border: 1px solid var(--dark);
    color: var(--dark);
}

.btn-dark-outline:focus:active {
    border-color: var(--dar);
    background: var(--dar);
    border: 1px solid var(--dark);
    color: var(--dark);
}

.btn-warning-outline {
    padding: 0px 16px;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    background: none;
    color: var(--warning);
    border: 1px solid var(--warning);
}

.btn-warning-outline:hover {
    color: var(--white);
    border: 1px solid var(--warning);
    background: var(--warning);
}

.btn-warning-outline .icon {
    line-height: 1;
}

.btn-warning-outline i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    left: 0;
    top: 0px;
}

.btn-warning-outline:focus {
    border-color: #e2c636;
    background: #e2c636;
    color: var(--white);
}

.btn-warning-outline:focus:active {
    border-color: #e2c636;
    background: #e2c636;
    color: var(--white);
}

.payment-btn-card {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary-title);
}

.payment-btn-card:hover {
    border: 1px solid var(--primary-title);
    color: var(--primary-title);
}

.payment-btn-card i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-cash {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary);
}

.payment-btn-cash:hover {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.payment-btn-cash i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-draft {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary);
}

.payment-btn-draft:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.payment-btn-draft i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-gift-card {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FA5F1C;
}

.payment-btn-gift-card:hover {
    border: 1px solid #FA5F1C;
    color: #FA5F1C;
}

.payment-btn-gift-card i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-cheque {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1EA7FF;
}

.payment-btn-cheque:hover {
    border: 1px solid #1EA7FF;
    color: #1EA7FF;
}

.payment-btn-cheque i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-deposit {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #003DD9;
}

.payment-btn-deposit:hover {
    border: 1px solid #003DD9;
    color: #003DD9;
}

.payment-btn-deposit i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-points {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary);
}

.payment-btn-points:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.payment-btn-points i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-cancel {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FF6767;
}

.payment-btn-cancel:hover {
    border: 1px solid #FF6767;
    color: #FF6767;
}

.payment-btn-cancel i {
    font-size: 21px;
    line-height: 1;
}

.payment-btn-transection {
    padding: 12px 22px;
    border: 1px solid var(--primary-border);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FF9900;
}

.payment-btn-transection:hover {
    border: 1px solid #FF9900;
    color: #FF9900;
}

.payment-btn-transection i {
    font-size: 21px;
    line-height: 1;
}

.cmn-btn {
    color: var(--white);
    background: var(--primary);
    font-family: var(--primary-title);
    padding: 24px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
}

.cmn-btn .icon {
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    left: 0;
}

.cmn-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--primary-title);
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 0px;
}

.cmn-btn:hover {
    color: #ffffff !important;
}

.cmn-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: -1;
}

.cmn-btn:hover::after {
    background: var(--primary);
}

.cmn-btn:hover .icon {
    left: 3px;
}

.cmn-btn.cmn-btns {
    background: var(--paragraph-color);
}

.cmn-btn.cmn-btns:hover {
    color: #ffffff !important;
}

.cmn-btn.cmn-btns:hover::before {
    background: var(--primary);
}

.cmn-btn.cmn-btns:hover .icon {
    left: 3px;
}

.btn-primary-submit {
    font-family: var(--primary-title);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
    background: var(--primary);
    color: var(--white);
    padding: 15px 48px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
}

.btn-primary-submit .icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 5px;
    font-size: 16px;
    line-height: 1;
    position: relative;
    bottom: -3px;
}

.btn-primary-submit:hover {
    background: none;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-primary-submit:hover .icon {
    color: var(--primary);
}

.btn-primary-submit:focus {
    background: var(--primary);
    color: var(--white);
}

.fill-btn {
    border: 0;
    color: var(--white);
    background: var(--primary);
    padding: 11px 15px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fill-btn .icon {
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    left: 0;
}

.fill-btn:focus {
    color: var(--white);
}

.fill-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--white);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 0;
}

.fill-btn:hover {
    color: var(--primary);
}

.fill-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fill-btn:hover .icon {
    left: 3px;
}

.fill-btn.border-btn2 {
    border: 1px solid var(--secondary) !important;
    color: var(--secondary) !important;
    padding: 11px 27px !important;
    font-weight: 500;
}

.fill-btn.border-btn2::before {
    background: var(--secondary) !important;
}

.fill-btn.border-btn2:hover {
    border: 1px solid var(--secondary) !important;
    color: #ffffff !important;
}

.fill-btn.border-btn3 {
    padding: 8px 28px !important;
    border-radius: 5px;
}

.fill-btn-white {
    border: 0;
    color: var(--primary);
    background: var(--white);
    padding: 11px 15px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fill-btn-white .icon {
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    left: 0;
}

.fill-btn-white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--tertiary);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 0;
}

.fill-btn-white:hover {
    color: var(--white);
}

.fill-btn-white:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fill-btn-white:hover .icon {
    left: 3px;
}

.outline-btn-white {
    border: 1px solid var(--white);
    color: var(--white);
    background: none;
    padding: 10px 15px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.outline-btn-white .icon {
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    left: 0;
}

.outline-btn-white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--white);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 0;
}

.outline-btn-white:hover {
    color: var(--primary);
}

.outline-btn-white:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.outline-btn-white:hover .icon {
    left: 3px;
}

.outline-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    text-transform: normal;
    padding: 11px 15px !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: none;
    z-index: 1;
}

.outline-btn .icon {
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    left: 0;
}

.outline-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--primary);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 0;
}

.outline-btn:hover {
    color: var(--primary-title);
}

.outline-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: 1px solid transparent;
}

.outline-btn:hover .icon {
    left: 3px;
}

.outline-btn.border-btn2 {
    border: 1px solid var(--secondary) !important;
    color: var(--secondary) !important;
    padding: 11px 27px !important;
    font-weight: 500;
}

.outline-btn.border-btn2::before {
    background: var(--secondary) !important;
}

.outline-btn.border-btn2:hover {
    border: 1px solid var(--secondary) !important;
    color: #ffffff !important;
}

.outline-btn.border-btn3 {
    padding: 8px 28px !important;
    border-radius: 5px;
}

.more-btn {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.more-btn::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--primary);
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 2px;
}

.more-btn:hover {
    letter-spacing: 0.5px;
    color: var(--primary);
}

.browse-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--poppins);
}

.browse-btn i {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

.browse-btn:hover {
    letter-spacing: 0.3px;
}

.browse-btn2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--primary-title);
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--poppins);
}

.browse-btn2 i {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

.browse-btn2:hover {
    letter-spacing: 0.3px;
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.big-btn {
    padding: 14px 30px;
    font-weight: 600;
}

.primary-soft-btn {
    color: #7976FB;
    background-color: rgba(121, 118, 251, 0.1);
    border: 0;
}

.primary-soft-btn:hover {
    color: #7976FB;
    background-color: rgba(121, 118, 251, 0.1);
    border: 0;
}

.small-btn {
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 4px;
    color: var(--primary-paragraph);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--primary-border);
    cursor: pointer;
    background: none;
    text-align: center;
}

.small-btn:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid transparent !important;
}

.add-btn {
    width: 47px;
    height: 38px;
    line-height: 30px;
    color: var(--primary);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-left: 1px solid var(--primary-border);
    cursor: pointer;
    background: none;
    position: absolute;
    right: 0;
    top: 37px;
    font-size: 25px;
    text-align: center;
}

.btn-upload {
    padding: 2px 11px;
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 28px;
    font-weight: 200;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: 3px;
    line-height: 1;
    background: var(--primary-border);
}

.btn-upload.theme-color {
    background: var(--primary);
    color: #fff;
}

.btn-dropdown {
    width: 30px;
    height: 30px;
    background: var(--body-bg);
    border-radius: 50px;
    color: var(--primary-paragraph);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.btn-height2 {
    padding: 5px 16px !important;
    font-size: 16px;
    gap: 6px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-height2 i {
    font-size: 21px;
    top: 2px;
}

.btn-height3 {
    padding: 5px 11px !important;
    font-size: 12px !important;
    height: 35px;
    gap: 2px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-height3 i {
    font-size: 13px;
}

.login-btn {
    border: 1px solid var(--primary-border);
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    color: var(--primary-paragraph);
    font-size: 14px;
    padding: 12px 15px;
    font-weight: 500;
    height: 40px;
}

.login-btn:hover {
    background: var(--primary);
    border: 1px solid transparent;
    color: #fff;
}

.login-btn span {
    line-height: 1;
}

.img-uploder {
    color: var(--primary-title);
    height: 246px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    background: none;
    border: 2px solid var(--primary-border);
    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;
    border-style: dashed;
}

.img-uploder.img-uploder2 {
    width: 200px;
    height: 200px;
}

.img-uploder .img-uplode-btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tertiary-title);
    background: none;
    border: 0;
    line-height: 1;
}

.img-uploder .img-uplode-btn i {
    color: var(--primary-title);
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
}

.admin-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 3px 11px;
    background: var(--primary);
    border-radius: 3px;
    color: #fff;
}

.alert-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    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;
    font-size: 17px;
    border-color: rgba(255, 114, 114, 0.1411764706);
    color: var(--red);
    background-color: rgba(255, 114, 114, 0.1411764706);
}

.action-btn, .pdf-btn, .print-btn, .download-btn, .view-btn, .delete-btn, .edit-btn {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 30px;
    color: transparent;
    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;
    font-size: 17px;
    background-color: transparent;
}

.edit-btn {
    border-color: rgba(30, 167, 255, 0.1803921569);
    color: #1EA7FF;
    background-color: rgba(30, 167, 255, 0.1411764706);
}

.edit-btn:hover {
    background: #1EA7FF;
    color: #fff;
    border-color: transparent;
}

.delete-btn {
    border-color: rgba(255, 48, 48, 0.368627451);
    color: #FF3030;
    background-color: rgba(255, 48, 48, 0.1803921569);
}

.delete-btn:hover {
    background: #FF3030;
    color: #fff;
    border-color: transparent;
}

.delete-btn {
    border-color: rgba(255, 48, 48, 0.1294117647);
    color: #FF3030;
    background-color: rgba(255, 48, 48, 0.1803921569);
}

.delete-btn:hover {
    background: #FF3030;
    color: #fff;
    border-color: transparent;
}

.view-btn {
    border-color: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    background-color: rgba(var(--primary-rgb), 0.1);
}

.view-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
}

.download-btn {
    border-color: rgba(240, 120, 60, 0.168627451);
    color: #f0783c;
    background-color: rgba(240, 120, 60, 0.168627451);
}

.download-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
}

.print-btn {
    border-color: #b3f2e3;
    color: #419990;
    background-color: #caf9ef;
}

.print-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
}

.pdf-btn {
    border-color: #f6d9ff;
    color: #aa31b7;
    background-color: #fae8ff;
}

.pdf-btn:hover {
    background: #aa31b7;
    color: #fff;
    border-color: transparent;
}

.badge-btn {
    padding: 2px 8px;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    height: 27px;
    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;
    gap: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.badge-btn i {
    font-size: 15px;
}

.cancel {
    color: #f7675d;
    border: 1px solid #fdccc9;
    background-color: #fde3e1;
}

.pending {
    color: #faa613;
    border: 1px solid #fccf61;
    background-color: #feeec5;
}

.success {
    color: #54dc95;
    border: 1px solid #79e9ad;
    background-color: rgba(205, 248, 220, 0.4784313725);
}

.infos {
    color: #419990;
    border: 1px solid #b3f2e3;
    background-color: #caf9ef;
}

.pro {
    color: #aa31b7;
    border: 1px solid #f6d9ff;
    background-color: #fae8ff;
}

/*---------------------------------------------
    Cart Animated
-----------------------------------------------*/
.morphing-animated {
    -webkit-animation: morphing 10s infinite;
    animation: morphing 10s infinite;
    overflow: hidden;
}

@-webkit-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

.slider-thumb {
    border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    -webkit-animation: sliderShape 5s linear infinite;
}

@-webkit-keyframes sliderShape {
    0%, 100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes sliderShape {
    0%, 100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.wave-animated {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.wave-animated::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
    top: -250px;
    left: -100px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
    z-index: -1;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wave-animated::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    top: -245px;
    left: -98px;
    z-index: 2;
    -webkit-animation: rotate 25s linear infinite;
    animation: rotate 25s linear infinite;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.running {
    -webkit-animation: nudge 10s linear infinite alternate;
    animation: nudge 10s linear infinite alternate;
}

@-webkit-keyframes nudge {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
            }
        }
    }
    80% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
            }
        }
    }
}

@keyframes nudge {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
            }
        }
    }
    80% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
            }
        }
    }
}

.runningTwo {
    -webkit-animation: nudge 10s linear infinite alternate;
    animation: nudge 10s linear infinite alternate;
}

@keyframes nudge {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        @media (max-width: 575px) {
            .runningTwo {
                -webkit-transform: translate(-20px, 0) !important;
                transform: translate(-20px, 0) !important;
            }
        }
    }
    80% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        @media (max-width: 575px) {
            .runningTwo {
                -webkit-transform: translate(20px, 0) !important;
                transform: translate(20px, 0) !important;
            }
        }
    }
}

/* bounce-animate */
.bounce-animate {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /* animation-timing-function: linear; */
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* heartbeat */
.heartbeat {
    -webkit-animation: heartbeat 1s infinite alternate;
    animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.heartbeat2 {
    -webkit-animation: heartbeat 2s infinite alternate;
    animation: heartbeat 2s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.heartbeat3 {
    -webkit-animation: heartbeat 2s infinite alternate;
    animation: heartbeat 2s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.ZoomTwo {
    position: relative;
    -webkit-animation-name: myanimation;
    animation-name: myanimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes myanimation {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* Rotate */
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.bouncingAnimation {
    -webkit-animation: bouncebubble infinite 5s;
    animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bouncebubble {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.live {
    display: inline-block;
    position: relative;
}

.live::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-color: var(--secondary);
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.live::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(225, 36, 84, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out infinite;
    animation: live 2s ease-in-out infinite;
    z-index: 1;
    top: -15px;
    left: -5px;
}

@-webkit-keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(225, 36, 84, 0.3);
    }
}

@keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

.loader-line {
    width: 200px;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 100px auto;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: coral;
    -webkit-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    border-radius: 20px;
}

@-webkit-keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

.routedOne {
    -webkit-animation-name: des2;
    animation-name: des2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes des2 {
    from {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes des2 {
    from {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.routedTwo {
    max-width: 800px;
    -webkit-animation-name: shape;
    animation-name: shape;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes shape {
    from {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    to {
        -webkit-transform: rotateY(15deg) rotateX(10deg);
        transform: rotateY(15deg) rotateX(10deg);
    }
}

@keyframes shape {
    from {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    to {
        -webkit-transform: rotateY(15deg) rotateX(10deg);
        transform: rotateY(15deg) rotateX(10deg);
    }
}

.slideEffect, .section-tittle .title .textColor, .section-tittle .section-variant .single-section-variant .add-text .textColor, .section-variant .single-section-variant .section-tittle .add-text .textColor, .section-tittle-two .title .textColor, .section-tittle-two .section-variant .single-section-variant .add-text .textColor, .section-variant .single-section-variant .section-tittle-two .add-text .textColor {
    background: -webkit-linear-gradient(left, var(--primary-title), rgba(var(--primary-rgb), 0.4), var(--primary-title));
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px;
    }
    100% {
        background-position: 1600px 0;
    }
}

@keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px;
    }
    100% {
        background-position: 1600px 0;
    }
}

.textEffect2 {
    background-size: auto 200%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 8s linear infinite;
    animation: shine 8s linear infinite;
}

.textEffect2:nth-child(2) {
    top: 50vh;
}

@keyframes shine {
    from {
        background-position: center 0;
    }
    to {
        background-position: center 200%;
    }
}

.LR-animated {
    -webkit-animation: question 1.5s linear 1;
    animation: question 1.5s linear 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes question {
    0% {
        -webkit-transform: scale(1), rotate(0deg);
        transform: scale(1), rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: scale(1.1), rotate(0deg);
        transform: scale(1.1), rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes question {
    0% {
        -webkit-transform: scale(1), rotate(0deg);
        transform: scale(1), rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: scale(1.1), rotate(0deg);
        transform: scale(1.1), rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.UD-animated {
    -webkit-animation: float 1.5s linear 1;
    animation: float 1.5s linear 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }
    50% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    75% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }
    50% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    75% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@-webkit-keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@-webkit-keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.textFlip {
    position: relative;
    display: inline-block !important;
}

.textFlip .single {
    text-transform: lowercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    display: inline-block;
    -webkit-animation: flip 2s infinite;
    animation: flip 2s infinite;
    -webkit-animation-delay: calc(0.1s * var(--i));
    animation-delay: calc(0.1s * var(--i));
}

.textFlip .single:first-child {
    text-transform: uppercase;
}

@-webkit-keyframes flip {
    0%, 80% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes flip {
    0%, 80% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.colorEffect {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--primary-title)));
    background-image: linear-gradient(to right, var(--primary) 45%, var(--primary-title) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.colorEffect:hover {
    background-position: 0% 50%;
}

.colorEffect2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--heading-color-tow)));
    background-image: linear-gradient(to right, var(--primary) 45%, var(--heading-color-tow) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.colorEffect2:hover {
    background-position: 0% 50%;
}

.colorEffect2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--paragraph-color)));
    background-image: linear-gradient(to right, var(--primary) 45%, var(--paragraph-color) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.colorEffect2:hover {
    background-position: 0% 50%;
}

.colorEffect3 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, #ffffff));
    background-image: linear-gradient(to right, var(--primary) 45%, #ffffff 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    -webkit-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.colorEffect3:hover {
    background-position: 0% 50%;
}

.imgEffect {
    overflow: hidden;
    position: relative;
}

.imgEffect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.imgEffect img {
    border-radius: 12px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
}

.imgEffect:hover::before {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s;
}

.imgEffect:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.imgEffect2 img {
    border-radius: 7px 7px 0 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
}

.imgEffect2:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.zoomImg {
    overflow: hidden;
}

.zoomImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
}

.zoomImg:hover::before {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s;
}

.zoomImg:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.tittleBgColor::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--primary);
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    height: calc(84% + 5px);
    width: calc(100% + 20px);
    z-index: -1;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .tittleBgColor::before {
        top: 2px;
    }
}

.tittleBgColor:hover {
    color: var(--primary);
    background-position: 0% 50%;
}

.tittleBgColor:hover::before {
    background: var(--white);
}

.hvr-wobble-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-bottom:hover {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    33.3% {
        -webkit-transform: skew(8deg);
        transform: skew(8deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.select2-selection {
    border-color: var(--primary-border) !important;
    border-radius: 4px !important;
    margin-bottom: 0px;
    min-height: 40px !important;
    padding: 11px 14px 15px 14px;
}

.select2-selection .select2-container .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-selection .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-bottom: 0px;
}

.select2-results__option[aria-selected] {
    text-transform: capitalize;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    font-weight: 600;
    color: var(--primary-title);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 0;
}

.select2-selection__rendered li {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: var(--primary);
    padding: 2px 8px !important;
    font-size: 14px;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 1;
    margin-right: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--white);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 13px;
    height: auto;
    top: 17px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: var(--primary-border);
}

.select2-dropdown {
    border-color: #EAECF0;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
}

.select2-dropdown {
    z-index: 10060 !important; /*1051;*/
}

.select2-container .select2-results {
    padding: 8px 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-bottom: 1px solid var(--primary-paragraph);
    border-right: 1px solid var(--primary-paragraph);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: block;
    height: 8px;
    right: 41px;
    width: 8px;
    border-top: 0;
    border-left: 0;
    margin-left: -4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary-paragraph);
    border-width: 1px;
    -webkit-transform: rotate(226deg);
    transform: rotate(226deg);
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    border: 0 !important;
}

.select2-selection.select2-selection--multiple {
    min-height: 40px;
}

.select2-container .select2-selection--multiple {
    border: 1px solid var(--primary-border) !important;
    padding: 0px 7px !important;
}

.select2-search__field {
    font-size: 14px !important;
    color: var(--primary-paragraph);
    text-transform: capitalize;
}

.select2-container--default .select2-selection--multiple {
    background-color: unset;
    border: 1px solid var(--primary-border);
}

.theme-border-tag .select2-container .select2-selection--multiple {
    border-color: rgba(var(--primary-rgb), 0.3) !important;
}

.theme-border-tag .select2-container--default .select2-selection--multiple {
    border-color: rgba(var(--primary-rgb), 0.3) !important;
}

.select2-search__field {
    height: 37px;
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.cancelBtn.btn.btn-sm.btn-default {
    color: var(--primary-paragraph);
}

.daterangepicker::before {
    border-bottom: 7px solid var(--primary-border);
}

.note-toolbar {
    border-color: var(--primary-border);
}

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid var(--primary-border);
}

.note-editor li {
    margin: auto 23px;
    list-style: unset;
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: unset;
}

.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.select2-container {
    z-index: 5;
}

.daterangepicker.ltr.single.opensright.show-calendar {
    z-index: 99999;
}

.table-select-style .select2-selection {
    border-radius: 4px !important;
    min-height: 33px !important;
    padding: 7px 14px 15px 14px !important;
    margin-bottom: 0 !important;
}

.table-select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

.table-select-style .select2.select2-container.select2-container--default {
    width: 120px !important;
}

.table-select-style span.select2-search.select2-search--dropdown {
    display: none;
}

.theme-border-select2 .select2-container--default .select2-selection--single {
    border-color: rgba(var(--primary-rgb), 0.3) !important;
}

.theme-border-select2 .select2-container--default .select2-selection--single:focus {
    border-color: var(--primary);
}

.theme-border-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color) !important;
}

.select2-search.select2-search--inline {
    line-height: 1;
    height: 28px;
}

.user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.user-info .user-img {
    width: 37px;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .user-info .user-img {
        margin-right: 0px;
    }
}

.user-info .user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .user-info .user-details {
        display: none;
    }
}

.user-info .user-details .name, .user-info .user-details i {
    font-weight: 400;
    font-size: 14px;
    color: var(--primary-paragraph);
    text-transform: capitalize;
}

.user-info .user-details i {
    font-size: 18px;
}

.user-info .user-details .pera {
    font-weight: 300;
    margin: 0;
    font-size: 12px;
}

.toggle-arro-hidden::after {
    display: none;
}

.dropdown-toggle {
    cursor: pointer;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.header-right .count {
    background: var(--primary);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -6px;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 3px;
}

.header-right .cart-list {
    line-height: 1;
}

.header-right .cart-list .cart-items {
    font-size: 20px;
    text-align: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.dropdown-list-style {
    min-width: 120px;
    top: 22px;
}

.dropdown-list-style .user-sub-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--secondary-border);
    margin-bottom: 9px;
    padding-bottom: 14px;
    gap: 6px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right;
}

.dropdown-list-style .user-sub-info .user-img {
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-list-style .user-sub-info .user-details .name, .dropdown-list-style .user-sub-info .user-info .user-details i, .user-info .dropdown-list-style .user-sub-info .user-details i {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary-paragraph);
}

.dropdown-list-style .user-sub-info .user-details .pera {
    font-weight: 300;
    margin: 0;
    font-size: 12px;
}

.dropdown-list-style .profileListing {
    background: var(--white);
    padding: 20px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 4px;
}

.dropdown-list-style .profileListing .list {
    color: var(--primary-title);
    cursor: pointer;
}

.dropdown-list-style .profileListing .list .icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--paragraph-color);
    margin-right: 8px;
    font-weight: 700;
    font-size: 20px;
    vertical-align: -4px;
}

.dropdown-list-style .profileListing .list:last-child .list-items {
    padding-bottom: 0;
}

.dropdown-list-style .profileListing .list .list-items {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--tertiary-title);
    display: block;
    padding: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    border-radius: 4px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.dropdown-list-style .profileListing .list .list-items i {
    font-size: 20px;
}

.dropdown-list-style .profileListing .list .list-items:hover {
    color: var(--primary);
}

.notification .dropdown-menu {
    width: 267px;
    background: #fff;
    height: 350px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 20px !important;
}

.notification .clear-notification {
    color: #F76E6E;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    border: none;
}

.notification-listing {
    padding-top: 14px;
    padding-bottom: 10px;
    max-height: 236px;
    margin-bottom: 12px;
}

.notification-listing .list {
    color: var(--primary-title);
    cursor: pointer;
}

.notification-listing .list .icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--paragraph-color);
    margin-right: 8px;
    font-weight: 700;
    font-size: 20px;
    vertical-align: -4px;
}

.notification-listing .list .list-items {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--primary-paragraph);
    display: block;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid var(--primary-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.notification-listing .list .list-items i {
    color: var(--primary-paragraph);
    font-size: 15px;
    position: relative;
    top: 5px;
}

.notification-listing .list .list-items:last-child {
    border-bottom: 0;
}

.custom-dropdown.profileListing .list .list-items {
    padding: 4px 0px;
    gap: 15px;
}

.custom-dropdown.profileListing .list .list-items i {
    font-size: 17px;
}

.see-all-notification {
    font-size: 14px;
    padding: 10px 10px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    display: block;
    background: var(--body-bg);
    display: block;
    border-radius: 4px;
    color: var(--primary);
}

.change-theme-mode {
    cursor: pointer;
    font-size: 23px;
    background: none;
    padding: 0;
    border: 0;
    color: var(--primary-paragraph);
    font-weight: 300;
}

.header {
    background: var(--white);
    height: 80px;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 20;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 22.5px 30px !important;
    -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header-search {
    position: relative;
    width: 444px;
}

.header-search .search-icon {
    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;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
}

.header-search .search-field {
    color: var(--primary);
    background: var(--body-bg);
    display: block;
    width: 100%;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-right: 3.25rem !important;
    height: 40px !important;
    border: 1px solid var(--primary-border);
}

.header-search .search-field::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header-search .search-field::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header-search .search-field:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header-search .search-field::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header-search .search-field::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header-search .search-field:focus-visible {
    outline-color: #eef0ff;
}

@media screen and (max-width: 768px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 17px 24px;
    }
}

@media screen and (min-width: 769px) {
    .header {
        display: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 15px 20px !important;
    }
}

@media (max-width: 767.98px) {
    .header {
        padding: 12px 24px !important;
        height: auto;
    }
}

.header-control-item .select2 {
    width: 100% !important;
}

.header-icon {
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.4em;
}

.header .header-search {
    position: relative;
    width: 444px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header .header-search {
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .header-search {
        width: 300px;
    }
}

.header .header-search .search-field::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header .header-search .search-field::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header .header-search .search-field:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header .header-search .search-field::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header .header-search .search-field::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-paragraph);
}

.header .header-search .search-field:focus-visible {
    outline-color: #eef0ff;
}

.with-248 {
    min-width: 248px !important;
}

.custom-w-p {
    width: 182px;
    padding: 20px;
}

@media (max-width: 575px) {
    .sidebar {
        width: 280px !important;
    }
}

.sub-menu-wrapper .sub-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(var(--primary-rgb), 0.09);
    background: rgba(9, 14, 13, 0.08);
    background: rgba(9, 14, 13, 0.05);
    border-radius: 4px;
    padding: 5px 5px;
    border: 1px solid var(--primary-border);
}

.sub-menu-wrapper .sub-menu-list .sub-menu-item .single {
    color: var(--primary-paragraph);
    font-size: 16px;
    font-weight: 500;
    padding: 7px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: transparent;
    text-transform: capitalize;
    border: 1px solid transparent;
}

.sub-menu-wrapper .sub-menu-list .sub-menu-item .single.active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 24px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 24px;
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary-border);
}

.page-header {
    position: sticky;
    top: 80px;
    z-index: 6;
    background: var(--body-bg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-header {
        top: 65px;
    }
}

@media (max-width: 575px) {
    .page-header {
        position: inherit;
    }
}

/* -------------------------------
    Footer
------------------------------- */
.footer {
    border-top: 0;
    border-bottom: 0;
    background: var(--white);
    -webkit-box-shadow: var(--theme-shadow);
    box-shadow: var(--theme-shadow);
    padding: 21px 20px;
    width: 100%;
    border-radius: 4px;
}

.footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-paragraph);
    margin-bottom: 0;
    font-size: 14px;
}

/* ---------------------------------
    Sidebar
--------------------------------- */
.sidebar {
    position: fixed;
    top: 99px;
    left: 18px;
    bottom: 18px;
    z-index: 300;
    background-color: var(--white);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    overflow: hidden;
    -webkit-box-shadow: rgba(50, 50, 93, 0) 0px 6px 12px -2px, rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0) 0px 6px 12px -2px, rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
    border: 1px solid var(--primary-rgb);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1199px) {
    .sidebar {
        background-color: var(--bg-secondary);
        left: -100%;
    }
}

.sidebar .sidebar-menu {
    padding: 11px 0 135px;
    height: calc(100vh - 94px);
    top: 0 !important;
    position: relative;
    overflow-x: none;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item .parent-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--secondary-title);
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 14px;
    margin: 3px 18px;
    border-radius: 5px;
    position: relative;
    text-transform: capitalize;
    position: relative;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item .parent-item-content::after {
    content: "\f039";
    font-family: var(--remix-icon);
    font-weight: 300;
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 22px;
    color: var(--primary);
    opacity: 0;
    visibility: hidden;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item .parent-item-content i {
    font-size: 22px;
    line-height: 1;
    color: var(--primary);
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item.active-menu > .parent-item-content {
    color: #fff !important;
    background: var(--primary);
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item.active-menu > .parent-item-content::after {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item.active-menu > .parent-item-content i {
    color: #fff;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item:hover .parent-item-content {
    background: rgba(var(--primary-rgb), 0.1);
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item:hover .parent-item-content::after {
    color: var(--primary);
    opacity: 1;
    visibility: visible;
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item:hover.active-menu > .parent-item-content {
    color: #fff !important;
    background: var(--primary);
}

.sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item:hover.active-menu > .parent-item-content::after {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.sidebar .close-toggle {
    display: none;
}

.sidebar .sidebar-logo {
    height: 70px;
    padding: 13px 15px !important;
    border-top: 1px solid var(--primary-border);
    min-height: 80px;
    z-index: 12;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
}

/* ---------------------------------
   Body layout main contents
--------------------------------- */
#layout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#layout-wrapper .main-content {
    height: calc(100vh - 18px);
    margin-left: 320px;
    padding-top: 99px;
    padding-left: 18px;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    gap: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    #layout-wrapper .main-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100%;
        margin-left: 0;
    }
}

#layout-wrapper .main-content .page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

#layout-wrapper.half-expand .sidebar {
    left: -100%;
}

@media (max-width: 1199px) {
    #layout-wrapper.half-expand .sidebar {
        left: 20px;
        position: absolute;
    }
}

#layout-wrapper.half-expand .main-content {
    margin-left: 0px;
}

.sidebar-toggle {
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 4px;
    color: var(--primary-paragraph);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--primary-border);
    cursor: pointer;
    background: none;
}

.sidebar-toggle:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid transparent !important;
}

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

.hero {
    background-color: var(--primary);
    border-radius: 4px;
}

.hero .para {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}

.hero .title, .hero .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .hero .add-text {
    color: #fff;
    font-size: 64px;
    font-weight: 200;
    line-height: 1;
}

@media (max-width: 767px) {
    .hero .title, .hero .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .hero .add-text {
        font-size: 50px;
    }
}

.hero-bg {
    position: relative;
}

.hero-bg::after {
    content: "";
    position: absolute;
    background-image: url("../images/hero-bg.png");
    background-repeat: repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.hero-padding {
    padding: 65px 50px;
}

@media (max-width: 767px) {
    .hero-padding {
        padding: 21px 26px;
    }
}

.z-index-5 {
    z-index: 5;
}

.welcome-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome-card .img-1 {
    right: 4px;
    -webkit-animation: up-down 4s infinite;
    animation: up-down 4s infinite;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .welcome-card .img-1 {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1360px) {
    .welcome-card .img-1 {
        display: none;
    }
}

.welcome-card .img-2 {
    top: 0;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
    opacity: 0.7;
}

.welcome-card .img-3 {
    -webkit-animation: up-down 4s infinite;
    animation: up-down 4s infinite;
    right: 20%;
    top: 50%;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .welcome-card .img-3 {
        width: 60px;
    }
}

@media (min-width: 991px) and (max-width: 1360px) {
    .welcome-card .img-3 {
        width: 60px;
    }
}

.welcome-card .img-4 {
    bottom: -50px;
    left: 1%;
    -webkit-animation: 8s linear 0s infinite normal none running move1;
    animation: 8s linear 0s infinite normal none running move1;
    opacity: 1;
}

@media (max-width: 767px) {
    .welcome-card .img-4 {
        width: 60px;
    }
}

@media (min-width: 991px) and (max-width: 1360px) {
    .welcome-card .img-4 {
        width: 60px;
    }
}

.welcome-card .img-5 {
    right: 169px;
    top: -14px;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
}

@media (max-width: 767px) {
    .welcome-card .img-5 {
        width: 55px;
        right: 104px;
    }
}

@media (min-width: 991px) and (max-width: 1360px) {
    .welcome-card .img-5 {
        width: 55px;
        right: 104px;
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes wave-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
    }
    40% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes wave-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
    }
    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
    }
    40% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes myOrbit {
    0% {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    0% {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
        transform: rotate(360deg) translateX(15px) rotate(-360deg);
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
        transform: rotate(360deg) translateX(15px) rotate(-360deg);
    }
}

.card-color-one .icon, .profile-card .col-xxl-3:nth-child(1) .card-style .icon,
.profile-card .col-xxl-4:nth-child(1) .card-style .icon, .payment-card .col-xxl-6:nth-child(1) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(1) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(1) .single-dashboard-card .icon {
    color: #534ABA;
    background-color: rgba(83, 74, 186, 0.06);
}

.card-color-two .icon, .profile-card .col-xxl-3:nth-child(4) .card-style .icon,
.profile-card .col-xxl-4:nth-child(4) .card-style .icon, .profile-card .col-xxl-3:nth-child(2) .card-style .icon,
.profile-card .col-xxl-4:nth-child(2) .card-style .icon, .payment-card .col-xxl-6:nth-child(4) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(4) .single-card-two .icon, .payment-card .col-xxl-6:nth-child(2) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(2) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(2) .single-dashboard-card .icon {
    color: #EF746D;
    background-color: rgba(239, 116, 109, 0.06);
}

.card-color-three .icon, .profile-card .col-xxl-3:nth-child(3) .card-style .icon,
.profile-card .col-xxl-4:nth-child(3) .card-style .icon, .payment-card .col-xxl-6:nth-child(3) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(3) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(3) .single-dashboard-card .icon {
    color: #0CAF60;
    background-color: rgba(12, 175, 96, 0.06);
}

.card-color-four .icon, .profile-card .col-xxl-3:nth-child(4) .card-style .icon,
.profile-card .col-xxl-4:nth-child(4) .card-style .icon, .payment-card .col-xxl-6:nth-child(4) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(4) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(4) .single-dashboard-card .icon {
    color: #003DD9;
    background-color: rgba(0, 61, 217, 0.06);
}

.card-color-five .icon, .profile-card .col-xxl-3:nth-child(5) .card-style .icon,
.profile-card .col-xxl-4:nth-child(5) .card-style .icon, .payment-card .col-xxl-6:nth-child(5) .single-card-two .icon,
.payment-card .col-xl-6:nth-child(5) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(5) .single-dashboard-card .icon {
    color: #FA5F1C;
    background-color: rgba(255, 193, 7, 0.1);
}

.progress-up {
    color: #0CAF60 !important;
}

.progress-down {
    color: #FA5F1C !important;
}

.single-dashboard-card {
    padding: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    background: var(--white);
}

@media (max-width: 575px) {
    .single-dashboard-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-dashboard-card {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-dashboard-card {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-dashboard-card {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-dashboard-card {
        padding: 15px;
    }
}

.single-dashboard-card .icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 26px;
}

.single-dashboard-card .cat-caption .pera {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-dashboard-card .cat-caption .pera {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-dashboard-card .cat-caption .pera {
        font-size: 14px;
    }
}

.single-dashboard-card .cat-caption .single-counter .counter,
.single-dashboard-card .cat-caption .single-counter .currency,
.single-dashboard-card .cat-caption .single-counter .amount {
    color: var(--primary-title);
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-dashboard-card .cat-caption .single-counter .counter,
    .single-dashboard-card .cat-caption .single-counter .currency,
    .single-dashboard-card .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .single-dashboard-card .cat-caption .single-counter .counter,
    .single-dashboard-card .cat-caption .single-counter .currency,
    .single-dashboard-card .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-dashboard-card .cat-caption .single-counter .counter,
    .single-dashboard-card .cat-caption .single-counter .currency,
    .single-dashboard-card .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-dashboard-card .cat-caption .single-counter .counter,
    .single-dashboard-card .cat-caption .single-counter .currency,
    .single-dashboard-card .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

.single-dashboard-card .cat-caption .progresses i {
    font-size: 16px;
}

.single-dashboard-card .cat-caption .progresses span {
    font-size: 12px;
    text-transform: capitalize;
}

.single-card-two {
    padding: 20px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--primary-border);
}

@media (max-width: 575px) {
    .single-card-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-two {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-two {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-two {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-card-two {
        padding: 15px;
    }
}

.single-card-two .icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 26px;
}

.single-card-two .cat-caption .pera {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-two .cat-caption .pera {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-two .cat-caption .pera {
        font-size: 14px;
    }
}

.single-card-two .cat-caption .single-counter .counter,
.single-card-two .cat-caption .single-counter .currency,
.single-card-two .cat-caption .single-counter .amount {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-card-two .cat-caption .single-counter .counter,
    .single-card-two .cat-caption .single-counter .currency,
    .single-card-two .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .single-card-two .cat-caption .single-counter .counter,
    .single-card-two .cat-caption .single-counter .currency,
    .single-card-two .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-two .cat-caption .single-counter .counter,
    .single-card-two .cat-caption .single-counter .currency,
    .single-card-two .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-two .cat-caption .single-counter .counter,
    .single-card-two .cat-caption .single-counter .currency,
    .single-card-two .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

.payment-card .col-xxl-6:nth-child(1) .single-card-two .single-counter .counter,
.payment-card .col-xxl-6:nth-child(1) .single-card-two .single-counter .currency,
.payment-card .col-xxl-6:nth-child(1) .single-card-two .single-counter .amount,
.payment-card .col-xl-6:nth-child(1) .single-card-two .single-counter .counter,
.payment-card .col-xl-6:nth-child(1) .single-card-two .single-counter .currency,
.payment-card .col-xl-6:nth-child(1) .single-card-two .single-counter .amount {
    color: var(--primary);
}

.payment-card .col-xxl-6:nth-child(2) .single-card-two .single-counter .counter,
.payment-card .col-xxl-6:nth-child(2) .single-card-two .single-counter .currency,
.payment-card .col-xxl-6:nth-child(2) .single-card-two .single-counter .amount,
.payment-card .col-xl-6:nth-child(2) .single-card-two .single-counter .counter,
.payment-card .col-xl-6:nth-child(2) .single-card-two .single-counter .currency,
.payment-card .col-xl-6:nth-child(2) .single-card-two .single-counter .amount {
    color: #FA5F1C;
}

.payment-card .col-xxl-6:nth-child(3) .single-card-two .single-counter .counter,
.payment-card .col-xxl-6:nth-child(3) .single-card-two .single-counter .currency,
.payment-card .col-xxl-6:nth-child(3) .single-card-two .single-counter .amount,
.payment-card .col-xl-6:nth-child(3) .single-card-two .single-counter .counter,
.payment-card .col-xl-6:nth-child(3) .single-card-two .single-counter .currency,
.payment-card .col-xl-6:nth-child(3) .single-card-two .single-counter .amount {
    color: #0CAF60;
}

.payment-card .col-xxl-6:nth-child(4) .single-card-two .single-counter .counter,
.payment-card .col-xxl-6:nth-child(4) .single-card-two .single-counter .currency,
.payment-card .col-xxl-6:nth-child(4) .single-card-two .single-counter .amount,
.payment-card .col-xl-6:nth-child(4) .single-card-two .single-counter .counter,
.payment-card .col-xl-6:nth-child(4) .single-card-two .single-counter .currency,
.payment-card .col-xl-6:nth-child(4) .single-card-two .single-counter .amount {
    color: #FA5F1C;
}

.cart2 {
    -webkit-box-shadow: var(--theme-shadow);
    box-shadow: var(--theme-shadow);
    border-radius: 4px;
    padding: 20px;
    border: 1px solid var(--primary-border);
}

.single-card-three {
    padding: 20px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--primary-border);
}

@media (max-width: 575px) {
    .single-card-three {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-three {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-three {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-three {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-card-three {
        padding: 15px;
    }
}

.single-card-three .icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 26px;
    color: #0CAF60;
    background-color: rgba(12, 175, 96, 0.06);
}

.single-card-three .cat-caption .pera {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-three .cat-caption .pera {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-three .cat-caption .pera {
        font-size: 14px;
    }
}

.single-card-three .cat-caption .single-counter .counter,
.single-card-three .cat-caption .single-counter .currency,
.single-card-three .cat-caption .single-counter .amount {
    color: #0CAF60;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-card-three .cat-caption .single-counter .counter,
    .single-card-three .cat-caption .single-counter .currency,
    .single-card-three .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .single-card-three .cat-caption .single-counter .counter,
    .single-card-three .cat-caption .single-counter .currency,
    .single-card-three .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-card-three .cat-caption .single-counter .counter,
    .single-card-three .cat-caption .single-counter .currency,
    .single-card-three .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-card-three .cat-caption .single-counter .counter,
    .single-card-three .cat-caption .single-counter .currency,
    .single-card-three .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

.single-card-three .cat-caption .progresses i {
    font-size: 16px;
}

.single-card-three .cat-caption .progresses span {
    font-size: 12px;
    text-transform: capitalize;
}

.profile-card-color-one, .profile-card .col-xxl-3:nth-child(1) .card-style,
.profile-card .col-xxl-4:nth-child(1) .card-style {
    background-color: rgba(12, 175, 96, 0.09);
    border-color: rgba(12, 175, 96, 0.1);
}

.profile-card-color-one .icon, .profile-card .col-xxl-3:nth-child(1) .card-style .icon,
.profile-card .col-xxl-4:nth-child(1) .card-style .icon {
    color: #0CAF60;
    background-color: rgba(12, 175, 96, 0.09);
}

.profile-card-color-two, .profile-card .col-xxl-3:nth-child(2) .card-style,
.profile-card .col-xxl-4:nth-child(2) .card-style {
    background-color: rgba(83, 74, 186, 0.09);
    border-color: rgba(83, 74, 186, 0.1);
}

.profile-card-color-two .icon, .profile-card .col-xxl-3:nth-child(2) .card-style .icon,
.profile-card .col-xxl-4:nth-child(2) .card-style .icon {
    color: #534ABA;
    background-color: rgba(83, 74, 186, 0.09);
}

.profile-card-color-three, .profile-card .col-xxl-3:nth-child(3) .card-style,
.profile-card .col-xxl-4:nth-child(3) .card-style {
    background-color: rgba(239, 116, 109, 0.09);
    border-color: rgba(239, 116, 109, 0.1);
}

.profile-card-color-three .icon, .profile-card .col-xxl-3:nth-child(3) .card-style .icon,
.profile-card .col-xxl-4:nth-child(3) .card-style .icon {
    color: #EF746D;
    background-color: rgba(239, 116, 109, 0.09);
}

.profile-card-color-four, .profile-card .col-xxl-3:nth-child(4) .card-style,
.profile-card .col-xxl-4:nth-child(4) .card-style {
    background-color: #f3f5f7;
    border-color: #f3f5f7;
}

.profile-card-color-four .icon, .profile-card .col-xxl-3:nth-child(4) .card-style .icon,
.profile-card .col-xxl-4:nth-child(4) .card-style .icon {
    color: var(--primary-title);
    background-color: #f3f5f7;
}

.profile-card-color-five, .profile-card .col-xxl-3:nth-child(5) .card-style,
.profile-card .col-xxl-4:nth-child(5) .card-style {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.1);
}

.profile-card-color-five .icon, .profile-card .col-xxl-3:nth-child(5) .card-style .icon,
.profile-card .col-xxl-4:nth-child(5) .card-style .icon {
    color: #003DD9;
    background-color: rgba(255, 193, 7, 0.1);
}

.progress-up {
    color: #0CAF60 !important;
}

.progress-down {
    color: #FA5F1C !important;
}

.card-style {
    padding: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background: var(--white);
}

@media (max-width: 575px) {
    .card-style {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .card-style {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-style {
        padding: 15px;
    }
}

.card-style .icon {
    background: var(--white);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
}

.card-style .cat-caption .pera {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-paragraph);
    line-height: 1;
}

.card-style .cat-caption .single-counter .counter,
.card-style .cat-caption .single-counter .currency,
.card-style .cat-caption .single-counter .amount {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-style .cat-caption .single-counter .counter,
    .card-style .cat-caption .single-counter .currency,
    .card-style .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .card-style .cat-caption .single-counter .counter,
    .card-style .cat-caption .single-counter .currency,
    .card-style .cat-caption .single-counter .amount {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .card-style .cat-caption .single-counter .counter,
    .card-style .cat-caption .single-counter .currency,
    .card-style .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style .cat-caption .single-counter .counter,
    .card-style .cat-caption .single-counter .currency,
    .card-style .cat-caption .single-counter .amount {
        font-size: 14px;
    }
}

.profile-card .col-xxl-3:nth-child(1) .card-style .single-counter .counter,
.profile-card .col-xxl-3:nth-child(1) .card-style .single-counter .currency,
.profile-card .col-xxl-3:nth-child(1) .card-style .single-counter .amount,
.profile-card .col-xxl-4:nth-child(1) .card-style .single-counter .counter,
.profile-card .col-xxl-4:nth-child(1) .card-style .single-counter .currency,
.profile-card .col-xxl-4:nth-child(1) .card-style .single-counter .amount {
    color: #0CAF60;
}

.profile-card .col-xxl-3:nth-child(2) .card-style .single-counter .counter,
.profile-card .col-xxl-3:nth-child(2) .card-style .single-counter .currency,
.profile-card .col-xxl-3:nth-child(2) .card-style .single-counter .amount,
.profile-card .col-xxl-4:nth-child(2) .card-style .single-counter .counter,
.profile-card .col-xxl-4:nth-child(2) .card-style .single-counter .currency,
.profile-card .col-xxl-4:nth-child(2) .card-style .single-counter .amount {
    color: #534ABA;
}

.profile-card .col-xxl-3:nth-child(3) .card-style .single-counter .counter,
.profile-card .col-xxl-3:nth-child(3) .card-style .single-counter .currency,
.profile-card .col-xxl-3:nth-child(3) .card-style .single-counter .amount,
.profile-card .col-xxl-4:nth-child(3) .card-style .single-counter .counter,
.profile-card .col-xxl-4:nth-child(3) .card-style .single-counter .currency,
.profile-card .col-xxl-4:nth-child(3) .card-style .single-counter .amount {
    color: var(--tertiary);
}

.profile-card .col-xxl-3:nth-child(4) .card-style .single-counter .counter,
.profile-card .col-xxl-3:nth-child(4) .card-style .single-counter .currency,
.profile-card .col-xxl-3:nth-child(4) .card-style .single-counter .amount,
.profile-card .col-xxl-4:nth-child(4) .card-style .single-counter .counter,
.profile-card .col-xxl-4:nth-child(4) .card-style .single-counter .currency,
.profile-card .col-xxl-4:nth-child(4) .card-style .single-counter .amount {
    color: var(--primary-title);
}

.profile-timeline {
    display: inline-block;
}

.profile-timeline .single-time-line {
    margin-left: 85px;
    min-height: 50px;
    border-left: 2px dashed var(--secondary);
    padding: 0 0 5px 30px;
    position: relative;
}

.profile-timeline .single-time-line:last-child {
    border-left: 2px dashed transparent;
}

.profile-timeline .single-time-line.new-order::before {
    background: var(--secondary);
}

.profile-timeline .single-time-line.make-deposit::before {
    background: var(--primary);
}

.profile-timeline .single-time-line.withdraw::before {
    background: var(--tertiary);
}

.profile-timeline .single-time-line.cancel-order::before {
    content: "\eb99" !important;
    background: #FF6767 !important;
}

.profile-timeline .single-time-line.new-product-add::before {
    background: #1EA7FF;
}

.profile-timeline .single-time-line::before {
    position: absolute;
    left: -14px;
    top: -2px;
    content: "\eb7b";
    font-family: var(--remix-icon);
    color: #fff;
    text-align: center;
    line-height: 23px;
    border-radius: 500%;
    background: var(--secondary);
    height: 25px;
    width: 25px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border: 2px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.profile-timeline .single-time-line .time {
    color: var(--primary-paragraph);
    position: absolute;
    width: 80px;
    left: -37%;
    text-align: right;
    font-size: 12px;
    top: 3px;
}

@media (max-width: 575px) {
    .profile-timeline .single-time-line .time {
        left: -84%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .profile-timeline .single-time-line .time {
        left: -51%;
    }
}

.profile-timeline .single-time-line .time-title {
    font-size: 12px;
    color: var(--primary-paragraph);
}

.max-height-400 {
    max-height: 400px;
}

.profile {
    padding: 20px 20px;
    border-radius: 4px;
    background: var(--white);
    border: 1px solid var(--primary-border);
}

.profile .profile-img {
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.modal-wrapper {
    background-color: #212529;
    border-radius: 0.3rem;
    padding: 40px;
    padding-top: 50px;
    max-width: 700px;
    max-height: 700px;
    margin: 0 auto;
    overflow-y: auto;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

@media (max-width: 991px) {
    .modal-wrapper {
        padding: 18px 20px;
        padding-top: 37px;
        position: absolute;
    }
}

.modal-wrapper.active {
    visibility: visible;
    opacity: 1;
    top: 15%;
    overflow: scroll;
}

.modal-wrapper .close-icon {
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    background: var(--primary);
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-wrapper .close-icon:hover {
    background: #fd2f73;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-modal-overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-modal-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

@media (max-width: 575px) {
    .custom-modal-body .btn-primary-fill {
        padding: 10px 9px;
    }

    .custom-modal-body .btn-primary-outline {
        padding: 10px 20px;
    }
}

.custom-accordion {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    padding-left: 30px;
}

@media (max-width: 575px) {
    .custom-accordion {
        padding-left: 0px;
    }
}

.custom-accordion .single-accordion {
    position: relative;
    padding: 0px 14px 16px 14px;
    width: 100%;
    height: auto;
    background-color: var(--white);
    margin: 0 auto 15px auto;
    border: 1px solid var(--primary-border);
    border-radius: 5px;
    cursor: pointer;
}

.custom-accordion .single-accordion .course-section-title {
    color: var(--tertiary-title);
    font-size: 18px;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 14px;
}

.custom-accordion .single-accordion .course-section-title.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-accordion .single-accordion .course-section-title:after {
    content: "\ea13";
    font-family: var(--remix-icon);
    position: absolute;
    right: 0px;
    top: 15px;
    color: var(--tertiary-title);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.custom-accordion .single-accordion .accordion-body {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-top: 1px solid var(--primary-border);
    padding: 16px 20px;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .custom-accordion .single-accordion .accordion-body {
        padding-right: 0;
    }
}

.custom-accordion .single-accordion .accordion-body .listing {
    margin-left: 25px;
}

@media (max-width: 575px) {
    .custom-accordion .single-accordion .accordion-body .listing {
        margin-left: 0;
    }
}

.custom-accordion .single-accordion .accordion-body .listing .single-list {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: capitalize;
    list-style: decimal;
}

.custom-accordion .single-accordion .accordion-body .listing .single-list .component {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    text-transform: capitalize;
    display: block;
}

.custom-accordion .single-accordion .accordion-body .listing .single-list .component:first-child {
    margin-top: 14px;
}

.custom-accordion .single-accordion .accordion-body .listing .single-list .component i {
    color: var(--tertiary);
    font-size: 16px;
    position: relative;
    top: 4px;
}

.custom-accordion .single-accordion .accordion-body .add-btn {
    color: var(--primary);
    font-size: 16px;
    line-height: 1;
    padding: 2px;
    padding-top: 5px;
    display: block;
}

.custom-accordion .single-accordion .accordion-body .add-btn i {
    margin-right: 1px;
    position: relative;
    top: 3px;
    font-size: 18px;
}

.collapse-wrapper.style-one .accordion-item {
    border: 0;
    margin-bottom: 20px;
    border: 1px solid var(--primary-border);
    border-radius: 4px;
}

.collapse-wrapper.style-one .accordion:last-child {
    margin-bottom: 0px;
}

.collapse-wrapper.style-one .accordion-header {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
}

.collapse-wrapper.style-one .accordion-header .accordion-button {
    text-align: left;
    color: var(--primary-text);
    background: none;
    border: 0;
    padding: 16px 61px 16px 16px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
    display: block;
    text-decoration: none;
    border-radius: 0;
}

@media (max-width: 575px) {
    .collapse-wrapper.style-one .accordion-header .accordion-button {
        padding: 17px 6px 21px 13px;
    }
}

.collapse-wrapper.style-one .accordion-header .accordion-button::after {
    position: absolute;
    top: 13px;
    font-size: 18px;
    color: var(--primary-text);
    right: 24px;
    content: "\f1af";
    font-family: var(--remix-icon);
    font-weight: 400;
    background-image: none;
    outline: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapse-wrapper.style-one .accordion-header .accordion-button.collapsed {
    border: 0;
}

.collapse-wrapper.style-one .accordion-header .accordion-button.collapsed::after {
    content: "\ea13";
    font-weight: 400;
}

.collapse-wrapper.style-one .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}

.collapse-wrapper.style-one .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapse-wrapper.style-one .accordion-collapse {
    border: 0;
}

.collapse-wrapper.style-one .accordion-collapse.show {
    background: var(--white);
}

.collapse-wrapper.style-one .accordion-collapse .accordion-body {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--white);
    padding: 10px 10px 20px 24px;
}

.collapse-wrapper.style-one .accordion-collapse .accordion-body p {
    font-size: 14px;
}

.collapse-wrapper.style-five .accordion-item {
    border: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    background: var(--bg-primary);
    position: relative;
    z-index: 0;
}

.collapse-wrapper.style-five .accordion:last-child {
    margin-bottom: 0px;
}

.collapse-wrapper.style-five .accordion-header {
    padding: 0;
    border: 0;
}

.collapse-wrapper.style-five .accordion-header .accordion-button {
    text-align: left;
    color: var(--primary-text);
    background: none;
    padding: 16px 81px 16px 16px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
    display: block;
    text-decoration: none;
    border-radius: 0;
}

@media (max-width: 575px) {
    .collapse-wrapper.style-five .accordion-header .accordion-button {
        padding: 17px 6px 21px 13px;
    }
}

.collapse-wrapper.style-five .accordion-header .accordion-button::after {
    position: absolute;
    content: "\f1af";
    font-family: var(--remix-icon);
    font-weight: 400;
    top: 11px;
    font-size: 18px;
    color: var(--white);
    right: 33px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: rgba(var(--primary-rgb), 0.9);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 7px;
}

@media (max-width: 575px) {
    .collapse-wrapper.style-five .accordion-header .accordion-button::after {
        font-size: 18px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.collapse-wrapper.style-five .accordion-header .accordion-button.collapsed {
    border: 0;
}

.collapse-wrapper.style-five .accordion-header .accordion-button.collapsed::after {
    content: "\ea13";
    font-weight: 800;
}

.collapse-wrapper.style-five .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}

.collapse-wrapper.style-five .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapse-wrapper.style-five .accordion-collapse {
    border: 0;
    border-radius: 0 0 16px 16px;
}

.collapse-wrapper.style-five .accordion-collapse .accordion-body {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 0 16px 16px;
    padding: 10px 10px 20px 24px;
}

.collapse-wrapper.style-five .accordion-collapse .accordion-body p {
    font-size: 14px;
}

.collapse-wrapper.style-three .accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.collapse-wrapper.style-three .accordion:last-child {
    margin-bottom: 0px;
}

.collapse-wrapper.style-three .accordion-header {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
}

.collapse-wrapper.style-three .accordion-header .accordion-button {
    text-align: left;
    color: var(--primary-text);
    padding: 16px 81px 16px 16px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 575px) {
    .collapse-wrapper.style-three .accordion-header .accordion-button {
        padding: 17px 6px 21px 13px;
    }
}

.collapse-wrapper.style-three .accordion-header .accordion-button::after {
    position: absolute;
    top: 16px;
    font-size: 15px;
    color: var(--primary-text);
    color: #fff;
    right: 18px;
    font-weight: 400;
    content: "\f1af";
    font-family: var(--remix-icon);
    background-image: none;
    outline: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapse-wrapper.style-three .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
}

.collapse-wrapper.style-three .accordion-header .accordion-button.collapsed {
    background: var(--bg-primary);
    border: 0;
}

.collapse-wrapper.style-three .accordion-header .accordion-button.collapsed::after {
    content: "\ea13";
    font-weight: 400;
    color: var(--primary-text);
}

.collapse-wrapper.style-three .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapse-wrapper.style-three .accordion-collapse {
    border: 0;
}

.collapse-wrapper.style-three .accordion-collapse.show {
    background: var(--white);
}

.collapse-wrapper.style-three .accordion-collapse .accordion-body {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--white);
    background: rgba(var(--primary-rgb), 0.07);
    border-radius: 0 0 8px 8px;
}

.collapse-wrapper.style-three .accordion-collapse .accordion-body p {
    font-size: 14px;
}

.collapse-wrapper.style-four .accordion-item {
    border: 0;
    margin-bottom: 0px;
    border-radius: 0;
    border-top: 1px solid var(--primary-border);
}

.collapse-wrapper.style-four .accordion:last-child {
    border-bottom: 0;
}

.collapse-wrapper.style-four .accordion-header {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
}

.collapse-wrapper.style-four .accordion-header .accordion-button {
    text-align: left;
    color: var(--primary-text);
    border: 0;
    padding: 16px 81px 16px 56px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    display: block;
    text-decoration: none;
    background: transparent;
}

.collapse-wrapper.style-four .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}

.collapse-wrapper.style-four .accordion-header .accordion-button:not(.collapsed) {
    background: none;
}

.collapse-wrapper.style-four .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\eb99";
    font-family: var(--remix-icon);
    position: absolute;
    background: var(--primary);
    color: #ffffff;
}

.collapse-wrapper.style-four .accordion-header .accordion-button::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    content: "\ea13";
    font-family: var(--remix-icon);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: var(--primary);
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.collapse-wrapper.style-four .accordion-collapse {
    border: 0;
}

.collapse-wrapper.style-four .accordion-collapse.show {
    border: 0;
}

.collapse-wrapper.style-four .accordion-collapse .accordion-body {
    border-bottom: 2px solid var(--primary);
}

.collapse-wrapper.style-four .accordion-collapse .accordion-body p {
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
}

.collapse-wrapper.style-two .accordion-item {
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    border-radius: 4px;
    border-bottom: 1px solid var(--primary-border);
}

.collapse-wrapper.style-two .accordion-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.collapse-wrapper.style-two .accordion-header {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
}

.collapse-wrapper.style-two .accordion-header .accordion-button {
    background: none;
    border: 0;
    text-align: left;
    color: var(--primary-text);
    padding: 16px 81px 16px 0px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    display: block;
    text-decoration: none;
}

.collapse-wrapper.style-two .accordion-header .accordion-button span {
    color: var(--primary);
    margin-right: 20px;
}

@media (max-width: 575px) {
    .collapse-wrapper.style-two .accordion-header .accordion-button {
        padding: 20px 0px 21px 13px;
    }
}

.collapse-wrapper.style-two .accordion-header .accordion-button::after {
    position: absolute;
    top: 15px;
    font-size: 17px;
    color: var(--primary-text);
    right: 18px;
    font-weight: 400;
    content: "\ea4e";
    font-family: var(--remix-icon);
    background-image: none;
    outline: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapse-wrapper.style-two .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapse-wrapper.style-two .accordion-header .accordion-button.collapsed {
    color: var(--primary);
    border: 0;
}

.collapse-wrapper.style-two .accordion-header .accordion-button.collapsed::after {
    content: "\ea78";
    font-weight: 400;
}

.collapse-wrapper.style-two .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary);
}

.collapse-wrapper.style-two .accordion-collapse {
    border: 0;
}

.collapse-wrapper.style-two .accordion-collapse.show {
    background: var(--white);
}

.collapse-wrapper.style-two .accordion-collapse .accordion-body {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--white);
    padding: 20px 5px;
}

.collapse-wrapper.style-two .accordion-collapse .accordion-body p {
    font-size: 14px;
}

.tab-button.style-one nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0px;
    position: relative;
}

@media (max-width: 575px) {
    .tab-button.style-one nav {
        border: 0;
    }
}

.tab-button.style-one nav .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-one nav .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-one nav .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-one nav .nav-tabs .nav-link {
    color: var(--primary-title);
    background: var(--bg-primary);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    margin-bottom: 13px;
    display: block;
    padding: 7px 20px;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-button.style-one nav .nav-tabs .nav-link {
        padding: 14px 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-button.style-one nav .nav-tabs .nav-link {
        padding: 7px 18px;
    }
}

.tab-button.style-one nav .nav-tabs .nav-link:first-child {
    margin-left: 0px;
}

@media (max-width: 575px) {
    .tab-button.style-one nav .nav-tabs .nav-link {
        border-bottom: 0;
        padding: 13px 13px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.tab-button.style-one nav .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary) !important;
}

.tab-button.style-one nav .nav-tabs .nav-link:hover {
    color: #fff;
    background: var(--primary);
}

.tab-button.style-tow nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    border-bottom: 1px solid var(--primary-border);
}

@media (max-width: 575px) {
    .tab-button.style-tow nav {
        border: 0;
    }
}

.tab-button.style-tow nav .nav-tabs {
    border: 0;
}

.tab-button.style-tow nav .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-tow nav .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-tow nav .nav-tabs .nav-link {
    padding: 8px 2px;
    border-bottom: 2px solid transparent;
    color: var(--primary-title);
    font-size: 15px;
    font-weight: 400;
    border: 0;
    margin-bottom: 13px;
    display: block;
    text-align: center;
    margin: 0 5px;
}

@media (max-width: 575px) {
    .tab-button.style-tow nav .nav-tabs .nav-link {
        border-bottom: 0;
        margin-right: 0;
        padding: 10px 12px;
    }
}

.tab-button.style-tow nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.tab-button.style-tow nav .nav-tabs .nav-link.active {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    background: none;
}

@media (max-width: 575px) {
    .tab-button.style-tow nav .nav-tabs .nav-link.active {
        border-bottom: 0;
    }
}

.tab-button.style-tow nav .nav-tabs .nav-link:hover {
    border-bottom: 2px solid var(--primary);
}

@media (max-width: 575px) {
    .tab-button.style-tow nav .nav-tabs .nav-link:hover {
        border-bottom: 0;
    }
}

.tab-button.style-three nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.tab-button.style-three nav .nav-tabs {
    border: 1px solid var(--primary);
    border-radius: 4px;
}

.tab-button.style-three nav .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-three nav .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-three nav .nav-tabs .nav-link {
    color: var(--primary-title);
    background: var(--white);
    font-size: 15px;
    font-weight: 400;
    border: 0;
    padding: 7px 20px;
    border-radius: 4px 0 0 4px;
    text-transform: capitalize;
    margin: 0;
}

.tab-button.style-three nav .nav-tabs .nav-link:last-child {
    border-radius: 0px 4px 4px 0;
}

.tab-button.style-three nav .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary);
    border: 0;
}

@media (max-width: 575px) {
    .tab-button.style-three nav .nav-tabs .nav-link.active {
        border-bottom: 0;
    }
}

.tab-button.style-three nav .nav-tabs .nav-link:hover {
    border: 0;
}

@media (max-width: 575px) {
    .tab-button.style-three nav .nav-tabs .nav-link:hover {
        border-bottom: 0;
    }
}

.tab-button.style-four .nav-tabs {
    margin-bottom: 25px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-four .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-four .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-four .nav-tabs .nav-link {
    position: relative;
    padding: 7px 20px;
    border: 1px solid var(--primary-border);
    color: var(--primary-title);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
}

.tab-button.style-four .nav-tabs .nav-link:first-child {
    margin-left: 0px;
}

.tab-button.style-four .nav-tabs .nav-link::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: var(--primary);
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575px) {
    .tab-button.style-four .nav-tabs .nav-link {
        border-bottom: 0;
        padding: 13px 13px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.tab-button.style-four .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary);
    border-color: transparent;
}

.tab-button.style-four .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-five .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-five .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-five .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-five .nav-tabs .nav-link {
    color: var(--primary-title);
    background: var(--bg-primary);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    display: block;
    padding: 7px 20px;
    text-align: center;
    text-align: center;
    border-right: 1px solid var(--primary);
    margin-bottom: 13px;
    width: 16.66%;
}

.tab-button.style-five .nav-tabs .nav-link:last-child {
    border-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-button.style-five .nav-tabs .nav-link {
        width: 25.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-button.style-five .nav-tabs .nav-link {
        width: 33.33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-button.style-five .nav-tabs .nav-link {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .tab-button.style-five .nav-tabs .nav-link {
        width: 50%;
    }
}

.tab-button.style-five .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary);
    position: relative;
}

.tab-button.style-five .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 8px;
    top: -8px;
    right: 0px;
    left: 0;
    z-index: 1;
    border-radius: 4px 4px 0 0;
}

.tab-button.style-five .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 8px;
    bottom: -8px;
    right: 0px;
    z-index: 1;
    border-radius: 0 0 4px 4px;
}

.tab-button.style-six nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0px;
    position: relative;
}

@media (max-width: 575px) {
    .tab-button.style-six nav {
        border: 0;
    }
}

.tab-button.style-six nav .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-six nav .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-six nav .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-six nav .nav-tabs .nav-link {
    padding: 7px 20px;
    border: 1px solid var(--primary-border);
    color: var(--primary-title);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-button.style-six nav .nav-tabs .nav-link {
        padding: 14px 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-button.style-six nav .nav-tabs .nav-link {
        padding: 7px 18px;
    }
}

.tab-button.style-six nav .nav-tabs .nav-link:first-child {
    margin-left: 0px;
}

@media (max-width: 575px) {
    .tab-button.style-six nav .nav-tabs .nav-link {
        border-bottom: 0;
        padding: 13px 13px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.tab-button.style-six nav .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary);
    border: 1px solid transparent;
}

.tab-button.style-six nav .nav-tabs .nav-link:hover {
    color: #fff;
    background: var(--primary);
    border: 1px solid transparent;
}

.tab-button.style-seven nav {
    margin-bottom: 10px;
    padding-bottom: 0px;
    position: relative;
}

@media (max-width: 575px) {
    .tab-button.style-seven nav {
        border: 0;
    }
}

.tab-button.style-seven nav .nav-tabs {
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.tab-button.style-seven nav .nav-tabs .nav-link {
    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;
    color: var(--primary-title);
    background: var(--bg-primary);
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border-radius: 4px;
    margin-bottom: 13px;
    display: block;
    padding: 7px 20px;
    text-align: center;
}

@media (max-width: 575px) {
    .tab-button.style-seven nav .nav-tabs .nav-link {
        border-bottom: 0;
        margin-right: 0;
        width: auto;
    }
}

.tab-button.style-seven nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.tab-button.style-seven nav .nav-tabs .nav-link.active {
    background: var(--primary) !important;
    color: #fff;
}

@media (max-width: 575px) {
    .tab-button.style-seven nav .nav-tabs .nav-link.active {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .tab-button.style-seven nav .nav-tabs .nav-link:hover {
        border-bottom: 0;
    }
}

.tab-button.style-eight nav .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
}

.tab-button.style-eight nav .nav-tabs .nav-link {
    position: relative;
    background: #f5f5fd;
    padding: 9px 29px;
    border: 0;
    color: var(--primary-title);
    background: var(--bg-primary);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 7px 20px;
    text-align: center;
    text-align: center;
    margin-bottom: 13px;
}

@media (max-width: 575px) {
    .tab-button.style-eight nav .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

.tab-button.style-eight nav .nav-tabs .nav-link::after {
    position: absolute;
    height: 15px;
    width: 15px;
    background: var(--primary);
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

.tab-button.style-eight nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.tab-button.style-eight nav .nav-tabs .nav-link.active {
    background: var(--primary) !important;
    color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
}

.tab-button.style-eight nav .nav-tabs .nav-link.active:after {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-nine .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-nine .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-nine .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-nine .nav-tabs .nav-link {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    text-align: center;
    min-width: 100px;
    color: var(--primary-title);
    background: var(--bg-primary);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    display: block;
    padding: 7px 20px;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tab-button.style-nine .nav-tabs .nav-link:first-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .tab-button.style-nine .nav-tabs .nav-link {
        padding: 18px 10px;
        width: 178px;
        margin-left: 7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-button.style-nine .nav-tabs .nav-link {
        padding: 10px 9px;
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .tab-button.style-nine .nav-tabs .nav-link {
        width: 137px;
        margin-left: 10px;
        padding: 20px 10px;
    }
}

.tab-button.style-nine .nav-tabs .nav-link i {
    color: var(--primary-paragraph);
    font-size: 31px;
    margin-bottom: 5px;
}

.tab-button.style-nine .nav-tabs .nav-link h6 {
    color: var(--primary-title);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
}

@media (max-width: 575px) {
    .tab-button.style-nine .nav-tabs .nav-link h6 {
        font-size: 15px;
    }
}

.tab-button.style-nine .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary) !important;
    border-color: transparent;
}

.tab-button.style-nine .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-nine .nav-tabs .nav-link.active i {
    color: #fff;
}

.tab-button.style-nine .nav-tabs .nav-link.active h6 {
    color: #fff;
}

.tab-button.style-nine .nav-tabs .nav-link.active img.block-img {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-nine .nav-tabs .nav-link.active .active-img {
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden;
}

.tab-button.style-ten .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: 0;
}

.tab-button.style-ten .nav-tabs .nav-item {
    display: block;
}

@media (max-width: 575px) {
    .tab-button.style-ten .nav-tabs .nav-item {
        font-size: 18px;
    }
}

.tab-button.style-ten .nav-tabs .nav-link {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    text-align: center;
    margin: 0 6px;
    min-width: 100px;
    color: var(--primary-title);
    background: none;
    border-radius: 4px;
    border: 1px solid var(--primary-border);
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 7px 20px;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tab-button.style-ten .nav-tabs .nav-link:first-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .tab-button.style-ten .nav-tabs .nav-link {
        padding: 18px 10px;
        width: 178px;
        margin-left: 7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-button.style-ten .nav-tabs .nav-link {
        padding: 10px 9px;
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .tab-button.style-ten .nav-tabs .nav-link {
        width: 137px;
        margin-left: 10px;
        padding: 20px 10px;
    }
}

.tab-button.style-ten .nav-tabs .nav-link i {
    color: var(--primary-paragraph);
    font-size: 31px;
    margin-bottom: 5px;
}

.tab-button.style-ten .nav-tabs .nav-link h6 {
    color: var(--primary-title);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
}

@media (max-width: 575px) {
    .tab-button.style-ten .nav-tabs .nav-link h6 {
        font-size: 15px;
    }
}

.tab-button.style-ten .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--primary);
}

.tab-button.style-ten .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-ten .nav-tabs .nav-link.active i {
    color: #fff;
}

.tab-button.style-ten .nav-tabs .nav-link.active h6 {
    color: #fff;
}

.tab-button.style-ten .nav-tabs .nav-link.active img.block-img {
    opacity: 1;
    visibility: visible;
}

.tab-button.style-ten .nav-tabs .nav-link.active .active-img {
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden;
}

table {
    width: 100%;
}

table thead th {
    height: 50px;
    border-bottom: 1px solid var(--primary-border);
    padding-left: 14px;
    color: var(--primary-title);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

table thead th:first-child {
    border-radius: 10px 0 0 0;
    padding-left: 10px;
}

table thead th :last-child {
    border-radius: 0 10px 0 0;
}

table thead tr {
    border: 1px solid var(--primary-border);
    margin-bottom: 11px;
    background-color: rgb(245, 247, 249);
}

table tbody tr {
    border: 1px solid var(--primary-border);
}

table tbody td {
    font-weight: 400;
    padding: 3px 10px;
    font-size: 14px;
    height: 45px;
    color: var(--primary-paragraph);
    min-width: 120px;
}

tr:nth-child(even) {
    background-color: rgba(245, 247, 249, 0.6);
}

tr:last-child td {
    border: none;
}

.table-height-450 {
    max-height: 400px;
}

.table-w-uset tbody td {
    min-width: unset !important;
}

.min-height-500 {
    min-height: 500px;
}

.max-height-100vh {
    height: calc(100vh - 313px);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .max-height-100vh {
        height: calc(100vh - 367px);
    }
}

@media (max-width: 575px) {
    .max-height-100vh {
        height: calc(100vh - 400px);
    }
}

.body-height-100vh {
    height: calc(100vh - 220px);
    overflow: hidden;
}

table tbody tr:first-child td {
    margin-top: 11px;
}

.table-bg th,
.table-bg tr:nth-child(even) {
    background-color: var(--bg-basic-table-tbody);
}

.selected {
    background: var(--primary);
}

.selected > a {
    color: white !important;
}

.table-top-componet .left-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 768px) {
    .table-top-componet .left-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
    }
}

.card .invoice .table-responsive table thead tr th {
    color: var(--primary-title);
}

.card .invoice .table-responsive table tbody tr th {
    color: var(--primary-title);
}

.card .invoice .table-responsive table tbody tr td {
    color: var(--primary-title);
}

.table tbody tr td {
    color: var(--primary-title);
}

.table tbody tr td strong {
    color: var(--primary-title);
}

.height-500 {
    height: 500px;
}

.border {
    border: 1px solid var(--primary-border) !important;
}

.mw-100 {
    min-width: 100px;
}

.summary-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.summary-listing .single-summary-list {
    display: inline-block;
}

.summary-listing .single-summary-list:not(:last-child) {
    border-right: 1px solid var(--border-primary);
    margin-right: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 575px) {
    .summary-listing .single-summary-list:not(:last-child) {
        border-right: 0;
        margin-right: 5px;
        padding-right: 5px;
    }
}

.summary-listing .single-summary-list .number {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-title);
}

@media screen and (max-width: 575px) {
    .summary-listing .single-summary-list .number {
        font-size: 16px;
    }
}

.summary-listing .single-summary-list .text {
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-title);
    margin: 0 10px;
    text-transform: capitalize;
}

.summary-listing .single-summary-list .text:nth-child(2) {
    color: #0CAF60;
}

.summary-listing .single-summary-list .text:nth-child(3) {
    color: #FF6767;
}

.summary-listing .single-summary-list .text:nth-child(4) {
    color: #534ABA;
}

.summary-listing .single-summary-list .text:nth-child(5) {
    color: #ff991a;
}

@media screen and (max-width: 575px) {
    .summary-listing {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.daterangepicker select.monthselect {
    border: 1px solid transparent;
    padding: 3px 7px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.daterangepicker {
    background-color: var(--white);
    border: 1px solid var(--primary-border);
}

.daterangepicker select.yearselect {
    border: 1px solid transparent;
    padding: 3px 7px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.daterangepicker .ranges li.active {
    background-color: var(--primary);
    color: var(--white);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary);
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.contact-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 31px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--secondary-paragraph);
    font-weight: 400;
    line-height: 17px;
}

.contact-input.single-date-picker {
    color: var(--secondary-paragraph) !important;
}

/* Custom Input field */
.input {
    line-height: 16px !important;
    height: 40px !important;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 18px !important;
    background: none;
    border-radius: 4px !important;
    border: 1px solid var(--primary-border);
}

.input:focus {
    background-color: none;
}

.input.theme-border {
    border-color: rgba(var(--primary-rgb), 0.3);
}

.input.theme-border:focus {
    border-color: var(--primary);
}

.input:focus-visible,
.input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: var(--primary-border);
}

.form-control:focus {
    background-color: unset;
}

.input::-webkit-input-placeholder {
    color: var(--secondary-paragraph);
    text-transform: capitalize;
}

.input::-moz-placeholder {
    color: var(--secondary-paragraph);
    text-transform: capitalize;
}

.input:-ms-input-placeholder {
    color: var(--secondary-paragraph);
    text-transform: capitalize;
}

.input::-ms-input-placeholder {
    color: var(--secondary-paragraph);
    text-transform: capitalize;
}

.input::placeholder {
    color: var(--secondary-paragraph);
    text-transform: capitalize;
}

label {
    display: inline-block;
    text-transform: capitalize;
}

.contact-form .contact-input {
    color: var(--primary-title);
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 11px 14px 11px 14px;
    position: relative;
    border-radius: 4px;
    background: none;
    border: 1px solid var(--primary-border);
    text-transform: none;
}

.contact-form .contact-input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.contact-form .contact-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.contact-form .contact-input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.contact-form .contact-input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.contact-form .contact-input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.contact-form .icon {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #b1b5c3;
    font-size: 20px;
}

.contact-form .contact-textarea {
    color: var(--primary-perragraph);
    width: 100%;
    font-size: 14px;
    padding: 15px 14px;
    position: relative;
    border-radius: 4px;
    background: none;
    border: 1px solid var(--primary-border);
}

.contact-form .contact-textarea.theme-border {
    border-color: rgba(var(--primary-rgb), 0.3);
}

.contact-form .contact-textarea.theme-border:focus {
    border-color: var(--primary);
}

.contact-form .contact-textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-perragraph);
}

.contact-form .contact-textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-perragraph);
}

.contact-form .contact-textarea:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-perragraph);
}

.contact-form .contact-textarea::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-perragraph);
}

.contact-form .contact-textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-perragraph);
}

.contact-label {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--primary-paragraph);
    margin-bottom: 8px;
}

.contact-label i {
    position: relative;
    top: 4px;
}

.date-pic-icon {
    position: relative;
}

.date-pic-icon i {
    position: absolute;
    right: 11px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--secondary-paragraph);
    border-left: 1px solid var(--primary-border);
    padding-left: 13px;
}

.toggle-arro-hidden .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.drp-calendar.left.single {
    background: var(--white);
}

.image-uploader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--primary-border);
    height: 40px;
    border-radius: 6px;
}

.image-uploader.theme-border {
    border-color: rgba(var(--primary-rgb), 0.3);
}

.image-uploader.theme-border:focus {
    border-color: var(--primary);
}

.image-uploader input.form-control {
    border: 0 !important;
    border-radius: 3px;
    border: 0;
    height: 40px;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none;
    color: var(--primary-paragraph);
}

.image-uploader input::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--primary-paragraph);
}

.image-uploader input::-moz-placeholder {
    font-size: 14px;
    color: var(--primary-paragraph);
}

.image-uploader input:-ms-input-placeholder {
    font-size: 14px;
    color: var(--primary-paragraph);
}

.image-uploader input::-ms-input-placeholder {
    font-size: 14px;
    color: var(--primary-paragraph);
}

.image-uploader input::placeholder {
    font-size: 14px;
    color: var(--primary-paragraph);
}

.image-uploader button {
    background: transparent;
}

.image-uploader .btn-primary {
    padding: 10px 20px;
}

.input-check-radio .form-check .form-check-input,
.input-check-radio .form-check .form-check-label {
    cursor: pointer;
}

.switch-box-style {
    position: relative;
    display: inline-block;
}

.switch-box-style input {
    height: 33px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.switch-box-style .toggle-item {
    width: 33px;
    background: var(--red);
    height: 21px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 20% center;
    transform-origin: 20% center;
    cursor: pointer;
    margin: 5px;
    margin-left: 0;
}

.switch-box-style .toggle-item:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 19px;
    height: 19px;
    top: 1px;
    left: 2px;
    border-radius: 2em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.switch-box-style label {
    background: var(--red);
}

.switch-box-style label:before {
    width: 19px;
    height: 19px;
    background: #fff;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    top: 1px;
    left: 1px;
}

.switch-box-style label:after {
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: -5px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: 0;
}

.switch-box-style input:checked + label {
    background: #4caf50;
}

.switch-box-style input:checked + label:before {
    left: 12px;
}

.switch-box-style .info-text {
    display: inline-block;
    color: var(--primary-paragraph);
    font-size: 14px;
    text-transform: capitalize;
}

.switch-box-style .info-text.show-text {
    display: none;
}

.switch-box-style .info-text.hide-text {
    display: inline;
}

.switch-box-style input:checked ~ .show-text {
    display: inline;
}

.switch-box-style input:checked ~ .hide-text {
    display: none;
}

/* -----     Check Box Style    ----------- */
.check-wrap.style-one input[type=checkbox] {
    display: none;
}

.check-wrap.style-one input[type=checkbox] + label {
    font-size: 1rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: var(--primary-paragraph);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 14px;
}

.check-wrap.style-one input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.check-wrap.style-one input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-wrap.style-two input[type=checkbox] {
    display: none;
}

.check-wrap.style-two input[type=checkbox] + label {
    font-size: 1rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: var(--primary-paragraph);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 14px;
}

.check-wrap.style-two input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.check-wrap.style-two input[type=checkbox]:checked + label {
    color: var(--primary);
}

.check-wrap.style-two input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-wrap.style-five input[type=checkbox] {
    display: none;
}

.check-wrap.style-five input[type=checkbox] + label {
    font-size: 1rem;
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-title);
    border-radius: 100%;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    text-indent: 37px;
    white-space: nowrap;
    color: var(--primary-title);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-wrap.style-five input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 11px;
    border-bottom: 1px solid #4BD865;
    border-left: 1px solid #4BD865;
    top: 25%;
    left: 50%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.check-wrap.style-five input[type=checkbox]:checked + label {
    border: 1px solid #4BD865;
}

.check-wrap.style-five input[type=checkbox]:checked + label:after {
    opacity: 1;
    width: 25px;
}

.check-wrap.style-six input[type=checkbox] {
    display: none;
}

.check-wrap.style-six input[type=checkbox] + label {
    font-size: 1rem;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-title);
    border-radius: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    text-indent: 30px;
    white-space: nowrap;
    color: var(--primary-title);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}

.check-wrap.style-six input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 6px;
    border-bottom: 2px solid var(--white);
    border-left: 2px solid var(--white);
    top: 45%;
    left: 40%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.check-wrap.style-six input[type=checkbox]:checked + label {
    border: 1px solid transparent;
    background: var(--primary);
}

.check-wrap.style-six input[type=checkbox]:checked + label:after {
    opacity: 1;
    width: 12px;
}

.check-wrap.style-seven input[type=checkbox] {
    display: none;
}

.check-wrap.style-seven input[type=checkbox] + label {
    font-size: 1rem;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-title);
    border-radius: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    text-indent: 30px;
    white-space: nowrap;
    color: var(--primary-title);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}

.check-wrap.style-seven input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 6px;
    border-bottom: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    top: 46%;
    left: 40%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.check-wrap.style-seven input[type=checkbox]:checked + label {
    border: 1px solid var(--primary);
}

.check-wrap.style-seven input[type=checkbox]:checked + label:after {
    opacity: 1;
    width: 12px;
}

.check-wrap.style-eight input[type=checkbox] {
    display: none;
}

.check-wrap.style-eight input[type=checkbox] + label {
    position: relative;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-title);
    border-radius: 50%;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    text-indent: 30px;
    white-space: nowrap;
    color: var(--primary-title);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}

.check-wrap.style-eight input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 6px;
    border-bottom: 2px solid var(--white);
    border-left: 2px solid var(--white);
    top: 45%;
    left: 40%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.check-wrap.style-eight input[type=checkbox]:checked + label {
    border: 1px solid transparent;
    background: var(--primary);
    color: var(--primary);
}

.check-wrap.style-eight input[type=checkbox]:checked + label:after {
    opacity: 1;
    width: 11px;
}

.radio-wrap.style-one input[type=radio]:checked,
.radio-wrap.style-one input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-wrap.style-one input[type=radio]:checked + label,
.radio-wrap.style-one input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--primary-paragraph);
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 12px;
}

.radio-wrap.style-one input[type=radio]:checked + label:before,
.radio-wrap.style-one input[type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio-wrap.style-one input[type=radio]:checked + label:after,
.radio-wrap.style-one input[type=radio]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-wrap.style-one input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-wrap.style-one input[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.new-items svg {
    width: 1.35rem;
    height: 1.35rem;
}

.new-items svg.gear {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 1.35rem;
    cursor: help;
}

.new-items label {
    position: relative;
    margin: 0.65rm 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 1rem;
}

.new-items .check {
    margin-right: 7px;
    width: 1.35rem;
    height: 1.35rem;
}

.new-items .check #border {
    fill: none;
    stroke: #7a7a8c;
    stroke-width: 3;
    stroke-linecap: round;
}

.new-items .check #dot {
    fill: var(--primary);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.new-items input {
    display: none;
}

.new-items input:checked + label {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary)));
    background: linear-gradient(180deg, var(--primary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-items input:checked + label svg #border {
    stroke: var(--primary);
    stroke-dasharray: 145;
    stroke-dashoffset: 145;
    -webkit-animation: checked 500ms ease forwards;
    animation: checked 500ms ease forwards;
}

.new-items input:checked + label svg #dot {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
    transition: -webkit-transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
    transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
    transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25), -webkit-transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
}

@-webkit-keyframes checked {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes checked {
    to {
        stroke-dashoffset: 0;
    }
}

.colorBtn .radio {
    display: inline-block;
}

.colorBtn .radio input[type=radio] + .radio-label:before {
    top: 4px;
}

.colorBtn .color_1 .radio-label:before {
    background-color: #8ed0dc;
    border: 1px solid #8ed0dc;
}

.colorBtn .color_2 .radio-label:before {
    background-color: #f49660;
    border: 1px solid #f49660;
}

.colorBtn .color_3 .radio-label:before {
    background-color: #8ed0dc;
    border: 1px solid #8ed0dc;
}

.colorBtn .color_4 .radio-label:before {
    background-color: #0CAF60;
    border: 1px solid #0CAF60;
}

.colorBtn .color_5 .radio-label:before {
    background-color: #f7bd59;
    border: 1px solid #f7bd59;
}

.colorBtn .color_6 .radio-label:before {
    background-color: #8377db;
    border: 1px solid #8377db;
}

.colorBtn .color_7 .radio-label:before {
    background-color: #ff81ca;
    border: 1px solid #ff81ca;
}

.colorBtn .color_8 .radio-label:before {
    background-color: #80ceff;
    border: 1px solid #80ceff;
}

.colorBtn .radio {
    margin-right: 5px;
    margin-bottom: 13px;
    display: inline-block;
}

.colorBtn .radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.colorBtn .radio input[type=radio] + .radio-label:before {
    content: "";
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.colorBtn .radio input[type=radio]:checked + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.colorBtn .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
}

.colorBtn .radio input[type=radio]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.colorBtn .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

.colorBtn .radio label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-icon {
    position: absolute;
    right: 16px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-53%);
    font-size: 20px;
    color: var(--secondary-paragraph);
    cursor: pointer;
}

.modal {
    background: rgba(105, 120, 160, 0.16);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    cursor: url(../../assets/images/icon/close-cursor.png), auto;
}

.modal .modal-title {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--primary-title);
}

.modal .modal-content {
    border: none;
    padding: 17px 22px 22px 22px;
    cursor: auto;
}

.modal .modal-content {
    background-color: var(--bg-secondary);
    color: var(--primary-title);
    border: 0;
}

.hidden.bs.modal {
    display: none !important;
}

.note-editable {
    min-height: 152px;
    height: auto;
    border-radius: 0 0 8px 8px;
}

.img-uploader {
    color: var(--primary-title);
    min-height: 110px;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    background: none;
    border: 2px solid var(--primary-border);
    padding: 15px;
    padding-bottom: 0;
    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;
    border-style: dashed;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}

.img-uploader .img-uploader-btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--primary);
    background: none;
    border: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-uploader .img-uploader-btn i {
    color: var(--primary);
    font-size: 27px;
    margin-right: 10px;
    line-height: 1;
}

.img-uploader .img-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.uploaded-images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.uploaded-images-container .image-item {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.uploaded-images-container .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.uploaded-images-container .image-item .btn-close {
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
    line-height: 1;
    color: var(--red);
}

.search-style {
    position: relative;
}

.search-style.search-style2 {
    width: 208px;
}

.search-style.search-style2 .search-field {
    line-height: 16px !important;
    height: 40px !important;
    padding: 8px 18px !important;
    font-size: 14px;
    color: var(--primary-paragraph);
    padding-left: 43px !important;
}

.search-style.search-style2 .search-field::-webkit-input-placeholder {
    font-size: 12px;
}

.search-style.search-style2 .search-field::-moz-placeholder {
    font-size: 12px;
}

.search-style.search-style2 .search-field:-ms-input-placeholder {
    font-size: 12px;
}

.search-style.search-style2 .search-field::-ms-input-placeholder {
    font-size: 12px;
}

.search-style.search-style2 .search-field::placeholder {
    font-size: 12px;
}

.search-style.search-style2 .search-icon {
    font-size: 20px;
    color: var(--primary-title);
}

.search-style .search-icon {
    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;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--secondary-paragraph);
}

.search-style .search-field {
    line-height: 16px !important;
    height: 46px !important;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 18px !important;
    background: none;
    border-radius: 4px;
    border: 1px solid var(--primary-border);
    color: var(--primary-paragraph);
}

.search-style .search-field::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-paragraph);
}

.search-style .search-field::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-paragraph);
}

.search-style .search-field:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-paragraph);
}

.search-style .search-field::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-paragraph);
}

.search-style .search-field::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-paragraph);
}

.search-style .search-field:focus-visible {
    outline-color: none;
}

.single-product {
    padding: 10px 10px;
    border-radius: 4px;
    background: var(--white);
    border: 1px solid transparent;
    cursor: pointer;
}

.single-product.selected {
    border: 1px solid var(--secondary);
    position: relative;
}

.single-product.selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
    background: var(--secondary);
    padding: 12px;
    border-radius: 4px 0 0 0;
}

@media (max-width: 575px) {
    .single-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-product {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-product {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-product {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product {
        padding: 15px;
    }
}

.single-product .images {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single-product .cat-caption .ttile {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary-paragraph);
    font-weight: 400;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-product .cat-caption .ttile {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-product .cat-caption .ttile {
        font-size: 14px;
    }
}

.productCount {
    width: 88px;
    text-align: center;
    position: relative;
}

.productCount input.qty {
    width: 100%;
    text-align: center;
    border: 1px solid var(--primary-border);
    padding: 9px 20px;
    height: 33px;
    border-radius: 4px;
    font-weight: 600;
    color: var(--primary-paragraph);
    background: none;
}

.productCount .count-plus,
.productCount .count-minus {
    border: 0px solid transparent;
    background-color: transparent;
    color: #8D8F97;
}

.productCount .count-plus {
    position: absolute;
    right: 9px;
    top: 6px;
}

.productCount .count-minus {
    position: absolute;
    left: 9px;
    top: 7px;
}

.status {
    display: inline-block;
    line-height: 0.5;
    border: 0;
    padding: 5px 7px;
}

.status .icon {
    display: inline-block;
}

.status .icon i {
    line-height: 1;
}

.status .rate {
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-total {
    font-size: 16px;
    color: var(--primary-title);
}

.pagination .page-total span {
    color: var(--tertiary);
    margin: 0 5px;
}

.pagination .pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .pagination-list li {
    display: inline-block;
}

.pagination .pagination-list li:first-child .page-number {
    color: var(--primary-paragraph);
}

.pagination .pagination-list li:last-child .page-number {
    color: var(--primary-paragraph);
}

.pagination .pagination-list li .page-number {
    background: var(--white);
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border: 0;
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px;
    color: var(--primary-paragraph);
}

@media (max-width: 575px) {
    .pagination .pagination-list li .page-number {
        width: 29px;
        height: 29px;
        line-height: 29px;
        margin: 0 2px;
        font-size: 13px;
    }
}

.pagination .pagination-list li .page-number.current {
    background-color: var(--primary);
    color: #fff;
}

.pagination .pagination-list li .page-number:hover {
    background-color: var(--primary);
    color: #fff;
}

.mw-100 {
    min-width: 100px !important;
}

.mw-250 {
    max-width: 250px;
}

.invoice-logo-size {
    max-width: 160px;
}

.td-padding-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

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

.invoice-btn-size {
    padding: 8px 11px;
}

.discriptions-head {
    background: var(--body-bg);
    padding: 10px 1px;
    border-radius: 3px;
}

.invoice-receipt-table tbody, .invoice-receipt-table td, .invoice-receipt-table tfoot, .invoice-receipt-table th, .invoice-receipt-table thead, .invoice-receipt-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.invoice-receipt-table tbody td {
    font-weight: 400;
    padding: 3px 0;
    padding-left: 14px;
    font-size: 12px;
    color: var(--primary-title);
    vertical-align: initial;
}

.modal-receipt-table tbody, .modal-receipt-table td, .modal-receipt-table tfoot, .modal-receipt-table th, .modal-receipt-table thead, .modal-receipt-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.modal-receipt-table tbody td {
    font-weight: 400;
    padding: 8px 0;
    padding-left: 14px;
    font-size: 14px;
    color: var(--primary-title);
    vertical-align: initial;
}

.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(--white);
}

.tagify__tag__removeBtn::after {
    content: "×";
    -webkit-transition: 0.3s, color 0s;
    transition: 0.3s, color 0s;
    position: absolute;
    left: 8px;
    font-size: 16px;
    color: var(--white);
}

.tagify__tag > div::before {
    background: #616161;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.tagify__tag__removeBtn {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 0;
}

.tagify__tag > div {
    padding-left: 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: 45px;
    width: 100%;
    font-size: 16px;
    padding: 15px 14px;
    position: relative;
    border-radius: 4px;
    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);
}

.tagify__tag > div::before {
    background: none !important;
    border: 1px solid var(--secondary-border);
}

.tagify {
    width: 100%;
}

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

.tagify__tag__removeBtn:hover + div::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tagify__tag__removeBtn:hover {
    background: none !important;
}

.tagify__tag__removeBtn::after {
    color: var(--primary-paragraph) !important;
    color: #F96170 !important;
    top: 8px !important;
    font-size: 24px !important;
    left: 11px !important;
}

span.tagify__tag-text {
    color: var(--tertiary-title) !important;
}

.tagify__tag > div {
    padding: 7px 12px !important;
}

.tagify__tag.tagify--noAnim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 9px;
}

.tagify--outside {
    border: 0;
}

.tagify--outside.tagify--focus .tagify__input {
    -webkit-transition: 0s;
    transition: 0s;
    border-color: var(--tags-focus-border-color);
}

.tagify--outside .tagify__input {
    background: none !important;
    color: var(--primary-title);
    height: 45px;
    width: 100%;
    font-size: 16px;
    padding: 14px 14px 15px 14px;
    border-radius: 4px;
    border: 1px solid var(--primary-border) !important;
    margin: 0;
}

.tagify--outside .tagify__input:hover {
    border-color: var(--tags-hover-border-color);
}

.loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 113, 93, 0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: 1s infinite ease-in-out;
    animation: 1s infinite ease-in-out;
}

.image-option {
    display: inline-block;
}

.image-option .image-input {
    display: none;
}

.image-option .image-label {
    border: 1px solid var(--primary-border);
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

.image-option .image-label:before {
    background-color: var(--primary);
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 999;
    content: "✓";
}

.image-option .image-label img {
    width: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.image-option .image-input:checked + .image-label {
    border-color: var(--primary);
}

.image-option .image-input:checked + .image-label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-option .image-input:checked + .image-label:after {
    background-color: rgba(var(--primary-rgb), 0.1);
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 4px;
}

.section-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.section-variant .single-section-variant {
    background: rgba(var(--primary-rgb), 0.07);
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    min-height: 45px;
    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;
}

.section-variant .single-section-variant .title, .section-variant .single-section-variant .add-text {
    color: var(--primary-title);
    font-size: 16px;
    color: var(--primary);
    text-transform: capitalize;
}

.section-variant .single-section-variant .add-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 67px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-variant .single-section-variant .ui {
    font-size: 16px;
    text-transform: capitalize;
}

.section-variant .single-section-variant .add-button {
    font-size: 24px;
    font-weight: 300;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: var(--primary);
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.section-variant .single-section-variant:hover {
    background: rgba(var(--primary-rgb), 1);
}

.section-variant .single-section-variant:hover .title, .section-variant .single-section-variant:hover .add-text {
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.section-variant .single-section-variant:hover .add-text {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.section-variant .single-section-variant:hover .ui {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.section-variant .single-section-variant:hover .add-button {
    opacity: 1;
    visibility: visible;
    display: block;
}

.related-blog .empty-box {
    height: 70px;
    border-radius: 15px;
    border: 1px solid var(--primary-border);
    margin-top: 30px;
}

.related-blog .pera {
    color: var(--primary-title);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .related-blog .pera {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.related-blog .single-blog {
    border-radius: 15px;
    border: 1px solid var(--primary-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 767px) {
    .related-blog .single-blog .blog-img {
        display: none;
    }
}

.related-blog .single-blog .blog-img img {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 200px;
    max-width: 260px;
}

.related-blog .single-blog .blog-info {
    height: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .related-blog .single-blog .blog-info {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 20px;
    }
}

.related-blog .single-blog .blog-info .blog-info-title {
    margin-top: 0px;
    color: var(--primary-title);
}

.related-blog .single-blog .blog-info .blog-info-title i {
    color: var(--primary);
    font-size: 19px;
}

.related-blog .single-blog .blog-info .blog-info-title .info {
    color: var(--primary-title);
    font-size: 16px;
    text-transform: capitalize;
}

.related-blog .single-blog .blog-info .blog-info-title .title, .related-blog .single-blog .blog-info .blog-info-title .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .related-blog .single-blog .blog-info .blog-info-title .add-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--primary-title);
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .related-blog .single-blog .blog-info .blog-info-title .title, .related-blog .single-blog .blog-info .blog-info-title .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .related-blog .single-blog .blog-info .blog-info-title .add-text {
        font-size: 16px;
        margin-bottom: 5px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

.related-blog .single-blog .blog-info .blog-info-title .subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--tertiary-title);
}

@media (max-width: 767px) {
    .related-blog .single-blog .blog-info .blog-info-title .subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.numb-curv {
    position: absolute;
    padding: 10px;
    border-radius: 0 0 0 26px;
    background: var(--white);
    right: -1px;
    top: -1px;
}

.numb-curv .shap-left-top {
    position: absolute;
    top: -4px;
    left: -24px;
    -webkit-transform: rotate(91deg);
    transform: rotate(91deg);
}

.numb-curv .shap-left-top svg path {
    fill: var(--white);
}

.numb-curv .shap-right-bottom svg path {
    fill: var(--white);
}

.numb-curv .shap-right-bottom {
    position: absolute;
    bottom: -26px;
    right: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.numb-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.numb-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.vc-chrome {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 9;
}

.current-color {
    width: 46px;
    height: 32px;
    cursor: pointer;
    background-color: var(--primary);
    display: block;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.grid-container-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66.333% 24px 32.49%;
    grid-template-columns: 66.333% 32.49%;
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-container-1 {
        -ms-grid-columns: 60.333% 36.49%;
        grid-template-columns: 60.333% 36.49%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-container-1 {
        -ms-grid-columns: 55.333% 41.49%;
        grid-template-columns: 55.333% 41.49%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grid-container-1 {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .grid-container-1 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 11px auto 11px auto;
    grid-template-columns: auto auto auto;
    gap: 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .grid-container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grid-container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575px) {
    .grid-container {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.grid-container-profile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 24px auto;
    grid-template-columns: auto auto;
    gap: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .grid-container-profile {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-container-profile {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-container-profile {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grid-container-profile {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575px) {
    .grid-container-profile {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.login-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: auto;
}

.login-area .login-card {
    padding: 48px;
    background: var(--white);
    /*border-radius: 10px;*/
}

@media (max-width: 575px) {
    .login-area .login-card {
        padding: 30px;
    }
}

.login-area .login-card img {
    margin: auto;
    display: block;
}

.login-area .login-card .title, .login-area .login-card .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .login-area .login-card .add-text {
    padding-top: 60px;
    padding-bottom: 40px;
}

.login-area .login-card .title h4, .login-area .login-card .section-variant .single-section-variant .add-text h4, .section-variant .single-section-variant .login-area .login-card .add-text h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--primary-title);
    text-align: center;
}

.login-area .login-card .remember-me {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login-area .login-card .remember-me 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;
}

.login-area .login-card .remember-me label small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-title);
    margin-left: 8px;
}

.login-area .login-card .remember-me .checkbox {
    margin-right: 10px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-area .login-card .remember-me .checkbox:checked ~ .checkmark {
    background-color: var(--primary);
    border-color: var(--primary);
}

.login-area .login-card .remember-me .checkbox:checked ~ .checkmark::after {
    display: block;
}

.login-area .login-card .remember-me .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1.5px solid #b1b5c4;
    margin-right: 12px;
    border-radius: 50%;
}

.login-area .login-card .remember-me .checkmark::after {
    content: "\eb7b";
    font-family: var(--remix-icon);
    position: absolute;
    left: 0;
    top: -1px;
    color: #fff;
    display: none;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.login-area .login-card .remember-me .forget-section span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.5px;
    color: var(--tertiary);
}

.login-area .login-card .login-footer .create-account p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--primary-paragraph);
    text-align: center;
    margin-block: 28px;
}

.login-area .login-card .login-footer .create-account p span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
}

.login-area .login-card .login-footer .sign-with p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--primary);
}

.login-area .login-card .login-footer .sign-with .icon-login-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .login-area .login-card .login-footer .sign-with .icon-login-section {
        gap: 20px;
    }
}

.login-area .login-card .login-footer .sign-with .icon-login-section .icon-login a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--primary-border);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: var(--primary-paragraph);
    font-size: 18px;
}

@media (max-width: 575px) {
    .login-area .login-card .login-footer .sign-with .icon-login-section .icon-login a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
}

.login-area .login-card .login-footer .sign-with .icon-login-section .icon-login a:hover {
    background: var(--primary);
    border: 1px solid transparent;
    color: #fff;
}

.login-area .terms-condition span {
    color: var(--tertiary);
}

.login-area .login-image img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .login-area .login-image img {
        display: none;
    }
}

.gutter-x-120 {
    --bs-gutter-x: 120px;
}

.login-bg {
    position: relative;
}

.login-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    /*background-image: url(../../assets/images/auth-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    right: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .login-bg::before {
        width: 50%;
        background-size: contain;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .login-bg::before {
        width: 50%;
        background-size: contain;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-bg::before {
        width: 40%;
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .login-bg::before {
        display: none;
    }
}

.password-input {
    padding-right: 32px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 16px;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.single-support {
    padding: 28px 17px 31px 17px;
    border-radius: 10px;
    border: 1px solid var(--primary-border);
    cursor: pointer;
}

.single-support .cat-icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 22px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-support .cat-cap .title, .single-support .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-support .cat-cap .add-text {
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
}

@media (max-width: 575px) {
    .single-support .cat-cap .title, .single-support .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-support .cat-cap .add-text {
        font-size: 16px;
    }
}

.single-support .cat-cap .pera {
    font-size: 14px;
    margin-bottom: 0px;
}

.single-support .cat-cap .date {
    font-size: 14px;
    color: var(--primary);
}

.single-support:hover .cat-icon {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.live-support {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 10px;
    border-radius: 12px;
    background: var(--primary);
    max-width: 222px;
    margin-left: auto;
}

.live-support .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.live-support .product-tag {
    font-size: 12px;
    padding: 8px 9px;
    border-radius: 4px;
}

.live-support .cat-caption .title, .live-support .cat-caption .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .live-support .cat-caption .add-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .live-support .cat-caption .title, .live-support .cat-caption .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .live-support .cat-caption .add-text {
        font-size: 18px;
    }
}

.live-support .cat-caption .pear {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.6;
}

.mw-400 {
    max-width: 400px;
}

.mw-500 {
    max-width: 500px;
}

.single-notificatins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.single-notificatins .icon-notify {
    position: relative;
}

.single-notificatins .icon-notify::before {
    display: block;
    content: "\ef9a";
    font-family: var(--remix-icon);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 500%;
    background: var(--secondary);
    height: 30px;
    width: 30px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.single-notificatins .icon-notify.add-por-notification::before {
    background: var(--primary);
    content: "\ea13" !important;
}

.single-notificatins .icon-notify.offer-notification::before {
    background: #0CAF60;
}

.single-notificatins .icon-notify.cancel-notification::before {
    background: #FF6767;
    content: "\eb99" !important;
}

.single-notificatins .icon-notify.alert-notification::before {
    background: #FF9900 !important;
}

.single-notificatins .icon-notify.deposit-notification::before {
    background: #666666;
    content: "\ea92" !important;
}

.single-notificatins .time-title {
    font-size: 12px;
    color: var(--primary-paragraph);
}

.grid-container-chatbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19.5% 80.5%;
    grid-template-columns: 19.5% 80.5%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .grid-container-chatbox {
        -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .grid-container-chatbox {
        -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .grid-container-chatbox {
        -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-container-chatbox {
        -ms-grid-columns: 45% 55%;
        grid-template-columns: 45% 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-container-chatbox {
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grid-container-chatbox {
        -ms-grid-columns: 45% 55%;
        grid-template-columns: 45% 55%;
    }
}

@media (max-width: 575px) {
    .grid-container-chatbox {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.chat-box-area {
    border: 1px solid var(--primary-border);
}

.chat-box-area .chat-left-sidebar {
    height: calc(100vh - 320px);
    border-right: 1px solid var(--primary-border);
}

@media (max-width: 575px) {
    .chat-box-area .chat-left-sidebar {
        height: calc(100vh - 420px);
    }
}

.chat-box-area .chat-left-sidebar .top {
    padding: 14px;
}

.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: 4px;
    height: 100vh;
}

.chat-box-area .chat-body {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.chat-box-area .chat-search-wrapper .searchBox {
    width: 100%;
    background: none;
    height: 43px;
    position: relative;
    border: 1px solid var(--primary-border);
    border-radius: 4px;
}

.chat-box-area .chat-search-wrapper .searchBox input {
    width: 100%;
    height: 100%;
    padding: 0 19px;
    color: var(--primary-paragraph);
}

.chat-box-area .chat-search-wrapper .searchBox input::-webkit-input-placeholder {
    font-size: 14px;
}

.chat-box-area .chat-search-wrapper .searchBox input::-moz-placeholder {
    font-size: 14px;
}

.chat-box-area .chat-search-wrapper .searchBox input:-ms-input-placeholder {
    font-size: 14px;
}

.chat-box-area .chat-search-wrapper .searchBox input::-ms-input-placeholder {
    font-size: 14px;
}

.chat-box-area .chat-search-wrapper .searchBox input::placeholder {
    font-size: 14px;
}

.chat-box-area .chat-search-wrapper .searchBox .icon {
    position: absolute;
    top: 50%;
    right: 11px;
    font-size: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    color: var(--secondary-paragraph);
}

@media (max-width: 575px) {
    .chat-box-area .chat-list-wrapper {
        border-bottom: 1px solid var(--primary-border);
        padding-bottom: 21px;
        margin-bottom: 40px;
    }
}

.chat-box-area .chat-list-wrapper .chat-list {
    max-height: 450px;
}

@media (max-width: 575px) {
    .chat-box-area .chat-list-wrapper .chat-list {
        height: 250px;
    }
}

.chat-box-area .chat-list-wrapper .chat-list .single-chat {
    padding: 8px 12px;
    padding-bottom: 0px;
    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-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 .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: 14px;
    }
}

@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: 14px;
    }
}

@media (max-width: 575px) {
    .chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-cap .user-chat-caption .user-name {
        font-size: 14px;
    }
}

.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(--secondary);
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
}

.chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-timer .inactive-count {
    color: var(--primary-paragraph);
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
}

.chat-box-area .chat-list-wrapper .chat-list .single-chat.active {
    background: #F6F6F6;
}

.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(--secondary-border);
    padding-left: 23px;
    cursor: pointer;
}

.chat-box-area .chatBox-message {
    overflow: hidden;
    padding: 20px 12px;
    overflow-x: auto;
    background-color: #fbf7f3;
}

@media (max-width: 575px) {
    .chat-box-area .chatBox-message {
        height: calc(100vh - 400px);
    }
}

.chat-box-area .chatBox-message .chatShow {
    margin-bottom: 20px;
    max-height: 100vh;
    overflow-y: auto;
    max-height: 450px;
    overflow-y: auto;
}

@media (max-width: 575px) {
    .chat-box-area .chatBox-message .chatShow {
        height: calc(100vh - 500px);
    }
}

.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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    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: 12px 13px;
}

@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 {
    border-radius: 0 10px 10px 0;
    background: var(--white);
}

.chat-box-area .chatBox-message .chatShow .single-chat.userMessage .chatText .chatCaption .sendTime {
    text-align: center;
}

.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: #fae4cb;
    color: #fff;
}

.chat-box-area .chatBox-message .chatShow .single-chat.adminMessage .chatText .chatCaption .sendTime {
    text-align: center;
}

.chat-box-area .chatSend-wrapper {
    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: 4px;
    border: 1px solid var(--primary-border);
    width: 100%;
    height: 52px;
    padding: 10px 20px;
    padding-right: 100px;
    background: var(--white);
    color: var(--primary-paragraph);
}

@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: 12px;
}

.chat-box-area .chatSend-wrapper .sendMessage .input::-moz-placeholder {
    font-size: 12px;
}

.chat-box-area .chatSend-wrapper .sendMessage .input:-ms-input-placeholder {
    font-size: 12px;
}

.chat-box-area .chatSend-wrapper .sendMessage .input::-ms-input-placeholder {
    font-size: 12px;
}

.chat-box-area .chatSend-wrapper .sendMessage .input::placeholder {
    font-size: 12px;
}

.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(--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: var(--primary-border);
    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: 4px;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    background: var(--primary) !important;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    border: 0;
}

.chat-title {
    line-height: 1.5;
    color: var(--primary-title);
    font-weight: 500;
    font-size: 20px;
    display: block;
}

.chat-category .select2-container .select2-selection--single {
    height: 30px;
    background: var(--secondary);
    border-radius: 6px !important;
    min-width: 150px;
}

.chat-category .select2-selection {
    min-height: 35px !important;
    padding: 5px 14px 5px 14px;
    border: 0 !important;
}

.chat-category .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 24px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    line-height: 20px;
}

.chat-category .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: auto;
    top: 14px;
}

.chat-category .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

/*---------------------------------------------
    :: Landing Page
-----------------------------------------------*/
.home-page {
    background-color: rgba(var(--primary-rgb), 0.1);
}

.Inner-page {
    background-color: #f9f5e9;
}

.bg-image {
    background-image: url("../../../assets/images/body_bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lan-body-bg {
    background-color: #fafafa;
}

.lan-hero-overly {
    position: relative;
    z-index: 0;
}

.lan-hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(var(--primary-rgb), 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.lan-hero-overly2 {
    position: relative;
    z-index: 0;
}

.lan-hero-overly2::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.8901960784);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.lan-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.lan-shape-one img {
    max-width: 370px;
}

.lan-shape-two {
    position: absolute;
    top: 21%;
    right: 0;
    z-index: 0;
}

.lan-shape-two img {
    max-width: 570px;
}

.landing-header .header-area {
    height: 65px;
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.631372549);
    border-bottom: 1px solid var(--primary-border);
}

.landing-header .header-area .header-info-left .logo {
    background: transparent;
    margin-right: 5px;
    padding: 15px 71px 8px 63px;
    position: relative;
    z-index: 2;
    height: 65px;
    width: 285px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-header .header-area .header-info-left .logo {
        padding: 15px 18px 8px 63px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .landing-header .header-area .header-info-left .logo {
        padding: 15px 71px 8px 32px;
    }
}

.landing-header .header-area .header-info-left .logo::before {
    background: transparent;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -10px;
    right: 0;
    z-index: 1;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 18px;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
    margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li {
        margin: 0 2px;
    }
}

.landing-header .header-area .header-info-left .menu-wrapper ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding: 16px 4px;
    display: block;
    color: var(--primary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li a {
        padding: 16px 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-header .header-area .header-info-left .menu-wrapper ul li a {
        padding: 216px 9px;
    }
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover > a {
    color: var(--primary);
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover > a::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu {
    position: absolute;
    width: 190px;
    background: #1e1e1e;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu > li > a {
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu > li > a::after {
    position: unset;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu > li > a:hover {
    color: #fff;
    background: none;
    padding-left: 13px;
}

.landing-header .header-sticky.sticky-bar {
    background: #f2f2f2;
    height: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-header .header-sticky.sticky-bar {
        height: 77px;
    }
}

@media (max-width: 575px) {
    .landing-header .header-sticky.sticky-bar {
        height: 77px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-header .header-sticky.sticky-bar .header-right-btn {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-header .header-sticky.sticky-bar .header-right-btn {
        display: none;
    }
}

@media (max-width: 575px) {
    .landing-header .header-sticky.sticky-bar .header-right-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-header .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-header .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}

@media (max-width: 575px) {
    .landing-header .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}

.landing-header .header-btn2 {
    color: #fff;
    background: #1a1a1a;
    padding: 21px 64px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 65px;
    float: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .landing-header .header-btn2 {
        padding: 21px 47px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-header .header-btn2 {
        padding: 21px 47px;
    }
}

.landing-header .header-btn {
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    padding: 20px 44px;
    text-transform: capitalize;
    background: #fff;
    height: 63px;
    float: left;
}

.landing-header .header-right-btn {
    margin-right: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-header .header-right-btn {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-header .header-right-btn {
        margin-right: 10px;
        position: absolute;
        right: 14px;
        top: 127px;
        z-index: 1;
        display: none;
    }
}

@media (max-width: 575px) {
    .landing-header .header-right-btn {
        margin-right: 10px;
        position: absolute;
        right: 12px;
        top: 127px;
        z-index: 1;
        display: none;
    }
}

.landing-header .mobile_menu .slicknav_menu .slicknav_btn {
    top: -49px;
    right: 24px;
}

.bg-tertiary {
    background: rgba(9, 14, 13, 0.05);
}

.lan-slider-area {
    padding: 150px 0px 70px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lan-slider-area {
        padding: 135px 0px 70px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lan-slider-area {
        padding: 135px 0px 70px 0px;
    }
}

@media (max-width: 767px) {
    .lan-slider-area {
        padding: 115px 0px 45px 0px;
    }
}

.lan-slider-area .slider-content {
    overflow: hidden;
}

.lan-slider-area .slider-content .title, .lan-slider-area .slider-content .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-slider-area .slider-content .add-text {
    font-family: var(--Dm);
    color: var(--primary-title);
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lan-slider-area .slider-content .title, .lan-slider-area .slider-content .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-slider-area .slider-content .add-text {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lan-slider-area .slider-content .title, .lan-slider-area .slider-content .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-slider-area .slider-content .add-text {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lan-slider-area .slider-content .title, .lan-slider-area .slider-content .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-slider-area .slider-content .add-text {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .lan-slider-area .slider-content .title, .lan-slider-area .slider-content .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-slider-area .slider-content .add-text {
        font-size: 25px;
    }
}

.lan-slider-area .slider-content .pera {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

@media (max-width: 767px) {
    .lan-slider-area .slider-content .pera {
        font-size: 14px;
    }
}

.lan-slider-area .slider-content .upcoming {
    color: var(--primary-title);
    background: #fcd303;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    line-height: 1;
}

@media (max-width: 767px) {
    .lan-section-tittle {
        margin-bottom: 25px;
    }
}

.lan-section-tittle .title, .lan-section-tittle .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-section-tittle .add-text {
    color: var(--primary-title);
    font-size: 55px;
    font-family: var(--Dm);
    line-height: 1.1;
}

@media (max-width: 767px) {
    .lan-section-tittle .title, .lan-section-tittle .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-section-tittle .add-text {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lan-section-tittle .title, .lan-section-tittle .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .lan-section-tittle .add-text {
        font-size: 35px;
    }
}

.lan-section-tittle .title .color, .lan-section-tittle .section-variant .single-section-variant .add-text .color, .section-variant .single-section-variant .lan-section-tittle .add-text .color {
    color: var(--primary);
}

@media (max-width: 1399px) {
    .lan-section-tittle .title br, .lan-section-tittle .section-variant .single-section-variant .add-text br, .section-variant .single-section-variant .lan-section-tittle .add-text br {
        display: none;
    }
}

.lan-section-tittle .pera {
    font-size: 16px;
    font-family: var(--Dm);
}

.lan-section-tittle .pera a {
    text-decoration: underline;
}

.single-cat {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0px 25px;
}

.single-cat .cat-icon {
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 14px;
}

.single-cat .cat-icon img {
    max-width: 100%;
    height: auto;
}

.single-cat .cat-cap .title, .single-cat .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-cat .cat-cap .add-text {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    line-height: 1.5;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    color: var(--primary-title);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-cat .cat-cap .title, .single-cat .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-cat .cat-cap .add-text {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .single-cat .cat-cap .title, .single-cat .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-cat .cat-cap .add-text {
        font-size: 21px;
    }
}

.single-cat .cat-cap .pera {
    font-size: 14px;
    margin: 0;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background-color: #f4f5fa;
    font-weight: 600;
    color: #7a7a83;
}

.single-cat:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-cat:hover .cat-cap .title, .single-cat:hover .cat-cap .section-variant .single-section-variant .add-text, .section-variant .single-section-variant .single-cat:hover .cat-cap .add-text {
    color: var(--primary-title);
}

.single-cat:hover .cat-cap .browse-btn2 {
    visibility: visible;
    opacity: 1;
}

/* Preview img */
.single-preview a {
    position: relative;
    display: block;
    text-align: center;
    height: 500px;
    -webkit-transition: background-position 8s ease-in-out;
    transition: background-position 8s ease-in-out;
    background-size: contain;
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .single-preview a {
        height: 350px;
    }
}

.single-preview a:hover {
    background-position: 0px 100%;
}

.single-preview a:hover::before {
    background: rgba(173, 170, 169, 0.3);
}

.single-preview a:hover::after {
    opacity: 1;
}

.stickyStye {
    color: var(--primary-title);
    background: #f3f3f5;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 54px 5px 18px;
    padding-right: 54px;
    display: inline-block;
    text-align: center;
    padding-right: 34px;
    margin-bottom: 15px;
    border-radius: 25px;
}

.max-h-800 {
    max-height: 1200px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .max-h-800 {
        max-height: 600px;
    }
}

.max-h-700 {
    max-height: 700px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .max-h-700 {
        max-height: 600px;
    }
}

.max-h-500 {
    max-height: 500px;
    overflow: hidden;
}

.max-h-350 {
    max-height: 350px;
    overflow: hidden;
}

.tab-bg {
    margin-top: 0px;
    background-color: #fff !important;
    padding: 20px 30px;
    border-left: 3px solid var(--primary);
}

.tab-bg {
    margin-top: 0px;
    background-color: #f2f2f2 !important;
    padding: 20px 30px;
    border-left: 3px solid var(--primary);
}

.single-preview-items {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
    box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.single-preview-items:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.hover-translate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover-translate:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.lan-breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.lan-breadcrumb a {
    color: var(--primary-title);
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
}

.lan-breadcrumb .breadcrumb-item {
    line-height: 1;
}

.lan-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: var(--primary-title);
    content: "\e649";
    font-family: "themify";
    font-size: 16px;
    padding: 0 0px;
    margin: 0 13px;
    font-weight: 600;
    position: relative;
    top: 3px;
    padding-right: 10px;
}

.lan-tags span {
    background-color: #fff;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    border: 1px solid var(--primary-border);
    color: var(--tertiary-paragraph);
}

@media (max-width: 575px) {
    .lan-tags span {
        margin: 0 3px 5px 0;
        padding: 3px 9px;
        font-size: 13px;
    }
}

.plr {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 1199px) {
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.lan-header-style-one .menu-wrapper .listing > .single-list > .single {
    color: #fff;
}

.lan-header-style-one .menu-wrapper .listing.submenu > .single-list > .single {
    color: var(--primary-title);
    padding: 8px 14px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

@media (max-width: 1199px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

.lan-header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.lan-header-sticky.sticky-bar {
    background: var(--section-bg-two);
}

@media (max-width: 991px) {
    .lan-header-sticky.sticky-bar {
        padding: 15px 0;
    }
}

.lan-header-sticky.sticky-bar .menu-wrapper .listing .single-list .single {
    padding: 24px 17px;
}

.lan-footer {
    background-color: #f2f2f2;
}

.lan-footer .copyright {
    padding: 20px 5px;
}

.lan-footer .copyright p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.lan-footer .copyright a {
    font-weight: 600;
}

.rate-section li {
    display: inline-block;
    padding: 0 3px;
}

.rate-section li i {
    font-size: 30px;
}

@media (max-width: 575px) {
    .rate-section li i {
        font-size: 20px;
    }
}

.feature-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.feature-icons .icon-box {
    background: #fff;
    width: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    border-radius: 10%;
    padding: 8px;
}

.feature-icons .icon-box img {
    max-width: 100%;
    height: auto;
}

.feature-icons .icon-box:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.preview-box {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
    box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.preview-box .template-name {
    color: var(--primary-title);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.preview-box .preview-technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.preview-box .preview-technology .view-btn {
    opacity: 0.3;
    cursor: default;
    background: #8b84a8;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    padding: 2px 11px;
    border-radius: 5px;
}

.preview-box .preview-technology .view-btn.active {
    background-color: #e96228;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 1;
}

.mask-img-2 {
    -webkit-mask-image: url(../../../assets/images/icon/mask-1.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.lan.shape-two {
    position: absolute;
    right: 0;
    bottom: 15%;
}

.lan.shape-one {
    position: absolute;
    top: auto;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.imgEffect4 img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.imgEffect4:hover img {
    margin-left: 0;
}

.testimonial-card-two {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 60px;
    background-color: var(--primary-soft-color-two);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-two {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-two {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .testimonial-card-two {
        border-radius: 25px;
    }
}

.testimonial-card-two .testimonial-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}

.testimonial-card-two .testimonial-header .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.testimonial-card-two .testimonial-header .user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-card-two .testimonial-body {
    margin-bottom: 40px;
}

.testimonial-card-two .testimonial-body .pera {
    color: var(--primary-title);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.testimonial-card-two .testimonial-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-card-two .testimonial-footer .all-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user:not(:first-child) {
    margin-right: -14px;
}

@media (max-width: 991px) {
    .testimonial-card-two .testimonial-footer .all-user .happy-user:not(:first-child) {
        margin-right: -20px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-two .testimonial-footer .all-user .happy-user {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
}

.testimonial-card-two .testimonial-footer .all-user .happy-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user:hover {
    cursor: pointer;
    border: none;
    scale: 1.25;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user-count {
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .testimonial-card-two .testimonial-footer .all-user .happy-user-count {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
}

.testimonial-card-two .testimonial-footer .all-user .happy-user-count .user-count {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.testimonial-card-two .testimonial-footer .user-info {
    margin-left: 12px;
}

.testimonial-card-two .testimonial-footer .user-info .name, .testimonial-card-two .testimonial-footer .user-info .user-details i {
    color: var(--primary-title);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.testimonial-card-two .testimonial-footer .user-info .designation {
    color: var(--primary-title);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.testimonial-card-two .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.headline {
    padding: 30px 0;
    border-top: 1px solid var(--primary-border);
    border-bottom: 1px solid var(--primary-border);
}

.headline .headlineSwiper-active .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.headline .headlineSwiper-active .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-title);
    font-size: 26px;
    margin-right: 37px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .headline .headlineSwiper-active .swiper-wrapper .swiper-slide {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px;
        margin-right: 20px;
        min-width: 150px;
    }
}

.headline .headlineSwiper-active .swiper-wrapper .swiper-slide .subtitle {
    position: relative;
    color: var(--primary-title);
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    margin-right: 37px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .headline .headlineSwiper-active .swiper-wrapper .swiper-slide .subtitle {
        font-size: 16px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .tab-style-lan {
        gap: 20px;
    }
}

.tab-style-lan .nav-item {
    margin-right: 30px;
}

.tab-style-lan .nav-item:last-child {
    margin-right: 0;
}

.tab-style-lan .nav-link {
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary-title);
    text-transform: capitalize;
}

.tab-style-lan .nav-link.active {
    color: var(--primary);
    background-color: transparent;
    font-weight: 600;
}

.tab-bg {
    margin-top: 0px;
    background-color: #f2f2f2 !important;
    padding: 20px 30px;
    border-left: 3px solid var(--primary);
}

.lan-live {
    display: inline-block;
    position: relative;
}

.lan-live::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-color: var(--secondary);
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.lan-live::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ddd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out infinite;
    animation: live 2s ease-in-out infinite;
    z-index: 1;
    top: -15px;
    left: -5px;
}

@-webkit-keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(225, 36, 84, 0.3);
    }
}

@keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

.category_slider {
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
}

.beer-handle::after,
.beer-handle::before {
    border-left: 1px solid;
    border-top: 1px solid;
}

.beer-handle {
    color: var(--primary);
    height: 48px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
    z-index: 2;
    opacity: 1 !important;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-range:focus ~ .beer-handle {
    background: #fff;
}

.beer-reveal {
    left: 3px;
    border-right: 3px solid #fff;
}

.beer-range {
    cursor: e-resize;
}

.category_slider .swiper-button-next svg,
.category_slider .swiper-button-prev svg {
    color: var(--primary-text);
}

.category_slider .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 20px !important;
}

.colors_list .color-btn.active {
    /* border-width: 4px !important; */
    border-color: var(--primary);
}

.shadow-priamry {
    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
    box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

[data-theme=dark] {
    background: var(--body-bg);
    /* Dark Theme start*/
    /* roles permission  */
}

[data-theme=dark] body {
    background: var(--body-bg);
}

[data-theme=dark] .white-bg {
    background: var(--dark-bg1);
}

[data-theme=dark] .btn-primary-fill {
    color: #fff !important;
}

[data-theme=dark] .btn-cancel-fill {
    color: #fff !important;
}

[data-theme=dark] .btn-cancel-fill:hover {
    border-color: var(--primary-border);
}

[data-theme=dark] .btn-secondary-fill {
    color: #fff !important;
}

[data-theme=dark] .btn-secondary-fill:hover {
    border-color: var(--primary-border);
}

[data-theme=dark] .tab-nav .nav-link {
    background: var(--white);
    color: var(--primary-paragraph);
}

[data-theme=dark] .header-area .main-menu .listing .single-list .single {
    color: var(--primary-paragraph);
}

[data-theme=dark] .btn-primary-outline {
    color: var(--primary-title);
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .btn-primary-fill {
    color: var(--primary-paragraph);
}

[data-theme=dark] .btn-primary-fill:hover {
    border-color: var(--primary-border);
}

[data-theme=dark] .btn-primary-submit {
    color: var(--primary-paragraph);
}

[data-theme=dark] .select2-results {
    background: var(--white);
}

[data-theme=dark] .select2-search--dropdown {
    background: var(--white);
}

[data-theme=dark] .select2-dropdown {
    border-color: var(--primary-border);
    background-color: var(--white);
}

[data-theme=dark] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--primary-paragraph);
    color: var(--primary);
}

[data-theme=dark] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--primary);
    color: var(--primary-paragraph);
}

[data-theme=dark] .image-uploader input.form-control::-webkit-input-placeholder {
    color: var(--primary-paragraph);
}

[data-theme=dark] .image-uploader input.form-control::-moz-placeholder {
    color: var(--primary-paragraph);
}

[data-theme=dark] .image-uploader input.form-control:-ms-input-placeholder {
    color: var(--primary-paragraph);
}

[data-theme=dark] .image-uploader input.form-control::-ms-input-placeholder {
    color: var(--primary-paragraph);
}

[data-theme=dark] .image-uploader input.form-control::placeholder {
    color: var(--primary-paragraph);
}

[data-theme=dark] .btn-primary-outline:hover {
    background: var(--primary-btn);
    border-color: transparent !important;
}

[data-theme=dark] .ck.ck-toolbar.ck-toolbar_grouping {
    background: var(--body);
    border-color: var(--primary-border);
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-theme=dark] .ck.ck-button, [data-theme=dark] a.ck.ck-button {
    color: var(--dark);
}

[data-theme=dark] .ck.ck-dropdown .ck-button.ck-dropdown__button {
    width: 100%;
}

[data-theme=dark] .ck.ck-button:not(.ck-disabled):hover, [data-theme=dark] a.ck.ck-button:not(.ck-disabled):hover {
    background: var(--white);
}

[data-theme=dark] .ck.ck-button.ck-on, [data-theme=dark] a.ck.ck-button.ck-on {
    background: var(--white);
}

[data-theme=dark] .tagify__input::before {
    color: #fff;
}

[data-theme=dark] .tagify__input:focus:empty::before {
    color: #fff;
}

[data-theme=dark] #SvgjsText1022 {
    fill: var(--primary-paragraph);
}

[data-theme=dark] #SvgjsText1021 {
    fill: var(--dark) !important;
}

[data-theme=dark] #SvgjsText1210 {
    fill: var(--dark) !important;
}

[data-theme=dark] #SvgjsText1015 {
    fill: var(--primary-paragraph);
}

[data-theme=dark] #SvgjsText1016 {
    fill: var(--primary-paragraph);
}

[data-theme=dark] table thead tr {
    background-color: rgb(30, 29, 34);
}

[data-theme=dark] tr:nth-child(2n) {
    background-color: rgba(30, 29, 34, 0.41);
}

[data-theme=dark] .daterangepicker::after {
    border-bottom: 6px solid var(--primary-border);
}

[data-theme=dark] .daterangepicker .calendar-table .next span, [data-theme=dark] .daterangepicker .calendar-table .prev span {
    border-color: #fff;
}

[data-theme=dark] .daterangepicker .ranges li.active {
    background-color: var(--primary);
    color: #fff;
}

[data-theme=dark] .daterangepicker td.available:hover, [data-theme=dark] .daterangepicker th.available:hover {
    background-color: var(--primary);
}

[data-theme=dark] .daterangepicker td.available:hover, [data-theme=dark] .daterangepicker th.available:hover {
    background-color: var(--primary);
}

[data-theme=dark] .check-wrap.style-seven input[type=checkbox] + label::after {
    border-bottom: 2px solid var(--primary-title);
    border-left: 2px solid var(--primary-title);
}

[data-theme=dark] .half-expand ul.parent-menu-list > li > ul,
[data-theme=dark] .half-expand .sidebar-dropdown-menu > li ul {
    background: var(--bg-secondary) !important;
    border: none;
}

[data-theme=dark] .main {
    background-color: var(--body_bg);
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .tagify__input::before {
    color: rgba(117, 123, 140, 0.568627451);
}

[data-theme=dark] .tagify__input:focus:empty::before {
    color: rgba(117, 123, 140, 0.568627451);
}

[data-theme=dark] .sidebar-menu .sidebar-menu .active-menu > a::before {
    background: var(--primary);
}

[data-theme=dark] .sidebar-menu .sidebar-menu .active-menu ul {
    background-color: var(--bg-primary);
}

[data-theme=dark] .message {
    background-color: var(--white) !important;
    color: var(--primary-title);
}

[data-theme=dark] .input-group-text {
    color: var(--primary-title);
    border-color: var(--primary-border) !important;
}

[data-theme=dark] .charts .badge.primary {
    background-color: rgba(122, 182, 104, 0.1);
}

[data-theme=dark] .apexcharts-legend-text {
    color: #6f767e !important;
}

[data-theme=dark] .role-permisssion-control {
    border-color: #272b30;
}

[data-theme=dark] .select2-dropdown {
    background-color: var(--bg-secondary);
}

[data-theme=dark] .select2-dropdown span {
    color: #fff;
}

[data-theme=dark] .user_roles_border,
[data-theme=dark] .user_roles_permission {
    border-color: #272b30;
}

[data-theme=dark] .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");
}

[data-theme=dark] .half-expand ul.parent-menu-list > li > ul {
    background: var(--bg-secondary) !important;
    border: none;
}

[data-theme=dark] .sidebar-menu .sidebar-menu .active-menu > a::before {
    background: var(--primary);
}

[data-theme=dark] .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-title);
}

[data-theme=dark] .sidebar-menu .sidebar-menu .active-menu ul {
    background-color: var(--bg-primary);
}

[data-theme=dark] .bg-gray {
    background: #1a1d20 !important;
}

[data-theme=dark] input::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
}

[data-theme=dark] .radio-button-group .btn-group .btn {
    color: #fff;
}

[data-theme=dark] .sidebar .sidebar-menu .sidebar-menu .active-menu > a {
    color: var(--primary) !important;
    background: rgba(43, 45, 53, 0.2901960784);
}

@media (max-width: 991.98px) {
    [data-theme=dark] .sidebar-expand .sidebar {
        background: #111415 !important;
    }
}

[data-theme=dark] .form-control:focus-visible,
[data-theme=dark] .form-control:focus,
[data-theme=dark] .form-select:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

[data-theme=dark] .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item .mm-show,
[data-theme=dark] .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item ul {
    background: var(--white) !important;
}

[data-theme=dark] .header .header-search .search-field {
    color: #b2bec3;
    background: rgba(246, 246, 246, 0.06);
}

[data-theme=dark] .header-control-item .item-content i:hover {
    color: var(--white);
}

[data-theme=dark] h6,
[data-theme=dark] h5,
[data-theme=dark] h4,
[data-theme=dark] h3,
[data-theme=dark] h2,
[data-theme=dark] h1 {
    color: var(--primary-title);
}

[data-theme=dark] .single_todo .todo_title {
    color: var(--primary-title);
}

[data-theme=dark] .single_todo:not(:last-child),
[data-theme=dark] .lead_list:not(:last-child) {
    border-color: var(--primary-border);
}

[data-theme=dark] .client_box .client_title {
    color: var(--primary-title);
}

[data-theme=dark] .symbol .symbol-label {
    background-color: #141518;
}

[data-theme=dark] .single-select > .select2-container.language-select-container .select2-selection--single {
    border: 1px solid var(--border_3) !important;
    background: none !important;
    color: var(--primary-title);
}

[data-theme=dark] .crm_small_widgetTab li .nav-link {
    background: #2b2b40;
    color: var(--primary-title);
}

[data-theme=dark] .crm_small_widgetTab li .nav-link.active {
    background: #2b2b40;
    color: var(--primary-title);
}

[data-theme=dark] .select2-container .select2-dropdown {
    background-color: var(---white);
}

[data-theme=dark] .select2-container .select2-results > .select2-results__options {
    background-color: var(---white);
}

[data-theme=dark] .select2-container .select2-dropdown .select2-results__option {
    color: var(--primary-title);
}

[data-theme=dark] .select2-container .select2-results__option--selected {
    background-color: transparent !important;
    color: var(--primary) !important;
}

[data-theme=dark] .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--white) !important;
    background-color: transparent !important;
}

[data-theme=dark] .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--primary-title);
}

[data-theme=dark] .dropdown-menu.show {
    background: var(--white) !important;
}

[data-theme=dark] .profile-info span {
    color: var(--primary-title);
}

[data-theme=dark] .select2-container .select2-search--inline .select2-search__field {
    color: var(--primary-title) !important;
}

[data-theme=dark] .select2-container .select2-selection--multiple .select2-selection__choice {
    background: rgba(91, 88, 255, 0.2);
}

[data-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
[data-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: var(--primary-title);
}

[data-theme=dark] .dropdown-btn {
    background: transparent;
}

[data-theme=dark] .dropdown-btn:hover,
[data-theme=dark] .dropdown-btn:focus {
    color: var(--white);
}

[data-theme=dark] .search_suggestion {
    background: var(---white);
    -webkit-box-shadow: var(--theme-shadow);
    box-shadow: var(--theme-shadow);
}

[data-theme=dark] .search_suggestion .suggestion_link:hover {
    color: var(--white);
}

[data-theme=dark] .modal-content {
    background-color: var(--white);
}

[data-theme=dark] .modal-header-image {
    border-bottom: 1px solid var(--primary-border);
    margin: 0;
}

[data-theme=dark] .modal .btn-close {
    background: var(--input_bg);
    color: var(--primary-title);
}

[data-theme=dark] .cke_editable {
    color: var(--white);
}

[data-theme=dark] .daterangepicker.show-ranges.ltr .drp-calendar.left,
[data-theme=dark] .daterangepicker .drp-buttons {
    border-color: var(--primary-border);
}

[data-theme=dark] .daterangepicker .calendar-table {
    background: var(---white);
    background: var(--primary-border);
    padding: 10px;
    border-radius: 4px;
}

[data-theme=dark] .daterangepicker td.in-range {
    color: var(--white);
}

[data-theme=dark] .cke_toolgroup a.cke_button:last-child:after,
[data-theme=dark] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,
[data-theme=dark] .cke_combo:after,
[data-theme=dark] .cke_combo:after,
[data-theme=dark] .cke_combo_arrow {
    border-color: var(--body_text);
}

[data-theme=dark] .modal {
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

[data-theme=dark] input:-webkit-autofill {
    -webkit-text-fill-color: var(--primary-title) !important;
}

[data-theme=dark] .cke_chrome .cke_top {
    background: rgba(117, 123, 140, 0.1) !important;
}

[data-theme=dark] .cke_combo:after {
    border-color: var(--body_text);
}

[data-theme=dark] .cke_toolbar_separator {
    background-color: var(--body_text);
}

[data-theme=dark] .swal2-popup {
    background: var(--body-bg) !important;
}

[data-theme=dark] .client_box .client_title:hover {
    color: var(--primary);
}

[data-theme=dark] .mce-panel {
    border: 0 solid var(--input_bg);
    border: 0 solid var(--input_bg);
    background-color: var(--input_bg);
}

[data-theme=dark] .dropzone {
    border: 1px solid var(--primary-paragraph);
    border-radius: 5px;
    background: var(--primary-paragraph);
    color: var(--white);
}

[data-theme=dark] .input::-webkit-input-placeholder, [data-theme=dark] .form-control::-webkit-input-placeholder, [data-theme=dark] .image-uploader::-webkit-input-placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

[data-theme=dark] .input::-moz-placeholder, [data-theme=dark] .form-control::-moz-placeholder, [data-theme=dark] .image-uploader::-moz-placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

[data-theme=dark] .input:-ms-input-placeholder, [data-theme=dark] .form-control:-ms-input-placeholder, [data-theme=dark] .image-uploader:-ms-input-placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

[data-theme=dark] .input::-ms-input-placeholder, [data-theme=dark] .form-control::-ms-input-placeholder, [data-theme=dark] .image-uploader::-ms-input-placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

[data-theme=dark] .input::placeholder,
[data-theme=dark] .form-control::placeholder,
[data-theme=dark] .image-uploader::placeholder {
    color: rgba(172, 180, 203, 0.4) !important;
}

[data-theme=dark] .table-span-text {
    color: var(--primary-title) !important;
}

[data-theme=dark] .bg-blue-gradient.wave-animated::before {
    background: rgba(87, 155, 228, 0.1490196078);
}

[data-theme=dark] .bg-blue-gradient.wave-animated::after {
    background: rgba(87, 155, 228, 0.1215686275);
}

[data-theme=dark] .bg-tea-gradient.wave-animated::after {
    background: rgba(124, 237, 173, 0.06);
}

[data-theme=dark] .bg-tea-gradient.wave-animated::before {
    background: rgba(206, 255, 227, 0.18);
}

[data-theme=dark] .wave-animated::before {
    background: rgba(252, 171, 94, 0.168627451);
}

[data-theme=dark] .wave-animated::after {
    background: rgba(252, 171, 94, 0.0705882353);
}

[data-theme=dark] .sub-menu-wrapper .sub-menu-list {
    background: rgb(30, 29, 34);
}

[data-theme=dark] .sub-menu-wrapper .sub-menu-list .sub-menu-item .single.active {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}

[data-theme=dark] .nicescroll-cursors {
    background: #eeeeee !important;
}

[data-theme=dark] .nicescroll-cursors {
    background: rgba(51, 52, 62, 0.5607843137) !important;
    border-color: rgba(51, 52, 62, 0.5607843137) !important;
}

[data-theme=dark] .list-group-flush > .list-group-item {
    border-bottom-color: var(--primary-border);
    background: transparent;
}

[data-theme=dark] .badge-light-primary {
    background: var(--input_bg);
}

[data-theme=dark] .badge-light-success {
    background: var(--input_bg);
}

[data-theme=dark] .step-list-wrapper .single-step-list-step::before {
    background: var(--primary-border);
}

[data-theme=dark] * {
    scrollbar-color: rgba(51, 52, 62, 0.5607843137) rgba(51, 52, 62, 0.5607843137);
}

[data-theme=dark] .file_upload {
    border-color: var(--primary-border) !important;
}

[data-theme=dark] .wave-animated.cart-two {
    background: var(--body-bg) !important;
}

[data-theme=dark] .text-title {
    color: var(--primary-title) !important;
}

[data-theme=dark] .btn-primary span {
    color: #fff;
}

[data-theme=dark] .ck.ck-button:not(.ck-disabled):hover,
[data-theme=dark] a.ck.ck-button:not(.ck-disabled):hover {
    background: var(--body_bg);
}

[data-theme=dark] .input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--primary-border) !important;
    color: var(--primary-title);
}

[data-theme=dark] .pagination .page-link:hover {
    background: var(--primary);
    color: #ffffff !important;
}

[data-theme=dark] .form-control {
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .btn-export:hover {
    background: transparent;
    color: #fff;
    border-color: var(--border_3);
}

[data-theme=dark] .btn-export:hover span {
    color: #fff;
}

[data-theme=dark] .btn-export:hover i {
    color: #fff;
}

[data-theme=dark] .sidebar {
    background: #1E1D22 !important;
}

[data-theme=dark] .home-btn:hover {
    color: #fff;
}

[data-theme=dark] .breadcrumb-item.active {
    color: var(--primary-title);
}

[data-theme=dark] .single-add-ons {
    border: 1px solid var(--primary-border);
    background: none;
}

[data-theme=dark] .in-active {
    border: 1px solid var(--primary-border) !important;
}

[data-theme=dark] .chat-box-area .chat-list-wrapper .chat-list .single-chat::before {
    background-color: var(--primary-border);
}

[data-theme=dark] .chat-box-area .chat-list-wrapper .chat-list .single-chat .chat-timer .time {
    color: var(--primary-title);
}

[data-theme=dark] .header-control-item .single-select .select2-container .select2-selection--single {
    background-color: unset !important;
    border: 1px solid var(--border_3) !important;
}

[data-theme=dark] .step-list-wrapper .single-step-list-step .single-multiStep-request-list-item-number {
    background: var(--body-bg);
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .daterangepicker::after {
    border-bottom: 6px solid var(--primary-border);
}

[data-theme=dark] .daterangepicker .calendar-table .next span, [data-theme=dark] .daterangepicker .calendar-table .prev span {
    border-color: #fff;
}

[data-theme=dark] .daterangepicker .ranges li.active {
    background-color: var(--primary);
    color: #fff;
}

[data-theme=dark] .daterangepicker td.available:hover, [data-theme=dark] .daterangepicker th.available:hover {
    background-color: var(--primary);
}

[data-theme=dark] .daterangepicker td.available:hover, [data-theme=dark] .daterangepicker th.available:hover {
    background-color: var(--primary);
}

[data-theme=dark] .daterangepicker .calendar-table {
    border: 1px solid var(--white);
    background-color: var(--white);
}

[data-theme=dark] .btn-upload {
    background: rgba(246, 246, 246, 0.06);
}

[data-theme=dark] .btn-dropdown {
    background: rgba(246, 246, 246, 0.06);
}

[data-theme=dark] .note-toolbar {
    background: var(--body-bg);
}

[data-theme=dark] .note-btn {
    color: var(--primary-paragraph);
    background-color: rgba(246, 246, 246, 0.06);
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .note-editor .note-editing-area .note-editable {
    color: #b2bec3;
}

[data-theme=dark] .note-modal-content {
    background: var(--white);
}

[data-theme=dark] .note-input {
    border: 1px solid var(--primary-border);
    background: none;
    color: var(--primary-paragraph);
}

[data-theme=dark] .close {
    color: white;
    opacity: 0.6;
}

[data-theme=dark] .chat-box-area .chat-list-wrapper .chat-list .single-chat.active {
    background: rgba(246, 246, 246, 0.06);
}

[data-theme=dark] .header-right .cart-list .pos-btn:hover {
    border: 1px solid var(--primary-border);
}

[data-theme=dark] .single-product {
    background: #1E1D22 !important;
}

[data-theme=dark] .single-product .images {
    background: unset;
}

[data-theme=dark] .profile-card-color-four, .profile-card .col-xxl-3:nth-child(4) [data-theme=dark] .card-style,
.profile-card .col-xxl-4:nth-child(4) [data-theme=dark] .card-style, [data-theme=dark] .profile-card .col-xxl-3:nth-child(4) .card-style, [data-theme=dark] .profile-card .col-xxl-4:nth-child(4) .card-style {
    background-color: rgba(243, 245, 247, 0.0588235294);
}

[data-theme=dark] .profile-card-color-four .icon, .profile-card .col-xxl-3:nth-child(4) [data-theme=dark] .card-style .icon,
.profile-card .col-xxl-4:nth-child(4) [data-theme=dark] .card-style .icon, [data-theme=dark] .profile-card .col-xxl-3:nth-child(4) .card-style .icon, [data-theme=dark] .profile-card .col-xxl-4:nth-child(4) .card-style .icon {
    background-color: rgba(243, 245, 247, 0.0588235294);
}

[data-theme=dark] .collapse-wrapper.style-three .accordion-header .accordion-button.collapsed {
    background: #1E1D22;
}

[data-theme=dark] .accordion-item {
    background-color: unset;
}

[data-theme=dark] .tab-button.style-one nav .nav-tabs .nav-link {
    background: rgb(30, 29, 34);
}

[data-theme=dark] .tab-button.style-seven nav .nav-tabs .nav-link {
    background: rgb(30, 29, 34);
}

[data-theme=dark] .tab-button.style-nine .nav-tabs .nav-link {
    background: rgb(30, 29, 34);
}

[data-theme=dark] .bg-white {
    background-color: var(--white) !important;
}

/*Changes while RTL Start*/
body.rtl .header {
    right: 320px;
    left: 0;
    transition: -webkit- right 0.4s;
    -webkit-transition: 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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .half-expand .header {
    z-index: 22;
    right: 100px;
    transition: -webkit- right 0.4s;
    -webkit-transition: 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 {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

body.rtl .half-expand-toggle .sidebar-toggle img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .profile-expand-list {
    float: right;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
}

body.rtl .profile-expand-list .profile-expand-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 .language-list h5,
body.rtl .currency-list h5 {
    float: right;
}

/*Changes while RTL Start*/
body.rtl .sidebar {
    right: 0;
}

@media (max-width: 768px) {
    body.rtl .sidebar {
        right: -100%;
        -webkit-transition: right 0.3s;
        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 .sidebar-menu-heading {
    margin-right: 17px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item > ul > li > a {
    padding-right: 47px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item > ul > li > ul > li > a {
    padding-right: 64px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .active-menu > a {
    border-left: none;
    border-right: 2px solid var(--primary);
}

body.rtl .sidebar .sidebar-menu .sidebar-menu ul > li > a {
    padding-right: 28px;
}

body.rtl .sidebar-expand .sidebar {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

.rtl .half-expand .sidebar .sidebar-logo .half-expand-toggle {
    position: absolute;
    right: 100%;
    margin-right: 10px;
}

.rtl .half-expand .sidebar .sidebar-logo .half-expand-toggle img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl .half-expand .sidebar .sidebar-menu {
    overflow: visible;
}

.rtl .half-expand .sidebar .sidebar-menu .sidebar-menu-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;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.rtl .half-expand .parent-menu-list > li > ul {
    right: 380px !important;
}

.rtl .half-expand .sidebar-menu {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 2000;
    overflow: hide;
    height: calc(100vh - 100px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rtl .half-expand .main-content {
    margin-right: 100px;
    transition: -webkit-margin-right 0.3s;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
    transition: margin-right0 0.3s, -webkit-margin-right 0.3s;
}

body.rtl .main-content {
    margin-right: 320px;
    margin-left: 0;
    transition: -webkit-right 0.3s;
    -webkit-transition: margin-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;
        -webkit-transition: margin-right 0.3s;
        transition: margin-right 0.3s;
        transition: margin-right 0.3s, -webkit-margin-right 0.3s;
    }
}

#rtl_change {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rtl #rtl_change {
    left: 0;
    right: auto;
}

/* 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;
}

.rtl .timeline-basic .timeline-item {
    padding-right: 40px;
}

.rtl .timeline-basic .timeline-marker {
    left: unset;
    right: 0;
}

/* 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;
}

/* RTL style  */
body.rtl .sidebar .sidebar-menu .sidebar-menu .active-menu > a {
    border-left: none;
    border-right: 0;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-heading {
    margin-right: 30px;
}

body.rtl .half-expand .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-heading {
    margin-right: 0;
}

*[dir=rtl] .pagination .pagination .page-item .page-link i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

*[dir=rtl] .sidebar {
    border-right: 0;
}

*[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] .datepicker--nav-action svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

*[dir=rtl] .bookmark ul {
    padding: 0;
}

*[dir=rtl] .ml-20 {
    margin-left: 0px !important;
    margin-right: 20px !important;
}

*[dir=rtl] .clearfix.adminMessage {
    text-align: left;
}

*[dir=rtl] .clearfix.userMessage {
    text-align: right;
}

*[dir=rtl] .timeline-centered .period .timeline-title {
    margin-left: 0;
    margin-right: 96px;
}

*[dir=rtl] .cart-two .icon2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl .header .header-search {
    right: 10px;
}

html body.rtl .mCustomScrollBox .mCSB_container {
    direction: rtl !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 a,
body.rtl .sidebar .sidebar-menu ul a {
    text-decoration: none;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-heading {
    margin-right: 17px;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu ul > li > a {
    padding-right: 28px;
}

body.rtl .sidebar-expand .sidebar {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

body.rtl .sidebar .sidebar-menu .sidebar-menu .sidebar-menu-item a.active::before {
    left: auto;
    right: 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-dropdown-menu > li ul {
    left: auto;
    right: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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] .header .header-search .search-icon {
    left: auto;
    right: 30px;
}

body[dir=rtl] .select2-container .select2-dropdown .select2-results__option {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

body[dir=rtl] .select2-container .select2-dropdown .select2-search .select2-search__field {
    text-align: right;
}

body[dir=rtl] .half-expand .sidebar .sidebar-menu .sidebar-menu .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%;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }
}

@media (max-width: 991.98px) {
    body.rtl .sidebar {
        right: -100%;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }

    body.rtl .main-content {
        margin-right: 0;
    }
}

.ck.ck-editor__main li {
    list-style: unset;
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 .sidebar-menu-item.active-menu .parent-item-content::before {
    right: auto;
    left: 0;
}

.rtl .header_control_left .half-expand-toggle i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -1px;
}

.rtl #revenueChart .apexcharts-legend-text {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .nice-select .list li {
    text-align: right;
}

.rtl .basic-table thead th,
.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 .offcanvas {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.rtl .sidebar .sidebar-menu .sidebar-menu .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;
}

.rtl .fileter-selct .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 4px !important;
}

.rtl .date-pic-icon i {
    left: 0;
    right: auto;
}

.rtl .add-btn {
    right: auto;
    left: 0;
}

.rtl .search-style .search-icon {
    right: auto;
    left: 16px;
}

.rtl .sidebar .sidebar-logo {
    border-left: 1px solid var(--primary-border);
}

.rtl .login-bg::before {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rtl .toggle-password {
    right: auto;
    left: 16px;
}

.rtl .page-number i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
}

.rtl .live-support {
    margin-left: 0;
    margin-right: auto;
}

.rtl .sidebar-logo > .close-toggle.sidebar-toggle {
    right: auto;
    left: 19px;
}

.rtl .chat-box-area .chat-search-wrapper .searchBox .icon {
    right: auto;
    left: 11px;
}

.rtl .chat-box-area .chatBox-message .chatShow .single-chat.userMessage .chatText .chatCaption {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0;
}

.rtl .chat-box-area .chatBox-message .chatShow .single-chat.adminMessage .chatText .chatCaption {
    text-align: left;
    margin-left: 0;
}

@media (min-width: 992px) {
    .rtl-offset-lg-1 {
        margin-right: 8.33333333%;
    }
}
