.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.custom-template {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 325px;
  height: max-content;
  display: block;
  z-index: 1;
  background: #ffffff;
  transition: all .3s;
  z-index: 1003;
  box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .5s;
}

.custom-template.open {
  right: 0px;
}

.custom-template .custom-toggle {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #5867dd;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /*border-right: 1px solid #177dff;*/
  cursor: pointer;
  color: #ffffff;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
  font-size: 20px;
  animation: 1.3s spin linear infinite;
}

.custom-template .title {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ebedf2;
  background: #5867dd;
}

.custom-template .custom-content {
  padding: 20px 15px;
  max-height: calc(100vh - 90px);
  overflow: auto;
}

.custom-template .switcher {
  padding: 5px 0;
}

.custom-template .switch-block h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.custom-template .btnSwitch {
  margin-top: 20px;
  margin-bottom: 25px;
}

.custom-template .btnSwitch button {
  border: 0px;
  height: 22px;
  width: 22px;
  outline: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #ededed;
  position: relative;
  transition: all .2s;
}

.custom-template .btnSwitch button:hover {
  border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
  border-color: #0bf;
  display: inline-flex;
  align-items: center;
}

.custom-template .btnSwitch button:not([data-color="white"], [data-color="bg1"], [data-color="bg2"], [data-color="bg3"]) .gg-check:after {
  border-color: #fff;
}

.custom-template .img-pick {
  padding: 4px;
  min-height: 100px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-template .img-pick img {
  height: 100%;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
  border-color: #177dff;
}

.demo .btn,
.demo .progress {
  margin-bottom: 15px !important;
}

.demo .form-check-label,
.demo .form-radio-label,
.demo .toggle,
.demo .btn-group {
  margin-right: 15px;
}

.demo #slider {
  margin-bottom: 15px;
}

.table-typo tbody>tr>td {
  border-color: #fafafa;
}

.table-typo tbody>tr>td:first-child {
  min-width: 200px;
  vertical-align: bottom;
}

.table-typo tbody>tr>td:first-child p {
  font-size: 14px;
  color: #333;
}

.demo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s;
}

.demo-icon:hover {
  background-color: #f4f5f8;
  border-radius: 3px;
}

.demo-icon .icon-preview {
  font-size: 1.8rem;
  margin-right: 10px;
  line-height: 1;
  color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
  color: #969696;
}

.demo-icon .icon-class {
  font-weight: 300;
  font-size: 13px;
  color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
  color: #a9a8a8;
}

.form-show-notify .form-control {
  margin-bottom: 15px;
}

.form-show-notify label {
  padding-top: 0.65rem;
}

.map-demo {
  height: 300px;
}

#instructions li {
  padding: 5px 0;
}

.row-demo-grid {
  margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
  text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
  background: #ddd;
}

.btnSwitch button[data-color="white"] {
  background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
  background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
  background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
  background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
  background-color: #1572E8;
}

.btnSwitch button[data-color="purple"] {
  background-color: #6861CE;
}

.btnSwitch button[data-color="light-blue"] {
  background-color: #48ABF7;
}

.btnSwitch button[data-color="green"] {
  background-color: #31CE36;
}

.btnSwitch button[data-color="orange"] {
  background-color: #FFAD46;
}

.btnSwitch button[data-color="red"] {
  background-color: #F25961;
}

.btnSwitch button[data-color="dark2"] {
  background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
  background-color: #1269DB;
}

.btnSwitch button[data-color="purple2"] {
  background-color: #5C55BF;
}

.btnSwitch button[data-color="light-blue2"] {
  background-color: #3697E1;
}

.btnSwitch button[data-color="green2"] {
  background-color: #2BB930;
}

.btnSwitch button[data-color="orange2"] {
  background-color: #FF9E27;
}

.btnSwitch button[data-color="red2"] {
  background-color: #EA4d56;
}

.btnSwitch button[data-color="bg1"] {
  background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
  background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
  background-color: #f1f1f1;
}

#modalShowcase .btn-close {
  background: #ff0000;
  opacity: 0.7;
  display: flex;
}

