/*
	Document: style.scss
	Theme Name: TimeGrasper
	Author: Miloš Stojanović - bromi.us
*/

:root{
    
    --font-family: 'Figtree', sans-serif;
	
	--muted-text: #B1B0B5;
	--logo-fill: var(--primary-text);

	--input-bg: #F5F5F6;
	--input-bg-hover: #ecebed;
	--input-border-focus: var(--muted-text);
	--input-text: var(--primary-text);
	--input-placeholder: var(--muted-text);

	--button-text: #D19361;
	--button-text-hover: #faf4ef;

	--icon-socials: var(--primary-text);
	--icon-socials-hover: #77757e;

	--default-border-radius: 8px;
	--default-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, fill .3s ease-in-out, transform .3s ease-in-out;
}
  
:root[data-theme="dark"] {
	--primary-color: #383f48;  /* lighter grey */
	--secondary-color: 39, 44, 51; /* #272c33; */ /* dark grey */    
	--third-color: #028ed9; /* blue */
	--fourth-color: #ff4067; /* red */
	--fifth-color: #fcba64; /* yellow */
	--sixth-color: #1e2125; /* darker grey */
	--seventh-color: #006ca6; /* darker blue*/ 
	--eight-color: #e2385b; /* darker red*/
	--nineght-color: #15171a; /* darkest grey*/
	--tenth-color: #2f363e; /* middle dark grey*/
	--primary-text: #e6e6e6; /* text color white */
	--secondary-text: #272c33; /* text color */
	--switch-bg: var(--primary-color);
	--switch-circle-bg: #028ed9; /*#7190ff;*/
	--icon-sun: var(--secondary-color);
	--icon-moon: #DCE3FF;
	--switch-circle-pos: 3.1rem;
	
	--logo: url('../img/clockato-light.svg');
	--image1: url('../img/app_image_1-dark.svg');
	--image2: url('../img/app_image_2-dark.svg');
	--image3: url('../img/404.svg');
	--image4: url('../img/contact.svg');
	
	--icon1: url('../img/app_image_stopwatch-light.svg');
	--icon2: url('../img/app_image_chart-light.svg');
	--icon3: url('../img/app_image_progress-light.svg');
	--icon4: url('../img/app_image_user.svg');
	
	--brochurebg: url('../img/brochure-background-dark.svg');
	
	--border: #222;
	--header-fixed: rgba(39, 44, 51, 0.9);
    
}

:root[data-theme="light"] {
	--primary-color: #e7e7e7; /* lighter grey */
	--secondary-color: 250, 250, 250;  /* light-grey */
	--third-color: #028ed9; /* blue */
	--fourth-color: #ff4067; /* red */
	--fifth-color: #fcba64; /* yellow */
	--sixth-color: #ebebeb; /* darker grey */
	--seventh-color: #006ca6; /* darker blue*/
	--eight-color: #e2385b; /* darker red*/
	--nineght-color: #000; /* darker white*/
	--tenth-color: #f0f0f0; /* middle dark grey*/
	--primary-text: #5f6670; /* text color */
	--secondary-text: #fff; /* text color */
	--switch-bg: #e7e7e7;
	--switch-circle-bg: #fcba64;
	--icon-sun: #997F44;
	--icon-moon: #B1B0B5;
	--switch-circle-pos: 0.30rem;
	
	--logo: url('../img/clockato-dark.svg');
	--image1: url('../img/app_image_1-light.svg');
	--image2: url('../img/app_image_2-light.svg');
	--image3: url('../img/404.svg');
	--image4: url('../img/contact.svg');
	
	--icon1: url('../img/app_image_stopwatch-dark.svg');
	--icon2: url('../img/app_image_chart-dark.svg');
	--icon3: url('../img/app_image_progress-dark.svg');
	--icon4: url('../img/app_image_user.svg');
	
	--brochurebg: url('../img/brochure-background-light.svg');

	--border: #d5d5d5;
	--header-fixed: rgba(255, 255, 255, 0.9);
	
    
}

::-moz-selection { /* Code for Firefox */
	color: var(--secondary-color);
	background: var(--fourth-color);
}

::selection {
	color: var(--secondary-color);
	background: var(--fourth-color);
}

/*html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; 
    filter: grayscale(100%);
}*/

