@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}




.name{
    font-size: 30px;
    background-color: #2B547E;
    color: #FFA500;
    padding: 50px;
}




body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
    }

    #navbar {
		position: fixed;
  top: 0;
  left: 0;
      height: 25%;
      background-color: #333;
      color: white;
      text-align: center;
      line-height: 25%;
      position: relative;
    }

    #navbar a {
      color: white;
      text-decoration: none;
      padding: 30px 20px;
      display: inline-block;
    }

    #iframeContainer {
		position: fixed;
		top: 20%;
		left: 0;
		height: 80%;
		width: 100%;
    }

    #myIframe {
		
      width: 100%;
      height: 100%;
      border: none;
    }

   
#mainbuttonContainer{
	position: relative;
		top: 25%;
		
}
   
   
#mainbutton{
	background: #d3d2d4;
  background-image: -webkit-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -moz-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -ms-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -o-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: linear-gradient(to bottom, #d3d2d4, #b8b8b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #000000;
  font-size: 19px;
  padding: 11px 20px 10px 18px;
  text-decoration: none;
}

#mainbutton:hover{
	background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -moz-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -ms-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -o-linear-gradient(top, #ebebeb, #cccacc);
  background-image: linear-gradient(to bottom, #ebebeb, #cccacc);
  text-decoration: none;
	
}

#logout{
	background: #d3d2d4;
  background-image: -webkit-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -moz-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -ms-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -o-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: linear-gradient(to bottom, #d3d2d4, #b8b8b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #000000;
  font-size: 19px;
  padding: 11px 20px 10px 18px;
  text-decoration: none;
  float: right;
}

#logout:hover{
	background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -moz-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -ms-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -o-linear-gradient(top, #ebebeb, #cccacc);
  background-image: linear-gradient(to bottom, #ebebeb, #cccacc);
  text-decoration: none;
	
}




#logoutx{
	background: #d3d2d4;
  background-image: -webkit-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -moz-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -ms-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -o-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: linear-gradient(to bottom, #d3d2d4, #b8b8b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #000000;
  font-size: 19px;
  padding: 11px 20px 10px 18px;
  text-decoration: none;
  float: left;
}

#logoutx:hover{
	background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -moz-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -ms-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -o-linear-gradient(top, #ebebeb, #cccacc);
  background-image: linear-gradient(to bottom, #ebebeb, #cccacc);
  text-decoration: none;
	
}




#formbutton{
	background: #d3d2d4;
  background-image: -webkit-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -moz-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -ms-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -o-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: linear-gradient(to bottom, #d3d2d4, #b8b8b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #000000;
  font-size: 19px;
  padding: 11px 20px 10px 18px;
  text-decoration: none;
  
}

#formbutton:hover{
	background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -moz-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -ms-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -o-linear-gradient(top, #ebebeb, #cccacc);
  background-image: linear-gradient(to bottom, #ebebeb, #cccacc);
  text-decoration: none;
	
}

#sub_dash{
	position:absolute;
	top:0;
	left:0;
	
	width:100%;
	height:100%;
	background: #858285;
  background-image: -webkit-linear-gradient(top, #858285, #000000);
  background-image: -moz-linear-gradient(top, #858285, #000000);
  background-image: -ms-linear-gradient(top, #858285, #000000);
  background-image: -o-linear-gradient(top, #858285, #000000);
  background-image: linear-gradient(to bottom, #858285, #000000);
}


.tile {
	width: 200px; /* Set your desired width */
    height: 100px; /* Set your desired height */
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    background-color: #3498db; /* Change to your desired background color */
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    text-decoration: none; /* Remove underlines for anchor tags */
}

.tilez{
	border: 1px solid #ccc;
	border-radius: 5px;
    padding: 20px;
    margin: 10px;
    width: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}




#datacontainer{
	
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#merchantContainer{
	
	float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#merchantContainer img{
	width:100px;
	height:auto;
	max-width: 100%;
    height: auto;
    float: right;
    margin-left: 20px;
}

#merchantContainer h2{
	
            background: linear-gradient(to right, #000000, #FFffdf); /* Adjust colors as needed */
            color: #fff; /* Text color */
            padding: 3px;
            margin: 0;
            width: 100%;
            box-sizing: border-box;
     
}

#branchContainer{
	
	float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#branchContainer h2{
	
            background: linear-gradient(to right, #000000, #FFffdf); /* Adjust colors as needed */
            color: #fff; /* Text color */
            padding: 3px;
            margin: 0;
            width: 100%;
            box-sizing: border-box;
     
}

#buttonsContainer{
	position: relative;
	
}

#buttons{
	background: #d3d2d4;
  background-image: -webkit-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -moz-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -ms-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: -o-linear-gradient(top, #d3d2d4, #b8b8b8);
  background-image: linear-gradient(to bottom, #d3d2d4, #b8b8b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Georgia;
  color: #000000;
  font-size: 19px;
  padding: 11px 20px 10px 18px;
  text-decoration: none;
}

#buttons:hover{
	background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -moz-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -ms-linear-gradient(top, #ebebeb, #cccacc);
  background-image: -o-linear-gradient(top, #ebebeb, #cccacc);
  background-image: linear-gradient(to bottom, #ebebeb, #cccacc);
  text-decoration: none;
	
}


@media screen and (max-width: 600px) {
		#navbar{
		height:30%;
      }
      #navbar a {
		font-size:18px;
        display: block;
        width: 100%;
        box-sizing: border-box;
      }
	  #myIframe {
      height: 100%;
      width: 100%;
    }
	
	#mainbuttonContainer{
	padding: 20%;
		align-items: center;
		
	}
	#datacontainer{
	
    overflow: visible;
	}



	 
}