@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Overpass", sans-serif;
  /* background: #333333 */
}


.log-img {
  width: 100%;
  text-align: center;
  /* padding-right: 100px; */

}

.log-img img {
  max-width: 550px;
  width: 100%;
  display: inline-block;
}

.log-wrap {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  /* padding-left: 50px; */
}

.login-bg {
  margin-top: 20px;
  padding: 30px 10px;
  border: 2px solid #c7c7c7;
  border-radius: 15px;
  max-width: 600px;
  width: 100%;
  display: inline-block;
}

.x_panel {
  width: 100%;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  /* column-break-inside: avoid; */
  opacity: 1;
  transition: all 0.2s ease;
}

.input2 {
  width: 100%;
  padding: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 10px !important;
  margin-bottom: 20px;
  height: 60px;
  color: #333333;
  font-size: 16px;
}

span.right {
  float: right;
  font-size: 14px !important;
}

.icn-rht {
  margin-top: 15px;
  height: 30px;
  line-height: 32px;
}

.form-control-feedback {
  margin-top: 8px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
}

.form-control-feedback {
  position: absolute;
  bottom: 18px;
  right: 0;
  z-index: 2;
  border-left: 1px solid #bbb;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  padding-top: 8px;
}

.set-icon {
  position: relative;
  /* border: 2px solid; */

}

.login-bg .btn6 {
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 12px;

  font-size: 20px;
}