/*--------------------------------------------------------------
 GENERAL
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--primary-color);
	color: var(--primary-text); 
	font-family: var(--font-family);
	padding-top: 76px;
	padding-right: 0 !important;
	height: auto;
    min-height: 100vh;
    //overflow-y: scroll; /* Scroll je samo na body elementu */
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
body::-webkit-scrollbar {
    width: 8px;
	background-color: #555;
}
body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* Za Firefox */
/*html {
    scrollbar-width: thin; /* Može biti auto, thin ili none 
    scrollbar-color: #888 #555; /* Thumb | Track 
}*/

.buttons {
	margin: 12px 0 12px 0;
	float: right;
	font-family: var(--font-family);
}

.form-group .profile {
    color: var(--primary-text);
    //float: left;
}

.swal2-html-container .profile {
    text-align: left;
}

a {
	color: var(--primary-text);
	font-family: var(--font-family);
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: var(--third-color);
	outline: none;
	font-family: var(--font-family);
}

p {
	padding: 0;
	margin: 0 0 30px 0;
	font-family: var(--font-family);
    font-size: 18px;
}

h1 {
	font-family: var(--font-family) !important;
	font-weight: 600 !important;
	font-size: 45px !important;
	margin: 20px 0 30px 0 !important;
	padding: 0;
	text-align: center;
}

 h2, h3, h4, h5, h6 {
	font-family: var(--font-family) !important;
	font-weight: 600 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.tg-btn {
    color: #fff;
    position: relative;
    background-color: var(--third-color);
    border-radius: 50px;
    font-weight: 700;
    padding: 0.80rem 1.5rem;
    margin-right: 0.8rem;
    border: none;
}

.tg-btn i {
    margin-left: 0.4rem;
}

.tg-btn:hover, .tg-btn:focus, .tg-btn:active {
    color: #fff;
    background-color: var(--seventh-color);
    border: none;
    outline: 0;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

#header {
	padding: 15px 0;
	background: rgba(var(--secondary-color), 1);
	border-bottom: 1px solid var(--border);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	backdrop-filter: blur(6px);
}

#header .container {
    display: flex;
	max-width: 1200px;  /* Maksimalna širina, ali može se smanjiti */
    width: 100%;  /* Širina će se prilagoditi širini ekrana */
	margin: 0 auto;
	padding: 0 20px;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}

#header .container .row {
    display: flex;
    flex-flow: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#header.header-fixed {
	background: var(--header-fixed);
	padding: 15px 0;
	transition: all 0.5s;
	backdrop-filter: blur(6px); /* Adjust the blur radius as needed */
}

#header-app {
	padding: 15px 0;
	/*height: 76px;*/
	background: rgba(var(--secondary-color), 0.8);
	border-bottom: 1px solid var(--border);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	backdrop-filter: blur(6px);
}

#header-app .container {
    display: flex;
	max-width: 100%;
    width: 100%;  /* Širina će se prilagoditi širini ekrana */
	margin: 0 auto;
	padding: 0 20px;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}

#header-app .container .row {
    display: flex;
    flex-flow: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#header-app.header-fixed {
	background: var(--header-fixed);
	padding: 15px 0;
	transition: all 0.5s;
	backdrop-filter: blur(6px); /* Adjust the blur radius as needed */
}
 
#header-app #logo {
	display:flex;
	flex-flow: row;
	gap: 28px;
	align-items: center;
}

#header-app #logo .burger {
	display: block;
	width: 23px;
	height: 23px;
	cursor: pointer;
	margin: 0 0 0 5px;
}

#burger { 
	display: none;
}

/*#header #logo {
	float: left;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0 0 0 0;
	padding: 6px 0;
	line-height: 1;
	font-family: var(--font-family);
	font-weight: 100;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
	font-size: 50px;
}*/

#header-app .svg {
    display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: var(--logo);
	background-repeat: no-repeat;
    height: 36px;
    width: 135px;
    background-size: 135px;
    padding-left: 136px;
    margin-left: -6px;
}

.svg {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: var(--logo);
	background-repeat: no-repeat;
    height: 43px;
    width: 165px;
    background-size: 165px;
    padding-left: 165px;
    margin-left: 0;
    margin-top: 2px;
}

#login-btn {
	display: block;
    background-color: var(--third-color);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0.69rem 1.50rem;
    font-size: 18px;
}

#login-btn span{
    font-weight: 700;
}

#login-btn:hover {
    background-color: var(--seventh-color);
}

/* Navigation menu */

.nav-menu, .nav-menu * {
        display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
	margin-right: 15px;
}

.nav-menu li:last-child {
	margin-right: 0;
}

.nav-menu li a {
	color: var(--primary-text);
	padding: 0 5px;
	font-weight: 500;
	font-family: var(--font-family);
	font-size: 18px;
}

