@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
body {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
  font-weight: 600;
  color: #6b6b6b;
  color: #454545;
  background-color: rgba(0, 0, 0, 0.05); }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.white-color {
  color: #fff !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Text', sans-serif;
  color: #283a5e;
  margin: 0;
  line-height: 1.5em; }

ul li {
  list-style: none; }

@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.2); } }
/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button--1 {
  background-color: #0d246a;
  color: #fff;
  box-shadow: none;
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: fit-content; }

@media screen and (max-width: 767px) {
  .cmn-button--1 {
    font-size: 0.8rem;
    padding: 9px 15px; } }
@media screen and (min-width: 1400px) {
  .cmn-button--1 {
    font-size: 0.95rem;
    padding: 5px 15px; } }
@media screen and (min-width: 1601px) {
  .cmn-button--1 {
    font-size: 1rem; } }
.cmn-button--1:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .btn-reg {
    margin-top: 1rem; } }
/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.title-main-sm h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0d246a; }

.title-main-sm a {
  background-color: #0d246a;
  padding: 0.3rem 1.5rem;
  font-size: 1rem;
  color: #fff; }

.title-dash h4 {
  font-size: 1.5rem;
  color: #272223; }

.title-dash ul {
  font-size: .83rem;
  margin-left: -29px; }

.title-dash ul .breadcrum {
  margin-left: 10px;
  color: #6b6b6b;
  text-decoration: none;
  font-weight: 500; }

.sec-title {
  margin-bottom: 2rem;
  position: relative; }

@media screen and (max-width: 767px) {
  .sec-title {
    text-align: center; } }
.sec-title h2 {
  color: #0d246a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: #0d246a;
  display: inline-block;
  background: linear-gradient(90deg, #0d246a 59%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 1.5rem;
    text-align: center; } }
@media screen and (min-width: 1601px) {
  .sec-title h2 {
    font-size: 2.5rem; } }
.sec-title h2 span {
  display: block; }

@media screen and (max-width: 767px) {
  .sec-title h2 span {
    display: inline; } }
a {
  text-decoration: none !important; }

/* ----------------------------------------------------------
:: Navbar
---------------------------------------------------------- */
header .topbar {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  z-index: 10;
  width: 100%;
  transition: all .4s ease 0s;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.12); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar {
    width: 100%;
    left: 0; } }
header .topbar .sidebar-header {
  position: relative;
  height: 100%;
  width: 230px;
  transition: all .4s ease 0s;
  /* box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);*/ }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .sidebar-header {
    width: 85px; } }
@media (min-width: 1600px) {
  header .topbar .sidebar-header {
    width: 235px; } }
@media only screen and (min-width: 1920px) {
  header .topbar .sidebar-header {
    width: 358px; } }
header .topbar .sidebar-header .logo {
  text-align: center; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .sidebar-header .logo {
    display: none; } }
header .topbar .sidebar-header .logo a {
  display: inline-block;
  line-height: 0; }

header .topbar .sidebar-header .logo a img {
  width: 110px;
  filter: brightness(0) invert(1); }

header .topbar .sidebar-header .logo--1 {
  display: none; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .sidebar-header .logo--1 {
    display: block;
    width: 67px;
    position: relative;
    left: 14px;
    top: 0px;
    transition: all 0.5s ease; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .sidebar-header .logo--1 a img {
    width: 45px;
    filter: brightness(0) invert(1); } }
header .topbar .navbar {
  width: calc(100% - 230px);
  height: 60px;
  padding: 10px;
  border-left: 1px solid #1e1d1d26;
  background-color: #fff;
  transition: all .4s ease 0s; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .navbar {
    border-left: none;
    width: 100%;
    padding: 0px; } }
@media (min-width: 1600px) {
  header .topbar .navbar {
    width: calc(100% - 200px); } }
header .topbar .navbar .sidebar-toggler {
  width: 50px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #000;
  transition: all .4s ease 0s; }

header .topbar .navbar .sidebar-toggler i {
  font-size: 1.1rem;
  color: #000000; }

header .topbar .navbar .sidebar-toggler .menu-bar-button {
  position: absolute;
  width: 17px;
  height: 1px;
  background: #000;
  border-radius: 4px;
  transition: all 0.3s; }

header .topbar .navbar .sidebar-toggler .menu-bar-button::before, header .topbar .navbar .sidebar-toggler .menu-bar-button::after {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #000;
  border-radius: 4px;
  transition: all 0.3s; }

header .topbar .navbar .sidebar-toggler .menu-bar-button::before, header .topbar .navbar .sidebar-toggler .menu-bar-button::after {
  left: 0;
  content: ""; }

header .topbar .navbar .sidebar-toggler .menu-bar-button::before {
  top: 6px; }

header .topbar .navbar .sidebar-toggler .menu-bar-button::after {
  bottom: 6px; }

header .topbar .navbar .search-bar {
  width: 40%;
  cursor: pointer; }

header .topbar .navbar .search-bar input {
  cursor: pointer;
  background-color: #f4f4f4;
  border: 0; }

header .topbar .navbar .user-box {
  display: flex;
  align-items: center;
  height: 60px; }

header .topbar .navbar .user-box .altert span {
  border-radius: 50%;
  position: absolute;
  background-color: #3c3c3c;
  top: 16px;
  right: 150px;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
  color: #fff; }

header .topbar .navbar .user-box img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0 solid #e5e5e5;
  padding: 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .navbar .user-box img {
    display: none; } }
header .topbar .navbar .user-box .user-info {
  line-height: 1.5; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  header .topbar .navbar .user-box .user-info {
    display: none; } }
header .topbar .navbar .user-box .user-info .user-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000000; }

header .topbar .navbar .user-box .user-info .designattion {
  font-size: 13px;
  color: #747474; }

.sidebar {
  width: 230px;
  position: fixed;
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  background-image: linear-gradient(45deg, #0d246a, #fec515);
  border-right: 0 solid #e4e4e4;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
  overflow: auto;
  height: 100%;
  z-index: 1;
  height: calc(100vh - 6%);
  transition: all .4s ease 0s;
  white-space: nowrap;
  background-image: url(../images/login-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.sidebar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(45deg, #0d246a, #0d246a);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  left: 0;
  top: 0;
  z-index: -1; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar {
    width: 0;
    overflow-x: hidden;
    height: 100%; } }
@media only screen and (min-width: 1920px) {
  .sidebar {
    max-height: 100%;
    width: 331px; } }
.sidebar .navbar-sidebar li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 10px 0; }

@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li {
    margin: 0; } }
.sidebar .navbar-sidebar li .submenu {
  background-color: #0d246a;
  transition: all .3s ease-out;
  padding: 0.5rem 0rem 0.5rem 0rem; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar .navbar-sidebar li .submenu {
    padding-left: 0; } }
.sidebar .navbar-sidebar li .submenu li {
  margin: 0 0 5px 0; }

.sidebar .navbar-sidebar li .submenu li a {
  padding-left: 2rem; }

@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li .submenu li a {
    padding-left: 4rem; } }
.sidebar .navbar-sidebar li .submenu li a i {
  left: 0px; }

.sidebar .navbar-sidebar li .submenu li a:hover {
  color: #0d246a;
  font-weight: 300;
  background: transparent;
  border: none; }

.sidebar .navbar-sidebar li .submenu li a.active {
  color: #fff;
  background-color: #0d246a !important;
  font-weight: 400;
  background: transparent;
  border: none;
  border-radius: 0; }

.sidebar .navbar-sidebar li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4px 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  outline-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .5px;
  border-radius: 0.25rem;
  transition: all .4s ease-out; }

@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li a {
    font-size: 1.3rem;
    padding: 10px 5px; } }