.btn6 {
  /* background: #337ab7 !important; */
  background: var(--btn3-color) !important;
  max-width: 30px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff !important;
  /* border: 1px solid #337ab7; */
  border: 1px solid var(--btn3-color);

  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.btn6:hover {
  /* border: 2px solid #337ab7; */
  border: 2px solid var(--btn3-color);
  background: #ffffff !important;
  /* color: #337ab7 !important; */
  color: var(--btn3-color) !important;

}

.login-txt {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.x_content {
  padding: 0 5px 6px;
  float: left;
  clear: both;
  margin-top: 5px;
}

.form-link {
  font-size: 13px;
  color: red;
  font-weight: 560;
}

.form-link a {

  color: #5A738E;


}

.login-txt h2 {
  font-size: 30px;
  display: block;
  color: #F25D38;
  padding-bottom: 10px;
  font-weight: 700;
}

.login-txt span {
  display: inline-block;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #F25D38;
  max-width: 226px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

/* main css end */
/* dash with pages css */

p {

  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none !important;
  transition: all 0.2s ease;
}



.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.2s ease;

}





/* Dashboard css */
.head1 {
  width: 100%;
  border-bottom: 2px solid #f25634;
  padding-bottom: 10px;

}

.head1 img {
  max-width: 24px;
  width: 100%;
  margin-right: 10px;
  display: inline-block;
}

img {
  vertical-align: middle;
}

.head1 h1,
.head_sub {

  font-size: 21px !important;
  font-weight: 600;
  color: #333333;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.wel-admin {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 30px 0px;

  /* transform: scale(1.1,1.1); */
  transition: all 0.2s ease;
}


.wel-admin:hover,
.subs-wrap:hover,
.user-bg:hover,
.img4:hover,
.pro-table:hover,
.subs-user:hover {
  transform: scale(1.03, 1.03) !important;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.2);
}

/* .home-section:hover{
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.2);

} */


.not_bg {
  border-right: 1px solid #C7C7C7;
}

.head2 {

  font-size: 18px;
  font-weight: 600;
  color: #f25634;
  margin: 0px;
  margin-bottom: 10px;
  display: block;
}

.text1 {

  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin: 0px;
  display: block;
}

.clr_blue {
  /* color: #1a4db4; */
  color: var(--secondary-color);
}

.clr1 {
  /* background: #1a4db4; */
  background: var(--secondary-color);
}

.clr_green {
  /* color: #39b54a; */
  color: var(--primary-color);
}

.clr2 {
  /* background: #39b54a; */
  background: var(--primary-color);
}

.clr_red {
  /* color: #E54E3C; */
  color: var(--color-seq-4);
}



.clr3 {
  /* background: #E54E3C; */
  background: var(--color-seq-4);
}

.date1 {

  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.time1 {

  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
}

.img_right {
  text-align: right;
}

.img1 {
  max-width: 60px;
  width: 100%;
  display: inline-block;
}

.subs-sec {
  width: 100%;
  margin: 30px auto;
}

.subs-wrap {
  width: 100%;
  border-radius: 6px;
  text-align: center;
  background: #ffffff;
  padding: 10px 0px;
  position: relative;
  transition: all 0.2s ease;
}

.subs-wrap img {
  max-width: 20px;
  width: 100%;
}

.subs-wrap h2 {

  font-size: 14px;
  font-weight: 600;
  display: block;
}



.num-sec {
  max-width: 32px;
  width: 100%;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
}



.num-sec span {

  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 8px;
  display: inline-block;
}



.users-sec {
  width: 100%;
  margin: 30px auto;
}

.user-bg {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px 10px;
  height: 250px;
}

.img2 {
  max-width: 20px;
  width: 100%;
  display: inline-block;
}

.head3 {

  font-size: 20px;
  font-weight: 400;
  color: #f25634;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  margin-left: 5px;
}

.fa-arrow-circle-o-right {
  color: #f25634;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  float: right;
}

.to-user {


  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: block;
  margin: 10px 0px;
}

.rev-sec {
  width: 100%;
  text-align: center;
}

.rev1 {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 7px;
}

.rev1 span {

  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin: 3px 0px;
}

.img4 {
  max-width: 500px;
  width: 100%;
}

.graph-sec {
  width: 100%;
  margin: 30px auto;
}

.product-sec1 {
  width: 100%;
  margin: 20px 0px;
}


.pro-table {
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  border-radius: 6px;

}

.btn1 span {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

.btn1 i {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 6px;
  vertical-align: middle;
}

.table1 {
  max-width: 1060px !important;
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
  text-align: center;
}

.subs-user {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.table1 th,
.table1 td {
  text-align: center;
  border: 1px solid #c7c7c7 !important;
  color: #333333;
}

.table1 th {
  color: #333333;
  font-size: 14px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-align: center;
}

.table1 thead tr {
  border-bottom: 2px solid #c7c7c7;
}

.head-sec {
  width: 100%;
  display: block;
}

.head5 {

  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, hsla(11, 88%, 58%, 1) 15%, hsla(41, 88%, 57%, 1) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: 0.2s all ease-in-out;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
}

.text2 {

  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  margin: 0px;
  margin-top: 18px;
  margin-bottom: 5px;
  width: 100%;
}

.text-bg {
  padding: 5px 0px;
  margin-bottom: 5px;
}

.text-bg li {

  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
}

.text-bg li img {
  max-width: 20px;
  width: 100%;
}

.text-bg li span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #C7C7C7;
}

/* Sidebar */
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .home-section {
    left: 0px !important;
    width: 100% !important;
  }

  .sidebar.close {

    display: block;
  }

  .sidebar.close~.home-section {
    left: 78px !important;
    width: calc(100% - 78px) !important;
  }

}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #333333;

  z-index: 100;

}

.sidebar.close {
  width: 78px;
  opacity: 1 !important;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  /* transition: 0.3s ease;
    transition-delay: 0.1s; */
}

.sidebar.close .logo-details .logo_name {
  /* transition-delay: 0s; */
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 0 0 150px 0;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar.close .nav_title .site_title .rent-text {
  display: none;
}

.sidebar.close .profile {
  display: none;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  margin-top: 3px;
  transition: all 0.2s ease;
}

/* .sidebar .nav-links li:hover {
    background: #1d1b31;
  } */
.nav-links li:hover {
  /* background-image: linear-gradient(90deg, #f25634 0%, #f18d56 100%); */
  background: linear-gradient(135deg, hsla(11, 88%, 58%, 1) 0%, hsla(41, 88%, 57%, 1) 100%);
  border-right: 4px solid #fff;
  transform: translate(0px, 0px) scale(1.03, 1.03);


}

.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
  display: block;
}

.sidebar .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar .nav-links li a .link_name {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  transition: all 0.2s ease;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  /* padding: 6px 6px 14px 80px; */
  margin-top: -10px;
  background: #333333;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.2s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.2s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.2s ease;
}

.sidebar.close .profile-details {
  background: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.2s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.right_col {
  width: 100%;
}

.home-section {
  position: relative;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  left: 260px;
  width: calc(100% - 260px)!important;
  border-bottom: 1px solid #d9dee4;
  margin-bottom: 10px;
  padding: 10px;
  transition: all 0.2s ease;
}

.sidebar.close~.home-section {
  left: 78px !important;
  width: calc(100% - 78px)!important;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 30px !important;
  /* color: #f25634; */
  color: var(--color-seq-4);
}

.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}


@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}

