/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Manrope', sans-serif;
}

a {
  text-decoration: none !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " ('attr(href)')";
  }

  abbr[title]::after {
    content: " ('attr(title)')";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Background */
.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* header */
.header {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0;
}

.navbar-brand {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}

.navbar-brand img {
  width: 150px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.header .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: none;
  z-index: 4;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #FFF;
}

.header .btn {
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

/* main-section */
.main-section {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}

.main-section.inside {
  padding-top: 180px;
}

/* Home */
.banner-section img {
  width: 100%;
  border-radius: 24px;
}

.temp img,
.time-date div img {
  width: 100%;
  box-shadow:
    0 20px 30px -15px rgba(0, 0, 0, 0.3),
    0 40px 40px -20px rgba(0, 0, 0, 0.2),
    0 70px 50px -30px rgba(0, 0, 0, 0.1),
    0 40px 60px -5px rgba(203, 14, 40, 0.3);
}

.time-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.time-date div {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}

/* Navigation Bar */

.navigation-bar {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 99;
}

.navigation-bar.home {
  bottom: 30px;
  width: 80%;
  left: 10%;
  border-radius: 24px;
}

.navigation-bar.inside {
  top: 73px;
}

.navbar-item {
  text-align: right;
}

.navbar-item a {
  display: inline-block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  padding: 0 16px;
  opacity: 0.7;
}

.navbar-item a img {
  width: 48px;
  margin: 0 auto;
  display: block;
  padding: 8px;
}

.navbar-item a:hover{
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 24px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}

.section-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 16px;
}

.box {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 100%;
  background-color:black ! important;

}

.icon-box {
  height: 130px;
}

.icon-box img{
  height: auto;
}

.btn-icon-box {
  display: flex;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  border-radius: 12px;
  margin-bottom: 16px;
}

.box.padding {
  padding: 20px 24px;
}

.white-box {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
  height: 100%;
}

.box-light {
  backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(0, 0, 0, 0.16);
    opacity: 1;
    filter: brightness(-7px);
    padding: 16px 24px 24px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px #00000061 solid;
    text-align: center;
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.icon {
  width: 48px;
  height: 48px;
  margin: 8px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.icon-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  margin: 0;
  text-align: center;
}

.box-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #EE5C51;
  margin-bottom: 4px;
}

.winner-details {
  display: flex;
  align-items: center;
}

.winner-img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.winner-name {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.winner-position {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  margin: 0;
}

.box-count {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin: 0;
}


.floating-label {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}

.check-box {
  padding: 10px 0;
  margin-bottom: 0;
}

.floating-input,
.floating-select {
  font-size: 16px;
    color: #fff;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    border-radius: 6px;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}

.floating-label label {
  position: absolute;
  left: 5px;
  top: 29px;
}


label {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 8px;
  top: 27px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: 0px;
  font-size: 14px;
  color: #fff;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: 0;
  font-size: 14px;
  color: #fff;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}

.white-box .floating-input,
.white-box .floating-select {
  color: #000;
  border-bottom: 1px solid #E5E5E5;
}

.white-box .floating-input:focus,
.white-box .floating-select:focus {
  color: #000;
  border-bottom: 1px solid #E5E5E5;
}

.white-box label {
  color: #000;
}

.white-box .floating-input:focus~label,
.white-box .floating-input:not(:placeholder-shown)~label {
  color: #000;
}

.white-box .floating-select:focus~label,
.white-box .floating-select:not([value=""]):valid~label {
  color: #000;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

.voice-note {}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.list-group thead th {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  padding-bottom: 14px !important;
  border: 0 !important;
  white-space: nowrap;
}

.list-group tbody td {
  box-shadow: unset !important;
  border: 0 !important;
  padding: 0 !important;
}

.list-group tbody td p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  padding: 16px 8px !important;
  background-color: #fff !important;
  box-shadow: unset !important;
  border: 0 !important;
  margin-bottom: 6px;
  position: relative;
  white-space: nowrap;
}

.list-group tbody td p.img{
  padding: 13px 8px !important;
}

.list-group tbody td p img{
  width: 30px;
}

.list-group tbody td p.formpart{
  padding: 9px 8px !important;
}

.list-group tbody td:first-child p {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.list-group tbody td:last-child p {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.list-group tbody {
  border: 0 !important;
}

table.table {
  margin-bottom: 0;
}

.prod-photo {
  width: 100%;
  height: auto;
}

.prod-photo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.prod-id {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.75;
  padding: 8px 8px 0;
  display: inline-block;
}

.prod-price {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  padding: 0px 8px 8px;
  display: inline-block;
}

.btn-icon {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.btn-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-icon-name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  flex: 1;
}

.button.link {
  background: transparent;
  border: 0;
  padding: 0;
  text-decoration: underline;
  color: #FF6F91;
}

.photo-wrap {
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.big-photo {
  flex: 1;
  width: auto;
  height: 500px;
  border-radius: 26px;
  overflow: hidden;
}

.photo-list {
  width: 100%;
  margin-left: 0;
  text-align: center;
  padding-top: 10px;
}

.small-thumb {
  height: 120px;
  opacity: 0.45;
  border-radius: 16px;
  overflow: hidden;
  object-fit: cover;
  display: inline-block;
}

.small-thumb.active {
  opacity: 1;
}

.thumb {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.thumb-wrap {
  width: 200px;
  height: 630px;
  margin-left: 16px;
  padding-top: 0;
}
.check-box ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-box ul li{
  text-align: left;
  display: inline-block;
  width: 32%;
  color: #FFF;
  margin: 17px 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #FFF;
    left: 0;
    top:0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #FFF;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFF;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img-table {
  padding: 8px 0 !important;
  text-align: center;
}

.img-table img {
  width: 40px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 30px;
  border: 1px #FF6F91 solid;
  margin-bottom: 2px;

}

.styled-checkbox:hover+label:before {
  background: #FF6F91;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #FF6F91;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

html {
  background: lightgray;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 20px 0;
}

.centered {
  width: 300px;
  margin: auto;
}

.title {
  text-align: center;
  color: #4571ec;
}

.table-responsive {
  overflow-y: hidden;
}

.table-responsive thead, .table-responsive tbody{
  width: 100%;
}

.table td p{
  margin-bottom: 0; 
  padding: 8px 0;
}

.navbar {
  padding: 0;
}

.table-info {
  text-align: left;
  padding: 10px 0 0;
  border-bottom: 1px #ccc solid;
}

.table-info span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.table-info p {
  font-size: 18px;
  font-weight: bold;
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block-large {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block .popup-modal-dismiss,.white-popup-block-large .popup-modal-dismiss{
  color: #FFF;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px #FFF solid;
  border-radius: 30px;
  right: 0px;
  top:-40px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 35%;
  left: unset;
  text-align: center;
  transform: rotate(90deg);
  bottom: 0;
  top: unset;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 38%;
  right: auto;
  top: 15px;
  transform: rotate(90deg);
}

.swiper-button-next, .swiper-button-prev {
  width: 24px;
  height: 24px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.destop-hide{
  display: none;
}

.mobile-hide{
  display: block;
}
.btn-home{
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.nv-btn .nav-btn{
  display: block;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 16px 0;
  text-align: center;
  color: #FFF;
}

.nv-btn .nav-btn img{
  width: 60px;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
    padding: 8px;
}

table.list-group{
  width: 100%;
  display: table;
}

.navigation-bar .container{
  position: relative;
}

.branch-name{
  display: flex;
  justify-content: center;
  align-items: center;
}

.br-name{
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

.br-name span{
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.branch-name-mobile{
  width: 100%;
  padding: 0px 15px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.branch-name-mobile span{
  font-size: 14px;
  font-weight: 400;
  display: block;
}


.mySwiper3 {
  height: 100%;
  width: 100%;
}

/* .mySwiper2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
} */

.mySwiper2 .swiper-slide {
  width: 100%;
  opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper3 .swiper-slide img {
  display: block;
  width: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 16px;
}

.mySwiper2 .swiper-slide img {
  border-radius: 8px;
}

.pro-open-box{
  display: flex;
  justify-content: space-between;
  padding:8px 16px;
  color: #FFF;
  border:1px #FFF solid;
  border-radius: 10px;
  vertical-align: middle;
  margin-bottom: 30px;
}

.box-light .pro-open-box{
  margin-bottom: 0;
}

.pro-open-box h4{
  font-size: 16px;
  position: relative;
  top:10px;
}

.table-report tbody tr{
  background-color: #FFF;
  border-bottom: 1px #ccc solid;
}

.table-report p{
  line-height: 100%;
}

.btn-atnd .btn-light{
  display: block;
  
}

.btn-atnd .top-18{
  position: relative;
  top:18px
}

.page-title{
  position: relative;
}

.page-title h1{
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
}

.winner-details.atd-page{
  display: block;
  text-align: center;
}

.winner-details.atd-page .winner-img{
  display: block;
  margin: 0 auto;
  background-color: transparent;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.winner-details.atd-page .winner .winner-name{
  color: #FFF;
  margin-top: 30px;
}
.winner-details.atd-page .winner .winner-position{
  color: #FFF;
}

.nv-box{
  display: flex;
  justify-content:space-between;
  align-items:center;
  background: #797777;
}

.ajax-pop{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  
}

@media (max-width: 1024px) {
  .white-box {
    border-radius: 6px;
    padding: 12px;
  }

  .box-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .box-count {
    font-size: 40px;
  }

  .winner-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .winner-name {
    font-size: 20px;
  }

  .winner-position {
    font-size: 14px;
  }

  .icon-box {
    height: 120px;
  }

  .icon {
    width: 38px;
    height: 38px;
    margin: 8px;
  }

  .icon-name {
    font-size: 14px;
  }

  .icon-name br {
    display: none;
  }

  .main-section.inside {
    padding-top: 80px;
    margin-bottom: 110px;
  }

  .navigation-bar.inside {
    bottom: 0;
    top: unset;
  }
  .navbar-item{
    text-align: center;
  }

  .thumb {
    height: auto;
  }
}

@media (max-width: 767px) {
  .main-section.inside{
    padding-top: 60px;
  }
  .branch-name{
    display: none;
  }
  .nv-box .page-title{
    display: none;
  }
  .branch-name-mobile{
    display: flex;
  }
  .nv-box{
    justify-content: center;
    background: #333333;
  }

  .page-title h1{
    font-size: 24px;
  }
  .navigation-bar.home {
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
  }

  .navbar-item a {
    padding: 0 6px;
    font-size: 14px;
  }

  .navbar-item a img {
    width: 40px;
    border-radius: 6px;
  }

  .banner-section {
    margin-bottom: 16px;
  }

  .main-section {
    margin-bottom: 90px;
    padding-top: 70px;
  }
  .nav-item{
    margin: 15px 0;
  }
  .login-btn{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header .btn{
    display: block;
  }
  .header{
    padding: 10px 0;
  }
  .destop-hide{
    display: block;
  }
  .destop-hide a{
    display: block;
  }
  
  .mobile-hide{
    display: none;
  }
  .table-info span, .table-info p{
    display: inline-block;
    width: 40%;
  }
  .table-info p{
    text-align: right;
    width: 58%;
  }
  table.list-group{
    width: 1045px;
  }
  .page-title{
    padding: 15px 0;
    text-align: center;
  }
  .page-title h1{
    font-size: 24xp;
  }
}

@media (max-width: 576px) {
  .navbar-item {
    white-space: nowrap;
    overflow-x: auto;
  }

  .icon-box {
    height: 90px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  tbody td p {
    font-size: 14px;
  }

  tbody td p.link{
    padding: 17px 8px 18px !important;
  }

  .box.padding {
    padding: 8px;
  }

  .box-light {
    padding: 12px;
  }
  .swiper-slide img{
    max-height: none;
    height: 60vh;
  }
  .mySwiper3 .swiper-slide img, .mySwiper2 .swiper-slide img{
    max-height: none;
    height: auto;
  }
  .btn-home{
    margin-top: -70px;
  }
  .nv-btn .nav-btn{
    margin-bottom: 24px;
  }
  .thumb-wrap{
    width: 93px;
    height: 400px;
  }
  .photo-wrap{
    margin-bottom: 30px;
  }
}



.form-control{
  padding: 0.375rem 5px;
  border-color: #7a7f85;
}

.vm--modal {
  height: auto !important;
  background-color: rgba(136, 119, 119, 0.585) !important;
  backdrop-filter: blur(50px);
}
.login-btn a{
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #f8f9fa;
  border-color: #f8f9fa;
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 8px;
} 

.vm--modal .table tr, .vm--modal .table tbody, .vm--modal .table td, .vm--modal .table tfoot, .vm--modal .table th, .vm--modal .table thead, .vm--modal .table tr{
  border: none !important;
}

.vm--modal .table>thead tr th{
  font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    padding-bottom: 14px !important;
    border: 0 !important;
    white-space: nowrap;
} 

.vm--modal .table>tbody tr td{
  padding: 0;
}

.vm--modal .table>tbody tr td p{
  font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    padding: 16px 8px !important;
    background-color: #fff !important;
    box-shadow: unset !important;
    border: 0 !important;
    margin-bottom: 6px;
    position: relative;
    white-space: nowrap;
}

.vm--modal .table>tbody tr td:last-child p {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.vm--modal .table>tbody tr td:first-child p {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.vm--modal .table-responsive{
  height: 400px;
  overflow-y: auto;
}
.vm--modal .table {
  display: table !important;
}

@media (max-width: 576px) {
  .vm--modal .table{
    display: block !important;
    overflow-x: scroll;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .rowmobile{
    width: 48%;
    float: left;
  }
  .rowmobile .row .col-6{
    flex: 0 0 auto;
    width: 100%;
  }

  .rowmobile:first-child{
    margin-right: 3%;
  }

  .mt-3 form .row .col-3{
    flex: 0 0 auto;
    width: 50%;
  }

  .mt-3 form .row .col-1{
    flex: 0 0 auto;
    width: 33%;
  }

  #printableId .table-responsive .table{
    width: 960px;
  }
}

@media (max-width: 576px) {
  .vm--modal .table{
    display: block !important;
    overflow-x: scroll;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .rowmobile{
    width: 48%;
    float: left;
  }
  .rowmobile .row .col-6{
    flex: 0 0 auto;
    width: 100%;
  }

  .rowmobile:first-child{
    margin-right: 3%;
  }

  .mt-3 form .row .col-3{
    flex: 0 0 auto;
    width: 50%;
  }

  .mt-3 form .row .col-1{
    flex: 0 0 auto;
    width: 33%;
  }

  #printableId .table-responsive .table{
    width: 960px;
  }
}