span {
    color: #9593AA;
}
#error{
    color: #A71039;	
}
.login_row{
    height:35px;
    margin-left:95px;	
}
input {
    width:100px;	
}
.small-text{
    font-size:11px;
    color:#757575;
}
.refresh_btn{
        font-size: 8px;
        border: 0;
        margin-top: 8px;
        display: flex;
        margin-left: 148px;
        margin-bottom: -28px;
        padding-top: 6px;
}

span {
color: #00060C;
}

#error{
    color: #A71039;	
}

.login_row{
    height:35px;
    margin-left:95px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
.login_row_re{
    height:35px;
    margin-left:55px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
input {
    width:100px;	
}
/* The Modal (background) */
.modal_pass {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #DDF1FA;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
}
@media only screen and (min-width: 600px) {
/* For tablets: */
.modal-content {
    background-color: #DDF1FA;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 40%;
}
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.input_button_link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color: green;
    color: white;
    font-style:italic;
    padding: 5px 10px 5px 15px;
}
colorbox{
    width:100%;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 7px;
  font-size: 20px;
width: 20px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  padding: 7px;
  font-size: 20px;
width: 20px;
}

.fa-instagram {
  background: #ea4c89;
  color: white;
  padding: 7px;
  font-size: 20px;
width: 20px;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-rss {
  background: #ff6600;
  color: white;
}
.fa-whatsapp {
  background:#01e675;
  color: white;
  padding: 6px;
	font-size: 20px;
	width: 20px;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*/////////////////////////// pop up /////////////////////////////////////////*/

.open-btn {
      display: flex;
      justify-content: left;
      }
      /* Style and fix the button on the page */
      .open-button {
      background-color: #1c87c9;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      opacity: 0.8;
      position: fixed;
      }
     .input_button:hover {
        background-color: #ec9583;
        transform: scale(1.05);
    }
      .login-popup {
            position: relative;
            text-align: center;
            width: 500px;
            margin: 0 auto; 
        }

        .form-popup {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border: 0px solid #666;
            /*background: #fff;*/ 
            z-index: 9;
            /*padding: 20px;*/
            width: 500px; 
            box-shadow: 0 0 10px rgba(0,0,0,0.2); 
            border-radius: 8px; 
        }

        .form-popup .login_row_re {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px auto;
            width: 200%;
            max-width: 550px;
        }
     
     .form-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh; 
        background-color: #f8f8f8; 
    }

    .form-container {
        width: 100%;
        max-width: 600px;
        padding: 30px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
     .form-container1 {
      max-width: 800px;
      padding: 20px;
      background-color: #fff;
      }
     
      .form-container input[type=textarea], .form-container input[type=password] {
      width: 100%;
      height: 60px;
      padding: 10px;
      margin: 5px 0 22px 0;
      border: none;
      background: #eee;
      }
      
      .form-container input[type=text]:focus, .form-container input[type=password]:focus {
      background-color: #ddd;
      outline: none;
      }
      
      .form-container .btn {
      background-color: #8ebf42;
      color: #fff;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom:10px;
      opacity: 0.8;
      }
      /* Style cancel button */
      .form-container .cancel {
      background-color: #cc0000;
      }
      
      .form-container .merge {
      background-color: #fa8c2a;
      }
      /* Hover effects for buttons */
      .form-container .btn:hover, .open-button:hover {
      opacity: 1;
      }

      
      /* Full-width for input fields */
      .form-container1 input[type=textarea], .form-container1 input[type=password] {
      width: 100%;
      height: 60px;
      padding: 10px;
      margin: 5px 0 22px 0;
      border: none;
      background: #eee;
      }
      /* When the inputs get focus, do something */
      .form-container1 input[type=text]:focus, .form-container1 input[type=password]:focus {
      background-color: #ddd;
      outline: none;
      }
      /* Style submit/login button */
      .form-container1 .btn {
      background-color: #8ebf42;
      color: #fff;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom:10px;
      opacity: 0.8;
      }
      /* Style cancel button */
      .form-container1 .cancel {
      background-color: #cc0000;
      }
      
      .form-container1 .merge {
      background-color: #fa8c2a;
      }
      /* Hover effects for buttons */
      .form-container1 .btn:hover, .open-button:hover {
      opacity: 1;
      }
      

      
 .btn2 {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 24px 38px;
  height:150px;
  width:220px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue;
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red;
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}
#charCount {
    font-size: 12px;
    color: red;
    margin-top: 5px;
} 