/* style nav */
.nav_title {
  background: #333333;
  border-bottom: 1px solid #ffffff !important;
  padding: 8px;
}

.site_title {
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  line-height: 45px;
  display: block;
  height: 44px;
  margin: 0;
  padding-left: 10px;
}


.site_title img {
  color: #2966e7 !important;
}

.rent-text {
  margin-left: 10px;
  /* color: #f25634; */
  color: var(--color-seq-4);
  font-weight: 500;
  /* background-image: linear-gradient(to bottom right, #f2345e, #f25634);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important; */
}

img {
  vertical-align: middle;
}

.profile {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  margin-left: 10px;
}

.img-circle.profile_img {
  width: 55%;
  background: #fff;
  margin-left: 5%;
  z-index: 1000;
  position: inherit;
  margin-top: 13px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 3px;
}

.img-circle {
  border-radius: 50%;
}

.profile_info {
  padding: 23px 10px 10px;
  width: 70%;
  position: absolute;
  left: 83px;
  /* float: left; */
}

.profile_info span {
  font-size: 13px;
  line-height: 30px;
  color: #bab8b8;
}

.profile_info h2 {
  font-size: 14px;
  color: #ecf0f1;

  font-weight: 300;
}

.sub-menu li {
  padding-left: 25px;
}

.sidebar .nav-links li i {
  min-width: 44px !important;
}

.sub-menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 20px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

.sub-menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}

.sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-profile span {
  font-size: 16px;
  font-weight: 300;
}

.nav_menu a {
  color: black;
  text-decoration: none;
}

.nav_menu ul li {
  list-style: none;
}

/* dropdown btn */
.dropbtn {
  /* background-color: #3498DB; */
  color: #040404;
  padding: 5px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 295px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: -16px;
  top: 60px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.dash-2 {
  position: relative;
  /* background: #d4c3c3; */
  color: black;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.2s ease;
}

.sidebar.close~#content {
  left: 78px;
  width: calc(100% - 78px);
}


/* USER */
.pull-right {
  float: right;
}

.filtr-bg {
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 10px 0px;
  /* background: #1a4db4; */
  background: var(--btn3-color);
  text-align: center;
  float: right;
  border-radius: 10px;
  margin-right: 10px;
  /* border: 1px solid #1a4db4; */
  border: 1px solid var(--btn3-color);
}

.filtr-bg:hover {
  background: #fff !important;
  ;
  color: var(--btn3-color) !important;
  border: 1px solid var(--btn3-color) !important;
}

.custom-select {

  border-radius: 1.25rem !important;

}

.form-control {
  border-radius: 1.25rem !important;
}

.btn7 {
  color: #fff !important;
  font-size: 17px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;

}

.right_col .container-fluid {
  font-size: 20px !important;
}

