/************** 

    Template Information: Enjazaty
    TNA design team is group of experts in advertising & branding field. Hold the key of architects & find the deep meanings of your slogan behind their door.
    Turn your ideas into 3D vision to create your own project world. With TNA, Launch to rein yourself.
    Set your own ID to keep your special impression on your customers.

 *************/

/* Fonts Include */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  src: url("https://wpa.sa/assets/fonts/din-next-lt-w23-regular.ttf");
  font-family: "main";
}

/* Medium Fonts */

@font-face {
  src: url("../fonts/RedHatText-Medium.ttf");
  font-family: "medium";
}

/* bold Fonts */

@font-face {
  src: url("../fonts/RedHatText-Bold.ttf");
  font-family: "bold";
}

/* Fonts Include */

/* Start General */
html * {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "main", sans-serif;
  margin: 0;
  padding: 0;
}

:root {
  --main-color: #5855b6;
  --secondary-color: #3f3f3e;
  --font-family: "main", sans-serif;
  --trans: all 0.4s ease-in-out;
  --font-14: 14px;
  --font-16: 16px;
}

body {
  overflow-x: hidden;
  transition: var(--trans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bold", "main", sans-serif;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
  text-decoration: none;
  outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  cursor: pointer;
}

.form-control:focus,
.btn:focus {
  box-shadow: none !important;
  border-color: transparent;
}

.btn-main,
.btn-outline-main-s {
  padding: 8px 30px !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: #fff !important;
  border-radius: 25px;
  font-family: "medium", "main", sans-serif;
  font-size: 20px;
}

.btn-outline-main {
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid vaR(--main-color);
  color: var(--main-color);
  border-radius: 25px;

  &:hover {
    background-color: var(--main-color);
    color: #fff;
  }

  &:focus {
    border: 1px solid vaR(--main-color) !important;
  }
}
.btn-outline-main-s {
  padding: 8px 15px;
  background-color: transparent !important;
  border: 1px solid vaR(--main-color) !important;
  color: var(--main-color) !important;
  border-radius: 25px;

  &:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
  }

  &:focus {
    border: 1px solid vaR(--main-color) !important;
  }
}

.default-img {
  background-image: url(../images/default.png);
  background-color: #f8fafb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

picture {
  display: block;
}

.sec-padding {
  padding: 50px 0;
}


.btn-purple {
  background-color: #5855B6;
  color: #FFF !important;
}

.btn-purple:hover {
  background-color: #5855b6b7;
  color: #FFF !important;
}


.btn-purple-shade {
  background-color: #5855B61A;
  color: #5855B6;
}

.btn-purple-shade:hover, .hover-purple-shade:hover {
  background-color: #5855B61A;
  color: #5855B6;
}


.btn-secondary-arrow {
  border-color: var(--secondary-color);
  padding: 8px 18px 8px 8px;
  color: #fff;
  border-radius: 999px;

  i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;

    &::before {
      line-height: 35px;
    }
  }

  &:hover {
    border-color: var(--main-color);
    color: var(--main-color);
  }
}


.btn-arrow {
  background-color: var(--main-color);
  padding: 8px 18px 8px 8px;
  color: #fff;
  border-radius: 999px;

  i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;

    &::before {
      line-height: 35px;
    }
  }

  &:hover {
    border-color: var(--main-color);
    color: var(--main-color);
  }
}

/* Start General */

/* Main header */
.main-header {
  background-color: #fcfcfc03;

  .navbar {
    background-color: transparent;
    padding: 25px 0;

    .nav-link {
      color: #838383;
      font-size: 16px;
      padding-inline: 14px;
      position: relative;

      /* border-bottom: 1px solid transparent; */
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 0;
        height: 2px;
        border-radius: 5px;
        background-color: var(--main-color);
        transition: var(--trans);
      }

      &:hover::after {
        width: 100%;
      }
    }

    .nav-link.active {
      color: var(--main-color);
    }

    .btn-purpule {
      background-color: #5855b6;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 8px 18px;
    }

    .link-icon {
      font-size: 24px;
    }

    .navbar-brand {
      img {
        height: 38px;
      }
    }
  }
}

.btn-purpule {
  background-color: #5855b6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 18px;
}

/* Main header */

/* main hero */
.hero {
  padding: 40px 0;
  background-color: #fcfcfc;

  .hero-icons-fig {
    width: 148px;
    height: 135px;
    position: relative;
  }
}

/* main hero */

