@keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:active {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:active:focus {
  box-shadow: none;
}
.btn:visited {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline::after {
  display: block;
  content: "";
  clear: both;
}
.list-inline li {
  float: left;
}
.list-inline li a {
  display: inline-block;
}

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:hover {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:focus {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:active {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    max-width: 1170px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  background-color: #ffffff;
  color: #141414;
  overflow-x: clip;
}

span {
  display: inline-block;
}

img,
svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  min-width: 100px;
  border: 0.5px solid #CF0A0A;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
  background-color: #CF0A0A;
}
.btn.btn-secondary {
  color: #141414;
  border-color: #CF0A0A;
  background-color: #ffffff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: #CF0A0A;
  color: #ffffff;
  border: 0.5px solid #CF0A0A;
}
.btn.upload_btn {
  margin-right: auto;
  margin-left: unset;
  display: inline-flex;
}
.btn.small_btn {
  font-size: 14px;
  line-height: 16px;
  padding: 7px;
  font-weight: 400;
  min-width: 90px;
}
.btn:hover, .btn:active, .btn:focus, .btn.show {
  border-radius: 5px;
  background-color: rgb(231.3248847926, 11.1751152074, 11.1751152074);
  border: 0.5px solid #CF0A0A;
}
.btn:hover:focus-visible, .btn:active:focus-visible, .btn:focus:focus-visible, .btn.show:focus-visible {
  box-shadow: none;
}
.btn:first-child:active {
  border-radius: 5px;
  background-color: rgb(231.3248847926, 11.1751152074, 11.1751152074);
  border: 0.5px solid #CF0A0A;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-group .form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #818181;
}
.form-group .form-label span {
  font-size: 16px;
  top: 0;
  position: relative;
  line-height: 18px;
}
.form-group .form-control {
  border: 0.5px solid #e7e7e7;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.form-group .form-control[type=password] {
  padding-right: 40px;
}
.form-group .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #818181;
}
.form-group .form-control:hover {
  border: 0.5px solid rgb(154.5, 154.5, 154.5);
}
.form-group .form-control:focus,
.form-group .form-control :focus-visible {
  border: 0.5px solid rgb(154.5, 154.5, 154.5);
  background-color: #ffffff;
}
.form-group textarea.form-control {
  resize: none;
  min-height: 70px;
  max-height: 70px;
  padding-right: 14px;
  scroll-padding-right: 5px;
}
.form-group textarea.form-control::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none;
}
.form-group textarea.form-control::-webkit-scrollbar-thumb {
  background-color: #CF0A0A;
  border: 1px solid #CF0A0A;
  border-radius: 10px;
}
.form-group textarea.form-control::-webkit-scrollbar {
  width: 2px;
  background-color: none;
}
.form-group .icon {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 1%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.form-group .wrapper {
  width: 110px;
  height: 110px;
  margin-inline: auto;
  position: relative;
}
.form-group .wrapper .user_avatar {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  height: 100%;
}
.form-group .wrapper .edit_image .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  color: #141414;
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1254901961);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  top: unset;
}
.form-group .wrapper .edit_image .icon:hover {
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
  color: #CF0A0A;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 25px;
}
.form-check .form-check-input {
  float: none;
  margin: 0;
  box-shadow: none;
  border-color: rgb(250.8986175115, 170.1013824885, 170.1013824885);
}
.form-check .form-check-input:checked {
  box-shadow: none;
  background-color: #CF0A0A;
}
.form-check .form-check-label {
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #141414;
}

.form-switch {
  margin: 0;
}
.form-switch .form-check-input {
  height: 23px;
  width: 40px;
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280 ,0 ,0 , 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus-visible {
  outline: none;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.no_event {
  pointer-events: none;
}

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 5px;
}

.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px;
}
.callout.callout-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
}
.callout.callout-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
}

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
}
.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
}

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12);
}
.popover .popover-body {
  padding: 0;
}
.popover .popover-body p {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
}
.popover .popover-body p a {
  display: inline-block;
}
.popover .popover-body a {
  font-weight: 600;
  display: block;
}

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none;
}

#pb_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: none;
}

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #CF0A0A;
  border: 1px solid #CF0A0A;
  border-radius: 10px;
}

