/* ////////////////////////////////////////// CSS LIGAKLIK ////////////////////////////////////////// */

body,
html {
  padding: 0;
  margin: 0;
  height: auto;
  background: linear-gradient(45deg,#2a1900,#120b00,#6d4d00,#1b1100)!important;
  background-size: 400% 400%;
  /* animation: gradient 15s ease infinite; */
  display: flex;
  flex-direction: column;
}

a {
    text-decoration: none;
    color: #fff;
    /* font-family: Arial; */
    font-size: 11px;
}

img {
    border: 0;
    border-style: none;
}


/* <Marquee> */

.Message {
    font-family: "Arial" !important;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
}

a.Message:link {
    color: #ffffff;
}

a.Message:visited {
    color: #ffffff;
}

a.Message:active {
    color: #ffffff;
}

a.Message:hover {
    color: #ffffff;
}

.container {
    width: 1024px !important;
    max-width: 1024px !important;
}


/* =================================== CSS AfterLogin ===================================*/

a.navbar2 {
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
    padding: 0 20px 0 20px;
    font-weight: 500!important;
}

a.navbar2:hover {
    font-family: Arial;
    font-size: 12px;
    color: #fff !important;
    font-weight: 500!important;
    padding: 0 20px 0 20px;
}

a.navbar3 {
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}

.Error {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.btnLogout {
    background: red;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 20px;
    margin-right: 10px;
}

.welcomeLabel {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    height: 35px;
}


.menuaf {
  padding: 0;
  margin: 0;
  max-width: 926px;
  height: 45px;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
}


.menuaf li a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  align-self: center;
  border-radius: 0;
  padding: 10px 15px;
  transition: background .2s linear;
  font-family: 'Bebas Neue',cursive;
}
.textbox {
    position: absolute;
    width: 80px;
    height: 34px;
    font-family: Bebas;
    font-size: 15px;
    color: #fff600;
    padding-top: 5px;
}
.icon {
    position: absolute;
    width: 34px;
    height: 34px;
}
#sectionsocial {
    height: 34px;
    width: 640px;
    right: 0%;
    top: 5px;
    position: absolute;
}