/* th {
  padding: 15px 0 !important;
}

td {
  padding: 20px 0 !important;
} */

.btn8 {
  border: #f25634 !important;
  background-color: #f25634 !important;
  color: #fff !important;
}

.page-item.active .page-link {

  background-color: #f25634 !important;
  border-color: #f25634 !important;
}


/* Button category */
.btn-img {
  max-width: 70px !important;
  width: 100%;
  display: inline-block;
  padding: 2px 0px !important;
  margin-left: 5px;
}

.title_left {
  margin-left: 18px;
}

.title_left h3,
h3.ms-4 {
  font-weight: 600px;
  opacity: .5 !important;
  font-size: 24px;
}

/* next css */
body,
.main,
.theme2 {
  background-color: #F7F7F7 !important;
  /* background-color: #fafafa !important; */
  /* background-color: var(--color-seq-6); */
  /* background: linear-gradient(90deg, rgba(255,248,240,1) 0%, rgba(255,248,240,1) 100%); */

}

.container {
  max-width: 97% !important;
  margin: 0 auto;
}

/* dash with pages css end */

/* changepassword page css */
.btn14,
.btn3 {
  max-width: 120px;
  width: 100%;
  display: inline-block !important;
  background: var(--color-seq-4) !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  border: 1px solid var(--color-seq-4) !important;
  padding: 2px 0px !important;
  text-align: center;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.btn3 {
  /* background: #39b54a !important;
    border: 1px solid #39b54a !important; */
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.label-change {
  font-weight: 700;

}

.input1 {
  border-radius: 20px !important;
  padding: 10px 15px !important;
  font-size: 14px;
  color: #333333;
  font-weight: 400;

  height: 40px;
}

/* changepassword page css end*/
/* sub category */
.brdr2 {
  border-right: 1px solid #c7c7c7;
}

.scrl1 {
  overflow-y: scroll;
  height: 400px;
}

.sub-head2 {
  width: 100%;
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}

/* Add */
.sub-head2 h3 {

  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  margin: 0px;
  border-bottom: 1px solid #f25634;
}

.label-text {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
  font-weight: 600;

  padding: 10px 0px !important;
}

/* sub category end*/
/* Revenue Plans */
.subs-plan-wrap {
  width: 100%;

  background: linear-gradient(135deg, hsla(11, 88%, 58%, 1) 0%, hsla(41, 88%, 57%, 1) 100%);


  border-radius: 6px;
  padding: 20px 10px;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.subs-plan-wrap:hover {

  transform: scale(1.13);

}

.sub-head3 {

  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px;
}

.sub-text {

  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin: 5px 0px;
}

.sub-amt {

  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin: 0px;
}

.ed-icon {
  display: block;
  width: 100%;
  text-align: right;
}

.ed-icon i {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}

/* Revenue Plans end*/
/* theme */
.container {
  /* background-color: #fff; */
  background-color: #fff;
  border: 1px solid #d9dee4;
}

.container-fluid {
  background-color: #fff;
}

/* next style css */
.wel-admin ul li {
  display: inline-block;

  font-size: 11px;
  font-weight: 400;
  margin-right: 10px;
}

.wel-admin ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px;
}

.subs-wrap h2 {
  margin-top: 10px;
}

.btn1 {
  max-width: 90px;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: var(--btn3-color);
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  padding: 0px;
  border: 1px solid var(--btn3-color);
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  float: right !important;
}

.head14 {
  float: left;
}

.text-bg li:last-child {
  padding-left: 12px;

}

.text-center tr td a {
  margin: 0 5px;
}

h2.head1 {
  font-size: 25px;
  font-weight: 400;
  padding-left: 5px;
}

.subs-plan-wrap:hover,
.subs-plan-wrap:focus {
  /* background: transparent;*/

  border: 1px solid #F25634;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

button#change_btn.btn.btn3 {
  margin-left: 20px !important;
}


footer {
  display: none !important;
  font-size: 9px !important;
  font-weight: 300;
  margin-bottom: 0px !important;
  padding: 0 18px !important;

}

.left-f {
  float: left;
}

.right-f {
  float: right;
}

a.btn.pro-btn.btn8 {

  padding: 0px 5px !important;
}

a.btn.pro-btn.btn8 i,
a.btn.btn-success i,
a.btn.pro-btn.btn8.rejctedStatus i {
  margin-top: 4px !important;
  font-size: 18px !important;
}

span.btn.bg-primary.rounded-pill.px-4.btn7,
span.btn.bg-success.rounded-pill.px-4.btn7,
span.btn.bg-danger.rounded-pill.px-4.btn7,
span.btn.bg-success.rounded-pill.px-4.btn7,
span.btn.bg-secondary.rounded-pill.px-4.btn7 {
  font-size: 15px !important;
  font-weight: 300 !important;
  text-transform: lowercase !important;
}

div.container.mt-3 {
  margin-top: 16px !important;
}

h3.ms-4.mt-5.ps-3 {
  margin-left: 20px !important;
}

div.form-group.row.my-4 {
  /* padding-left: 10px!important; */
  font-weight: 300 !important;
  font-size: 18px !important;

}

p.mt-2,
label.control-label.col-md-4.col-sm-4.col-xs-3.col-form-label.label-text,
label.control-label.col-md-4.col-sm-4.col-xs-3.col-form-label.label-text.fw-bolder.fs-5,
label.control-label.col-md-2.col-form-label.label-text.fw-bolder.fs-5,
label.control-label.col-sm-2.col-form-label.label-text {
  padding-left: 15px !important;
}

button.btn.btn-primary.fs-5.rounded-3.ms-5.px-3 {
  margin-left: 80px !important;
}

span.fs-5.fw-semibold {
  font-weight: 400 !important;

}

/* animation */
.animate {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



.head-sec a.btn1:hover,
.product-sec1 a.btn1:hover {
  background-color: #fff;
  border: 2px solid var();
  /* color: #1a4db4; */
  color: var(--btn3-color);
  /* font-weight: 500; */

}



/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.zoominAnimate {
  animation: zoomIn 2.6s ease;
  /* Adjust the duration and timing function as needed */
  transform-origin: center;
}

:root {
  --main-color: #f25634;
  /* --primary-color: #33f256; */
  --primary-color: #1ed640;
  --secondary-color: #33cff2;
  --btn1-color: #f23370;
  --btn2-color: #f2b433;
  --btn3-color: #2966e7;
  --theme-color: #33f2b5;
  --color-2: #b533f2;
  --color-seq-1: #2f0b03;
  --color-seq-2: #5f1606;
  --color-seq-3: #8f2109;
  --color-seq-4: #f25f3f;
  --color-seq-5: #f8af9f;
  --color-seq-6: #fbd7cf;

}


.bg-success,
.btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.text-success {
  color: var(--primary-color);
}

.bg-secondary {
  background-color: #939393 !important;
}

a.btn.pro-btn.btn8 {
  background-color: var(--btn3-color) !important;
}

a.btn.pro-btn.btn8.rejctedStatus {

  background-color: var(--color-seq-4) !important;
  padding: 0px 8px !important;

}

a.btn.btn-success {
  padding: 0px 6px !important;

}

a.btn.btn-success i {
  font-size: 17px !important;

}

.text-danger {
  color: var(--color-seq-4);
}

.bg-danger {
  background-color: var(--color-seq-4) !important;
}

.btn {
  font-size: 15px !important;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
  src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.home-section {
  padding: 0px !important;
}

div.p-4 {
  padding: 25px 8px !important;
}

table.dataTable thead .sorting_asc:after,
.sorting_asc:before {

  opacity: 1;
  font-weight: bolder;
  /* font-size: 18px; */
}


/* Override DataTable default styles */
#datatable_wrapper .sorting::after,
.sorting_asc::after,
.sorting_desc::after {

  margin-left: 5px;
}
/* Custom styling for table header */
#datatable thead th {
  padding-left: 18px !important;

}
/* Custom styling for table cells */
#datatable tbody td {

  padding: 8px !important;
  padding-left: 20px !important;
}
/* css Add */
.icon-pos {
  right: 4px !important;
  bottom: 14px !important;
}

.icon-pos2 {
  bottom: 59px !important;
  right: 4px !important;
}

.x_panel:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
  font-size: 15px !important;
}

.btn-all {
  background-color: #fff !important;
  border: 1px solid var(--color-seq-4) !important;
  color: var(--color-seq-4) !important;
  text-align: center !important;
  font-weight: 400 !important;
}

.btn-all:hover {
  background-color: var(--color-seq-4) !important;
  color: #fff !important;
  font: 500 !important;

}

.btn7 {
  text-align: center !important;
  text-transform: lowercase !important;
  font-weight: 300 !important;
  transition: all 0.2s ease;
}

.btn-group.dropdown.pull-right .dropdown-menu.drp-mn-bg.show {
  padding: 13px !important;
  margin-top: 10px !important;
}

.dropdown-menu.drp-mn-bg .drp-btn-bg {
  margin-top: 7px !important;

}

.dropdown-item.btn.bg-secondary.rounded-pill.px-4.btn7 {
  background-color: var(--btn3-color) !important;
}

.dropdown-item.btn.bg-success.rounded-pill.px-4.btn7:hover {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: 500 !important;
}

.dropdown-item.btn.bg-danger.rounded-pill.px-4.btn7:hover {
  background-color: #fff !important;
  color: var(--color-seq-4) !important;
  border: 1px solid var(--color-seq-4) !important;
  font-weight: 500 !important;

}

.dropdown-item.btn.bg-secondary.rounded-pill.px-4.btn7:hover {
  background-color: #fff !important;
  color: var(--btn3-color) !important;
  border: 1px solid var(--btn3-color) !important;
  font-weight: 500 !important;

}


.form-control {
  border-radius: 0.5rem !important;
}

.dataTables_length label select,
.dataTables_filter label input {
  border-radius: 15px !important;

}

#datatable_previous a {
  border-bottom-left-radius: 15px !important;

}