.nav-menu li a:hover {
	color: var(--fifth-color);
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.menu-has-children a i:before {
	display: block;
	padding-left: 0.5em;
	font-size: 10px;
}

#personal-menu {
	background: var(--sixth-color);
	padding: 15px 14px 15px 14px;
	border-left: 1px solid #2c3035;
}

#personal-menu a {
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#personal-menu a img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

#theme-switcher {
	display: flex;
    background-color: var(--switch-bg);
    border-radius: 50px;
    align-items: center;
    gap: 1.33rem;
    cursor: pointer;
    padding: 0.66rem;
    position: relative;
    transform: var(--default-border-radius);
    width: 5.68rem;
}

#icon-sun {
    fill: var(--icon-sun);
}

#icon-moon {
    fill: var(--icon-moon);
}

#theme-switcher::before {
    content: "";
    position: absolute;
    width: 2.22rem;
    height: 2.22rem;
    background-color: var(--switch-circle-bg);
    border-radius: 50px;
    z-index: 0;
    left: 0;
    transform: translateX(var(--switch-circle-pos));
    transition: var(--default-transition);
}

#theme-switcher img {
    z-index: 1;
    transition: var(--default-transition);
}

#hero h3, #about h3, #options h3, #schedule h3, #aboutDescription h3, #pricing h3 {
	color: var(--primary-text);
	font-size: 50px;
	line-height: 50px;
	font-weight: 700 !important;
	margin: 15px 0 40px 0px !important;
}

/*--------------------------------------------------------------
# HERO section
--------------------------------------------------------------*/
#hero {
	background: var(--primary-color);
	padding: 40px 0 40px 0;
}

#hero .container {
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#hero .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 40px;
}

#hero .column {
	flex: 1 1 48%;
}

/*#hero .pic1 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: var(--image1);
	background-repeat: no-repeat;
	height: 400px;
	background-size: 100%;
}*/

#hero .pic1 {
    background: var(--image1) center/contain no-repeat;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 4 / 3;      /* ili 16/9, 4/3, 1/1 … šta ti treba */
    margin: 0 auto;
}

#hero h4 {
	margin: 0 0 20px 0 !important;
	font-size: 20px;
}

#hero p {
	color: var(--fifth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#hero .member-words p {
	color: var(--primary-text);
	margin: 15px 0 40px 0px;
	line-height: 50px;
	font-size: 50px;
}

#hero .description-words p  {
	font-weight: 200;
	font-size: 18px;
	padding: 0;
	color: var(--primary-text);
}

/*--------------------------------------------------------------
# ABOUT section
--------------------------------------------------------------*/

#about {
	background: rgb(var(--secondary-color));
	padding: 40px 0 40px 0;
}

#about .container {
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#about .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 40px;
}

#about .column {
	flex: 1 1 48%;
}

#about .column .pic2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: var(--image2);
	background-repeat: no-repeat;
	height: 355px;
	background-size: 100%;
}

#about .column h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#about .column p {
	color: var(--fifth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#about .column .member-words p{
	color: var(--primary-text);
	margin: 15px 0 0 0px;
	line-height: 50px;
	font-size: 50px;
	padding-bottom: 50px;
}

#about .description-words p  {
	font-weight: 200;
	font-size: 18px;
	padding: 0;
	color: var(--primary-text);
	margin-bottom: 60px;
}

/*--------------------------------------------------------------
 OPTIONS section
--------------------------------------------------------------*/

#options {
	background: var(--primary-color);
	color: var(--primary-text);
	background-size: cover;
	padding: 40px 0;
	font-family: var(--font-family);
}

#options .container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#options .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; /* Dodato */
    gap: 30px;
}

#options .column {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
}

#options .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ako želiš da sadržaj bude ravnomerno raspoređen */
    padding: 20px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	background: rgb(var(--secondary-color));
	border-radius: 12px;
	border: 1px solid var(--border);
}

#options .row .section-header {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#options p {
	color: var(--fifth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#options .member .pic4 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: var(--image4);
  background-repeat: no-repeat;
  height: 463px;
  background-size: 90%;
  background-position: center;
}

/*#options .box {

}*/

#options .box h4,
#options .box ul li {
	color: var(--primary-text);
}

#options .box h4 a,
#choose .box h4 a,
#options .box h6 a,
#choose .box h6 a {
	color: #ebcb80;
}

#options .box h4 a:hover,
#choose .box h4 a:hover,
#options .box h6 a:hover,
#choose .box h6 a:hover {
	color: var(--primary-text);
}

