html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #757575;
  font: 400 1rem/1.6 "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #1C2C4E;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, .h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
}

h2, .h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 1rem;
  color: #02427A;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000;
}

p {
  font: 400 1rem/1.6 "Poppins", sans-serif;
  margin-bottom: 1.25rem;
  color: #757575;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

/* Common Parts */
.btn {
  font-size: 16px;
  font-weight: 500;
  /* padding: 13px 25px; */
  /* min-width: 200px; */
  max-width: 100%;
  border: 1px solid #731111;
  border-radius: 6px;
}

.btn-primary {
  background-color: #731111;
  color: #fff;
}

.btn-primary:hover {
  background-color: #fff;
  color: #731111;
  border-color: #731111;
}

.btn2 {
  font-size: 14px;
  font-weight: 600;
  color: #02427A;
  display: inline-flex;
  align-items: center;
}
.btn2 img {
  margin-left: 8px;
  position: relative;
}
.btn2:hover img {
  animation: btn2 0.5s alternate;
}

.add-btn-primary img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 5px;
  transition: 0.3s;
}

.add-btn-primary:hover img {
  filter: none;
  transition: 0.3s;
}

.btn-back {
  color: #02427A;
  padding: 6px 15px;
  min-width: auto;
  font-size: 16px;
}
.btn-back:hover {
  background-color: #731111;
  color: #fff;
  transition: 0.3s;
}
.btn-back:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #1C2C4E;
  margin: 0 0 10px;
}

.form-control, select, .dropdown.bootstrap-select {
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 10px 20px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/arrow-down.svg) 98% center no-repeat #FFFFFF;
  background-size: auto;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.filelabel {
  display: flex;
  align-items: center;
  transition: border 300ms ease;
  cursor: pointer;
  margin: 0;
}

.filelabel .title {
  color: #757575;
  transition: 200ms color;
  margin-left: 10px;
}

#FileInput {
  display: none;
}

.form-textarea {
  width: 100%;
  height: 115px;
}

.dropdown.bootstrap-select {
  width: 100% !important;
  padding: 0px 0px;
}
.dropdown.bootstrap-select .btn {
  background: transparent;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0px 20px;
}
.dropdown.bootstrap-select .btn:hover {
  border: 0;
}
.dropdown.bootstrap-select .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.dropdown.bootstrap-select .btn .filter-option-inner {
  height: 100%;
}
.dropdown.bootstrap-select .btn .filter-option-inner .filter-option-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner {
  height: 100%;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li {
  padding-left: 42px;
  background: url(../images/icon-uncheck.svg) 15px center no-repeat;
  background-size: auto;
  margin: 0;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li > a {
  padding: 6px 0;
  color: #02427A;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li:hover {
  background-color: #f5f5f5;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li span.check-mark {
  display: none;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li .dropdown-item:hover {
  background: none;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner > li .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
.dropdown.bootstrap-select ul.dropdown-menu.inner li.selected {
  background-image: url(../images/icon-check.svg);
}
.dropdown.bootstrap-select .dropdown-toggle::after {
  width: 15px;
  height: 15px;
  border: 0;
  background: url(../images/arrow-down.svg) no-repeat center center;
  background-size: auto;
  margin: 0 !important;
  padding: 0;
}
.dropdown.bootstrap-select .dropdown-menu .form-control {
  height: 42px;
  padding: 5px 10px;
}

/* KEY FRAMES ANIMATION */
@keyframes btn2 {
  0% {
    right: 0;
  }
  50% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
.wrapper {
  margin-top: 49px;
}

.header {
  background-color: #ECF1FB;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.header .logo {
  display: flex;
}
.header .bar-icon {
  margin-left: 200px;
}
.header .bar-icon i {
  font-size: 24px;
  color: #06427e;
}
.header .header-right ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 300px;
  width: 0;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #02427A;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 300px;
}

.sidebar-brand {
  position: absolute;
  top: 0;
  width: 300px;
  text-align: center;
  padding: 20px 0;
}

.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px;
}

#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
}

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}

.bar-icon.close i::before {
  content: "\f0c9";
}

.Dashboard-section .dashboard-pannel {
  width: 250px;
  background-color: #02427A;
  padding: 20px 0;
  min-height: calc(100vh - 55px);
}
.Dashboard-section .dashboard-pannel .title-part {
  display: flex;
}
.Dashboard-section .dashboard-pannel .title-part h2 {
  font-size: 1.5rem;
  display: block;
  margin: 0 0 20px;
  padding: 0 20px;
  display: flex;
}
.Dashboard-section .dashboard-pannel .title-part a {
  display: flex;
  filter: brightness(0) invert(1);
}
.Dashboard-section .dashboard-pannel .title-part a span {
  margin-left: 16px;
}
.Dashboard-section .dashboard-pannel ul li {
  font-size: 1.05rem;
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 0px;
  transition: 0.4s;
}
.Dashboard-section .dashboard-pannel ul li a {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 60px;
  width: 100%;
}
.Dashboard-section .dashboard-pannel ul li img {
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 20px;
}
.Dashboard-section .dashboard-pannel ul li :nth-last-child(1) {
  margin-bottom: 0;
}
.Dashboard-section .dashboard-pannel ul li:hover, .Dashboard-section .dashboard-pannel ul li.active {
  background-color: #731111;
  transition: 0.4s;
}
.Dashboard-section .dashboard-pannel a {
  color: #fff;
}

.dashboard-right {
  padding: 30px 20px;
  min-height: calc(100vh - 60px);
}
.dashboard-right .head-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dashboard-right .head-area h2 {
  margin-bottom: 0;
}

.product-area-main {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 6px;
  overflow: hidden;
}
.product-area-main .dropdown {
  position: absolute;
  right: 6px;
  top: 4px;
}
.product-area-main .dropdown .dropdown-toggle {
  border: 0;
  background: transparent;
}
.product-area-main .dropdown .dropdown-toggle::after {
  display: none;
}
.product-area-main .dropdown .dropdown-toggle img {
  height: 20px;
  filter: brightness(0) invert(1);
}
.product-area-main .dropdown .dropdown-toggle img:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(64%) saturate(1643%) hue-rotate(202deg) brightness(102%) contrast(87%);
}
.product-area-main .dropdown ul.dropdown-menu li {
  margin-bottom: 0;
}
.product-area-main .dropdown ul.dropdown-menu li a {
  font-size: 14px;
}
.product-area-main .image-area {
  width: 100%;
  height: 150px;
}
.product-area-main .content-area {
  padding: 10px 5%;
}
.product-area-main .content-area h4 {
  font-size: 14px;
  color: #1C2C4E;
}
.product-area-main .content-area p {
  font-size: 12px;
}
.product-area-main .content-area p:nth-last-child(1) {
  margin-bottom: 0;
}

