body {
  font-family: "Open Sans";
  background: #eff4f9;
  color: #2d2d2d;
}

.clearfixs {
content: "";
clear: both;
display: table;
}
.active-project {
  margin-bottom: 10px;
}

.active-project-title {
  padding-bottom: 5px;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

/* Layout */
.header-content {
  background: #668caf;
  font-weight: 600;
  color: #FFF;
  padding: 8px;
  border-radius: 4px 4px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-page {
  background: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid #668caf;
  border-radius: 0px 0px 4px 4px;
}

.main {
  background: #eff4f9;
}

.main {
  padding: 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main .page-header {
  margin-top: 0;
}

.white-area-content {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #d4dce2;
}

.white-link {
  color: #FFFFFF;
}

.white-link:hover {
  color: #DCE8E8;
  text-decoration: none;
}

/* header */
.navbar-header2 {
  background: #ffffff;
  border-bottom: 1px solid #d3d3d3 !important;
  color: #FFF !important;
}

.navbar-header a {
  color: #FFF !important;
}

.navbar-header2 a {
  color: #FFFFFF;
  height: 90px;
}

.navbar-header2 a:hover {
  color: #e1e1e1;
}

.navbar-nav a {
  color: #1abc9c !important;
}

.navbar-nav li:hover>a {
  background: #2c6e98 !important;
}

.navbar-nav li:focus>a {
  background: #2c6e98 !important;
}

.navbar-nav li:hover a #notifications-box a {
  background: #FFF !important;
}

.navbar-brand {
  padding: 15px !important;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.brand {
  float: left;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #F0F1F6;
  text-align: center;
  overflow: hidden;
}

#topes {
  display: flex;
}

#prod-area {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  /* For desktop: */
  #prod-area {
    max-width: 100%;
  }
}


.navbar-brand-two {
  padding: 6px !important;
  height: 50px;
}

.graph-height {
  height: 400px !important;
}

.block-area {
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin: 5px;
}

#myChart {
  width: 98%;
}

.doughnut-legend {
  list-style: none;
}

.doughnut-legend li {
  float: left;
  margin: 10px;
}

.home-label {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  padding: 5px;
  color: #343a3d;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: 550;
}

.small-text {
  font-size: 12px;
}

.user_level_display {
  font-size: 12px;
  padding-top: 0px;
}

.user_name_display {
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  padding-bottom: 5px;
}

.user_avatar {
  display: inline-block;
}

.user_bit a {
  padding: 15px !important;
  display: inline-block !important;
}

.table {}

.table-header {
  font-weight: 600;
  background: #f0f0f0;
}


.doughnut-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.icon-nolink {
  color: #5e5e5e;
}

.faded {
  opacity: .5;
}

.dashboard-window {
  background: #62acec;
  width: 100%;
  padding: 20px;
  color: #FFF;
  border-radius: 4px;
}

.d-w-icon {
  width: 30%;
  float: left;
  margin-right: 5px;
}

.d-w-text {
  width: 65%;
  float: left;
  font-size: 13px;
}

.giant-white-icon {
  font-size: 48px;
  color: #FFF;
}

.d-w-num {
  font-size: 38px;
  color: #FFF;
  vertical-align: top;
  line-height: 100%;
}