#datatable_next a {
  border-top-right-radius: 15px !important;
}

#datatable_previous:hover,
#datatable_next:hover,
.page-item.active .page-link:hover {
  transform: translate(0px, 0px) scale(1.1, 1.1);
  z-index: 100;
  transition: all 0.2s ease;
  font-weight: 400;
}


.head1 {
  /* background: linear-gradient(135deg,  hsla(11, 88%, 58%, 1) 100%, hsla(41, 88%, 57%, 1) 50%); */
  background: radial-gradient(circle, hsla(41, 88%, 57%, 1) 65%, hsla(11, 88%, 58%, 1) 86%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: 0.2s all ease-in-out;
  font-weight: 700 !important;

}

.title_left h3,
h3.ms-4.mt-5.ps-3.animate.fadeInUp {
  font-weight: 600px !important;
  opacity: .5 !important;
  font-size: 20px !important;
}

.home-content,
.nav_menu {
  padding: 10.5px 0;
}

.dataTables_length label,
#datatable_filter label,
.dataTables_info,
#datatable_paginate ul {
  font-weight: 300 !important;
  font-size: 14px !important;
}

#datatable tbody td,
.dropdown-content {
  font-size: 15px !important;
  font-weight: 300 !important;
}

#datatable thead th {
  font-size: 16.5px !important;
  font-weight: 600 !important;
  /* padding-right: 40px !important; */


}

