@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("icon-style.css");

/*----------- Typography -------------*/
* {
  scrollbar-width: thin;
  scrollbar-color: #F2F2F2 #C0C0C0;
}

*::-webkit-scrollbar {
  width: 12px;
  border-radius: 200px;
}

*::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 200px;
}

*::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
  border-radius: 200px;
  border: 3px solid #eee;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #7899F3;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #5283BE;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

iframe {
  max-width: 100%;
}

.container {
  max-width: 1680px;
}

.btn {
  border: none;
}

.alert {
  margin-top: 5px;
  font-size: 14px;
}

.gj-unselectable .input-group-append {
  border: none;
  position: absolute;
  right: 5px;
  top: 6px;
  margin: 0;
  padding: 0;
}

.gj-unselectable.gj-datepicker-bootstrap [role="right-icon"] button {
  width: 38px;
  height: 38px;
  border: none;
}

.modal-dialog.lg-model {
  max-width: 680px;
}

.btn-blue1 {
  color: #fff;
  background: #7899F3;
}

.btn-blue1:hover {
  color: #fff;
  background: #5283BE;
}

.btn-green {
  color: #fff;
  background: #02B151;
  border-color: #02B151;
}

.btn-green:hover {
  color: #fff;
  background: #00A141;
  border-color: #00A141;
}

.alert-contain {
  width: 100%;
  position: fixed;
  left: 0;
  top: auto;
  bottom: 45px;
  z-index: 99999999999;
  text-align: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-contain .alert-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 8px;
  border-radius: 200px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #202020;
  font-size: 16px;
}

.alert-contain .alert-box i {
  font-size: 48px;
  margin: 0 10px 0 0;
}

.alert-contain.success .alert-box i {
  color: #8FFFA9;
}

select {
  background: url(../images/select-arrow.png) no-repeat right top #fff !important;
  background-position: 94.555% 24px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

.checkbox-contain {
  display: inline-block;
  position: relative;
  top: -18px;
  padding: 0 0 0 24px;
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}

.checkbox-contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
  left: 0;
  top: 0;
  z-index: 1;
  /* When the checkbox is checked, add a blue background */
}

.checkbox-contain input:checked~.checkmark {
  background-color: #7899F3;
  border-color: #7899F3;
  /* Show the checkmark when checked */
}

.checkbox-contain input:checked~.checkmark::after {
  display: block;
}

.checkbox-contain .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #BFBFBF;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.checkbox-contain .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body,
html {
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #7F7F7F;
  line-height: 24px;
  overflow-x: hidden;
  background: url(../images/main-img-bg.png) no-repeat center fixed #F6F7FA;
  background-size: cover;
}

body.login-bg {
  background: url(../images/main-img-bg.png) no-repeat center fixed #F6F7FA;
}