.sidebar .navbar-sidebar li a:hover {
  border-radius: 0;
  color: #ffffff;
  background: #3c3c3c9e; }

.sidebar .navbar-sidebar li a i {
  font-size: 1.5rem;
  color: #0d246a;
  padding-left: 8px; }

@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li a i {
    padding-left: 15px; } }
.sidebar .navbar-sidebar li a .right-nav {
  position: absolute;
  font-size: 1rem;
  color: #ffffff;
  right: 15px; }

.sidebar .navbar-sidebar li a .left-nav {
  position: absolute;
  font-size: 0.98rem;
  color: #ffffff;
  text-align: center;
  top: 11px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar .navbar-sidebar li a .left-nav {
    left: 20px;
    font-size: 1.1rem; } }
@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li a .left-nav {
    font-size: 1.4rem;
    top: 21px; } }
.sidebar .navbar-sidebar li .icon-nav {
  font-size: 1.5rem;
  color: #0d246a;
  transition: all .3s ease-out; }

.sidebar .navbar-sidebar li .nav-text {
  text-indent: 35px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar .navbar-sidebar li .nav-text {
    text-indent: 65px; } }
@media only screen and (min-width: 1920px) {
  .sidebar .navbar-sidebar li .nav-text {
    text-indent: 56px; } }
.side-sec {
  margin: 60px 13px 18px 200px !important; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .side-sec {
    margin: 70px 20px 18px 20px !important; } }
@media (max-width: 1366px) and (min-width: 768px) {
  .side-sec {
    margin: 60px 13px 18px 198px !important; } }
@media (max-width: 1600px) and (min-width: 900px) {
  .side-sec {
    margin: 60px 13px 18px 193px !important; } }
@media only screen and (min-width: 1920px) {
  .side-sec {
    margin: 60px 13px 18px 350px !important; } }
.side-bar {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 80px 17px 60px 245px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .side-bar {
    margin: 60px 0 100px 0;
    padding: 10px; } }
@media only screen and (min-width: 1920px) {
  .side-bar {
    margin: 90px 32px 65px 362px; } }
.sidebar-vertical::-webkit-scrollbar {
  width: 0.4em;
  overflow: visible;
  border-radius: 4px; }

.card-sec-pattern {
  background: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 10px; }

.dash-box {
  background: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  padding: 38px 19px 29px 16px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 20px; }

.dash-box i {
  font-size: 4rem;
  color: #005b95;
  animation: mover 1s infinite alternate; }

.dash-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #ffe4cb;
  z-index: -2;
  transition: all 400ms ease;
  clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%); }

.dash-box p {
  font-size: 1rem;
  color: #a1a1a1;
  font-weight: 300; }

.dash-box h6 {
  font-size: 1.3rem;
  color: #424242;
  font-weight: 600; }

.dash-box:hover:after {
  clip-path: initial;
  height: 100%; }