/* hero-text */
.hero-text {
  text-align: center;

  > span {
    color: #727272;
    font-size: 14px;
    font-weight: 500;
  }

  h1 {
    font-size: 50px;
    line-height: 70px;
    color: #3a3a3a;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;

    span {
      color: var(--main-color);
    }
  }

  p {
    font-size: 18px;
    color: #727272;
  }
}

/* hero-text */

/* media-item */
.media-item {
  width: 100%;
  height: 400px;
  background-color: #ededed;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -200px;

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

/* media-item */

/* about-platform */
.about-platform {
  padding: 100px 0;
  margin-top: 180px;

  .about-text {
    h3 {
      font-size: 40px;
      font-weight: 500;
      color: #3a3a3a;
      margin-bottom: 24px;

      span {
        color: var(--main-color);
      }
    }

    p {
      color: #727272;
      font-size: 18px;
      line-height: 26px;
    }
  }

  .cta {
    p {
      color: #727272;
      font-size: 14px;
      line-height: 20px;
    }
  }

  .row-about-text {
    margin-bottom: 40px;
  }

  hr {
    border-color: #c1c1c1;
  }
}

/* about-platform */

/* features */
.features {
  padding-top: 35px;
  margin-bottom: 35px;
}

/* features */

/* feature-item */
.feature-item {
  .feature-image {
    width: 80px;
    height: 40px;
    position: relative;
    padding-top: 7px;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 28px;
      height: 28px;
      background-color: #bcbcbc40;
      border-radius: 50%;
    }

    Picture {
      margin-right: 7px;
    }
  }

  h4 {
    font-size: 20px;
    color: #3a3a3a;
    line-height: 30px;
    font-weight: bold;
  }

  p {
    color: #727272;
    font-size: 16px;
  }
}

/* feature-item */

/* services-wrapper */
.services {
  margin-bottom: 100px;
}

.services-wrapper {
  padding: 72px 25px;
  background-color: #5855b608;
  border-radius: 24px;

  h3 {
    color: #3a3a3a;
    font-size: 32px;
    line-height: 47px;
    font-weight: bold;

    span {
      color: var(--main-color);
    }

    margin-bottom: 15px;
  }

  p {
    color: #727272;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
  }
}

/* services-wrapper */

/* process */
.process {
  margin-bottom: 100px;
}

/* process */

/* process-header */
.process-header {
  h3 {
    font-size: 40px;
    color: #3a3a3a;
    line-height: 58px;

    span {
      color: var(--main-color);
    }
  }

  p {
    color: #727272;
    font-size: 18px;
  }

  margin-bottom: 30px;
}

.tabs-process {
  .nav-pills .nav-link {
    h4 {
      font-size: 20px;
      font-weight: bold;
    }

    color: #3a3a3a;
    font-size: 20px;
    font-weight: bold;
    border-radius: 24px;
    margin-bottom: 15px;

    p {
      color: #727272;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 0;
    }

    &.active {
      background-color: #5855b60d;

      h4,
      figure {
        color: var(--main-color);
        color: var(--main-color);
      }
    }
  }
}

.tab-process-item {
  width: 100%;
  height: 490px;
  background-color: #ededed;
  border-radius: 24px;
  overflow: hidden;

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

/* process-header */

/* package-item */
.package-item {
  padding: 25px 32px;
  border-radius: 24px;
  background-color: var(--main-color);
  background: url("../images/package-bg.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;

  h2 {
    font-size: 40px;
    color: #fff;
    line-height: 58px;
    margin-bottom: 13px;
  }

  p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
  }

  .price {
    font-size: 27px;
    font-weight: 300;
    color: #fff;

    strong {
      font-weight: bolder;
      font-size: 48px;
    }
  }

  small {
    font-size: 16px;
    color: #e3e3e3;
  }

  h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .list {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      position: relative;
      color: #fff;
      font-size: 16px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;

      &::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/icons/check-circle.svg) no-repeat center
          center;
        background-size: 24px 24px;
        margin-inline-end: 10px;
      }
    }
  }
}

/* package-item */

/* Main footer */
.main-footer {
  padding-bottom: 12px;

  .copy {
    font-size: 14px;
    color: #9f9f9f;
  }

  .nav {
    .nav-link {
      color: #333;
      font-size: 16px;
    }

    .btn-icon {
      width: 32px;
      height: 32px;
      padding: 0;
      line-height: 32px;
      border-radius: 50%;
      transition: var(--trans);

      &:hover {
        background-color: var(--main-color);
      }

      &:hover svg path {
        fill: #fff;
      }
    }
  }
}

/* Main footer */

/* whatsapp-link */
.whatsapp-link {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9;

  .btn {
    padding: 15px 14px;
    background-color: #25d366;
    box-shadow: 0 4px 4px 0 #25d36626;
    border-radius: 25px;
    border: none !important;
  }
}

/* whatsapp-link */

/* main-content */
.main-content {
  min-height: 80vh;
  position: relative;
}

/* main-content */

/* page */
.page {
  padding: 30px 0;
  position: relative;
}

/* page */

/* page-header */
.page-header {
  margin-bottom: 15px;

  h1 {
    font-size: 40px;
    line-height: 58px;
    color: #3a3a3a;
    font-weight: bold;

    span {
      color: var(--main-color);
    }
  }

  p {
    font-size: 14px;
    color: #737373;
  }

  .breadcrumb {
    a {
      display: inline-block;
      color: #333;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      transition: var(--trans);
      text-align: center;
      line-height: 24px;

      &:hover {
        background-color: var(--main-color);
        color: #fff;

        path {
          fill: #fff;
        }
      }
    }
  }
}

/* page-header */

/* stripped-text */
.stripped-text {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  list-style: 30px;

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

  table {
    width: 100%;
  }
}

/* stripped-text */

/* page-auth */
.page-auth .page-header {
  margin-bottom: 22px;
}

.form {
  label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 6px;
    margin-inline-start: 4px;
  }

  .form-control,
  .form-select {
    height: 50px;
    border-color: #ababab42;
    border-radius: 25px;
  }

  #showHidePassword,
  #showHidePassword2,
  #showHidePassword3 {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #f5f5f5;
  }

  .forgot-pass {
    font-size: 14px;
    text-decoration: none;
  }

  .btn-main {
    background-color: var(--main-color) !important;
  }

  .form-text {
    a {
      text-decoration: none;
      color: var(--main-color);
      font-weight: bold;
      display: inline-block;
      margin-inline-start: 8px;
    }
  }

  .form-select {
    background: url(../images/icons/arrow-down.svg) no-repeat 15px center;
    background-size: 24px 24px;
  }

  .activation-code-inputs {
    justify-content: center;

    input {
      appearance: textfield;
      -moz-appearance: textfield;
      -webkit-appearance: textfield;
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
    }
  }
}

::placeholder {
  opacity: 1;
  color: #9b9b9b;
}

::-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.iti {
  width: 100%;
  direction: rtl;
  /* دعم RTL */
  text-align: right;
  /* محاذاة النص لليمين */
}

.iti__selected-flag {
  direction: ltr;
  /* جعل العلم وكود الدولة يعمل بشكل صحيح */
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #5855b61a;
  border-radius: 25px;
  padding: 8px 12px;
  height: 42px;
  top: 2.5px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 3px;
  left: auto;
}

#mobile {
  padding-right: 110px;
}

/* .iti__flag-container {
    left: auto;
    right: 0;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    padding-left: 12px;
    padding-right: ;
} */

/* page-auth */

/* .accordion-button */
.accordion-button {
  border: none !important;
  box-shadow: none !important;
  background-color: #5855b608;
  border-radius: 16px !important;

  h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    span {
      color: var(--main-color);
    }
  }

  .price {
    display: inline-block;
    font-size: 18px;
    color: #313131;
    margin-inline-end: 8px;

    strong {
      font-weight: bold;
    }
  }

  small {
    color: #6c6c6c;
    font-size: 12px;
  }
}

.accordion-item {
  border: none !important;
  background-color: #5855b608;
  border-radius: 16px !important;
}

.accordion-button:not(.collapsed) {
  border-radius: 16px !important;
}

.accordion-body {
  .list {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      position: relative;
      color: #000000;
      font-size: 16px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;

      &::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/icons/check-purple.svg) no-repeat center
          center;
        background-size: 24px 24px;
        margin-inline-end: 10px;
        flex-shrink: 0;
      }
    }
  }
}

.accordion-button::after {
  background-image: url(../images/icons/arrow-down-light.svg) !important;
}

/* .accordion-button */

/* profile-link */
.profile-link {
  margin-inline-start: 10px;
  display: inline-block;

  figure {
    width: 40px;
    height: 40px;
    border-radius: 50%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }
  }
}

.modal-dialog-scrollable .modal-content {
  height: 100vh;
  /* Full height */
  display: flex;
  flex-direction: column;
}

/* profile-link */

/* nav-cols */
.nav-cols {
  width: 200px;
  padding-top: 22px;
  padding-bottom: 10px;

  [role="tab"] {
    border-radius: 0 !important;
    color: #717171;
    font-size: 16px;
    padding: 12px 18px;

    i {
      margin-inline-end: 8px;
    }
  }

  .nav-link.active,
  .show > .nav-link {
    background-color: #fff !important;
    color: var(--main-color);
  }

  .btn-logout {
    background-color: #ff00000d !important;
    margin: 5px 10px;
    border-radius: 24px !important;
    height: 50px !important;
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    -o-border-radius: 24px !important;
    position: relative;
    left: 1rem;
  }

  @media (max-width: 991px) {
    .btn-logout:first-of-type {
      margin-top: 3rem !important;
    }
  }
}
.btn-menu-logout {
  height: 50px !important;
}

/* nav-cols */

/* Profile Upload */
.profile-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;

  .btn-main {
    font-size: 14px;
    font-weight: normal;
  }
}

.profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.btn-delete {
  background-color: #ffe6e6;
  color: red;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  border-radius: 24px;
}

.btn-delete:hover {
  background-color: #ffcccc;
}

/* Profile Upload */

html {
  scroll-behavior: smooth;
}

/* tab-title */
.tab-title {
  color: #313131;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}

/* tab-title */

/* dt-container */
.dt-container {
  .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .dt-column-order {
    display: none;
  }

  thead {
    tr th {
      text-align: start !important;
      font-size: 16px;
      color: #909090;
    }
  }

  .title-in-table {
    display: inline-block;
    max-width: 200px;
    /* حدد أقصى عرض للحاوية */
    white-space: nowrap;
    /* منع النص من الالتفاف */
    overflow: hidden;
    /* إخفاء النص الزائد */
    text-overflow: ellipsis;
    /* إضافة علامة القطع (...) */
  }

  table.dataTable thead > tr > th.dt-orderable-asc,
  table.dataTable thead > tr > th.dt-orderable-desc,
  table.dataTable thead > tr > th.dt-ordering-asc {
    padding-inline-start: 8px !important;
  }

  .badge {
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
  }

  .badge.badge-success {
    color: #5ab655;
    background-color: #5ab6550f;
  }

  .badge.badge-secondary {
    color: #7d7d7d;
    background-color: #5b5b5b08;
  }
}
.badge.badge-main {
  background-color: var(--main-color) !important;
  font-size: 10px;
  height: 30px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge.badge-ignore {
  background-color: #e1e1e1;
  color: #414141;
  font-size: 10px;
  height: 30px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-purple {
  background-color: #5855b6;
  color: #fff;
}

div.dt-container div.dt-length select {
  border-radius: 24px;
  width: 70px;
  height: 48px;
}

div.dt-container div.dt-paging ul.pagination li {
  margin-inline-start: 5px;
}

.page-item:not(:first-child) .page-link {
  padding: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
}

.active > .page-link,
.page-link.active {
  background-color: #5855b6 !important;
  border-color: #5855b6 !important;
  color: #fff !important;
}

.page-link.last,
.page-link.first {
  display: none !important;
}

/* dt-container */

/* creation-wrapper */
.page-cv-creation {
  padding: 0 !important;
}

.creation-wrapper {
  padding-inline-start: 340px;
  position: relative;
  min-height: calc(100vh - 34px);
  height: 100%;
  transition: padding-inline-start 0.3s ease;
  display: flex;

  .creation-sideBar {
    width: 340px;
    height: calc(100% - 103px);
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;

    .side-header {
      padding: 12px 30px;
      border-bottom: 1px solid #e9e9e9;

      h3 {
        margin-bottom: 0;
      }
    }

    .side-nav-item {
      padding: 12px 32px 12px 18px;
      border-bottom: 1px solid #e9e9e9;
      align-items: center;
      font-size: 18px;

      span i {
        margin-inline-start: 5px;
      }

      .btn {
        padding: 2px 4px;
        font-size: 20px;
        margin-inline-start: 5px;
        line-height: 0;
        border: none !important;
      }

      .badge {
        background-color: #e98f000a;
        color: #e98f00 !important;
        padding: 6px 8px;
        font-weight: 400 !important;
      }
    }
  }

  .cv-body {
    padding: 20px 24px;
    position: relative;
    display: flex;
    flex-flow: column;

    .cv-card-inner {
      background-color: #fff;
    }

    .cv-header {
      padding: 23px 20px;
      background-color: #5855b614;
      display: flex;
      align-items: center;

      h1 {
        color: #313131;
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 16px;
      }

      h2 {
        font-size: 20px;
        color: #313131;
        line-height: 100%;
      }

      p {
        color: #717171;
        font-size: 16px;
      }

      figure {
        width: 195px;
        height: 180px;
        background-color: #5855b61c;
        border-radius: 8px;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px;
        }
      }
    }
  }
}

.block-side {
  width: 340px;
  height: calc(100% - 103px);
  @media (max-width: 991px) {
    height: calc(100% - 72px);
  }
  @media (max-width: 580px) {
    width: 100%;
  }
  position: fixed;
  right: -390px;
  bottom: 0;
  background-color: transparent;
  transition: var(--trans);
  opacity: 0;

  &.show {
    right: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 5;
  }

  .side-header {
    padding: 12px 30px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;

    h3 {
      font-size: 24px;
      margin-inline-start: 5px;
      margin-bottom: 0;
    }

    .btn-back {
      .svg-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #ececec;
        border-radius: 8px;
      }
    }
  }

  .label-btn {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border-radius: 24px;
    color: #fff;

    &:hover,
    &:focus {
      background-color: #353291;
    }
  }

  .choosen-file {
    margin-top: 8px;
    display: none;

    figure {
      width: 36px;
      height: 36px;
      border-radius: 4px;
      background-color: #5855b61a;
      margin-bottom: 0;

      img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
      }
    }

    &.show {
      display: block;
    }
  }

  /* .colors-list {
        display: flex;
        gap: 10px;
        align-items: center;

        .color-item {
            width: 50px;
            height: 50px;
            border-radius: 24px;
            background-color: #3F3F3E;
        }
    } */

  .color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    margin-right: 5px;
    appearance: none;
    /* إخفاء الشكل الافتراضي للراديو */
  }

  .color-option:checked {
    border: 3px solid #5e35b1;
    /* لون التحديد */
  }

  .add-color {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #aaa;
    color: #5e35b1;
    font-size: 24px;
    font-weight: bold;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
  }

  .add-color:hover {
    border-color: #5e35b1;
  }
}

/* creation-wrapper */

/* Custom Scroll */
.custom-scroll {
  overflow-y: auto;
  /* تفعيل السكرول فقط عند الحاجة */
  scrollbar-width: thin;
  /* لجعل السكرول نحيف في Firefox */
  scrollbar-color: #ccc #e0e0e0;
  /* اللون في Firefox */
}

/* تخصيص السكرول في متصفحات WebKit مثل Chrome و Edge */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
  /* حجم السكرول */
}

.custom-scroll::-webkit-scrollbar-track {
  background: #e0e0e0;
  /* لون الخلفية */
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  /* لون السكرول */
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #e3e3e3;
  /* لون السكرول عند التحويم */
}

/* Custom Scroll */

/* table-iem-title */
.table-iem-title {
  display: block;
  font-size: 16px;
  color: #666666;

  i {
    color: var(--main-color) !important;
    font-size: 20px;
    margin-inline-end: 6px;
  }
}

.item-table td strong {
  font-size: 16px;
  color: #313131;
}

.sec-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d380;
  margin-bottom: 16px;
  color: #666666 !important;
  font-size: 18px !important;
  font-weight: bold;
}

/* table-iem-title */

/* cv-flex-div */
.cv-flex-div {
  display: flex;
  gap: 0 12px;
}

.cv-flex-item {
  h4 {
    font-size: 18px;
    color: #313131;
  }

  span {
    display: block;
    font-size: 16px;
    color: #717171;
    margin-bottom: 6px;
  }

  .list-item {
    i {
      color: var(--main-color);
      margin-inline-end: 8px;
    }
  }
}

/* cv-flex-div */

/* rating-teacher */
.rating-teacher {
  margin-top: 60px;

  h5 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
  }
}

/* rating-teacher */

/* page 404 */
.page-404 {
  height: calc(100vh - 188px);

  img {
    height: 500px;
    max-width: 100%;
  }
}

/* page 404 */

/* Custom Toast Styling */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.toast {
  min-width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.toast-header {
  font-weight: bold;
}

.toastify {
  background: unset;
  border-radius: 0.5rem;
  gap: 1rem;
  display: flex;
}

/* Custom Colors */
.toast-success {
  background-color: #28a745;
  color: white;
}

.toast-error {
  background-color: #dc3545;
  color: white;
}

.toast-warning {
  background-color: #ffc107;
  color: #fff;
}

.toast-info {
  background-color: #17a2b8;
  color: white;
}

input[type="email"] {
  text-align: start !important;
  direction: rtl !important;
}

.modal-fullscreen .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100vh;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  padding: 0;
}

.pdf-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Resposive css */
@media (max-width: 1024px) {
  .creation-wrapper {
    padding-inline-start: 0;
    flex-wrap: wrap;

    .creation-sideBar {
      position: relative;
      flex-grow: 1;
      width: 100%;
    }
  }

  .main-header {
    .navbar {
      background-color: transparent;
      padding: 12px 0;
    }
  }
}

@media (max-width: 991px) {
  .hero {
    .col-lg-3 {
      display: none;
    }

    .hero-text {
      h1 {
        font-size: 40px;
      }
    }
  }

  .media-item {
    width: 100%;
    height: 335px;
  }

  .about-platform {
    padding-top: 60px;
  }

  .about-platform {
    .about-text {
      h3 {
        font-size: 30px;
      }

      p {
        font-size: 16px;
      }
    }
  }

  .feature-item {
    h4 {
      font-size: 18px;
      line-height: 22px;
    }
  }

  .services-wrapper {
    h3 {
      font-size: 28px;
      line-height: 36px;
    }

    p {
      font-size: 16px;
    }
  }

  .services {
    margin-bottom: 60px;
  }

  .process-header {
    h3 {
      font-size: 30px;
      line-height: 40px;
    }
  }

  .tab-process-item {
    height: 400px;
  }

  .package-item {
    h2 {
      font-size: 30px;
      line-height: 43px;
      margin-bottom: 10px;
    }

    p {
      font-size: 16px;
      margin-bottom: 15px;
    }
  }

  .package-item {
    & .price {
      strong {
        font-weight: bolder;
        font-size: 38px;
      }
    }
  }

  .item-table {
    display: block !important;

    tbody {
      display: block !important;

      tr {
        display: flex !important;
        flex-wrap: wrap;

        td {
          flex: 0 0 33.333333333%;
          max-width: 33.333333333%;
        }
      }
    }
  }

  .main-footer {
    .copy {
      text-align: center;
    }
  }
}

@media (max-width: 768px) {
  .item-table {
    display: block !important;

    tbody {
      display: block !important;

      tr {
        display: flex !important;
        flex-wrap: wrap;

        td {
          flex: 0 0 50%;
          max-width: 50%;
        }
      }
    }
  }

  .cv-flex-div {
    flex-wrap: wrap;
    gap: 0;
  }

  .cv-flex-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .rating-teacher {
    .cv-flex-item {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }
}

@media (max-width: 576px) {
  .page-auth {
    .col-6 {
      width: 100%;
      flex: 0 0 100%;
    }
  }

  .creation-wrapper {
    .cv-body {
      padding: 0.5rem;
      .cv-header {
        flex-wrap: wrap;
        flex-direction: column-reverse;

        .flex-grow-1 {
          width: 100%;
          flex: 0 0 100%;
          text-align: center !important;
        }
      }
    }
  }

  .item-table {
    display: block !important;

    tbody {
      display: block !important;

      tr {
        display: flex !important;
        flex-wrap: wrap;

        td {
          flex: 0 0 100%;
          max-width: 100%;
        }
      }
    }
  }

  .cv-flex-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-footer {
    .nav {
      justify-content: center !important;
      .nav-link:first-child,
      .nav-link:nth-child(2) {
        flex: 0 0 50% !important;
      }
    }
  }
}

/* Resposive css */
.navbar-collapse {
  @media (max-width: 991px) {
    padding: 2rem 0 2rem;
  }
}

/* Shared Style */

.custom-dropdown-menu {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
  .dropdown-item {
    &:focus {
      background-color: var(--main-color);
      color: #fff;
    }
    &:active {
      background-color: var(--main-color);
      color: #fff;
    }
  }
}
/* Search Padding */
.ps-45 {
  padding-inline-start: 2rem !important;
  height: 50px;
  border: 1px solid rgba(171, 171, 171, 0.26) !important;
}
.gray-bg,
.profile-header-container {
  background-color: rgba(250, 250, 250, 0.4) !important;
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
}

.menu-btn-dropdown {
  background-color: #fff;
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ececec;
  &:hover {
    background-color: #dcdcdc;
  }
  &:focus {
    outline: none;
    background-color: var(--main-color);
    img {
      filter: invert(1);
    }
  }
  img {
    width: 80%;
    height: auto;
  }
}
.menu-btn-dropdown.bigger {
  width: 32px;
  height: 32px;
}
.cursor-pointer {
  cursor: pointer;
}
.btn-purple {
  &:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
  }
}
.form-group {
  position: relative;
  span {
    position: absolute;
    left: 1rem;
    bottom: 17px;
    width: 18px;
    height: 18px;
  }
  .eye-off {
    display: none;
  }
}
.iti {
  span {
    position: static !important;
    height: auto !important;
    width: auto !important;
  }
  .iti__country {
    display: flex;
    align-items: center;
  }
}