#modalShowcase .btn-close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

#modalShowcase .preview-showcase {
  background: #F1F1F4;
  border-radius: 8px;
  padding: 24px 32px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all .3s ease;
}

#modalShowcase .preview-showcase:hover {
  transform: translateY(-2.5%);
  background: #e9f6f9;
}

#modalShowcase .preview-title {
  color: #071437;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22.750px;
}

#modalShowcase .preview-img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  transition: all .3s ease;
}

#checkOutMoreDemos {
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #fff;
  color: #252F4A;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 70px;
  font-size: 12px;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

#checkOutMoreDemos i {
  width: 23px;
  height: 23px;
  font-size: 16px;
  margin-bottom: 0.5rem !important;
  padding-top: 0.25rem !important;
}

#checkOutMoreDemos:hover {
  background: #1e2129;
  color: #fff;
  opacity: 1;
  transition: color .2s ease;
}

@media screen and (max-width: 1200px) {
  #modalShowcase .modal-dialog {
    padding: 3rem !important;
  }
}

@media screen and (max-width: 550px) {
  .table-typo tr td {
    display: flex;
    align-items: center;
    word-break: break-word;
  }

  .table-typo tr td:first-child p {
    margin-bottom: 0px;
  }

  #modalShowcase .modal-dialog {
    padding: 32px !important;
  }

  #modalShowcase h3 {
    font-size: 16px;
  }

  #modalShowcase .preview-showcase {
    padding: 24px;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .custom-template .custom-content {
    overflow: auto;
  }

  .form-show-notify>.text-right,
  .form-show-validation>.text-right {
    text-align: left !important;
  }
}

@media screen and (max-width: 400px) {
  .custom-template {
    width: 85% !important;
    right: -85%;
  }
}

/*# sourceMappingURL=demo.css.map */

.p-6 {
  padding: 2.5rem !important;
}

.color-red {
  color: #F25961;
  font-size: 12px;
  padding-top: 2px;
}

.form-group.has-error .select2-container--default .select2-selection--single {
  border: 2px solid #F25961;
}

.form-group.has-error .select2-selection__rendered {
  color: #F25961;
}

.btn-default {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.btn-default:hover {
  border: 1px solid #f5f5f5;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 80px !important;
  z-index: 99999;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-color: #ebedf2;
  border-width: 2px;
}

.select2-container .select2-selection--single {
  min-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.codephone .select2-container .select2-selection--single {
  min-height: auto;
}

.codephone .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px
}

textarea.form-control {
  min-height: 150px
}

.bootstrap-tagsinput {
  margin: 0;
  width: 100%;
  padding: 0.5rem 0.75rem 0;
  font-size: 1rem;
  line-height: 1.25;
  transition: border-color 0.15s ease-in-out;
  min-height: 150px;
  border: 2px solid #ebedf2;
}

.bootstrap-tagsinput.has-focus {
  background-color: #fff;
  border-color: #5cb3fd;
}

.bootstrap-tagsinput .label-info {
  display: inline-block;
  background-color: #636c72;
  padding: 0 0.4em 0.15em;
  border-radius: 0.25rem;
  margin-bottom: 0.4em;
}

.bootstrap-tagsinput input {
  margin-bottom: 0.5em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: '\00d7';
}

.custom-pos {
  position: absolute;
  top: 53%;
  right: 20px;
}

.text-right {
  text-align: right;
}

.index-padding input {
  padding-right: 30px;
}

.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 2px;
}

.codephone .input-group-text {
  padding: 0.35rem .75rem;
}

.background-info-pro {
  padding: 15px;
  margin: 10px;
  background-color: #c4e6e9;
}

.background-info-pro h3 {
  font-size: 18px;
}

.list-none {
  list-style: none;
}