.dash-box:hover p {
  color: #000; }

.dash-box:hover h6 {
  color: #0d246a; }

.input-line {
  border-bottom: 1px solid #575445;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 1; }

.user-profile-dash {
  border-radius: 6px;
  padding: 15px;
  background-color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .user-profile-dash {
    min-height: 650px; } }
.user-profile-dash .profile-set .profile-head {
  border-radius: 0 10px 0 0; }

.user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg {
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg {
    margin-bottom: 2rem; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  min-height: 150px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
    width: 100%; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
  opacity: 0;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 9;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 90px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
    bottom: 6px;
    left: 134px; } }
@media only screen and (min-width: 1920px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
    left: 145px; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
  background: #1c1513;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 106px;
  line-height: 2.2;
  padding-left: 7px;
  							/* img{
  						    	border-radius: 50px;
                                  width: 20px;
  							   position: absolute;
  							    left: 8px;
  							    bottom: 8px;
  						    } */ }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
    bottom: 0;
    left: 175px; } }
@media only screen and (min-width: 1920px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
    left: 176px; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a i {
  color: #fff !important;
  padding-left: 4px; }

.user-profile-dash .profile-set .profile-top .profile-content .profile-contentname {
  padding-left: 171px;
  margin-top: -118px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname {
    margin-top: 13px;
    padding-left: 0px; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h2 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 2; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h2 {
    color: #000; } }
.user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h4 {
  color: #fff;
  font-size: 14px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h4 {
    color: #000; } }
.user-profile-dash label {
  font-weight: 500; }

.user-profile-dash span {
  font-weight: 500; }

.dash-card {
  border-radius: 15px 0;
  border: 1px solid #5c5c5c;
  padding: 1rem;
  transition: all 0.6s ease; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-card {
    margin-bottom: 15px; } }
.dash-card .dash-card-img i {
  font-size: 2rem;
  color: #ffc400; }

.dash-card .dash-content h5 {
  font-weight: 500;
  color: #000; }

.dash-card .dash-content h6 {
  color: #5c5c5c; }

.dash-card--1 {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 20px 20px;
  border: 1px solid #E8EBED;
  transition: all .4s;
  box-shadow: 0px 5px 8px #efefef;
  margin-bottom: 10px;
  align-items: center; }

.dash-card--1 .dash-card-img i {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 2.5;
  font-size: 1.3rem;
  color: #fcca07; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-card--1 .dash-card-img i {
    width: 40px;
    height: 40px;
    line-height: 1.8; } }
.dash-card--1 h5 {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2; }

.dash-card--1 h6 {
  font-weight: 400;
  font-size: 0.84rem;
  color: #000000; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-card--1 h6 {
    font-size: 0.7rem; } }
.dash-card--1:hover {
  transform: translateY(calc(-1.5rem / 5));
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12); }

.dash-card--1 .animation-effect-1 {
  position: absolute;
  top: 10%;
  right: 4%;
  animation: rotating 6s ease-in-out infinite alternate;
  opacity: 0.2; }

.dash-card--1 .animation-effect-2 {
  position: absolute;
  top: 40%;
  right: 30%;
  animation: rotating1 7s ease-in-out infinite alternate;
  opacity: 0.2; }

.dash-card--1 .animation-effect-3 {
  position: absolute;
  top: 40%;
  right: 35%;
  animation: rotating2 8s ease-in-out infinite alternate;
  opacity: 0.2; }

@keyframes rotating {
  0% {
    transform: rotate(0deg);
    top: 4%; }
  100% {
    transform: rotate(1turn);
    top: 29px; } }
@keyframes rotating1 {
  0% {
    top: 56%; }
  100% {
    top: 3%; } }
@keyframes rotating2 {
  0% {
    transform: rotate(0deg);
    top: 10%;
    right: 0%; }
  100% {
    transform: rotate(1turn);
    top: 9%;
    right: 86%; } }
.table-dash--1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 0 0 25px;
  border: 1px solid #e8ebed;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 4px 10px #dee6ff; }

.table-dash--1 .table-top .search-set {
  display: flex; }

.table-dash--1 .table-top .search-set .search-path {
  background: #ff9f43;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-right: 10px; }

.table-dash--1 .table-top .search-set .search-path i {
  color: #fff;
  position: absolute;
  left: 31px;
  top: 29px;
  font-size: 1rem; }

.table-dash--1 .table-top .search-set .search-input {
  border-radius: 5px; }

.table-dash--1 .table-top .search-set .search-input a {
  padding: 2px;
  border-radius: 50px;
  position: absolute;
  top: 24px;
  right: 231px; }

.table-dash--1 .table-top .search-set .search-input a i {
  color: #0d246a; }

.table-dash--1 .table-top .search-set .search-input input {
  padding: 7px 40px; }

.table-dash {
  box-shadow: 0px 1px 10px #dbdbdb;
  padding: 10px;
  background-color: #fff; }

.table-dash thead {
  background-color: #515763;
  vertical-align: middle !important; }

.table-dash thead tr th {
  padding: 0.2rem 0.3rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  /*  border-bottom: none !important;*/ }

.table-dash thead tr th:last-child {
  text-align: center !important; }

.table-dash tbody tr {
  background-color: transparent !important;
  border-color: transparent;
  border-style: none;
  border-width: 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr {
    height: 35px; } }
.table-dash tbody tr td {
  color: #333;
  font-weight: 400;
  padding: 0.2rem 0.3rem;
  font-size: 0.7rem;
  vertical-align: middle; }

.table-dash tbody tr td:last-child {
  text-align: center; }

.table-dash tbody tr td .text-product {
  position: absolute;
  left: 81px;
  text-decoration: none;
  color: #858585;
  font-weight: 400; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr td .text-product {
    font-size: 0.9rem;
    left: 26px; } }
.table-dash tbody tr .table-img img {
  width: 18%; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr .table-img img {
    display: none; } }
.table-dash tbody tr .table-icon {
  border-left: 0; }

.table-dash tbody tr .table-icon .table-btn-1 {
  background: #3c3c3c;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

.table-dash tbody tr .table-icon .table-btn-2 {
  background: #FF9800;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

.table-dash tbody tr .table-icon .table-btn-3 {
  background: #b70000;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

.table-dash tbody tr .table-icon .table-btn-4 {
  background: #008105;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

.table-dash tbody tr .table-icon .table-btn-5 {
  background: #b70000;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

.table-dash tbody tr .table-icon a i {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 0.2rem; }

.table-dash tbody tr .table-icon a form {
  display: inline-flex; }

.table-dash tbody tr .table-icon a form .btn {
  padding: 0;
  --bs-btn-font-size: 0rem; }

.table-edit {
  box-shadow: none !important;
  margin-bottom: 0; }

.table-edit thead tr td {
  font-size: 0.9rem;
  font-weight: 500; }

.table-edit tbody tr {
  --bs-table-striped-bg: rgb(0 0 0 / 0%); }

.table-edit tbody tr td {
  box-shadow: none !important; }

.table-edit tbody tr td span {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 20px; }

.details {
  border-bottom: 1px solid #f1bc04;
  padding-bottom: 0.6rem;
  padding-top: 1.5rem;
  font-size: 1.1rem; }

.btn-login {
  color: #fff !important;
  border: 1px solid #313131 !important;
  background-color: #313131 !important;
  width: 100px;
  font-size: 0.8rem !important; }

.btn-dash--1 {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all .3s ease-out;
  border: 1px solid #fcca07;
  background-color: #fcca07;
  padding: 6px 20px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .btn-dash--1 {
    margin-bottom: 10px; } }
.btn-dash--1:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent; }

fieldset {
  position: relative; }

.next-btn {
  float: right;
  width: 100px;
  padding: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  margin-right: 10px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .next-btn {
    bottom: unset; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .next-btn {
    bottom: -41px; } }
.color-btn {
  font-size: 0.75rem;
  width: 100px;
  color: #000;
  background-color: #F3F3F4;
  border: 1px solid transparent; }

.dash-button {
  color: #000;
  font-size: 0.75rem;
  width: 100px;
  color: #000;
  background-color: #F3F3F4;
  padding: 5px;
  border: none;
  margin-left: 10px; }

.dash-button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent; }

fieldset {
  margin: 0;
  box-shadow: 0px 0px 0px 0px #000; }

fieldset legend {
  float: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color: #000; }

fieldset h6 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px 10px; }

fieldset .scroll-bar-x {
  overflow: auto;
  overflow-x: hidden;
  padding: 0 10px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  fieldset .scroll-bar-x {
    height: 578px; } }
@media only screen and (min-width: 1920px) {
  fieldset .scroll-bar-x {
    height: 507px; } }
.sidebar.open {
  width: 60px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open {
    width: 245px; } }
@media only screen and (min-width: 1920px) {
  .sidebar.open {
    overflow-x: hidden; } }
.sidebar.open .navbar {
  width: 100%; }

.sidebar.open .navbar .sidebar-toggler .menu-bar-button {
  background: transparent;
  transform: rotate(180deg); }

.sidebar.open .navbar .sidebar-toggler .menu-bar-button::before {
  transform: translateY(-6px) rotate(45deg); }

.sidebar.open .navbar .sidebar-toggler .menu-bar-button::after {
  transform: translateY(6px) rotate(-45deg); }

.sidebar.open .sidebar-vertical {
  /*margin-left: -250px;*/
  width: 81px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li a {
    padding: 8px 25px; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li a .right-nav {
    right: 17px; } }
.sidebar.open .sidebar-vertical .navbar-sidebar li .submenu {
  padding-left: 0rem; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu {
    background: none;
    line-height: 0.5; } }
.sidebar.open .sidebar-vertical .navbar-sidebar li .submenu li a {
  padding: 6px 13px;
  font-size: 0.8rem;
  width: 155px;
  color: #fff;
  text-indent: 50px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu li a {
    padding: 6px 46px;
    width: 235px;
    color: #ffcb00; } }
.sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
  text-indent: 57px;
  white-space: nowrap; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
    text-indent: 44px; } }
@media only screen and (min-width: 1920px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
    text-indent: 60px; } }
.sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
  text-indent: 0;
  top: 15px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
    text-indent: 0px; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-vertical .navbar-sidebar .has-submenu {
    flex-direction: column; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .topbar .navbar {
    padding-left: 0; } }
@media only screen and (min-width: 1920px) {
  .sidebar.open .topbar .navbar {
    padding-right: 6rem; } }
.sidebar.open .sidebar-header {
  width: 63px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-header {
    width: 85px; } }
.sidebar.open .sidebar-header .logo--1 {
  text-align: center;
  display: block;
  width: 100px;
  position: absolute;
  left: -21px;
  top: -20px;
  transition: all 0.5s ease; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-header .logo--1 {
    left: 8px;
    top: -19px;
    text-align: start; } }
.sidebar.open .sidebar-header .logo--1 a img {
  width: 40px;
  filter: brightness(0) invert(1); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-header .logo--1 a img {
    width: 35px; } }
.sidebar.open .sidebar-header .logo {
  text-align: center;
  display: none; }

.sidebar.open .sidebar-header .logo a img {
  width: 135px;
  padding-top: 19px;
  padding-left: 85px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sidebar.open .sidebar-header .logo a img {
    width: 80px;
    padding-top: 15px;
    padding-left: 9px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar.open .sidebar-header .logo a img {
    display: none; } }
@media (max-width: 1600px) and (min-width: 900px) {
  .side-sec.open {
    margin: 60px 13px 18px 80px !important; } }
.content.open {
  width: calc(100% - 100px);
  margin: 78px 20px 65px 80px !important; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .content.open {
    margin: 65px 20px 65px 83px !important; } }
@media only screen and (min-width: 1920px) {
  .content.open {
    margin: 67px 0 83px 78px; } }
.content.open .table-sec {
  width: 100%; }

.content.open .dt-scroll-headInner {
  width: 100% !important; }

.content .table-dash {
  width: 100% !important; }

.footer-bottom.open {
  width: calc(100% - 58px); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .footer-bottom.open {
    width: 100%; } }
.dash-login-page {
  position: relative;
  min-height: 100vh;
  background: url(../images/login-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(45deg, #0d246a, #c79c6b); }

.dash-login-page .dash-content-page {
  position: relative;
  z-index: 10000;
  min-height: 100vh; }

.dash-login-page .dash-content-page .logo {
  text-align: center; }

.dash-login-page .dash-content-page .logo .logo-icon img {
  width: 180px; }

.dash-login-page .dash-content-page .form {
  border-radius: 12px;
  background-color: #ffffffdb;
  box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
  /* min-height: 500px;*/
  padding: 50px 45px;
  width: 100%;
  position: relative;
  z-index: 100000;
  margin-top: 50px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-login-page .dash-content-page .form {
    width: 100%;
    padding: 37px 10px; } }
@media screen and (min-width: 1600px) {
  .dash-login-page .dash-content-page .form {
    margin-top: 120px; } }
@media only screen and (min-width: 1920px) {
  .dash-login-page .dash-content-page .form {
    margin-top: 288px; } }
.dash-login-page .dash-content-page .form .input-field {
  margin-bottom: 0;
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  	/*label{
      	    font-size: 0.8rem;
  		    color: #646464;
  		    position: absolute;
  		    left: 17px;
  		    transition: 0.4s;
  		    pointer-events: none;
  		    width: max-content;
  		    padding: 0 3px;
  		     background-color: $purple-color;
  		    font-weight: 200;
      }*/ }

.dash-login-page .dash-content-page .form .input-field input {
  width: 100%;
  transition: 0.4s;
  height: 100%;
  padding-left: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-size: 0.8rem;
  transition: all .3s ease-out;
  padding: 10px 10px; }

.dash-login-page .dash-content-page .form .input-field .field-icon {
  position: relative;
  z-index: 2;
  top: 0;
  text-align: end;
  right: 30px; }

.dash-login-page .dash-content-page .form .bottom-dash-check {
  padding: 0 16px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-login-page .dash-content-page .form .bottom-dash-check {
    padding: 0 20px; } }
.dash-login-page .dash-content-page .form .pass-dash {
  height: 85px; }

.dash-login-page .dash-content-page .form .rememberme input {
  font-size: 0.8rem;
  position: absolute;
  z-index: 9;
  bottom: 112px;
  left: 50px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-login-page .dash-content-page .form .rememberme input {
    bottom: 93px; } }
.dash-login-page .dash-content-page .form .rememberme label {
  font-size: 0.8rem;
  color: #000;
  position: absolute;
  left: 70px;
  font-weight: 500; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dash-login-page .dash-content-page .form .rememberme label {
    left: 50px; } }
.dash-login-page .dash-content-page .form .forget-dash {
  font-size: 0.8rem;
  color: #3e3f5e;
  text-decoration: none;
  font-weight: 400;
  z-index: 99; }

.dash-login-page .dash-content-page .cap-shape img {
  position: absolute;
  width: 6rem;
  right: -5rem;
  bottom: 24rem;
  transform: rotate(333deg); }

.sec-title {
  text-align: center; }

.sec-title h1 {
  font-size: 1.5rem;
  color: #313131;
  font-weight: 600; }

.title-dash--heading h2 {
  font-size: 2.8rem;
  color: white;
  font-weight: 600;
  line-height: 1.3; }

.title-dash--heading h2 span {
  font-size: 2rem;
  line-height: 1.3; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .title-dash--heading h2 {
    display: none; } }
.page-item.active .page-link {
  background-color: #fec515;
  border-color: transparent;
  padding-bottom: 6px;
  font-size: 0.7rem;
  color: #fff !important;
  border-color: #fec515; }

.page-link:focus {
  background-color: var(--bs-pagination-focus-bg) !important; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-top: 5px !important;
  padding: 0px;
  font-size: 0.7rem;
  font-weight: 300; }

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 5px;
  font-weight: 300;
  font-size: 0.8rem; }

div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 5px; }

.btn-secondary {
  color: #000;
  background-color: #f1bc04;
  border-color: #f1bc04;
  font-weight: 300; }

.btn-color {
  background-color: #5c636a; }

.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0px 1px 8px 0px rgba(167, 167, 167, 0.19); }

.form-select:focus {
  border-color: #777474;
  outline: 0;
  box-shadow: 0px 1px 8px 0px rgba(167, 167, 167, 0.19); }

.footer-bottom {
  padding: 10px 0px;
  border-top: 1px solid #ececec;
  background: #fff;
  position: fixed;
  width: calc(100% - 230px);
  right: 0;
  bottom: 0;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.12); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .footer-bottom {
    margin: 0;
    width: 100%;
    font-size: 12px; } }
.footer-bottom .footer-left {
  text-align: center; }

@media screen and (max-width: 992px) and (min-width: 320px) {
  .footer-bottom .footer-left {
    text-align: center; } }
.footer-bottom .footer-left p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9rem; }

.footer-bottom .footer-left p a {
  color: #0d246a;
  font-weight: 400;
  text-decoration: none; }

.footer-bottom .footer-left p a:hover {
  color: #000; }

.scroll-to-top {
  position: fixed;
  width: 35px;
  height: 35px;
  font-size: 30px;
  line-height: 1;
  background: #909090;
  background-color: #000;
  box-shadow: 0px 0px 20px 0px #0003;
  right: 20px;
  bottom: 20px;
  border: 1px solid #000;
  cursor: pointer;
  display: none;
  z-index: 9;
  color: #fff; }

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #000;
  border: 1px solid #000;
  outline: 0; }

.img-table img {
  width: 80%; }

.table-admin tbody tr td {
  font-weight: 400;
  font-size: 0.9rem;
  vertical-align: middle;
  color: #6b6b6b;
  text-align: left; }

.table-admin tbody tr td a {
  color: #212529;
  transition: 0.6s;
  display: inline-block; }

.table-admin tbody tr td a:hover {
  color: #F1BC04; }

.table-admin tbody tr td span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #000; }

.cardproduct {
  margin-top: -60px; }

.form-control {
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  color: #cccccc; }

.nav-pills {
  border-bottom: 1px solid #e3e3e3; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #b58d00;
  color: #3c3c3c;
  background-color: #57544500;
  margin: 0 3px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  border-radius: 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    margin: 3px 3px;
    border-bottom: 2px solid #f1bc04; } }
.nav-link {
  color: #000000;
  font-weight: 500; }

.nav-link:focus,
.nav-link:hover {
  color: #000000; }

.text-form-sec h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #000; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

.title-dash h4 {
  font-size: 1rem;
  color: #000000; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .title-dash h4 {
    font-size: 0.75rem; } }
.card-header {
  border-color: #ffc400;
  background-color: transparent; }

.card-header h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
  color: #000; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent; }

.table-responsive::-webkit-scrollbar-thumb {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

.scroll-bar-y--1::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

.scroll-x::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px; }

.scroll-bar-h::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

.scroll-bar-h::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2); }

div.dataTables_wrapper {
  margin-top: -30px; }

.nav {
  justify-content: start; }

table.dataTable td.dt-type-numeric {
  text-align: start; }

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc {
  text-align: start; }

div.dt-container div.dt-info {
  font-weight: 500;
  font-size: 0.8rem; }

.page-item:first-child .page-link {
  padding-bottom: 6px;
  font-size: 0.7rem; }

.page-item:not(:first-child) .page-link {
  padding-bottom: 6px;
  font-size: 0.7rem;
  color: #000;
  font-weight: 500;
  z-index: 0;
  box-shadow: none; }

div.dt-container div.dt-length label {
  font-size: 0.8rem;
  margin-left: 10px; }

div.dt-container div.dt-length select {
  font-size: 0.8rem; }

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .form-group {
    margin-bottom: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-group {
    margin-bottom: 15px; } }
.form-md input:valid + label,
.form-md input:active + label {
  top: -10px; }

.form-md input:valid + i,
.form-md input:active + i {
  top: 0px; }

.form-md select:hover,
.form-md select:focus {
  font-size: 0.8rem;
  height: calc(0.82rem + 0.75rem + 2px);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.form-md textarea {
  padding-left: 4px !important;
  padding-top: 15px !important; }

.btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0); }

.btn-position--1 {
  position: absolute;
  right: 310px;
  top: 9px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .btn-position--1 {
    right: 120px; } }
.btn-position {
  position: absolute;
  right: 310px;
  top: 22px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .btn-position {
    right: 30px;
    top: 0px; } }
div.dt-container div.dt-search label {
  font-size: 0.9rem; }

.btn-next {
  float: right;
  width: 100px;
  padding: 4px;
  margin-right: 10px; }

.form-check-inline .lable-form {
  padding-left: 4px; }

.form-check-input:checked {
  background-color: #fcca07;
  border-color: #fcca07;
  height: 15px;
  width: 15px;
  box-shadow: none; }

.form-check-input[type=radio] {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: 6px;
  border: 1px solid #fcca07; }

.form-radio-center {
  justify-content: center; }

.text-lable {
  font-size: 0.8rem; }

.card-sec {
  margin: 10px 0 8px !important; }

.card-pattern {
  background: #fff;
  margin: 16px 0 16px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 20px; }

.card-pattern h6 {
  font-size: 0.8rem;
  color: #3c3c3c;
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 5px;
  left: 10px;
  font-weight: 500; }

.card-pattern h5 {
  font-size: 0.8rem;
  color: #3c3c3c;
  line-height: 3;
  font-weight: 600; }

.card-pattern h5 span {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 0.85rem;
  padding-right: 10px; }

.card-pattern h5 a {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 500; }

.card-pattern h4 {
  font-size: 0.89rem;
  margin-bottom: 10px;
  color: #f1bc04;
  font-weight: 500; }

.sticky-position {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 1; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .sticky-position {
    flex-wrap: nowrap;
    overflow-x: scroll; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .nav-link {
    white-space: nowrap; } }
.radio-form {
  display: inline-block;
  border-radius: 999px;
  margin: 5px; }

.radio-form input {
  opacity: 0;
  position: absolute; }

.radio-form label {
  border-radius: 9999px;
  padding: 3px 15px 3px 40px;
  cursor: pointer;
  position: relative;
  transition: all .5s; }

.radio-form label::before, .radio-form label::after {
  content: "";
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  margin: 3px 0;
  position: absolute; }

.radio-form label::before {
  background-color: #DCDCDC;
  border: 2px solid #DCDCDC;
  top: 4px;
  left: 10px;
  transition: all .5s; }

.radio-form label:hover {
  background-color: rgba(60, 60, 60, 0.13); }

.radio-form label:hover::before {
  border: 2px solid #fcca07; }

.radio-form input:checked ~ label::before {
  background-color: #fcca07;
  border: 2px solid #fcca07; }

.radio-form input:checked ~ label::after {
  width: 8px;
  height: 8px;
  top: 10px;
  left: 16px; }

.form-md {
  width: 100%;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative; }

.form-md a {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 0.8rem;
  color: #006ec5; }

.form-md .form-group {
  margin-left: 2px;
  margin-right: 2px;
  max-width: 100%; }

.form-md input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #777474;
  border-radius: 5px !important;
  background-color: transparent;
  margin: 0px auto;
  outline: none !important;
  font-size: 0.7rem;
  color: #777474;
  transition: all .2s ease-in-out;
  padding: 7px 8px; }

@media only screen and (min-width: 1920px) {
  .form-md input {
    color: #3c3c3c; } }
table.dataTable > tbody > tr.child ul.dtr-details > li {
  text-align: start; }

.dropdown-menu-end {
  top: 58px !important;
  width: 200px !important;
  box-shadow: 0px 5px 10px #9f9f9f87;
  border: none;
  background-image: linear-gradient(45deg, #0d246a, #8b59aa); }

.dropdown-menu-end li a {
  font-size: 0.9rem;
  color: #fff; }

.dropdown-menu-end li a i {
  font-size: 0.9rem !important; }

.invalid-feedback {
  font-size: 0.6rem;
  color: #0d246a;
  margin-left: -308px;
  margin-top: 66px;
  font-weight: 400; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  #myChart {
    min-height: 0 !important; } }
.modal-dialog .modal-content {
  width: 670px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .modal-dialog .modal-content {
    width: 358px; } }
.modal-dialog .modal-text {
  width: 440px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .modal-dialog .modal-text {
    width: 360px; } }
.modal-dialog .modal-header {
  padding: 5px 10px; }

.modal-dialog .modal-header h5 {
  font-size: 1.1rem;
  color: #000; }

.modal-dialog .modal-body {
  text-align: center; }

.modal-dialog .modal-body a img {
  width: 80%; }

.btn-ab--1 {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all .3s ease-out;
  border: 1px solid #ff1100;
  background-color: #ff1100;
  padding: 4px 10px; }

.btn-ab--1:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent; }

.color-prt {
  border: 1px solid #009606;
  background-color: #009606; }

div.dt-scroll-body {
  border-bottom-color: transparent !important; }

@media only screen and (min-width: 1920px) {
  div.dt-scroll-body {
    max-height: 490px !important; } }
.atten-form {
  font-size: 0.7rem !important; }

.check-box {
  position: absolute;
  left: 5px; }

.attend-sheet-sm .dt-container .dt-info {
  display: none; }

.attend-sheet-sm .dt-container .dt-paging {
  display: none; }

.table-container {
  width: 100%;
  /* Set the width of the container */
  max-height: 400px;
  /* Adjust height as needed */
  overflow-y: auto;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  /* Disable horizontal scrolling */ }

.register-student th:first-child,
.register-student th:last-child {
  position: relative !important; }

.register-student th:first-child span::after,
.register-student th:first-child span::before,
.register-student th:last-child span::after,
.register-student th:last-child span::before {
  content: none !important;
  /* Remove the sorting arrow */ }

.register-student td:nth-child(6) {
  word-break: break-all;
  white-space: wrap; }

.register-student td:nth-child(3) {
  word-break: break-all;
  white-space: wrap; }

.register-student td:nth-child(4) {
  word-break: break-all;
  white-space: wrap; }

.table-dash-admin {
  margin-bottom: 0; }

.table-dash-admin tbody tr {
  border-color: transparent;
  border-style: none;
  line-height: 1.2; }

.table-dash-admin tbody tr:hover {
  --bs-table-hover-bg: rgb(0 0 0 / 0%); }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash-admin tbody tr {
    display: grid; } }
.table-dash-admin tbody tr td {
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
  padding: 5px; }

.table-dash-admin tbody tr td span {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #3c3c3c; }

.table-dash-admin tbody tr td span a {
  color: #3c3c3c;
  font-weight: 800; }

.table-dash-admin tbody tr:last-child {
  border-style: none !important;
  border-color: transparent; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table.dataTable thead > tr > th.dt-orderable-asc {
    padding-right: 0px; } }
.main-heading {
  margin-bottom: 0.5rem;
  background: #3c3c3c1f;
  padding: 5px 8px; }

.main-heading h5 {
  font-size: 1.1rem;
  color: #000000; }

.sub-heading {
  padding-left: 8px;
  border-bottom: 1px solid #f3c30a;
  padding-bottom: 0.5rem; }

.sub-heading h6 {
  font-size: 0.92rem;
  font-weight: 500;
  color: #000; }

.sub-heading h5 {
  font-size: 0.92rem;
  font-weight: 500;
  color: #000; }

.img-main {
  padding: 10px;
  border-radius: 50%; }

.img-main .img-info-sec {
  display: flex;
  justify-content: center;
  align-items: center; }

.img-main .img-info-sec img {
  width: 100%; }

.img-main .img-info-text h4 {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 2;
  font-weight: 700; }

.img-main .img-info-text h6 {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-status {
  padding: 5px 7px;
  border-radius: 5px; }

.scroll-x {
  overflow-x: scroll; }

.scroll-bar-y--1 {
  overflow-y: scroll;
  height: 76vh;
  overflow-x: hidden; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .scroll-bar-y--1 {
    height: 82vh; } }
@media (min-width: 1600px) {
  .scroll-bar-y--1 {
    height: 82vh; } }
@media only screen and (min-width: 1920px) {
  .scroll-bar-y--1 {
    height: 88vh; } }
.scroll-bar-h {
  height: 76vh !important;
  padding: 0px 10px; }

@media only screen and (min-width: 1920px) {
  .scroll-bar-h {
    height: 725px; } }
.p-sec {
  padding: 6px 10px; }

@media (min-width: 1600px) {
  .p-sec {
    padding: 6px 21px; } }
@media only screen and (min-width: 1920px) {
  .p-sec {
    padding: 6px 28px; } }
.model-approve {
  width: 400px !important; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
#blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

.table-sec {
  width: 1110px; }

@media (min-width: 1600px) {
  .table-sec {
    width: 1342px; } }
@media only screen and (min-width: 1920px) {
  .table-sec {
    width: 1660px; } }
.card-h-sec {
  height: 360px;
  border: none;
  background-color: transparent;
  box-shadow: 1px 0px 10px #b0b0b03b;
  padding: 20px;
  border: 1px solid #5c5c5c29;
  border-radius: 15px 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .card-h-sec {
    margin-bottom: 15px; } }
@media only screen and (min-width: 1920px) {
  .card-h-sec {
    height: 480px; } }
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #0d246a, #c79c6b); }

.grid-from {
  display: grid;
  grid-template-columns: 3% 15%;
  gap: 15px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .grid-from {
    grid-template-columns: 10% 73%; } }
.grid-from .form-sm {
  font-size: 0.9rem !important;
  align-items: center;
  display: flex;
  font-weight: 400; }

.grid-from .box-input {
  margin: 0.5rem;
  height: 15px;
  width: 15px; }

.dropdown-toggle::after {
  color: #000000; }

.login-page-sec {
  position: relative; }

.login-page-sec .form-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px; }

.login-page-sec .form-section {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  z-index: 999; }

.login-page-sec .form-section h3 {
  margin: 20px 0px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000; }

.login-page-sec .form-section p {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500; }

.login-page-sec .form-section p a {
  color: #000;
  font-size: 1rem;
  font-weight: 600; }

.login-page-sec .form-section .form-box {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between; }

.login-page-sec .form-section .form-box .forgot-password {
  font-size: 16px;
  color: #000;
  float: right;
  font-weight: 500; }

.login-page-sec .form-section .form-box .form-check-label {
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.login-page-sec .form-section .form-box .form-check-input {
  width: 18px;
  height: 18px;
  margin-left: -18px;
  border: 1px solid #fec515;
  border-radius: 2px; }

.login-page-sec .form-section .form-group {
  margin-bottom: 25px; }

.login-page-sec .form-section .form-group .form-control {
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #fec515;
  transition: .3s; }

.login-page-sec .form-section .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #0d246a; }

.login-page-sec .form-section .form-group i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #777575; }

.login-page-sec .form-section .form-inner .logo img {
  width: 190px; }

.login-page-sec .form-check-input:checked {
  background-color: #0d246a;
  box-shadow: none; }

.side-nav li.nav-item a:hover,
.side-nav li.nav-item.active {
  border-radius: 0;
  color: #fff;
  background: linear-gradient(45deg, #0d246a, #c79c6b); }

.title-sec-adm h1 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500; }

.title-enquiry {
  display: flex;
  justify-content: space-between; }

.title-enquiry h5 {
  font-size: 1.1rem;
  color: #000;
  padding: 0.3rem 0.8rem; }

.title-enquiry .breadcrumb-item {
  font-size: 1.1rem; }

.title-enquiry .breadcrumb-item a {
  color: #000; }

.breadcrumb-item.active {
  color: #adb5bd; }

.box-enquiry-stages {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 12px -2px rgba(0, 0, 0, 0.1), 0px 18px 36px -6px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.box-enquiry-stages .inner-enquiry {
  padding: 45px 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .box-enquiry-stages .inner-enquiry {
    padding: 45px 30px; } }
.box-enquiry-stages .input-box {
  position: relative; }

.box-enquiry-stages .input-box label {
  font-weight: 500;
  margin-bottom: 0.2rem;
  display: block;
  font-size: 0.9rem;
  color: #000; }

.box-enquiry-stages .input-box input,
.box-enquiry-stages .input-box select {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  height: 35px;
  transition: all 120ms ease-out 0s; }

.box-enquiry-stages .input-box input:focus,
.box-enquiry-stages .input-box select:focus {
  box-shadow: 0px 0px 0px 1px #0d246a; }

.box-enquiry-stages .input-box input::placeholder,
.box-enquiry-stages .input-box select::placeholder {
  font-size: 0.8rem;
  color: #9CA3AF; }

.box-enquiry-stages .input-box span i {
  position: absolute;
  bottom: 20%;
  left: 30%;
  font-size: 1rem;
  color: #d0d0d0; }

.box-enquiry-stages .input-box textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 1rem;
  padding-left: 15px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  transition: all 120ms ease-out 0s; }

.box-enquiry-stages .input-box textarea:focus {
  box-shadow: 0px 0px 0px 1px #0d246a; }

.box-enquiry-stages .input-box textarea::placeholder {
  font-size: 1rem;
  color: #9CA3AF; }

input[type="file"] {
  padding-top: 5px;
  color: #9ca3af; }

input[type="file"]::file-selector-button {
  border-width: 0;
  background-color: transparent;
  color: transparent;
  font-weight: bold;
  transition: all .25s ease-in-out;
  cursor: pointer; }

/* Style the main Select2 box */
.select2-container--default .select2-selection--single {
  border: 1px solid #2e2e2e;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #9CA3AF;
  padding: 0.5rem 0.8rem;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: auto; }

/* Style the text inside the box */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #637381;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.85rem; }

/* Style the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  top: 45%; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #0d246a;
  outline: none; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d246a;
  color: white; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .select2-container {
    width: 100% !important; } }
.admin-loader {
  background: #fff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh; }

.admin-loader .loader {
  animation: mulShdSpin 1.3s infinite linear;
  background: 0 0;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  transform-origin: 50% 50%;
  left: 50%;
  top: 40%;
  border-radius: 100%; }

@keyframes mulShdSpin {
  0%,
	100% {
    box-shadow: 0 -3em 0 0.2em #0d246a, 2em -2em 0 0em #0d246a, 3em 0 0 -1em #0d246a, 2em 2em 0 -1em, 0 3em 0 -1em #0d246a, -2em 2em 0 -1em, -3em 0 0 -1em #0d246a, -2em -2em 0 0 #0d246a; }
  12.5% {
    box-shadow: 0 -3em 0 0 #0d246a, 2em -2em 0 0.2em #0d246a, 3em 0 0 0 #0d246a, 2em 2em 0 -1em #0d246a, 0 3em 0 -1em #0d246a, -2em 2em 0 -1em #0d246a, -3em 0 0 -1em #0d246a, -2em -2em 0 -1em #0d246a; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #0d246a, 2em -2em 0 0 #0d246a, 3em 0 0 0.2em #0d246a, 2em 2em 0 0 #0d246a, 0 3em 0 -1em #0d246a, -2em 2em 0 -1em #0d246a, -3em 0 0 -1em #0d246a, -2em -2em 0 -1em #0d246a; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #0d246a, 2em -2em 0 -1em #0d246a, 3em 0em 0 0 #0d246a, 2em 2em 0 0.2em #0d246a, 0 3em 0 0em #0d246a, -2em 2em 0 -1em #0d246a, -3em 0em 0 -1em #0d246a, -2em -2em 0 -1em #0d246a; }
  50% {
    box-shadow: 0 -3em 0 -1em #0d246a, 2em -2em 0 -1em #0d246a, 3em 0 0 -1em #0d246a, 2em 2em 0 0em #0d246a, 0 3em 0 0.2em #0d246a, -2em 2em 0 0 #0d246a, -3em 0em 0 -1em #0d246a, -2em -2em 0 -1em #0d246a; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #0d246a, 2em -2em 0 -1em #0d246a, 3em 0 0 -1em #0d246a, 2em 2em 0 -1em #0d246a, 0 3em 0 0 #0d246a, -2em 2em 0 0.2em #0d246a, -3em 0 0 0 #0d246a, -2em -2em 0 -1em #0d246a; }
  75% {
    box-shadow: 0em -3em 0 -1em #0d246a, 2em -2em 0 -1em #0d246a, 3em 0em 0 -1em #0d246a, 2em 2em 0 -1em #0d246a, 0 3em 0 -1em #0d246a, -2em 2em 0 0 #0d246a, -3em 0em 0 0.2em #0d246a, -2em -2em 0 0 #0d246a; }
  87.5% {
    box-shadow: 0em -3em 0 0 #0d246a, 2em -2em 0 -1em #0d246a, 3em 0 0 -1em #0d246a, 2em 2em 0 -1em #0d246a, 0 3em 0 -1em #0d246a, -2em 2em 0 0 #0d246a, -3em 0em 0 0 #0d246a, -2em -2em 0 0.2em #0d246a; } }
.table-enquiry {
  margin-bottom: 0; }

.table-enquiry thead {
  background-color: #0d246a;
  color: #fff; }

.table-enquiry thead tr th {
  font-size: 1rem;
  padding: 0.5rem 0.8rem; }

.table-enquiry thead tr th:last-child {
  text-align: center !important; }

.table-enquiry thead tr th:first-child {
  text-align: center !important; }

.table-enquiry tbody tr {
  border-color: #dee2e600 !important; }

.table-enquiry tbody tr td {
  font-weight: 400;
  text-align: start; }

.table-enquiry tbody tr td:last-child {
  text-align: start !important; }

.table-enquiry tbody tr td:first-child {
  text-align: start !important; }

.table-enquiry tbody tr td span {
  font-weight: 600; }

.table-enquiry tbody tr td i {
  font-size: 1.5rem;
  color: #f39c12; }

.table-enquiry tbody tr td a {
  color: #000; }

.table-enquiry tbody tr td .value-sm {
  font-weight: 400;
  display: block;
  border: 1px solid #c5c5c5;
  padding: 0.3rem 0.8rem; }

.download-sm {
  padding: 0rem 6rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .download-sm {
    padding: 0; } }
.download-sm h5 {
  font-size: 1.2rem;
  color: #000; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .download-sm h5 {
    font-size: 1rem; } }
.download-sm i {
  font-size: 1.5rem;
  color: #0d246a;
  margin-left: 2rem; }

.table-dash {
  box-shadow: 0px 1px 10px #dbdbdb;
  padding: 10px; }

.table-dash thead {
  vertical-align: middle !important;
  background-color: #f2f2f2;
  background: linear-gradient(45deg, #0d246a, #c79c6b); }

.table-dash thead tr th {
  padding: 0.2rem 0.3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: start;
  border: 1px solid #d9d9d9;
  /*  border-bottom: none !important;*/ }

.table-dash thead tr th:hover {
  outline: none !important; }

.table-dash thead tr th:last-child {
  text-align: center !important; }

.table-dash thead tr th:first-child {
  text-align: center !important; }

.table-dash tbody tr {
  background-color: transparent !important;
  border-color: transparent;
  border-style: none;
  border-width: 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr {
    height: 35px; } }
.table-dash tbody tr td {
  color: #333;
  font-weight: 400;
  padding: 0.2rem 0.3rem;
  font-size: 0.9rem;
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9 !important;
  border: 1px solid #d9d9d9; }

.table-dash tbody tr td:last-child {
  text-align: center; }

.table-dash tbody tr td:first-child {
  text-align: center !important; }

.table-dash tbody tr td .text-product {
  position: absolute;
  left: 81px;
  text-decoration: none;
  color: #858585;
  font-weight: 400; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr td .text-product {
    font-size: 0.9rem;
    left: 26px; } }
.table-dash tbody tr td a {
  color: #333; }

.table-dash tbody tr .table-img img {
  width: 18%; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-dash tbody tr .table-img img {
    display: none; } }
.table-dash tbody tr .table-icon {
  border-left: 0; }

.table-dash tbody tr .table-icon .table-btn-1 {
  background: #008000;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.6; }

.table-dash tbody tr .table-icon .table-btn-2 {
  background: #FF9800;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.6; }

.table-dash tbody tr .table-icon .table-btn-3 {
  background: #b70000;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.6; }

.table-dash tbody tr .table-icon .table-btn-4 {
  background: #008105;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.6; }

.table-dash tbody tr .table-icon .table-btn-5 {
  background: #b70000;
  color: #fff !important;
  padding: 1px 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1.6; }

.table-dash tbody tr .table-icon a i {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 0.2rem; }

.table-dash tbody tr .table-icon a form {
  display: inline-flex; }

.table-dash tbody tr .table-icon a form .btn {
  padding: 0;
  --bs-btn-font-size: 0rem; }

div.dt-container div.dt-search input {
  border: 1px solid #2e2e2e; }

.box-dashboard-sm {
  position: relative; }

.box-dashboard-sm .dashboard-text {
  background: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: -28px auto 0;
  border-radius: 15px 0;
  position: relative;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3); }

.box-dashboard-sm .dashboard-text h5 {
  color: #000;
  font-size: 1rem; }

.box-dashboard-sm .dashboard-text h4 {
  font-size: 1.2rem;
  color: #000;
  line-height: 2; }

.box-dashboard-sm .dashboard-icon {
  color: #fff;
  background: #fff;
  line-height: 60px;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 50px 50px;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3); }

.box-dashboard-sm .dashboard-icon i {
  font-size: 2rem;
  color: #0d246a;
  line-height: 2;
  display: flex;
  justify-content: center; }

.modal-dialog .modal-header {
  padding: 12px 10px;
  border-bottom: 1px solid #0d246a; }

.modal-dialog .modal-header h5 {
  margin-left: 1rem;
  color: #0d246a; }

.modal-dialog .modal-heading {
  padding: 0.2rem 0.8rem;
  background-color: #0d246a; }

.modal-dialog .modal-heading h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: start; }

.radio-btn {
  display: flex;
  justify-content: start;
  align-items: center; }

.radio-btn label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em; }

.radio-btn label input {
  position: absolute;
  left: -9999px; }

.radio-btn label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #0d246a; }

.radio-btn label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease; }

.radio-btn label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.14rem;
  height: 1.1rem;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #bdbdbd; }

.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0); }

.servicepdf {
  color: #606060;
  padding: 0 11px 44px;
  border: 1px solid #0000;
  border-radius: 20px;
  margin: 80px 0 30px;
  position: relative; }

.servicepdf .servicepdf-content {
  text-align: center;
  padding: 20px 25px 20px;
  margin-top: -80px;
  border-radius: 25px;
  background-color: #e9e9e9;
  position: relative;
  transition: all .3s;
  min-height: 184px; }

.servicepdf .servicepdf-content:hover {
  box-shadow: 0 0 6px -5px #000; }

.servicepdf .servicepdf-content:after {
  content: "";
  height: 50px;
  width: 50px;
  border: 25px solid #0000;
  border-top-color: #e9e9e9;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50px;
  left: 50%; }

.servicepdf .service-icon {
  display: inline-block;
  color: #0d246a;
  font-size: 5rem;
  line-height: 0;
  margin-bottom: 10px;
  transition: all .3s ease 0s; }

.servicepdf .title {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 10px;
  color: #333; }

.servicepdf .description {
  font-size: 15px;
  line-height: 25px;
  margin: 0; }

.servicepdf .read-more {
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background-color: #333;
  border-radius: 15px;
  transform: translateX(-50%);
  transition: all .3s ease 0s;
  position: absolute;
  left: 50%;
  bottom: -20px;
  text-decoration: none; }

.servicepdf.blue {
  background-color: #36bfc5; }

.servicepdf.blue .service-icon {
  color: #36bfc5; }

.servicepdf.blue .read-more {
  background-color: #015f65; }

.servicepdf.red {
  background-color: #f23d3a; }

.servicepdf.red .service-icon {
  color: #f23d3a; }

.servicepdf.red .read-more {
  background-color: #ad0e0c; }

.box-top {
  padding: 1rem;
  border-bottom: 1px solid #d4d4d4; }

.box-content {
  padding: 1rem; }

.form-sm .form-group {
  margin-bottom: 0.5rem; }

.form-sm .form-group label {
  text-align: left;
  font-size: 1rem;
  color: #0d246a;
  display: flex;
  font-weight: 500; }

.form-sm .form-group input {
  margin-top: 0.2rem; }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: rgb(0 0 0 / 0%); }

.profile-page-sm .main-heading {
  margin-bottom: .5rem;
  background: #fec515;
  padding: 5px 8px; }

.profile-page-sm .main-heading h5 {
  color: #fff; }

.profile-page-sm .img-profile {
  text-align: center;
  margin-bottom: 0.5rem; }

.profile-page-sm .img-profile img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid #0d246a;
  padding: .3rem; }

.profile-page-sm .name-profile {
  text-align: center; }

.profile-page-sm .name-profile h4 {
  font-size: 1.3rem;
  color: #0d246a;
  font-weight: 600; }

.profile-page-sm .pro-text h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: .5rem; }

.profile-page-sm .pro-text h5 {
  background-color: #f3f3f3;
  font-size: 1rem;
  color: #0d246a;
  padding: .4rem; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