.img_tooltip {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.062745098));
}
.img_tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #ffffff;
}
.img_tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #ffffff;
}
.img_tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #ffffff;
}
.img_tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #ffffff;
}
.img_tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #CF0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 15px;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1299px) {
  .form-switch .form-check-input {
    height: 20px;
    width: 35px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .form-switch .form-check-input {
    height: 20px;
    width: 35px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .form-switch .form-check-input {
    height: 18px;
    width: 35px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
  .form-group .form-control {
    font-size: 14px;
  }
  .form-group .form-control::placeholder {
    font-size: 14px;
  }
  .form-group .wrapper {
    width: 80px;
    height: 80px;
  }
  .form-group .wrapper .edit_image .icon {
    width: 30px;
    height: 30px;
  }
  .form-check {
    margin-bottom: 20px;
  }
  .btn {
    padding-block: 8px;
    min-width: 90px;
    font-size: 14px;
    line-height: 16px;
  }
  .form-switch .form-check-input {
    height: 18px;
    width: 35px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control {
    font-size: 14px;
  }
  .form-group .form-control::placeholder {
    font-size: 14px;
  }
  .form-group .wrapper {
    width: 80px;
    height: 80px;
  }
  .form-group .wrapper .edit_image .icon {
    width: 30px;
    height: 30px;
  }
  .form-check {
    margin-bottom: 20px;
  }
  .btn {
    padding-block: 8px;
    min-width: 90px;
    font-size: 14px;
    line-height: 16px;
  }
  .form-switch .form-check-input {
    height: 18px;
    width: 35px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control {
    font-size: 14px;
  }
  .form-group .form-control::placeholder {
    font-size: 14px;
  }
  .form-group .wrapper {
    width: 80px;
    height: 80px;
  }
  .form-group .wrapper .edit_image .icon {
    width: 30px;
    height: 30px;
  }
  .form-check {
    margin-bottom: 20px;
  }
  .btn {
    padding-block: 8px;
    min-width: 90px;
    font-size: 14px;
    line-height: 16px;
  }
  .form-switch .form-check-input {
    height: 18px;
    width: 35px;
  }
}
/* Smaller phones */
h4 {
  font-size: 18px;
  font-weight: 500;
  color: #CF0A0A;
  line-height: 20px;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
}

.search_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
.search_bar .form-group {
  margin-bottom: 0;
}
.search_bar .form-group .form-control {
  min-width: 470px;
  max-width: 100%;
  padding-right: 34px;
}
.search_bar .form-group .icon {
  top: 6px;
}
.search_bar .action {
  position: relative;
}
.search_bar .action .dropdown-toggle {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.search_bar .action .dropdown-toggle::after {
  display: none;
}
.search_bar .action::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background-color: rgb(253.2488479263, 218.7511520737, 218.7511520737);
  transform: scale(0);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search_bar .action:hover {
  color: #CF0A0A;
}
.search_bar .action:hover::after {
  transform: scale(1);
}
.search_bar .action .dropdown-menu {
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0823529412);
  padding: 0;
}
.search_bar .action .dropdown-menu li .dropdown-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
}
.search_bar .action .dropdown-menu li .dropdown-item:hover {
  color: #CF0A0A;
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
}
.search_bar .action .dropdown-menu li .dropdown-item .icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
.search_bar .action .dropdown-menu li:first-child .dropdown-item .icon {
  color: #52C41A;
}
.search_bar .action .dropdown-menu li:last-child .dropdown-item .icon {
  color: #FF4D4F;
}
.search_bar .action .dropdown-menu li:nth-child(2) .dropdown-item .icon {
  color: #FAAD14;
}

.page_header {
  margin-bottom: 25px;
  padding: 12px 15px;
  border-radius: 6px;
  border: 0.5px solid rgba(231, 231, 231, 0.3882352941);
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
}
.page_header h3 {
  color: #CF0A0A;
}
.page_header .btn_groups {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}
.page_header .btn_groups .btn_area .dropdown-toggle::after {
  display: none;
}
.page_header .btn_groups .btn_area .dropdown-menu {
  min-width: 420px;
  max-width: 100%;
  padding: 15px;
}
.page_header .btn_groups .btn_area .dropdown-menu .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background-color: #CF0A0A;
  color: #ffffff;
  cursor: pointer;
}
.page_header .btn_groups .btn_area .dropdown-menu .form_btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.dropdown-menu {
  width: 420px;
  max-width: 100%;
  padding: 15px;
}
.dropdown-menu .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background-color: #CF0A0A;
  color: #ffffff;
  cursor: pointer;
}
.dropdown-menu .form_btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.card {
  border: none;
  overflow: hidden;
  gap: 0;
  background-color: transparent;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.062745098);
}
.card .card-header {
  padding: 16px;
  border: none;
  background-color: transparent;
  gap: 12px;
  display: flex;
  align-items: center;
}
.card .card-header h4 {
  flex-grow: 1;
  margin-bottom: 0;
  color: #CF0A0A;
}
.card .card-body {
  padding: 16px;
  padding-top: 0;
}
.card .card-body .img_area {
  border-radius: 6px;
  overflow: hidden;
}