#options .box h6 a {
	font-size: 16px;
}

#options .box .icon1,
#options .box .icon2,
#options .box .icon3 {
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	height: 105px;
	background-size: 30%;
	padding-left: 100%;
}

#options .box .icon1 { background-image: var(--icon1); }
#options .box .icon2 { background-image: var(--icon2); }
#options .box .icon3 { background-image: var(--icon3); }

#options ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#options ul li .price-value {
	font-weight: 700;
	font-size: 63px;
}

#options ul li .interval {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#options ul li p {
	font-weight: 200;
	font-size: 18px;
	padding: 0;
	color: var(--primary-text);
}

#options ul li.purchase-button a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 50px;
	transition: 0.2s;
	margin: 20px 10px 0 0;
	background: var(--primary-color);
	color: var(--primary-text);
}

#options ul li.purchase-button a:hover {
	background: var(--primary-text);
	color: var(--primary-color);
}

#options .title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}

#options .description {
	font-size: 14px;
	line-height: 24px;
}

/*--------------------------------------------------------------
BROCHURE section
--------------------------------------------------------------*/
#brochure {
	background: rgb(var(--secondary-color));
	background-image: var(--brochurebg);
	background-repeat: no-repeat;
	padding: 85px 0 85px 0;
	background-position: top;
	position: relative;
}

#brochure .container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#brochure .row {
	display: flex;              /* Aktivira Flexbox */
	flex-wrap: wrap;            /* Omogućava prelazak u sledeći redak ako je potrebno */
	justify-content: space-between; /* Ako želite da prostor bude ravnomerno raspoređen između kolona */
}

#brochure .column {
	flex: 1 1 48%; /* Svaka kolona zauzima 48% širine (2 kolone sa razmakom) */
	margin-bottom: 20px;
}

#brochure .column .pic {
	margin: 0 17px 23px 0;
	overflow: hidden;
	float: left;
}

#brochure .column .pic img {
	max-width: 80%;
	padding: 60px 0 10px 0;
}

#brochure .column h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#brochure .column p {
	color: var(--fourth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#brochure .column .member-words p {
	color: var(--primary-text);
	margin: 15px 0 0 0;
	line-height: 50px;
	font-size: 50px;
	padding-bottom: 40px;
}

#brochure .column .description-words p {
	font-weight: 200;
	font-size: 15px;
	padding: 0;
	color: var(--primary-text);
}

.fa-solid.fa-arrow-down {
	margin-left: 10px;
}

.fa-solid.fa-calendar-days {
	margin-left: 10px;
}

#brochure-btn {
	background-color: var(--fourth-color);
	border-radius: 50px;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0.80rem 1.5rem;
	margin-top: 4rem;
	float: left;
}

#brochure-btn span {
	font-weight: 700;
}

#brochure-btn:hover {
	background-color: var(--eight-color);
}

/*--------------------------------------------------------------
SCHEDULE section
--------------------------------------------------------------*/
#schedule {
	background: rgb(var(--secondary-color));
	//background-image: var(--brochurebg);
	background-repeat: no-repeat;
	padding: 40px 0;
	background-position: top;
	position: relative;
}

#schedule .container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

 #schedule .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

#schedule .column {
	flex: 1 1 48%; /* Svaka kolona zauzima 48% širine (2 kolone sa razmakom) */
}

#schedule .pic1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: var(--image1);
    background-repeat: no-repeat;
    height: 400px;
    background-size: 100%;
    margin-right: 30px;
}

#schedule .column h4 {
	font-weight: 700;
	margin: 15px 0 0 0 !important;
	font-size: 20px;
}

#schedule .column p {
	color: var(--fifth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#schedule .column .member-words p {
	color: var(--primary-text);
	margin: 15px 0 0 0;
	line-height: 50px;
	font-size: 50px;
	padding-bottom: 40px;
}

#schedule .column .description-words p {
	font-weight: 200;
	font-size: 18px;
	padding: 0;
	color: var(--primary-text);
}

.fa-solid.fa-arrow-down {
	margin-left: 10px;
}

.fa-solid.fa-calendar-days {
	margin-left: 10px;
}

#brochure-btn {
	background-color: var(--fourth-color);
	border-radius: 50px;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0.80rem 1.5rem;
	margin-top: 4rem;
	float: left;
}

#brochure-btn span {
	font-weight: 700;
}

#brochure-btn:hover {
	background-color: var(--eight-color);
}

