/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&family=Source+Serif+Pro:wght@400;500;600;700&display=swap");
/* Bootstrap Overrides */
:root {
  --primary: #0d6efd;
  --primary-dark: rgb(1.3442622951, 66.5409836066, 162.6557377049);
  --primary-darker: rgb(0.5081967213, 25.1557377049, 61.4918032787);
  --primary-darkest: hsl(215.75, 98.3606557377%, -7.8431372549%);
  --primary-light: rgb(114.1639344262, 170.6147540984, 253.8360655738);
  --primary-lighter: rgb(215.3278688525, 231.2295081967, 254.6721311475);
  --primary-lightest: hsl(215.75, 98.3606557377%, 112.1568627451%);
  --primary-rgb: 13, 110, 253;
  --primary-rgb-dark: 1, 67, 163;
  --primary-rgb-darker: 1, 25, 61;
  --primary-rgb-darkest: 0, -16, -40;
  --primary-rgb-light: 114, 171, 254;
  --primary-rgb-lighter: 215, 231, 255;
  --primary-rgb-lightest: 316, 292, 256;
  --secondary: #161925;
  --secondary-dark: hsl(228, 25.4237288136%, -8.431372549%);
  --secondary-darker: hsl(228, 25.4237288136%, -28.431372549%);
  --secondary-darkest: hsl(228, 25.4237288136%, -48.431372549%);
  --secondary-light: rgb(60.0338983051, 68.2203389831, 100.9661016949);
  --secondary-lighter: rgb(100.1016949153, 112.6610169492, 162.8983050847);
  --secondary-lightest: rgb(164.0677966102, 171.4406779661, 200.9322033898);
  --secondary-rgb: 22, 25, 37;
  --secondary-rgb-dark: -16, -18, -27;
  --secondary-rgb-darker: -54, -61, -91;
  --secondary-rgb-darkest: -92, -105, -155;
  --secondary-rgb-light: 60, 68, 101;
  --secondary-rgb-lighter: 100, 113, 163;
  --secondary-rgb-lightest: 164, 171, 201;
  --accent: #ff6600;
  --accent-dark: rgb(153, 61.2, 0);
  --accent-darker: rgb(51, 20.4, 0);
  --accent-darkest: hsl(24, 100%, -10%);
  --accent-light: rgb(255, 163.2, 102);
  --accent-lighter: rgb(255, 224.4, 204);
  --accent-lightest: hsl(24, 100%, 110%);
  --accent-rgb: 255, 102, 0;
  --accent-rgb-dark: 153, 61, 0;
  --accent-rgb-darker: 51, 20, 0;
  --accent-rgb-darkest: -51, -20, 0;
  --accent-rgb-light: 255, 163, 102;
  --accent-rgb-lighter: 255, 224, 204;
  --accent-rgb-lightest: 255, 286, 306;
  --text-light: #000;
  --text-light-dark: hsl(0, 0%, -20%);
  --text-light-darker: hsl(0, 0%, -40%);
  --text-light-darkest: hsl(0, 0%, -60%);
  --text-light-light: #333333;
  --text-light-lighter: #666666;
  --text-light-lightest: #999999;
  --text-light-rgb: 0, 0, 0;
  --text-light-rgb-dark: -51, -51, -51;
  --text-light-rgb-darker: -102, -102, -102;
  --text-light-rgb-darkest: -153, -153, -153;
  --text-light-rgb-light: 51, 51, 51;
  --text-light-rgb-lighter: 102, 102, 102;
  --text-light-rgb-lightest: 153, 153, 153;
  --text-dark: #fff;
  --text-dark-dark: #cccccc;
  --text-dark-darker: #999999;
  --text-dark-darkest: #666666;
  --text-dark-light: hsl(0, 0%, 120%);
  --text-dark-lighter: hsl(0, 0%, 140%);
  --text-dark-lightest: hsl(0, 0%, 160%);
  --text-dark-rgb: 255, 255, 255;
  --text-dark-rgb-dark: 204, 204, 204;
  --text-dark-rgb-darker: 153, 153, 153;
  --text-dark-rgb-darkest: 102, 102, 102;
  --text-dark-rgb-light: 306, 306, 306;
  --text-dark-rgb-lighter: 357, 357, 357;
  --text-dark-rgb-lightest: 408, 408, 408;
  --light: rgba(228, 220, 203, 0.7960784314);
  --light-dark: rgba(193.1392405063, 174.8101265823, 135.8607594937, 0.7960784314);
  --light-darker: rgba(149.417721519, 126.4303797468, 77.582278481, 0.7960784314);
  --light-darkest: rgba(82.2784810127, 69.6202531646, 42.7215189873, 0.7960784314);
  --light-light: hsla(40.8, 31.6455696203%, 104.5098039216%, 0.7960784314);
  --light-lighter: hsla(40.8, 31.6455696203%, 124.5098039216%, 0.7960784314);
  --light-lightest: hsla(40.8, 31.6455696203%, 144.5098039216%, 0.7960784314);
  --light-rgb: 228, 220, 203;
  --light-rgb-dark: 193, 175, 136;
  --light-rgb-darker: 149, 126, 78;
  --light-rgb-darkest: 82, 70, 43;
  --light-rgb-light: 263, 265, 270;
  --light-rgb-lighter: 298, 310, 337;
  --light-rgb-lightest: 333, 356, 404;
  --dark: rgba(0, 0, 0, 0.5333333333);
  --dark-dark: hsla(0, 0%, -20%, 0.5333333333);
  --dark-darker: hsla(0, 0%, -40%, 0.5333333333);
  --dark-darkest: hsla(0, 0%, -60%, 0.5333333333);
  --dark-light: rgba(51, 51, 51, 0.5333333333);
  --dark-lighter: rgba(102, 102, 102, 0.5333333333);
  --dark-lightest: rgba(153, 153, 153, 0.5333333333);
  --dark-rgb: 0, 0, 0;
  --dark-rgb-dark: -51, -51, -51;
  --dark-rgb-darker: -102, -102, -102;
  --dark-rgb-darkest: -153, -153, -153;
  --dark-rgb-light: 51, 51, 51;
  --dark-rgb-lighter: 102, 102, 102;
  --dark-rgb-lightest: 153, 153, 153;
  --input-light: rgba(255, 255, 255, 0.5333333333);
  --input-light-dark: rgba(204, 204, 204, 0.5333333333);
  --input-light-darker: rgba(153, 153, 153, 0.5333333333);
  --input-light-darkest: rgba(102, 102, 102, 0.5333333333);
  --input-light-light: hsla(0, 0%, 120%, 0.5333333333);
  --input-light-lighter: hsla(0, 0%, 140%, 0.5333333333);
  --input-light-lightest: hsla(0, 0%, 160%, 0.5333333333);
  --input-light-rgb: 255, 255, 255;
  --input-light-rgb-dark: 204, 204, 204;
  --input-light-rgb-darker: 153, 153, 153;
  --input-light-rgb-darkest: 102, 102, 102;
  --input-light-rgb-light: 306, 306, 306;
  --input-light-rgb-lighter: 357, 357, 357;
  --input-light-rgb-lightest: 408, 408, 408;
  --input-dark: rgba(255, 255, 255, 0.0666666667);
  --input-dark-dark: rgba(204, 204, 204, 0.0666666667);
  --input-dark-darker: rgba(153, 153, 153, 0.0666666667);
  --input-dark-darkest: rgba(102, 102, 102, 0.0666666667);
  --input-dark-light: hsla(0, 0%, 120%, 0.0666666667);
  --input-dark-lighter: hsla(0, 0%, 140%, 0.0666666667);
  --input-dark-lightest: hsla(0, 0%, 160%, 0.0666666667);
  --input-dark-rgb: 255, 255, 255;
  --input-dark-rgb-dark: 204, 204, 204;
  --input-dark-rgb-darker: 153, 153, 153;
  --input-dark-rgb-darkest: 102, 102, 102;
  --input-dark-rgb-light: 306, 306, 306;
  --input-dark-rgb-lighter: 357, 357, 357;
  --input-dark-rgb-lightest: 408, 408, 408;
  --border-light: rgba(216, 216, 216, 0.4);
  --border-light-dark: rgba(165, 165, 165, 0.4);
  --border-light-darker: rgba(114, 114, 114, 0.4);
  --border-light-darkest: rgba(63, 63, 63, 0.4);
  --border-light-light: hsla(0, 0%, 104.7058823529%, 0.4);
  --border-light-lighter: hsla(0, 0%, 124.7058823529%, 0.4);
  --border-light-lightest: hsla(0, 0%, 144.7058823529%, 0.4);
  --border-light-rgb: 216, 216, 216;
  --border-light-rgb-dark: 165, 165, 165;
  --border-light-rgb-darker: 114, 114, 114;
  --border-light-rgb-darkest: 63, 63, 63;
  --border-light-rgb-light: 267, 267, 267;
  --border-light-rgb-lighter: 318, 318, 318;
  --border-light-rgb-lightest: 369, 369, 369;
  --border-dark: rgba(51, 51, 51, 0.4);
  --border-dark-dark: rgba(0, 0, 0, 0.4);
  --border-dark-darker: hsla(0, 0%, -20%, 0.4);
  --border-dark-darkest: hsla(0, 0%, -40%, 0.4);
  --border-dark-light: rgba(102, 102, 102, 0.4);
  --border-dark-lighter: rgba(153, 153, 153, 0.4);
  --border-dark-lightest: rgba(204, 204, 204, 0.4);
  --border-dark-rgb: 51, 51, 51;
  --border-dark-rgb-dark: 0, 0, 0;
  --border-dark-rgb-darker: -51, -51, -51;
  --border-dark-rgb-darkest: -102, -102, -102;
  --border-dark-rgb-light: 102, 102, 102;
  --border-dark-rgb-lighter: 153, 153, 153;
  --border-dark-rgb-lightest: 204, 204, 204;
  --success: #5be5ac;
  --success-dark: rgb(29.8315789474, 188.1684210526, 122.7684210526);
  --success-darker: rgb(15.8736842105, 100.1263157895, 65.3263157895);
  --success-darkest: rgb(1.9157894737, 12.0842105263, 7.8842105263);
  --success-light: rgb(179.0421052632, 242.9578947368, 216.5578947368);
  --success-lighter: hsl(155.2173913043, 72.6315789474%, 102.7450980392%);
  --success-lightest: hsl(155.2173913043, 72.6315789474%, 122.7450980392%);
  --success-rgb: 91, 229, 172;
  --success-rgb-dark: 30, 188, 123;
  --success-rgb-darker: 16, 100, 65;
  --success-rgb-darkest: 2, 12, 8;
  --success-rgb-light: 179, 243, 217;
  --success-rgb-lighter: 267, 257, 261;
  --success-rgb-lightest: 355, 271, 306;
  --highlight: #fff3c4;
  --highlight-dark: rgb(255, 222.2542372881, 94);
  --highlight-darker: rgb(247, 196.7627118644, 0);
  --highlight-darkest: rgb(145, 115.5084745763, 0);
  --highlight-light: hsl(47.7966101695, 100%, 108.431372549%);
  --highlight-lighter: hsl(47.7966101695, 100%, 128.431372549%);
  --highlight-lightest: hsl(47.7966101695, 100%, 148.431372549%);
  --highlight-rgb: 255, 243, 196;
  --highlight-rgb-dark: 255, 222, 94;
  --highlight-rgb-darker: 247, 197, 0;
  --highlight-rgb-darkest: 145, 116, 0;
  --highlight-rgb-light: 255, 264, 298;
  --highlight-rgb-lighter: 255, 284, 400;
  --highlight-rgb-lightest: 255, 305, 502;
  --text: #161925;
  --text-dark: hsl(228, 25.4237288136%, -8.431372549%);
  --text-darker: hsl(228, 25.4237288136%, -28.431372549%);
  --text-darkest: hsl(228, 25.4237288136%, -48.431372549%);
  --text-light: rgb(60.0338983051, 68.2203389831, 100.9661016949);
  --text-lighter: rgb(100.1016949153, 112.6610169492, 162.8983050847);
  --text-lightest: rgb(164.0677966102, 171.4406779661, 200.9322033898);
  --text-rgb: 22, 25, 37;
  --text-rgb-dark: -16, -18, -27;
  --text-rgb-darker: -54, -61, -91;
  --text-rgb-darkest: -92, -105, -155;
  --text-rgb-light: 60, 68, 101;
  --text-rgb-lighter: 100, 113, 163;
  --text-rgb-lightest: 164, 171, 201;
  --lightgrey: #8EA8C3;
  --lightgrey-dark: rgb(81.5028901734, 116.8208092486, 153.4971098266);
  --lightgrey-darker: rgb(46.1271676301, 66.1156069364, 86.8728323699);
  --lightgrey-darkest: rgb(10.7514450867, 15.4104046243, 20.2485549133);
  --lightgrey-light: rgb(208.6242774566, 219.2947976879, 230.3757225434);
  --lightgrey-lighter: hsl(210.5660377358, 30.6358381503%, 106.0784313725%);
  --lightgrey-lightest: hsl(210.5660377358, 30.6358381503%, 126.0784313725%);
  --lightgrey-rgb: 142, 168, 195;
  --lightgrey-rgb-dark: 82, 117, 153;
  --lightgrey-rgb-darker: 46, 66, 87;
  --lightgrey-rgb-darkest: 11, 15, 20;
  --lightgrey-rgb-light: 209, 219, 230;
  --lightgrey-rgb-lighter: 275, 271, 266;
  --lightgrey-rgb-lightest: 342, 322, 301;
  --mediumgrey: #406E8E;
  --mediumgrey-dark: rgb(32.3106796117, 55.5339805825, 71.6893203883);
  --mediumgrey-darker: rgb(0.6213592233, 1.067961165, 1.3786407767);
  --mediumgrey-darkest: hsl(204.6153846154, 37.8640776699%, -19.6078431373%);
  --mediumgrey-light: rgb(115.7572815534, 160.8640776699, 192.2427184466);
  --mediumgrey-lighter: rgb(186.067961165, 208.3980582524, 223.932038835);
  --mediumgrey-lightest: hsl(204.6153846154, 37.8640776699%, 100.3921568627%);
  --mediumgrey-rgb: 64, 110, 142;
  --mediumgrey-rgb-dark: 32, 56, 72;
  --mediumgrey-rgb-darker: 1, 1, 1;
  --mediumgrey-rgb-darkest: -31, -53, -69;
  --mediumgrey-rgb-light: 116, 161, 192;
  --mediumgrey-rgb-lighter: 186, 208, 224;
  --mediumgrey-rgb-lightest: 256, 256, 256;
  --darkgrey: #23395B;
  --darkgrey-dark: rgb(6.6666666667, 10.8571428571, 17.3333333333);
  --darkgrey-darker: hsl(216.4285714286, 44.4444444444%, -15.2941176471%);
  --darkgrey-darkest: hsl(216.4285714286, 44.4444444444%, -35.2941176471%);
  --darkgrey-light: rgb(63.3333333333, 103.1428571429, 164.6666666667);
  --darkgrey-lighter: rgb(125, 156.4285714286, 205);
  --darkgrey-lightest: rgb(198.6666666667, 212.2857142857, 233.3333333333);
  --darkgrey-rgb: 35, 57, 91;
  --darkgrey-rgb-dark: 7, 11, 17;
  --darkgrey-rgb-darker: -22, -35, -56;
  --darkgrey-rgb-darkest: -50, -81, -130;
  --darkgrey-rgb-light: 63, 103, 165;
  --darkgrey-rgb-lighter: 125, 156, 205;
  --darkgrey-rgb-lightest: 199, 212, 233;
  --teal: #449F93;
  --teal-dark: rgb(37.4449339207, 87.5550660793, 80.9471365639);
  --teal-darker: rgb(6.8898678414, 16.1101321586, 14.8942731278);
  --teal-darkest: hsl(172.0879120879, 40.0881057269%, -15.4901960784%);
  --teal-light: rgb(128.2202643172, 200.7797356828, 191.2114537445);
  --teal-lighter: rgb(199.6651982379, 231.3348017621, 227.1585903084);
  --teal-lightest: hsl(172.0879120879, 40.0881057269%, 104.5098039216%);
  --teal-rgb: 68, 159, 147;
  --teal-rgb-dark: 37, 88, 81;
  --teal-rgb-darker: 7, 16, 15;
  --teal-rgb-darkest: -24, -55, -51;
  --teal-rgb-light: 128, 201, 191;
  --teal-rgb-lighter: 200, 231, 227;
  --teal-rgb-lightest: 271, 262, 263;
  --darkteal: #006153;
  --darkteal-dark: hsl(171.3402061856, 100%, -0.9803921569%);
  --darkteal-darker: hsl(171.3402061856, 100%, -20.9803921569%);
  --darkteal-darkest: hsl(171.3402061856, 100%, -40.9803921569%);
  --darkteal-light: rgb(0, 199, 170.2783505155);
  --darkteal-lighter: rgb(46, 255, 224.8350515464);
  --darkteal-lightest: rgb(148, 255, 239.5567010309);
  --darkteal-rgb: 0, 97, 83;
  --darkteal-rgb-dark: 0, -5, -4;
  --darkteal-rgb-darker: 0, -107, -92;
  --darkteal-rgb-darkest: 0, -209, -179;
  --darkteal-rgb-light: 0, 199, 170;
  --darkteal-rgb-lighter: 46, 255, 225;
  --darkteal-rgb-lightest: 148, 255, 240;
  --cream: #EEE8A9;
  --cream-dark: rgb(221.1650485437, 209.2233009709, 83.8349514563);
  --cream-darker: rgb(169.4951456311, 157.6699029126, 33.5048543689);
  --cream-darkest: rgb(84.3300970874, 78.4466019417, 16.6699029126);
  --cream-light: rgb(254.8349514563, 254.7766990291, 254.1650485437);
  --cream-lighter: hsl(54.7826086957, 66.9902912621%, 119.8039215686%);
  --cream-lightest: hsl(54.7826086957, 66.9902912621%, 139.8039215686%);
  --cream-rgb: 238, 232, 169;
  --cream-rgb-dark: 221, 209, 84;
  --cream-rgb-darker: 169, 158, 34;
  --cream-rgb-darkest: 84, 78, 17;
  --cream-rgb-light: 255, 255, 254;
  --cream-rgb-lighter: 272, 278, 339;
  --cream-rgb-lightest: 289, 300, 424;
  --dark-bg: #161925;
  --dark-bg-dark: hsl(228, 25.4237288136%, -8.431372549%);
  --dark-bg-darker: hsl(228, 25.4237288136%, -28.431372549%);
  --dark-bg-darkest: hsl(228, 25.4237288136%, -48.431372549%);
  --dark-bg-light: rgb(60.0338983051, 68.2203389831, 100.9661016949);
  --dark-bg-lighter: rgb(100.1016949153, 112.6610169492, 162.8983050847);
  --dark-bg-lightest: rgb(164.0677966102, 171.4406779661, 200.9322033898);
  --dark-bg-rgb: 22, 25, 37;
  --dark-bg-rgb-dark: -16, -18, -27;
  --dark-bg-rgb-darker: -54, -61, -91;
  --dark-bg-rgb-darkest: -92, -105, -155;
  --dark-bg-rgb-light: 60, 68, 101;
  --dark-bg-rgb-lighter: 100, 113, 163;
  --dark-bg-rgb-lightest: 164, 171, 201;
  --yellow: #e2b12e;
  --yellow-dark: rgb(149.2857142857, 114.2857142857, 20.7142857143);
  --yellow-darker: rgb(59.7142857143, 45.7142857143, 8.2857142857);
  --yellow-darkest: hsl(43.6666666667, 75.6302521008%, -6.6666666667%);
  --yellow-light: rgb(238.4285714286, 210.4285714286, 135.5714285714);
  --yellow-lighter: rgb(250.8571428571, 243.8571428571, 225.1428571429);
  --yellow-lightest: hsl(43.6666666667, 75.6302521008%, 113.3333333333%);
  --yellow-rgb: 226, 177, 46;
  --yellow-rgb-dark: 149, 114, 21;
  --yellow-rgb-darker: 60, 46, 8;
  --yellow-rgb-darkest: -30, -23, -4;
  --yellow-rgb-light: 238, 210, 136;
  --yellow-rgb-lighter: 251, 244, 225;
  --yellow-rgb-lightest: 263, 277, 315;
  --error: #b92924;
  --error-dark: rgb(99.6153846154, 22.0769230769, 19.3846153846);
  --error-darker: rgb(14.2307692308, 3.1538461538, 2.7692307692);
  --error-darkest: hsl(2.0134228188, 67.4208144796%, -16.6666666667%);
  --error-light: rgb(224.5384615385, 102.6923076923, 98.4615384615);
  --error-lighter: rgb(241.1538461538, 185.7692307692, 183.8461538462);
  --error-lightest: hsl(2.0134228188, 67.4208144796%, 103.3333333333%);
  --error-rgb: 185, 41, 36;
  --error-rgb-dark: 100, 22, 19;
  --error-rgb-darker: 14, 3, 3;
  --error-rgb-darkest: -71, -16, -14;
  --error-rgb-light: 225, 103, 98;
  --error-rgb-lighter: 241, 186, 184;
  --error-rgb-lightest: 258, 269, 269;
  --rust: #C15450;
  --rust-dark: rgb(126.2658227848, 47.6202531646, 44.7341772152);
  --rust-darker: rgb(50.9493670886, 19.2151898734, 18.0506329114);
  --rust-darkest: hsl(2.1238938053, 47.6793248945%, -6.4705882353%);
  --rust-light: rgb(219.6835443038, 157.5949367089, 155.3164556962);
  --rust-lighter: rgb(246.3670886076, 231.1898734177, 230.6329113924);
  --rust-lightest: hsl(2.1238938053, 47.6793248945%, 113.5294117647%);
  --rust-rgb: 193, 84, 80;
  --rust-rgb-dark: 126, 48, 45;
  --rust-rgb-darker: 51, 19, 18;
  --rust-rgb-darkest: -24, -9, -9;
  --rust-rgb-light: 220, 158, 155;
  --rust-rgb-lighter: 246, 231, 231;
  --rust-rgb-lightest: 273, 305, 306;
}

