﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 19px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@media only screen and (max-width: 406px) {

    .w3ls_market_video_grid1 img {
        height: 265px !important;
    }

    .site_title {
        font-size: large;
        text-align: center;
        font-weight: 600;
        color: orange;
        padding-top: 20px;
    }
}

.form-control1 {
    background-image: linear-gradient(to top, #000000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.form-group{

}

@media only screen and (min-width: 1200px) {
    .header {
        height: 100px;
    }
}

@media only screen and (min-width: 850px) {
    .site_title {
        font-size: x-large;
        text-align: center;
        font-weight: 600;
        color: orange;
    }

    .right, .left {
        display: inline-flex;
        height: fit-content;
    }

    .left {
    }
}
body {
    font-family: "Poppins", sans-serif;
}

.navbar-default .navbar-nav > li > a {
    font-size: large;
}
.header {
    padding: 1em 0;
    border-top: 3px solid #f1ab31;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


legend.anndan-date {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size:inherit;
    float:none;
    font-weight:bold;
}
fieldset.anndan-date {
    width: inherit; /* Or auto */
    padding: 2px;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}