.main-color-text {
  color: #5855b6;
}
.toast-container {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3) !important;
}
.hide {
  opacity: 0;
}
.btn-main {
  background-color: var(--main-color) !important;
}
.btn-small {
  padding-block: 4px !important;
  height: 40px !important;
}
.add-modal {
  overflow: hidden;
  .modal-dialog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
  }
  .modal-header {
    border: none;
  }
  .modal-content {
    height: auto !important;
    max-width: 600px;
  }
  h1 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
    color: #313131;
  }
  .form-control:not(textarea) {
    height: 50px;
    border-color: #ababab42 !important;
    border-radius: 25px;
    margin-top: 0.5rem;
  }
  textarea {
    border-color: #ababab42 !important;
    border-radius: 25px;
    margin-top: 0.5rem;
    padding: 1rem !important;
  }

  .form-check-label {
    cursor: pointer;
    img {
      width: 263px;
      height: 138px;
      object-fit: cover;
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      overflow: hidden;
    }
  }
  .form-check-label.active {
  }
  .form-check-input:checked + .form-check-label {
    img {
      border: 1px solid #5855b6;
    }
  }
}
.copy-icon-overlay {
  background-color: #5855b612;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-id {
  .gray-text {
    color: #8a8a8a;
  }
}

.page-title {
  font-size: 40px !important;
  font-weight: 600;
  color: #3a3a3a;
}

.event-page {
  h3 {
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  span {
    font-size: 16px;
  }
  .labels {
    span {
      font-size: 14px;
      color: #686868;
    }
  }

  .description {
    span {
      color: #717171;
    }
  }
  .form-group {
    label {
      font-size: 14px;
    }
  }
  .form-control {
    height: 50px;
    border-color: #ababab42;
    border-radius: 25px;
    margin-top: 0.5rem;
  }
}
.btn-refuse {
  padding: 8px 30px !important;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #fff !important;
  border-radius: 25px;
  font-family: "medium", "main", sans-serif;
  font-size: 20px;
  color: #000 !important;
  &:hover {
    background-color: #e6e6e6;
  }
}
.nav-cols {
  overflow: hidden;
  border: none !important;
  background: #fafafa9c;
  border-radius: 1rem;
  margin-left: 2rem !important;
  padding-right: 1rem !important;
  min-width: 183px;
  min-height: 75vh;
  top: 100px;
  z-index: 5;
  button {
    width: 183px;
  }
  .active {
    border-radius: 0 1rem 1rem 0 !important;
    -webkit-border-radius: 0 1rem 1rem 0 !important;
    -moz-border-radius: 0 1rem 1rem 0 !important;
    -ms-border-radius: 0 1rem 1rem 0 !important;
    -o-border-radius: 0 1rem 1rem 0 !important;
  }
  /* button:first-of-type {
    border-radius: 1rem 1rem 0 0 !important;
    -webkit-border-radius: 1rem 1rem 0 0 !important;
    -moz-border-radius: 1rem 1rem 0 0 !important;
    -ms-border-radius: 1rem 1rem 0 0 !important;
    -o-border-radius: 1rem 1rem 0 0 !important;
  } */

  @media (max-width: 991px) {
    min-width: 100% !important;
    position: static !important;
    min-height: auto !important;
    margin: 0 !important;
    margin-bottom: 2rem !important;
    padding-left: 0 !important;

    button {
      width: 100% !important;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
    }
  }
}
.profile-container {
  margin-top: 0 !important;
}
.profile-page {
  .gray-bg:not(.profile-header-container) {
    min-height: 75vh;
  }
  .form {
    .row {
      margin: 0 !important;
    }
  }
}
.main-header {
  .navbar {
    background-color: #fff;
  }
}
.has-notification {
  position: relative;
  span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0000;
    top: 0.5rem;
    left: 1rem;
  }
}
.has-notification-s {
  span {
    top: -0.5rem;
    left: -0.5rem;
  }
}
table .eye svg {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
table {
  .form-select {
    background: url(../images/icons/arrow-down.svg) no-repeat 15px center;
    background-size: 24px 24px;
    min-width: 90px;
  }
}
.dt-container {
  overflow: auto;
  max-width: 86vw;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--main-color);
  --bs-tooltip-color: #fff;
}
.nav-link.active,
.show > .nav-link {
  background-color: #fff !important;
}
.rate-box {
  .bi {
    font-size: 30px;
    cursor: pointer;
  }
  .bi-star-fill {
    color: #ff8000cc;
  }
  .bi-star {
    color: #b0b0b0;
  }
}
.left-4 {
  left: 1rem;
}

