@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	border: 1px solid #762B84;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    background: #FFF7FF;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    font-family: 'Open Sans',sans-serif;
    line-height: 24px;
	font-size: 16px;
	color:#FFF;
}
        .custom-header {
             background-color: rgb(0 116 228 / 35%); 
        
            color: #fff; 
            padding: 20px 0; 
            text-align: center; 
        }

        .custom-header h1 {
            font-size: 24px; 
            font-weight: bold; 
        }

        
        .custom-header p {
            font-size: 20px; /
        }
.navigation {
    background: linear-gradient(to bottom left, #1900ff, #800080);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    padding: 15px 0;
    border-radius: 5px;
}

.brand h1 {
    font-size: 24px; 
    margin: 0; 
}


.navbar-nav .nav-item {
    margin-right: 15px; 
}


.navbar-nav .nav-item.active {
    font-weight: bold; 
}


.navbar-nav .nav-link {
    color: #ffffff; 
    text-decoration: none; 
}


.navbar-nav .nav-link:hover {
    text-decoration: underline; 
}


.navbar-toggler-icon {
    background-color: #ffffff; 
}

.navbar-nav .nav-item {
    margin-right: 15px; 
    position: relative; 
}


.navbar-nav .nav-item.active {
    font-weight: bold; 
}


.navbar-nav .nav-link {
    color: #ffffff; 
    text-decoration: none; 
    padding: 5px 10px; 
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s; 
}


.navbar-nav .nav-link:hover {
    background-color: #ffffff; 
    color: #343a40; 
    text-decoration: none; 
}

.logo {
    text-align: left; 
    font-family: Arial, sans-serif; 
    font-size: 24px; 
    font-weight: bold; 
    color: #ffffff; 
}


.wave {
    display: inline-block;
    position: relative;
    animation: wave 2s infinite linear;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

#test-alert {
	background:#000;
	color:#FFF;
	padding:10px;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	display:none;
}

#test-alert.active {
	display:block;
}


input,button {
    outline: none;
    border: none;
}


.pozdravi {
	font-family: 'Raleway', sans-serif;
}



.pozdravi input {
	position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    color: #8f8fa1;
    line-height: 1.2;
    height: 42px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px #480078 solid;
    box-shadow: 0 4px 8px #00000005;
    	color:#8f8fa1;
	font-weight:400;
}

.pozdravi input::placeholder
{
	color:#8f8fa1;
	font-weight:700;
}

.pozdravi button{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 62px;
    background-color: transparent;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
    background:#1e73be;
    font-weight:700;
    margin:0 auto;
}
.card {
  background: linear-gradient(to top right, #800080, #1900ff);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 10px;
}


.card-header {
  background: linear-gradient(to top right, #1900ff,#800080 );
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 10px;
}


.card-body {
  background: linear-gradient(to top right, #800080, #1900ff);
  padding: 15px;
}
.table-striped-columns th {
    color: #000; 
}
.table-striped-columns td {
    color: #000; 
}
  button[name="send-pozdrav"] {
    background-color: #1e73be; 
    color: #fff; 
    padding: 10px 20px; 
    border: none;
    cursor: pointer; 
    transition: background-color 0.3s, color 0.3s; 
  }

  button[name="send-pozdrav"]:hover {
    background-color: #968eed; 
    color: #fff; 
  }
  .alert-top {
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1050;
        width: 50%;
        text-align: center;
    }

    /* For modal */
    .modal {
        display: none; 
        position: fixed; 
        z-index: 1050; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.4); 
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; 
        padding: 20px;
        border: 1px solid #888;
        width: 80%; 
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }