@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');
body{
    font-family: "Zalando Sans", sans-serif;
}
.method-label {
    display: inline-block;
    background-color: #eaeaea !important;
    border-radius: 0.28rem;
    border: 1px solid #eaeaea;
    padding: 5px 10px 5px 10px;
    outline: none;
    font-size: 18px;
}

input[type=checkbox]:checked+label {
    color: #777ff2;
    border-radius: 0.28rem !important;
    outline: none;
    border: none;
}

.tr-btn-sm{
    padding: .20rem .5rem;
    font-size: .775rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.sidebar-light {
    background-color: #ffffff;
    border-right: 1px solid #f7f7f7;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.job-item-container-a {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    cursor: pointer;
}

.job-item-container-a:hover{
     text-decoration: none;
     color: #000000;
}

.job-item-container:hover{
     background:#f9f4ff;
     border-radius: 5px;
     border-left: 2px solid #d82dc3;
}

.job-item-container {
    margin: 10px;
    border-bottom: 0.5px solid #eee;
    padding: 1px 15px 1px 15px;
    background:#f6f4f7;
    border-radius: 5px;
}

.ads-container input[type=radio] {
    display: none;
}
.ads-container input[type=radio]:checked+label {
    background-color: #777ff2;
    color: white;
}
.ads-container input[type=radio]+label {
    border: 1px solid #eaeaea;
    display: block;
    padding: 10px 20px 10px 20px;
    outline: none;
    border-radius: 0.28rem;
    background-color: rgba(255, 255, 255, 0.79);
}

.file-drop-area{

  position: relative;
  display: flex;
  align-items: center;
  /*width: 450px;*/
  max-width: 100%;
  padding:25px;
  border: 1px dashed #eee;
  border-radius: 3px;
  transition: .2s;
}

.choose-file-button{

  flex-shrink: 0;
  background-color: rgba(255,255,255,0.04);
  border:1px solid #eee;
  border-radius: 3px;
  padding:8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;

}

.file-message{

  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input{
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  widows: 100%;
  cursor: pointer;
  opacity: 0;

}


.img-circle {
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 150px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: #777ff2;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: grey;
}


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

.form-card {
    text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*Next Buttons*/
#msform .action-button {
    background: #777ff2;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 10px;
    float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #474eaa;
}

/*Previous Buttons*/
#msform .action-button-previous {
    background: #373737;
    color: white;
    border: 0 none;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 10px;
    float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #373737;
}


/*Field names*/
.fieldlabels {
    color: gray;
    text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #777ff2;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "1";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "2";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "3";
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #777ff2;
}

/*Animated Progress Bar*/
.progress {
    height: 5px;
}

.progress-bar {
    background-color: #777ff2;
}

/*------------------  */
.wheel-spin-box {
    position: relative;
    display: inline-block;
}
#spinwheel {
    position: relative;
    width: 360px;
    margin: auto;
}
.wheeldotsround {
    position: absolute;
    width: 100%;
    height: 100%;
}
.wheeldotsround{
    position: absolute;
    width: 100%;
    height: 100%;
}
.wheeldotsround .wheeldots{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 1;
}
.wheeldotsround .wheeldots:nth-child(2n+1){
    background: #fff;
}

.wheeldotsround .wheeldots.active-dots{
    background: #ff8400;
}
.wheeldotsround .wheeldots.active-dots:nth-child(2n+1){
    background: #2660a4;
}

.wheeldotsround .wheeldots:nth-child(1){
    left: calc(50% - 4px);
    top: 3px;
}
.wheeldotsround .wheeldots:nth-child(2){
    right: 25%;
    top: 7%;
}
.wheeldotsround .wheeldots:nth-child(3){
    right: 7%;
    top: 25%;
}
.wheeldotsround .wheeldots:nth-child(4){
    right: 3px;
    top: 50%;
}
.wheeldotsround .wheeldots:nth-child(5){
    right: 8.2%;
    bottom: 23%;
}
.wheeldotsround .wheeldots:nth-child(6){
    right: 25%;
    bottom: 7%;
}

.wheeldotsround .wheeldots:nth-child(7){
    left: calc(50% - 4px);
    bottom: 3px;
}
.wheeldotsround .wheeldots:nth-child(8){
    left: 25%;
    bottom: 7%;
}
.wheeldotsround .wheeldots:nth-child(9){
    left: 8.2%;
    bottom: 23%;
}
.wheeldotsround .wheeldots:nth-child(10){
    left: 3px;
    top: 50%;
}
.wheeldotsround .wheeldots:nth-child(11){
    left: 7%;
    top: 25%;
}
.wheeldotsround .wheeldots:nth-child(12){
    left: 25%;
    top: 7%;
}

#spinwheel{
    position: relative;
    width: 360px;
    margin: auto;
}
#spinwheel svg{
    width: 100%;
    height: 100%;
    border: 15px solid #cae0ee;
    border-radius: 50%;
    background: #cae0ee;
}
.wheel-spin-box .chartholder .slice path{
  fill: #14716e;
}
.wheel-spin-box .chartholder .slice:nth-child(2n+1) path{
    fill: #05c4b4;
}
.wheel-spin-arrow {
    position: relative;
    margin-top: -35px;
    text-align: center;
    z-index: 1;
}
.wheel-spin-arrow svg {
    max-width: 65px;
}

@media (max-width: 479.98px){
    #spinwheel {
        width: 270px;
    }
}


.img-container {
  position: relative;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
.img-centered {
  position: absolute;
  bottom: 10px; /* Adjust this value to your preference */
  left: 50%;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 0px 10px 0px 10px;
  transform: translateX(-50%);
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}

.form-control:focus:not([readonly]) {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(119, 127, 242) !important;
}

.rating {
   display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: #ff0000;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }

.card_read_opacity{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
}

.card_unread_opacity{
    background: #f9f4ff;
    padding: 10px;
    border-radius: 10px;
}

    .category-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .category-item {
        padding: 3px 6px;
        border-radius: 5px;
        font-size: 0.8rem;
        border: 1px solid #eee;
        cursor: pointer;
        transition: background 0.2s;
        user-select: none;
    }
    .category-item.active {
        background-color: #777ff2;
        color: #fff;
        border-color: #777ff2;
    }
    .sub-category-container {
        margin-top: 15px;
    }
    .sub-category-item {
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 0.8rem;
        border: 1px solid #eee;
        cursor: pointer;
        margin-right: 6px;
        margin-bottom: 6px;
        display: inline-block;
        user-select: none;
    }
    .sub-category-item.active {
        background-color: #777ff2;
        color: #fff;
        border-color: #777ff2;
    }
    .country-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .country-item {
        padding: 3px 6px;
        border-radius: 5px;
        border: 1px solid #eee;
        cursor: pointer;
        font-size: 0.8rem;
        transition: background 0.2s;
        user-select: none;
    }
    .country-item.active {
        background-color: #777ff2;
        color: #fff;
        border-color: #777ff2;
    }

    /* Offcanvas only on mobile */
@media (max-width: 767.98px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -260px;
        width: 260px;
        z-index: 1050;
        background-color: #fff;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    }
    .sidebar.open {
        left: 0;
    }
    body.sidebar-open {
        overflow: hidden;
    }
}

.nav-small-cap {
    font-size: 0.75rem;
    color: #777ff2;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem 0.25rem;
}

.blink-icon {
    animation: blinker 1s linear infinite;
}
.blink-icon i{
    font-size: 0.7rem;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.timeline {
      position: relative;
      margin: 0 auto;
      padding: 20px 0;
      width: 100%;
    }
    .timeline::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #777ff2;
    }
    .timeline-item {
      position: relative;
      padding-left: 50px;
      margin-bottom: 30px;
    }
    .timeline-item::before {
      content: '';
      position: absolute;
      left: 12px;
      top: 5px;
      width: 16px;
      height: 16px;
      background: #777ff2;
      border-radius: 50%;
      border: 3px solid #fff;
      box-shadow: 0 0 0 2px #777ff2;
    }
.text-small{
    font-size: 0.55rem;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px auto;
  padding: 0 10px;
  flex-wrap: nowrap;
}

#countdown .box {
  background-color: #f1f1f1;
  border-radius: 7px;
  padding: 15px 20px;
  text-align: center;
  width: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

#countdown .box span:first-child {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "Orbitron";
  color: #333;
  transition: font-size 0.3s ease-in-out;
}

#countdown .box span:last-child {
  font-size: 12px;
  color: #666;
  transition: font-size 0.3s ease-in-out;
}

@media (max-width: 600px) {
  #countdown .box {
    width: 60px;
    padding: 7px 5px;
  }

  #countdown .box span:first-child {
    font-size: 16px;
  }

  #countdown .box span:last-child {
    font-size: 10px;
  }
}


.note-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.note-label {
    margin-right: 5px;
    text-decoration: underline;
    flex-shrink: 0;
}

.scroll-container {
    overflow: hidden;
    flex: 1;
    position: relative;
    height: 1.5em;
}

.scroll-text {
    position: absolute;
    white-space: nowrap;
    color: #373737;
    animation: show-then-scroll 30s linear infinite;
}

@keyframes show-then-scroll {
    0% {
        left: 0;
    }
    10% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}


.step-box {
    background-color: #f8f9fc; /* light background */
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}
.step-box textarea {
    resize: none;
}
.step-header {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 5px;
}
.remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #6c757d;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.remove-btn:hover {
    color: #dc3545;
}
.drk-bg-second{
    background:#f5f7fa;
    padding:5px;
    border-radius:4px;
}

.custom_ul {
  list-style-type: disc; /* Default bullet */
  padding-left: 20px;    /* Indent from left */
  margin: 10px 0;
}

.custom_li {
  color: #373737;
  line-height: 1.5;
  font-size: 11px;
  font-weight: 450;
}

.swal2-styled{
    margin: 0.4125em;
    padding: 0.525em 0.7em;
    font-weight: 500;
    font-size: 1rem;
}
.swal2-popup{
    width: 25em;
}
.swal2-title{
    font-size: 1.2rem;
} 

.swal2-html-container{
    font-size: 1rem;
}
.img-profile {
    background-color: #ffffff;
    padding: 5px;
}
.swal2-validation-message{
    font-size: 1rem;
}
.ti{
    font-size: 16px;
}
.ti-font{
    font-size: 18px;
}


/* Icon design */
.icon-thumb {
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-thumb img {
  max-width: 34px;
  max-height: 34px;
}
.chat-admin-bg{
    background: #ffffff;
}
.chat-user-bg{
    background: #f7f7f7;
}

