
/* h2{
  text-align:center;
  padding: 20px;
  } */
  /* Slider */

  .profile-slider-image {
    /* width: 190px !important; */
    /* width: 190% !important; */
    height: 190px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px;
    background: #212223;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    /* border-top: 1px solid #d8265a;
    border-left: 1px solid #d8265a;
    border-right: 1px solid #d8265a;
    border-bottom: 1px solid #d8265a; */
    position: relative;
    /* top: 270px; */
}


.request-feed-slider-image {
    height: 158px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px;
    background: #212223;
    margin-top: -14px;
    margin-bottom: -22px;
    margin-left: auto;
    margin-right: auto;
    /* border-top: 1px solid #d8265a;
    border-left: 1px solid #d8265a;
    border-right: 1px solid #d8265a;
    border-bottom: 1px solid #d8265a; */
    position: relative;
    /* top: 270px; */
}

  .slide-item {
    display: inline-block;
}

  .slide-the-menu-margin {
    padding-left: 6px;
    padding-right: 15px;
}

  .slick-slide {
      margin: 18px -4px;
  }

  .slick-slide img {
      width: 100%;
  }

  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }


  /* ====================================================================== */

  @charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
    background: #fff url('../images/Double Ring-1s-200px-gray.gif') center center no-repeat;
}

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /* background-image: url("../images/Arrow-Right-hover.png"); */
    /* background: transparent; */
}
.slick-prev:hover
/* ,
.slick-prev:focus */
{
    background-image: url("../images/Arrow-Left-hover.png");
}

.slick-next:hover
/* ,
.slick-next:focus */
{
    background-image: url("../images/Arrow-Right-hover.png");
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;

    /* background: url("../images/Arrow-Right.png"); */
    background-image: url("../images/Arrow-Left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 100px;

    margin-left: 10px;
    margin-right: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /* content: '←'; */
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -34px;
    /* right: -25px; */
    /* background: url("../images/Arrow-Right.png"); */
    background-image: url("../images/Arrow-Right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 100px;

    margin-left: 10px;
    margin-right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    /* content: '→'; */
    /* background-image:url({{url('images/Arrow-Right.png')}}); */
    /* background-image: {{asset("/images/Arrow-Right.png")}}; */
    /* background-image: url('/images/Arrow-Right.png'); */
    /* background: url("/images/Arrow-Right.png"); */
    /* background-repeat: no-repeat; */
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /* margin-bottom: 30px; */
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    /* line-height: 20px; */
    line-height: 0px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    /* color: black; */
    color: #ffc927;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    /* color: black; */
    color: #ffc927;
}

/*@media (min-width: 992px){
    .container {
        width: 100% !important;
    }
}
@media (min-width: 768px){
    .container {
        width: 100% !important;
    }
}
*/

/* -----------------You Service Start------------------- */
:root {
    --ck-table-selected-cell-background: #000;
    background: #000;
}

.custom-hr {
    /* border-bottom: 1px solid #f1749b; */

    text-align:center;
  padding-bottom:5px;
  background: /* gradient can be an image */
    linear-gradient(
      to left,
      #000 0%,
      #000 12%,
      #f1749b 47%,
      #000 100%
    )
    left bottom #000  no-repeat;
  background-size:100% 2px ;/* if linear-gradient, we need to resize it */
}

.custom-hr-1 {
    /* border-bottom: 1px solid #f1749b; */

    text-align:center;
  padding-bottom:5px;
  background: /* gradient can be an image */
    linear-gradient(
      to left,
      #000 0%,
      #000 12%,
      #f1749b 47%,
      #000 100%
    )
    left bottom #000  no-repeat;
  background-size:100% 1px ;/* if linear-gradient, we need to resize it */
}

.custom-hr-2 {
    /* border-bottom: 1px solid #f1749b; */

    text-align:center;
    padding-top:2px;
    padding-bottom:2px;
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  background: /* gradient can be an image */
    linear-gradient(
      to left,
      #000 0%,
      #000 12%,
      #f1749b 47%,
      #000 100%
    )
    left bottom #000  no-repeat;
  background-size:100% 2px ;/* if linear-gradient, we need to resize it */
}

.custom-hr-gray {
    /* border-bottom: 1px solid #f1749b; */

    text-align:center;
  padding-bottom:5px;
  background: /* gradient can be an image */
    linear-gradient(
      to left,
      #212223 0%,
      #212223 12%,
      #f1749b 47%,
      #212223 100%
    )
    left bottom #212223  no-repeat;
  background-size:100% 2px ;/* if linear-gradient, we need to resize it */
}


.input-group-text-style {
    background-color: #212223;
    color: #f1749b;
    border: 1px solid #f1749b;
}

.custom-file-label-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #f1749b;
    content: "Browse";
    background-color: #383838;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-label-card:hover::after  {
    color: #f1749b;
    background-color: #000000 !important;
}

.custom-file-label:hover::after  {
    color: #f1749b;
    background-color: #000000 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    /* left: 0; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000000c8;
    background-clip: padding-box;
    border: 1px solid #f1749b;
    border-radius: 0.25rem;
}

.bootstrap-select.show-tick .dropdown-menu {
    background-color: #000000c8;
    border: 1px solid #f1749b;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    /* color: #a0a0a0; */
    color: #f1749b;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#home-description {
    color: #fff;
    line-height: 34px !important;
    font-size: 22px;
}

#home-description-intro {
    /* margin-top: 100px; */
}

#home-join-us {
    color: #f1749b;
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;

    margin-top: 48px;
}

.section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.join-us {
    margin-top: 180px;
    /* margin-bottom: 0px !important; */
}

section {
    /* padding: 100px 0; */
}

.friends-social{
    font-size: 50px;
}

section h2 {
/* font-size: 50px; */
}


.home-register {
    font-weight: bold;
}

.social-media {
    background: #f1749b;
    padding: 100px 0;
}

section.contact {
    text-align: center;
  }

  section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  section.contact h2 i {
    color: #dd4b39;
  }

  section.contact ul.list-social {
    margin-bottom: 0;
  }

  section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
  }

  section.contact ul.list-social li.social-instagram a {
    background-color: #ac8335;
  }

  section.contact ul.list-social li.social-instagram a:hover {
    background-color: #846221;
  }

  section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
  }

  section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
  }

  section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
  }

  section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
  }

  section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
  }

  section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
  }

  /* =============================================================== */

  .item-left-container {
    /* margin-right: auto !important; */
    margin-left: auto !important;
}

.item-right-container {
    margin-right: auto !important;
    /* margin-left: auto !important; */
}

.edit-btn-text-style {
    color: #ffc107 !important;
    font-size: 17px;
    /* border-color: #ffc107 !important; */
}

.edit-btn-text-style:hover {
    color: #ffffff !important;
}

.edit-card-position {
    position: absolute;
    top: -8px;
    right: 8px;
}

.edit-cover-image-position {
    position: absolute;
    top: 12px;
    right: 26px;
    margin-left: 42px;
}

.edit-avatar-position {
    position: absolute;
    top: 342px;
    /* bottom: 140px; */
    margin-left: 42px;
}

.edit-card-position {
    position: absolute;
    right: 8px;
    top: -8px;
}

  .edit-circle-btn{
    border-radius: 100% !important;
  }

  .edit-circle-btn-size-md{
    width: 38px;
    height: 38px;
    padding-right: 6px;
    padding-left: 9px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin: 0px;
  }

  .edit-circle-btn-avatar-style{
      background-color: #212223a6;
      background: #212223a6;
  }

  .share-profile .container{
    padding-top: 0rem  !important;
    padding-bottom: 0rem  !important;
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
}
  .share-profile.background-yellow{
    background: #f1749b !important;
    padding: 20px 0;
}

 .share-profile {
    text-align: center;
  }

  .share-profile h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .share-profile .friends-social {
    font-size: 32px;
    margin-bottom: 22px;
    text-transform: uppercase;
    margin-left: 6vw;
    margin-right: 6vw;
    font-weight: bold;
    color: #5e5e5e;
  }

    .share-profile h2 i {
    color: #dd4b39;
  }

  .share-profile ul.list-social {
    margin-bottom: 0;
  }

  .share-profile .list-inline-item:not(:last-child) {
    margin-right: 0.0rem !important;
}

  .share-profile ul.list-social li button {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid transparent;
  }

  .pac-container.pac-logo {
    z-index: 2000;
}
  .hide-container {
    display: none;
}
/* .gm-style-iw.gm-style-iw-c {
    background: #000;
} */
/* .gm-style-iw-d {
    color: #f1749b;
    font-weight: bold;
} */

.gm-style-iw-d {
    color: #000;
    font-weight: bold;
}

.gm-style .gm-style-iw-t::after {
    /* background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%); */
    /* background: linear-gradient(45deg,#000 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%); */
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
}

.gm-ui-hover-effect img{
    /* fill: #fff; */
    /* filter: invert(100%); */
    /* background-color: red; */
}

.width-100p{
    width: 100%;
}

.friends-social-referral-code-title{
    font-size: 26px;
    /* margin-bottom: 22px; */
    /* text-transform: uppercase; */
    margin-left: 6vw;
    margin-right: 6vw;
    font-weight: bold;
    color: #5e5e5e;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.friends-social-referral-code{
    font-size: 26px;
    /* margin-bottom: 22px; */
    /* text-transform: uppercase; */
    margin-left: 6vw;
    margin-right: 6vw;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.spinner-location {
    height: 40px;
    position: absolute;
    top: -22px;
    right: -27px;
    z-index: 2;
    width: 40px;
}


.spinner-location-btn {
    height: 40px;
    position: relative;
    top: -27px;
    right: 8px;
    z-index: 2;
    width: 40px;
}


.spinner-location-btn .spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(33, 150, 243);
    border-radius: 100%;
    animation: 1.6s ease-in-out 0s infinite normal none running spinner-inner-animation;
}

