@font-face {
    font-family: 'Nunito';
    src: url('NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf');
}

:root {
	--blend-pink: #d52383;
	--blend-blue: #091d31;
}

body {
	background-color: var(--blend-blue);;
	font-family: 'Nunito';
	color: var(--blend-blue);
}

a {
	color: var(--blend-pink);
}

#astronaut {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	animation: float 3s ease-in-out infinite;
}

#logo {
	width: 300px;
	margin: 10px;
	margin-bottom: 40px;
}

#container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}

#loginform {
	background-color: white;
	border-radius: 20px;
	width: 500px;
	min-height: 600px;
	padding: 40px;
	margin: auto;
	text-align: center;
}

#loginform h1 {
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: bold;
}

#loginform #username {
	background-image: url('/img/username.png');
	background-position: 10px 10px;
	background-size: 25px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}

#loginform #password {
	background-image: url('/img/password.png');
	background-position: 10px 10px; 
	background-size: 25px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}

form {
	display: block;
	text-align: left;
}

form label {
	font-size: 20px;
	color: var(--blend-blue);
}

form input {
	display: block;
	width: 100%;
	font-size: 18px;
	border: 1px solid grey;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px;
	color: var(--blend-pink);
}

#login button, #otpcode button, #forgot button {
	width: 100%;
	font-size: 20px;
	background-color: var(--blend-pink);
	border: 0;
	border-radius: 5px;
	color: white;
	padding: 13px;
	font-weight: bold;
}

#login button:hover, #otpcode button:hover, #forgot button:hover {
	background-color: #971a5d;
}

#forgotlink {
	color: var(--blend-pink);
	margin-bottom: 30px;
	margin-top: 20px;
}

#forgotlink:hover {
	text-decoration: underline;
	cursor: pointer;
}

#copyright {
	color: grey;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.callout {
	width: 100%;
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.callout p {
	margin: 0;
}

.callout i {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 20px;
}

.callout-danger {
	border: 1px solid red;
	background-color: #631323;
}

.callout-warning {
	border: 1px solid orange;
	background-color: #b36100;
}

.callout-info {
	border: 1px solid #00003d;
	background-color: #0068af;
}

.callout-success {
	border: 1px solid green;
	background-color: #008d10;
}

#whiteboard {
	width: 90%;
	max-width: 1400px;
	min-width: 720px;
	min-height: 1400px;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
}

#buttons #welcome {
	font-weight: bold;
	font-size: 22px;
	float: left;
}

#buttons #actions {
	float: right;
}

#buttons button {
	width: 100px;
}

table {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

th {
	text-align: center;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}

.btn {
	height: 40px;
	border-radius: 5px;
}

#simlog button {
	margin: 5px;
}

#simsearch {
	width: 300px;
	font-size: 20px;
    border-radius: 5px;
	color: var(--blend-pink);
    vertical-align: middle;
}

hr {
	margin-bottom: 60px;
	margin-top: 60px;
}

.subheading {
	display: inline;
}

.subheading i {
	background: var(--blend-pink);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
	color: white;
	font-size: 30px;
}

.subheading h2 {
	margin-left: 20px;
	display: inline;
	font-weight: bold;
    vertical-align: middle;
}

.upload-area {
	border: 2px dashed #ced4da;
	border-radius: 10px;
	padding: 50px 20px;
	text-align: center;
	background: #fff;
	transition: .2s;
	cursor: pointer;
}

.upload-area:hover {
	border-color: #0d6efd;
	background: #f8fbff;
}

.logo-preview {
	width: 260px;
	height: 260px;
	object-fit: contain;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	padding: 15px;
	background: white;
}

.hint {
	color:grey;
	font-size:12px;
}

table {
	margin-top: 20px;
}

.pagination {
	text-align: center;
}

#pageSize {
	padding: 8px;
	border-radius: 5px;
	vertical-align: middle;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#usertable button {
	margin: 2px;
}

#usertable button i {
	font-size: 20px;
}

#totalinvocation {
	animation: fadeInLeft 1s ease-out
}

#iptable input {
	color: var(--blend-pink);
}

#smspreview {
	width: 500px;
	min-height: 60px;
	background-color: var(--blend-pink);
	border-radius: 30px;
	margin: auto;
	padding: 12px;
	position: relative;
}

#smspreview:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 33px solid transparent;
	border-top-color: var(--blend-pink);
	border-bottom: 0;
	border-left: 0;
	margin-left: -16.5px;
	margin-bottom: -33px;
}

#smspreview p {
	font-size: 25px;
	color: white;
	margin: auto;
	word-wrap: break-word;
}

#smsmessage {
	color: var(--blend-pink);
}

#smsloader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid var(--blend-pink); /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: auto;
	margin-top: 50px;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
	
}

@media screen and (max-width: 700px) {
	#loginform {
		width: 90%;
		padding: 30px;
	}
	
	#astronaut {
		display: none;
	}
}

/* ANIMATIONS */
@keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}