@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
html,
body {
  height: 100%;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 14px;
}

*{
  word-break: break-word;
}

.loginPage {
  width: 100%;
  height: 100%;
  margin: 0;
  display: table;
  text-align: center;
  min-width: 700px;
  padding: 30px 0px 10px;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
}

.login-box {
  width: 100%;
  padding: 2% 0;
  text-align: center;
  align-items: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.login-box-body {
  width: 800px;
  padding: 0;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.08);
}

.login-box-body .row {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}
.login-box-body .leftSection {
  max-width: 330px;
  display: inline-block;
  width: 42%;
  position: relative;
  padding: 0;
  float: left;
}
.login-box-body .rightSection {
  max-width: inherit;
  display: inline-block;
  width: 58%;
  vertical-align: top;
  float: right;
  padding: 0;
  padding: 25px 25px 0;
}
.authImage {
  max-height: 520px;
}
.login-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.login-box-msg {
  font-weight: 500;
  font-size: 26px;
  line-height: 44px;
  color: #710714;
  text-align: left;
  padding: 0;
  padding-bottom: 12px;
}
p.help-block.help-block-error {
  margin-top: 4px !important;
  font-size: 13px;
  margin-bottom: 0;
}
.rightSection .fa,
.rightSection .fas {
  font-size: 16px;
}
.input-group.loginInput {
  width: 100%;
  margin-bottom: 20px !important;
  position: relative;
}
.input-group.loginInput label {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  line-height: 22px;
}
.input-group.loginInput span {
  position: absolute;
  right: 8px;
  top: 26px;
  height: 40px;
  display: flex;
  color: #777777;
  align-items: center;
  z-index: 999;
}
.input-group.loginInput input {
  width: 100%;
  padding-right: 30px;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  border-color: #d9d9d9;
  border-radius: 4px !important;
  position: relative;
}
.input-group.loginInput input + p {
  margin: 0;
  margin-top: 8px;
}
.input-group.loginInput input + p.help-block.help-block-error,
.input-group.loginInput.loginCaptcha a.refresh + p.help-block.help-block-error{
  /*position: absolute;
  bottom: -24px;
  left: 0px;*/
}
.input-group.loginInput.loginCaptcha a.refresh + p {
  display: block;
  width: 100%;
  order: 4;
}
.input-group.loginInput.loginCaptcha input {
  width: 65%;
  order: 1;
}
[class*=icheck-]>input:first-child{
  z-index: -1;
}
.input-group.loginInput.loginCaptcha > img {
  order: 2;
  cursor: pointer;
}
a.refresh {
  order: 3;
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 18px;
  float: right;
}
.input-group.loginInput input::placeholder {
  color: #9999;
  font-size: 15px;
  font-weight: 400;
}
.form-control{
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 40px;
  padding: 8px 15px
}
select.form-control{
  appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
}
.form-control:focus {
  border-color: #df671b  !important;
  box-shadow: 0px 0 4px rgba(113, 7, 20, 0.5);
}
.input-group.loginCaptcha input {
  /* width: 60%; */
  padding-right: 15px;
}
/* img.refreshImg {
  display: table-cell;
  vertical-align: middle;
  margin: 12px 0 0;
  margin-left: 2px;
} */
img.refreshImg {
  display: inline-flex;
  vertical-align: middle;
  padding-top: 12px;
  margin-left: 2px;
  cursor: pointer;
}
.icheck-primary {
  margin: 20px 0 30px !important;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
  border-color: #df671b;
}
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
  background-color: #df671b;
  border-color: #df671b;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
[class*="icheck-"] > label {
  min-width: 20px;
  min-height: 20px;
}
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
  top: -1px;
  width: 6px;
  left: -1px;
  height: 11px;
}
.icheck-primary label {
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 22px;
  color: #000000 !important;
}
input[type="checkbox" i] {
  outline: 0;
}
table input[type="checkbox" i] {
  width: 20px;
  height: 20px;
}

