body{
	overflow-x: hidden;
}
header{
    background: -webkit-linear-gradient(89.93deg, #143B56 9.39%, #91254C 91.38%);
    background: -moz-linear-gradient(89.93deg, #143B56 9.39%, #91254C 91.38%);
    background: linear-gradient(89.93deg, #143B56 9.39%, #91254C 91.38%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    height:350px;
    z-index: 1;
    padding-top: 20px;
    overflow: hidden;
}
header::before{
    content: "";
    width: 100%;
    height: 495px;
    background-image: url("/assets/img/card.png");
    background-repeat: no-repeat;
    opacity: 0.3;
    top: -100px;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
main{
    margin-top: -200px;
    z-index: 2;
    min-height: calc(100vh - 300px);
}
footer{
    background: linear-gradient(89.93deg, #91254C 9.39%,#143B56 84.12%);
    -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
    min-height:150px;
}
footer .row{
    padding-top: 80px;
}
footer ul li{
    display: inline-flex;
    margin: 0 15px;
}
.content{color:var(--white);}
.recieve-form{

}
.btn-new {
	background: linear-gradient(96.35deg, #00FFF0 5.42%, #0098C8 98%);
    border-radius: 3px;
    color: #001125;
}
.avatar {
	margin-bottom: 1em;
	z-index:10000;
	margin-right: 2em;
}
#myForm input,
#myForm button{
    height: 60px;
    margin-bottom: 0px;
    font-size: 1.6rem;
}
#myForm input{
    max-width:500px;
    margin-right: 20px;
}
#myForm button{
background: linear-gradient(96.35deg, #00FFF0 5.42%, #0098C8 98%);
border-radius: 3px;
color:#001125;
}
main input,
main select{
    background: #102032;
    border-radius: 10px;
    border-width: 0px;
    height: 30px;
    font-size: 0.8rem;
    color: #707A85;
    margin-bottom: 10px;
    padding-left: 5px;
	max-width:100%;
}
main .table{
    font-size: 0.8rem;
    border-collapse: separate;
    border-spacing: 0 0.5em;
    margin-bottom: 30px;
	width: 100%;
}

.table thead th{
    font-size: 0.9rem;
    font-weight: 300;
    padding: 2px 5px;
    background-color: #224C73;
    color:var(--white);
	border: none;
	vertical-align: middle;
}

.table th:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
.table th:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
.table tr td {
    padding: 2px 5px;
    background-color: #102032;
    color:#C6C6C6;
	border: none;
	vertical-align: middle;
  }
.table tr td:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
.table tr td:last-of-type {
    /*text-align: right;*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
.table tr td button{
    height: 24px;
    background: #FFDC64;
    border-radius: 6px;
    border-width: 0px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #8D0011;
    padding: 0px 10px;
}
.table tr td button:hover{
    cursor: pointer;
}
.card-body{}
.card-date{
    font-size: 0.9rem;
    color: #C6C6C6;
}
.card-date img{
    margin-right: 10px;
    margin-top:-3px;
}
.card-date::before{
    content:'';

}
.card-title{
    font-size: 1.3rem;
    font-weight: 700;
}
.card-text{}

.page-name{
    font-size: 30px;
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    padding-top: 15px;
}
.page-name span{
    
}
.menu{
	font-family: "Roboto Condensed";
}
ul{
    list-style: none;
    font-size: 18px;
    margin-left:-50px;
}
.menu ul li > span{
    display: inline-block;
    width: 40px;
    text-align: center;
}
ul a, ul a:hover, ul a:visited{
    color: var(--white);
}
/* For Loading Overlay */
/*.post-wrapper{position: relative;}*/
.loading-overlay{display: none;position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

/* For Pagination Links */
div.pagination {
	font-family: Roboto;
	margin:7px;
    color: var(--white);
	line-height: 40px;
}
div.pagination b{
    border: 1px solid rgba(2, 250, 254, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;

}
div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #02FAFE;
    border-radius: 2px;
	text-decoration: none;
	color: #000000;
    font-weight: 700;
}
div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #02FAFE;
	color: #000000;
}
div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}
div.pagination span.disabled {
    display:none;
}
.page-header h1{
	font-size: 1.5rem;
	color: var(--white);
}
.page-desc h2{
	font-size: 0.8rem;
	color: var(--white);
}
.modal__infoheader{
    color:#bcbcbc;
}
.modal__infovalue{
    margin-top: -10px;
}
.tlgbot{
	position: fixed;
	left: 10px;
	bottom: 10px;
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.modal-body a{
	color:var(--white);
	text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  .card{
	  width: 48%;
  }

}
@media only screen and (max-width: 900px) {
  .table tr td:first-of-type {
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
  }
  
	.table tr td:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  }

}
@media only screen and (max-width: 700px) {
  .card{
	  width: 95%;
  }

}

.panel {
	background-color: white;
	border-radius: 20px;
	padding:60px 40px;
	
}
.panel input {
	max-width:100%!important;
} 
.panel h3 {
		margin-bottom:30px;
		
}