.db-header {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.db-header-title {
  font-size: 18px;
  float: left;
}

.page-header-title {
  font-size: 24px;
  float: left;
}

.db-header-extra {
  float: right;
  padding: 5px;
}

.newnav .active>a,
.newnav .active>a:focus {
 background: #eff4f938 !important;
    color: #FFFFFF !important;
    border-left: #06965c 4px solid;
}

.newnav .active .sidebar-icon {
  color: #FFF !important;
}

.newnav>li>.active {
  background: #e73b1f !important;
  color: #FFFFFF !important;
}

.sidebar {
  background:#202125 !important;
  font-size: 13px;
  color: #FFFFFF;
}

.sidebar-links-inner {}

.newnav a {
  color: #FFFFFF !important;
}

.plus-sidebar {
  float: right;
  color: #FFFFFF;
  font-size: 9px;
}

.newnav .active .plus-sidebar {
  color: #FFF;
}

.newnav a:hover {
  background: #4d505463 !important;
  color: #FFFFFF !important;
}

.newnav a:focus {
  background: #182232 !important;
  color: #FFFFFF !important;
}

.newnav a:hover .sidebar-icon {
  color: #FFF !important;
}

.newnav a:focus .sidebar-icon {
  color: #FFF !important;
}

.newnav a:hover .plus-sidebar {
  color: #FFF;
}

.newnav a:focus .plus-sidebar {
  color: #FFF;
}

.navbar-indent {}

.bolded {
  font-weight: 600;
}

.sidebar-icon {
  margin-right: 10px;
  color: #FFFFFF;
}

.admin-sb-link {
  margin-right: 5px;
  color: #65b4ff;
}

/* Innner Sidebar Links */
.inner-sidebar-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.inner-sidebar-links a {
  display: block;
  background: #2b435c;
  font-size: 13px;
  padding: 7px;
  border-right: 1px solid #d4dce2;
}

.inner-sidebar-links li a {
  padding-left: 40px;
}

.inner-sidebar-links a:hover {
  background: #374d72 !important;
  text-decoration: none;
  border-right: 1px solid #374d72;
}

.inner-sidebar-links a:hover .admin-sb-link {
  color: #FFFFFF !important;
}

.inner-sidebar-links .active a {
  background: #374d72 !important;
  text-decoration: none;
  border-right: 1px solid #374d72;
  border-left: 2px solid #e73b1f;
}

.inner-sidebar-links .active .admin-sb-link {
  color: #FFF !important;
}

/* Profile Area */
.profile-area {
  position: relative;
  width: 100%;
}

.profile-main {
  margin: 5px;
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  min-height: 400px;
  width: 70%;
}

.profile-sidebar {
  vertical-align: top;
  float: left;
  border: 1px solid #EEE;
  padding: 10px;
  width: 25%;
  background: #FFFFFF;
  min-height: 400px;
  border-radius: 4px;
  margin: 5px;
}

.profile-user {
  background: #FFF;
  height: 150px;
  border-radius: 4px 0px 0px 0px;
  padding: 30px;
  color: #000;
}

.profile-info {
  padding: 10px;
}

.profile-info-label {
  font-weight: 600;
  color: #E1E7F6;
}

.profile-info-content {
  text-align: right !important;
  float: right;
  color: #000;
  font-weight: 600;
}

.profile-main-content {
  padding: 10px;
}

.profile-info-p2 {
  padding: 10px;
  color: #000;
}

a:focus {
  outline: none;
  border: 0px solid #ff00ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.planarea {
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  background: #68aa9b;
  color: #FFFFFF;
  min-height: 280px;
}

.plan-title {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.plan-days {
  font-size: 18px;
  text-align: center;
}

.plan-cost {
  font-size: 18px;
  text-align: center;
}

.sidebar-icon {
  margin-right: 10px;
}

.admin-sb-link {
  margin-right: 5px;
}

.new-user {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 4px;
  margin: 5px;
}

.new-member-avatar {
  float: left;
  margin-right: 10px;
}

.new-member-joined {
  float: right;
  font-size: 11px;
  color: #545a67;
}

/*user box*/
.user-box-avatar {
  position: relative;
  font-size: 11px;
  display: inline-block;
}

.user-box-avatar img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 5px;
}

.online-dot-user {
  background: #ffffff;
  width: 0px;
  height: 0px;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

.offline-dot-user {
  background: #f40d0d;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.user_icon {
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.no-display {
  display: none;
}

table.dataTable {
  width: 100% !important;
}

.user_role_button {
  border: 1px solid #1e8ed0;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px;
  font-size: 11px;
  margin: 1px;
  margin-bottom: 2px;
  vertical-align: top;
  display: inline-block;
}

.user_role_button:hover {
  background: #e3efff;
}

.user_role_button.admin {
  border: 1px solid #1bbc42 !important;
  color: #1bbc42;
}

.user_role_button.project {
  border: 1px solid #1e8ed0 !important;
  color: #1e8ed0;
}

.user_role_button.client {
  border: 1px solid #e46825 !important;
  color: #e46825;
}

.user_role_button.banned {
  border: 1px solid #d00003 !important;
  color: #d00003;
}

.plan-icon {
  margin: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #FFF;
  text-align: center;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.content-category {
  width: 30px;
  height: 30px;
}

.page-image {
  width: 30px;
  height: 30px;
}

.page-summary {
  color: #939195;
}

.white-area-content>p img {
  max-width: 100%;
}

.category-page {
  border: 1px solid #DDD;
  border-radius: 4px;
  text-align: center;
  min-height: 260px;
  padding: 10px;
  margin: 10px;
  vertical-align: top;
}

.category-page:hover {
  background: #f1f1f1;
}

.category-title {
  margin-top: 10px;
}

.circle-buttons {
  border: 1px solid #5d99e9;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 5px;
  display: inline-block;
  color: #5d99e9;
}

.top-margin {
  margin-top: 20px;
}

.user-sidebar-area {
  height: 80px;
  background: #0d1620;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}

.user-sidebar-icons {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.user-sidebar-icons a {
  color: #FFF !important;
}

.user-sidebar-icons span {
  margin-left: 12px;
  margin-right: 12px;
}

.user-sidebar-area a {
  color: #FFF !important;
  font-weight: 600;
}

.user-sidebar-icon {
  width: 45px;
  height: 45px;
  border-radius: 22px;
}

.no-p-margin {
  margin-bottom: 4px;
}

#thistopay {
  background: #06965c;
  color: white;
  clip-path: polygon(53% 10%, 100% 10%, 100% 75%, 54% 76%, 53% 26%, 0 25%, 53% 20%);
  padding: 5px;
  position: absolute;
  top: -27px;
  opacity: 0.8;
  left: 51px;
  font-size: 12px;
  text-align: right;
}

p.messageclass {
  padding: 17px 9px 21px 130px;
  font-size: 10px;
  text-align: left;
}


@media only screen and (min-width: 768px) {

  /* For desktop: */
  #thistopay {
    background: #06965c;
    padding: 20px;
    color: white;
    clip-path: polygon(73% 23%, 100% 23%, 100% 100%, 49% 100%, 47% 40%, 0 0, 51% 23%);
    padding: 3px 5px 0px 26px;
    position: absolute;
    top: 19px;
    opacity: 0.8;
    left: 48px;
    max-width: 66%;
    font-size: 13px;
  }

  p.messageclass {
    padding: 41px 0 4px 152px;
    font-size: 13px;
  }


}

#processing,
#complete,
#cancelled,
#refunded {
  background: #224488;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  text-align: center;
}

#complete {
  background: #009975;
}

#cancelled {
  background: #646464;
}

#refunded {
  background: #c4c4c4;
  color: #423f3f;

}