/*--------------------------------------------------------------
ABOUT PAGE - aboutDescription
--------------------------------------------------------------*/
#aboutDescription {
	background: var(--primary-color);
	padding: 40px 0 40px 0;
}

#aboutDescription .container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#aboutDescription .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

#aboutDescription .column {
	flex: 1 1 48%;              /* Svaka kolona zauzima 48% širine (2 kolone sa razmakom) */
	margin-bottom: 20px;
}

#aboutDescription .column .pic {
	margin: 0 17px 23px 0;
	overflow: hidden;
	float: left;
}

#aboutDescription .column .pic img {
	max-width: 80%;
	padding: 60px 0 10px 0;
}

#aboutDescription .column h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 22px !important;
}

#aboutDescription .column p {
	color: var(--fifth-color);
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#aboutDescription .column .member-words p {
	color: var(--primary-text);
	margin: 15px 0 0 0;
	line-height: 50px;
	font-size: 50px;
	padding-bottom: 40px;
}

#aboutDescription .column .description-words p {
	font-weight: 200;
	padding: 0;
	color: var(--primary-text);
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer {
	background: rgb(var(--secondary-color));
	padding: 30px 0;
	font-family: var(--font-family);
	color: var(--primary-text);
	
} 

footer .container {
	display: flex;
	flex-direction: column;     
	justify-content: center;    
	align-items: center;        
	width: 100%;                
	max-width: 1200px;          
	margin: 0 auto;             
	text-align: center;         
}

footer p {
	line-height: 23px;
}

footer #logo a img.svg {
	max-width: 100%;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# LOGIN PAGE
--------------------------------------------------------------*/
.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	background: rgb(var(--secondary-color));
	border-radius: 12px;
	border: 1px solid var(--border);
}


.login-form-logo {
	background-image: var(--logo);
	background-repeat: no-repeat;
	margin: 5px auto 15px auto;
    height: 42px;
    width: 160px;
    background-size: 160px;
    padding-left: 160px;
    display: block;
}

.box h3 {
	font-size: 1.75rem;
}

#form {
	width: 100%;
}

#form span p {
	display: block;
	margin: 0 3px;
	color: var(--fourth-color);
}

#form .form-control {
	width: 100%;
	display: block;	
}

.control-label {
	display: block;
	margin: 12px 0 0 3px;
}

input[type="text"],
input[type="password"] {
	outline: none !important;
	padding: .5rem .75rem;
	margin: 2px 0 2px 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #aaa;
	background-color: var(--primary-color) !important;
	background-clip: padding-box;
	border: 1px solid var(--border) !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	appearance: none !important;
	font-family: var(--font-family);
}

.login-button {
    width: 100%;
	background-color: var(--third-color);
	color: var(--primary-text);
	padding: 12px 30px;
	margin: 25px 0 5px 0;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-family: var(--font-family);
	font-size: 18px;
}

.login-button:hover {
	background-color: var(--seventh-color);
}

/* Fokusirano polje */
input[type="text"]:focus,
input[type="password"]:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--border) !important;
    box-shadow: none !important;
	outline: none !important;
}

/* Disabled input */
input[type="text"]:disabled,
input[type="password"]:disabled {
    background-color: var(--primary-color) !important;
    border-color: var(--border) !important;
    color: var(--primary-text); /* Blago siv tekst za disabled polja */
	outline: none !important;
}

/* Ukida autofill boju u svim browserima */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: var(--primary-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--primary-color) inset !important;
    box-shadow: 0 0 0px 1000px var(--primary-color) inset !important;
    color: #aaa !important;
	-webkit-text-fill-color: #aaa !important;
	border-radius: 8px !important;
}

/* Za Firefox */
input:-moz-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: var(--primary-color) !important;
    box-shadow: 0 0 0px 1000px var(--primary-color) inset !important;
    color: #aaa !important;
	border-radius: 8px !important;
}

/*--------------------------------------------------------------
# DASHBOARD PAGE
--------------------------------------------------------------*/

/* Glavni kontejner za sidebar i sadržaj */
.main-container {
    display: flex;
	width: 100%;
}

.sidebar {
    width: 215px;
    height: calc(100vh - 76px); /* Oduzimamo visinu header-a */
	position: fixed;
	top: 76px;
	left: 0;
    background: rgba(var(--secondary-color), 0.8);
	border-right: 1px solid var(--border);
    color: white;
    padding: 10px 16px 10px 16px;
	transition: all 1s;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar .label {
	display: block;
	opacity: 1;
	transition: all .3s;
	white-space: nowrap;
}

#burger {
	display: none;
}

