/* ---------------------------------------------------
  TYPOGRAPHY
----------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

:root {
  --theme: #0c8bf1;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #0c8bf1;
}

::selection {
  color: #ffffff;
  background: #0c8bf1;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

body {
  height: 100%;
  font-size: 15px;
  color: #2f3245;
  background: #f9f7f5;
  /* background: #fbfbfc; */
  font-weight: 400;
  /* font-family: 'Montserrat'; */
}

p {
  /* font-family: 'Montserrat'; */
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  /* color: #999; */
  margin: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';

} */

.shadow {
  -webkit-box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
  box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.header_img{
  /* width: 100% !important; */
}

.bg-admin {
  background: linear-gradient(90deg,#ffb347,#ff7b00);
  /* background: #f9900e; */
  /* background-image: url('../images/Header_Background.jpg'); */
  /* background-image: url('../images/header_bg.png'); */
  /* width: 100% !important;
  background-size: 100%;
  -webkit-box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
  box-shadow: 0 2px 17px 2px rgb(233, 221, 247); */

  /* background: url('../images/bg_u.jpeg'); */
  /* background: url('../images/Header_Background.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;

}
/* .bg-admin:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f8ff78;
    z-index: -1;
} */
.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50%;
}

.text-theme {
  color: #0c8bf1 !important;
}
.text-primary {
   color: rgb(29, 155, 240) !important;
}

.text-theme-40 {
  color: hsla(207, 91%, 50%, 0.4) !important;
}

.text-muted-30 {
  color: #a6a7a7 !important;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.table th {
  color: #0f0f0f;
  font-weight: 700;
  /* font-family: 'Product Sans Regular'; */
}

.table td {
  font-size: 13px;
  padding: .4rem;
}

/* .bgheaders
{
  background-color: #1D9BF0;
  color: #fff;
} */

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  /* background-color: #f8f9fc; */
  border-bottom: 1px solid hsla(226, 30%, 92%, 0.6);
}

.card-footer {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-top: 1px solid hsla(226, 30%, 92%, 0.6);
}

.badge {
  display: inline-block;
  padding: 2px 4px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #0CAA41;
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.btn-primary {
    color: #fff;
    background-color: rgb(29, 155, 240) !important;
    border-color: rgb(29, 155, 240) !important;
}
.bg-primary {
    background-color: rgb(29, 155, 240) !important;
}
/*--------------------------
     Accordion
-------------------------------*/
.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f2f4f5;
}
.accordion-header {
    border-bottom: 2px solid #ccc;
    margin-bottom: -1px;
}
.accordion-button {
    padding: 0.5rem 1.25rem;
    color: rgb(29, 155, 240) !important;
/*    background: #f8f9fa !important;*/
}
.accordion-button:not(.collapsed) {
/*    color: #0c63e4;*/
     background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}



/* ---------------------------------------------------
    Header Navabr Style
----------------------------------------------------- */


.nav_main_title {
  font-size: 25px;
  font-weight: bold;
  color: #fff !important;
  /* color: #E83810 !important; */
}
.navbar {
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link>i {
  color: #fff;
  font-size: 28px;
  margin-top: 4px;
}

.dropdown-item {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.dropdown-item i {
  padding-right: 8px;
  font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c8bf1;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

/* Search icon */


.navbar-nav .form-inline .input-group {
  width: 100%;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border: 1px solid #ffffff;
  border-radius: 25px;
  height: 36px;
  background: transparent;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0px;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #21232e;
  /* font-family: 'Varela Round', sans-serif; */
  margin: 0px 8px;
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .75);
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
  /* content: '\f107'; */
  font-family: 'Font Awesome 6 Free';

}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  left: 1.5rem;
  top: 0.2rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (max-width:767px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0
  }
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

a[aria-expanded="true"].dropdown-toggle::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
a[aria-expanded="false"].dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
*/

/* ---------------------------------------------------
    Side navbar Style
----------------------------------------------------- */

#sidebar {
  width: 270px;
  position: fixed;
  top: 80px;
  left: 0;
  height: 100vh;
  z-index: 999;
  color: #2f2f2f;
  background-color: #fbfffd !important;
/*  background: #f9f9f9;*/
  /* -webkit-box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13);
  box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13); */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s;
  overflow-y: auto;
  /* box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important; */
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 18px 20px;
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
}

#sidebar .sidebar-header>a {
  text-transform: uppercase;
}

#sidebar .sidebar-header .navbar-brand {
  position: relative;
  padding-bottom: 0;
}