.breadcrumb_area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.breadcrumb_area .page_name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #CF0A0A;
}
.breadcrumb_area nav .breadcrumb {
  margin: 0;
}
.breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #141414;
  display: inline-block;
}
.breadcrumb_area nav .breadcrumb .breadcrumb-item:first-child::before, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page:first-child::before {
  display: none;
}
.breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page::before {
  display: none;
}
.breadcrumb_area nav .breadcrumb .breadcrumb-item::before, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 10px;
  color: #141414;
}
.breadcrumb_area nav .breadcrumb .breadcrumb-item.active, .breadcrumb_area nav .breadcrumb .breadcrumb-item .active.prev_page {
  color: #818181;
}

.cards_area .card {
  height: 100%;
}
.cards_area .card .card-body {
  height: 100%;
  padding: 20px;
}
.cards_area .card .card-body .item h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #818181;
  margin-bottom: 10px;
}
.cards_area .card .card-body .item .content {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cards_area .card .card-body .item .content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
  margin-bottom: 0;
}
.cards_area .card .card-body .item .content .percent_value {
  padding: 5px 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  border-radius: 4px;
}
.cards_area .card .card-body .item .content .percent_value .icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.cards_area .card .card-body .item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
}
.cards_area .card .card-body .item.blue .content .percent_value {
  background-color: hsl(208.8311688312, 100%, 104.7058823529%);
  border: 1px solid #1890ff;
  color: #1890ff;
}
.cards_area .card .card-body .item.blue .content .percent_value .icon {
  color: #1890ff;
}
.cards_area .card .card-body .item.blue p .revenue {
  color: #1890ff;
}
.cards_area .card .card-body .item.green .content .percent_value {
  background-color: rgb(234.1891891892, 251.1351351351, 225.8648648649);
  border: 1px solid #52C41A;
  color: #52C41A;
}
.cards_area .card .card-body .item.green .content .percent_value .icon {
  color: #52C41A;
}
.cards_area .card .card-body .item.green p .revenue {
  color: #52C41A;
}
.cards_area .card .card-body .item.yellow .content .percent_value {
  background-color: hsl(39.9130434783, 95.8333333333%, 102.9411764706%);
  border: 1px solid #FAAD14;
  color: #FAAD14;
}
.cards_area .card .card-body .item.yellow .content .percent_value .icon {
  color: #FAAD14;
}
.cards_area .card .card-body .item.yellow p .revenue {
  color: #FAAD14;
}
.cards_area .card .card-body .item.red .content .percent_value {
  background-color: hsl(359.3258426966, 100%, 115.0980392157%);
  border: 1px solid #FF4D4F;
  color: #FF4D4F;
}
.cards_area .card .card-body .item.red .content .percent_value .icon {
  color: #FF4D4F;
}
.cards_area .card .card-body .item.red p .revenue {
  color: #FF4D4F;
}