span.text-success {
  font-weight: 500 !important;
  color: var(--primary-color) !important;
  text-transform: capitalize;
}

span.text-danger {
  font-weight: 500 !important;
  color: var(--color-seq-4) !important;
  text-transform: capitalize;
}

span.btn.bg-danger.rounded-pill.px-4.btn7,
span.btn.bg-success.rounded-pill.px-4.btn7 {
  text-transform: capitalize !important;
  font-weight: 500 !important;

}


@media screen and(max-width: 1096px) {
  #datatable thead th {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
}

#myDropdown a {
  color: #2965e7;
  font-size: 14px !important;
  padding: 8px 12px !important;
}

.dropdown-content {
  right: 6px !important;
  top: 51px !important;
  min-width: 255px !important;
}

button.btn.btn-top.btn3.p-2.disabled,
button.btn.btn-top.btn3.p-2 {
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 4px 8px !important;
}

.page-item.active .page-link {
  background: linear-gradient(135deg, hsla(11, 88%, 58%, 1) 50%, hsla(41, 88%, 57%, 1) 100%);
  /* background-color: #f25634 !important;*/
  border-color: #fff !important;
}

.dropbtn {
  padding: 3px !important;
  font-size: 14px !important;

}

.nav_menu {
  margin-right: 14px;
}

