.signUp {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #00cc66;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
}
.logout {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: red;
  padding: 0.25rem 0.75rem;
  border-radius: 20%;
}


.card {
 
  color: red;
  text-decoration: none;
  padding: 15px 26px;
  position: ralative;
  display: inline-block;
  border-radius: 2px;

}
.card.reverse{
    color:darkblue;
    background-color:#568978;
  text-decoration: none;
  padding: 15px 26px;
  position: initial;
  display: inline-block;
  border-radius: 2px;
  align: center;
  width:90%;
}
.card.reverse:hover{
  background: grey;
}
.card.close{
   border-radius: 30%;
  background: burlywood;
}
.card:hover {
  background: greenyellow;
}

     .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

.mail{
  width:400px;
  height:200px;
  
}

.create_post_div{

    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.post_input_preview {

    width: 640px;
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
    outline: none;
}

.grad{
  background-image: linear-gradient(to right,lightblue, violet,lightgreen);
 
  height: 50px;
  background-color: yellow;
  border: 1px solid black;
}

.grad {
  transform: rotateX(0deg);
}
.tickets{
  margin-left:20px;
  margin-right:20px;

}
.adlink:link {
  color: red;
  text-decoration: :underline;
}

/* visited link */
.adlink:visited {
  color: green;
}

/* mouse over link */
.adlink:hover {
  color: red;
}

/* selected link */
.adlink:active {
  color: blue;
}

/* animation */


.svg{
  position: relative;
  

}

@keyframes orbit {
  to {
    stroke-dashoffset: 100px;
  }
}

@keyframes negativeOrbit {
  to {
    stroke-dashoffset: -100px;
  }
}
#prefix__b {
  stroke: white;
  stroke-width: 1px;
  fill: black;
  stroke-dasharray: 25px 10px;
  animation: negativeOrbit 1s infinite linear;
}
#prefix__d {
  /* fill: red;
    stroke: red; */
}

#outer_circle {
  fill: transparent;
}

#top_main_piece {
  fill: #30b9d5;
}
#top_left_piece {
  fill: #30b7d4;
}

#top_right_piece {
  fill: #30b7d4;
}

#left_middle_piece {
  fill: #30b7d4;
}
#right_middle_piece {
  fill: #30b7d4;
}
#left_main_piece {
  fill: #30b7d4;
}

#right_main_piece {
  fill: #30b7d4;
}

#left_bottom_piece {
  fill: #30b7d4;
}

#right_bottom_piece {
  fill: #30b7d4;
}

#right_center_piece {
  fill: #30b7d4;
}

#left_center_piece {
  fill: #30b7d4;
}

#top_center_piece {
  fill: #30b7d4;
}

#center_piece {
  fill: #30b7d4;
  stroke: white;
  stroke-width: 0.5px;
}

#inner_ring {
  /* stroke: #11059b; */
  stroke: white;
  stroke-width: 10px;
  fill: black;
  stroke-dasharray: 35px 15px;
  animation: orbit 1s infinite linear;
}
/* spinner loading */
.loadingSpinnerContainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadingSpinner {
  width: 64px;
  height: 64px;
  border: 8px solid;
  border-color: #00cc66 transparent #00cc66 transparent;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

/* Instagram Iconn  */

.insta-icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 20%;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.insta-icon:after,
.insta-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  content: ''
}
.insta-icon:before {
  border-radius: 20%
}
.insta-icon:after {
  width: 11px;
  height: 11px;
  border-radius: 50%
}
.filelarge{
  margin: 0px; 
 padding: 0px; 
 height: 100%; 
 border: none;
}
.blink {
            animation: blinker .75s linear infinite;
            color: red;
            font-family: sans-serif;
        }





        .starlink-animation {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-color: #323423;
}

.earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-color: blue;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

.satellite {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: whitesmoke;
  border-radius: 50%;
  animation: moveSatellite 5s linear infinite;
}

@keyframes moveSatellite {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, -100%);
  }
}

/* 👇 Normal view: hide the invoice from screen 
#invoice-section {
  display: none;
}
*/
/* 👇 Print view: hide everything EXCEPT invoice */
@media print {
  body * {
    visibility: hidden !important;
  }

  #invoice-section,
  #invoice-section * {
    visibility: visible !important;
  }

  #invoice-section {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