/* Kada je burger čekiran - skupi meni */
#burger:checked ~ header .sidebar {
	width: 75px;
}

/* Sakrij tekst pored ikonica */
#burger:checked ~ header .sidebar .label {
	//display: none;
	opacity: 0;
}

#burger:checked ~ .main-container .content-wrapper {
	margin-left: 75px;
	padding: 0 20px;
  	width: calc(100% - 75px);
	transition: all 1s;
}

/* Prilagođavamo sadržaj da ne bude ispod header-a */

.content-wrapper {
    flex-grow: 1;
    padding: 0 20px;
	margin-left: 215px;
  	width: calc(100% - 215px);
	transition: all 1s;
	container-type: inline-size;
}


/* Stilizacija sekcija #choose i #members */
#choose {
    width: 100%;
}

#members {
    width: 100%;
	container-name: members;
	container-type: inline-size;
}

/* Stilizacija sidebar-a */

.sidebar-menu {
    list-style: none;
    padding: 0;
	margin: 0;
}

.sidebar-menu li {
    margin: 6px 0;
	width: 100%;
	height: 40px;
}

.sidebar-menu li a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 15px;
	width: 100%;
	min-width: 40px;
	height: 40px;
    text-decoration: none !important;
    color: var(--primary-text) !important;
    font-size: 16px !important;
    padding: 12px;
    border-radius: 20px !important;
}

.sidebar-menu a i {	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 15px;
	text-align: center;
}

.sidebar-menu a .m {	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 18px;
	text-align: center;
}

.sidebar-menu a:hover {
    background: var(--sixth-color) !important;
}

/* Stilizacija glavnog sadržaja */
.main-content {
    margin-left: 260px; /* Pomeri glavni sadržaj desno */
    padding: 20px;
}

#choose .w-50b {
    display: flex;
    gap: 20px; 
	flex-wrap: wrap;
}

#choose .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 2;
    padding: 20px;
    text-align: center;
    position: relative;
    background: rgba(var(--secondary-color), 1.0);
    border-radius: 12px;
    border: 1px solid var(--border);
}

#choose .box .image-container{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 10px;
	width: 100px;
	height: 100px;
}

#choose .box .img-circle {
	border-radius: 50% 50%;
	width: 100px;
	height: 100px;
}

.shift-message {
    color: #fff; /* Default bela boja */
    font-weight: bold;
    margin-bottom: 20px;
}

.shift-message.belo {
    color: #fff;
}

.shift-message.started, .shift-message.startedwfh, .shift-message.continued {
    color: var(--third-color); /* Plava boja kada je smena startovana */
}

.shift-message.stopped {
    color: var(--fourth-color); /* Crvena boja kada je smena zavrsena */
}

.shift-message.paused {
    color: var(--fifth-color); /* Zuta boja kada je pauza */
}

.btn-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.tgdb-btn {
	display:block;
	color: var(--primary-text);
  	background: var(--primary-color);
	border: none;
    border-radius: 50px;
    font-weight: 700;
    padding: 0.80rem 1.5rem;
    margin: 5px 0;
	width: max-content;
}

.tgdb-btn i {
    margin-left: 0.4rem;
}