.red-spinner {
    background-color: rgb(243, 33, 33) !important;
}

@keyframes spinner-inner-animation {
    0% {
        transform: scale(0);
    }
    60%, 100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

.spinner-location-btn .spinner-outer {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 13px;
    background-color: rgb(33, 150, 243);
    border-radius: 100%;
    animation: 1.6s ease-in-out 0s infinite normal none running spinner-outer-animation;
}

.red-spinner {
    background-color: rgb(243, 33, 33) !important;
}
/* @keyframes ceqFvb {
    0% {
        padding: 0;
    }
    60%, 100% {
        color: #1070e0;
    }
} */

/* @keyframes ceqFvb {
    0% {
        color: #1070e0;
    }
    60%, 100% {
        padding: 10px 15px;
    }
}  */
@keyframes spinner-outer-animation {
    0%, 100% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(0.8);
    }
}
/* @keyframes kbujyv {
    0%, 100% {
        position: relative;
    }
    50% {
        text-align: center;
        margin: 40px 0;
    }
} */
/* @keyframes kbujyv {
    0%, 100% {
        content: "gbSdfS,";
    }
    50% {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px;
    }
} */

/* .jkGgfF .cmc-tabs__header .cmc-tab__trigger.cmc-tab__trigger--selected > .cmc-popover > .cmc-popover__trigger, .jkGgfF .cmc-tabs__header .cmc-tab__trigger.cmc-tab__trigger--selected > .cmc-link {
    color: rgb(160, 160, 160);
    font-weight: bold;
} */


  .share-profile ul.list-social li.social-instagram button {
    background-color: #ac8335;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-instagram button:hover {
    background-color: #846221;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-twitter button {
    background-color: #1da1f2;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-twitter button:hover {
    background-color: #0d95e8;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-facebook button {
    background-color: #3b5998;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-facebook button:hover {
    background-color: #344e86;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-google-plus button {
    background-color: #dd4b39;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-google-plus button:hover {
    background-color: #d73925;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-linked-in button {
    background-color: #0e76a8;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-linked-in button:hover {
    background-color: #0c5e85;
    transition: all 200ms ease-out;
  }

  .share-profile ul.list-social li.social-whatsapp button {
    background-color: #25d366;
    transition: all 400ms ease-out;
  }

  .share-profile ul.list-social li.social-whatsapp button:hover {
    background-color: #128c7e;
    /* background-color: #075e54; */
    transition: all 400ms ease-out;
  }

  /* =============================================================== */


  footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222222;
  }

  footer p {
    font-size: 12px;
    margin: 0;
  }

  footer ul {
    margin-bottom: 0;
  }

  footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
  }

  footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    text-decoration: none;
  }

  .profile-cover-image {
    width: 100%;
    /* height: 100%; */
    height: 368px;
    display: block;
    /* height: 64px; */
    /* height: 147px; */
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.profile-avatar-image {
    width: 190px;
    /* height: 100%; */
    height: 190px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 6px;
    background: #212223;
    /* background: #1a79d9; */
    margin-top: -165px;
    margin-left: auto;
    margin-right: auto;
    /* border-top: 1px solid #d8265a;
    border-left: 1px solid #d8265a;
    border-right: 1px solid #d8265a;
    border-bottom: 1px solid #d8265a; */
    position: relative;
    /* top: 270px; */
}

.profile-name-text {
    color: #e4e6eb;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
}

.rating-style {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 28px;
    margin-bottom: 2px;
}

.rating-text {
    color: #e4e6eb;
}

.rating-color {
    color: #f1749b;
}

.profile-role-text {
    color: #f1749b;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
}

.btn-profile-bio-text {
    margin-top: 0px !important;
    margin-right: auto !important;
    /* margin-left: auto !important; */
    margin-bottom: 24px !important;
}

.btn-profile-bio-text-position {
    width: max-content;
    margin-left: auto !important;
}

.profile-bio-text {
    color: #e4e6eb;
    /* font-weight: bold; */
    text-align: center;
    /* font-size: 24px; */
    font-size: 20px;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-bottom: 4px !important;
    /* text-align: justify; */
    /* text-align: justify center; */
    text-justify: inter-word;
    margin-left: auto;
    margin-right: auto;
    /* width: max-content; */
}

.profile-bio-text-lines {
        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 4; /* number of lines to show */
       line-height: 1;        /* fallback */
       max-height: 1*4;       /* fallback */
}

.background-gray {
    background: #212223;
    width: 100%;
    height: 100%;
    margin-top: -53px;
    padding-top: 46px;
}

.profile-categories-container {
    display: flex;
}

.profile-categories {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    margin-bottom: 24px !important;
}

.badge-category {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    /* font-size: 14px !important; */
    font-size: 0.88rem !important;
    /* text-align: justify;
    text-justify: inter-word; */
}

.profile-body {
    margin-top: 24px !important;
}

.profile-card-background {
    background: #212223 !important;
    color: #e4e6eb !important;
}

.login-card {
    border-color: #f1749b !important;
    /* font-weight: bold;
        font-size: 18px; */
}

.card-title-style {
    /* font-size: 22px; */
    font-size: 1.44rem;
    font-weight: bold;
}

.card-text-style {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.card-icon-style {
    margin-left: 6px;
    margin-right: 8px;
    width: 16px;
}

.verify-icon-style {
    font-size: 22px;
    margin-left: 6px;
    margin-right: 8px;
    width: 16px;
    color: #4cff27;
}

.card-space {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-space {
    margin-top: 2px;
    margin-bottom: 2px;
}

.title-style {
    color: #e4e6eb !important;
}

.overlayer {
    /* bottom: 0;
    background-color: #ffffff21;
    height: 540px; */
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.timer-overlayer {
    /* bottom: 0;
    background-color: #ffffff21;
    height: 540px; */

    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.profile-avatar-review-image {
    width: 80px;
    /* height: 100%; */
    height: 80px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 6px;
    background: #212223;
    /* background: #1a79d9; */
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* top: 270px; */
}

.request-feed-avatar-review-image {
    width: 66px;
    height: 66px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 0px;
    background: #212223;
    /* background: #1a79d9; */
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* top: 270px; */
}

.profile-name-review-text {
    color: #e4e6eb;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 24px !important;
}

.request-feed-name-text {
    color: #e4e6eb;
    font-weight: bold;
    /* text-align: center; */
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    /* text-align: center; */
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    max-width: 690px;
}

.request-feed-category-text {
    color: #ff5c5c;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1.1875 !important;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 4px !important;
    /* display: block ruby; */
    max-width: 690px;
}

.chat-message-text {
    color: #ff5c5c;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1.1875 !important;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 4px !important;
    /* display: block ruby; */
    max-width: 810px;
}

.chat-direction-user {
    direction: ltr;
    text-align: justify;
}

.chat-direction-me {
    direction: rtl;
    text-align: justify;
}

.rewards-title {
    color: #f1749b;
    font-weight: bold;
    font-size: 1.8rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    margin-bottom: 22px !important;
}

.rewards-credit {
    color: #f1749b;
    font-weight: bold;
    font-size: 3.8rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    margin-bottom: 22px !important;
}

.bg-rewards {
    background-color: #f05f18 !important;
}




.package-container-rewards {
    /* display: block ruby; */
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

.card-package-rewards {
    border-top: 1px solid #f1749b;
    border-left: 1px solid #f1749b;
    border-right: 1px solid #f1749b;
    border-bottom: 1px solid #f1749b;
    border-radius: 14px;
    background: #000 !important;
    color: #e4e6eb !important;
    /* width: max-content; */
    /* width: 21%; */
    width: 240px;
    height: 280px;
    margin-left: 2px;
    margin-right: 2px;
    /* margin-left: 12px;
    margin-right: 12px; */
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-table;
}

.rewards-text {
    color: #e4e6eb;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1875 !important;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 11px !important;
    margin-bottom: 11px !important;
    height: 45px;
}


.bottom-card-package {
    position: relative;
    bottom: -70px;
}

.go-pro-plus-title {
    color: #f1749b;
    font-weight: bold;
    font-size: 3.8rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 16px !important;
    margin-bottom: 22px !important;
}

.go-pro-plus-package-title {
    color: #f1749b;
    font-weight: bold;
    font-size: 1.8rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    margin-bottom: 22px !important;
}

.go-pro-plus-package-subtitle {
    color: #f1749b;
    font-weight: bold;
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    margin-bottom: 22px !important;
}

.go-pro-plus-package-price {
    color: #f1749b;
    font-weight: bold;
    font-size: 1.8rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 6px !important;
    margin-bottom: 22px !important;
}

.go-pro-plus-package-terms {
    color: #f1749b;
    font-weight: bold;
    font-size: 0.6rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 14px !important;
    margin-bottom: 0px !important;
}

.btn-package {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.go-plus-image {
    width: 280px;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 6px;
    margin-top: 24px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.package-container {
    /* display: block ruby; */
    text-align: center;
}

.card-package {
    border-top: 1px solid #f1749b;
    border-left: 1px solid #f1749b;
    border-right: 1px solid #f1749b;
    border-bottom: 1px solid #f1749b;
    border-radius: 14px;
    background: #000 !important;
    color: #e4e6eb !important;
    /* width: max-content; */
    /* width: 21%; */
    /* margin-left: 4px;
    margin-right: 4px; */
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.go-pro-plus-text {
    color: #e4e6eb;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1875 !important;
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 11px !important;
    margin-bottom: 11px !important;
}

.go-pro-btn-space {
    margin-top: 24px !important;
    /* margin-bottom: 0px !important; */
}

.go-pro-plus-btn-container{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:  2px;
    padding-right: 2px;
}
.go-pro-plus-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    /* padding-top: 0px;
    padding-bottom: 0px;
    padding-left:  0px;
    padding-right: 0px; */

    font-size: 0.9rem;
}

.request-feed-category-needit-text {
    color: #f1749b;
}

.profile-review-comment-text {
    color: #e4e6eb;
    /* font-weight: bold; */
    /* text-align: center; */
    font-size: 1.2rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    /* text-align: center; */
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 8px !important;
    text-align: justify;
    text-justify: inter-word;
}

.request-feed-review-requirement-text {
    color: #e4e6eb;
    /* font-weight: bold; */
    /* text-align: center; */
    font-size: 1rem;
    /* text-transform: uppercase; */
    line-height: 1.1875 !important;
    /* text-align: center; */
    word-break: break-word;
    word-wrap: break-word;
    direction: ltr;
    margin-top: 8px !important;
    text-align: justify;
    text-justify: inter-word;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d;
}

.btn-profile-review-comment {
    margin-top: 10px !important;
    margin-right: auto !important;
    /* margin-left: auto !important; */
    margin-bottom: 4px !important;
}

.btn-request-feed-review-requirement {
    margin-top: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 4px !important;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.item-center-container {
    margin-right: auto !important;
    margin-left: auto !important;
}

.container-size-max {
    width: max-content;
}

.btn-service-provider-style {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.profile-review-comment-text-lines {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1 ;        /* fallback */
   max-height: 1*4;       /* fallback */
}

.description-text-lines {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: 1 ;        /* fallback */
   max-height: 1*3;       /* fallback */
}

.verify-icon-review-style {
    font-size: 1rem;
    margin-left: 6px;
    margin-right: 8px;
    width: 16px;
    color: #4cff27;
}

.rating-review-style {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-flex;
}

.rating-review-text {
    color: #e4e6eb;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.rating-review-text-one-line{
    width: max-content;
}

.align-rating{
    margin-top: 16px !important;
}

.align-rating-text{
    margin-top: 18px !important;
}
.align-rating-counter{
    margin-top: -3px !important;
    margin-left: 0px;
    margin-right: 14px;
}

.align-approve-btn{
    margin-top: 12px !important;
}


.rating-space {
    margin-right: 2px;
    margin-left: 2px;
}

.review-rating-container {
    width: max-content;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 24px;
}

.profile-review-rating-container {
    width: max-content;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 0px;
}

.request-feed-timer-container {
    /* width: 100%;
    height: 100%; */
}

.request-feed-timer {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    /* color:#ff004a; */
    color:#f1749b;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;

    /* margin: 0; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kc_fab_main_btn{
    position: fixed;
    bottom: 22px;
    right: 22px;
    background-color:#ff004a;
    width:60px;
    height:60px;
    border-radius:100%;
    background:#ff004a;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    /* box-shadow: 0 3px 6px #ff004aa6, 0 3px 6px #ff004ad6; */
    transition:.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .kc_fab_main_btn:focus {
    transform:scale(1.1);
    transform:rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .request_fab_main_btn{
    position: fixed;
    bottom: 22px;
    right: 22px;
    background-color:#ff004a;
    width:80px;
    height:60px;
    border-radius:22%;
    background:#ff004a;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    /* box-shadow: 0 3px 6px #ff004aa6, 0 3px 6px #ff004ad6; */
    /* transition:.3s;   */
    /* transition: all .2s ease-in-out;  */
    transition: all 200ms ease-out;
    /* -webkit-transition: -webkit-transform 0.3s ease-in-out; */
    /* -moz-transition: -moz-transform 0.35s ease-in-out; */
    /* transition: transform 0.5s ease; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    font-weight: bold;
    transform:scale(1);
    z-index: 4;
  }

  /* .request_fab_main_btn:focus { */
  .request_fab_main_btn:active
  /* .request_fab_main_btn:focus, */
  /* .request_fab_main_btn:hover  */
  {
    transition: all 200ms ease-out;
    transform:scale(1.4);
    /* background-color:#ff004a;
    background:#ff004a; */
    /* transform:scale(1.1); */
    /* transform:rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* -webkit-transform: rotate(45deg); */
  }


  .request_fab_main_btn:hover
  /* ,.request_fab_main_btn:active */
  {
    transition: all 200ms ease-out;
    background-color:#bd1446;
    background: #bd1446;
  }

  .title-color-style {
    color: #e4e6eb !important;
}

.card-youservice {
    border-color: #f1749b !important;
}

.badge-red {
    color: #fff;
    background-color: #d8265a !important;
}


.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-top: 0px solid #dee2e6 !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);

    /* border-top: 1px solid #f1749b !important; */
    /* border-top: linear-gradient( to left, #212223 0%, #212223 12%, #f1749b 47%, #212223 100% ) left bottom #212223 no-repeat !important; */
}


/* element {

} */


.width-moz-available {
    width: -moz-available;
}

.contact-text-style {
    color: #e4e6eb !important;
}

.contact-text-style:hover {
    color: #f1749b !important;
}

.toast-sticky {
    position: fixed;
    bottom: 22px;
    /* left: 22px; */
    left: 12px;
    border: none;
    outline: none;
    margin-right: 104px;
    z-index: 4;
    /*
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px #ff004aa6, 0 3px 6px #ff004ad6;
    */
}

.toast-style {
    border-color: #f1749b !important;
    background: #000000c9;
    background-color: #000000c9;
    color: #fff;
    /* font-size: 36px; */
}

.toast-header-style {
    background: #f1749b;
    color: #000 !important;
}

.toast-header .text-muted {
    background: #f1749b;
    color: #313131 !important;
    margin-left: 8px;
    margin-right: 0px;
}

.link-no-style {
    text-decoration: none !important;
    /* color: transparent; */
    background-color: transparent;
}

.animaition-zoom {
    transition: all 200ms ease-out;
    transform:scale(1);
}

.animaition-zoom:active {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}

.animaition-zoom:hover {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}


.terms-color {
    color: #fff !important;
}

@media (max-width: 521px){
    .card-package-rewards {
        width: 100% !important;
        height: auto !important;
    }

    .go-pro-plus-package-title{
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .rewards-text{
        height: auto;
    }

    .bottom-card-package {
        position: unset;
        bottom: -16px !important;
    }
}

@media (max-width: 767px){
    .review-rating-container {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }

    .profile-review-rating-container {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .request-feed-name-text {
        color: #e4e6eb;
        font-weight: bold;
        font-size: 1.4rem;
        /* text-transform: uppercase; */
        line-height: 1.1875 !important;
        text-align: center;
        word-break: break-word;
        word-wrap: break-word;
        direction: ltr;
        margin-top: 6px !important;
    }

    .request-feed-category-text {
        color: #ff5c5c;
        font-weight: bold;
        font-size: 0.94rem;
        text-transform: uppercase;
        line-height: 1.1875 !important;
        text-align: center;
        word-break: break-word;
        word-wrap: break-word;
        direction: ltr;
        margin-top: 4px !important;
        /* display: block ruby; */
    }

    /* .align-approve-btn-container{
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    } */

    .align-approve-btn{
        margin-top: 12px !important;
        display: block;
        width: 100%;
    }

    .go-pro-plus-btn {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        margin-right: 0px;

        /* padding-top: 0px;
        padding-bottom: 0px;
        padding-left:  0px;
        padding-right: 0px; */

        font-size: 0.8rem;
    }

    .request-feed-name-text  {
        /* max-width: 47% !important; */
    }
    .chat-message-text {
        /* max-width: 47% !important; */
    }


}

/* -----------------You Service Buttons Start--------------------- */
.btn-outline-more {
    /* color: #333333; */
    color: #5d5c5c;
    background-color: #c8b992;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-more:not(:disabled):not(.disabled).active,
 .btn-outline-more:not(:disabled):not(.disabled):active,
  .show>.btn-outline-more.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;

}

.btn-outline-more :hover {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

/*=====================================================*/

.btn-blue {
    color: #ffffff !important;
    border-color: #53b3e2 !important;
    background-color: #53b3e2  !important;
}

.btn-blue:hover {
    color: #ffffff !important;
    background-color: #53b3e2  !important;
    border-color: #53b3e2 !important;
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #53b3e2 !important;
    background-color: #ffc10700  !important;
    border-color: #53b3e2 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-outline-blue {
    color: #53b3e2 !important;
    border-color: #53b3e2 !important;
}

.btn-outline-blue:hover {
    color: #ffffff !important;
    background-color: #53b3e2  !important;
    border-color: #53b3e2 !important;
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #53b3e2 !important;
    background-color: #ffc10700  !important;
    border-color: #53b3e2 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-red-light {
    color: #ffffff !important;
    border-color: #ff004a !important;
    background-color: #ff004a !important;
}

.btn-red-light:hover {
    color: #ffffff !important;
    background-color: #d8265a  !important;
    border-color: #d8265a !important;
}

.btn-red-light.disabled, .btn-red-light:disabled {
    color: #ff004a !important;
    background-color: #ffc10700  !important;
    border-color: #ff004a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-outline-red-light {
    color: #ff004a !important;
    border-color: #ff004a !important;
}

.btn-outline-red-light:hover {
    color: #ffffff !important;
    background-color: #ff004a  !important;
    border-color: #ff004a !important;
}

.btn-outline-red-light.disabled, .btn-outline-red-light:disabled {
    color: #ff004a !important;
    background-color: #ffc10700  !important;
    border-color: #ff004a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-red {
    color: #ffffff !important;
    border-color: #d8265a !important;
    background-color: #d8265a  !important;
}

.btn-red:hover {
    color: #ffffff !important;
    background-color: #bd1446   !important;
    border-color: #bd1446  !important;
}

.btn-red.disabled, .btn-red:disabled {
    color: #d8265a !important;
    background-color: #ffc10700  !important;
    border-color: #d8265a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-outline-red {
    color: #d8265a !important;
    border-color: #d8265a !important;
}

.btn-outline-red:hover {
    color: #ffffff !important;
    background-color: #d8265a   !important;
    border-color: #d8265a  !important;
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #d8265a !important;
    background-color: #ffc10700  !important;
    border-color: #d8265a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-green {
    color: #ffffff !important;
    border-color: #14bd86   !important;
    background-color: #14bd86   !important;
}

.btn-green:hover {
    color: #ffffff !important;
    background-color: #14996e    !important;
    border-color: #14996e  !important;
}

.btn-green.disabled, .btn-green:disabled {
    color: #14bd86 !important;
    background-color: #ffc10700  !important;
    border-color: #14bd86 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-outline-green {
    color: #14bd86 !important;
    border-color: #14bd86 !important;
}

.btn-outline-green:hover {
    color: #ffffff !important;
    background-color: #14bd86   !important;
    border-color: #14bd86  !important;
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #14bd86 !important;
    background-color: #ffc10700  !important;
    border-color: #14bd86 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/
.btn-yellow {
    /* color: #ffffff !important; */
    color: #000000 !important;
    border-color: #f1749b !important;
    background-color: #f1749b  !important;
}

.btn-yellow:hover {
    color: #ffffff !important;
    background-color: #f1749b  !important;
    border-color: #f1749b  !important;
}

.btn-yellow.disabled, .btn-yellow:disabled {
    color: #f1749b !important;
    background-color: #ffc10700  !important;
    border-color: #f1749b !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.btn-outline-yellow {
    color: #f1749b !important;
    border-color: #f1749b !important;
}

.btn-outline-yellow:hover {
    color: #ffffff !important;
    background-color: #f1749b   !important;
    border-color: #f1749b  !important;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #f1749b !important;
    background-color: #ffc10700  !important;
    border-color: #f1749b !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/
    .btn-outline-info {
        color: #17a2b8 !important;
        border-color: #17a2b8 !important;
    }

    .btn-outline-info:hover {
        color: #ffffff !important;
        background-color: #17a2b8  !important;
        border-color: #17a2b8 !important;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8 !important;
        background-color: #ffc10700  !important;
        border-color: #17a2b8 !important;
        /* opacity: 0.8 !important; */
        opacity: 1 !important;
    }
/*=====================================================*/
    /* .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #6cb2eb !important;
        background-color: #ffc10700  !important;
        border-color: #6cb2eb !important;
        opacity: 1 !important;
    } */
/*=====================================================*/
    .btn-outline-warning {
        color: #ffc107 !important;
        border-color: #ffc107 !important;
    }

    .btn-outline-warning:hover {
        color: #ffffff !important;
        background-color: #ffc107 !important;
        border-color: #ffc107 !important;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107 !important;
        background-color: #ffc10700  !important;
        border-color: #ffc107 !important;
        opacity: 1 !important;
    }
 /*=====================================================*/
    .btn-outline-review {
        color: #68398e !important;
        border-color: #68398e !important;
    }

    .btn-outline-review:hover {
        color: #ffffff !important;
        background-color: #68398e  !important;
        border-color: #68398e !important;
    }

    .btn-outline-review.disabled, .btn-outline-review:disabled {
        color: #68398e !important;
        background-color: #68398e00  !important;
        border-color: #68398e !important;
        opacity: 0.8 !important;
    }


/*=====================================================*/
    .btn-outline-success {
        color: #3ab970 !important;
        border-color: #3ab970 !important;
    }

    .btn-outline-success:hover {
        color: #ffffff !important;
        background-color: #3ab970  !important;
        border-color: #3ab970 !important;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #3ab970 !important;
        background-color: #68398e00  !important;
        border-color: #3ab970 !important;
        opacity: 0.8 !important;
    }


/*=====================================================*/
    .btn-outline-secondary {
        /* color: #6c757d; */
        background-color: transparent;
        background-image: none;
        border-color: #6c757d;
        /* border-color: #5a5959; */
        /* color: #333333; */
        color: #5a5959;
        background-color: transparent;
        background-image: none;
        /* border-color: #5a5959; */
    }
/*=====================================================*/
/* border-bottom: 1px solid #d8265a; COLOR */

/* -----------------You Service Buttons End-------------------------- */

/* -----------------You Service End--------------------- */
.background-project-app {
    background: #000;
}

.nav-custom-color {
    background-color: #000000c2 !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 46px;
}

.font-size-26 {
    font-size: 1.625rem;
}

.u-btn-wide {
    min-width: 9.6875rem;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 500;
}

.btn-xs {
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
}

.container.body {
    padding-top: 54px;
    z-index: 800;
    position: relative;
}

.h3, h3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.fix-center-items {
    margin-left: -13px !important;
}

.card-text {
   height: 114px;
}


.aria-text {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*4;       /* fallback */
}

.shadow-sm {
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
  /* background-color: white!important; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
    border-radius: 14px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}



.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.event-title-card h1{
    font-size: 28px;
    margin-top: 4px;
}
.event-description-card p{
    font-size: 20px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.btn-outline-secondary {
    /* color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; */
    /* color: #333333; */
    color: #5a5959;

    background-color: transparent;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
 .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;

}

a.btn.btn-sm.btn-outline-secondary :hover {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

.event-grid-img {
    width: 100%;
    display: block;
    /* height: 64px; */
    height: 147px;
    background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}


/*
.pagination>li>a, .pagination>li>span {
    color: #6db91c;
    border: 1px solid #000;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #6db91c;
    border-color: #6db91c
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #6db91c;
    border-color: #6db91c
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #000; background-color: #fff; border-color: #000; cursor: not-allowed
}
*/

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination>li:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination>li:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.center {
    margin: auto;
    width: 20%;
}

.row-width {
    margin: auto;
    width: 81%;
}

.padding-card {
    padding-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 48px;
}


.bg-card-color {
     background-color: #86868636;
}

.bg-tree {
    background-image: url("../img/bg_patterntree.jpg");
    background-repeat: repeat;
}

.bg-card-opacity-trans {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.bg-card-opacity-ok {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.card-font-size-alert{
    font-size: 16px;
    font-weight: bold;
    color: #c8b992;
}

.padding-footer{
    margin-top: 33px;
    padding-bottom: 20px;
}
.footer-font-size{
    font-size: 16px;
    font-weight: bold;
    color: #c8b992;
}

.navbar-light .navbar-nav .show > .nav-link,
 .navbar-light .navbar-nav .active > .nav-link,
 .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
        /* color: #fff !important; */
        color: #d4c396!important;
        font-weight: bold;
        /* font-size: 16px; */
}

.home-slider-alert {
    margin-top: 66px;
}




/* Style the video: 100% width and height to cover the entire window */
/* #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
} */

/* Add some content at the bottom of the video/page */
/* .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
} */

/* Style the button used to pause/play the video */
/* #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
} */
/*
#myBtn:hover {
    background: #ddd;
    color: black;
} */

/* .video-container {
    height: 500px;
    position: relative;
} */

/* .video-container2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
} */

/* video#myVideo {
    position: absolute;
    top: 10%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
} */


  .animaition {
    margin-top: 30px;
    background-color: inherit;
    transition: ease 0.5s;
    border-width: 0;
}

.nav-border-gold{
    border-bottom: 1px solid #C4B28C;
}

.soial-media-icon {
    font-size: 36px;
}

.bg-primary {
    /* background-color: #868e96 !important; */
    background-color: #D9D9D9!important;
}
.overlay-background.overlay-gradient {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    background: linear-gradient(to top, #a7b1bb, #868e96);
}




/* external css: flickity.css */

* { box-sizing: border-box; }

body {
     /* font-family: sans-serif; */
    /* font-family: 'Open Sans'; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Indie Flower', cursive; */
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
 }

 /*
.carousel {
   background: #EEE;
}*/

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}



.static-banner {
    position: absolute;
    background: hsla(0, 0%, 0%, 0.3);
    z-index: 1;
    padding: 2px 20px;
    font-size: 15px;
    color: white;
    pointer-events: none;
  }

  .static-banner1 {
    left: 10px;
    top: 10px;
  }

  .static-banner2 {
    right: 10px;
    bottom: 10px;
  }

  .carousel img {
    display: block;
    height: 180px;
    width: 345px;
  }

  .carousel-cell-image-home{
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

.carousel-discrption{
    margin-bottom: -9px;
    width: 345px;
    height: 48px;
}

  .bottom-corner{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .all-corner{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
/*
  body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
} */

.jumbotron-custom-color{
    background-color: #ffffff !important;
}
/*
.homeDescription{

}*/

.homeDescriptionTitleTextSize{
    font-size: 58px;
    margin-bottom: 31px;
}

.homeDescriptionSubTitleTextSize{
    font-size: 38px;
    font-family: 'Dosis', sans-serif;
}

.post-image-list-normal {
    width: 100%;
    /* height: 270px; */
    height: 200px;
    object-fit: cover;
}

.post-card-text {
    height: 29px;
 }

 .badge-info {
    color: #ffffff !important;
    background-color: #8eb4cb;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.white-text {
    color: #e2e2e2;
}

.add_main_page {
        position: absolute;
    width: 99.4%;
    padding-left: 12px;
    padding-right: 4px;
    padding-top: 53px;
    padding-bottom: 4px;
    display: none;
    margin: auto;
    /* z-index: 200; */
    /* @include media-breakpoint-up(lg) {
        display: unset;
     }; */
}

.slide-img{
    object-fit: cover;
}

@media (min-width: 576px){
    .container {
    max-width: 540px !important;
}
}

@media (max-width: 576px){
    .left-img-border {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 14px;
    }
    .col-md-8.col-sm-8 div {
        margin-bottom: 8px;
        /* margin-left: 8px;
        margin-right: 8px; */
    }

    .card .col-md-8.col-sm-8 {
        margin-top: 6px;
        margin-bottom: 8px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 768px){
    .container {
    max-width: 944px !important;
}
}

@media (min-width: 992px){
    .container {
    max-width: 1022px !important;
}
}

@media (min-width: 1200px){
        .container {
        max-width: 1024px !important;
    }
}



@media (min-width: 1344px) {
    .add_main_page{
         display: unset;
    }
}

.background-color-gray{
    background-color: #333333;
}

.ado-img{
    width: 160px;
    height: 600px;
    object-fit: contain;
    padding-left: 8px;
    padding-right: 8px;
}

.ado-img-with-image{
    width: 160px;
    height: 600px;
    object-fit: contain;
}


.slider-title h3 a {
    /* color: #ceb986; */
    color: #ffffff;
    font-size: 40px;
    /* -webkit-text-stroke: 0.8px #000000; */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aria-text-slider-title {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.slider-description {
    overflow: hidden;
    font-size: 28px;
    /* -webkit-text-stroke: 0.2px #ceb986; */
    color: #eaeaea;
}

.aria-text-slider-description {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.card a {
    /* color: #807866 !important; */
    color: #807866;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

div#carousel-home {
    z-index: 400;
}

.partner-carousel-home {
    width: 316px !important;
    object-fit: contain;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.partner-carousel-home:hover {
    object-fit: 10%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




.post-img {
    /* width: 150px; */
    height: 200px;
    object-fit: contain;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

/* section.HotAndHappening {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -33px;
} */

/*.dontMissOut{

}*/
.hotAndHappening {
    z-index: 100;
}

/*
.upcomingEvents {
}*/

.overlay-event-crowd {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    /* background: linear-gradient(to top, #a7b1bb8a, #868e964a) !important; */
    /* background-color: #c16262 !important; */
    background: linear-gradient(to top, #a7b1bb8a, #ffffff91) !important;

}

.bg-event-crowd {
    background-image: url("../img/eventCrowd.jpg");
    /* background-repeat: repeat; */
    object-fit: 10%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .ado-fixed-dynamic{
    position: fixed;
    top: 50px;
} */


#footer a.u-list__link {
    color: #ababab;
    text-decoration: underline;
}

#footer a.u-list__link:hover {
    color: #c8b992;
    text-decoration: underline;
}

.post-card-text.aria-text.text-justify iframe {
    display: none;
}


.containerForMiddle {
    display: flex;
}

.btn-more {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    border-radius: 14px;
    width: 240px;
}

.btn-dashboard {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    border-radius: 14px;
    /* width: 240px; */
}

.btn-outline-more {
    /* color: #333333; */
    color: #5d5c5c;
    background-color: #c8b992;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-more:not(:disabled):not(.disabled).active,
 .btn-outline-more:not(:disabled):not(.disabled):active,
  .show>.btn-outline-more.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;

}

.btn-outline-more :hover {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

.card-home-title{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}

.aria-text-title {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.2;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.card-home-description{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #414141;
}
.aria-text-description {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*4;       /* fallback */
}

.carousel-body {
    height: -webkit-fill-available;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.overlay-event-carousel {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    /* background: linear-gradient(to top, #a7b1bb8a, #868e964a) !important; */
    background-color: #00000054 !important;
    /* background: linear-gradient(to top, #484848db, #ffffff00, #ffffff00, #ffffff00, #ffffff00) !important; */
    /* background: linear-gradient(to top, #00000082, #ffffff00, #ffffff00, #ffffff00, #ffffff00) !important; */
}


.smallDescription-event-index {
    font-size: 14px;
    font-weight: 600;
    color: #605f5f;
    line-height: 1.2 !important;
}
h3 {
    line-height: 0.6 !important;
}

hr.hr-smallDescription{
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


a.navbar-brand {
    margin-left: 22px;
}

button.navbar-toggler {
    margin-right: 29px;
}


.navbar-background-up-colors {
    background-color: rgba(66, 66, 66, 0);
    margin-top: 20px;
    border-bottom: 0px;
    height: 46px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



a.dropdown-item:active,
a.dropdown-item:hover
 {
    color: #ffffff;
    background-color: rgba(66, 66, 66, 0.76) !important;
}


/* div#carousel-home-slider {
    max-width: 99%;
    margin: auto;
} */

.dashboard-table-size{
    width:100%;
    height:100%;
    overflow:auto;
}


.about-style{
    background-color: rgba(66, 66, 66, 0.76);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
}

.home-style{
        /* background-color: rgba(66, 66, 66, 0.76); */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 120px;
        padding-right: 120px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: 6px;
        /* border: 1px solid #C4B28C; */
        /* font-weight: 600; */
}

.advertise-style{
    background-color: rgba(66, 66, 66, 0.76);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
}


.about-style-title{
    /* margin: auto; */
    font-size: 25px;
    font-weight: bold;
    color: #c8b992;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.advertise-style-title{
    margin: auto;
    font-size: 34px;
    font-weight: bold;
    color: #c8b992;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-style-desc{
    /* margin: auto; */
    font-size: 18px;
    /* font-weight: bold; */
    color: #ffffff;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
}

.advertise-style-desc{
    /* margin: auto; */
    font-size: 20px;
    /* font-weight: bold; */
    color: #ffffff;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    text-align: center;
}

a.about-link, a.advertise-link {
    color: #c8b992;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.about-link:hover, a.advertise-link:hover {
    color: #b8b8b8;

}

.btn-advertise:hover {
    color: #ffffff!important;
    background-color: #c8b99230 !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
}

.btn-advertise {
    color: #ffffff!important;
    background-color: #4b4b4b30 !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}

.advertise-desc-data {
    padding-top: 26px;
}


.home-style{
            /* background-color: rgba(66, 66, 66, 0.76); */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 120px;
    padding-right: 120px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
    margin-top: -43px;
}

.home-desc-data {
    padding-top: 26px;
}

.home-style-desc{
    /* margin: auto; */
    font-size: 24px;
    font-weight: bold;
    color: #5a5a5a;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    text-align: center;
}

.btn-home {
    color: #ffffff!important;
    background-color: #6f6f6f !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}

.btn-home:hover {
    color: #ffffff!important;
    background-color: #ac976c !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}



/*.contact-map-contaner{
     border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid rgb(196, 178, 140);
    object-fit: cover;
    background-size: cover;
    padding: 0;
}*/

.contact-map{
    /* border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px; */
    border: 1px solid rgb(196, 178, 140);
}

/* div#mapDiv {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
} */

span.mandatory {
    color: red;
}

.advertise-card-style {
    margin-bottom: 0px !important;
}

li.list-inline-item {
    position: relative;
    z-index: 3;
}

h2.Join-us {
    font-size: 80px !important;
    text-transform: uppercase;
    /* font-family: 'Monoton', cursive; */
    font-family: 'Dosis', sans-serif;
    color: black !important;
}

i.fas.fa-plus.fas-size {
    font-size: 13px;
}

.addCenter {
    margin: auto;
}

p.onesignal-customlink-explanation.onesignal-reset.state-unsubscribed.large.hide{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

p.onesignal-customlink-explanation.onesignal-reset.state-unsubscribed.medium.hide{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

/* .addCenter{
    background-color: #C5C9B8;
    width: 100%;
    color: #333333;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
} */


a.at-branding-info.at-expanded-menu-branding {
    display: none !important;
}

a.at-branding-info {
    display: none !important;
}

div#at15pf {
    display: none !important;
}

h3 a {
    font-size: 17px;
    font-weight: 600;
    /* margin-bottom: 13px !important; */
    line-height: 1.2 !important;
}


h3.h6.mb-4.deliver-footer strong {
    line-height: 16px;
}

@media (max-width: 767.98px){
    .partner-carousel-home {
        width: 300px !important;
        object-fit: contain;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0px;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: auto;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 0.875rem;
        color: #212529;
        text-align: left;
        list-style: none;
        /* background-color: #c7b280e8; */
        background-color: #f1749be8;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-weight: 600;
    }

    .btn-home {
        color: #ffffff!important;
        background-color: #6f6f6f !important;
        width: 162px;
        margin: auto;
        margin-top: 16px;
        margin-bottom: 10px;
        border-color: #ac976c;
    }

    .home-style {
        /* background-color: rgba(66, 66, 66, 0.76); */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: 6px;
        border: 1px solid #C4B28C;
        /* font-weight: 600; */
        /* margin-top: -43px; */
    }

    }

    .bg-primary2 {
        background-color: #c3ac7c;
    }

    .androidapp-img-with-image {
        width: 100%;
        /* height: 600px; */
        /* object-fit: contain; */
        margin-bottom: -67px;
        margin-top: -74px;
    }

    h2.Join-us.Download-Now {
        margin-top: -82px;
        margin-bottom: 80px;
        font-size: 60px !important;
    }

    .container.width-container {
        min-width: 100%;
    }

    /* The Menu Start */

    .main-container {
        margin-top: 28px;
    }
/*=====================================================*/
.btn-info {
    color: #fff;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-info:hover {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5;
}
/*=====================================================*/
    .btn-outline-info {
        color: #17a2b8 !important;
        border-color: #17a2b8 !important;
    }

    .btn-outline-info:hover {
        color: #ffffff !important;
        background-color: #17a2b8  !important;
        border-color: #17a2b8 !important;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8 !important;
        background-color: #ffc10700  !important;
        border-color: #17a2b8 !important;
        /* opacity: 0.8 !important; */
        opacity: 1 !important;
    }
/*=====================================================*/
    /* .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #6cb2eb !important;
        background-color: #ffc10700  !important;
        border-color: #6cb2eb !important;
        opacity: 1 !important;
    } */
/*=====================================================*/
    .btn-outline-warning {
        color: #ffc107 !important;
        border-color: #ffc107 !important;
    }

    .btn-outline-warning:hover {
        color: #ffffff !important;
        background-color: #ffc107 !important;
        border-color: #ffc107 !important;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107 !important;
        background-color: #ffc10700  !important;
        border-color: #ffc107 !important;
        opacity: 1 !important;
    }
 /*=====================================================*/
    .btn-outline-review {
        color: #68398e !important;
        border-color: #68398e !important;
    }

    .btn-outline-review:hover {
        color: #ffffff !important;
        background-color: #68398e  !important;
        border-color: #68398e !important;
    }

    .btn-outline-review.disabled, .btn-outline-review:disabled {
        color: #68398e !important;
        background-color: #68398e00  !important;
        border-color: #68398e !important;
        opacity: 0.8 !important;
    }


/*=====================================================*/
    .btn-outline-success {
        color: #3ab970 !important;
        border-color: #3ab970 !important;
    }

    .btn-outline-success:hover {
        color: #ffffff !important;
        background-color: #3ab970  !important;
        border-color: #3ab970 !important;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #3ab970 !important;
        background-color: #68398e00  !important;
        border-color: #3ab970 !important;
        opacity: 0.8 !important;
    }


/*=====================================================*/
    .btn-outline-secondary {
        /* color: #6c757d; */
        background-color: transparent;
        background-image: none;
        border-color: #6c757d;
        /* border-color: #5a5959; */
        /* color: #333333; */
        color: #5a5959;
        background-color: transparent;
        background-image: none;
        /* border-color: #5a5959; */
    }
/*=====================================================*/
    /* .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #5a5959 !important;
        background-color: #ffc10700  !important;
        border-color: #5a5959 !important;
    } */
    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        opacity: 1 !important;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        opacity: 1 !important;
    }

    .dot {
        height: 25px;
        width: 25px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
      }

    .bull-text {
        font-size: 10px;
        /* font-size: 22px; */
        /* display: inline; */
      }

      /* .restaurant-card-btn-success {
        padding-left: 12px;
        padding-top: 0px;
    } */

    .navbar-background-down-colors {
        background-color: #000000c2;
        margin-top: 0px;
        border-bottom: 1px solid #f1749b;
        height: 46px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
      }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
    }

    .navbar-background-down-colors a.nav-link {
        /* color: #ffffff !important; */
        color: #f1749b  !important;
    }

    .nav-main-logo {
        /* width: 116px; */
        width: 164px;
        height: auto;
    }

    .navbar-light .navbar-toggler {
        color: #424142;
        border: 1px solid #f1749b;
        background-color: #f1749b21;
    }

    .navbar-dark .navbar-toggler {
        color: #ffffff;
        /* color: #424142; */
        border: 1px solid #f1749b;
        background-color: #f1749b21;
    }

    *:focus {
        outline: none;
    }

    button:focus, textarea:focus, input:focus{
        outline: none;
    }

    .navbar-toggler {
        padding: 0.14rem 0.48rem !important;
        font-size: 1.12rem !important;
    }

    .navbar-toggler-icon {
        width: 1.3em !important;
        height: 1.3em !important;
    }

    .all-img-border {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .top-img-border {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .bottom-img-border {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .bottom-img-border-left-only {
        border-bottom-left-radius: 14px;
    }

    .bottom-img-border-right-only {
        border-bottom-right-radius: 14px;
    }

    .left-img-border {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    input.counter {
        background-color: #ffffff00;
        border: #ffffff00;
        height: 14px;
    }

    /* PAGES START */
    .page-title {
        font-size: 2.1rem;
        text-transform: uppercase;
    }

    .btn-outline-header {
        padding: 4px 12px;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 900;
        border-radius: 14px;
    }

    .btn-outline-header:hover{
        color: #fff;
    }

    .btn-header {
        padding: 4px 12px;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 900;
        border-radius: 14px;
        color: #fff;
    }

    .restaurant-card-container {
        display: inline;
    }

    .restaurant-card {
        max-width: 302px;
        display: inline-table;
        margin-left: 4px;
        margin-right: 4px;
        width: 310px;
        margin-top: 4px;
        margin-bottom: 4px;
    }


      .image-restaurant-icon {
        max-width: 62px;
        border-radius: 14rem !important;
        margin-top: -14px;
        margin-bottom: 2px;
        margin-right: auto !important;
        margin-left: auto !important;
        /* border-bottom: 1px solid #f1749b; */
    }

    .title-restaurant-max-line {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .title-restaurant-min-line {
        min-height: 41px;
    }

    .short-description-restaurant {
        line-height: 13px;
        color: #f1749b;
        font-size: 12.2px;
        margin-bottom: 0px;
    }

    .short-description-restaurant-min-line {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .short-description-restaurant-min-line {
        min-height: 26px;
    }

    .image-list-normal{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    .restaurant-card-hr {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -4px;
    }

    .restaurant-card-btn {
        margin-left: -41px;
        margin-right: -41px;
        /* width: 115%; */
        /* height: 43px; */
        height: 34px;
        margin-top: -12px;
        /* margin-bottom: -25px; */

    }

    .restaurant-card-top{
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .restaurant-card-btn-font-size{
        font-size: 0.80rem  !important;
    }

    .restaurant-card-bottom-btn {
        /* height: 34px; */
    }

    .category-restaurant-card {
        color: #68398e;
    }

   .container-offer-restaurant-card {
        overflow: hidden;
        position: relative;
        display: inline-block;
    }

   .offer-restaurant-card {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #ed3c3c;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg) translateX(-30px) translateY(-20px);
        width: 150px;
        width: 150px;
        text-align: center;
        line-height: 29px;
    }

    /* .offer-restaurant-card {
        -webkit-transition: all .3s linear;
        transition: all .2s linear;
    } */

    .offer-restaurant-badge {
        width: 100%;
        background-color: #38c17236 !important;
        color: #217f49 !important;
        font-weight: bold;
        font-size: 14px;
        height: 27px;
        display: grid;
    }

    .offer-restaurant-badge-text {
        color: #258c51 !important;
        margin-top: auto;
        margin-bottom: auto;
        /* opacity: 1 !important; */
    }
    /* ====================DASHBOARD START====================== */
    .image-dashboard-icon {
        /* max-width: 36px; */
        max-width: 100%;
        border-radius: 14rem !important;
        /* margin-top: -14px; */
        /* margin-bottom: 2px; */
        margin-right: auto !important;
        margin-left: auto !important;
        /* border-bottom: 1px solid #f1749b; */
    }
    /* ====================DASHBOARD END====================== */
    /* PAGES END */

    /* @media START */
    @media (max-width: 573px){
        .restaurant-card {
            max-width: 100%;
            width: 100%;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }

        .restaurant-card-btn {
           width: 100%;
        }

        .title-restaurant-min-line {
            min-height: 0px;
        }

        .short-description-restaurant-min-line {
            min-height: 0px;
        }
    }

    @media (max-width: 767.98px){
        .container {
            max-width: 100% !important;
        }
    }

    /* @media (min-width: 467.98px){
        .restaurant-card {
            max-width: 260px;
            width: 260px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }
    } */
    @media (min-width: 574px){
        .restaurant-card {
            max-width: 260px;
            width: 260px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }

        .restaurant-card-btn {
            width: 119%;

        }

        .restaurant-card-body{
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .offer-restaurant-badge {
            font-size: 12px;
        }
    }
    /* @media (min-width: 467.98px){
        .restaurant-card {
            max-width: 260px;
            width: 260px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }
    } */

    /* @media (max-width: 767.98px){
        .restaurant-card {
            max-width: 310px;
            width: 310px;
        }
    } */
    @media (max-width: 767.98px){
        .nav-main-logo {
            width: 118px;
            margin-top: -5px;
        }
        div#navbarSupportedContent {
            /* background-color: #ffffff45; */
            background-color: #000000c8;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 20px;
            padding-right: 20px;
            border-top-left-radius: 14px;
            border-top-right-radius: 14px;
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
            margin-top: 10px;
            border: 1px solid #f1749b;
            font-weight: 600;
        }


        /* .restaurant-card {
            max-width: 356px;
            width: 356px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        } */
    }

    @media (min-width: 767.98px){
        .nav-main-logo {
            margin-top: 22px;
        }
        .restaurant-card {
            max-width: 356px;
            width: 356px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }
        .restaurant-card-btn {
            width: 113%;
        }

        .restaurant-card-body{
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .offer-restaurant-badge {
            font-size: 14px;
        }
    }

    @media (min-width: 992px){
        .restaurant-card {
            max-width: 308px;
            width: 308px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }

        .restaurant-card-btn {
            width: 115%;
        }

        .restaurant-card-body{
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .offer-restaurant-badge {
            font-size: 14px;
        }
    }
    @media (min-width: 1020px){
        .restaurant-card {
            max-width: 318px;
            width: 318px;
        }
        .restaurant-container {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }

        .restaurant-card-btn {
            width: 115%;
        }

        .restaurant-card-body{
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .offer-restaurant-badge {
            font-size: 14px;
        }
    }
    /* @media END */
    /* The Menu END */

.custom-switch .custom-control-input.green-toggle:checked ~ .custom-control-label::before {
    background-color: #39df81;
    border: 1px solid #39df81;
  }

  .custom-switch .custom-control-input.yellow-toggle:checked ~ .custom-control-label::before {
    background-color: #ffc927;
    border: 5px solid #212223;
    /* border: 1px solid #ffc927; */
  }
.gradient {
    position: absolute;
    margin-top: -3px;
	margin-left: -3px;
    width: 126px;
    height: 40px;
	color: #fff;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
    background: linear-gradient(-45deg, #ee775200 44%, #ffffff8f 46%, #23a6d500 48%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 12s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/* body,html{
    height: 100%;
    margin: 0;
    background: #7F7FD5;
   background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
} */

.chat{
    margin-top: auto;
    margin-bottom: auto;
}


.card-chat {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 14px;
}

.card-chat{
    /* height: 500px; */
    /* height: 600px; */
    /* height: 671px; */
    border-radius: 15px !important;
    background-color: rgba(255,255,255,0.4) !important;

    margin-top: 48px;
    height: 85vh;
    top: -50px;

    /* margin-top: 50px;
    height: 85vh;
    top: 0px; */
    /* position: fixed; */
}

.card-body-chat {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.contacts_body-chat{
    padding:  0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: auto;
}
.card-header-chat{
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}

.card-header-chat {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer-chat{
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.card-footer-chat {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.center-chat-container {
    height: 100%;
}

.center-chat {
    margin: auto;
    /* width: 50%; */
    /* border: 3px solid green; */
    /* padding: 10px; */
    width: 100%;
    /* position: absolute; */
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */

    /* left: 100%;
    top: 100%;
    transform: translate(-100%, -100%); */

    height:85vh;
    /* height:100vh; */
}

.container-chat{
    align-content: center;
}
.search-chat{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
    /* box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6; */
}

/* .search-chat:hover{
    border-top: 1px solid #f1749b !important;
    border-left: 1px solid #f1749b !important;
    border-right: 1px solid #f1749b !important;
    border-bottom: 1px solid #f1749b !important;
} */

.search-chat:focus{
    box-shadow:none !important;
    outline:0px !important;
   /* box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6; */
}

.animaition-chat-search-zoom {
    transition: all 200ms ease-out;
    transform:scale(1);
    border-radius: 15px 15px 15px 15px !important;
}

.animaition-chat-search-zoom:focus-within {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}

.animaition-chat-search-zoom:active {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}

.animaition-chat-search-zoom:hover {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}

/* .animaition-chat-zoom {
    transition: all 200ms ease-out;
    transform:scale(1);
}

.animaition-chat-zoom:active {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
}

.animaition-chat-zoom:hover {
    transition: all 200ms ease-out;
    transform:scale(1.03);
    box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6;
} */

.type_msg{
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.attach_btn{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}

.type_msg {
    /* border-left: 1px solid #f1749b !important;
    border-right: 1px solid #f1749b !important; */
    border-left: 1px solid #242424 !important;
    border-right: 1px solid #353535 !important;
}
.attach_input {
    width: 36px !important;
    position: absolute;
    margin-left: -11px;
    height: 61px !important;
}

.send_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}

/* .search_btn:hover{
    border-top: 1px solid #f1749b !important;
    border-left: 1px solid #f1749b !important;
    border-right: 1px solid #f1749b !important;
    border-bottom: 1px solid #f1749b !important;
} */

.contacts{
    list-style: none;
    padding: 0;
}
.contacts li{
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}
.active{
    background-color: rgba(0,0,0,0.3);
}
.user_img{
    height: 70px;
    width: 70px;
    /* border:1.5px solid #f5f6fa; */
    object-fit: cover;
    /* box-shadow: 0px 0px 10px #f1749ba6, 0px 0px 10px #f1749bd6; */
    box-shadow: 0px 0px 4px #ffffffa6, 0px 0px 4px #ffffffd6;
}
.user_img_msg{
    height: 40px;
    width: 40px;
    /* border:1.5px solid #f5f6fa; */
    object-fit: cover;
    box-shadow: 0px 0px 4px #ffffffa6, 0px 0px 4px #ffffffd6;

}

.img_msg{
    /* height: 180px; */
    height: auto;
    /* max-height: 180px; */
    width: 180px;
    /* border:1.5px solid #f5f6fa; */
    object-fit: cover;
    box-shadow: 0px 0px 4px #ffffffa6, 0px 0px 4px #ffffffd6;
}
.tex-img-msg{
    margin-bottom: 8px;
}
.rounded-img-msg {
    /* border-radius: 0% !important; */
    /* border-radius: 10% !important; */
    /* border-radius: 19px !important; */
    /* border-radius: 19px !important; */
    border-radius: 12px !important;
    /* border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important; */
}
.rounded-circle {
    /* border-radius: 0% !important; */
    border-radius: 50% !important;
    /* border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important; */
}
.img_cont{
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border:1.5px solid white;
}
.busy{
    background-color: #c23616 !important;
}
.offline {
    background-color: #797979 !important;
}
.user_info{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}
.user_info span{
    font-size: 20px;
    color: white;
}
.user_info p{
    font-size: 10px;
    color: rgba(255,255,255,0.6);
}
.video_cam{
    margin-left: 50px;
    margin-top: 5px;
}
.video_cam span{
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.msg_cotainer{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #82ccdd;
    background-color: #404040;
    color: #fff;
    padding: 10px;
    position: relative;

    border-top: 1px solid #f1749b;
    border-left: 1px solid #f1749b;
    border-right: 1px solid #f1749b;
    border-bottom: 1px solid #f1749b;
}
.msg_cotainer_send{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    /* background-color: #78e08f; */
    background-color: #f1749b;
    padding: 10px;
    position: relative;
}
.msg_time{
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    margin-bottom: -4px;
    /* margin-left: -58px; */
    width: max-content;
}
.msg_time_send{
    position: absolute;
    right:0;
    bottom: -15px;
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    margin-bottom: -4px;
    width: max-content;
}
.msg_head{
    position: relative;
}
#action_menu_btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.action_menu{
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.80);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i{
    padding-right: 10px;
}
.action_menu ul li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
@media(max-width: 576px){
    .contacts_card{
        margin-bottom: 15px !important;
    }
}

/* .tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
  } */
  
  .tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
  }
  
  /* .tooltip-inner {
    max-width: 236px !important;
    height: 76px;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #FFFFFF;
    color: rgb(0, 0, 0, .7);
    border: 1px solid #737373;
    text-align: left;
  } */

  .tooltip-inner {
    color: #fff;
    border: 1px solid #ffc927;
    background: #000000;
    font-size: 1rem;
    font-weight: bold;
  }
  
   .tooltip.show {
    opacity: 0.9;
  }
  
  /* .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00;*/
    /* Red */
  /*} */

  .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
   .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ffc927;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
 .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #ffc927;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ffc927;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #ffc927;
}
/* -----------------You Service Buttons Start--------------------- */
    
.btn-outline-more {
    /* color: #333333; */
    color: #5d5c5c;
    background-color: #c8b992;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-more:not(:disabled):not(.disabled).active,
.btn-outline-more:not(:disabled):not(.disabled):active,
.show>.btn-outline-more.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

.btn-outline-more :hover {
    color: #fff !important;
    /* background-color: #6c757d;
border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}
/*=====================================================*/

.btn-blue {
    color: #ffffff !important;
    border-color: #53b3e2 !important;
    background-color: #53b3e2 !important;
}

.btn-blue:hover {
    color: #ffffff !important;
    background-color: #53b3e2 !important;
    border-color: #53b3e2 !important;
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #53b3e2 !important;
    background-color: #f7641100 !important;
    border-color: #53b3e2 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-blue {
    color: #53b3e2 !important;
    border-color: #53b3e2 !important;
}

.btn-outline-blue:hover {
    color: #ffffff !important;
    background-color: #53b3e2 !important;
    border-color: #53b3e2 !important;
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #53b3e2 !important;
    background-color: #f7641100 !important;
    border-color: #53b3e2 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-red-light {
    color: #ffffff !important;
    border-color: #ff004a !important;
    background-color: #ff004a !important;
}

.btn-red-light:hover {
    color: #ffffff !important;
    background-color: #d8265a !important;
    border-color: #d8265a !important;
}

.btn-red-light.disabled,
.btn-red-light:disabled {
    color: #ff004a !important;
    background-color: #f7641100 !important;
    border-color: #ff004a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-red-light {
    color: #ff004a !important;
    border-color: #ff004a !important;
}

.btn-outline-red-light:hover {
    color: #ffffff !important;
    background-color: #ff004a !important;
    border-color: #ff004a !important;
}

.btn-outline-red-light.disabled,
.btn-outline-red-light:disabled {
    color: #ff004a !important;
    background-color: #f7641100 !important;
    border-color: #ff004a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-red {
    color: #ffffff !important;
    border-color: #d8265a !important;
    background-color: #d8265a !important;
}

.btn-red:hover {
    color: #ffffff !important;
    background-color: #bd1446 !important;
    border-color: #bd1446 !important;
}

.btn-red.disabled,
.btn-red:disabled {
    color: #d8265a !important;
    background-color: #f7641100 !important;
    border-color: #d8265a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-red {
    color: #d8265a !important;
    border-color: #d8265a !important;
}

.btn-outline-red:hover {
    color: #ffffff !important;
    background-color: #d8265a !important;
    border-color: #d8265a !important;
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #d8265a !important;
    background-color: #f7641100 !important;
    border-color: #d8265a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/

.btn-red-tech {
    color: #ffffff !important;
    border-color: #d71f26 !important;
    background-color: #d71f26 !important;
}

.btn-red-tech:hover {
    color: #ffffff !important;
    background-color: #d71f26 !important;
    border-color: #d71f26 !important;
}

.btn-red-tech.disabled,
.btn-red-tech:disabled {
    color: #d71f26 !important;
    background-color: #f7641100 !important;
    border-color: #d71f26 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-red-tech {
    color: #d71f26 !important;
    border-color: #d71f26 !important;
}

.btn-outline-red-tech:hover {
    color: #ffffff !important;
    background-color: #d71f26 !important;
    border-color: #d71f26 !important;
}

.btn-outline-red-tech.disabled,
.btn-outline-red-tech:disabled {
    color: #d71f26 !important;
    background-color: #f7641100 !important;
    border-color: #d71f26 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-green {
    color: #ffffff !important;
    border-color: #14bd86 !important;
    background-color: #14bd86 !important;
}

.btn-green:hover {
    color: #ffffff !important;
    background-color: #14996e !important;
    border-color: #14996e !important;
}

.btn-green.disabled,
.btn-green:disabled {
    color: #14bd86 !important;
    background-color: #f7641100 !important;
    border-color: #14bd86 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-green {
    color: #14bd86 !important;
    border-color: #14bd86 !important;
}

.btn-outline-green:hover {
    color: #ffffff !important;
    background-color: #14bd86 !important;
    border-color: #14bd86 !important;
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #14bd86 !important;
    background-color: #f7641100 !important;
    border-color: #14bd86 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/

/* .btn-yellow {
    color: #000000 !important;
    border-color: #ffc927 !important;
    background-color: #ffc927 !important;
} */

/* .btn-yellow:hover {
    color: #ffffff !important;
    background-color: #c90 !important;
    border-color: #c90 !important;
} */

/* .btn-yellow.disabled,
.btn-yellow:disabled {
    color: #ffc927 !important;
    background-color: #f7641100 !important;
    border-color: #ffc927 !important;
    opacity: 1 !important;
} */
/*=====================================================*/

.btn-outline-yellow {
    color: #ffc927 !important;
    border-color: #ffc927 !important;
}

.btn-outline-yellow:hover {
    /* color: #ffffff !important; */
    color: #000000 !important;
    background-color: #ffc927 !important;
    border-color: #ffc927 !important;
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #ffc927 !important;
    background-color: #f7641100 !important;
    border-color: #ffc927 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/

.btn-orange {
    color: #ffffff !important;
    /* color: #000000 !important; */
    border-color: #f76411 !important;
    background-color: #f76411 !important;
}

.btn-orange:hover {
    /* color: #ffffff !important; */
    color: #000000 !important;
    background-color: #f76411 !important;
    border-color: #f76411 !important;
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #f76411 !important;
    background-color: #f7641100 !important;
    border-color: #f76411 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-orange {
    color: #f76411 !important;
    border-color: #f76411 !important;
}

.btn-outline-orange:hover {
    color: #ffffff !important;
    background-color: #f76411 !important;
    border-color: #f76411 !important;
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #f76411 !important;
    background-color: #f7641100 !important;
    border-color: #f76411 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/

.btn-purble {
    color: #ffffff !important;
    /* color: #000000 !important; */
    border-color: #a051fc !important;
    background-color: #a051fc !important;
}

.btn-purble:hover {
    color: #ffffff !important;
    /* color: #000000 !important; */
    background-color: #670ece !important;
    border-color: #670ece !important;
}

.btn-purble.disabled,
.btn-purble:disabled {
    color: #a051fc !important;
    background-color: #a051fc00 !important;
    border-color: #a051fc !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-purble {
    /* color: #a051fc !important; */
    color: #d7bcf5 !important;
    border-color: #625e66 !important;
}

.btn-outline-purble:hover {
    color: #ffffff !important;
    background-color: #a051fc !important;
    border-color: #a051fc !important;
}

.btn-outline-purble.disabled,
.btn-outline-purble:disabled {
    color: #a051fc !important;
    background-color: #f7641100 !important;
    border-color: #a051fc !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/
.btn-teal {
    color: #ffffff !important;
    /* color: #000000 !important; */
    border-color: #15aabf !important;
    background-color: #15aabf !important;
}

.btn-teal:hover {
    color: #ffffff !important;
    /* color: #000000 !important; */
    background-color: #0f808f !important;
    border-color: #0f808f !important;
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #15aabf !important;
    background-color: #15aabf00 !important;
    border-color: #15aabf !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-teal {
    /* color: #a051fc !important; */
    color: #15aabf !important;
    border-color: #807f81 !important;
    /* border-color: #625e66 !important; */
}

.btn-outline-teal:hover {
    color: #ffffff !important;
    background-color: #15aabf !important;
    border-color: #15aabf !important;
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
    color: #15aabf !important;
    background-color: #15aabf00 !important;
    border-color: #15aabf !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/*=====================================================*/

.btn-outline-info {
    color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-outline-info:hover {
    color: #ffffff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8 !important;
    background-color: #f7641100 !important;
    border-color: #17a2b8 !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/* .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #6cb2eb !important;
    background-color: #f7641100  !important;
    border-color: #6cb2eb !important;
    opacity: 1 !important;
} */
/*=====================================================*/
.btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #000 !important;
    /* background-color: #ffc107 !important; */
    border-color: #ffc107 !important;
}
/*=====================================================*/

.btn-outline-warning {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107 !important;
    background-color: #f7641100 !important;
    border-color: #ffc107 !important;
    opacity: 1 !important;
}


.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffc10770 !important;
}
/*=====================================================*/

.btn-outline-review {
    color: #fff !important;
    /* color: #68398e !important; */
    border-color: #68398e !important;
}

.btn-outline-review:hover {
    color: #ffffff !important;
    background-color: #68398e !important;
    border-color: #68398e !important;
}

.btn-outline-review.disabled,
.btn-outline-review:disabled {
    color: #68398e !important;
    background-color: #68398e00 !important;
    border-color: #68398e !important;
    opacity: 0.8 !important;
}
/*=====================================================*/

.btn-outline-success {
    color: #3ab970 !important;
    border-color: #3ab970 !important;
}

.btn-outline-success:hover {
    color: #ffffff !important;
    background-color: #3ab970 !important;
    border-color: #3ab970 !important;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #3ab970 !important;
    background-color: #68398e00 !important;
    border-color: #3ab970 !important;
    opacity: 0.8 !important;
}
/*=====================================================*/

.btn-outline-secondary {
    /* color: #6c757d; */
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    /* border-color: #5a5959; */
    /* color: #333333; */
    color: #5a5959;
    background-color: transparent;
    background-image: none;
    /* border-color: #5a5959; */
}
/*=====================================================*/
/*                  NO COLOR CODE BASED                */
/*=====================================================*/
.btn-nocolor {
    color: #ffffff !important;
    /* color: #000000 !important; */
    border-color: #15aabf !important;
    background-color: #15aabf !important;
}

.btn-nocolor:hover {
    color: #ffffff !important;
    /* color: #000000 !important; */
    background-color: #0f808f !important;
    border-color: #0f808f !important;
}

.btn-nocolor.disabled,
.btn-nocolor:disabled {
    color: #15aabf !important;
    background-color: #15aabf00 !important;
    border-color: #15aabf !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-nocolor {
    /* color: #a051fc !important; */
    color: #15aabf !important;
    border-color: #807f81 !important;
    /* border-color: #625e66 !important; */
}

.btn-outline-nocolor:hover {
    color: #ffffff !important;
    background-color: #15aabf !important;
    border-color: #15aabf !important;
}

.btn-outline-nocolor.disabled,
.btn-outline-nocolor:disabled {
    color: #15aabf !important;
    background-color: #15aabf00 !important;
    border-color: #15aabf !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
/* border-bottom: 1px solid #d8265a; COLOR */
/* -----------------You Service Buttons End-------------------------- */
/* -----------------BTN STYLE-------------------------- */
.dashboard-btn{
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px;
    background-color: transparent;
    border: 1px solid transparent;
}
/* -----------------BTN STYLE-------------------------- */
.btn-sum, .btn-group-sum > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.768rem;
    line-height: 1.5;
    /* border-radius: 0.2rem; */
}
.btn-hover-only-black:hover {
    /* color: #ffffff !important;
    background-color: #15aabf !important;
    border-color: #15aabf !important;
    z-index: 10px;
    display: grid; */

    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #ffffff;
    opacity: 0.5; */
    background-color: #000;
    opacity: 0.3;
    /* transition: opacity .5s; */
}

.btn-hover-only-white:hover {
    position: absolute;
    /* padding: 0; */
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: #ffffff;
    opacity: 0.5; */
    background-color: #fff;
    opacity: 0.6;
    transition: opacity .5s;
}

.btn-hover-only:hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    transition: opacity .5s;
}
/*=====================================================*/

.btn-gold-tectures {
    color: #ffffff !important;
    border-color: #c17d1a !important;
    background-color: #c17d1a !important;
}

.btn-gold-tectures:hover {
    color: #ffffff !important;
    background-color: #956010 !important;
    border-color: #956010 !important;
}

.btn-gold-tectures.disabled,
.btn-gold-tectures:disabled {
    color: #c17d1a !important;
    background-color: #f7641100 !important;
    border-color: #c17d1a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/

.btn-outline-gold-tectures {
    color: #c17d1a !important;
    border-color: #c17d1a !important;
}

.btn-outline-gold-tectures:hover {
    color: #ffffff !important;
    background-color: #c17d1a !important;
    border-color: #c17d1a !important;
}

.btn-outline-gold-tectures.disabled,
.btn-outline-gold-tectures:disabled {
    color: #c17d1a !important;
    background-color: #f7641100 !important;
    border-color: #c17d1a !important;
    /* opacity: 0.8 !important; */
    opacity: 1 !important;
}
/*=====================================================*/
.pagination > li > a, .pagination > li > span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffc927 !important;
    background-color: #151515 !important;
    border: 1px solid #ffc927 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #3e3e3e !important;
    border-color: #ffc927 !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    pointer-events: none;
    cursor: auto;
    background-color: #151515 !important;
    border-color: #ffc927 !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #000000 !important;
    text-decoration: none;
    background-color: #9f9f9f !important;
    border-color: #ffc927 !important;
}