#sidebar ul{
  padding-left: 0rem !important;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar .side-menu {
  position: relative;
  margin-bottom: 60px;
  margin-top: 28px;
  padding-bottom: 40px;
  /* padding: 0px 10px 0 16px; */
  list-style: none;
}

.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}

/* .side-menu .icon {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block;
} */

/* #sidebar .side-menu .nav-item.active .icon,
#sidebar .side-menu .nav-item:focus .icon {
  color:#CF0921;
  
} */

#sidebar .side-menu .nav-item.active .nav-link{
text-decoration: none;
color: #000;
align-items: center;
background: #FFBB87A6;
border-left: 4px solid #FF7E1A;
cursor: pointer;
border-radius: 16px;
}

#sidebar .side-menu .nav-item .nav-link img{
  width: 37px;
  padding: 4px;
  border-radius: 6px;
  /* box-shadow: 0 4px 20px 0 rgba(58, 59, 69, 0.1); */
  margin-right: 2px;

}

#sidebar .side-menu .nav-item.active .nav-link img{
    /* filter: invert(1); */
    /* color: #ff4000; */
    /* background: ; */
  /* box-shadow: 0 4px 20px 0 rgba(58, 59, 69, 0.1); */

}
#sidebar .side-menu .nav-item:hover .nav-link,
#sidebar .side-menu .nav-item:focus .nav-link {
  text-decoration: none;
}

#sidebar .side-menu .nav-item.active .nav-link {
  position: relative;
}

/* #sidebar .side-menu .nav-item.active .nav-link:before {
  height: 100px;
  width: 0;
  border-left: 3px solid rgb(29, 155, 240) !important;
  content: '';
  position: absolute;
  right: 0;
} */

#sidebar .side-menu .nav-item {
  margin-bottom: 10px;
  position: relative;
}
#sidebar .side-menu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #FFFFFF;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .nav-item.active .nav-link::before {
  border: none;
}
#sidebar .side-menu .nav-item .nav-link {
  /* font-family: 'Varela Round', sans-serif; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 7px;
  /* font-size: 14px; */
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  /* color: #8a8a8a; */
  color: #000;
/*  border-top: 1px solid rgba(145, 25, 132, .04);*/
  /* border-left: 3px solid #0c8bf1; */
    overflow: hidden;
    /* font-family: 'Poppins'; */
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
border-left:3px solid transparent;
margin: 0px 5px;
/* margin-bottom: 20px; */
}
/*
#sidebar .side-menu .nav-item {
    border-top:1px solid rgba(145, 25, 132, .04);
}
#sidebar .side-menu .nav-item:first-child{
    border-top:0 !important;
}
*/
/* #sidebar .side-menu .nav-item.active .nav-link img{
filter: inherit !important;
}
#sidebar .side-menu .nav-item .nav-link img{
  filter: brightness(0) invert(1);
} */
#sidebar .side-menu .sub-menu {
  padding: 0;
  font-size: .9rem;
}

#sidebar .side-menu .sub-menu {
  /* padding-left: 25px; */
  position: relative;
  /* background: #f9f9f9; */
  margin-top: 15px;
  margin-right: 10px;
}

#sidebar .side-menu .sub-menu .subnav-item {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 12px 0 12px 50px; */
  font-size: 14px;
  color: #FFFFFF;
  /* border-top: 1px solid rgba(145, 25, 132, .04); */
  margin-top: 5px;
}

#sidebar .side-menu .sub-accordion .subnav-item {
  padding-left: 0;
}


#sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
  content: '';
  position: absolute;
  width: 80%;
  /* border-bottom: 1px solid #ff7e1a; */
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link {
  text-decoration: none;
  /* color: #0CAA41; */
  color: #2f2f2f;
  display: block;
  font-size: 15px;
  /* padding: 12px 0 12px 12px; */
  padding: 10px 0 10px 12px;
  /* padding: 6px 0 6px 12px; */
  margin-left: 40px;
  font-weight: 600;
}

#sidebar .side-menu .sub-menu .subnav-item .subnav-link img{
  width: 20px;
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link i{
  color: #ff0000;
  font-size: 18px;
}

#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link,
/* #sidebar .side-menu .sub-menu .subnav-item:hover .subnav-link, */
#sidebar .side-menu .sub-menu .subnav-item:focus .subnav-link {
  text-decoration: none;
  color: #000000;
  background: #fed3b0;
  border-radius: 10px;
}
#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link::before{
border:none;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: -4px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}