body {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 300;
  color: #333;
  width: 100vw;
  max-width: 100%;
  background-color: rgba(var(--bs-light-rgb, var(--bs-bg-opacity)));
}

.template {
  display: none;
}

.hidden {
  display: unset !important;
}

.module .module-edit-button {
  padding: 3px 7px !important;
  font-size: 0.75rem !important;
}
.module .module-delete-button {
  padding: 3px 7px !important;
  font-size: 0.75rem !important;
}

.modal .modal-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal .modal-header .modal-subtitle {
  margin: 0;
}
.modal .modal-header .btn-close {
  position: absolute;
  right: 1rem;
}

.content-area {
  flex-grow: 1;
  transition: width 0.3s ease-in-out;
}

hr {
  border: none;
  border-bottom: 1px solid #D8D8D8;
  min-width: 100%;
  max-width: 100%;
}

/***************************************************************************************************
********************************* NAVBAR STYLES ****************************************************
***************************************************************************************************/
:root {
  --navbar-height: 80px;
}

.navbar-brand img {
  min-height: 40px;
}

/***************************************************************************************************
********************************* LOGIN STYLES ****************************************************
***************************************************************************************************/
login {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(/public/img/background.png);
  background-size: cover;
  background-position: center;
}
login .card {
  background: var(--light);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid var(--border-light);
  color: var(--text-light);
  width: 400px;
}
login .card form .input-group .input-group-text {
  background: var(--input-light);
  border-color: var(--border-dark);
  border-right: 0;
}
login .card form .input-group .input-group-text i {
  color: var(--text-light);
}
login .card form .input-group input {
  background: var(--input-light);
  color: var(--text-light);
  border-color: var(--border-dark);
  border-left: 0;
  margin-left: 0 !important;
}
login .card form .input-group input::-moz-placeholder {
  color: var(--text-light);
}
login .card form .input-group input::placeholder {
  color: var(--text-light);
}
login .card form .input-group button[type=submit] {
  background: var(--primary);
  color: var(--text-dark);
  border: 1px solid var(--primary);
}
login .card form .input-group button.toggle-password {
  position: absolute;
  right: 2rem;
  cursor: pointer;
  color: var(--text-light);
  background: transparent;
  border: none;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  login .card form .input-group .input-group-text {
    background: var(--input-dark);
    border-color: var(--border-light);
  }
  login .card form .input-group .input-group-text i {
    color: var(--text-dark);
  }
  login .card form .input-group input {
    background: var(--input-dark);
    color: var(--text-dark);
    border-color: var(--border-light);
  }
  login .card form .input-group input::-moz-placeholder {
    color: var(--text-dark);
  }
  login .card form .input-group input::placeholder {
    color: var(--text-dark);
  }
}
@media (prefers-color-scheme: dark) {
  login .card {
    color: var(--text-dark);
    background: var(--dark);
    border: 1px solid var(--dark);
  }
}