.admin-div-area {
  margin: 30px 0 0;
}

.admin-area {
  background-color: #F5F5F5;
  border-radius: 6px;
}
.admin-area .head-area {
  padding: 10px 20px;
  margin-bottom: 0;
}
.admin-area .admin-item {
  padding: 10px 20px;
  border-top: 1px solid #DFDFDF;
}
.admin-area .admin-item .student-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.admin-area .admin-item .student-area .image-area {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex: 0 0 50px;
  overflow: hidden;
  margin-right: 10px;
}
.admin-area .admin-item .student-area .content-area {
  flex: 1 0 0;
}
.admin-area .admin-item .student-area .content-area h5 {
  font-weight: 600;
  color: #1C2C4E;
  margin-bottom: 0;
  font-size: 15px;
}
.admin-area .admin-item .student-area .content-area p {
  font-size: 14px;
  margin-bottom: 0;
}
.admin-area .admin-item .student-area .dropdown-toggle {
  border: 0;
  background: transparent;
  padding: 0 5px;
}
.admin-area .admin-item .student-area .dropdown-toggle::after {
  display: none;
}
.admin-area .admin-item .student-area .dropdown-toggle img {
  max-height: 25px;
}

.create-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-product {
  position: relative;
  width: 550px;
  min-height: 280px;
  max-width: 100%;
  background: #F5F5F5;
  border: 1px solid #731111;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.create-product .content-area .image-box {
  flex: 0 0 100%;
  text-align: center;
}
.create-product .content-area h3 {
  flex: 0 0 100%;
  font-size: 24px;
  color: #1C2C4E;
  margin: 15px 0 0;
}

.add-product {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 30px 30px;
}
.add-product h2 {
  margin-bottom: 25px;
}