.nav-link[data-bs-toggle=collapse]::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-link[data-bs-toggle=collapse].collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


.bg-admin #sidebarCollapse{
      background: #fff;
      /* background: red; */
    padding: 5px 9px;
    border-radius: 8px;
}
@media (max-width: 767px) {
  .bg-admin #sidebarCollapse {
    order: 1
  }
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
  position: absolute;
  top: 11px;
  right: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  padding-right: 8px;
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
}






/* ---------------------------------------------------
  Main Wrapper
----------------------------------------------------- */

.main-wrapper {
  /* background: #f8f9fc; */
  /* background: #f9f7f5; */
  /* background: rgb(213 236 231 / 56%); */
  /* background-image: url(../images/body_bgimage.png); */
  background: linear-gradient(135deg, #fff6e5, #ffe9cc);
  /* background: #F5F1F1; */
  background-size: auto;
  background-repeat: repeat;
  width: calc(100% - 270px);
  /* min-height: 100vh; */
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 40px;
  /* z-index: 0; */
}

@media(max-width:768px){
  .main-wrapper {
  position: absolute;
  right: 0;
  top: 58px;
  /* top: 68px; */
  }
}

.main-wrapper.active {
  width: 100%;
}

.header-area {
  width: 100%;
  transition: all 0.3s;
  position: fixed;
  right: 0;
  top: 0px;
  z-index:999;
  /* border-bottom: 3px solid #fff; */
  /* border-bottom: 3px solid #ff4000; */
  border-bottom: 3px solid #ff0000;
}


.header-area.active {
  width: 100%;
}



@media (min-width: 768px) {


   .main-wrapper {
    padding: 45px 0px 0px 0px;
  }

}
@media (max-width: 768px) {


  .header-area .bg-admin{
    padding:4px 8px !important;
    /* height: 60px; */
   
  }

}


@media (max-width: 768px) {
  #sidebar {
    margin-left: -270px;
    top: 71px !important;
  }

  #sidebar.active {
    margin-left: 0;
  }

  .header-area,
  .main-wrapper {
    width: 100%;
  }

  /* .main-wrapper.active {
    width: calc(100% - 230px);
  } */

  #sidebarCollapse span {
    display: none;
  }

  .menu-overlay {
    display: none;
    /* background-color: #000; */
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 68px;
    z-index: 99;
  }

   
}

.content-wrapper {
  width: 100%;
  min-height: 75vh;
  padding: 0px 15px;
  margin-bottom: 25px;
}

/* ---------------------------------------------------
    BREADCRUMBS CSS
----------------------------------------------------- */

.breadcrumbs-area,
.breadcrumbs-area2 {
  position: relative;
}

.breadcrumbs-area h1,
.breadcrumbs-area2 h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.breadcrumbs-area h1 small,
.breadcrumbs-area2 h1 small {
  font-size: 13px;
  text-transform: capitalize;
}

.breadcrumbs-area .breadcrumb {
  background: transparent;
  padding: .75rem 0;
  margin: 0;
}

.breadcrumbs-area .breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumbs-area2 .breadcrumbs-list {
  padding: 0;
  margin: 0;
}

.admin-breadcrumbs .breadcrumb {
  padding: 0.2rem 1rem;
  margin-bottom: 10px;
  align-items: center;
  background: transparent !important;

}

.admin-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  padding-top: 4px;
}


/* ---------------------------------------------------
    scroll-to-top
----------------------------------------------------- */

.scroll-to-top {
  position: fixed;
  border-radius: 30px;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  /* background: hsl(352.73deg 91.67% 42.35%); */
  background: #FFA458;
  line-height: 32px;
  z-index: 999;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #ffffff;
  background: #f79d17;
}

.scroll-to-top i {
  font-weight: 800;
  font-size: 14px;
}


