@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wdth,wght@0,86.5,530;1,86.5,530&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@492&display=swap');

body {
	background-color: #1c2939 !important;
	background-image: url("../assets/login-background.jpg") !important;
	background-position: top center !important;
	background-size: cover !important;
}

.main-container {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
	background: rgba(0, 0, 0, 0.45) !important;
	backdrop-filter: blur(1px) !important;
	-webkit-backdrop-filter: blur(1px) !important;
}

.navbar-brand img {
	max-width: 160px;
	width: 100%;
}

.bg-login {
	background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); 	
}

.login-header img { 
	max-width: 250px;
	width: 100%;
	padding-bottom: 30px;
}

.login-header h1 { 
	color: #FFF !important;
}

.login-header p {
	color: #ebaf00 !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 16px;
}

#loginForm h3 {
	color: #fafafa !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 16px;
}

.alert-pin {
	background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); 	
}
	
.pinlogin .pinlogin-field {
	margin: 0 4px !important;
}

.alert-login-error {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: 1px solid var(--bs-alert-border-color);
	--bs-alert-border-radius: 0.375rem;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: #101016;
	background-color: #d3c803;
	border: 2px solid #FFF;
	border-radius: var(--bs-alert-border-radius);
	font-weight: bold;
}

.request-banner-wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}	

.request_banner_top {
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom: solid 6px #151e27;
}

.request_banner_bottom {
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top: solid 6px #243142;
}


.request-form-area
{
    padding: 30px 30px 30px;
    border: 1px solid #232226;
	background: rgba(0, 0, 0, 0.15);	
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); 		
}

.request-form-area h1
{
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 530;
  font-style: normal;
  font-variation-settings:
    "wdth" 86.5;
  color: #FFF;
  text-transform: uppercase;
}

.request-form-area h1 i
{
  color: #e4d803;
}

.request-form-area p
{
  color: #FFF;
}

.request-form-header
{
	background-color: #07060a;
	height: 40px;
	color: #e4d804;
}

.request-search-default-info
{
	padding: 10px;
	color: #e4d804;
}

.request-form input,
.request-form textarea {
    width: 100%;
    border: 1px solid #1f1e24;
    background: #1f1e24;
    border-radius: 4px;
    color: #bcbcbc;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.46);
    font-weight: 500;
    padding: 14px 25px;
    margin-bottom: 30px;
    transition: .3s linear;
}
.request-form input::placeholder,
.request-form textarea::placeholder {
    color: #bcbcbc;
    font-weight: 500;
}
.request-form textarea {
    min-height: 155px;
}
.request-form input:focus,
.request-form textarea:focus {
    border-color: #e4d804;
}

.btn-circle {
    user-select: none;
    -moz-user-select: none;
    background: #12151e none repeat scroll 0 0;
    border: 2px solid #e4d804;
    border-radius: 50%;
    color: #e3dfdf;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 30px;
	height: 30px;
	padding-top: 4px;
	padding-left: 2px;
}

table.requestTable {
  font-family: 'Poppins', sans-serif;
  border: 2px solid #000000;
  background-color: #2F2D38;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.requestTable td, table.requestTable th {
  border: 1px solid #131218;
  padding: 8px 8px;
}
table.requestTable tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.requestTable tr:nth-child(even) {
  background: #25232D;
}
table.requestTable thead {
  background: #1F1E24;
  border-bottom: 2px solid #000000;
}
table.requestTable thead th {
  font-size: 14px;
  font-weight: bold;
  color: #E4D804;
  text-align: center;
  border-left: 0px solid #4A4A4A;
}
table.requestTable thead th:first-child {
  border-left: none;
}

table.requestTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}
table.requestTable tfoot td {
  font-size: 12px;
}

table.requestTable a {
	color: #FFF;
	font-weight: bold;
}

table.requestTable a:hover {
	color: #e4d804;
}

.btn-request {
	user-select: none;
	-moz-user-select: none;
	background: #12151e none repeat scroll 0 0;
	border: 2px solid #e4d804;
	border-radius: 50px;
	color: #e3dfdf;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 16px 34px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.btn-request:hover {
	color: #e4d804;
}

.form-submit {
	margin-top: 20px;
}

.request-hr {
	color: #FFF !important;
}

.search-container {
    position: relative;
    display: flex; 
    overflow: hidden;
}

.search-container input {
    flex: 1; 
    padding-right: 100px !important;
    outline: none !important;
	border: 0px !important;
	box-shadow: none !important;
}

.search-container input:focus {
    outline: none !important;
	border: 0px !important;
	box-shadow: none !important;
}

.search-container button {
    /* Positions the button absolutely within the container */
    position: absolute;
    right: 0;
    top: 0;
    height: 52px; /* Makes the button the same height as the container */
    /* Optional: further styling for the button */
    background-color: #e4d804;
    color: #0c0c10;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.search-container button:hover {
    color: #000 !important;
	background-color: #fff100 !important;
}

.search-container button:active {
    color: #000 !important;
	background-color: #fff100 !important;
}

.requestField {
    background-color: transparent !important;
    border: 0px !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: default !important;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 492;
    font-style: normal;
	text-align: center !important;
	margin-bottom: 0px !important;
	font-size: 40px !important;
	color: #e4d804 !important;
}

/*LIGHTBOX STYLE*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

  .lightbox-video {
    width: 300px;
    padding-bottom: 56%;
    video,
    iframe {
      width: 100%;
    }
  }

  iframe,
  video {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }

  img {
    display: block;
    margin: 0 auto;
  }

  .lightbox-close {
    display: block;
	margin-right: auto;
	margin-left: auto;
	user-select: none;
	-moz-user-select: none;
	background: #12151e none repeat scroll 0 0;
	border: 2px solid #e4d804;
	border-radius: 50px;
	color: #e3dfdf;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 16px 34px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
    &:hover {
      text-decoration: none;
    }
  }

  .lightbox-container {
    max-width: 300px;
    margin: 20px auto 25px;
  }
}

@media screen and (max-width: 850px) {

.requestField {
	font-size: 32px !important;
}

}


@media screen and (max-width: 768px) {

.request_banner_top {
	border-bottom: solid 12px #151e27;
}

.request_banner_bottom {
	border-top: solid 12px #243142;
}

}

@media screen and (max-width: 750px) {

.requestField {
	font-size: 24px !important;
}

}

@media screen and (max-width: 576px) {

.request_banner_top {
	border-bottom: solid 18px #151e27;
}

.request_banner_bottom {
	border-top: solid 18px #243142;
}

}

@media screen and (max-width: 550px) {

.requestField {
	font-size: 20px !important;
}

}