/* ---------- Main Site Code ----------- */
.login-main-contain {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.login-box-main {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding: 15px 0;
}

.login-box-main .login-box-inner {
  background: #fff;
  border-radius: 35px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.login-box-main .login-box-inner .login-logo {
  text-align: center;
  margin: 20px 0 45px 0;
}

.login-box-main .login-box-inner .login-logo img {
  height: 100px;
}

.login-box-main .login-box-inner .login-form-contain h3.login-box-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
}

.login-box-main .login-box-inner .login-form-contain button.btn.btn-primary {
  width: 100%;
  border-radius: 200px;
  padding: 15px 10px;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.login-box-main .login-box-inner .login-form-contain button.btn.btn-primary:focus {
  box-shadow: none;
  outline: none;
}

.form-group {
  position: relative;
  margin: 0 0 20px 0;
}

.form-group .form-control {
  font-size: 16px;
  color: #7F7F7F;
  background: #F2F2F2;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 5px 20px;
}

.form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-group .p-viewer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 9;
  cursor: pointer;
  font-size: 16px;
  color: #7F7F7F;
}

.form-group p.form-contact-text {
  text-align: center;
  margin-bottom: 45px;
}

.form-group p.form-contact-text a {
  color: #7F7F7F;
}

.form-group p.form-contact-text a:hover {
  color: #7F7F7F;
  text-decoration: underline;
}

header.dashboard-header {
  margin: 30px 0 15px 0;
}

header.dashboard-header .dashboard-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.dashboard-header .dashboard-header-inner .dashboard-logo {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header.dashboard-header .dashboard-header-inner .dashboard-logo .select-brand {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 575px) {
  header.dashboard-header .dashboard-header-inner .dashboard-logo .select-brand {
    font-size: 16px;
  }
}

header.dashboard-header .dashboard-header-inner .dashboard-logo img {
  height: 50px;
  margin: 0 15px 0 0;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right {
  margin-left: auto;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button {
  color: #fff;
  background: #000;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 25px;
  margin: 0;
}

@media (max-width: 480px) {
  header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button {
    font-size: 0;
    padding: 15px 15px;
  }

  header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button:after {
    font-size: 16px;
  }
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button i {
  font-size: 16px;
  margin: 0 5px 0 0;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button:focus {
  box-shadow: none;
  outline: none;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right button.btn.btn-primary.header-logout-button:hover {
  color: #fff;
  background: #202020;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right .dropdown-menu {
  left: auto !important;
  right: 0;
  border-color: #F2F2F2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translate3d(0px, 47px, 0px) !important;
}

header.dashboard-header .dashboard-header-inner .dashboard-header-right .dropdown-menu button.dropdown-item {
  min-width: 14rem;
  padding: 8px 15px;
  cursor: pointer;
}

.left-side-expendtoggle {
  width: 94%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .left-side-expendtoggle {
    width: 100%;
    padding: 0 90px 0 15px;
  }
}

@media (max-width: 575px) {
  .left-side-expendtoggle {
    padding: 30px 15px 0 15px;
  }
}

.lower-dashboard-contain {
  padding: 45px 0 15px 0;
}

.lower-dashboard-contain .container {
  position: relative;
}

.lower-dashboard-contain .dashboard-table-contain {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  margin: 0 0 30px 0;
}

@media (max-width: 575px) {
  .lower-dashboard-contain .dashboard-table-contain {
    padding: 30px 15px;
  }
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 35px;
  z-index: 9;
}

@media (max-width: 575px) {
  .lower-dashboard-contain .dashboard-table-contain .add-filter-main {
    position: relative;
    right: 0;
    top: 0;
    justify-content: flex-end;
  }
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main button.filter-button {
  width: 40px;
  height: 40px;
  background: #7899F3;
  border: none;
  padding: 5px;
  border-radius: 4px;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown button.add-filter-toggle {
  position: relative;
  height: 40px;
  background: #7899F3;
  border: none;
  padding: 10px 35px 10px 20px;
  border-radius: 4px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown button.add-filter-toggle:after {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  border: none;
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu {
  transform: translate3d(0px, 45px, 0px) !important;
  right: 0 !important;
  left: auto !important;
  border-color: #F2F2F2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu button {
  width: 100%;
  padding: 12px 15px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  border: none;
  border-top: 1px solid #F2F2F2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu button:first-child {
  border: none;
}

.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu button:focus,
.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu button:active,
.lower-dashboard-contain .dashboard-table-contain .add-filter-main .add-filter-dropdown .dropdown-menu button:hover {
  color: #fff;
  background: #7899F3;
}

.lower-dashboard-contain .dashboard-table-contain .nav.nav-tabs {
  border-bottom: 4px solid #F2F2F2;
}

.lower-dashboard-contain .dashboard-table-contain .nav.nav-tabs .nav-item .nav-link {
  background: none;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .lower-dashboard-contain .dashboard-table-contain .nav.nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 15px 10px;
  }
}

@media (max-width: 414px) {
  .lower-dashboard-contain .dashboard-table-contain .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 15px 6px;
  }
}

.lower-dashboard-contain .dashboard-table-contain .nav.nav-tabs .nav-item .nav-link.active {
  color: #202020;
  border-color: #B1C6FF;
}

.lower-dashboard-contain .dashboard-table-contain .tab-content {
  padding: 15px 0;
}

.lower-dashboard-contain .dashboard-table-contain .table-responsive {
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 590px;
}

.lower-dashboard-contain .dashboard-table-contain table.table thead tr th {
  border: none;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr td {
  border: none;
  border-top: 2px solid #F2F2F2;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr td.dark-column {
  color: #000;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr td:first-child {
  border-top-color: transparent;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr:first-child td {
  border-top: none;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr:hover td {
  color: #fff;
  background: #7899F3;
  border-top-color: #7899F3;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr:hover td a {
  color: #fff;
}

.lower-dashboard-contain .dashboard-table-contain table.table tbody tr:hover td .checkbox-contain .checkmark {
  border-color: #fff;
}

.right-side-expendtoggle {
  width: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .right-side-expendtoggle {
    position: fixed;
    right: 0;
    top: 17.85888%;
    z-index: 999;
  }
}

.right-side-expendtoggle button.white-arrow-button {
  width: 55px;
  height: 50px;
  font-size: 24px;
  color: #C0C0C0;
  border-radius: 12px;
  background: #fff;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 575px) {
  .right-side-expendtoggle button.white-arrow-button {
    top: -30px;
  }
}

.right-side-expendtoggle .send-coupon-form {
  width: 0;
  overflow: hidden;
}

.right-side-expendtoggle .send-coupon-form .form-title {
  color: #7F7F7F;
}

.right-side-expendtoggle .send-coupon-form .form-control {
  font-size: 16px;
  color: #7F7F7F;
  background: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.right-side-expendtoggle .send-coupon-form input,
.right-side-expendtoggle .send-coupon-form select {
  height: 50px;
}

.right-side-expendtoggle .send-coupon-form textarea {
  height: 150px;
}

.right-side-expendtoggle .send-coupon-form .date-field {
  height: 50px;
  font-size: 16px;
  color: #7F7F7F;
  background: #fff;
  padding: 0px 5px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.right-side-expendtoggle .send-coupon-form .date-field ul {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-side-expendtoggle .send-coupon-form .date-field ul li {
  width: 100%;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 5px 0;
}

.right-side-expendtoggle .send-coupon-form .date-field ul li::before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #F2F2F2;
}

.right-side-expendtoggle .send-coupon-form .date-field ul li:first-child::before {
  display: none;
}

.right-side-expendtoggle .send-coupon-form .date-field ul li select {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 0;
  border: none;
  color: #7F7F7F;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.right-side-expendtoggle .send-coupon-form .date-field ul li select::-ms-expand {
  display: none;
}

.right-side-expendtoggle .send-coupon-form .coupon-text {
  color: #7F7F7F;
  font-size: 14px;
  display: flex;
}

.right-side-expendtoggle .send-coupon-form .coupon-text .checkbox-contain {
  top: 4px;
  margin: 0 10px 0 0;
}

.right-side-expendtoggle .send-coupon-form button.btn.btn-primary.btn-blue {
  width: 100%;
  text-align: center;
  background: #7899F3;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 5px;
  line-height: 1;
  border-radius: 12px;
}

.right-side-expendtoggle .send-coupon-form button.btn.btn-primary.btn-blue:focus {
  box-shadow: none;
  outline: none;
}

body.right-form-open .left-side-expendtoggle {
  width: 75%;
}

@media (max-width: 1199px) {
  body.right-form-open .left-side-expendtoggle {
    width: 100%;
  }
}

body.right-form-open .right-side-expendtoggle {
  width: 25%;
  position: relative;
  padding: 0 15px 0 85px;
}

body.right-form-open .right-side-expendtoggle button.white-arrow-button {
  left: 15px;
}

@media (max-width: 1199px) {
  body.right-form-open .right-side-expendtoggle button.white-arrow-button {
    top: 25px;
  }
}

body.right-form-open .right-side-expendtoggle button.white-arrow-button i {
  transform: rotate(180deg);
}

body.right-form-open .right-side-expendtoggle .send-coupon-form {
  width: 100%;
  overflow: initial;
}

@media (max-width: 1199px) {
  body.right-form-open .right-side-expendtoggle {
    width: 305px;
    position: fixed;
    padding: 25px 15px 15px 85px;
    background: #fff;
    right: 0;
    border-radius: 4px 0 0 4px;
    height: 480px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  body.right-form-open .right-side-expendtoggle {
    width: 100%;
    top: 0;
    height: 100%;
  }
}

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