.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
} 

.has-error .help-block {
  color: #ff0000;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}

.country-border {
  border: 1px solid #aaa !important;
}

#reasonModal {
  animation: refadeInUp 0.5s ease;
}

@keyframes refadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.upload-area {
  width: 70%;
  height: 200px;
  border: 2px solid lightgray;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  overflow: auto;
}

.upload-area:hover {
  cursor: pointer;
}

.singleUser .select2-container,
.CoupleUser .select2-container {
  width: 100% !important;
}

.upload-area h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

#file {
  display: none;
}

/* Thumbnail */
.thumbnail {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
}

.size {
  font-size: 12px;
}

.container {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 92%;
  left: 122%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.dropzone_groovy .dz-preview .dz-image img {
  height: 100%;
}

.show_image_modal {
  float: right;
  font-size: 1.5rem;
  margin-top: -35px;
  margin-right: -30px;
  cursor: pointer;
}

.modal .close {

  float: right;
  font-weight: bold;

}

.showimage {
  max-width: 100%;
  height: 100%;
  /* width: 100%; */
  margin: 0 auto;
}

.imgFarme {
  font-size: 17px;
  padding: 5%;
  width: auto;
  height: 548px;
  padding-top: 0%;
}

.error_groovy {
  border: 2px solid #ff0000 !important;
}

label.error_groovy {
  border: none !important;
  font-weight: 500;
  color: red;
}

/* Loader Css Added Start */
.loader_other,
.loaderText {
  display: none;
}

.loader_other {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 45%;
  top: 45%;
}

.loaderText {
  position: absolute;
  left: 41%;
  top: 69%;
  font-size: 22px;
  font-weight: 500;
  font-family: inherit;
  color: white;
}

span.px-3.py-2.rounded-full.bg-theme-1.text-white.mr-1 {
  display: inline-block;
  margin-bottom: 5px;
}

.deleteselectedtrip {
  right: 0px !important;
}

.flot-right {
  float: right;
}

.w-26 {
  width: 7rem;
}

.hide {
  display: none;
}

.animated-progress {
  width: 300px;
  height: 30px;
  border-radius: 5px;
  margin: 20px 10px;
  border: 1px solid rgb(204 37 7);
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}

.progress-blue span {
  background-color: blue;
}

.progress-green span {
  background-color: green;
}

.progress-purple span {
  background-color: indigo;
}

.progress-red span {
  background-color: #cb2507;
}

#show_loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: url(../images/Round_Loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
  /* background: url('pageloader.gif') 50% 50% no-repeat rgb(249, 249, 249); */
}


/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Loader Css Added End */

.event-attendance {
  cursor: pointer;
}

.cursor-disabled {
  cursor: not-allowed;
}

.pac-container {
  z-index: 11000 !important;
}

div#basic-information {
    padding-bottom: 100px;
}

.test-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.test-box {
  display: block;
  min-width: 200px;
  height: 150px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options:hover {
  background-color: #7fb1b3;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview.js--no-default::after {
  display: none;
}
input#gourmet-file:focus{
  outline: whitesmoke;
}
.js--image-preview img {
  height: 100%;
  width: 100%;
  padding: 5px;
}
i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}


.hr-text {
  position: relative;
  ouline: 0;
  border: 0;
  height: 1.5em;
}

.hr-text:before {
  content: '';
  position: absolute;
  background: #f77262;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  font-weight: 600;
  padding: 0 2em;
  line-height: 1.5em;

  background-color: #fcfcfa;
}

.doctors.hr-container {
  padding: 0 15px;
  margin: 10px auto;
}
input#editprofileform-image::-webkit-file-upload-button,
input#gourmet-file::-webkit-file-upload-button {
  visibility: hidden;
}
input#editprofileform-image::before,
input#gourmet-file::before {
  content: "Add Image";
  display: inline-block;
  background-color: #F56826;
  border-radius: 3px;
  width: 100%;
  padding: 7px;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
}
.question-date, .question-view, .question-favorite, .question-reply, .question-category a, .question-comment a {
  font-size: 13px;
  color: #2f3239 !important;
}