.product-list .admin-area.product-area {
  background: transparent;
}
.product-list .admin-area.product-area .admin-item {
  border: 0;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  border-radius: 6px;
}
.product-list .admin-area.product-area .student-area {
  position: relative;
}
.product-list .admin-area.product-area .student-area .image-area {
  flex: 0 0 130px;
  width: 130px;
  height: 124px;
  border-radius: 6px;
  margin-right: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.product-list .admin-area.product-area .student-area .content-area {
  padding-right: 10%;
}
.product-list .admin-area.product-area .student-area .content-area h5 {
  font-size: 17px;
  margin: 0 0 15px;
}
.product-list .admin-area.product-area .student-area .dropdown {
  position: absolute;
  right: 0;
  top: 5px;
}

.head-edit {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
  align-items: center;
}
.head-edit li {
  display: inline-block;
}
.head-edit li a.btn {
  margin-left: 20px;
}

.add-questions .add-btn-primary.btn2 img {
  filter: none;
}

.category-area .category-listing-area {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 25px 30px;
}
.category-area .category-listing-area .category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-area .category-listing-area .category-list li {
  display: block;
  width: 100%;
}
.category-area .category-listing-area .category-list li:not(:last-child) {
  margin: 0 0 15px;
}
.category-area .category-listing-area .category-list li .category-name {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 12px 20px;
  min-height: 55px;
}
.category-area .category-listing-area .category-list li .category-name p {
  font-size: 15px;
  font-weight: 500;
  color: #757575;
  line-height: 1;
  margin: 0;
  flex: 1 0 0;
}
.category-area .category-listing-area .category-list li .category-name .right-area {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 25px;
}
.category-area .category-listing-area .category-list li .category-name .right-area img {
  max-width: 24px;
}
.category-area .create-category-area {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 25px 30px;
}
.category-area .create-category-area .category {
  margin: 20px 0 0;
}
.category-area .add-category {
  margin: 25px 0 0;
}
.category-area .add-category h4 {
  color: #02427A;
}
.category-area .add-category .category-name .form-control {
  padding: 0;
  padding-right: 20px;
  border: 0;
  height: auto;
}
.category-area label {
  font-size: 16px;
  font-weight: 500;
  color: #1C2C4E;
  margin-bottom: 5px;
}
.category-area .btn2 img {
  filter: none;
}
.category-area .btn-area {
  display: flex;
  flex: 0 0 100%;
  margin: 25px 0 0;
}
.category-area .form-switch .form-check-input {
  height: 25px;
  width: 45px;
}
.category-area .form-switch .form-check-input:checked {
  background-color: #731111;
  border-color: #731111;
}
.category-area .form-switch .form-check-input:focus {
  box-shadow: none;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:after, .pretty .state label:before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty.p-default .state label:after {
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

@media print {
  .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.Dashboard-section .qu-ad input[type=checkbox] {
  width: 23px;
  height: 23px;
  border-radius: 0;
  border: 1px solid #731111;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.Dashboard-section .qu-ad input[type=checkbox]::before {
  content: "";
  top: 41%;
  left: 50%;
  position: absolute;
  width: 8px;
  height: 16px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(757deg);
  opacity: 0;
}
.Dashboard-section .qu-ad input[type=checkbox]:checked {
  background: #731111;
}
.Dashboard-section .qu-ad input[type=checkbox]:checked::before {
  opacity: 1;
}

.products-div .btn.btn-danger.btn_remove2 {
  padding: 5px 6px;
  min-width: 29px;
}

/* =-=-=-Login-Form-Start=-=-=- */
.login-frm-center {
  height: 100vh;
  display: grid;
  align-items: center;
}

/* 28-11-2023===S */
.login-container {
  max-width: 400px;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #646464;
}

/* 28-11-2023===E */
.login-container h2 {
  text-align: center;
}

.login-container .form-group {
  margin-bottom: 20px;
}

.login-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.login-container .form-check-inline label {
  margin-bottom: 0;
}

.login-container input[type=text],
.login-container input[type=password],
.login-container input[type=email],
.login-container input[type=number],
.login-container select.form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 30px;
  outline: 0;
  box-shadow: none;
}

.login-container input[type=text]:focus,
.login-container input[type=password]:focus,
.login-container input[type=email]:focus,
.login-container select.form-select:focus {
  border: 1px solid #2ECC71;
}

.Sign-up-container input[type=text],
.Sign-up-container input[type=password],
.Sign-up-container input[type=email] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 30px;
  outline: 0;
}

.Sign-up-container input[type=text]:focus,
.Sign-up-container input[type=password]:focus,
.Sign-up-container input[type=email]:focus {
  border: 1px solid #2ECC71;
}

.login-container .btn,
.Sign-up-container .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2ECC71;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 30px;
}

.login-container .forgot-password,
.Sign-up-container .forgot-password {
  text-align: right;
}

/* =-=-=-Login-Form-End=-=-=- */
.qtypecls input[type=radio] {
  width: 23px;
  height: 23px;
  border-radius: 0;
  border: 1px solid #BDC3C7;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 10px;
}

.qtypecls input[type=radio]::before {
  content: "";
  top: 50%;
  left: 50%;
  background-color: #5CB85C;
  width: 14px;
  height: 14px;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.qtypecls input[type=radio]:checked {
  border-color: #5CB85C;
}

.qtypecls input[type=radio]:checked::before {
  opacity: 1;
}

.table-qu-list th {
  text-wrap: nowrap;
}

.admin-management .panel-heading {
  border: none !important;
  padding: 10px 20px;
}
.admin-management .text-custom {
  color: #185ece;
}

.cpycls a {
  font-size: 17px;
  text-decoration: underline;
  color: #dc3545;
}

/*======================== RESPONSIVE MINIMUM WIDTH ========================== */
@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    padding-left: 60px;
  }
  #sidebar-wrapper {
    width: 60px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  #navbar-wrapper {
    position: relative;
  }
  #wrapper.toggled {
    overflow: hidden;
  }
  #content-wrapper {
    position: relative;
    top: 0;
    transition: 0.5s;
  }
  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
  }
  #wrapper.toggled #content-wrapper {
    transform: translateX(250px);
    transition: 0.5s;
  }
}
@media only screen and (min-width: 992px) {
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 60px;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }
  #navbar-wrapper {
    position: relative;
  }
  #wrapper.toggled {
    padding-left: 60px;
  }
  #content-wrapper {
    position: relative;
    top: 0;
  }
  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn2 {
    font-size: 16px;
  }
  .Dashboard-section .dashboard-pannel ul li {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .product-area-main .image-area {
    height: 190px;
  }
  .product-area-main .content-area {
    padding: 17px 20px;
  }
  .product-area-main .content-area h4 {
    font-size: 16px;
  }
  .product-area-main .content-area p {
    font-size: 14px;
  }
  .admin-area .admin-item .student-area .image-area {
    margin-right: 15px;
  }
  .admin-area .admin-item .student-area .content-area h5 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .admin-area .admin-item {
    padding: 14px 20px;
  }
  .btn {
    font-size: 18px;
  }
}
/*======================== RESPONSIVE MAXIMUM WIDTH ========================== */
@media only screen and (max-width: 1199px) {
  .product-area-main {
    margin-bottom: 25px;
  }
  .admin-div-area {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.2rem;
  }
  .header .logo > img {
    order: 2;
  }
  .header .logo .bar-icon {
    margin-left: 0px;
    margin-right: 20px;
    order: 1;
  }
  .sidebar-area.admin-area .head-area {
    flex-wrap: wrap;
  }
  .sidebar-area.admin-area .head-area h2 {
    font-size: 1.2rem;
  }
  .sidebar-area.admin-area .head-area .btn2 {
    font-size: 12px;
  }
  .sidebar-area.admin-area .admin-item .student-area {
    position: relative;
  }
  .sidebar-area.admin-area .admin-item .student-area > .dropdown {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 0;
  }
  .sidebar-area.admin-area .admin-item .student-area .content-area {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 100vw;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  #navbar-wrapper {
    position: relative;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #content-wrapper {
    position: relative;
    top: 0;
  }
  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
  .header .bar-icon i::before {
    content: "\f0c9";
  }
  .header .bar-icon.close i::before {
    content: "\f191";
  }
  .sidebar-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-right {
    padding: 20px 0px;
  }
  .add-product {
    padding: 20px 10px;
  }
  .add-product h2 {
    margin-bottom: 20px;
  }
  .product-list .admin-area.product-area .student-area {
    justify-content: center;
  }
  .product-list .admin-area.product-area .student-area .content-area {
    flex: 0 0 100%;
    padding-right: 0;
    margin: 15px 0 0;
    text-align: center;
  }
  .product-list .admin-area.product-area .student-area .content-area h5 {
    margin: 0 0 6px;
  }
  .product-list .admin-area.product-area .student-area .image-area {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product-list .admin-area.product-area .student-area .dropdown {
    right: 10px;
    top: 15px;
  }
  .category-area .category-listing-area .category-list li .category-name .right-area {
    gap: 20px;
    margin-left: 10px;
  }
  .category-area .category-listing-area .category-list li .category-name .right-area img {
    max-width: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .btn {
    font-size: 14px;
    padding: 7px 12px;
    min-width: auto;
  }
  .add-btn-primary img {
    max-width: 20px;
  }
}/*# sourceMappingURL=style.css.map */
/**** 30/5/25 ***/

