﻿html,
body {
  font-family: "Segoe UI" !important;
  font-size: 13px !important;
}

.disabled {
  pointer-events: none;
}

.btn-capture {
  background: url("../img/web-14.png") center;
  background-size: contain;
  background-color: #db1f26;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* .pagination {
    float: right;
    display: flex;
    padding-right: 0;
    margin: unset;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
} */

.icon-range {
  height: 20px;
  object-fit: "contain";
}
/* 
#root {
    overflow: hidden !important;
} */

/* add more button style for event & store */
#event-store {
  border-radius: 4px;
  background-color: #de1f27;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  /* margin: 5px; */
}

#event-store span {
  width: 270px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#event-store span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#event-store:hover span {
  padding-right: 25px;
}

#event-store:hover span:after {
  opacity: 1;
  right: 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(152, 152, 152, 0.5);
  color: #000;
  opacity: 1;
}

.hide {
  display: none;
}

*:focus {
  outline: none;
}

.login-box {
  width: 82%;
  border: 1px solid #8c5050;
  padding: 27px 20px 20px;
  /* position: fixed; */
  margin-top: -40px;
  margin-left: 0;
  max-width: 500px;
}

.group-field {
  background-color: #fff;
  padding-left: 0;
}

.group-field .icon-wrap,
.group-field input {
  float: left;
}

.group-field .icon-wrap {
  padding: 13px 5px 0 15px;
}

.group-field input {
  width: calc(100% - 32px);
  border: 0;
}

.package-title {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  margin: 0 5px;
  font-weight: bold;
}

.image-title {
  text-align: left;
  border: 1px solid #ccc;
  height: 55px;
}

.image-title > div:nth-child(1) {
  padding: 5px;
}

.image-title > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}

.image-title > div:nth-child(2) > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-title > div > label {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bf1e2e;
  margin-bottom: 0;
}

.btn {
  text-transform: uppercase;
}

.shop-info .info {
  font-size: 13px;
  color: #4c5053;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.survey-images {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.survey-images li {
  display: inline-block;
  margin: 5px;
}

.survey-images li > div {
  max-width: 105px;
  max-height: 100px;
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
  vertical-align: middle;
}

.survey-images li > div > img {
  width: 100%;
  object-fit: contain;
}

.survey-images li > div > label {
  font-size: 9px;
  color: #4c5053;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.package-detail-title {
  /* border: 1px solid #000; */
  padding: 5px;
  width: 100%;
  font-weight: bold;
  height: 80px;
}

.package-detail-title > div:nth-child(1) {
  float: left;
  font-weight: normal;
  width: calc(100% - 100px);
}

.package-detail-title > div:nth-child(1) > div:nth-child(1) {
  font-weight: normal;
}

.package-detail-title > div:nth-child(1) > div:nth-child(2) {
  font-weight: normal;
  font-style: italic;
  margin-top: 2px;
  font-size: 11px;
}

.package-detail-title > div:nth-child(2) {
  float: right;
  width: 100px;
  padding-top: 7px;
}

.detail-mobile.change-pwd {
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}

.overlay {
  /* position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 9; */
}

.dialog-styles {
  min-width: 30% !important;
  max-width: 50% !important;
  min-height: auto !important;
  position: fixed !important;
  top: 35% !important;
  margin-top: -200px !important;
}
/* add more button style for event & store */
/* .skylight-dialog {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
} */

/* .skylight-dialog{
    height: auto!important;
} */

.webcam-wrapper > video {
  width: 100%;
  min-height: 300px;
}

.btn {
  border-radius: unset !important;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.stretched-link {
  border: unset;
  background-color: unset;
  color: #385898;
}

.stretched-link:hover {
  text-decoration: underline;
}

/* .noti-img{
      text-align: center;
      vertical-align: middle;
      width: 100%;
    }

    .noti-img img{
      vertical-align: middle;
    } */

/*new css*/

.btn-add-image {
  border: 1px dashed #ccc;
  min-height: 85px;
  border-radius: 10px !important;
}

.image-description {
  font-size: 12px;
  text-align: justify;
  text-justify: inter-word;
}

.image-title-label {
  color: red;
}

.item-image-row {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
/* 
.item-image-row:last-child{
    border-bottom: unset
} */
