:root {
  --akoitc-1: #60abee;
  --akoitc-2: #143c54;
  --akoitc-3: #e5edf0;
  --akoitc-4: #aadcfb;
  --akoitc-5: #2c6c9c;
}

/* //////////// */
/* Header Style */
/* //////////// */

@media screen and (min-width: 1200px) {
  .header-custom {
    display: none;
  }

  .header-top-menu {
    margin-top: 0px !important;
  }

  .header_mc_logo_box {
    background-color: #f4f5f9;
    padding: 100px 30px 100px 30px;
    margin-top: 200px;
    margin-bottom: 150px;
    border-radius: 20px;
    opacity: 0.9;
  }

  .header_mc_text_box > h1 {
    font-size: 25px !important;
  }

  .header_mc_text_box > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header_mc_logo_box {
    background-color: #f4f5f9;
    padding: 100px 30px 100px 30px;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 20px;
    opacity: 0.9;
  }

  .header_mc_text_box > h1 {
    font-size: 20px !important;
  }

  .header_mc_text_box > p {
    font-size: 15px;
  }
}

.header_c_logo_box {
  padding: 10px;
  border-radius: 50px;
}

/* /////////// */
/* Brand Style */
/* /////////// */

.swiper-custom {
  padding: 0 !important;
  background-color: #f4f5f9;
  border-radius: 20px;


}

.product-box-custom {
  padding: 20px;
  /* background-color: #f4f5f9; */
  border-radius: 20px;
  position: relative;
  overflow-y: hidden;
}

.product-box-image-custom {
  width: 150px;
  border-radius: 15px;
  max-height: 250px;
  object-fit: cover;
  display: block;
  margin: auto;
}

.product-box-image-custom img {
  height: 100px;
}


.title-header {
  letter-spacing: 2px;
}

.phone-header {
  font-weight: 900;
  letter-spacing: 2px;
  color: var(--akoitc-5);
}

.header-btn-color {
  /* background-color: var(--main-color-one) !important; */
  color: #fff !important;
  box-shadow: 1px 1px 5px 0 #cdcdcd !important;
}

.phone-header > span {
  color: var(--akoitc-2) !important;
  font-weight: 900;
}

#phone-tooltip {
  margin: 5px;
  display: none;
  text-align: center;
  font-weight: 900 !important;
  letter-spacing: 2px;
}

.product-row-parent-custom {
  margin: 30px 30px !important;
}

.brand > img {
  margin: 20px 20px 30px 20px;
  width: 100px;
  height: 80px;
  /* object-fit: cover; */
}

.slider-brand-description {
  text-align: justify;
  margin: 0px 20px 10px 20px;
  font-weight: 800 !important;
}

/* @media screen and (min-width:576px) {
    
    .slider-brand-item {
        height: 350px;
    }
} */