.tgdb-btn:hover, .tgdb-btn:focus, .tgdb-btn:active {
    color: var(--primary-text);
    background-color: var(--sixth-color);
    border: none;
    outline: 0;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dashboard-button {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	gap: 30px;
	margin: 5px 0 20px 0;
}

.btn-table {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-moz-box-align: center;
	-moz-box-pack: center;
	color: var(--primary-text);
	background: var(--primary-color);
	cursor: pointer;
	border-radius: 300px;
	border: medium;
	font-size: 1rem;
	height: 2.3rem;
	min-width: 2.3rem;
	transition: background-color 0.6s ease, transform 0.2s ease;
	/*	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.btn-table:hover {
	color: var(--primary-color);
    background: var(--primary-text);
}



.btn-table-log {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-moz-box-align: center;
	-moz-box-pack: center;
	color: var(--primary-text);
	background: var(--primary-color);
	cursor: pointer;
	border-radius: 300px;
	border: medium;
	font-size: 1rem;
	height: 2.3rem;
	min-width: 7.6rem;
	transition: background-color 0.6s ease, transform 0.2s ease;
	padding: 19px;
	/*	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.btn-table-log i {
	margin-right: .4rem;
	
}

.btn-table-log:hover {
	color: var(--primary-color);
    background: var(--primary-text);
}

#choose .box h4 a, #choose .box h4 a{
  color: var(--primary-text);
}

#choose ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#choose ul li .price-value{
  font-weight: 700;
  font-size: 63px;
}

#choose ul li .interval{
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#choose p{
  font-weight: 200;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#choose ul li p{
  font-weight: 200;
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
}

/* ------ */

#choose .box {
    flex: 3;
    padding: 20px;
    text-align: center;
    position: relative;
    background: rgba(var(--secondary-color), 1.0);
    border-radius: 12px;
    border: 1px solid var(--border);
	margin-bottom: 20px;
}

/*#choose .box .pic{
  margin: 10px 0 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

#choose .box .pic img{
  width: 45px;
}

#choose .box .time-list {
	width: 100%;
	overflow-y: auto;
	height: 100%;
}

#choose .box h4 a{
  color: var(--primary-color);
}

#choose .box h4 a:hover{
  color: var(--primary-text);
}

#choose .box ul li{
  color: var(--primary-color);
}

#choose .box ul li.purchase-button a{
  transition: 0.2s;
  background: var(--primary-color);
  color: var(--primary-text);
  display: inline-block;

}

#choose .box ul li.purchase-button a:hover{
  background: var(--primary-text);
  color: var(--primary-color);
}

/* ------ */

#members .box {
	flex: 0 0 100%;
    max-width: 100%;
	padding: 20px 20px 20px 20px;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
	background: rgba(var(--secondary-color), 1.0);
	border-radius: 12px;
	border: 1px solid var(--border);
}

#members .box .pic img{
	width: 45px;
}

#members .box .img-circle {
	border-radius: 50% 50%;
	width: 40px;
  	height: 40px;
	margin: 8px auto; 
}
.slika {
	display: flex;
	align-items: center;
	position: relative;
}

.kruzic {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: 8px;
	border: 3px solid rgb(var(--secondary-color));
}

.kruzic2 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: 2px;
	bottom: 7px;
	border: 4px solid rgb(var(--secondary-color));
}

/*--------------------------------------------------------------
# USERS!!!
--------------------------------------------------------------*/

.submenu {
	display: flex;
	flex-flow: row nowrap;
}

/*--------------------------------------------------------------
# RESPONSIVE!!!
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) { 
    /* Za ekrane šire od 1024px, ali manji od 1200px */
    #header .container {
        padding: 0 15px;  /* Smanjivanje paddinga na manjim ekranima */
    }
	
	#choose .box { 
		flex: 1;
		margin-bottom: 0 !important; 
	}
	

	#options1 .box {
		flex: 1;
		margin-bottom: 0 !important;
	}
	
	#options1 .box:last-child {
		margin-bottom: 20px !important;
	}
	
}

@media only screen and (max-width: 768px) {
	.w-50b {
		display: flex;
		flex-wrap: wrap;
		gap: 0; /* bez horizontalnog gap-a ako već postoji margin */
		margin-bottom: 20px !important;
	}
	
	#choose .box { 
		flex: 1;
		margin-bottom: 0 !important; 
	}
	

	#options1 .box {
		flex: 1;
		margin-bottom: 0 !important;
	}
	
	#options1 .box:last-child {
		margin-bottom: 20px !important;
	}
    
    #burger:checked ~ .main-container .content-wrapper {
        margin-left: 0;
        padding: 0 20px;
        width: 100%;
        transition: none;
    }

    .content-wrapper {
        margin-left: 0;
        width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	header .sidebar {
		width: 100%;
		height: calc(100vh - 76px) !important; /* Oduzimamo visinu header-a */
		position: fixed;
		top: 76px;
		left: 0%;
		background: rgba(var(--secondary-color), 1);
		color: white;
		padding: 10px 16px 10px 16px;
		overflow-y: auto;
		overflow-x: hidden;
	}
    
	#burger:checked ~ header .sidebar {
		width: 0;
		left: -40px;
/*		transition: all 1s;*/
	}
	
	.content-wrapper {
	  margin-left: 0;
	  width: 100%;
	}
	
	#choose .box { 
		flex: 1;
		margin-bottom: 0 !important; 
	}
	

	#options1 .box {
		flex: 1;
		margin-bottom: 0 !important;
	}
	
	#options1 .box:last-child {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 480px) {
	#header .container {
		width: 100%;
	}

	#header .container .row {
		display: flex;
		flex-flow: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}
	
	#hero .container {
		width: 100%;
	}
	
	.box {
		margin-bottom: 0;
	}
	
	.login-button {
		display: inline-block;
		background-color: var(--third-color);
		color: var(--primary-text);
		padding: 12px 30px;
		margin: 35px 0 5px 0;
		border: none;  /* Resetuje defaultni border */
		outline: none; /* Uklanja defaultni outline */
		-webkit-appearance: none; /* Uklanja defaultni izgled na WebKit browserima */
		-moz-appearance: none; /* Uklanja defaultni izgled na Firefox-u */
		appearance: none; /* Generalno resetuje izgled */
	}
	
	#choose .box { 
		flex: 1;
		margin-bottom: 0 !important; 
	}
	

	#options1 .box {
		flex: 1;
		margin-bottom: 0 !important;
	}
	
	#options1 .box:last-child {
		margin-bottom: 20px !important;
	}  
    
    
}