.infinite-scroll {
  min-height: 50px;
}

:invalid {
  content: "invalid";
}

.drag-placeholder {
  border: 2px dashed; /* Dashed border */
  height: 30px;
  width: 100px;
  margin: 5px;
  display: inline-block;
}

.draggable-btn-top-container {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.draggable-btn-top-container .draggable-btn-container {
  padding: 5px;
}
.draggable-btn-top-container .draggable-btn-container .create-draggable-pill-btn {
  border: 1px solid;
  font-size: 5rem;
  font-weight: 900;
}

.drag-pill {
  border: 1px solid;
}
.drag-pill .pill-delete-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
  padding-bottom: 2px;
  font-size: 1rem;
}

.draggable-pill-top-container {
  border-bottom: 1px solid;
}
.draggable-pill-top-container .create-draggable-pill-btn {
  border: 1px solid;
  font-size: 5rem;
  font-weight: 900;
}

.infinite-scroll {
  min-height: 50px;
  overflow-y: auto;
}

.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  min-height: 200px;
  transition: opacity 0.3s ease;
}
.spinner-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.spinner-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ==================================================================================
                            GENERIC PAGE COMPONENT STYLES
   ================================================================================== */
/* =========================
Slider Component
========================= */
.content-slider {
  padding: 2rem 0;
}
.content-slider .slider-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #333;
}
.content-slider .slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.content-slider .slider-nav {
  background: #374955;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
}
.content-slider .slider-nav:hover {
  background: rgb(44.9821428571, 59.7035714286, 69.5178571429);
}
.content-slider .slider-nav.prev {
  margin-right: 1rem;
}
.content-slider .slider-nav.next {
  margin-left: 1rem;
}
.content-slider .slider-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.5rem 0;
}
.content-slider .slider-track::-webkit-scrollbar {
  display: none;
}
.content-slider .slider-card {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
}
.content-slider .slider-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.content-slider .slider-card .card-thumb {
  position: relative;
}
.content-slider .slider-card .card-thumb .card-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f7f7f7;
  display: block;
}
.content-slider .slider-card .card-content {
  flex: 1;
  padding: 1rem;
}
.content-slider .slider-card .card-content .card-type {
  font-size: 0.8rem;
  font-weight: 600;
  color: #777;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.content-slider .slider-card .card-content .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
}
.content-slider .slider-card .card-content .card-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.75rem;
}
.content-slider .slider-card .card-content .card-meta {
  font-size: 0.8rem;
  color: #888;
}
.content-slider .slider-card .card-content .card-meta .card-date {
  font-style: italic;
}
.content-slider .slider-card .card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.content-slider .slider-card .card-actions .btn-cta {
  background: #308478;
  color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.content-slider .slider-card .card-actions .btn-cta:hover {
  background: rgb(41.2, 113.3, 103);
}

.tabs-section {
  padding: 4rem 0;
  background: #f9fafc;
}
.tabs-section .tabs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.tabs-section .tabs-header {
  text-align: center;
  margin-bottom: 2rem;
}
.tabs-section .tabs-header .tabs-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
}
.tabs-section .tabs-header .tabs-subtitle {
  font-size: 1rem;
  color: #666;
}
.tabs-section .tabs-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
}
.tabs-section .tabs-nav .tabs-nav-btn {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-bottom: 3px solid transparent;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs-section .tabs-nav .tabs-nav-btn.active {
  border-color: #ff7e80;
  color: #ff7e80;
}
.tabs-section .tabs-nav .tabs-nav-btn:hover {
  color: #308478;
}
.tabs-section .tabs-panels .tabs-panel .tabs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.tabs-section .tabs-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tabs-section .tabs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tabs-section .tabs-card.upcoming {
  border: 1px solid #ff8150;
}
.tabs-section .tabs-card.closed {
  opacity: 0.7;
}
.tabs-section .tabs-card .tabs-thumb {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.tabs-section .tabs-card .tabs-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tabs-section .tabs-card .tabs-body {
  padding: 1rem;
}
.tabs-section .tabs-card .tabs-body .tabs-type {
  font-size: 0.875rem;
  font-weight: 600;
  color: #308478;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tabs-section .tabs-card .tabs-body .tabs-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #374955;
}
.tabs-section .tabs-card .tabs-body .tabs-card-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.tabs-section .tabs-card .tabs-body .tabs-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  background: #ff7e80;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.tabs-section .tabs-card .tabs-body .tabs-btn:hover:not(.disabled) {
  background: rgb(255, 85.2, 87.8325581395);
}
.tabs-section .tabs-card .tabs-body .tabs-btn.disabled {
  background: #ccc;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .tabs-section .tabs-nav {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .tabs-section .tabs-card .tabs-thumb {
    height: 160px;
  }
}