input.form-control.col-md-7.col-xs-12.input1.py-2.rounded-pill.fs-6.label-change,
input.form-control.form-control-sm,
.dataTables_length label select,
input.form-control.input1.ms-4,
input.form-control.col-md-7.col-xs-12.input1,
select.select2_single.form-control.input1,
input.form-control.input1,
input.form-control {
  border-radius: 20px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
}

select.select2_single.form-control.input1 {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

#myDropdown a {
  color: #646464 !important;
  transition: all 0.2s ease;
}

#myDropdown a:hover {
  color: var(--color-seq-4) !important;
  font-weight: 500;
}

a.btn.btn-success:hover,
a.btn.pro-btn.btn8.rejctedStatus:hover,
a.btn.pro-btn.btn8:hover {
  /* color: var(--primary-color); */
  transform: translate(0px, 0px) scale(1.15, 1.15);
  transition: all 0.2s ease;
}

.page-link,
.page-item.active .page-link {

  border: 1px solid rgb(235 121 40) !important;

}

.user-profile img:hover,
.img-circle.profile_img:hover {
  transform: translate(0px, 0px) scale(1.15, 1.15);
  transition: all 0.2s ease;
}

.user-profile span:hover {
  color: var(--btn3-color);
  font-weight: 400;
}

span.text-success,
span.text-danger {
  font-weight: 600 !important;
}

#btn-deactivate:hover {
  color: var(--color-seq-4) !important;
  background-color: #fff !important;
  border: 1px solid var(--color-seq-4) !important;
  font-weight: 500 !important;
}

#btn-activate:hover {
  color: var(--primary-color) !important;
  background-color: #fff !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: 500 !important;
}

label.control-label.col-md-2.col-form-label.label-text.fw-bolder.fs-5,
label.control-label.col-sm-3.label-text.fw-bolder.fs-5,
.sub-head2 h3,
label.control-label.col-md-4.col-sm-4.col-xs-3.col-form-label.label-text.fw-bolder.fs-5 {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.btn {
  line-height: 1.8 !important;
}

input.form-control.input1 {
  font-size: 14px !important;
  font-weight: 400 !important;
}

p.mt-2 {
  font-size: 13px !important;
}

.head14 {
  opacity: .6 !important;
}
#datatable thead th {

  border-top:1px solid #e4e4e4;
}


table.dataTable{
  margin-top: 18px!important;
}
td{
  vertical-align: middle!important;
}
button#btn-activate.btn.btn3{
  margin-left: 10px!important;
}
i.bx.bx-minus-circle.bx-md{
    position: absolute;
    right: -35px;
    top: 0;
}
#btn-color{
    background-color: var(--color-seq-4)!important;
}
.nav-links a{
    color: #fff!important;
}
/* Add Css */