article.question.question-type-normal.animation {
margin-top: 50px;
  transition: transform 1.0s;
}
article.question.question-type-normal.animation:hover {
  transform: scale(1.1);
  transition: transform 1.0s;
  z-index: 9999;
}

input#gourmet-file {
  width: 100%;
}

button.disable {
  background: #6e82c5;
}

#users-phone::-webkit-inner-spin-button, 
#users-phone::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


td .profile_view.image-fit > img {
  object-fit: contain;
}

.profile_view.image-fit > img {
  object-fit: contain;
  box-shadow: 0px 0px 10px 0px #000;
  padding: 10px;
}

.dish-image{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.dish-image img {
  width: 150px;
  margin: auto;
}


.theme_color_1{
  color: #DF0052 !important;
}

.theme_color_2{
  color: #F56826 !important;
}

.nav-tabs .active{
  border-color: #DF0052;
}

.top-bar li:after {
  content: '>';
  padding: 5px;
}

.top-bar li:last-child:after {
  content: '';
  padding: 5px;
}

.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before{
  background-color: #fff;
}

a.side-menu:hover svg, .side-nav a.side-menu--active svg,a.side-menu:hover .side-menu__title {
  color: #DF0052;
}

.side-nav .side-menu svg {
  color: #ffffff;
  /* color: #DF0052; */
}
/* test
.text-white:focus,.text-white:hover {
  color: #ffb1bf;
} */

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.line-clamp {
  width: 18rem; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.form-group.field-dish-is_recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group.field-dish-is_recommend .help-block{
  display: contents;
}

.pagination {
  display: flex;
  margin-right: auto;
  margin-top: 10px;
  justify-content: center;
}

ul.pagination a {
  padding: 9px 18px;
  color: #000;
}

ul.pagination .disabled {
  display: none;
}

ul.pagination .active a {
  background-color: #F56826;
  border: 1px solid #1263d1;
  border-radius: 0.375rem;
  color: #fff;
}

.gourmet_image {
  object-fit: cover;
}

.course-list {
  margin-bottom: 10px;
}

.meal-dish .field-dish-dish_available span.select2.select2-container.select2-container--default {
  margin-top: 0.5rem;
}

tr.intro-x.accordion-cooqu .ui-accordion .ui-accordion-header {
    background: transparent;
}

.table-report:not(.table-report--bordered) tr.no-data td {
  background-color: transparent;
  box-shadow: none;
}
.help-block{
  color: red;
}

/* Commission Table */
.comm_table {
  border-collapse: collapse;
  width: 100%;
}

.com_name, .th_row {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

.tr_row:hover {background: radial-gradient(#f568262b, #ffffff);}

#mark{
  border: solid 1px black;
}
.change_value{
  background-color:#F56826;
  border: 1px solid black;
  color: white;
}

.error{
  color: red;
  margin-right: 2px;
}

.text-message{
  width: 100%;
  border-bottom-width: thick;
 } 


.chats{
  margin-bottom: 15px;
}

.ticket_open{
  color: #d6cd49;
  text-indent: 15px;
  font-size: 15px;
}

.ticket_resolved{
  color: #6bc394;
  text-indent: 15px;
  font-size: 15px;
}

.ticket_closed{
  color: #b63838;
  text-indent: 15px;
  font-size: 15px;
}

.resolved{
  background-color: #6bc394;
  margin-top: 13px;
 
}

.closed{
  background-color:#d58585;
  margin-top: 13px;
  cursor: pointer;
  margin-left: 29px;
  margin-right: 74%;
  background: linear-gradient(#e31850, #f56826);
  color: #fff;
}

.opened{
  background: linear-gradient(#f56826, #e31850);
  color: #fff;
  margin-top: 13px;
  margin-left: 31px;
  margin-right: -16px;
  cursor: pointer;
}

.time{
  text-indent: 15px;
}

.float-right .text-message {
  text-align: right;

  
}

.float-left {
  float: left;
  width: 1077px;
}

.float-right {
  float: left;
  width: 1077px;
}

.tooltip{
  opacity: 1;
  font-size: 16px;
  position: relative;
}

.grid-view table, .grid-view table thead {
  background: none;
  color: #000;
}

.grid-view table tr, .grid-view table th, .grid-view table td {
  border : none !important;
}

.panel-info, .panel-info > .panel-heading{
  background: none;
  border: none;
  color: #F56826;
}

.grid-view table thead.kv-table-header{
  top: 0px !important;
  /* background-color: #fff; */
  /* border-radius: 1px; */
  /* z-index: 9999; */
}
.pass_link{
  margin-left: 20px;
  padding-bottom: 10px;
}

.forgot_link{
  border: 2px solid black;
  width: 155px;
  padding: 5px;
  color: #337ab7;
  text-align: center;
}

.panel_state {
  /* position: absolute; */
  bottom: 0px;
  display: block;
  /* width: 100%; */
  /* text-align: center; */
  /* padding: 5px; */
  /* top: 80px; */
}

.toggle_admin{
  color: #DF0052;
  /* color: rgba(223, 0, 82, var(--text-opacity)); */
  border: 0px solid;
  /* border-radius: 11px; */
  background-color: #ffffff00 !important;
  /* text-align: center; */
  /* padding: 1rem !important; */
}


.kv-panel-before {
  border: none;
}

.kv-page-summary-container {
  border: 0;
}

.kv-panel-after {
  border: 0;
}

/* .grid-view table thead.kv-table-header th {
    padding: 20px;
} */

/*thead.kv-table-header,thead.kv-table-header td {
    background: none !important;
    border: none;
    box-shadow: none;
}*/

.table > tbody > tr > th, .table > tbody > tr > td{
  border-top: 0px;
  border: 0px;
}

.menu-content.side-menu__sub-open:hover{
  color: #ffffff;
}
.default_comm{
  font-size: x-large;
}
.add_pill{
  height:25px;
  width:110px;
  background: linear-gradient(#f56826d9, #DF0052);
  border:none;
  color:white;
  border-radius: 5px;

}

#pill_container{
  /* display:flex;
  align-items:center; */
  margin-top: 8px;
  padding: 11px;
}

.button a:hover{
  color:#fff;
}

.support_active{
  background: linear-gradient(#f56826d9, #DF0052);
  color: #fff;
}

.support_date{
  color: #fff;
}

.support_title{
  color: #fff;
}

.dummy_email svg {
  vertical-align: inherit;
  margin-bottom: -0.15em;
}
.dummy_email rect {
  fill: currentcolor;
}

.side-nav > ul ul li a.side-menu--active .side-menu__svg {
  color: #fff;
}


.side-nav .has-sub .nav-item svg {
  color: #DF0052;
}

.menu_dish_type .panel-heading .accordion-toggle:after {
  content: '';
}

.menu_dish_type .panel-heading .accordion-toggle .title_custom_type:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  padding: 0 10px;
  color: grey;
}

.menu_dish_type .panel-heading .accordion-toggle .title_custom_type {
  float: right;
  padding: 0 5px;
}

.custom_filter_css .select2, .custom_filter_css input {
  margin-top: 5px;
}

tbody.kv-page-summary-container.kv-float-footer{
  z-index: 9999;
}


.btn-danger, .btn-danger:hover, .btn-danger.focus, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-success, .btn-success:hover, .btn-success:focus{
  background-color : #DF0052 !important;
  border : none !important;
}


.all-settings-view .table-bordered{
  border: 0px !important;
}



/* For the chart  */
canvas {
  /* border: 1px dotted #f7ded2d9; */
}

.chart-container {
  position: relative;
  margin: auto;
  height: 80vh;
  width: 80vw;
}


/* For the mobile view admin panel */
@media (max-width: 767px) {
  .panel_state {
    position: relative;
  }
}

.review_action a {
  padding: 10px;
}

.review_action a svg {
  margin: 0 5px 0px 0px;
}

.dummy_email {
  padding: 5px 5px 5px 5px;
}

#specific_num::-webkit-inner-spin-button, #specific_num::-webkit-outer-spin-button {
    display: none;
}

.custom_noti_queue span.kv-sort-icon {
  display: none;
}

.custom_sms_log span.kv-sort-icon, .custom_noti_log span.kv-sort-icon {
  display: none;
}

.notification-bubble {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.nav-item:hover .notification-bubble {
  background-color:#DF0052;
}