.table-responsive .table {
  background-color: #ffffff;
  --bs-table-bg: variable.$primary_color;
  --bs-table-hover-bg: variable.$primary_color;
}
.table-responsive .table thead tr {
  background-color: #CF0A0A;
}
.table-responsive .table thead tr th {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  padding: 14px 12px;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
}
.table-responsive .table tbody tr {
  border-top: 0.5px solid rgb(253.7188940092, 228.4811059908, 228.4811059908);
}
.table-responsive .table tbody tr th {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #141414;
  padding: 14px 12px;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
}
.table-responsive .table tbody tr td {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
  vertical-align: middle;
  position: relative;
}
.table-responsive .table tbody tr td > :last-child {
  margin-bottom: 0;
}
.table-responsive .table tbody tr td a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #CF0A0A;
  display: block;
}
.table-responsive .table tbody tr td p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
}
.table-responsive .table tbody tr td ul {
  margin-bottom: 10px;
}
.table-responsive .table tbody tr td ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
}
.table-responsive .table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
.table-responsive .table tbody tr td ol {
  margin-bottom: 10px;
  padding: 0;
}
.table-responsive .table tbody tr td ol li {
  list-style-position: inside;
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #141414;
}
.table-responsive .table tbody tr td ol li:last-child {
  margin-bottom: 0;
}
.table-responsive .table tbody tr td h1,
.table-responsive .table tbody tr td h2,
.table-responsive .table tbody tr td h3,
.table-responsive .table tbody tr td h4,
.table-responsive .table tbody tr td h5,
.table-responsive .table tbody tr td h6 {
  font-weight: 600;
  color: #141414;
  margin-bottom: 15px;
}
.table-responsive .table tbody tr td h6 {
  font-size: 18px;
}
.table-responsive .table tbody tr td h5 {
  font-size: 20px;
}
.table-responsive .table tbody tr td h4 {
  font-size: 22px;
}
.table-responsive .table tbody tr td h3 {
  font-size: 24px;
}
.table-responsive .table tbody tr td h2 {
  font-size: 26px;
}
.table-responsive .table tbody tr td h1 {
  font-size: 28px;
}
.table-responsive .table tbody tr td .status {
  display: flex;
  align-items: center;
  gap: 12px;
}
.table-responsive .table tbody tr td .status.rejected::before {
  background-color: #FF4D4F;
}
.table-responsive .table tbody tr td .status.pending::before {
  background-color: #FAAD14;
}
.table-responsive .table tbody tr td .status.approved::before {
  background-color: #52C41A;
}
.table-responsive .table tbody tr td .status::before {
  content: "";
  position: relative;
  inset: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}
.table-responsive .table tbody tr td .dropdown {
  display: grid;
  place-items: start;
}
.table-responsive .table tbody tr td .dropdown .dropdown-toggle {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.table-responsive .table tbody tr td .dropdown .dropdown-toggle::after {
  display: none;
}
.table-responsive .table tbody tr td .dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0823529412);
  padding: 0;
}
.table-responsive .table tbody tr td .dropdown .dropdown-menu li {
  list-style: none;
}
.table-responsive .table tbody tr td .dropdown .dropdown-menu li .dropdown-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #141414;
}
.table-responsive .table tbody tr td .dropdown .dropdown-menu li .dropdown-item:hover {
  color: #CF0A0A;
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
}
.table-responsive .table tbody tr:hover {
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
}

.preview_img_listing {
  margin-top: 20px;
}
.preview_img_listing ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.preview_img_listing ul li {
  width: 85px;
  height: 85px;
  position: relative;
}
.preview_img_listing ul li .pre_img {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0823529412);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.preview_img_listing ul li .cross_btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #CF0A0A;
  color: #ffffff;
  display: grid;
  place-items: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  cursor: pointer;
}

.select2 {
  display: block;
  width: 100% !important;
  max-width: 100%;
}
.select2.select2-container--open .selection .select2-selection.select2-selection--multiple::after {
  transform: translateY(-50%) rotate(180deg);
}
.select2.select2-container--open .selection .select2-selection .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(0deg);
}
.select2 .selection {
  display: block;
}
.select2 .selection .select2-selection {
  border: 0.5px solid #e7e7e7;
  padding: 10px 14px;
  padding-right: 30px;
  height: unset;
  position: relative;
  overflow: hidden;
}
.select2 .selection .select2-selection.select2-selection--multiple {
  position: relative;
}
.select2 .selection .select2-selection.select2-selection--multiple::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 10px;
  font-size: 14px;
  color: #141414;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #141414;
  display: inline-block;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin: 0;
  padding: 0;
  align-items: center;
  display: inline-flex;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border: none;
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
  color: #CF0A0A;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
  color: #CF0A0A;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  display: grid;
  place-items: center;
  position: static;
  width: 28px;
  height: 28px;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  position: absolute;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.select2 .selection .select2-selection .select2-selection__arrow::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select2 .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2 .selection .select2-selection .select2-search {
  display: inline-block;
  overflow: hidden;
}
.select2 .selection .select2-selection .select2-search .select2-search__field {
  margin-top: 0;
}
.select2 .dropdown-wrapper {
  display: none;
}

