.menu-panel,
.menu-sidebar {
  width: 17%;
  background: #210a00;
}
.menu-sidebar,
.overlay.active {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
}
.menu_list > li > a,
.submenu_items > li > a {
  display: block;
  position: relative;
  font-size: 14px;
}
.set > a,
a {
  text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.dashboard span,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.textlist li,
p {
  line-height: 25px;
}
input::ms-clear,
input[type="password"]::ms-reveal {
  display: none;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
}
a.button,
button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
  background: padding-box;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Poppins;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: normal !important;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  background: padding-box;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: Poppins;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btnsave i,
.social-info i,
.top-bar i {
  vertical-align: middle;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime"]::-webkit-inner-spin-button,
input[type="datetime"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="url"]::-webkit-inner-spin-button,
input[type="url"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] optgroup,
select[disabled] option,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.25;
}
textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  font-style: normal;
  font-weight: 400;
  font-family: Poppins;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  button:invalid,
  input:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}
body.active {
  overflow: hidden;
}
.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  z-index: 9;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.container {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}
.brand-logo {
  text-align: center;
  padding: 10px 0 0;
}
.brand-logo a,
.viewpages a {
  display: inline-block;
}
.brand-logo img {
  width: 100%;
  max-width: 80%;
}
.menu_list > li {
  border-bottom: 1px solid #444;
}
.menu_list > li > a {
  color: #999;
  padding: 10px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu_list > li > a span {
  font-size: 14px;
  font-weight: 500;
}
.menu_list > li > a:hover {
  background: #c0943d;
  color: #fff;
}
.menu_list > li > a:hover:after {
  color: #fff;
}
.menu_list > li > a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu_list > li i,
.submenu_items > li i {
  font-size: 14px;
  width: 25px;
}
.menu-sidebar {
  right: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-color: #c0943d #e0e0e0;
  scrollbar-width: thin;
}
.submenu_items {
  background: #f9f9f9;
  display: none;
}
.submenu_items > li {
  border-bottom: 1px solid #efefef;
}
.submenu_items > li > a {
  color: #999;
  letter-spacing: 1px;
  padding: 12px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.submenu_items > li > a span {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
}
.submenu_items > li > a:hover {
  background: #fff;
  color: #000;
}
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
#style-4::-webkit-scrollbar-thumb {
  background-color: #c0943d;
  border: 0 solid #555;
  border-radius: 100px;
}
.right-panel {
  width: 81%;
  margin-left: auto;
  padding: 70px 25px 25px 0;
}
.top-bar {
  background: #fff;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 83%;
  margin-left: auto;
}
.payment-options.amadeusoption figure,
.top-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar i {
  font-size: 14px;
  padding: 0 4px;
}
.subscription {
  display: inline-block;
  font-size: 14px;
  color: #367fa9;
  margin-right: 10px;
  text-transform: capitalize;
}
.subscription b {
  display: inline-block;
  border: 1px solid #00a65a;
  border-radius: 2px;
  color: #00a65a;
  padding: 0 15px;
}
.accordion-container,
.user_account,
.viewpages .imgs {
  position: relative;
}
.user_account span {
  color: #367fa9;
  font-size: 14px;
  cursor: pointer;
}
.dropdown_account {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 10px;
  display: none;
}
.row-wrapper,
.upload_items {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.dropdown_account li {
  border-bottom: 1px solid #ddd;
}
.dropdown_account li:last-child {
  border-bottom: 0;
}
.dropdown_account a {
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}
.content-welcome {
  color: #333;
}
.content-welcome .heading {
  text-align: center;
  font-size: 30px;
}
.content-welcome .intitle {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.upload-fichiers {
  max-width: 90%;
  margin: 0 auto;
}
.button-center,
.favicon-box,
.logouploading,
.payment-inputbox .form-group.fullsize,
.upload_items {
  margin-top: 20px;
}
.upload_items {
  background: #fff;
  padding: 15px;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.upload_items figure {
  width: 13%;
  text-align: center;
}
.upload_items i {
  font-size: 56px;
  color: #a3a3a3;
}
.upload_items .right-content {
  width: 86%;
  padding-right: 10px;
}
.upload_items .title {
  font-size: 16px;
}
.upload_items p {
  font-size: 13px;
}
.upload_items a {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 7px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #367fa9;
}
.logouploading {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
.logouploading .toptitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.row-wrapper {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.favicon-box,
.social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.favicon-box {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 34%;
  color: #333;
}
.favicon-box:nth-child(3n) {
  width: 23%;
}
.favicon-box figure {
  width: 140px;
  max-height: 125px;
  min-height: 125px;
  position: relative;
  background-color: #f7f9fa;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #d3dee7;
}
.favicon-box figure.lastchild {
  min-height: 45px;
  max-height: 45px;
  width: 54px;
  border: 1px dashed #d2d2d2;
}
.favicon-box .right-content {
  width: 60%;
  padding-left: 10px;
}
.allbookingdetail table,
.favicon-box .input-box,
.payment-inputbox .form-group.fullsize .input-box,
.set,
.viewpages table {
  width: 100%;
}
.favicon-box .right-content.full {
  width: 79%;
}
.favicon-box p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.favicon-box label {
  display: block;
  margin-bottom: 8px;
}
.favicon-box .input-box select {
  padding: 10px;
  border: 1px solid #d3dee7;
  width: 100%;
}
.favicon-box small {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.myfile input {
  font-size: 11px;
}
.button-center {
  text-align: center;
}
.btnsave {
  display: inline-block;
  background: #00a65a;
  color: #fff;
  font-size: 14px;
  padding: 8px 11px;
  border-radius: 4px;
}
.btnsave i {
  margin-right: 1px;
  font-size: 18px;
}
.accordion-container .p {
  font-size: 13px;
  color: #333;
}
.set {
  position: relative;
  height: auto;
}
.set > a {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.set > a i {
  float: right;
  margin-top: 6px;
  font-size: 20px;
}
.content {
  background-color: #fff;
  display: none;
  padding-top: 10px;
}
.social-info {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
}
.header-script,
.paymentcheck {
  display: -webkit-box;
  display: -ms-flexbox;
  color: #333;
}
.social-info.fullet li {
  width: 32%;
}
.social-info.soc-connection li,
.subscription-plan .text-box.width50 {
  width: 49%;
}
.social-info span {
  display: block;
  padding: 10px 0;
}
.formbutton button,
.social-info input {
  padding: 7px 10px;
  font-size: 13px;
}
.social-info p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
.social-info li {
  width: 30%;
  margin-top: 15px;
}
.social-info .inner-heading {
  font-size: 20px;
  font-weight: 600;
}
.social-info i {
  font-size: 18px;
  margin-left: 2px;
}
.social-info .input-box,
.social-info figure {
  margin-top: 10px;
}
.social-info label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.social-info input {
  width: 100%;
  border: 1px solid #ddd;
}
.social-info strong {
  display: block;
  margin: 15px 0 5px;
}
.formbutton {
  text-align: right;
  margin-top: 15px;
}
.formbutton.left {
  text-align: left;
}
.formbutton.center {
  text-align: center;
}
.formbutton i {
  font-size: 14px;
}
.header-script {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-script .form-group {
  width: 48%;
}
.header-script label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.header-script textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  height: 350px;
}
.common-checkbox label:before:hover,
.header-script textarea:hover {
  border-color: #00a65a;
}
.payment-options {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.payment-options.amadeusoption figcaption {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #005eb8;
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px;
  line-height: 18px;
}
.paymentcheck {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-inputbox label,
.payment-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.input-checkbox {
  width: 5%;
}
.payment-logo {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.payment-logo figure {
  width: 20%;
}
.payment-logo .right-content {
  width: 80%;
}
.payment-logo .title {
  font-size: 20px;
  font-weight: 500;
}
.payment-logo figcaption {
  font-size: 12px;
}
.payment-inputbox {
  color: #333;
  border: 1px solid #ddd;
  padding: 10px;
  display: none;
}
.payment-inputbox .inner-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
}
.dashboard .dashboard-home-info,
.payment-inputbox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment-inputbox .form-group input:focus,
.payment-inputbox .form-group label:focus {
  border: 1px solid #008d4c;
  color: #008d4c;
}
.payment-inputbox .input-box {
  width: 24%;
  margin-bottom: 15px;
  margin-left: 12px;
}
.common-boxes .radiobox p:first-child,
.payment-inputbox .input-box:first-child,
.payment-inputbox .input-box:nth-child(5),
.payment-inputbox .input-box:nth-child(9) {
  margin-left: 0;
}
.payment-inputbox label {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.payment-inputbox input,
.payment-inputbox select,
.payment-inputbox textarea {
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #ddd;
}
.payment-inputbox select {
  padding: 6px 12px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  cursor: pointer;
}
.payment-inputbox input:checked + label:after {
  margin-top: 3px;
}
.payment-inputbox .active {
  background-color: #00a65a;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  display: block;
}
.domaindiv .inputbox,
.pay-option,
.pay-option li {
  display: -webkit-box;
  display: -ms-flexbox;
}
.payment-inputbox .active:hover {
  border: 1px solid #008d4c;
  background-color: #fff;
  color: #008d4c;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.pay-option {
  display: flex;
  margin-top: 15px;
}
.pay-option li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.pay-option figure {
  margin-left: 4px;
}
.textlist {
  list-style: disc;
  padding-left: 30px;
  color: #333;
}
.allbookingdetail table span,
.textlist b {
  font-weight: 500;
}
.common-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.common-checkbox label {
  position: relative;
  cursor: pointer;
}
.common-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #a3a3a3;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.innercheckbox label:before {
  padding: 9px;
}
.common-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #00a65a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.innercheckbox input:checked + label:after {
  top: 4px;
  left: 8px;
  height: 10px;
}
.domaindiv {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
}
.domaindiv .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.domaindiv .inputbox {
  border: 1px solid #ddd;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto 15px;
}
.domaindiv input,
.domaindiv select {
  padding: 10px 15px;
}
.domaindiv input {
  width: 75%;
  border-right: 1px solid #ddd;
}
.domaindiv select {
  text-align: center;
  -webkit-appearance: Auto;
  -moz-appearance: Auto;
  appearance: Auto;
}
.domaindiv .sbmitbtn {
  background: #00a65a;
  display: block;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 175px 0 auto;
}
.domaindiv .sbmitbtn:hover {
  background-color: #fff;
  border: 1px solid #00a65a;
  color: #00a65a;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.subscription-top-status {
  background-color: #00a65a;
  color: #fff;
  padding: 2px 20px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 12px;
  border-radius: 2px;
}
.subscription-plan .heading {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.subscription-plan .row-container {
  background-color: #fff;
  padding: 15px;
}
.subscription-plan .common-deatail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.common-boxes .inputbox,
.subscription-plan .common-deatail.detail-space .text-box {
  margin-bottom: 10px;
}
.subscription-plan .left-text {
  width: 25%;
  font-size: 18px;
}
.subscription-plan .right-text {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-plan .text-box {
  width: 24%;
}
.subscription-plan .plan-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.subscription-plan .width-col {
  width: 30%;
  border: 1px dashed #367fa9;
  padding: 10px 15px;
}
.subscription-plan .width-col.expire-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-plan .title {
  font-size: 20px;
  color: #367fa9;
  font-weight: 400;
}
.subscription-plan a,
.subscription-plan label {
  display: block;
  color: #333;
  font-size: 14px;
}
.subscription-plan label {
  margin-bottom: 8px;
}
.subscription-plan span {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.adminbreadcrumb li,
.dashboard .info-box,
.subscription-plan .common-btns {
  display: -webkit-box;
  display: -ms-flexbox;
}
.subscription-plan input,
.subscription-plan select {
  width: 100%;
  border: 1px solid #a3a3a3;
  padding: 6px 15px;
  border-radius: 3px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.subscription-plan input:focus,
.subscription-plan select:focus {
  border: 1px solid #00a65a;
  color: #00a65a;
}
.subscription-plan .renew-btn {
  color: #fff;
  background: #00a65a;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.subscription-plan .renew-btn:hover {
  background: #fff;
  border: 1px solid #00a65a;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #00a65a;
}
.allbookingdetail .green,
.subscription-plan .greentext span,
.viewpages .textgreen {
  color: #00a65a;
}
.subscription-plan .activecolor {
  background-color: #00a65a;
  padding: 3px 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  border-radius: 2px;
  font-size: 13px;
}
.subscription-plan .common-btns {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-plan .common-btns .cancel {
  background: #fff;
  border: 1px solid #a3a3a3;
  color: #a3a3a3;
}
.subscription-plan .common-btns .save {
  background: #00a65a;
  color: #fff;
}
.subscription-plan .subs-btn {
  background-color: red;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
}
.adminbreadcrumb {
  margin: 25px 0 25px 15px;
}
.adminbreadcrumb li {
  display: flex;
}
.adminbreadcrumb a {
  padding-right: 25px;
  display: block;
  color: #367fa9;
  position: relative;
  font-size: 14px;
}
.adminbreadcrumb a:after {
  content: "/";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  color: #000;
}
.dashboard {
  margin: 20px 0;
}
.dashboard .info-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  width: 31%;
  background-color: #fff;
  margin-left: 15px;
  margin-bottom: 20px;
}
.dashboard .icon-bg {
  background-color: #367fa9;
  padding: 23px 27px;
  width: 25%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dashboard .icon-bg.black {
  background-color: #333;
}
.dashboard .icon-bg.green {
  background-color: #00a65a;
}
.dashboard .icon-bg.gold {
  background-color: #c0943d;
}
.dashboard .icon-bg.root {
  background-color: #210a00;
}
.dashboard .icon-bg.cancel {
  background-color: #b50000;
}
.dashboard .icon-bg.dark {
  background-color: #311f17;
}
.dashboard .right {
  padding: 0 10px;
}
.dashboard .big-icon {
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.dashboard .fa-arrow-up {
  margin-right: 5px;
}
.dashboard strong {
  font-size: 25px;
  font-weight: 500;
}
.dashboard .fa-money-bill,
.dashboard .fa-ticket {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
}
.allbookingdetail {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.11);
  margin: 15px 15px 30px;
}
.allbookingdetail .top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.allbookingdetail .top-head a {
  display: block;
  color: #367fa9;
  font-size: 15px;
}
.allbookingdetail .heading {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.allbookingdetail a {
  display: block;
  font-size: 14px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #00008b;
}
.allbookingdetail td,
.allbookingdetail th {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.allbookingdetail td {
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 0;
}
.allbookingdetail tr {
  white-space: nowrap;
}
.allbookingdetail .red {
  color: #b50000;
}
.common-boxes .text-container {
  background-color: #fff;
  padding: 15px;
  max-width: 750px;
  margin: 0 auto;
}
.common-boxes .imgbox {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.common-boxes .imgbox p {
  margin-bottom: 5px;
}
.common-boxes .custom-file-upload {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #367fa9;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
}
.common-boxes .custom-file-upload:hover {
  background-color: #fff;
  color: #367fa9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #367fa9;
}
.common-boxes input[type="file"] {
  display: none;
}
.common-boxes .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.common-boxes .radiobox p {
  margin-left: 15px;
}
.common-boxes .radiobox input {
  width: auto;
}
.common-boxes .radiobox label {
  cursor: pointer;
  display: inline-block;
}
.common-boxes small {
  font-size: 12px;
  color: #5b5b5b;
}
.common-boxes .heading {
  font-size: 16px;
  margin-bottom: 5px;
}
.common-boxes input,
.common-boxes textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.viewpages td,
.viewpages th {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.common-boxes input:focus,
.common-boxes textarea:focus {
  border: 1px solid #00a65a;
}
.common-boxes .commonheading {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
.common-boxes .submitbtn {
  background-color: #00a65a;
  color: #fff;
  display: block;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 0 auto;
}
.common-boxes .submitbtn:hover {
  background-color: #fff;
  color: #00a65a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #00a65a;
}
.viewpages {
  background-color: #fff;
  padding: 10px;
}
.viewpages .imgs:after {
  content: " ";
  height: 80px;
  width: 200px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.viewpages .textred {
  color: red;
}
.viewpages .fa-trash {
  color: red;
  margin-right: 5px;
}
.viewpages .fa-pen-to-square {
  margin-left: 5px;
}
.viewpages .fas {
  font-size: 18px;
}
.viewpages th {
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.viewpages td {
  font-weight: 400;
  vertical-align: top;
}
.admin-logoin {
  background-image: url(../images/home/login-register.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
}
.admin-logoin .adminbox {
  max-width: 450px;
  margin: 0 auto;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
}
.admin-logoin .heading {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.admin-logoin .inputbox {
  margin-bottom: 15px;
}
.admin-logoin input {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.admin-logoin input[type="checkbox"],
.admin-logoin input[type="radio"] {
  width: auto;
  cursor: pointer;
}
.admin-logoin .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.admin-logoin label {
  cursor: pointer;
  font-size: 15px;
}
.admin-logoin a {
  display: block;
  color: #367fa9;
}
.admin-logoin .login {
  background-color: #367fa9;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 100%;
}
.menu_icon,
select {
  cursor: pointer;
}
.text-container .input_content .inputbox{
  width: 40%;
}
.text-container .input_content .country{
  width: 22%;
}
.text-container .input_content .city{
  width: 26%;
}
.text-container .input_content{
      display: flex;
      justify-content: space-between;
    flex-wrap: wrap;
}