@media (max-width: 768px) {
    #hero h3, #hero h4, #hero p {
        text-align: center;
    }
    
    #schedule .container {
		width: 100%;
	}
    
    #schedule h3, #schedule h4, #schedule p {
        text-align: center;
    }
    
    #options .container {
		width: 100%;
	}
    
    #options .row {
        gap: 0;
    }
    
    #options .column {
        flex: 1 1 100%;
    }
    
    #options .box {
        margin-bottom: 25px;
    }
    
    #options .box .icon1, #options .box .icon2, #options .box .icon3 {
        width: 120px;
        height: 120px;
    }
    
    #options h3, #options h4, #options p {
        text-align: center;
    }
    
    .flex-container {
        text-align: center;
    }
    
    .tg-btn:last-child {
        margin-right: 0;
    }
}

/*@container members (width < 1110px) {
	.tred .polje:nth-child(8) {  role 
		display: none;
 
	}
}*/

@container members (width < 1110px) {
  .tred .polje:nth-child(8) {
    max-width: 0;
    opacity: 0;
	transition: opacity 0.4s ease, max-width 0.4s ease;
    visibility: hidden;
    pointer-events: none;
  }
}

@container members (width < 1080px) {
	.tred .polje:nth-child(5) {  /* job position */
		display: none;
	}
	
}

@container members (width < 1011px) {
	.tred .polje:nth-child(12) {  /* remove icon */
		display: none;
	}
	

}

@container members (width < 975px) {
	.tred .polje:nth-child(3) {  /* username */
		display: none;
	}
		
}

@container members (width < 875px) {
	.tred .polje:nth-child(6) {  /* login status */
		display: none;
	}
	
}

@container members (width < 760px) {
	.tred .polje:nth-child(7) {
		min-width: 123px !important;
	}
	
}

@container members (width < 720px) {
	.tred .polje:nth-child(4) {
		flex: 0 0 130px !important;
	}
	
}

/*@container members (width < 875px) and (width > 830px) {
	.tred .polje:nth-child(7) {
		min-width: 123px !important;
	}
	
	.tred .polje:nth-child(2) {
		flex: 0 0 40px !important;
	}
	
	.tred .polje:nth-child(4) {
		flex: 0 0 130px !important;
	}
}*/


@container members (width < 708px) {
	.tred .polje:nth-child(7) { 
		display: none;
	}
}

@container members (width < 598px) {
	.tred .polje:nth-child(11) { /* login as button */
		flex: 0 0 40px !important;
  		min-width: 40px !important;
	}
	
	.tred .polje:nth-child(11) span { /* login as button text */
		display: none; 
	}
	
	.tred .polje:nth-child(11) a { /* login as button icon */
		min-width: 0;
		padding: 19px 8px;
	}
}

@container members (width < 560px) {
	.tred .polje:nth-child(4) { /* first and last name */
		flex: 0 0 130px !important;
	}
}

@container members (width < 492px) {
	.tred .polje:nth-child(11) { /* login as button icon */
		display: none;
	}
	.tred .polje:nth-child(2) { /*  */
		flex: 0 0 40px !important;
		min-width: 40px !important;
	}
}

@container members (width < 432px) { 
	.tred .polje:nth-child(10) { /* project timer */
		display: none;
	}
}

@container members (width < 382px) {
	.tred .polje:nth-child(4) { /* first and last name */
		flex: 0 0 100px !important;
	}
}

@container members (width < 352px) {
	.tred .polje:nth-child(9) { /* user details */
		display: none;
	}
	.tred .polje:nth-child(4) { /* first and last name */
		flex: 0 0 90px !important;
	}
}

@container members (width < 332px) {
	.tred .polje:nth-child(4) { /* first and last name */
		display: none;
	}
} 

/*  -----------------------------  */