.select2-container .select2-dropdown {
  border: 0.5px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #141414;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: rgb(254.4239631336, 243.0760368664, 243.0760368664);
  color: #CF0A0A;
}
.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected {
  background-color: #CF0A0A;
  color: #ffffff;
}

.publish {
  background-color: rgb(240.6216216216, 252.3297297297, 234.8702702703);
  color: rgb(72.5810810811, 173.4864864865, 23.0135135135);
  padding: 7px;
  border-radius: 5px;
  width: fit-content;
}

.unpublish {
  background-color: rgb(255, 245.3, 245.408988764);
  color: rgb(255, 51.5, 53.7865168539);
  padding: 7px;
  border-radius: 5px;
  width: fit-content;
}

.remove_padding {
  padding: 0 !important;
}

.pagination {
  justify-content: center !important;
  gap: 10px;
  margin-top: 15px;
}
.pagination .page-item {
  border-radius: 50%;
  overflow: hidden;
  border: none !important;
}
.pagination .page-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active .page-link {
  background-color: #CF0A0A !important;
  color: #ffffff !important;
}
.pagination .page-item .page-link {
  color: #000000;
  border: none !important;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 0 !important;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .search_bar .form-group .form-control {
    min-width: 320px;
  }
}
/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .table-responsive .table thead tr th {
    font-size: 15px;
    line-height: 17px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 16px;
  }
  .search_bar .form-group .form-control {
    min-width: 320px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .table-responsive .table thead tr th {
    font-size: 15px;
    line-height: 17px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .page_header .btn_groups .btn_area .dropdown-menu {
    min-width: 370px;
  }
  .search_bar .form-group .form-control {
    min-width: 320px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .table thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .table-responsive .table tbody tr td {
    padding: 8px 12px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body {
    padding: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .cards_area .card .card-body .item .content .percent_value {
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
  }
  .card .card-body {
    padding: 15px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .page_header .btn_groups .btn_area .dropdown-menu {
    min-width: 350px;
  }
  .search_bar .form-group .form-control {
    min-width: 300px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .table-responsive .table thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .table-responsive .table tbody tr td {
    padding: 8px 12px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body {
    padding: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .cards_area .card .card-body .item .content .percent_value {
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
  }
  .card .card-body {
    padding: 15px;
  }
  .preview_img_listing {
    margin-top: 15px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .page_header {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .page_header .btn_groups .btn_area .dropdown-menu {
    min-width: 330px;
    inset: 0px 0px auto auto !important;
    transform: translate3d(0px, 38px, 0px) !important;
  }
  .search_bar .form-group .form-control {
    min-width: unset;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .table-responsive .table thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .table-responsive .table tbody tr td {
    padding: 8px 12px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body {
    padding: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .cards_area .card .card-body .item .content .percent_value {
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
  }
  .card .card-header {
    flex-direction: column;
    align-items: unset;
  }
  .card .card-body {
    padding: 15px;
  }
  .preview_img_listing {
    margin-top: 15px;
  }
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .page_header {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
  .page_header .btn_groups .btn_area .dropdown-menu {
    min-width: 330px;
    inset: 0px 0px auto auto !important;
    transform: translate3d(0px, 38px, 0px) !important;
  }
  .search_bar .form-group .form-control {
    min-width: unset;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .table-responsive .table thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .table-responsive .table tbody tr td {
    padding: 8px 12px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .breadcrumb_area .page_name {
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumb_area nav .breadcrumb .breadcrumb-item, .breadcrumb_area nav .breadcrumb .breadcrumb-item .prev_page {
    font-size: 13px;
    line-height: 15px;
  }
  .cards_area .card .card-body {
    padding: 15px;
  }
  .cards_area .card .card-body .item .content h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .cards_area .card .card-body .item .content .percent_value {
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
  }
  .card .card-header {
    flex-direction: column;
    align-items: unset;
  }
  .card .card-body {
    padding: 15px;
  }
  .preview_img_listing {
    margin-top: 15px;
  }
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .page_header {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
  .page_header .btn_groups .btn_area .dropdown-menu {
    min-width: 330px;
    inset: 0px 0px auto auto !important;
    transform: translate3d(0px, 38px, 0px) !important;
  }
  .search_bar .form-group .form-control {
    min-width: unset;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
.dashboard_section .parent_area {
  display: flex;
}
.dashboard_section .parent_area .left {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100dvh;
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.062745098);
  background-color: #ffffff;
}
.dashboard_section .parent_area .left.active {
  left: 0;
}
.dashboard_section .parent_area .left .top_sidebar {
  padding: 15px 15px 15px 30px;
}
.dashboard_section .parent_area .left .top_sidebar .logo {
  width: 180px;
  height: 70px;
}
.dashboard_section .parent_area .left .bottom_sidebar {
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-gutter: stable;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li .item {
  margin-bottom: 5px;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #141414;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  padding: 12px 30px;
  border-right: 2px solid transparent;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link .icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li .item:hover .page_link {
  background-color: rgb(244.4, 244.4, 244.4);
}
.dashboard_section .parent_area .left .bottom_sidebar ul li .item.active .page_link {
  color: #CF0A0A;
  border-right-color: #CF0A0A;
  background-color: rgb(253.7188940092, 228.4811059908, 228.4811059908);
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item {
  border: none;
  background-color: transparent;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
  border: none;
  box-shadow: none;
  outline: none;
  color: #141414;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  padding: 12px 30px;
  gap: 12px;
  background-color: rgba(218.25, 218.25, 218.25, 0.3882352941);
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: cover;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button .icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
  position: relative;
  padding: 10px 20px 10px 70px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  background-color: transparent;
  color: #141414;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item:hover .page_link {
  background-color: rgb(244.4, 244.4, 244.4);
}
.dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item.active .page_link {
  color: #CF0A0A;
  border-right-color: #CF0A0A;
  background-color: rgb(253.7188940092, 228.4811059908, 228.4811059908);
}
.dashboard_section .parent_area .left .close_btn {
  display: none;
  position: absolute;
  top: 30px;
  right: -14px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  background-color: #CF0A0A;
  color: #ffffff;
  border-radius: 50%;
  place-items: center;
  font-weight: 400;
}
.dashboard_section .parent_area .right {
  width: 100%;
  flex-grow: 1;
  background-color: rgb(254.8446543779, 251.7843456221, 251.7843456221);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dashboard_section .parent_area .right.active_blur {
  filter: blur(10px);
  pointer-events: none;
}
.dashboard_section .parent_area .right .top_bar {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  box-shadow: 8px 4px 35px 0px rgba(0, 0, 0, 0.062745098);
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #CF0A0A;
}
.dashboard_section .parent_area .right .top_bar .left_bar {
  flex-basis: 50%;
}
.dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
  display: none;
  width: 30px;
  position: relative;
  height: 30px;
  cursor: pointer;
  place-items: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dashboard_section .parent_area .right .top_bar .left_bar .menu_icon i {
  position: relative;
  z-index: 1;
}
.dashboard_section .parent_area .right .top_bar .left_bar .menu_icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background-color: rgb(253.2488479263, 218.7511520737, 218.7511520737);
  transform: scale(0);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dashboard_section .parent_area .right .top_bar .left_bar .menu_icon:hover {
  color: #CF0A0A;
}
.dashboard_section .parent_area .right .top_bar .left_bar .menu_icon:hover::after {
  transform: scale(1);
}
.dashboard_section .parent_area .right .top_bar .right_bar {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon:hover .bell_icon {
  color: #CF0A0A;
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon:hover .bell_icon::after {
  transform: scale(1);
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon .bell_icon {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon .bell_icon i {
  position: relative;
  z-index: 1;
}
.dashboard_section .parent_area .right .top_bar .right_bar .icon .bell_icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(253.2488479263, 218.7511520737, 218.7511520737);
  transform: scale(0);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile {
  position: relative;
  padding: 7px;
  cursor: pointer;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(253.2488479263, 218.7511520737, 218.7511520737);
  transform: scale(0);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile:hover::after {
  transform: scale(1);
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile:hover .content .user_name {
  color: #CF0A0A;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile .content .avatar {
  width: 25px;
  height: 25px;
  background-color: #CF0A0A;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile .content .user_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .user_profile.dropdown-toggle::after {
  border: none;
  vertical-align: unset;
  margin: unset;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu {
  min-width: 260px;
  flex-direction: column;
  gap: 10px;
  padding-block: 12px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu.show {
  display: flex;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top {
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .avatar_inner {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .content .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #141414;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .content .designation {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a {
  padding-inline: 22px;
  padding-block: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #141414;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a .icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}
.dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a:hover {
  background-color: rgb(253.2488479263, 218.7511520737, 218.7511520737);
  color: #CF0A0A;
}
.dashboard_section .parent_area .right .bottom_main_content {
  padding: 40px 50px;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 150px;
    height: 58px;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 30px;
  }
}
/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .dashboard_section .parent_area .left {
    width: 240px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 150px;
    height: 58px;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 30px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard_section .parent_area .left {
    width: 210px;
    position: fixed;
    z-index: 999999;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_section .parent_area .left .top_sidebar {
    padding-inline: 20px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 140px;
    height: 54px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
    padding-left: 55px;
    font-size: 14px;
    line-height: 16px;
    padding-block: 8px;
  }
  .dashboard_section .parent_area .left .close_btn {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
    display: grid;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 15px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard_section .parent_area .left {
    width: 210px;
    position: fixed;
    z-index: 999999;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_section .parent_area .left .top_sidebar {
    padding-inline: 20px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 140px;
    height: 54px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
    padding-left: 55px;
    font-size: 14px;
    line-height: 16px;
    padding-block: 8px;
  }
  .dashboard_section .parent_area .left .close_btn {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
    display: grid;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 15px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .dashboard_section .parent_area .left {
    width: 210px;
    position: fixed;
    z-index: 999999;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_section .parent_area .left .top_sidebar {
    padding-inline: 20px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 140px;
    height: 54px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
    padding-left: 55px;
    font-size: 14px;
    line-height: 16px;
    padding-block: 8px;
  }
  .dashboard_section .parent_area .left .close_btn {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar {
    padding-block: 10px;
  }
  .dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu {
    min-width: 220px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top {
    padding: 0 15px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .avatar_inner {
    width: 35px;
    height: 35px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a {
    padding-inline: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 15px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .dashboard_section .parent_area .left {
    width: 210px;
    position: fixed;
    z-index: 999999;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_section .parent_area .left .top_sidebar {
    padding-inline: 20px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 140px;
    height: 54px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
    padding-left: 55px;
    font-size: 14px;
    line-height: 16px;
    padding-block: 8px;
  }
  .dashboard_section .parent_area .left .close_btn {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar {
    padding: 10px;
  }
  .dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar {
    gap: 10px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu {
    min-width: 220px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top {
    padding: 0 15px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .avatar_inner {
    width: 35px;
    height: 35px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a {
    padding-inline: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 15px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .dashboard_section .parent_area .left {
    width: 210px;
    position: fixed;
    z-index: 999999;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dashboard_section .parent_area .left .top_sidebar {
    padding-inline: 20px;
  }
  .dashboard_section .parent_area .left .top_sidebar .logo {
    width: 140px;
    height: 54px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li .item .page_link {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-header .accordion-button {
    line-height: 16px;
    font-size: 14px;
    padding: 8px 20px;
  }
  .dashboard_section .parent_area .left .bottom_sidebar ul li.accordion-item .accordion-collapse .accordion-body .item .page_link {
    padding-left: 55px;
    font-size: 14px;
    line-height: 16px;
    padding-block: 8px;
  }
  .dashboard_section .parent_area .left .close_btn {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar {
    padding: 10px;
  }
  .dashboard_section .parent_area .right .top_bar .left_bar .menu_icon {
    display: grid;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar {
    gap: 10px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu {
    min-width: 220px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top {
    padding: 0 15px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_top .avatar_inner {
    width: 35px;
    height: 35px;
  }
  .dashboard_section .parent_area .right .top_bar .right_bar .dropdown .dropdown-menu .profile_bottom ul li a {
    padding-inline: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .dashboard_section .parent_area .right .bottom_main_content {
    padding: 15px;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
.login_section {
  overflow-x: clip;
}
.login_section .parent_area {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-block: 15px;
  gap: 25px;
}
.login_section .parent_area .top .img_area {
  width: 200px;
  height: 27.5px;
}
.login_section .parent_area .center {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login_section .parent_area .center::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  filter: blur(50px) opacity(0.3);
  z-index: -1;
  left: -300px;
  background-image: url("../images/bigH.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 555px;
  height: 475px;
}
.login_section .parent_area .center .form_area {
  max-width: 100%;
  width: 500px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1254901961);
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}
.login_section .parent_area .center .form_area .inner_form .form_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.login_section .parent_area .center .form_area .inner_form .form_title h3 {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #141414;
}
.login_section .parent_area .center .form_area .inner_form .form_title .auth_link {
  flex-shrink: 0;
  color: #CF0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.login_section .parent_area .center .form_area .inner_form .form_title .auth_link::after {
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 1px;
  background-color: #CF0A0A;
}
.login_section .parent_area .center .form_area .inner_form .form_title .auth_link:hover::after {
  width: 100%;
}
.login_section .parent_area .center .form_area .inner_form .credentials {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.login_section .parent_area .center .form_area .inner_form .credentials .form-check {
  flex-grow: 1;
  margin-bottom: 0;
}
.login_section .parent_area .center .form_area .inner_form .credentials .forgot_pass {
  flex-shrink: 0;
}
.login_section .parent_area .center .form_area .inner_form .credentials .forgot_pass .forgot {
  color: #CF0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.login_section .parent_area .center .form_area .inner_form .credentials .forgot_pass .forgot::after {
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 1px;
  background-color: #CF0A0A;
}
.login_section .parent_area .center .form_area .inner_form .credentials .forgot_pass .forgot:hover::after {
  width: 100%;
}
.login_section .parent_area .center .form_area .inner_form .btn_area .btn {
  width: 100%;
}
.login_section .parent_area .bottom p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #141414;
}
.login_section .parent_area .bottom p a {
  display: inline-block;
  color: #CF0A0A;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .login_section .parent_area {
    gap: 20px;
  }
  .login_section .parent_area .top .img_area {
    width: 170px;
    height: 23px;
  }
  .login_section .parent_area .center .form_area {
    border-radius: 8px;
    padding: 20px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title {
    margin-bottom: 20px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .login_section .parent_area .center .form_area .inner_form .form-group .icon {
    right: 1.5%;
    top: 33px;
  }
  .login_section .parent_area .center .form_area .inner_form .credentials {
    margin-bottom: 20px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .login_section .parent_area {
    gap: 20px;
  }
  .login_section .parent_area .top .img_area {
    width: 140px;
    height: 19px;
  }
  .login_section .parent_area .center .form_area {
    border-radius: 6px;
    padding: 15px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title {
    margin-bottom: 15px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .login_section .parent_area .center .form_area .inner_form .form-group .icon {
    right: 1.5%;
    top: 33px;
  }
  .login_section .parent_area .center .form_area .inner_form .credentials {
    margin-bottom: 15px;
  }
  .login_section .parent_area .bottom p {
    font-size: 13px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .login_section .parent_area {
    gap: 20px;
  }
  .login_section .parent_area .top .img_area {
    width: 140px;
    height: 19px;
  }
  .login_section .parent_area .center .form_area {
    border-radius: 6px;
    padding: 15px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title {
    margin-bottom: 15px;
  }
  .login_section .parent_area .center .form_area .inner_form .form_title h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .login_section .parent_area .center .form_area .inner_form .form-group .icon {
    right: 1.5%;
    top: 33px;
  }
  .login_section .parent_area .center .form_area .inner_form .credentials {
    margin-bottom: 15px;
  }
  .login_section .parent_area .bottom p {
    font-size: 13px;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */

/*# sourceMappingURL=custom.css.map */