.gallery-section {
  padding: 4rem 0;
  background: #f9fafc;
}
.gallery-section .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.gallery-section .gallery-header {
  text-align: center;
  margin-bottom: 2rem;
}
.gallery-section .gallery-header .gallery-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
}
.gallery-section .gallery-header .gallery-subtitle {
  font-size: 1rem;
  color: #666;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 10px;
  grid-auto-flow: dense;
  gap: 1rem;
}
.gallery-section .gallery-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.gallery-section .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gallery-section .gallery-item .gallery-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.gallery-section .gallery-item .gallery-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.gallery-section .gallery-item .gallery-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-item .gallery-thumb:hover img {
  transform: scale(1.03);
}
.gallery-section .gallery-item .gallery-info {
  padding: 0.75rem 1rem;
  background: #fff;
}
.gallery-section .gallery-item .gallery-info .gallery-item-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #374955;
}
.gallery-section .gallery-item .gallery-info .gallery-item-meta {
  font-size: 0.8rem;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}
.gallery-section .text-center {
  grid-column: 1/-1;
  text-align: center;
  color: #999;
  font-size: 1rem;
}
.gallery-section .text-center i {
  color: #ccc;
}
@media (max-width: 992px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .gallery-section .gallery-header {
    margin-bottom: 1.5rem;
  }
  .gallery-section .gallery-header .gallery-title {
    font-size: 1.5rem;
  }
}