/* New CV */

.new-cv-header {
  position: relative;
  min-height: 246px;
  margin-top: 3rem;
  padding: 0 4rem !important ;
  overflow: hidden;
  border-radius: 1rem;
  @media (max-width: 991px) {
    padding: 0 !important;
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  div {
    z-index: 2;
    @media (max-width: 480px) {
      gap: 1rem !important;
      margin: 0 !important;
    }
  }
  .mt-2 {
    @media (max-width: 480px) {
      margin-top: 1rem !important;
    }
  }
  p {
    max-width: 320px;
  }
}
.new-cv-details {
  margin-top: 5rem;
  h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  p {
    font-size: 16px;
    color: #9d9d9d;
    margin-bottom: 3rem;
  }
  .details-card {
    padding: 2rem 1rem;
    background-color: #5855b608;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  h4 {
    font-size: 16px;
    font-weight: 600;
  }
  i {
    color: #5855b6;
  }
  span {
    color: #8c8c8c;
    font-size: 16px;
  }
  .list-item {
    margin-left: 1rem;
  }
}
.new-cv-job-description {
  margin-top: 5rem;
  background-color: #5855b608;
  h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  p {
    font-size: 16px;
    color: #9d9d9d;
    margin-bottom: 3rem;
  }
  .details-card {
    background-color: #fff !important;
    padding: 1rem !important;
    @media (max-width: 767px) {
      margin-top: 1rem !important;
    }
  }
  .line-container {
    gap: 5rem;
    @media (max-width: 767px) {
      gap: 0;
    }
  }

  .line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    svg {
      z-index: 2;
    }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 100%;
      background-color: #5855b6;
      z-index: 1;
    }
    @media (max-width: 767px) {
      display: none;
    }
  }
  .mt-5 {
    margin-top: 5rem !important;
    @media (max-width: 767px) {
      margin-top: 0 !important;
    }
  }
  .mb-5 {
    margin-bottom: 5rem !important;
    @media (max-width: 767px) {
      margin-bottom: 0 !important;
    }
  }
}

.new-cv-rate {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding-inline: 2rem;
  @media (max-width: 767px) {
    padding-inline: 0.5rem;
  }
  p {
    max-width: 783px;
  }
}
.rate-box-cv {
  padding: 2rem;
  background: #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  @media (max-width: 767px) {
    padding: 1rem;
  }

  .list-item {
    margin-top: 0 !important;
  }
}
.new-cv-info {
  h1 {
    font-size: 50px !important;
    font-weight: 600 !important;
  }
  h2 {
    font-size: 24px !important;
  }
  p {
    font-size: 20px !important;
    color: #717171 !important;
  }
  img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
.notification-box {
  border-bottom: 1px solid #ededed;
  padding-bottom: 1rem;
  position: relative;
  padding-top: 1rem;
  .badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffb20b;
    font-weight: 400;
    color: #fff !important;
  }
  .head {
    h3 {
      font-size: 20px;
      font-weight: 600;
      color: #313131;
    }
    span {
      color: #9f9f9f;
      font-size: 16px;
    }
  }
  p {
    color: #727272;
  }
  .foot {
    span {
      font-size: 14px;
      color: #313131;
    }
  }
}
.notf-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  cursor: pointer;
  a {
    text-decoration: none;
    color: #000;
  }
  i {
    font-size: 20px;
  }
  span {
    position: absolute;
    width: 31px;
    height: 18px;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background-color: red;
    top: -0.75rem;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    color: #fff;
    font-size: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    @media (max-width: 991px) {
      top: -1rem;
    }
  }
}
.width-md-100 {
  @media (max-width: 991px) {
    width: 100% !important;
    form {
      width: 100% !important;
    }
  }
}
.files-title {
  font-size: 18px;
}
.text-gray {
  color: #838383 !important;
}
.link-icon-res {
  font-size: 24px !important;
  color: #838383;
}
#Service {
  .col-lg-6 {
    margin-bottom: 1.5rem !important;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  text-align: right;
}
