/* !
* Version: 5.2.3
* Template: SocialV - Responsive Bootstrap 5.3.8 Admin Dashboard Template
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for responsive Template.
*
*/

:root {
    --bs-primary: #00b75a;
    --bs-primary-rgb: 0, 183, 90;
    --bs-primary-bg-subtle: rgb(204, 240.6, 222);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(0, 146.4, 72);
    --bs-primary-hover-border: rgb(0, 128.1, 63);
    --bs-primary-active-bg: rgb(0, 146.4, 72);
    --bs-primary-active-border: rgb(0, 128.1, 63)
}

:root[data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(102, 211.8, 156);
    --bs-primary-bg-subtle: rgb(0, 36.6, 18)
}

:root {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

:root[data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

:root {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

:root[data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

:root {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

:root[data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

:root {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

:root[data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

:root {
    --bs-info: #000;
    --bs-info-rgb: 0, 0, 0;
    --bs-info-bg-subtle: #cccccc;
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: black;
    --bs-info-hover-border: black;
    --bs-info-active-bg: black;
    --bs-info-active-border: black
}

:root[data-bs-theme=dark] {
    --bs-info-text-emphasis: #666666;
    --bs-info-bg-subtle: black
}

:root {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

:root[data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

:root {
    --bs-dark: #212529;
    --bs-dark-rgb: 33, 37, 41;
    --bs-dark-bg-subtle: rgb(210.6, 211.4, 212.2);
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: rgb(26.4, 29.6, 32.8);
    --bs-dark-hover-border: rgb(23.1, 25.9, 28.7);
    --bs-dark-active-bg: rgb(26.4, 29.6, 32.8);
    --bs-dark-active-border: rgb(23.1, 25.9, 28.7)
}

:root[data-bs-theme=dark] {
    --bs-dark-text-emphasis: rgb(121.8, 124.2, 126.6);
    --bs-dark-bg-subtle: rgb(6.6, 7.4, 8.2)
}

:root {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

:root[data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-1] {
    --bs-primary: #4285f4;
    --bs-primary-rgb: 66, 133, 244;
    --bs-primary-bg-subtle: rgb(217.2, 230.6, 252.8);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(52.8, 106.4, 195.2);
    --bs-primary-hover-border: rgb(46.2, 93.1, 170.8);
    --bs-primary-active-bg: rgb(52.8, 106.4, 195.2);
    --bs-primary-active-border: rgb(46.2, 93.1, 170.8)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(141.6, 181.8, 248.4);
    --bs-primary-bg-subtle: rgb(13.2, 26.6, 48.8)
}

[data-bs-theme-color=color-1] {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-1] {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

[data-bs-theme-color=color-1] {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

[data-bs-theme-color=color-1] {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

[data-bs-theme-color=color-1] {
    --bs-info: #ea4335;
    --bs-info-rgb: 234, 67, 53;
    --bs-info-bg-subtle: rgb(250.8, 217.4, 214.6);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: rgb(187.2, 53.6, 42.4);
    --bs-info-hover-border: rgb(163.8, 46.9, 37.1);
    --bs-info-active-bg: rgb(187.2, 53.6, 42.4);
    --bs-info-active-border: rgb(163.8, 46.9, 37.1)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-info-text-emphasis: rgb(242.4, 142.2, 133.8);
    --bs-info-bg-subtle: rgb(46.8, 13.4, 10.6)
}

[data-bs-theme-color=color-1] {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

[data-bs-theme-color=color-1] {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

[data-bs-theme-color=color-1] {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-1][data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-2] {
    --bs-primary: #dd300e;
    --bs-primary-rgb: 221, 48, 14;
    --bs-primary-bg-subtle: rgb(248.2, 213.6, 206.8);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(176.8, 38.4, 11.2);
    --bs-primary-hover-border: rgb(154.7, 33.6, 9.8);
    --bs-primary-active-bg: rgb(176.8, 38.4, 11.2);
    --bs-primary-active-border: rgb(154.7, 33.6, 9.8)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(234.6, 130.8, 110.4);
    --bs-primary-bg-subtle: rgb(44.2, 9.6, 2.8)
}

[data-bs-theme-color=color-2] {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-2] {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

[data-bs-theme-color=color-2] {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

[data-bs-theme-color=color-2] {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

[data-bs-theme-color=color-2] {
    --bs-info: #1a73e8;
    --bs-info-rgb: 26, 115, 232;
    --bs-info-bg-subtle: rgb(209.2, 227, 250.4);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: rgb(20.8, 92, 185.6);
    --bs-info-hover-border: rgb(18.2, 80.5, 162.4);
    --bs-info-active-bg: rgb(20.8, 92, 185.6);
    --bs-info-active-border: rgb(18.2, 80.5, 162.4)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-info-text-emphasis: rgb(117.6, 171, 241.2);
    --bs-info-bg-subtle: rgb(5.2, 23, 46.4)
}

[data-bs-theme-color=color-2] {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

[data-bs-theme-color=color-2] {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

[data-bs-theme-color=color-2] {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-2][data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-3] {
    --bs-primary: #8755f2;
    --bs-primary-rgb: 135, 85, 242;
    --bs-primary-bg-subtle: rgb(231, 221, 252.4);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(108, 68, 193.6);
    --bs-primary-hover-border: rgb(94.5, 59.5, 169.4);
    --bs-primary-active-bg: rgb(108, 68, 193.6);
    --bs-primary-active-border: rgb(94.5, 59.5, 169.4)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(183, 153, 247.2);
    --bs-primary-bg-subtle: rgb(27, 17, 48.4)
}

[data-bs-theme-color=color-3] {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-3] {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

[data-bs-theme-color=color-3] {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

[data-bs-theme-color=color-3] {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

[data-bs-theme-color=color-3] {
    --bs-info: #ee4266;
    --bs-info-rgb: 238, 66, 102;
    --bs-info-bg-subtle: rgb(251.6, 217.2, 224.4);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: rgb(190.4, 52.8, 81.6);
    --bs-info-hover-border: rgb(166.6, 46.2, 71.4);
    --bs-info-active-bg: rgb(190.4, 52.8, 81.6);
    --bs-info-active-border: rgb(166.6, 46.2, 71.4)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-info-text-emphasis: rgb(244.8, 141.6, 163.2);
    --bs-info-bg-subtle: rgb(47.6, 13.2, 20.4)
}

[data-bs-theme-color=color-3] {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

[data-bs-theme-color=color-3] {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

[data-bs-theme-color=color-3] {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-3][data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-4] {
    --bs-primary: #0A66C2;
    --bs-primary-rgb: 10, 102, 194;
    --bs-primary-bg-subtle: rgb(206, 224.4, 242.8);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(8, 81.6, 155.2);
    --bs-primary-hover-border: rgb(7, 71.4, 135.8);
    --bs-primary-active-bg: rgb(8, 81.6, 155.2);
    --bs-primary-active-border: rgb(7, 71.4, 135.8)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(108, 163.2, 218.4);
    --bs-primary-bg-subtle: rgb(2, 20.4, 38.8)
}

[data-bs-theme-color=color-4] {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-4] {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

[data-bs-theme-color=color-4] {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

[data-bs-theme-color=color-4] {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

[data-bs-theme-color=color-4] {
    --bs-info: #333333;
    --bs-info-rgb: 51, 51, 51;
    --bs-info-bg-subtle: rgb(214.2, 214.2, 214.2);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: rgb(40.8, 40.8, 40.8);
    --bs-info-hover-border: rgb(35.7, 35.7, 35.7);
    --bs-info-active-bg: rgb(40.8, 40.8, 40.8);
    --bs-info-active-border: rgb(35.7, 35.7, 35.7)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-info-text-emphasis: rgb(132.6, 132.6, 132.6);
    --bs-info-bg-subtle: rgb(10.2, 10.2, 10.2)
}

[data-bs-theme-color=color-4] {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

[data-bs-theme-color=color-4] {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

[data-bs-theme-color=color-4] {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-4][data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-5] {
    --bs-primary: #50b5ff;
    --bs-primary-rgb: 80, 181, 255;
    --bs-primary-bg-subtle: rgb(220, 240.2, 255);
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-primary-hover-bg: rgb(64, 144.8, 204);
    --bs-primary-hover-border: rgb(56, 126.7, 178.5);
    --bs-primary-active-bg: rgb(64, 144.8, 204);
    --bs-primary-active-border: rgb(56, 126.7, 178.5)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-primary-text-emphasis: rgb(150, 210.6, 255);
    --bs-primary-bg-subtle: rgb(16, 36.2, 51)
}

[data-bs-theme-color=color-5] {
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-secondary-hover-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-secondary-active-bg: rgb(86.4, 93.6, 100);
    --bs-secondary-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25)
}

[data-bs-theme-color=color-5] {
    --bs-success: #2dcdb2;
    --bs-success-rgb: 45, 205, 178;
    --bs-success-bg-subtle: rgb(213, 245, 239.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-link-color-rgb: var(--bs-success-rgb);
    --bs-success-hover-bg: rgb(36, 164, 142.4);
    --bs-success-hover-border: rgb(31.5, 143.5, 124.6);
    --bs-success-active-bg: rgb(36, 164, 142.4);
    --bs-success-active-border: rgb(31.5, 143.5, 124.6)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-success-text-emphasis: rgb(129, 225, 208.8);
    --bs-success-bg-subtle: rgb(9, 41, 35.6)
}

[data-bs-theme-color=color-5] {
    --bs-warning: #ffba68;
    --bs-warning-rgb: 255, 186, 104;
    --bs-warning-bg-subtle: rgb(255, 241.2, 224.8);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-link-color-rgb: var(--bs-warning-rgb);
    --bs-warning-hover-bg: rgb(204, 148.8, 83.2);
    --bs-warning-hover-border: rgb(178.5, 130.2, 72.8);
    --bs-warning-active-bg: rgb(204, 148.8, 83.2);
    --bs-warning-active-border: rgb(178.5, 130.2, 72.8)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-warning-text-emphasis: rgb(255, 213.6, 164.4);
    --bs-warning-bg-subtle: rgb(51, 37.2, 20.8)
}

[data-bs-theme-color=color-5] {
    --bs-danger: #ff9b8a;
    --bs-danger-rgb: 255, 155, 138;
    --bs-danger-bg-subtle: rgb(255, 235, 231.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-link-color-rgb: var(--bs-danger-rgb);
    --bs-danger-hover-bg: rgb(204, 124, 110.4);
    --bs-danger-hover-border: rgb(178.5, 108.5, 96.6);
    --bs-danger-active-bg: rgb(204, 124, 110.4);
    --bs-danger-active-border: rgb(178.5, 108.5, 96.6)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-danger-text-emphasis: rgb(255, 195, 184.8);
    --bs-danger-bg-subtle: rgb(51, 31, 27.6)
}

[data-bs-theme-color=color-5] {
    --bs-info: #d592ff;
    --bs-info-rgb: 213, 146, 255;
    --bs-info-bg-subtle: rgb(246.6, 233.2, 255);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-link-color-rgb: var(--bs-info-rgb);
    --bs-info-hover-bg: rgb(170.4, 116.8, 204);
    --bs-info-hover-border: rgb(149.1, 102.2, 178.5);
    --bs-info-active-bg: rgb(170.4, 116.8, 204);
    --bs-info-active-border: rgb(149.1, 102.2, 178.5)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-info-text-emphasis: rgb(229.8, 189.6, 255);
    --bs-info-bg-subtle: rgb(42.6, 29.2, 51)
}

[data-bs-theme-color=color-5] {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46)
}

[data-bs-theme-color=color-5] {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-link-color-rgb: var(--bs-dark-rgb);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

[data-bs-theme-color=color-5] {
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-link-color-rgb: var(--bs-gray-rgb);
    --bs-gray-hover-bg: rgb(86.4, 93.6, 100);
    --bs-gray-hover-border: rgb(75.6, 81.9, 87.5);
    --bs-gray-active-bg: rgb(86.4, 93.6, 100);
    --bs-gray-active-border: rgb(75.6, 81.9, 87.5)
}

[data-bs-theme-color=color-5][data-bs-theme=dark] {
    --bs-gray-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-gray-bg-subtle: rgb(21.6, 23.4, 25)
}