body {
  font-family: "Poppins", sans-serif;
  color: #3d465d;
}
body.color {
  background-color: #3978f7;
}
body.light {
  background-color: #f2f7fd;
}
body.light {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > .container {
  flex: 1;
}
body > .container.vcenter {
  display: flex;
}
.container.vcenter .row {
  flex: 1;
}
.h3c,
.h3c a {
  font-size: 1rem;
  color: #3d465d;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}
a.normal {
  color: unset;
}
.c-gray {
  color: #858796;
}
.h100vh {
  min-height: 100vh;
}
.formcol {
  padding: 40px 20px;
  border-radius: 5px;
}
.alert {
  margin-left: -15px;
  margin-right: -15px;
}
.alert-top {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.block {
  display: block;
}
.bs {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
.mcon {
  padding: 30px 0;
}
.sthumb {
  width: 200px;
}
.navbar-white a {
  color: #858796;
}
.nav.nav-pills {
  justify-content: end;
  margin-bottom: 30px;
}

nav.nav-shadow {
  box-shadow: 0px 3px 43px #00000029;
}

.bg-white {
  background-color: #fff;
}
.vali-m th {
  vertical-align: middle;
  text-align: center;
}
.dropdown-item .btn {
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.btn-primary {
  color: #fff;
  background-color: #4285f4;
  border-color: #007bff;
}
.btn.ew {
  width: 90%;
  margin-top: 10px;
  max-width: 200px;
}
.text-cap {
  text-transform: capitalize;
}
.search-form {
  display: flex;
  justify-content: end;
}
.search-form .btn {
  height: 40px;
  margin-left: 10px;
  margin-right: -30px;
}
.btn .btnspin {
  margin-left: 10px;
  vertical-align: middle;
}
.sitecard .h3c {
  padding: 15px 0;
  margin: 0;
  text-align: center;
  /*	text-transform: uppercase;*/
  background-color: #f6f6f6;
}

.sitecard img {
  border-radius: 0;
}
.sitecard .list-group-item {
  font-size: 0.9rem;
  padding-left: 0;
  padding-right: 0;
}
form .total {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.pagination {
  justify-content: end;
}
.pagination li {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: 0;
}
.pagination li:last-child {
  /*border-radius: ;*/
  border-right: 1px solid #e5e5e5;
}
.pagination li.active {
  background-color: #4285f4;
}
.pagination li a {
  padding: 5px 15px;
  display: block;
  text-decoration: none;
}
.pagination li.active a {
  color: #fff;
}
.pagination li:only-child {
  display: none;
}

.lang_con.abs {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
  text-align: center;
}
.lang_con #dropdownMenuLink {
  background-color: transparent;
  border: none;
}

/* Styles for Packages Page */
/* GENERAL STYLING  */

@font-face {
  font-family: "Poppins";
  src: url("Poppins/Poppins-Medium.woff2") format("woff2"),
    url("Poppins/Poppins-Medium.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins/Poppins-Regular.woff2") format("woff2"),
    url("Poppins/Poppins-Regular.woff") format("woff");
}

div#packages {
  max-width: 1140px;
  margin: 0 auto;
}
.heading {
  letter-spacing: 0px;
  color: #3e475d;
  opacity: 1;
  font-family: "Poppins";
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

#packages .main {
  padding: 16px 16px 50px 16px;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  padding: 16px;
  font-family: "Poppins";
  overflow-x: hidden;
}

#packages .tabshead li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
  font-family: "Poppins";
}
#packages .tabshead a {
  text-align: center;
  color: #3e475d;
  text-decoration: none;
  font-size: 25px;
  padding: 8px 30px;
  font-family: "Poppins";
}
.Main-Box .box h2,
.Main-Box .box h3 {
  color: #3e475d;
}
.Main-Box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 60px; */
}
.Main-Box .box {
  text-align: center;
}
.Main-Box .box h3 {
  font-size: 25px;
  margin: 1em 0;
}
.Main-Box .box h2 {
  font-size: 35px;
  margin: 1em 0;
  font-weight: bold;
}
.Main-Box .box button {
  border: 1px solid #ced4da;
  border-radius: 10px;
  font-size: 18px;
  background-color: #ffffff;
  padding: 6px 50px;
  font-family: "Poppins";
}
.Main-Box .box button:enabled {
  color: #3e475d;
}
.Main-Box .box {
  padding: 0px 20px;
  text-align: center;
  max-width: 300px;
  min-height: 500px;
  margin-right: 20px;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.Main-Box .box ul {
  padding-left: 0;
}
.Main-Box .box ul li {
  list-style-type: none;
}
.Main-Box .box ul li {
  list-style-type: none;
  color: #3e475d;
  font-family: "Poppins";
  line-height: 2em;
}
.Main-Box .box.selected ul li {
  color: #ffffff;
}
.Main-Box .box:last-child {
  margin-right: 0;
}
.Main-Box .box.selected,
.Main-Box .box:hover {
  background-color: #3978f7;
}
.Main-Box .package.selected,
.Main-Box .package:hover {
  cursor: pointer;
}

.Main-Box .box.selected h3,
.Main-Box .box.selected h2,
.Main-Box .box.selected .info li,
.Main-Box .box:hover h3,
.Main-Box .box:hover h2,
.Main-Box .box:hover li {
  color: #ffffff;
}
.Main-Box .box.selected button .Main-Box .box:hover button {
  color: #000000;
}

ul.tabshead li a.selected,
ul.tabshead li a:hover {
  padding: 16px 35px;
  background-color: #3978f7;
  color: #ffffff !important;
  border-radius: 20px;
}
ul.tabshead {
  text-align: center;
  margin-top: 16px;
}
.Main-Box .box h2 span {
  color: #3e475d;
  font-size: 10px;
  font-family: "Poppins";
}
#packages .info {
  margin-top: 30px;
}
/* billing box*/

.billing {
  padding: 70px 30px 35px 30px;
  text-align: center;
  max-width: 574px;
  background-color: #f2f2f2;
  margin: auto;
  margin-top: 50px;
  border-radius: 40px;
}
.billing .yearly-monthly-package {
  display: flex;
  justify-content: center;
}

.billing .yearly {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  padding: 10px 45px 10px 45px;
  margin-right: 0px;
  cursor: pointer;
}
.billing .active {
  box-shadow: inset 0px 0px 10px #00000029;
  background-color: #f8f8f8 !important;
  cursor: default;
}
.billing .monthly {
  text-align: center;
  margin-right: 30px;
  background-color: #ffffff;
  border-radius: 0px 10px 10px 0px;
  padding: 15px 60px 10px 60px;
  margin-right: 0px;
  cursor: pointer;
}
.billing .monthly h4 {
  margin: 0;
  color: #3e475d;
  font-size: 30px;
  font-family: "Poppins";
}
.billing .monthly p {
  margin: 0;
  color: #3e475d;
  font-size: 15px;
  font-family: "Poppins";
}
.billing .yearly h4 {
  margin: 0;
  color: #3e475d;
  font-size: 30px;
  font-family: "Poppins";
}
.billing .yearly p {
  margin: 0;
  color: #3e475d;
  font-size: 15px;
  font-family: "Poppins";
}
.billing .paypal-button {
  margin: 68px 0px 34px 0px;
}
.billing .stripe-button {
  margin: 34px 0px 34px 0px;
}
.billing-section .payment-method h2 {
  color: #3e475d;
  font-size: 35px;
  font-family: "Poppins";
}
.payment-method {
  text-align: center;
}
.billing-section {
  padding: 50px 0px;
  display: none;
}
/*Dashboard*/
.dashboard-container {
  max-width: 1120px;
  margin: auto;
}
.dashboard-front {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-front h3 {
  color: #3e475d;
  font-size: 35px;
  font-family: "Poppins";
}
.dashboard-front button {
  background-color: #3978f7;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 20px;
  border: 0;
  font-size: 20px;
  font-family: "Poppins";
}
.dashboard-mailbox button {
  background-color: #3978f7;
  color: #ffffff;
  padding: 9px 37px;
  border-radius: 13px;
  border: 0;
  font-size: 20px;
  font-family: "Poppins";
}
.dashboard-content {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 40px;
  padding: 25px;
  margin-bottom: 50px;
  align-items: center;
  position: relative;
}
.dashboard-content .dashboard-image img {
  width: 296px;
  height: 215px;
  border-radius: 20px;
}
.dashboard-image {
  margin-right: 50px;
}
.right-content {
  height: 215px;
}
.right-content h4 {
  color: #3e475d;
  font-size: 25px;
  font-family: "Poppins";
  margin: 0;
}
.right-content a {
  color: #8b8d9c;
  text-decoration: none;
  font-size: 20px;
  font-family: "Poppins";
  margin: 0;
  word-break: break-word;
}
.right-content p,
.right-content span {
  color: #3e475d;
  font-size: 20px;
  font-family: "Poppins";
  margin-top: 20px;
  margin-bottom: 47px;
}
.right-content span.badge-danger {
  color: #fff;
}
.edit-website {
  display: flex;
  align-items: center;
}
.edit-website .edit {
  color: #3e475d;
  font-size: 20px;
  font-family: "Poppins";
  border: 2px solid #3e475d;
  padding: 9px 33px;
  border-radius: 14px;
  margin-right: 30px;
}
section.WebMuse-Dashboard {
  padding-bottom: 70px;
}
.dashboard-content button.dots {
  border: none;
  position: absolute;
  right: 35px;
  top: 40px;
  background: none;
  outline: none;
}
.dashboard-content button img {
  width: 22px;
  height: 24px;
}
.dropdown-divider {
  border-top: 1px solid #fff;
}
.dashboard-content .dropdown-menu {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 21px;
  opacity: 1;
  padding: 1rem 0;
}

.dashboard-content .dropdown-menu .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dashboard-content .dropdown-menu .dropdown-item .btn {
  color: #3e475d;
}
.previewlink i {
  color: #3e475d;
}

/* CREATE-WEBSITE-SECTION  */
.name-your-website h2 {
  color: #3e475d;
  font-size: 30px;
  font-family: "Poppins";
  margin: 0;
}
.name-your-website select,
.name-your-website input {
  padding: 10px;
  text-align: center;
  color: #9d9d9d;
  border: none;
  font-size: 20px;
  background-color: #ffffff;
  font-family: "Poppins";
  margin: 70px auto 90px auto;
  border-radius: 10px;
  width: 70%;
}

.name-your-website {
  text-align: center;
}
.name-your-website {
  background-color: #f2f2f2;
  padding: 40px;
  border-radius: 40px;
  position: relative;
  padding: 50px 40px;
}
.Back-And-Create {
  display: flex;
  justify-content: center;
}
.Back-And-Create button {
  background-color: #3978f7;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 25px;
  padding: 15px 60px;
  border-color: transparent;
  border-radius: 20px;
}
.Back-And-Create a {
  color: #8b8d9c;
  text-decoration: none;
  font-size: 20px;
  font-family: "Poppins";
  position: absolute;
  bottom: 43px;
  left: 6%;
}
@media (max-width: 1200px) {
  .right-content .domain {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30px;
  }
}

/*** Profile Pages **/
.profile label {
  text-align: left;
  font-size: 13px;
  font-family: "Poppins";
  color: #000000;
  margin-left: 27px;
}
.profile .form-check-label {
  margin-left: 12px;
}
.profile .form-group {
  margin-bottom: 22px !important;
}

.profile select,
.profile input[type="text"],
.profile input[type="password"],
.profile input[type="date"],
.profile input[type="email"] {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border-color: #f8f8f8;
  color: #9d9d9d;
  height: 48px;
  padding: 0px 27px;
}
.profile input:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.profile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile .btn {
  background-color: #3978f7;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 20px;
  padding: 8px 36px;
  border-color: transparent;
  border-radius: 13px;
  margin-top: 40px;
}
label.wrap {
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 0px;
}
label.wrap:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 8%;
  height: 100%;
  pointer-events: none;
  font-weight: 900;
}

.dashboard-content.mailbox {
  flex: 1 0 40%;
  margin: 30px;
  display: inline;
}
.dashboard-content.mailbox:nth-child(even) {
  margin-right: 0px;
}
.dashboard-content.mailbox a {
  padding: 8px 45px;
  border-radius: 12px;
}