#lightnote {
  color: #7e7777;
  font-size: 12px;
}

.card-header {
    background-color: #fafafa;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 0.3vw;
    color: #767676;
}

.greenorder {
    background: #06965c;
    border: none;
  font-size: 1em;
}

.greenorder:hover {
    background: #0ea769;
	}
	
	.btn-primary {
    background: #06965c !important;
    border: 1px #05784a solid;
    min-width: 109px !important;
    min-height: 40px;
    font-size: 17px;
}
.btn-primary:hover {
    background: #06965cd9 !important;
	 border: 1px #05784a solid;
}

	.dt-buttons {
		display: none !important;
	}
 
  @media only screen and (min-width: 1000px){
.form-group {
    margin-bottom: 15px;
    display: flex !important;
}}



.collapsiblepmnt {
  color: #777777;
  background-color: #e3e3e3;
  transition: background-color 0.3s, color 0.3s; /* Add a transition for a smoother effect */
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    text-align: left;
    border-radius: 4px; }

.activenow, .collapsiblepmnt:hover {
  color: #ffffff; /* Change text color on hover */
  background-color: #c1c1c1; /* Change background color on hover */
}

.payment_method_details1 {
  padding: 20px 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

#payment_method_dynamic_fields {
    margin: 30px 0;
} 

#payment_method_details{
  padding: 20px 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 10px;
}
.sorting_1 {
  display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 17px;
}
.send-details {
  background: #202125e6;
  color: #fbfbfb;
  height: 56px;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 53% 76%, 49% 85%, 44% 76%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 53% 76%, 49% 85%, 44% 76%, 0% 75%);
}


@media only screen and (min-width: 1069px) {
  .relative-time,
  .payment-method {
      display: inline;
  }
}

/* Show the relative-time and payment-method divs as block on smaller screens */
@media only screen and (max-width: 1068px) {
  .relative-time,
  .payment-method {
      display: block;
  }
}


.orderst2165 {
  float: right;
}

/* Mobile-specific styles */
@media only screen and (max-width: 1068px) {
  .orderst2165 {
    display: grid !important;
    float: right;
  }
}
.panel-admin { 
  border-left: 3px solid #259425 !important;
}


.animated-button {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  font-size: 0.8em;
  padding: 6px 9px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}

.animated-button:hover {
  transform: scale(1.05); /* Scale up the button on hover */
}

.animated-button i {
  margin-right: 5px;
}

.animated-button span {
  display: inline-block;
  opacity: 0;
  animation: drop 2.00s ease forwards infinite;
}

@keyframes drop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.banner {
            background: linear-gradient(135deg, #0D6EFD, #28A745);
            color: #fff;
            padding: 20px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            max-width: 100%;
            box-sizing: border-box;
        }

        .banner h1 {
            font-size: clamp(1.8rem, 5vw, 2.0rem);
            line-height: 1.2; /* Adjust line height for readability */
            margin: 0;
        }

        .adsterra {
              font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
    color: #FFEB3B;
    opacity: 1;
    position: relative;
    padding: 10px;
        }

        .buy-sell {
            font-size: 1.8em;
            color: #FF6347;
            font-weight: bold;
            text-decoration: none;
            padding: 8px 20px;
            background-color: #fff;
            border-radius: 5px;
            opacity: 0;
            display: inline-block;
            margin: 10px 15px;
            transform: translateY(30px); /* Initially hidden below the top */
            animation: dropUpDown 2s ease-in-out infinite; /* Infinite Animation */
        }

        .buy-sell:hover {
            background-color: #f44336;
            color: white;
        }

        /* Adsterra jump-in animation */
        @keyframes jumpIn {
            0% { transform: translateY(50px); opacity: 0; }
            60% { transform: translateY(-10px); opacity: 1; }
            80% { transform: translateY(5px); }
            100% { transform: translateY(0); }
        }

        /* Buy & Sell drop-up and down animation */
        @keyframes dropUpDown {
            0% { transform: translateY(30px); opacity: 0; }
            50% { transform: translateY(0px); opacity: 1; }
            100% { transform: translateY(30px); opacity: 0; }
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .adsterra {
                font-size: 2em;
            }

            .buy-sell {
                font-size: 1.6em;
            }
        }