.gallery-thumb img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.masonry-preview-item {
  cursor: grab;
  position: relative;
}
.masonry-preview-item:active {
  cursor: grabbing;
}
.masonry-preview-item .resize-handle {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: ns-resize;
}

.masonry-preview-wrapper {
  max-height: 350px;
  overflow: auto;
}

.masonry-preview-item {
  cursor: grab;
  position: relative;
}

.masonry-preview-item.dragging {
  opacity: 0.7;
}

.masonry-preview-item .resize-handle {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.18);
  cursor: ns-resize;
}

.masonry-preview-item .mp-toolbar {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  gap: 4px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mp-btn {
  font: 600 11px/1 system-ui, -apple-system, Segoe UI, Roboto;
  padding: 4px 6px;
  border: 0;
  border-radius: 4px;
  color: #374955;
  background: #eef1f6;
  cursor: pointer;
}

.mp-btn:hover {
  background: #e3e8ef;
}

.mp-sep {
  width: 1px;
  background: #d9dfe7;
  margin: 0 2px;
}

/* ==================================================================================
                            END OF GENERIC PAGE COMPONENT STYLES
   ================================================================================== */
/* ==================================================================================
                            CUSTOM COMPONENT STYLES
   ================================================================================== */
.floating-button {
  position: fixed;
  bottom: 0.5rem;
  right: 1rem;
  background-color: var(--primary);
  padding: 1rem;
  color: var(--light);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1050; /* Above modals */
  transition: background-color 0.3s ease;
}
.floating-button:hover {
  background: var(--primary-dark);
}

.btn-clear {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* ==================================================================================
                            END OF CUSTOM COMPONENT STYLES
   ================================================================================== */
/* =========================
Page Builder Styles
========================= */
.content-area {
  background-color: aliceblue !important;
}

#components {
  margin-top: 1rem;
}
#components h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #374955;
}
#components .sortable-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: border 0.2s ease;
}
#components .sortable-block:hover {
  border-color: #ff7e80;
}
#components .sortable-block .drag-handle {
  color: #6b7c88;
  font-size: 1.2rem;
  padding: 0.25rem;
  cursor: grab;
}
#components .sortable-block .drag-handle:hover {
  color: #ff7e80;
}
#components .sortable-block label {
  font-weight: 500;
  color: #374955;
}
#components .sortable-block input.question-text-input {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  border-radius: 6px;
}
#components .sortable-block .answer-type-input {
  margin-top: 0.5rem;
  border-radius: 6px;
}
#components .sortable-block .remove-question-btn {
  margin-top: 0.75rem;
}

.add-component-card .card-body .text-muted {
  font-size: 0.95rem;
  line-height: 1.4;
}
.add-component-card .card-body .add-new-component-card {
  padding: 0.5rem 1rem;
  border: 2px dashed #d1d5db;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: #374955;
  transition: all 0.2s ease;
}
.add-component-card .card-body .add-new-component-card:hover {
  border-color: #ff7e80;
  background: rgba(255, 126, 128, 0.05);
  color: #ff7e80;
}
.add-component-card .card-body .add-new-component-card i {
  font-size: 1.2rem;
  color: #ff7e80;
}
.add-component-card .card-body .component-add-type-selector {
  min-width: 180px;
  border-radius: 6px;
}/*# sourceMappingURL=core.css.map */