@media screen and (min-width: 768px) {
  .slider-brand-item {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .slider-brand-item {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-brand-item {
    height: 350px;
  }
}

.site-categories-odd {
  margin-top: 30px;
}

.site-category-items {
  /* border-radius: 50% !important; */
  padding: 1rem !important;
}

.site-category-custom {
  /* background: rgb(44,108,156);
    background: linear-gradient(90deg, rgba(44,108,156,1) 0%, rgba(96,171,238,1) 75%, rgba(170,220,251,1) 100%); */
  padding: 50px;
  border-radius: 40px 40px 0px 0px;
}

@media screen and (max-width: 1200px) {
  .section-title {
    margin-top: 50px !important;
  }
}

.product-row-c {
  position: relative;
  margin: 20px 0;
  padding: 30px 0 0 0;
}

.product-row-c::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #f4f5f9; /*87a5c6*/
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  /* opacity: 0.9; */
}

.white-color {
  color: #f4f5f9;
}

/*  about shord */

.product-row-about {
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: #f4f5f9;
  padding: 30px;
  border-radius: 20px;
}

.about-us-desc {
  padding: 0px 40px;
}

.ako-title {
  font-weight: 900;
  color: var(--akoitc-1);
}

@keyframes about_image {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  75% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.about-us-image > img {
  height: 300px !important;
  width: 100% !important;
  border-radius: 40px;
  object-fit: cover;
  /* animation: about_image 10s infinite backwards; */
}

@media screen and (max-width: 992px) {
  .about-us-image > img {
    margin-top: 30px;
    height: 300px !important;
  }
}

@media screen and (min-width: 991px) {
  .about-us-image > img {
    height: 550px !important;
  }
}

@media screen and (min-width: 1200px) {
  .about-us-image > img {
    height: 450px !important;
  }
}

.brand-text {
  border: 1px solid black;
  margin-top: 50px;
  position: absolute;
  top: 0px;
  z-index: 1;
  /* right: 0px; */
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; /* Sends the video to the background */
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* background-size: cover; */
}

/* //////////////////// */
/* Road Map Source Code */
/* //////////////////// */

.roudmap-box {
  background-color: #f4f5f9;
  border-radius: 20px;
  padding: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.roudmap-box h4 {
  font-weight: 900;
  /* color: var(--akoitc-1); */
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
.roadmap {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.5rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 60%);
  margin-inline: auto;
}

.roadmap::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

.roadmap li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

.roadmap li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

@keyframes gradiant_change {
  0% {
    background: rgb(44, 108, 156);
    background: linear-gradient(
      90deg,
      rgba(44, 108, 156, 1) 36%,
      rgba(96, 171, 238, 1) 100%,
      rgba(170, 220, 251, 1) 100%
    );
  }

  50% {
    background: rgba(44, 108, 156, 1);
  }
}

.roadmap li .date {
  --dateH: 3rem;
  height: 100px;
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background: rgb(44, 108, 156);
  background: linear-gradient(
    90deg,
    rgba(44, 108, 156, 1) 36%,
    rgba(96, 171, 238, 1) 100%,
    rgba(170, 220, 251, 1) 100%
  );
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  animation: gradiant_change 10s infinite;
}

.roadmap li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: rgb(44, 108, 156);
  background: linear-gradient(
    90deg,
    rgba(44, 108, 156, 1) 36%,
    rgba(96, 171, 238, 1) 100%,
    rgba(170, 220, 251, 1) 100%
  );
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

.roadmap li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid rgb(44, 108, 156);
  border-radius: 50%;
  top: 50%;
  /* font-size: 40px; */
  color: #143c54 !important;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.roadmap li .title,
.roadmap li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  visibility: hidden;
}
.roadmap li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.roadmap li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.roadmap li .title::before,
.roadmap li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.roadmap li .title::before {
  bottom: calc(100% + 0.125rem);
}

.roadmap li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .roadmap {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .roadmap::before {
    grid-column: 2;
  }
  .roadmap li:nth-child(odd) {
    grid-column: 1;
  }
  .roadmap li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .roadmap li:nth-child(2) {
    grid-row: 2/4;
  }

  .roadmap li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .roadmap li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .roadmap li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.swiper-custom {
  padding: 0 !important;
}

.product-box-certificate-custom {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow-y: hidden;
}

.product-box-certificate-image-custom {
  width: 100%;
  border-radius: 15px;

  display: block;
  margin: auto;
  border: 3px solid var(--akoitc-1);
  padding: 20px;
}

.product-box-certificate-image-custom img {
  height: 300px;
  object-fit: cover;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.category-box {
  /* padding: 20px; */
  padding-bottom: 0;
  /* background-color: #fff; */
  border-radius: 20px;
  position: relative;
  overflow-y: hidden;
}

.category-box-image {
  width: 100%;
  border-radius: 15px;
  display: block;
  margin: auto;
  /* border: 3px solid var(--akoitc-1); */
  padding: 20px;
  background-color: #f4f5f9;
}

.category-box-image img {
  padding: 30px;
  border-radius: 20px;
  height: 200px;
  width: auto;
  margin: 0px auto;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}


.category-box-text {
    text-align: justify !important;
    font-weight: 700  !important;
}


/* |||||||||||||||||||||||||||| */


.blog-section-custom {
    background-color: #f4f5f9;
    padding: 20px;
    border-radius: 20px;
}


.blog-custom {
    background-color: var(--akoitc-2);
}


.footer-custom {
    background-color: #f4f5f9;
    padding: 50px 20px;
    border-radius: 20px;
}


.footer-contact {
    background-color: var(--akoitc-2);
}

/* ||||||||||||||||||||||||||||| */


@media screen and (max-width: 991px) {
  .roudmap-image {
    margin: 0px auto !important;
    display: block;
  }

  .roudmap-image-about {
    margin: 0px auto !important;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .roudmap-image {
    margin: 0px auto !important;
    display: block;
    height: 600px;
    width: auto;
  }

  .roudmap-image-about {
    margin: 0px auto !important;
    display: block;
    height: 750px;
    width: auto;
  }
}

.blog-category-article-box:hover {
  background-color: #f4f5f9;
}


/* ///////////////////////////// */


@media screen and (max-width: 1200px) {
  .header-logo-en .image::before {
      content: '';
      width: 0px;
  }

  .header-description-en {
    margin-left: 20px !important;
  }

}


/* استایل کلی سوییچ */
.toggle-switch {
    position: relative;
    width: 70px;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 1450px) {
  .toggle-switch-en {
    margin-right: 10px !important;
    margin-left: -35px !important;
  }

  .toggle-switch {
    margin-right: 20px;
    margin-left: 10px;
  }

  .top-menu-menu-en ul li {
    margin-left: 5px !important;
  }
}

/* مخفی کردن چک‌باکس */
.toggle-switch input {
    display: none;
}

/* استایل دکمه سوییچ */
.slider {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

/* دایره متحرک داخل سوییچ */
.slider:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 2px;
    bottom: 2px;
    background: white;
    border-radius: 50%;
    transition: 0.4s;
}

/* وقتی سوییچ فعال شد */
.toggle-switch > input:checked + .slider {
    background: #2c6c9c;
}

.toggle-switch > input:checked + .slider:before {
    transform: translateX(38px);
}

/* متن FA و EN */
.slider .lang {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: opacity 0.4s;
    color: #fff;
}

.slider .fa-text {
    left: 10px;
    opacity: 1;
}

.slider .en-text {
    right: 10px;
    opacity: 0;
}

/* وقتی چک‌باکس فعال شد، متن‌ها جابه‌جا می‌شوند */
.toggle-switch > input:checked + .slider .fa-text {
    opacity: 0;
}

.toggle-switch > input:checked + .slider .en-text {
    opacity: 1;
}

/* /////////////////////////////////////////////////// */
/* ////////////////// USER PANEL EN ////////////////// */
/* /////////////////////////////////////////////////// */

.panel-navbar-en {
  margin-right: 10px !important;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */


.en_header_a {
  font-size: 16px !important;
}

.en_c_header_write_1::before {
  left: auto !important;
  right: -7px !important;
}

.en_c_header_write_2 {
  margin-left: 15px;
}


/* ||||||||||||||||||||||||||||| */


.slider-title-desc-en h1::before {
  right: auto !important;
  left: 0px !important;
}

.slider-title-desc-en h1::after {
  right: auto !important;
  left: 10px !important;
}




.blog-content-meta-en::after {

  right: -10px;
  transform: rotate(-3deg);
}


/* ////////////////////////////// */


.repair-centers {
  max-width: 1000px;
  background: white;
  color: #fff;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.main-office-title {
  background: #2c6c9c;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 15px;
}

.office-info {
  background: #2c6c9c;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.office-info p {
  margin: 10px 5px;
  font-size: 18px;
  color: #fff;
}

.repair-centers-title {
  background: #60abee;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}

.repair-centers-table {
  width: 100%;
  border-collapse: collapse;
  background: #60abee;
  overflow-x: auto;
}

.table-header {
  background: #60abee;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
}

.table-row {
  border-bottom: 1px solid #fff;
}

.table-cell {
  padding: 10px;
  text-align: center;
  border: 1px solid #b0bec5;
  font-size: 16px;
}

.table-row:nth-child(even) {
  background: #60abee;
}

.table-row:hover {
  background: #2c6c9c;
  transition: background 0.3s ease;
}

/* //////////////////////////////// */


.warranty-section {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.warranty-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.warranty-title {
  background: #3f51b5;
  color: white;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.warranty-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.warranty-list li {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.warranty-list li:last-child {
  border-bottom: none;
}

.warranty-text {
  font-size: 14px;
  line-height: 1.6;
}


/* /////////////////////////////////////////////////// */
/* //////////////////// USER PANEL /////////////////// */
/* /////////////////////////////////////////////////// */

/* .panel-nav-custom {
  background-color : #2c6c9c;
  border-radius: 20px;
}

.panel-nav-custom-image {
  width: 100%;
  background-color:#fff;
  border-radius:20px;
  padding: 20px;
}

.panel-nav-custom-image img {
  width: 50%;
  display: block;
  margin: 0px auto;
}

.panel-nav-custom-btn-active {
  background-color: #2c6c9c !important;
  border: 3px solid #fff;
  margin-top: 30px;
  height: 50px;
}

.panel-nav-custom-btn {
  background-color: #fff !important;
  margin-top: 30px;
  border: 3px solid #fff;
  height: 50px;
}

.panel-nav-custom-btn-active-a {
  color: #fff !important;
}

.panel-nav-custom-btn-active-a > i {
  color: #fff !important;
}

.panel-nav-custom-btn-a {
  color: #000 !important;
}

.panel-nav-custom-btn-a > i {
  color: #000 !important;
}

.panel-nav-custom-last-btn {
  margin-top: 50px;
}

.panel-nav-custom-last-btn::after {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #eee;
} */

.panel-navbar-custom {
  background-color: #f4f5f9;
  box-shadow: 0 2px 5px 3px var(--main-color-one-shadow) !important; 

}

.panel-navbar-custom-btn {
  box-shadow: 0 2px 5px 3px var(--main-color-one-shadow) !important; 
  padding: 10px 40px !important;
  border-radius: 10px;
  font-weight: 800;
  border: 3px solid #f4f5f9;

}

.panel-navbar-custom-btn:hover {
  background-color: #f4f5f9;
  border: 3px solid #2c6c9c;
  color: #2c6c9c;
  font-weight: 800;
  padding: 10px 40px !important;
  border-radius: 10px;
}

.panel-navbar-custom-btn-active {
  background-color: #2c6c9c;
  color: #fff;
  font-weight: 800;
  padding: 10px 40px !important;
  border-radius: 10px;
  border: 3px solid #2c6c9c;
}

.panel-navbar-custom-btn-active:hover {
  background-color: #2c6c9c;
  color: #fff;
  font-weight: 800;
  padding: 10px 40px !important;
  border-radius: 10px;
  border: 3px solid #2c6c9c;
}

.panel-navbar-custom-btn-active-new {
  background-color: #2c6c9c;
  color: #fff;
  font-weight: 800;
  padding: 5px 10px !important;
  border-radius: 10px;
  border: 3px solid #2c6c9c;
}

.panel-navbar-custom-btn-active-new > i {
  margin: 0px auto !important;
}

/* /////////////////////////////////////////////////// */
/* //////////////////// WARRANTY ///////////////////// */
/* /////////////////////////////////////////////////// */

.panel-warranty-empty {
  /* background-color : #2c6c9c; */
  border-radius: 20px;
  height: 100px;
  padding: 5px;
  border: 5px solid #2c6c9c !important;
  border-right: 0px !important;
  border-left: 0px !important;
  margin: 50px;
}


@media screen and (min-width: 768px) {
  /* .panel-warranty-empty {
    margin-top: 120px;
  } */
}

.panel-warranty-empty > h5 {
  text-align: center !important;
  margin-top: 20px;
}


.ticket-list-h2::before {
  height: 0 !important;
}

/* ////////////////////////////////////////////// */
/* //////////////// TICKET CSS ////////////////// */
/* ////////////////////////////////////////////// */

.user-panel-box {
  box-shadow: 0 2px 5px 3px var(--main-color-one-shadow) !important; 
  padding: 20px;
  border-radius: 20px;
}

.ticket-create-btn {
  width: 100%; 
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 800;
  border: none !important;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}


.ticket-create-btn:hover {
  background-color: #2c6c9c;
}

.ticket-create-btn:focus {
  background-color: #2c6c9c !important;
}

.ticket-create-btn i {
  font-size: 30px;
  color: #2c6c9c;
  /* font-weight: bold; */
}

.ticket-create-btn:hover > i {
  color: #fff !important;
}

.ticket-create-form-box {
  border-radius: 20px;
}

.ticket-create-form-btn {
  width: 70%;
  display: block;
  margin: 0px auto;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px 2px var(--main-color-one-shadow) !important;
  /* border: 2px solid var(--main-color-one-hover) !important; */
  border-radius: 20px;
}

.ticket-create-form-inner-box {
  padding: 30px;
}

.ticket-create-form-btn > i {
  font-size: 30px !important;
}

.ticket-create-form-btn:hover > i {
  color: #fff !important;
}

.ticket-create-form-textarea {
  border-radius: 20px !important;
}

.ticket-create-form-textarea:focus {
  /* border: 3px solid #2c6c9c; */
  box-shadow: 0px 2px 10px 0px var(--main-color-one-shadow) !important;
  
}

.ticket-create-form-input:focus {
  box-shadow: 0px 2px 10px 0px var(--main-color-one-shadow) !important;
}

.ticket-create-form-header {
  color: #2c6c9c;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.ticket-list-h2 {
  font-size: 25px;
  /* margin: 30px; */
  /* margin-right: 10px; */
}


.ticket-list-h2::after {
  background-color: #2c6c9c !important;
}

.ticket-list-h2::before {
  background-color: #2c6c9c !important;
}


/* /////////////////////////////////////////////////// */
/* ////////////////// TICKETS SCROLL ///////////////// */
/* /////////////////////////////////////////////////// */

.ticket-list-table-custom::-webkit-scrollbar {
    width: 1vw;
    height: 3vw;
    /* THIS WILL RESET THE DEFAULT SCROLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
.ticket-list-table-custom::-webkit-scrollbar-track {
    background-color: #2c6c9c;
    /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
.ticket-list-table-custom::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border: 3px solid #2c6c9c;
    border-radius: 2vw !important;
}


/* /////////////////////////////////////////////////// */
/* ////////////////// TICKET DETAIL ////////////////// */
/* /////////////////////////////////////////////////// */

.ticket-detail-date {
  margin: 40px 0px 20px 0px !important;
}

.ticket-detail-date-span {
  font-weight: bold;
  font-size: 20px;
  color: #2c6c9c;
}

.ticket-detail-first-box {
  border-radius: 20px;
  box-shadow: 0px 2px 10px 2px var(--main-color-one-shadow) !important;
  border: none;
}

.ticket-detail-first-box::after {
  top: 0px !important;
}

.ticket-detail-first-box::before {
  top: 0px !important;
}

.ticket-detail-second-box {
  border-radius: 20px !important;
  box-shadow: 0px 2px 10px 2px var(--main-color-one-shadow) !important;
  padding: 30px !important;
}


.ticket-detail-second-box::after {
  top: 0px !important;
}

.ticket-detail-second-box::before {
  top: 0px !important;
}

.ticket-detail-type-1 {
  background-color: #2c6c9c !important;
}

.ticket-detail-type-1::before {
  border-left-color: #2c6c9c !important;
}

.ticket-detail-description-1 {
  color: #fff !important;
  text-align: justify;
  font-weight: 700;
}

.ticket-detail-description-2 {
  color: #000 !important;
  text-align: justify;
  font-weight: 700;
}

.ticket-detail-type-span {
  color: #dfdfdf !important;
  font-weight: 800;
}

/* /////////////////////////////////////////////////// */
/* /////////////////// CKEDITOR CSS ////////////////// */
/* /////////////////////////////////////////////////// */

.ticket-detail-description-1 span {
  background-color: #2c6c9c !important;
  color: #fff !important;
  font-weight: normal !important;

}
.ticket-detail-description-1 p {
  background-color: #2c6c9c !important;
  color: #fff !important;
  font-weight: normal !important;

}
.ticket-detail-description-1 div {
  background-color: #2c6c9c !important;
  color: #fff !important;
  font-weight: normal !important;
}

/* ---------------------------------------------------- */

.ticket-detail-description-2 span {
  color: #000 !important;
  background-color: #ffff !important;
  font-weight: normal !important;
}

.ticket-detail-description-2 p {
  color: #000 !important;
  background-color: #ffff !important;
  font-weight: normal !important;

}
.ticket-detail-description-2 div {
  color: #000 !important;
  background-color: #ffff !important;
  font-weight: normal !important;
}

.ck-editor {
  /* box-shadow: 0px 2px 10px 2px var(--main-color-one-shadow) !important;
  border: none !important;   */
  border: 1px solid var(--main-color-one-shadow) !important;
  border-radius: 20px !important;
}

.ck-toolbar {
  border: none !important;  
  /* box-shadow: 0px 2px 10px 2px var(--main-color-one-shadow) !important; */
  border-radius: 20px !important;
}

.ck-content {
  box-shadow: 0px 0px 3px 0px var(--main-color-one-shadow) !important;
  border: none !important;  
  border-radius: 0px 0px 20px 20px !important;
}

.ticket-form-tooltip {
  position: absolute;
  top: -35px;
  right: 0;
  background: #2c6c9c;
  color: white;
  padding: 5px 8px;
  border-radius: 20px;
  font-size: 12px;
  display: none;
  z-index: 10;
  font-weight: bold;
}

.ticket-form-tooltip-area {
  margin-top: 0px;
}

/* /////////////////////////////////////////////////// */
/* //////////////// MOBILE USER PANEL //////////////// */
/* /////////////////////////////////////////////////// */

.article-detail-title {
  font-size: 30px !important;
}

@media screen and (max-width: 768px) {
  .article-detail-title {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .panel-navbar-custom-btn-active {
    padding: 10px 15px !important;
  }

  .panel-navbar-custom-btn-active:hover {
    padding: 10px 15px !important;
  }

  .panel-navbar-custom-btn {
    padding: 10px 15px !important;
  }

  .panel-navbar-custom-btn:hover {
    padding: 10px 15px !important;
  }

  .ticket-create-form-inner-box {
    padding: 10px !important;
  }

  .ticket-create-form-btn {
    width: 100% !important;
  }


  .ticket-detail-second-box {
    padding: 20px 5px !important;
  }

  .panel-navbar-custom-btn-active-new {
    display: none !important;
  }

}