.list-none {
  padding-left: 0;
  margin-left: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.list-none {
  padding-top: 3px;
  padding-bottom: 3px;
}

.bg-yellow {
  color: #20200a;
  background: yellow;
  border-radius: 500px;
}

.price-nonebr {
  border: 1px solid #fff;
  text-align: center;
  transition: all .3s;
  padding: 10px;
  max-width: 100px;
}

.price-nonebr:hover {
  border: 1px solid #ccc;
  padding: 10px;
  width: auto;
  min-width: initial;
  border-radius: 3px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cursor-pointer {
  cursor: pointer;
}

.bootstrap-tagsinput {
  border: 2px solid #ebedf2 !important;
  box-shadow: unset !important
}

.doitac-click .body-partner {
  padding: 20px;
  border: 1px solid #ebedf2;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.toplsoq {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.body-partner-child {
  padding-right: 35px;
  position: relative;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #4c4c4c;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 47%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;

}

.timeline-article p {
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -11px;
  color: #fff;
  border-radius: 100%;
  background: red;
  z-index: 2;
}

.timeline-article .meta-date .date {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }

}

/*===== // Resonsive Vertical Timeline =====*/

.color-red {
  color: #e70b0b;
  font-size: 13px;
  padding-top: 5px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.po {
  position: relative;
}

#profileImage1 {
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 1px solid #121212 !important;
}

i.fas.fa-camera {
  position: absolute;
  width: 25px;
  height: 25px;
  background: black;
  color: white;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  border-radius: 50px;
  right: 8px;
  font-size: 12px
}

img#profileImage {
  cursor: pointer;
  object-fit: cover;
}

img#profileImage1 {
  object-fit: contain;
}

.po123 i {
  position: absolute;
  top: 5%;
  left: 55%;
  transform: translate(0%, -30%);
  object-fit: cover;
}

a#most-popular-tab,
a#trending-tab {
  padding-left: 20px;
  padding-right: 20px;
}

a#most-popular-tab.active,
a#trending-tab.active {
  background: black;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.nav-lb-tab .nav-item {
  margin: 0 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
  border-bottom: 2px solid #343a40;
  color: #343a40
}

.vandon .input-group-append select {
  border: 0 !important;
  background: unset !important
}

.vandon .loading-product .input-group-append {
  position: relative;
}

.vandon .loading-product .input-group-append:before {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.vandon .loading-product .input-group-append select {
  position: relative;
  left: -29px;
  padding: 0;
  top: 10px;
  min-width: 32px;
}

.vandon .discount-id-number,
.vandon .discount-id-number:hover {
  padding-right: 30px;
}

.BI_tablehead th,
.BI_tablebody td {
  min-width: 100%;
}

.table.table-condensed.table-striped {
  margin-bottom: 0px;
}

.BI_tablehead {
  background-color: #5e5e60;
  color: #fff;
}

.table-condensed>thead.BI_tablehead>tr>th {
  padding: 20px 10px 20px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: none;
  border-bottom: 2px solid #fff;
}

.fixed_header {
  border-collapse: collapse;
}

.fixed_header tbody {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 55vh;
}

.fixed_header thead tr {
  display: block;
}

.fixed_header th,
.fixed_header td {
  padding: 5px;
  text-align: left;
}

.min-width-1{
  min-width: 100px!important;
  max-width: 100px!important;
}

.min-width-2,
.min-width-5,
.min-width-6,
.min-width-7,
.min-width-8,
.min-width-10,
.min-width-11,
.min-width-12,
.min-width-13,
.min-width-14,
.min-width-15,
.min-width-16,
.min-width-17,
.min-width-18,
.min-width-19,
.min-width-20,
.min-width-21{
  min-width: 250px!important;
  max-width: 250px!important;
}

.min-width-3{
  min-width: 200px!important;
  max-width: 200px!important;
}

.min-width-4,
.min-width-9{
  min-width: 400px!important;
  max-width: 400px!important;
}

.table-condensed>thead.BI_tablehead>tr>th{
  font-weight:bold!important
}

@media(max-width:1023px) {
  .po123 i {
    position: absolute;
    top: 3%;
    left: 55%;
    transform: translate(-5%, -25%);
  }
}

@media(max-width:549px){
  .fixed_header tbody {
    max-height: 60vh;
  }
}