.c_shadow{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}



  .footer{
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .footer a{
   color: #ff9a02;
   text-decoration: none;
  }



  
/* form styling start */

.login_title{
  color: #F04923;
  font-weight: 700;
  font-size: 30px;
}
 .login-screen {
 background: linear-gradient(134.84deg, #FFD8BB 28.34%, #FFBFBF 159.89%);
  /* background-color:   #fff1d3; */
  min-height: 100vh;  /* Make sure the container takes up the full height of the viewport */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-screen .card {
  width: 100%;  /* Make the card take full width of its container */
 width:500px;  /* Set a max-width for the card to avoid it becoming too wide */
}

.login-screen .form-control::placeholder{
  color: #697586;
}

/* Optional: Adjust card padding on smaller screens */
@media (max-width: 576px) {
  .login-screen .card {
      padding: 20px;
      width:300px; 
  }
}





 .log_img_one{
   /* height: 470px !important; */
 }
 @media(max-width:768px){
  .login-screen{
    background-color:   #fff1d3;
    /* background-color:   #F9F9F9; */
   padding: 10px;
   }

   .log_img_one{
    height: auto !important;
  }
 }
 
 .c_border{
  border: 2px solid #fff;
  /* padding: 20px; */
  border-radius: 16px;
 }
 #login-styles .reset_logo{
  background: #CBCBCB;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  /* padding: 13px; */
  border-radius: 100px;
  position: relative;
 
 }
 #login-styles .reset_logo img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 4px;
   
 }
 
 .login_title1{
   font-size: 20px;
   font-weight: bold;
   margin: 0px;
   color: #101113;
   margin-bottom: 5px;
 
 }
 .login_title2{
   font-size: 24px;
   font-weight: bold;
   margin: 0px;
   color: #101113;
   margin-bottom: 5px;
 
 }
 .small_title small{
   color: #636578;
   font-size: 16px;
 }
 
 .login_form{
   margin-top: 20px;
 }
 .login_form ::placeholder{
   font-size: 13px;
   font-weight: 600;
   color: #4C4E64;
 }

 .login_form .form-select{
     font-size: 13px;
   font-weight: 600;
   color: #4C4E64;
 }
 
 .login_form .form-check-input:checked {
   background-color: #FF8036;
   border-color: #FF8036;
 }
 
 .login_form .form-check-label{
  color: #4C4E64;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-top: 3px;
 }
 .login_form  .forgot-password{
   font-size: 14px;
   font-weight: 600;
   text-align: left;
   color: #FF8036 !important;
   text-decoration: none;
   
   
 }
 .input.form-control{
   background-color: #fff9dc;
   border: 1px solid rgb(255 153 0);
   padding: 10px;
   border-radius: 50px;
 }
 .input.form-select{
   background-color: #fff9dc;
   border: 1px solid rgb(255 153 0);
   padding: 10px;
   border-radius: 50px;
 }
 .login-btn{
   font-size: 16px;
   font-weight: 500;
   background: rgb(255 153 0);
   border: 1px solid transparent;
   border-radius: 16px;
   padding: 6px 15px
   
 }
 .login-btn2{
   font-size: 16px;
   font-weight: 500;
   background: linear-gradient(130.3deg, #FFA057 25.07%, #E2CE5C 98.77%);
   border: 1px solid transparent !important;
   border-radius: 16px;
   padding: 8px 20px;
   color: #fff;
   
 }
 .login-btn2:hover{
   background: linear-gradient(130.3deg, #ff801f 25.07%, #fae25c 98.77%);

 }

 .otp_block{
  position: relative;
 }
 .otp_wrapper {
  position: absolute;
  top: -3px;
  /* left: 211px; */
  right: 8px !important;
  background: #ff0000;
  /* background: #FF8036; */
  font-size: 12px;
  padding: 11px;
  /* border-right: 0; */
  border: 1px solid #ff0000;
  /* border-left: 1px solid #FF8036; */
  color: #fff !important;
  font-weight: 500;
  border-radius: 12px;
 
 

 }


 .login_form .form-control:focus{
    /* color: var(--bs-body-color);
    background-color: var(--bs-body-bg); */
    border-color: rgb(255 153 0);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(253, 197, 13, 0.25);
}
 

    .min_section .heading-decoration {  
            line-height: 0;   
            /* margin-bottom: 20px; */
            position: relative;
            margin-top: 10px;
            color: rgb(255 153 0);
          }

  .min_section .heading-decoration .first {
              width: 30px;
          }
          .heading-decoration .second {
            width: 100px;
        }
  .min_section .heading-decoration > span {
            display: inline-block;
            border-radius: 10px;
            position: relative;
            margin-right: 10px;
            transition: width .4s linear;
            border-top: 3px solid;
        }
      

  .min_section:hover .first { 
             width: 0;    
             -webkit-animation: move-short 1.5s infinite linear;    
             animation: move-short 1.5s infinite linear;
            }
  .min_section:hover .second {  
            width: 130px;  
            -webkit-animation: move 1.5s infinite linear;   
             animation: move 1.5s infinite linear;
            }
 
 /* form styling end */











 /* table_Styles */

 .cust_table.table{
  width: 100%;
  border-radius: 12px ;
  /* border-top-left-radius: 0px; */
  overflow: hidden;
 }
 .cust_table.table thead tr th{
  background-color: #ff7b00;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  /* border: 1px solid #FFE4BB; */
  /* border-right: 1px solid #fff; */
  /* border: 1px solid #F7D6A4; */
 }
 .cust_table.table tbody tr {
   border-bottom: 1px solid #A7A7A7;
 }
 /* .cust_table.table tbody tr td {
   border-right: 1px solid #A7A7A7;
 } */
 .cust_table.table tbody tr td:nth-child(1){
  text-align: center;
 }

 .cust_table.table tbody tr td{
  padding: 15px 5px;
 }
 /* table_Styles */

 .cust_table2.table{
  width: 100%;
  border-radius: 12px ;
  overflow: hidden;
  border-top-left-radius: 0px;
  margin-bottom: 0px;

 }

 .cust_table2.table thead tr th{
  background-color: #FFE4BB;
  /* background-color: #F7D6A4; */
  font-size: 13px;
  font-weight: 600;
  border: 0px;
  border-right: 1px solid #fff;
 }
 .cust_table2.table thead tr th:nth-last-child(1){
  border-right: 1px solid transparent;
 }
 .cust_table2.table thead tr {
  border: 1px solid #FFE4BB;
 }

 .cust_table2.table tbody tr:nth-child(1) {
   border-top: 5px solid transparent;
}
 .cust_table2.table tbody tr:nth-last-child(1) {
   border-bottom: 5px solid transparent;
}

 .cust_table2.table tbody tr td{
    
 }
 .cust_table2.table tbody tr td:nth-child(1){
  text-align: center;
  border-left: 1px solid #fff;

 }
 .cust_table2.table tbody tr td:nth-last-child(1){
  border-right: 1px solid #fff;

 }

label{
  font-weight: 500;
  font-size: 14px;
}


.unique_title{
  color: #ff790b;
  margin-top: 10px;
}

.unique_content{
  background-color: #fff;
  padding:10px 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 16px;
}



.common_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-lin{
  background-color: #ffd55e;
  border-bottom: 2px solid #f2563a;
  /* background: linear-gradient(90deg, #FFF0AE 0%, #FFA458 100%); */
  color: #000;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.common_tabs .nav-link{
  color: #000;
  font-weight: 500;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-right: 10px;
}
.common_tabs .nav-link:hover{
  color: #000;
  font-weight: 500;
}





.bg-admin{
  padding: 0px !important;
}


.profile_card{
  background: linear-gradient(130.3deg, #ffebdc 25.07%, #fff9d5 98.77%) !important;
  padding: 10px !important;
  border: 1px solid #ff7f05 !important;

}

.profile_card span{
  color: #353535 !important;
  font-weight: 600;
  font-size: 14px;
  
}
.profile_card i{
  color: #fff !important;
}

.profile_card  .user_logo{
  background-color: #FDA25B;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}
.profile_card h6{
  color: #ff7c01 !important;
  font-size: 11px;
  text-align: left !important;
}


.content-area{
  margin-top: 30px;
}

.cc_card{
  border: 0px !important;
  padding: 10px;
  background-color: #FFFFFF !important;
  border-radius: 24px !important;

}

.c_title{
    color: #F04923;
    font-weight: 700;
    font-size: 18px;
    background: #fdf2ef;
    padding: 5px;
    border-left: 4px solid red;
}

.cust_btn{

background: linear-gradient(134.84deg, #FFA25A 28.34%, #FBE25A 159.89%);
border-radius: 16px;
padding: 8px 60px;
text-align: center;
color: #fff !important;
text-decoration: none;
box-shadow: -4px -4px 12px 0px #FF7E1A inset;

}


.approve_btn{
background: linear-gradient(134.84deg, #75B58F 28.34%, #17703B 159.89%);
border-radius: 16px;
padding: 8px 40px;
text-align: center;
color: #fff !important;
text-decoration: none;
font-size: 14px;
font-weight: 600;
box-shadow: -4px -4px 12px 0px #17703B inset;

}
.pending_btn{
background: linear-gradient(134.84deg, #FFAF72 28.34%, #FFBAAA 159.89%);
border-radius: 16px;
padding: 8px 40px;
text-align: center;
color: #fff !important;
text-decoration: none;
font-size: 14px;
font-weight: 600;
box-shadow: -4px -4px 12px 0px #FF7E1A inset;
}
.reject_btn{
background: linear-gradient(134.84deg, #E85939 28.34%, #FDDFC9 159.89%);
border-radius: 16px;
padding: 8px 40px;
text-align: center;
color: #fff !important;
text-decoration: none;
font-size: 14px;
font-weight: 600;
box-shadow: -4px -4px 12px 0px #F69449 inset;

}

.download_btn{
  background-color: #FFAF71;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.self_color{
  color: #FF7E1A !important;
  font-weight: 600;
  font-size: 18px;

}

.logout{
  background: linear-gradient(130.3deg, #FFA057 25.07%, #E2CE5C 98.77%);
  /* background-color: #FFAD6D; */
  color: #fff;
  padding: 10px 14px;
  font-weight: 600;
}

.logout a{
  text-decoration: none;
  color: #fff;
}



/* Health_section_Start */

.health_section .card{
  box-shadow: 0 4px 20px 0 rgba(58, 59, 69, 0.1);
  min-height: 425px;
}

.health_section .small_cards {
  background: var();
  margin-bottom: 10px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px;
  border: 6px solid #fff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  text-align: center;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/card_bg_images/hero-bg.png');
  background-size: cover;
}
.health_section .small_cards:hover {
  transform: scale(1.05);
}
.health_section .small_cards h5{
  font-size: 14px;
  margin: 0px;
}
.health_section .small_cards h4{
    font-size: 20px;
    margin: 0px;
    margin-top: 12px;
}
/* Health_section_end */



/* cards_section_Start */

.services_Cards a{
  text-decoration: none;
}
.services_Cards .item {
   position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: linear-gradient(131.83deg, #FFFAFA 0%, rgb(255 246 230) 99.21%); */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-image: linear-gradient(312.25deg, rgb(255 235 239) 45%, rgb(255, 255, 255) 66.19%);
  /* background-image: linear-gradient(312.25deg, rgba(255, 255, 255, 0)  0%,  rgb(255 206 131) 66.19%); */

  /* background-image: linear-gradient(131.83deg, #FFFAFA 0%, rgb(255 206 131) 99.21%); */
  /* width: 300px; */
  text-align: center;
  height: 110px;
  /* height: 150px; */
  border-radius: 16px;

  padding: 8px;
}

.services_Cards .item:not(:last-child) {
  margin-right: 100px;
}
.services_Cards .item::before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  /* background-image: linear-gradient(312.25deg, rgb(255 177 0) 0%, rgb(255 246 230) 66.19%); */
  background-image: linear-gradient(312.25deg, rgb(255 235 239)  0%,  rgb(255, 255, 255) 66.19%);
  /* background-image: linear-gradient(312.25deg, rgb(255 206 131) 0%,  rgba(255, 255, 255, 0) 66.19%); */
  z-index: -1;
  border-radius: 18px;
}

.services_Cards .inner {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 95px;
  /* height: 130px; */
  padding: 3px;
  /* box-shadow: 0 40px 80px #FBE4E0; */
  border-radius: 14px;
  /* background-image: url(../../../../assets/images/bg_unique.png); */
  background-image: url('../images/card_bg_images/corner_2.png');
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  /* border: 1px dashed rgb(255 177 0); */
}

.services_Cards  .inner:hover{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  /* background: rgb(255 177 0); */
}


.services_Cards  .inner h5{
  font-size: 15px;
  margin: 0px;
  color: #000;
  font-weight: 700;
}
.services_Cards  .inner h4{
    font-size: 20px;
    margin: 0px;
    margin-top: 12px;
    color: orange;
}






/* cards_section_end */


.f_title{
  font-size: 13px;
  font-weight: 600;
}

.sub_heading{
  font-size: 18px;
  color: #e83810;
  border-bottom: 1px solid #e83810;
  margin-bottom: 25px;
}



.cc_card .card-header h4{
  font-size: 19px !important;
  color: #fff !important;
}
.cc_card .card-header {
    border: 0px solid #f9900e;
    background: linear-gradient(90deg,#ffb347,#ff7b00) !important;
    /* background: #fffad5 !important; */
    border-radius: 10px !important;
    margin-bottom: 20px;
    /* padding:5px; */
}
/* .form-control:focus {
    border-color: #ff7e063b !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 126, 5, 0.164) !important;
    background: #fff;
} */


/* Custom radio styling */
.custom-radio {
  border-color: orange !important;
  accent-color: orange; /* Modern browsers support this */
}

/* For older browsers or finer control */
.custom-radio:checked {
  background-color: orange !important;
  border-color: orange !important;
}

/* Optional hover/focus effects */
.custom-radio:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25) !important;
  border-color: orange !important;
}