/*My Custom styles here*/
.f13{ font-size: 13px !important; }
.f14{ font-size: 14px !important; }
.f15{ font-size: 15px !important; }
.f16{ font-size: 16px !important; }
.f17{ font-size: 17px !important; }
.f18{ font-size: 18px !important; }
/*#add_res_form input{ font-size: 15px; }*/

.mt-4px{ margin-top: 4px !important; }

.profile-pic {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
}

.myloader1 {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spinx 1.8s linear infinite; /* Safari */
  animation: spinx 1.8s linear infinite;
}

.myloader2 {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 25px;
  height: 25px;
  -webkit-animation: spinx 1.8s linear infinite; /* Safari */
  animation: spinx 1.8s linear infinite;
}

.myloader3 {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spinx 1.8s linear infinite; /* Safari */
  animation: spinx 1.8s linear infinite;
}

.progress{ height: 12px; }
.progress-bar{
  background-color: #dd646e;
  border-radius: 5px;
  font-size: 10px;
}

/* Safari */
@-webkit-keyframes spinx {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinx {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.mt10{ margin-top: 10px; }


.foo_container {
  position: relative;
  text-align: center;
  color: white;
  margin: 10px;
}
.foo_container img{ border-radius: 5px; }

.foo_container .top-right, .idelbtn.top-right {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: red;
  padding: 8px;
  border-radius: 50%;
  color: white;
  transition: 0.2s;
}
.foo_container .top-right:hover,.idelbtn.top-right:hover{
  border: 1px solid red;
  background-color: transparent;
  color: red;
  cursor: pointer;
  transform: scale(1.02);
  font-size: 16px;
}

#selimg .ibox{ 
  cursor: pointer; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 145px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 8px;
}
#selimg .ibox:not(.selected):hover{ border-color: #c3c3c3;  }
#selimg .selected{ border-color:#f32129; }


.cfi .badge{
  font-size: 13px !important;
  font-weight: 400 !important;
}
.foo_imgx{
  cursor: pointer;
  transition:0.4s;
}

.invisible{
  opacity: 0 !important; height: 0px !important; width: 0px !important; position: absolute !important;
}

.btn0{ 
  font-size: 13px;
  border-radius: 6px;  
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn0:active{
  border-color: inherit;
}


.loader-line {
    width: 100%;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: coral;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

#gofood_search{ border-radius:0px 6px 6px 0px; }
.mlxx{ width: 165px; }

@media (max-width: 575.98px) {
  .cus_wd{ width: 90px !important; }
.m-mt10{
    margin-top: 10px !important;
}
}

@media (max-width:991px) {
  .mlxx{ width: 100% !important; border-radius: 6px; }
  #location_input{ border-radius: 6px !important; }
  #gofood_search{ border-radius:6px; }
.m-searchbar{ width: 100% !important; margin: auto !important; margin-left: 0 !important; margin-right: 0 !important; }
}


/* ---------- Overlay Loader --------- */

.overlay-screen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999999;
  cursor: pointer;
}

.overlay-text{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.ovloader,
.ovloader:before,
.ovloader:after {
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.ovloader {
  color: #ffffff;
  font-size: 10px;
  margin:auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ovloader:before,
.ovloader:after {
  content: '';
  position: absolute;
  top: 0;
}
.ovloader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ovloader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