.lastLine {
  display: table;
  width: 100%;
}
.btn.btnAuth,
.btn.btnAuth:hover,
.btn.btnAuth:focus,
.btn.btnAuth:active {
  width: 120px;
  height: 40px;
  border-radius: 6px;
  background-color: #df671b !important;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
.forgotPwd,
a.forgotPwd:hover,
a.forgotPwd:focus,
a.forgotPwd:active {
  font-weight: 500;
    font-size: 14px;
    color: #df671b;
    line-height: 1;
    /* display: table-cell; */
    vertical-align: top;
    float: right;
    margin-top: 13px;
}

/********** Sidebar Styling **********/
.sidebar {
  height: calc(100% - 185px);
  background-color: #fff;
}
.sidebar-mini.sidebar-collapse .sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar {
  height: calc(100% - 70px);
}
/* .main-sidebar:hover .sidebar */
[class*="sidebar-dark"] .brand-link {
  text-align: center;
  border-bottom: none;
  background-color: #fff;
  margin: auto;
  max-width: 180px;
}
[class*="sidebar-dark"] .brand-link img {
  width: 90px;
      transition: all 0.3s ease-in-out;
}
.layout-fixed .main-sidebar{
  background: #fff;
      box-shadow: 0 -3px 28px -6px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.01)!important;
}
.navigate {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #f3c7ab;
  padding: 18px 25px 16px;
  background-color: #fff;
  border-top: 1px solid #fae8db;
  border-bottom: 1px solid #fae8db;
}
.os-content {
  padding: 0 !important;
  background-color: inherit;
}
.nav-sidebar .nav-item > .nav-link,.nav-sidebar .nav-item:hover > .nav-link {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333 !important;
  line-height: 1;
}
.sidebar-dark-primary .nav-sidebar .nav-item .nav-link:hover,
.sidebar-dark-primary .nav-sidebar .nav-item .nav-link.active:hover,
.sidebar-dark-primary .nav-sidebar .nav-item .nav-link.active,
.sidebar-light-primary .nav-sidebar .nav-item .nav-link.active
{
  background-color: #fcf0e8 !important;
  border-radius: 0;
  color: #df671b !important;
  text-transform: capitalize;
  font-size: 14px;
  box-shadow: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .navigate {
  display: none;
  transition: all 0.3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .navigate {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-link img {
  width: 52px;
  transition: all 0.3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link img {
  width: 130px;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .nav-link {
  line-height: 1.5;
  padding: 15px 22px;
}
.nav-sidebar > .nav-item .nav-icon.fas {
  font-size: 14px;
}

/******* Header Styling *******/
.main-header .nav-link {
  font-size: 20px;
  line-height: 1.2;
}
i.fa-bars {
  color: #000;
}
li.dropdown.user.user-menu {
  padding: 7px;
  line-height: 1;
}
.navbar-nav > .user-menu .user-image {
  margin-top: 0px;
  width: 30px;
  height: 30px;
}
.user-image + span.hidden-xs {
  padding-left: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-radius: 0;
  right: 0px;
  border: 1px solid #fff;
  /* border-top: 1px solid #dee2e6; */
  border-top: 0;
}
.dropdown-menu.show {
  left: inherit;
  right: 0;
  top: 47px;
}
a.dropdown-toggle {
  color: #000000;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  font-size: 12px;
}
.dropdown-menu.show .user-header {
  background-color: #df671b;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  word-break: break-word;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  margin-top: 8px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  background-color: #fff;
  border: 0;
  float: none;
  display: block;
  padding-bottom: 0px;
  margin: 6px 0;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  background-color: #f4f4f4 !important;
  padding: 8px 12px;
  border-radius: 0;
  font-size: 13px;
  color: #000000 !important;
  line-height: 1;
  border: 1px solid #ddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  padding: 10px 18px;
  background-color: #f9f9f9;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #000;
  background-color: #f4f4f4;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #ddd;
}

/******* Footer Styling *******/
.main-footer {
  color: #000;
  font-size: 13px;
  /* width: calc(100% - 250px); */
}
.content-wrapper .main-footer {
  margin: 0;
  /*width: calc(100% - 250px);*/
}
.main-footer strong {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

/***** Beverages Listing Styling *****/
.content-wrapper {
  /*width: calc(100% - 250px);*/
  min-height: calc(100vh - 109px) !important;
  padding:10px 15px;
}
.content-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  padding-bottom: 5px;
}
.toggle.btn {
  min-width: 35px;
  width: 35px !important;
  min-height: 12px;
  height: 12px !important;
  border: 0;
  border-radius: 20px;
  margin-left: 5px;
}
.toggle {
  overflow: visible;
}
.toggle-on,
.toggle-off {
  opacity: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  top: -7px;
  z-index: 999;
  border-radius: 100%;
  padding: 0;
  width: 21px;
  height: 20px;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus, .bootbox-accept{
  background: #df671b;
    border-color: #df671b;
    padding: 8px 10px 9px;
    font-size: 14px;
    transition: all 200ms linear !important;
    border-radius: 5px;
}
.btn-primary {
  min-width: 92px;
}
.table-claim-btn{
  float: right;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #df671b;
}
.toggle.btn-primary {
  background-color: #c6c5c5;
}
.toggle.btn-default,
.toggle.btn-default.hover,
.toggle.btn-default:active,
.toggle.btn-default:hover {
  background-color: #dabfc2;
}
.toggle.btn-default.off .toggle-handle {
  background-color: #df671b;
  left: 5px;
  top: -5px;
  padding: 8px 10px 9px;
  font-size: 14px;
}
.toggle.btn-primary .toggle-handle {
  background-color: #f1f1f1;
  left: -5px;
  top: -2px;
}

/* Blog Pages */
.blogs-create h1 {
  font-size: 24px;
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
}
.blogs-form {
  /* padding: 15px; */
  background-color: #ffffff;
  min-height: calc(100vh - 250px);
  border: 1px solid #ddd;
    border-radius: 5px;
}
.h2Heading {
  font-size: 18px;
  line-height: 1.5;
  color: #df671b;
  font-weight: 500;
  padding: 12px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}
.formWrapper {
  padding: 30px 15px 0;
}
.pageHeading {
  width: 100%;
  padding-bottom: 8px;
}
.listPage {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 15px;
}
.h2HeadingListPage {
  font-size: 18px;
  line-height: 1.9;
  color: #df671b;
  font-weight: 500;
  margin: 0;
  vertical-align: middle;
}
.blogs-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 500 !important;
  line-height: 2.5;
  color: #000 !important;
}
.blogs-form input.uploadPhoto {
  width: 163px;
  position: absolute;
  bottom: 0;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
input[type="file"] {
  display: block;
}
button,
input {
  overflow: visible;
}
.blogs-form .btnImage {
      width: 100px;
    height: 35px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    border: 0;
    background-color: #dedede;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}
.previewImage {
  /* max-width: 320px; */
  max-width: 150px;
  max-height: 150px;
  width: 150px; 
  height: 150px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  display: table-cell;
  overflow: hidden;
}
.previewImage img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
label.d-table-cell {
  /*height: 150px;*/
  vertical-align: bottom;
  line-height: 1.5;
}
.previewImage + label {
  /* display: table-cell;
  vertical-align: bottom;
  height: 150px;
  position: relative; */
}
.blogs-form .form-control {
  font-size: 14px;
  color: #000000;
  width: 80%;
  display: block;
}
.blogs-form.food-recipe-form .form-control{
  width: 100%;
}
.blogs-form.food-recipe-form .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 37px;
  width: 28px;
}
.blogs-form.food-recipe-form .select2-container--krajee .select2-selection--single {
      border: 1px solid #e2e2e2;
      border-radius: 5px;
      height: 40px;
      padding: 8px 15px;
}
.blogs-form.food-recipe-form .has-error .select2-container--krajee .select2-selection--single {
    border: 1px solid #ba4742;
}
.blogs-form.food-recipe-form .has-success .select2-container--krajee .select2-selection--single {
  border: 1px solid #3c763d;
}

.food-category-select2{
  width: inherit !important;
}
.btns {
  margin-top: 20px;
  margin-bottom: 40px;
}
.btns .btn {
  border: 0;
  border-radius: 7px;
  line-height: 1;
  text-align: center;
  min-width: 112px;
  height: 42px;
  font-weight: 500;
  font-size: 17px;
}

.btnBrown,
.btnBrown:hover,
.btnBrown:focus,
.btnBrown:active {
  color: #ffffff !important;
  background-color: #df671b;
  border: 0;
}
.customInput,
.customInput.btnBrown:hover,
.customInput.btnBrown:focus,
.customInput.btnBrown:active{
  background: #dedede !important;
  color: #000 !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #71071480;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #df671b;
  border: 0;
}
.btn-success {
  font-weight: 400;
  font-size: 16px;
  padding: 8px 15px;
}
.btnGray {
  background-color: #e6e6e6;
  color: #000000;
  margin-left: 0px;
  border: 0;
}

.breadcrumb {
  float: right;
  margin: 0;
  background-color: transparent;
  padding: 6px 0 0;
  vertical-align: middle;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\203A";
  vertical-align: top;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #878788;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.breadcrumb-item.active {
  /* color: #710714; */
  line-height: 25px;
}

/* Modal Styling */
.modal-dialog {
  max-width: 500px;
  margin: 6rem auto 0;
}
.modal-content {
  border-radius: 10px;
}
h4.modal-title {
      font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.modal-header .close {
      padding: 6px 15px;
    font-size: 29px;
    line-height: 1.2;
}
.modal-header {
  padding-bottom: 12px;
  padding: 20px 25px 0px;
  border:none;
}
.modal-body {
  padding: 0 25px 20px;
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
}
.bootbox .modal-body {
  padding: 25px 10px 15px;
}
.modal-body b {
  display: inline-block;
  
}
.modal-body p {
  margin: 0;
}
.modal-body .btns {
  margin-top: 25px;
}
.modal-body .btns .btn {
  min-width: 100px;
}
.modalFormWrapper {
  max-width: 600px;
}
.modalFormWrapper .modal-header {
  padding: 15px 20px 12px;
}
.modalFormWrapper .modal-body {
  padding: 20px 20px 40px;
}
.modalFormWrapper label {
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
}
.modalFormWrapper .btns.btnsResponsive {
  margin-top: 40px;
}

/* Advertisement View Page */
.advertisements-view {
  background-color: #ffffff;
  min-height: calc(100vh - 160px);
}
.viewWrapper {
  padding: 5px 15px 0;
  color: #000000;
}
img.viewAddBig {
  max-width: 500px;
  max-height: 250px;
  border-radius: 6px;
  margin-top: 5px;
}
img.viewAddSmall {
  max-width: 180px;
  max-height: 80px;
  border-radius: 6px;
  margin-top: 5px;
}
.h3Heading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-top: 25px;
}
.blog-name{
  font-size: 22px;
}
.viewWrapper b {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.viewWrapper p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.blogs-view {
  background-color: #ffffff;
  min-height: calc(100vh - 160px);
  padding-bottom: 30px;
}
.blogs-view .h2Heading,
.user-view .h2Heading {
  padding: 12px 20px 10px;
}
.blogs-view .viewWrapper {
  padding: 25px 20px 0;
  color: #000000;
}
.viewBlog {
  max-width: 450px;
  display: block;
  border-radius: 6px;
}
.blogs-view p {
  margin-top: 25px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}
.customize {
  width: 100%;
  border-color: #cccccc;
  margin: 20px 0;
}
.likes {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: -5px;
}
.brownText {
  color: #df671b;
  font-weight: 700;
}
.likes i.fas {
  font-size: 20px;
  padding-right: 4px;
}
.h4Heading {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.user-comments {
  display: table;
  margin-top: 6px;
}
.commentImage {
  max-width: 70px;
  border-radius: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  object-fit: cover;
}
.userNames {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
p.boldName {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
p.dateGray {
  margin: 0;
  font-size: 14px;
  color: #666;
}
p.commentInDetail {
  font-size: 14px;
  margin-top: 12px;
  color: #000;
  line-height: 1.8;
  white-space: normal;
}
.commentArea {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: -10px;
}
.commentSection {
  /*max-height: 800px;*/
  /*overflow-y: auto;*/
  background-color: #fff !important;
  margin-right: -15px;
}

.commentSection .row {
  margin-left: 0;
  margin-right: 0;
}
.commentSection .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.commentSection .nav-sidebar {
  padding-right: 15px;
}
.commentSection .os-scrollbar {
  opacity: 0;
}
.commentSection:hover .os-scrollbar {
  opacity: 1;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 8px;
}
.cke_chrome {
  width: 80% !important;
}

/* User View Page */
.user-view {
  background-color: #ffffff;
  min-height: calc(100vh - 160px);
}
.user-view .viewWrapper {
  padding: 20px 20px;
  color: #000000;
}
.viewWrapper {
  padding: 5px 15px 0;
  color: #000000;
}
.profileTop .h3Heading {
  margin: 0;
}
.viewWrapper .profileTop b {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.viewWrapper .profileTop p {
  line-height: 1.5;
}
.user-view .viewWrapper b {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.user-view .viewWrapper p {
  font-size: 16px;
}
.userPageImage {
  max-width: 110px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.jumbotron {
  padding: 10px 7px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}
ul.jumbotron li {
  display: inline-block;
  width: auto;
  padding: 0 28px;
  padding-left: 22px;
  border-right: 1px solid #c9c9c9;
}
ul.jumbotron li:last-child {
  border-right: 0;
}
ul.jumbotron li strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #282828;
}
.viewWrapper ul.jumbotron li p {
  font-size: 18px;
  line-height: 1.7;
  color: #282828;
}
.tableWrapper .form-control {
  width: auto;
  display: inline-block;
}
.tableWrapper .table .form-control {
  width: 100%;
}
.tableWrapper .table .form-control#regionsearch-region_name,
.tableWrapper .table .form-control#usersearch-first_name,
.tableWrapper .table .form-control#usersearch-email,
.tableWrapper .table .form-control#usersearch-trip_number,
.tableWrapper .table .form-control#emailtemplatessearch-title,
.tableWrapper .table .form-control#emailtemplatessearch-subject{
  width: auto;
}
.table-bordered tr td:last-child a{
  margin-left: 5px;
  margin-right: 5px;
}
.tableWrapper .fas,
.tableWrapper .fa {
  color: #df671b ;
}
.grid-view .form-group span {
  font-size: 13px;
}
.user-page .col-md-12 .form-group .form-control{
  padding: 7px;
  height: auto;
}
.cms-page .col-md-12 .form-control{
  width: auto;
}
.user-page .col-md-12 .form-group{
  margin-bottom: 10px;
}
.select-label {
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.tableWrapper {
  background: #fff;
    padding: 15px 15px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
}
.tableWrapper .summary {
  font-size: 13px;
  font-weight: 400;
}
.table-bordered td {
  font-size: 14px;
}
.table-bordered thead td a,
.table-bordered thead th a {
  font-weight: 700;
  color: #000000;
  /*font-size: 14px;*/
}
.table-bordered thead th{
  position: relative;
}
.table-bordered thead th a:after{
  font-family: 'Glyphicons Halflings';
  /*content: "\e155";*/
  content: "";
  /*position: absolute;
  right: 5px;
  top: 10px;*/
}
.table-bordered thead th a.desc:after{
  content: " \e156";
}
.table-bordered thead th a.asc:after{
  content: " \e155";
}
.table-bordered thead td a{
  font-size: 14px;
}
.table-bordered tr td:last-child,
.table-bordered tr th:last-child {
  text-align: center;
  width: 140px;
  font-weight: 700;
  color: #000000 !important;
 /* font-size: 14px;*/
}
.table-bordered tr td:last-child{
  font-size: 14px;
      width: 175px;
      min-width: 175px;
}
.table-striped tbody tr:nth-of-type(odd)
 {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even){
   background-color: #f9f9f9;
}
.table-bordered {
  border: 1px solid #dbdbdb;
  border-left: 0;
  border-right: 0;
  margin-top: 5px;
}
.table-bordered thead th{
  background: #fff !important;
      white-space: nowrap;
}
.table-bordered thead td,
.table-bordered thead th,
.table-bordered tbody td,
.table-bordered tbody th {
  border-left: 0 !important;
  border-right: 0 !important;
  border-color: #dbdbdb;
      word-break: break-word;
  vertical-align: middle;
}
.table-bordered tbody td p {
  margin-bottom: 0;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dbdbdb;
  font-size: 14px;
  
    min-width: 120px;

}
.table {
  border: 1px solid #dbdbdb;
  margin: 0px;
}
.table tr:nth-of-type(even){
  background: #f9f9f9;
}
.table-bordered thead td {
  border-bottom-width: 1px;
}

.pagination-wrapper {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.pagination {
  display: inline-flex;
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
.pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 13px;
}
.pagination li:last-child span {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 13px;
}
.pagination li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
li.disabled span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  /* margin-left: -1px; */
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.pagination li.active a {
  z-index: 1;
  color: #fff;
  background-color: #df671b;
  border-color: #df671b;
  font-weight: 500;
}
.lastInfoRow .col-lg-3 {
  text-align: left;
  padding-top: 10px;
}
.lastInfoRow .col-lg-9 {
  text-align: right;
}
.dashboard {
  padding: 0;
}
.small-box .icon > i.ion {
  top: inherit;
    font-size: 40px;
    bottom: 14px;
    color: #fff;
    opacity: .3;
}
/* .dashboardIcon {
  width: 85%;
} */
.small-box > .inner {
  padding: 20px;
}
.bg-info {
  background-color: #56bed8 !important;
}
.bg-success {
  background-color: #37b77c !important;
}
.bg-red {
  background-color: #e65d4d !important;
}
.bg-orange {
  background-color: #f17b56 !important;
}
.bg-purple {
  background-color: #a683d4 !important;
}
.bg-pink {
  background-color: #d67fbc !important;
}
.bg-blue {
  background-color: #5699f1 !important;
}
.bg-green {
  background-color: #6fc978 !important;
}
.bg-drak-blue{
  background-color: #489bbf !important;
}
.bg-gold{
  background-color: #d99f85 !important;
}
.bg-navi{
  background-color: #647fcf !important;
}
.bg-light-yellow{
  background-color: #c1ae51 !important;
}
.bg-light-orange{
  background-color: #dc7373 !important;
}
.small-box h3 {
  font-size: 34px !important;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 18px;
}
.small-box p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 400;
}
.small-box > .small-box-footer,
.bg-orange a {
  color: #ffffff !important;
}
.dashboard .pageHeading .d-table-cell {
  vertical-align: middle;
}
.dashboardTableCard {
  width: 100%;
  background-color: #ffffff;
}
.panelHeader {
  width: 100%;
  /*background-color: #fff;*/
  padding: 20px 0px 16px;
  /*border-bottom: 1px solid #dbdbdb;*/
}
.dashboardTableCard {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}
.panelHeader h5 {
  font-size: 18px;
  color: #df671b;
  font-weight: 400;
}
.panelHeader a {
  font-size: 15px;
  color: #df671b;
  font-weight: 500;
  vertical-align: middle;
}
.dashboardTableCard .os-content {
  /*padding: 15px !important;*/
  padding-top: 0 !important;
}
.table.table-head-fixed.nav-sidebar thead tr:nth-child(1) th {
  border-top: 0;
  box-shadow: inset 0 -1px 0 #dbdbdb;
}
.card-body.table-responsive.sidebar.commentSection {
  padding-top: 0;
  padding-bottom: 0;
}
span.message {
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.messageTable .table tr td:last-child {
  max-width: 150px;
  width: 150px;
  padding-bottom: 6px;
}
.alert {
  position: fixed;
  right: 15px;
  top: 15px;
  width: auto;
  padding: 10px 15px !important;
  line-height: 1.5;
  margin: 0;
  z-index: 9999;
}
.alert button.close,
.alert button.close:hover,
.alert button.close:focus,
.alert button.close:active {
  padding-left: 10px;
  outline: 0;
}
.table td {
  font-size: 14px;
}
.smallAuthScreen .authImage {
  max-height: 400px;
}
.smallAuthScreen .login-logo img {
  max-width: 100%;
}
.login-box-body .smallAuthScreen .leftSection {
  width: 32%;
}
.login-box-body .smallAuthScreen .rightSection {
  width: 68%;
}
div#vendors-type {
  width: 100%;
}
div#vendors-type > label {
  width: 25%;
  width: 100%;
  font-weight: 400 !important;
  font-size: 15px;
}
.blogs-form label.modal-radio{
  font-weight: normal !important;
  margin-right: 20px;
}
.modal-radio{
  font-size: 14px;
}
.modal-radio span {
  display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    vertical-align: text-top;
    margin-top: 2px;
    width: 16px;
    height: 16px;
}
.modal-radio input{
  opacity: 0;
  position: absolute;
}
.modal-radio input[type="radio"] + span:before{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 30px;
  border:1px solid #9e9e9e;
}
.modal-radio input[type="radio"]:checked + span:before{
  
  border:1px solid #df671b;
}
.modal-radio input[type="radio"]:checked + span:after{
  content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    top: 0px;
    bottom: 0px;
    background: #df671b;
    border-radius: 30px;
    margin: auto;
  
}



.blogs-form .daysTrack .form-control {
  width: 100%;
  padding-right: 30px;
  text-align: center;
}
.open-timepicker,
.close-timepicker {
  position: relative;
}
.open-timepicker i,
.close-timepicker i {
  position: absolute;
  right: 9px;
  top: 14px;
  font-size: 14px;
  color: #686868;
}
.keywords_labels {
  padding: 0 20px !important;
}
.modal-body label {
  
}
.form-check-input{
  margin-top: 6px;
}
.btns.backBtn a {
  padding: 0;
}
.backBtn{
  margin-bottom: 0px !important;
  margin-top: 10px
}
.datepicker.dropdown-menu {
  min-width: 15rem;
}
.datepicker table {
  width: 100%;
}
.checkBlock {
  display: inline-block;
  line-height: 2.5;
}
.checkBlock input[type="checkbox"],.custom-checkbox input {
  height: 16px;
  opacity: 0;
}
.amenities-right .custom-checkbox {
      width: 24%;
    margin-bottom: 20px;
    vertical-align: top;
}
.custom-checkbox span{
  vertical-align: top;
    line-height: 20px;
}
.checkBlock input + span,.custom-checkbox span{
  /*padding-left: 24px;*/
  position: relative;
}
.checkBlock input + span:before,.custom-checkbox input + span:before{
  border: 1px solid #9e9e9e;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 3px;
}
.checkBlock input:checked + span:before,.custom-checkbox input:checked  + span:before{
  background: #df671b;
  border: 1px solid #df671b;
}
.checkBlock input:checked + span:after,.custom-checkbox input:checked  + span:after{
  content: '';
    position: absolute;
    top: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    width: 9px;
    height: 5px;
    left: 3px;
}
.closeText {
      display: inline-block;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: text-top;
}
.checkBlock input[type="checkbox"] {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: absolute;
  top: -11px;
  *overflow: hidden;
}
.checkBlock label {
  display: block;
  padding-left: 10px;
  /*text-indent: -20px;*/
}
.hyphen {
  line-height: 2;
  display: inline-block;
}
.positionR {
  position: relative;
  margin-top: 10px;
}
div.help-block {
  color: #710714;
  font-size: 13px;
  line-height: 2;
  clear: both;
}


.header-user-name{
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
      vertical-align: middle;
}
.user-listing .table-bordered thead th:nth-child(3),#usersearch-trip_number{
  width: 120px !important;
}
.daterangepicker1{
  background: #fff url(../img/calendar-icon.png) no-repeat 95% center !important;
  min-width: 160px;
  position: relative;
}
.daterangepicker1:before{
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #999;
}

.displayed-btn{
  cursor: auto !important;
}
.modal-open .modal{
  padding-right: 0px !important;
  opacity:1 !important;
}
.commentSection .customize{
  margin: 12px 0px;
}
.edit-blog-btn a{
  padding: 0px !important;
  margin-left: 10px !important;
}
.sidebar{
  padding: 0px !important;
  width: 100% !important;
}
/*.os-content-glue{
  margin: 0px !important;
  width: 100% !important;
}*/
.keywords_labels-cover{
  width: 80%;
}
.keywords_labels{
  margin-bottom: 4px !important
}
.claim-pagination .pagination{
  float: right;
}
.claim-input-search input{
  font-size: 14px;
}
.grid-view select{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  height: 35px;
  padding: 5px 10px;
  padding-right: 24px;
}
.claim-right-switch-cover{
    float: right;
    margin-top: -25px;
    
}
.claim-right-switch-cover + .help-block{
  margin: 0px;
}
.claim-right-switch-cover .custom-switch {
  padding-left: 0;
  padding-right: 50px;
}
.claim-right-switch-cover .custom-switch .custom-control-label{
      color: #5a5a5a;
          line-height: 22px;

}
.claim-right-switch-cover .custom-switch .custom-control-label::before{
  right: -50px;
    left: inherit;
    background: #c7c7c7;
    box-shadow: none;
    border: none;
    width: 34px;
    height: 17px;
    border-radius: 44px;
}
.claim-right-switch-cover .custom-switch .custom-control-label::after{
  right: -32px;
    left: inherit;
    background: #fff;
    height: 13px;
    width: 14px;
    margin-right: 1px;
}
.Congratulation-modal .modal-dialog{
  max-width: 470px;
}
.modal .modal-header .close{
      right: 15px;
    top: 12px;
}
.modal .close {
  padding: 6px 15px;
  font-size: 29px;
  line-height: 1.2;
  position: absolute;
  right: 0px;
  top: 0px;
}
.bootbox.modal .close {
  padding: 10px 15px;
  line-height: 0.9;
}
.Congratulation-modal-content{
  width: 100%;
  float: left;
  padding: 40px 0px 15px;
  text-align: center;
}
.Congratulation-modal-icon{
  font-size: 66px;
  color: #2bae38;
  line-height: 50px;
  margin-bottom: 10px;
}
.Congratulation-modal-title{
  font-size: 40px;
  color: #2bae38;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}
.Congratulation-modal-content p{
  font-size: 16px;
  margin-bottom: 15px;
}
.my-claim-top-filed{
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    min-width: 44%;
}
.my-claim-top-filed .form-control{
  width: 100% !important;
}
.my-claim-top-button .btn-primary,.my-claim-top-button .btn-primary:hover,.my-claim-top-button .btn-primary:focus{
  padding-left: 13px;
  padding-right: 13px;
}
.my-claim-top-button{
  display:inline-block;margin-left: 5px;
}
.my-venue-top-right{
  float: right;
  text-align: right;
      padding-right: 0;
}
.bulk-edit-cover > .col-xl-4,.bulk-edit-cover > .col-xl-6:first-child{
  order: 2;
}
.daysTrack-cover{
  /*min-width: 435px;*/
  margin-left: 15px;
}
.margin-left-15px{
  margin-left: 15px;
}
.open-timepicker, .close-timepicker{
  width: 115px;
}
.bulk-edit-holiday-field{
      flex: 0 0 40%;
      max-width: 40%;
}
.bulk-edit-holiday-button{
      flex: 0 0 20%;
      max-width: 20%;
}
.bulk-edit-holiday-field .form-control{
  width: 100%;
}
.btnplus{
  background: none;
  border: none;
  color: #df671b;
  font-size: 20px;
  outline: none !important;
}
.btnremove{
  background: none;
  border: none;
  color: #d54141;
  font-size: 20px;
  outline: none !important;
}
.form-control:disabled, .form-control[readonly],.form-control.readonly {
    background-color: #e9ecef;
    opacity: 1;
}
.profile-img-des{
  margin-top: 5px;
  font-size: 14px;
}
.no-gap{
  padding: 0px;
}
.nav-tabs .nav-item:first-child .nav-link{
  border-left: none;
  
} 
.nav-tabs .nav-item .nav-link.active{
  
  border-bottom: 2px solid #fff;
  font-weight: 600;
  color: #000;
  border-left: none;
} 
.nav-tabs .nav-link{
  border-top: none;
  border-right: 1px solid #ddd;
  padding: 20px 20px;
  color: #b2b2b2;
  border-radius: 0px !important
}
.nav-tabs .nav-link:hover{
 border-top: none;
 border-bottom: none;
  border-right: 1px solid #ddd;
}
.tab-content .tableWrapper{
  border: none;
}
.gallery-broser label{
  display: none;
}
.gallery-broser input{
  opacity: 0;
  z-index: 99;
    position: relative;
}
.gallery-browse-btn{
      position: absolute;
    top: 0px;
    left: -14px;
}
.not-text{
      display: inline-block;
    width: 100%;
}
#sortable{
  margin-top: 20px;
}
.sortable-gallery{
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sortable-gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remove, .remove-new-uploaded{
    position: absolute;
    top: 2px;
    right: 5px;
    color: #de3131;
}
.drinks-status label{
  font-size: 0px;
}
.item_drinks{
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.drins-remove-cover{
  text-align: right;
      margin-bottom: 0;
}
.event-input-cover {
    display: inline-block;
}
.event-btn-cover {
    display: inline-block;
    margin-left: 10px;
}
.event-right-form{
  
  float: right;
  text-align: right;
}
.card-body.table-responsive.sidebar.commentSection{
  position: relative;
  overflow-y: auto;
  overflow-x: inherit;
}

.qr-coder-right-form{
  float: right;
  text-align: right;
  min-width: 35%;
}
.qr-coder-right-form .event-input-cover{
    width: 74%;
}
.qr-coder-right-form .form-control{
    width: 100%;
}

.event-right-form{
  float: right;
  text-align: right;
  min-width: 40%;
}

.event-right-form .event-input-cover{
    width: 74%;
}
.event-right-form .form-control{
    width: 100%;
}
    
.custom-switch input:checked + .custom-control-label::before {
  background: #2bae38
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(18px);
        transform: translateX(18px);
}
.custom-switch .custom-control-input{
      width: 35px;
    height: 22px;
    z-index: 9;
    cursor: pointer;
}
.custom-control-input{
  right: 0px;
}
.drinks-switch-button{
    float: left;
    margin-left: -15px;
    margin-top: 6px;
    margin-bottom: 0;
}
.modal-radio.custom-checkbox span{
  vertical-align: text-top;
  margin-top: 0px;
}
.uploads-img-hidden .form-group{
  margin: 0px;
}
.ementy-img img{
  width: 30px;
}
.entry-cover{
      width: 70%;
    display: inline-block;
    vertical-align: top;
}
.send-invitation-modal .modal-dialog{
  max-width: 530px;

}
.send-invitation-modal  .form-control,.add-even-modal .form-control{
  width: 100%
}
.share-modal-link{
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.share-modal-link-facebook{
  background: #4575bf;
}
.share-modal-link-instagram{
  background: #ca2693;
}
.share-modal-link-twitter{
  background: #48c5f4;
}
.share-modal-link-snapchat{
  background: #d2d045;
}
.claim-top-right{
  float:right;margin-left:10px;position: relative;
}
.small-box{
  border-radius: 10px;
}
.table-image{
  background: #fff;
    padding: 5px;
}
.Congratulation-modal-content .btn-primary,.Congratulation-modal-content .btn-primary:hover,.Congratulation-modal-content .btn-primary:focus{
  min-width: 85px;
}
.subscription-left-box{
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 13px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding:18px 22px;
}
.subscription-right-box{
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 13px;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  padding:10px 22px;
}
.tab-content>.active.show{
  opacity: 1;
}
.subscription-regular{
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.subscription-month{
  float: right;
  font-size: 22px;
  color: #DF671B;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.subscription-list{
  float: left;
  width: 100%;
  margin-top: 30px;
}
.subscription-list ul{
      padding-left: 0px;
}
.subscription-list ul {
  list-style: none;
}

.subscription-list ul li::before {
  content: "\2022";
    color: #DF671B;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    /* width: 1em; */
    /* margin-left: -1em; */
    height: 13px;
    line-height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}
.subscription-list ul li{
  font-size: 17px;
    color: #232529;
    font-family: "Roboto", sans-serif;
    width: 50%;
    position: relative;
    float: left;
    padding-left: 20px;
}
.subscription-right-dont-text{
    font-size: 17px;
    color: #232529;
    font-family: "Roboto", sans-serif;
    float: left;
    width: 100%;
}
.subscription-right-get{
  font-size: 16px;
    color: #DF671B;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    float: left;
    width: 100%;
}
.subscription-box-arrow{
  position: absolute;
  right: 32px;
  top: 30px;
}
.subscription-package-title{
  font-size: 22px;
  color: #000000;
  margin: 15px 0px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  
}
.subscription-item{
  border-top: 1px solid #E8E8E8;
  padding: 10px 0px;
}
.subscription-item:last-child{
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0px;
}
.subscription-package-table-first{
  font-size: 17px;
  color: #DF671B;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.subscription-package-date{
  font-size: 13px;
  color: #DBDBDB;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.subscription-package-text{
  font-size: 14px;
  color: #232529;
  font-family: "Roboto", sans-serif;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subscription-billing-date{
  /*max-width: 180px;*/
}
.subscription-regular-text {
  /*flex: 0 0 20%;
    max-width: 20%;*/
    text-align: right;
}
.subscription-regular-text .form-control{
  max-width: 145px;
  display: inline-block;
}
.subscription-package-date  img{
  margin-right: 5px;
}
.subscription-package-date span{
  
  color: #232529;
}
.subscription-price{
  font-size: 17px;
  color: #232529;
  font-weight: 500;
  text-align: right;
}
.subcription-date{
      font-size: 15px !important;
    color: #252525 !important;
    height: 28px;
    padding:0px 10px;

    padding-right: 40px;
    font-family: "Roboto", sans-serif;
    width: 100% !important;
    background: url(../image/calendarblank2.svg) no-repeat 95% center;
}
.couponField{
  margin-bottom: 0px;
}
.flex-end{
  align-items: flex-end;
}
.subscription-regular-field{
  font-size: 15px !important;
    color: #252525 !important;
    height: 28px;
    padding:0px 10px;
    padding-right: 40px;
    font-family: "Roboto", sans-serif;
    width: 100% !important;
    /*background: url(../image/small-down-arrow.svg) no-repeat 95% center;*/
    appearance:none;
}
.subscription-delete-icon{
  margin-bottom: 26px;
}
.subscription-delete-icon i{
  color: #DF671B;
  font-size: 14px;
}
.couponField-cover{
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
}
.subscription-panel .panel{
  border: none;
}
.subscription-panel .panel-body{
  padding: 0px;
}
.subscription-coupon-code{
  display: inline-block;
}
.subscription-coupon-form{
  display: inline-block;
    width: 203px;
    vertical-align: middle;
}
.subscription-coupon-form .form-control {
  width: 170px;
  display: inline-block;
  border-radius: 6px !important;
  margin-right: 10px;
}
.subscription-coupon-form  .input-group-append{
      display: inline-block;
    vertical-align: top;
}
.apply-btn{
  background: #DF671B;
  height: 40px;
  border-radius: 6px !important;
}
.aligh-right{
  text-align: right;
}
.subscription-total{
  display: inline-block;
  font-size: 15px !important;
  color: #252525 !important;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.subscription-amount{
  font-size: 17px;
  color: #DF671B;
  font-weight: 600;
  min-width: 100px;
  text-align: right;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.subscription-amount p{
  margin-bottom: 0px;
}
.subscription-payment-title{
  margin-top: 50px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.subscription-bottom-from .form-control{
  width: 100%;
}
.subscription-check-data{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
.subscription-check-data input{
  margin-right: 5px;
}
.credit_card_images{
  position: absolute;
    left: 104px;
    top: 6px;
}
.subscription-start{
  color: #232529;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.navbar{
  margin-bottom: 0px;
}
.navbar-expand .navbar-nav {
  margin: 0;
}
.navbar-expand .navbar-nav .nav-link{
      padding: .5rem 1rem !important; 
}
.subscription-radio{
  position: relative;
  font-weight: normal !important;
  line-height: inherit !important;
}
.subscription-radio input{
  position: absolute;
  opacity: 0;
}
.subscription-radio input + .subscription-left-box{
  cursor: pointer;
}
.subscription-radio input:checked + .subscription-left-box{
  background: #f3c7ab;
}
.input-group-addon.kv-date-picker,.kv-datetime-picker{
  padding: 11px 12px !important;
      width: auto;
}
.edit-date-input{
  max-width: 80%;
  padding-right: 35px;
}
.edit-date-input + .input-group-addon.kv-date-picker,.edit-date-input + .kv-datetime-picker{
  position: absolute;
    left: calc(80% - 39px);
    z-index: 9;
    top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  vertical-align: middle;
}
.select2-container .select2-selection--multiple {
    
    border: 1px solid #e2e2e2;
}
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
      padding: 8px 15px;
          height: 40px;
}
.event-add-form .form-control,.event-add-form .select2-container,.event-add-form .spectrum-group{
      width: 80% !important;
}
.new-pad .row{
  margin: 0px -7.5px;
}
.event-add-form .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
  width: auto !important;
}
.claim-table-outer table td:nth-child(5){
  min-width: 200px;
}

.event-form-field .select2-container .select2-selection--multiple{
   max-height: 150px;
    overflow: auto; 
}
.select2-container .select2-selection--multiple{
   max-height: 150px;
    overflow: auto; 
}
.event-form-field .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
  width: 100% !important;
  padding: 0px 10px;
      
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove{
  opacity: 1;
}
.select2-container .select2-selection--multiple .select2-selection__choice{
    margin: 5px 6px 0 6px;
    padding: 0 6px;
    text-align: left;
    /* word-break: break-all; */
    white-space: normal;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
@media only screen and (max-width: 1199px){
.subscription-month{
  width: 100%;
  text-align: left;
}
}
@media only screen and (max-width: 991px){
  .tableWrapper .summary{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .claim-pagination{
    text-align: center;
  }
  .claim-pagination .pagination{
    float: none;
  }
  .commentSection {
    
    overflow-y: inherit;
    
  }
  .grid-view{
    overflow: auto;
    width: 100%;
  }
  div#vendors-type > label.modal-radio {
      width: auto;
      margin-right: 20px;
  }
  .daysTrack-cover{
    margin-left: 0px;
  }
  .nav-tabs .nav-link{
        padding: 10px 5px;
  }
  .amenities-right .custom-checkbox {
    width: 32%;
  }
  .entry-cover {
   
    font-size: 13px;
  }
  .grid-view .table{
    margin-top: 15px
  }
  .small-box p{
    font-size: 16px;
  }
  .subscription-month{
    width: auto;
    text-align: right;
  }
  .subscription-coupon-form .form-control{
    width: 150px !important;
  }
  .edit-date-input{
    max-width: 100%;
  }
  .edit-date-input + .input-group-addon.kv-date-picker,.edit-date-input + .kv-datetime-picker{
      position: absolute;
      left: calc(100% - 39px);
      z-index: 9;
      top: 0;
  }
  .event-add-form .form-control,.event-add-form .select2-container,.edit-date-input .spectrum-group{
        width: 100% !important;
  }
}
@media only screen and (max-width: 767px){
  .table{
    margin-top: 20px;
  }
  .daysTrack-cover{
    margin-left: 0px;
    min-width: 100%;
  }
  
  .open-timepicker, .close-timepicker {
    
    margin-right: 10px;
}
.drins-remove-cover {
    text-align: left;
}
.my-venue-top-right{
  padding: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.my-claim-top-filed{
  margin-left: 0px;
  width:100%;
}
.my-claim-top-filed .form-control{
  width:100%;
}
 .nav-tabs .nav-item{
    width: 100%;
    margin-bottom: 0px;
  }
  .nav-tabs .nav-link{
    width: 100%;
    padding: 14px 14px;
    border-bottom: 1px solid #ddd !important;
  }
  .subscription-package-text{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subscription-coupon-form .form-control {
    width: 165px !important;
  }
  .subscription-coupon-form {
    display: inline-block;
    width: 233px;
}
.subscription-package-date,.subscription-regular-text{
  text-align: left !important;
}
.subscription-price,.couponField-cover{
  text-align: left;
}
}
@media only screen and (max-width: 567px){
 
  .bulk-edit-holiday-button{
        flex: 0 0 100%;
    max-width: 100%;
  }
  div#vendors-type > label.modal-radio{
    width: 100%;
    margin-right: 0px;
  }
  .amenities-right .custom-checkbox{
    width: 49%;
  }
  .entry-cover{
    width: 75%;
  }
  .uploads-btn-cover .btnImage{
    position: absolute !important;
    margin-left: 20px !important;
  }
  .event-right-form {
      float: left;
      text-align: right;
  }
  .event-input-cover {
      display: inline-block;
      width: 63%;
  }
  .claim-top-right{
        float: none;
    margin-top: 10px;
    margin-left: 0px;
  }
  .claim-right-switch-cover .custom-switch{
    padding-right: 0px;
  }
  .subscription-list ul li{
    width: 100%;
  }
  .subscription-month{
    width: 100%;
    text-align: left;
  }
  .subscription-coupon-form{
    width: 100%;
  }
  .subscription-coupon-form .form-control {
    width: 200px !important;
  }
}
.searchVendor{
  float: right;
  padding-right: 20px;
  width: 25%;
}
.searchVendor .form-control{
  width: 100%;
}




.vendors-search-input .form-control{
  width: 100%;
}

.color-picker-plugin #chalkboard-color_picker-cont {
  min-width: 67px;
}
.select-on-check-all {
  position: relative;
  top: 5px;
}

#modal-share .select2-selection.select2-selection--multiple {
  min-height: 150px;
}
#modal-share .select2.select2-container{
  width: 100% !important;
}

.select2-selection__choice.has-error{
  border-color: #a94442 !important;
}
.margin-left-15px {
  margin-left: 15px
}
.page-size-dropdown{
  padding: 10px 0;
}
.bootbox-accept,
.bootbox-cancel {
  border-radius: 7px;
  line-height: 1;
  text-align: center;
  min-width: 112px;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
}
.bootbox-body {
  font-size: 16px;
  padding: 15px 10px;
}
.blockUI.blockMsg {
  background-color: turquoise;
  border: none;
}

.blockUI.blockOverlay {
  z-index: 1200;
}
div.form-control{
  height: auto;
}
.no-resize{
  resize: none;
}
.claim-input-search .search-btn{
  margin-left: 15px;
  padding: 8px 10px;
}
.select2-drop-active {
  margin-top: -25px;
}
.hint-block{
  color: #7b7b7b;
  font-size: 13px;
  font-style: italic;
  clear: both;
  margin-bottom: 1rem;
}
.food-recipe-form .select2-container--krajee .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.drink-row {
  border-bottom: 1px #e0e0e0 solid;
  padding-top: 10px;
}
.drink-checkbox{
  display: inline;
}
.vendorTags .tags-input {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 8px 15px;
    width: 80% !important;
}
.vendor-package-field {
  width: 50%;
  float: left;
}
.paymentInfo{cursor: pointer;color: red;}
.adv_banner_image{}
.adv_ad_image{}
.adv_ad_image img{    width: 250px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #eee;}
.advDetailWrap{}
.advDetailWrap label{}
.advSpan{}
.paymentInfo{cursor: pointer;color: red;}
.advImgWrap{    /*width: 275px;*/
    border: dashed 2px #adadad;
    overflow: hidden;}
.advImg{}
.advImg img {
  /* max-width: 230px; */
  width: 100%;
  object-fit: cover;
  height: 140px;
}

.advBrowse {
  /*width: 275px;*/
  text-align: right;
}
.advBrowse{position: relative;}
.hideInputFile input[type="file"]{position: absolute;
    opacity: 0;
    height: 0;
    width: 20px;}
.advertisement-form label{    display: block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 500 !important;
    line-height: 2.5;
    color: #000;}

.events-list-box {
    border: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-bottom: 38px;
}
.events-list-box-img {
    width: 100%;
    float: left;
}
.events-list-box-img img {
    width: 100%;
    max-height: 190px;
    height: 100%;
}
.events-list-box-content {
    padding: 10px;
    width: 100%;
    float: left;
}
.events-list-box-title {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #302f2f;
    font-family: Roboto-Bold;
}
.events-list-box-date {
    color: #df671b;
    font-size: 13px;
    font-family: Roboto-Medium;
    width: 100%;
    float: left;
}
.events-list-box-address {
    color: #9b9b9b;
    font-size: 13px;
    font-family: Roboto-Regular;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 16px;
}
.events-list-box-address span {
    position: absolute;
    bottom: 3px;
    left: 0px;
}
.advertisement-form label{    display: block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 500 !important;
    line-height: 2.5;
    color: #000;}
.advertisements-select2 .form-group{width: 100%;}
.advertisements-select2 .form-group .row{margin: 0 !important;}
.dNone{display: none;}
.advertisements-select2 .select2-container{width: 100% !important;}
span.advType {
    width: 25px !important;
    height: 25px;
    background: #df671a;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}
input#advertisements-start_date {
    width: 100%;
}
span.advMonth {
    width: 20px !important;
    height: 20px;
    font-size: 10px;
    background: #e6e0db;
    word-break: keep-all;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.advertisement-form {
    padding: 15px;
    background-color: #ffffff;
    min-height: calc(100vh - 250px);
    border: 1px solid #ddd;
    border-radius: 5px;
}
.square-box {
    /* position: absolute; */
    width: 100%;
    height: 110%;
    outline: 5px solid #df671a;
    z-index: 99;
    padding: 5px;
    margin-bottom: 20px;
}
.square-box img {
    max-width: 100%;
}
.svg-icon svg {
  width: 0.875em;
  margin-right: 5px;
}
.error-inner-page{
  width: 400px;
  margin:auto
}
.width-100-per .form-control,
.width-100-per .cke_chrome {
  width: 100% !important;
}
.nav-treeview li.nav-item .nav-link {
  padding-left: 35px;
}
.expand{
  position: absolute;
  top: 15px;
}
.toggle-password{
  cursor: pointer;
  top: 0px;right: 0px;
}
.venue-serch-cover .field-myUser_search{
  display: inline-block;
  width: 50%;
}
.show-page-row{
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}
.field-user_id .row{
  align-items: center;
}
.claim-venu-top{
  width: auto;
}
.claim-page-size{
  float: left;
}
.subscription-page .table td:first-child,.subscription-page .table th:first-child{
  min-width: 40px;
} 
.transaction-summary-first.my-venue-top-right{
  text-align: left;
}
.venue-new-search{
      float: right;
    padding-right: 0;
    position: relative;
    z-index: 9;
}
.venue-drop-down{
      text-align: right;
    /* max-width: 517px; */
    /* margin-right: 493px; */
    position: absolute;
    right: 483px;
}
.venu-table-top{
      float: left;
    margin-top: -54px;
    width: 100%;
}
.venue-serch-cover.venue-new-search .field-myUser_search{
      width: auto;
}
.venue-drop-down select{
      border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 40px;
    padding: 8px 15px;
    vertical-align: top;
}
.vendors-search-input .form-control{
  border-radius: 5px;
}
@media only screen and (max-width: 767px){
  .venu-table-top{
    margin-top: 10px;
  }
  .venue-drop-down{
    position: static;
    width: 100%;
  }
  .venue-serch-cover.venue-new-search .field-myUser_search {
    width: 100%;
  }
  .venue-new-search{
    text-align: left !important;
  }
  .venue-serch-cover.venue-new-search .my-claim-top-button{
    float: none !important;
  }
}
.btn.no-cursor {
  cursor: auto !important;
}
.Browse-admin-btn{
      width: 100px;
    float: right;
}
.bulk-edit-cover .custom-control{
  padding-left: 20px
}
.bulk-edit-cover .custom-control-label::before{
    top: 2px;
    left: -20px;
}
.bulk-edit-cover .custom-control-label::after{
  top: 3px;
  left: -20px;
}

.datepicker-days {
  width: 224px;
}

.vanueText { color: #df671b; font-size: 20px; font-weight: bold; margin-left: 2%; }
.form-group strong {
  color: red;
  margin-left: 3px;
}
.approved-status-adv {
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  color: green;
}
.green {
  color: green;
}
.red {
  color: red;
}
.orange {
  color: orange;
}