@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.overlay-background {
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-plan .plan-card{
    max-width: 40%;
    margin: auto;
}

@media(max-width: 990px){
    .main-plan .plan-card {
        max-width: 100%;
        margin: unset;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-none {
  cursor: unset !important;
}

input:disabled {
  background-color: #FFFFFF;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #FFFFFF;
}

.navbar-toggler {
  border: 1px solid #FFF;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}

.otp-item:focus-visible {
  outline: #000;
}

.text-third {
  color: #2B3086 !important;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

input[type=radio] {
  accent-color: #39936B;
}

input[type=checkbox] {
  accent-color: #39936B;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
}

video[poster] {
  cursor: pointer;
}

.direction-ltr {
  direction: ltr !important;
}

[lang=ar] * {
  direction: rtl;
}
[lang=ar] input[type=email] {
  direction: rtl;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #191B4D !important;
}

.text-light-primary {
  color: #3298CB !important;
}

.text-secondary {
  color: #0F0F0F !important;
}

.text-acent {
  color: #F8F8F8 !important;
}

.text-default {
  color: #3D3D3D !important;
}

.bg-primary {
  background-color: #191B4D !important;
}

.bg-light-primary {
  background-color: #3298CB !important;
}

.bg-secondary {
  background-color: #0F0F0F !important;
}

.bg-acent {
  background-color: #F8F8F8 !important;
}

.bg-default {
  background-color: #3D3D3D !important;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-normal {
  font-size: 16px;
}

.font-regular {
  font-size: 18px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
}

.font-xxl, .main-title {
  font-size: 24px;
}

.font-3xl {
  font-size: 28px;
}

.font-4xl {
  font-size: 32px;
}

.font-extra {
  font-size: 36px;
}

.fw-xxs {
  font-weight: 100;
}

.fw-xs {
  font-weight: 200;
}

.fw-sm {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-regular {
  font-weight: 500;
}

.fw-lg, .main-title {
  font-weight: 600;
}

.fw-xl {
  font-weight: 700;
}

.fw-xxl {
  font-weight: 800;
}

.fw-extra {
  font-weight: 900;
}

.of-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.modal-dialog-md {
  max-width: 580px;
}

.nice-select {
  display: flex;
  align-items: center;
  padding-right: 18px;
  width: 100%;
  padding-left: 30px;
}
.nice-select:after {
  left: 12px;
  right: unset;
}
.nice-select ul.list {
  min-width: 100%;
}
.nice-select ul.list li {
  text-align: right;
  padding-right: 10px;
  padding-left: 18px;
  font-size: 14px;
}
.nice-select ul.list li:hover {
  background-color: #D0D0D0 !important;
  color: #191B4D;
}
.nice-select ul.list .selected {
  background-color: #D0D0D0 !important;
  color: #191B4D;
}
.nice-select span.current {
  color: #adadad;
}

[lang=en] ul.list li {
  text-align: left;
  padding-left: 10px;
  padding-right: 18px;
}

.border-none {
  border: none !important;
}

.nice-w-100 {
  width: 100%;
  display: flex;
  align-items: center;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.padding-10 {
  padding: 10px 0px;
}

.padding-20 {
  padding: 20px 0px;
}

.padding-30 {
  padding: 30px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.padding-50 {
  padding: 50px 0px;
}

.padding-60 {
  padding: 60px 0px;
}

.padding-70 {
  padding: 70px 0px;
}

.padding-80 {
  padding: 80px 0px;
}

.padding-90 {
  padding: 90px 0px;
}

.padding-100 {
  padding: 100px 0px;
}

.max-w-100 {
  max-width: 100%;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: #191B4D;
}

.form-group {
  margin-bottom: 10px;
}

.main-title {
  color: #191B4D;
  line-height: 2;
}
.main-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #3298CB;
}

@media (max-width: 550px) {
  .font-xxs {
    font-size: 6px;
  }
  .font-xs {
    font-size: 8px;
  }
  .font-sm {
    font-size: 12px;
  }
  .font-normal {
    font-size: 12px;
  }
  .font-regular {
    font-size: 14px;
  }
  .font-lg {
    font-size: 16px;
  }
  .font-xl {
    font-size: 18px;
  }
  .font-xxl, .main-title {
    font-size: 20px;
  }
  .font-3xl {
    font-size: 22px;
  }
  .font-4xl {
    font-size: 24px;
  }
  .font-extra {
    font-size: 26px;
  }
  .mt-3-sm {
    margin-top: 1rem;
  }
  .mb-3-sm {
    margin-bottom: 1rem;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem;
  }
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
  .mb-1-sm {
    margin-bottom: 0.5rem !important;
  }
  .mb-2-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-3-sm {
    margin-bottom: 1rem !important;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }
  .mb-5-sm {
    margin-bottom: 3rem !important;
  }
  .justify-content-between-sm {
    justify-content: space-between !important;
  }
  .justify-content-around-sm {
    justify-content: space-around !important;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .py-4-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text-center-sm {
    text-align: center;
  }
  .order-0-sm {
    order: 0;
  }
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
}
.border-top-none {
  border-top: none !important;
}

::-webkit-scrollbar {
  height: 8px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d2d2d2;
}

#loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191B4D;
  z-index: 999999999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  transform: translateZ(0);
}

#loader div {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: ballPulseDouble 2s ease-in-out infinite;
}
#loader div img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

#loader div:last-child {
  animation-delay: -1s;
}
@keyframes ballPulseDouble {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.sign-in {
  overflow-x: hidden;
}
.sign-in .login-logo {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sign-in .login-img {
  height: 400px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sign-in .sign-up-img {
  height: 250px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sign-in .content-div {
  height: 100vh;
  overflow-y: auto;
}
.sign-in .optional-text {
  color: #4F4F4F;
}

input[type=text], input[type=password], input[type=email] {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  height: 45px;
  padding: 10px;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-size: 12px;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder {
  font-size: 12px;
}
input[type=text]:focus-visible, input[type=password]:focus-visible, input[type=email]:focus-visible {
  outline: none;
  border-color: #191B4D !important;
}

textarea {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 10px;
}
textarea::-moz-placeholder {
  font-size: 12px;
}
textarea::placeholder {
  font-size: 12px;
}
textarea:focus-visible {
  outline: none;
  border-color: #191B4D !important;
}

.countrey-code {
  display: flex;
  align-items: center;
  justify-content: center;
/*  background-color: #FFF;*/
  overflow: hidden;
  padding: 2px 6px;
  gap: 5px;
  position: absolute;
  top: 10px;
  left: 12px;
  right: unset;
}

[lang="en"] .countrey-code {
    top: 10px;
    right: 12px;
    left: unset;
}

[lang="en"] .show-password {
    top: 10px;
    right: 12px;
    left: unset;
}

.countrey-code .flag {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.countrey-code span {
  color: #A3A3A3;
}

.show-password {
  overflow: hidden;
  padding: 2px 6px;
  position: absolute;
  top: 10px;
  left: 12px;
  right: unset;
}
.show-password img {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.main-btn {
  background: linear-gradient(to top, #2B3086, #3298CB);
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
}
.main-btn:hover {
  background: linear-gradient(to bottom, #2B3086, #3298CB);
  transition: all 0.3s;
}
.main-btn:disabled {
  background: #E7E7E7;
  color: #888888;
}

.uploadAttachments {
  border: 2px dashed #B0B0B0;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.uploadAttachments h4 {
  font-size: 14px;
  color: #B0B0B0;
}

.preview-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

#avatarPreview {
  border-radius: 50%;
}

.close-modal {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.close-modal img {
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.remove-btn {
  border: none;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 5px;
}
.remove-btn img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.modal-dialog {
  padding: 20px;
}

.verification-code--inputs input[type=text] {
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.verification-code--inputs input[type=text]:focus-visible {
  border-color: #3298CB !important;
}

.verification-code {
  width: 100%;
}

.modal-content {
  border-radius: 20px !important;
}

.plans {
  padding: 50px 0px;
}
.plans .logo {
  height: 135px;
}

.plan-card {
  border-top: 6px solid #191B4D;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  background-color: #FFFFFF;
}
.plan-card .plan-period {
  padding: 8px 14px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background-color: #DFE9FF;
}

.plans-container {
  padding: 15px 0px;
  background-color: #FDFDFD;
}

.subscriptions-content .subscribed-plans .plan-card {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
.subscriptions-content .plans-container {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.static-pages-content {
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 15px 20px;
  width: 700px;
  max-width: 100%;
  margin: 20px auto;
}
.static-pages-content .static-content p {
  font-size: 13px;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.9;
}

.contact-us .head {
  border-bottom: 1px solid #E7E7E7;
}
.contact-us .head h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.faq {
  width: 65%;
  max-width: 100%;
  margin: 20px auto;
}
.faq .accordion-item {
  margin-bottom: 15px;
  border-radius: 15px;
  border-color: #FFF !important;
}
.faq .accordion-button {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.faq .accordion-button:focus {
  z-index: 3;
  border-color: #E7E7E7;
  outline: 0;
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  box-shadow: none !important;
}
.faq .accordion-body {
  padding-top: 5px;
}
.faq p {
  font-size: 16px;
  color: #3D3D3D;
}

.renew-subscription {
  background-color: #EDF4FF;
  width: 100%;
  border: 1px solid #EDF4FF;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.renew-subscription:hover {
  background-color: #FFF;
  color: #000;
  transition: all 0.3s;
}

.settings {
  background-color: #FFFFFF;
  margin: 20px auto;
  width: 65%;
  max-width: 100%;
  padding: 10px 15px;
}

.form-switch .form-check-input {
  height: 42px;
  width: 3.8rem;
  cursor: pointer;
}
.form-switch .form-check-input:checked {
  background-color: #1B8354;
  border-color: #1B8354;
}

.delete-account {
  font-size: 16px;
  font-weight: 600;
  color: #7A271A;
}

.form-check-input:focus {
  box-shadow: none !important;
}

#openSidebar {
  background-color: transparent;
  border: none;
}

#sidebar {
  min-width: 300px;
  min-height: 100vh;
  transition: transform 0.3s ease-in-out;
  background-color: #DFE9FF;
  padding: 30px 20px;
  position: relative;
}
#sidebar .sidebar-content {
  position: sticky;
  top: 10px;
}
#sidebar #closeSidebar {
  background-color: transparent;
  border: none;
}
#sidebar .sidebar-tabs {
  margin-bottom: 0px !important;
}
#sidebar .sidebar-tabs li a {
  padding: 7px 10px;
  border-radius: 8px;
  color: black;
  font-size: 14px;
}
#sidebar .sidebar-tabs li a.logout {
  color: #E63237;
}
#sidebar .sidebar-tabs li.active {
  background-color: #2B3086;
  border: 1px solid #2B3086;
  border-radius: 8px;
}
#sidebar .sidebar-tabs li.active a {
  color: #FFF;
}

.add-new-job {
  padding: 8px 15px;
  border: 1px solid #C5D6FF;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
}

.head-section {
  background-color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.03);
}
.head-section .notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF4FF;
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 50%;
}
.head-section .localeBtn {
  background-color: #EDF4FF;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 8px;
}

.page-content {
  background-color: #FAFAFA;
  padding: 15px 20px;
}

.nice-select {
  border-color: #FFFFFF;
}
.nice-select .current {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
}
.nice-select:after {
  border-bottom: 2px solid #191B4D !important;
  border-right: 2px solid #191B4D !important;
}

.nice-select:active, .nice-select.open, .nice-select:focus, .nice-select:hover {
  border-color: #FFFFFF;
}

.filters .nice-select {
  border-radius: 10px;
}

@media (max-width: 991px) {
  #sidebar {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    z-index: 1050;
    background: #DFE9FF;
  }
  #sidebar.active {
    transform: translateX(0);
  }
}
.select2-container--default .select2-selection--single {
  border-radius: 10px;
  border-color: #E7E7E7 !important;
}

.select2-selection__placeholder {
  font-size: 14px;
  color: #999 !important;
}

.select2 {
  width: 100%;
  max-width: 100%;
  height: 45px;
}

.select2-hidden-accessible {
  display: none !important;
}

.selection, .select2-selection__rendered, .select2-selection {
  height: 45px !important;
}

.select2-selection__rendered {
  display: flex !important;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.filters .select2-container--default .select2-selection--single {
  border-color: transparent;
  border-radius: 10px;
}
.filters .select2 {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 45px;
}
.filters .select2-selection__rendered {
  min-width: 100px;
}
.filters .select2-selection__placeholder {
  color: #000 !important;
}

.notifications-content {
  width: 650px;
  max-width: 100%;
  margin: auto;
}
.notifications-content .notification-item {
  background-color: #FFFFFF;
  margin-top: 15px;
  padding: 10px 15px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.notifications-content .notification-item .bell-icon {
  background-color: #F2F9FC;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.notifications-content .notification-item .notification-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.notifications-content .notification-item .notification-time {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  margin-bottom: 0;
}
.notifications-content .delete-notification-container {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF3F2;
  border-radius: 50%;
  border: 1px solid #FEF3F2;
}

.order-card {
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 12px;
  padding: 15px 10px;
}
.order-card .title {
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
.order-card .description {
  font-size: 14px;
  font-weight: 600;
}
.order-card .download-cv {
  border: 1px solid #C5D6FF;
  padding: 8px;
  color: #000;
  font-size: 14px;
  background-color: #FFF;
  border-radius: 10px;
  font-weight: 600;
}

.job-card {
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 12px;
  padding: 15px 10px;
}
.job-card .description {
  font-weight: 600;
  font-size: 14px;
  color: #3D3D3D;
}
.job-card .title {
  font-size: 16px;
  font-weight: 600;
}
.job-card .delete-job {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF3F2;
  border-radius: 50%;
  border: 1px solid #FEF3F2;
}
.job-card .edit-job {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF4FF;
  border-radius: 50%;
  border: 1px solid #EDF4FF;
}

.gif-height {
  height: 300px;
}

#deleteJob button, #deleteAccount button, #logout button, #logout form {
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border: 1px solid;
}
#deleteJob .confirm-delete, #deleteAccount .confirm-delete, #logout .confirm-delete {
  background-color: #D92D20;
  color: #FFF;
  border-color: #D92D20;
  transition: all 0.3s;
}
#deleteJob .confirm-delete:hover, #deleteAccount .confirm-delete:hover, #logout .confirm-delete:hover {
  background-color: #FFF;
  color: #D92D20;
  transition: all 0.3s;
}
#deleteJob .cancel-delete, #deleteAccount .cancel-delete, #logout .cancel-delete {
  background-color: #EDF4FF;
  color: #000;
  border-color: #EDF4FF;
}
#deleteJob .cancel-delete:hover, #deleteAccount .cancel-delete:hover, #logout .cancel-delete:hover {
  background-color: #FFF;
  color: #000;
  transition: all 0.3s;
}

.job-form {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background-color: #FFF;
  padding: 15px 20px;
  border-radius: 15px;
  margin: 20px auto;
}
.job-form .head {
  padding: 5px 0px 10px;
  border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 550px) {
  .settings, .static-pages-content, .notifications-content {
    width: 100%;
  }
  .gif-height {
    height: 220px;
  }
  .notifications-content .notification-title {
    font-size: 16px !important;
  }
  .notifications-content .notification-description {
    font-size: 14px !important;
  }
  .faq {
    width: 100%;
  }
  .faq .accordion-button {
    font-size: 14px;
  }
  .faq .accordion-body p {
    font-size: 12px;
  }
  .subscriptions-content .subscribed-plans .plan-card {
    width: 100%;
  }
  .select2-selection__placeholder {
    font-size: 12px !important;
  }
  .content-div {
    max-height: 100vh;
    height: unset !important;
    overflow-y: auto;
    padding: 35px 0px;
  }
  .verification-code--inputs input[type=text] {
    height: 40px;
    width: 40px;
  }
  #loader img {
    height: 120px !important;
  }
  .order-card .title {
    font-size: 14px;
  }
  .order-card .description {
    font-size: 12px;
  }
  .order-card .download-cv {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .custom-modal-w {
    --bs-modal-width: 650px;
  }
}
@media (max-width: 990px) {
  #sidebar {
    overflow-y: auto;
  }
}/*# sourceMappingURL=style.css.map */