

:root {
  --tg-body-font-family: 'Inter', sans-serif;
  --tg-heading-font-family: 'Poppins', sans-serif;
  /* --tg-heading-font-family:'Sofia Sans', sans-serif; */
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.3;
  --tg-body-color: #6D6C80;
  --tg-heading-color: #161439;
  --tg-theme-primary: #0067be;
  --tg-theme-secondary: #E01A46;
  --tg-theme-yellow: #FFC224;
  --tg-common-color-blue: #050071;
  --tg-common-color-blue-2: #282568;
  --tg-common-color-indigo: #9B51E0;
  --tg-common-color-purple: #8121FB;
  --tg-common-color-pink: #FF429D;
  --tg-common-color-red: #E11B24;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #F8BC24;
  --tg-common-color-yellow-2: #FBE67B;
  --tg-common-color-yellow-3: #FCB428;
  --tg-common-color-green: #12BB6A;
  --tg-common-color-teal: #219653;
  --tg-common-color-cyan: #00AEE5;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #F7F7F9;
  --tg-common-color-gray-2: #EFEEFE;
  --tg-common-color-gray-3: #7F7E97;
  --tg-common-color-gray-4: #ACAACC;
  --tg-common-color-gray-5: #B2BBCC;
  --tg-common-color-gray-6: #d7d7df;
  --tg-common-color-gray-7: #f6f6f6;
  --tg-common-color-gray-8: #F5F5F4;
  --tg-common-color-gray-9: #F9F9F9;
  --tg-common-color-gray-10: #F8F8F8;
  --tg-common-color-gray-11: #F8F8FC;
  --tg-common-color-dark: #1C1A4A;
  --tg-common-color-black: #06042E;
  --tg-common-color-black-2: #161439;
  --tg-common-color-black-3: #000;
  --tg-border-1: #C9C9DD;
  --tg-border-2: #D0DAE9;
  --tg-border-3: #E2E2E2;
  --tg-border-4: #D7DCE3;
  --tg-border-5: #2F466A;
  --tg-border-6: #dfdfdf;
  --tg-border-7: #E7E7E7;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;

  --theme-color: #6FABDF;
   --btn-color: #E92126;
   /* --body-color: #5C6574; */
   --smoke-color: #E0E0E0;
   --gray-color:#767F8C;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 107px 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}
@media (max-width: 1500px) {
  .breadcrumb__bg {
    padding: 130px 0;
    padding-bottom: 20px;
  }
}
.breadcrumb__bg-two {
  padding: 61px 0;
}
.breadcrumb__bg-two .breadcrumb__shape-wrap img:nth-child(3) {
  display: none;
}
.breadcrumb__bg-three {
  min-height: 300px;
}
.breadcrumb__content .title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 36px;
  }

}
.breadcrumb__content .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
.breadcrumb__content .breadcrumb > * {
  font-size: 16px;
  color: var(--tg-theme-primary);
}
.breadcrumb__content .breadcrumb > * a {
  color: var(--tg-common-color-dark);
}
.breadcrumb__content .breadcrumb .breadcrumb-separator {
  line-height: 1;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 700;
  margin-top: 2px;
  opacity: 0.5;
  color: var(--tg-common-color-gray-3);
}
.breadcrumb__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.breadcrumb__shape-wrap img:nth-child(1) {
  left: 100px;
  top: 62px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    left: 69px;
    top: 52px;
  }
}
.breadcrumb__shape-wrap img:nth-child(2) {
  right: 32%;
      top: 41%;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    right: 38%;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    right: 31%;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    display: none;
  }
}
.breadcrumb__shape-wrap img:nth-child(3) {
  right: 20%;
  bottom: 15%;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(3) {
    right: 23%;
    bottom: 13%;
  }
}
.breadcrumb__shape-wrap img:nth-child(4) {
  right: 8%;
  top: 8%;
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(4) {
    right: 11%;
    top: 16%;
  }
}
.breadcrumb__shape-wrap img:nth-child(5) {
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumb__shape-wrap img:nth-child(5) {
    right: -30px;
    width: 400px;
    height: 285px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(5) {
    display: none;
  }
}




  /*=============================
    24. Footer
===============================*/
.footer__area {
  /* background: var(--tg-common-color-black); */
      background-color: #1a1a1a;
      overflow: hidden;
}
.footer__area-two {
  margin-top: -160px;
  background: var(--tg-common-color-black);
}
.footer__area-two .footer__top {
  padding: 230px 0 60px;
}
.footer__area-three {
  background: var(--tg-common-color-black);
}
.footer__area-five {
  padding-top: 100px;
  margin-top: -100px;
}
.footer__bg {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
}
.footer__bg-shape {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  top: -25px;
}
.footer__bg-shape svg {
  color: var(--tg-common-color-blue-2);
  width: 100%;
  height: 22px;
}
.footer__top {
  padding: 100px 0 0px;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 80px 0 40px;
  }
}
.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
  margin-left: 0px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 0;
  }
}
.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 0px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}
.footer__top-three {
  position: relative;
  z-index: 1;
}
.footer__widget {
  margin-bottom: 35px;
}
.footer__widget-title {
  margin-bottom: 0;
  color: var(--tg-common-color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
}
.footer__content p {
  margin-bottom: 12px;
  color: var(--tg-common-color-gray-5);
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__content p {
    width: 100%;
  }
}
.footer__content .list-wrap li {
  color: var(--tg-common-color-gray-5);
  font-weight: 500;
  margin-bottom: 7px;
}


.footer__content .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__content-two .list-wrap li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-common-color-white);
}
.footer__content-two .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__content-two .list-wrap li.email a {
  font-size: 16px;
  font-weight: 400;
  color: #BBBBBB;
}
.footer__content-two .list-wrap li.email a:hover {
  color: var(--tg-theme-secondary);
}

.footer__link ul {
     padding-left: 0 !important;
}

.footer__link .list-wrap li {
  margin-bottom: 10px;
}
.footer__link .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__link .list-wrap li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-common-color-gray-5);
  position: relative;
}
.footer__link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__link .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__contact-content p {
  margin-bottom: 10px;
  color: var(--tg-common-color-gray-5);
}
.footer__newsletter p {
  margin-bottom: 20px;
  color: var(--tg-common-color-gray-5);
}
.footer__newsletter-form {
  position: relative;
  margin-bottom: 25px;
}
.footer__newsletter-form input {
  width: 100%;
  background: #212040;
  padding: 13px 140px 13px 20px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-common-color-white);
  height: 50px;
}
.footer__newsletter-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #706f84;
}
.footer__newsletter-form button {
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-heading-color);
  background: var(--tg-theme-secondary);
  text-transform: capitalize;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 28px;
  height: 50px;
}
.footer__newsletter-form button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.footer__newsletter-form-two input {
  border-radius: 100px;
}
.footer__newsletter-form-two button {
  border-radius: 100px;
}
.footer__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
  padding-left: 0rem;
}
.footer__social li a {
  color: var(--tg-common-color-gray-5);
}
.footer__social li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__social-wrap .title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-common-color-gray-5);
  font-family: var(--tg-body-font-family);
}
.footer__social-two {
  margin-bottom: 0;
}
.footer__social-two li a {
  color: var(--tg-common-color-white);
}
.footer__social-two li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__bottom {
  background: var(--tg-common-color-dark);
  padding: 35px 0;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    padding: 25px 0;
  }
}
.footer__bottom-two {
  border-top: 1px solid #191838;
  padding: 35px 0;
}
@media (max-width: 991.98px) {
  .footer__bottom-two {
    padding: 25px 0;
  }
}
.footer__bottom-three {
  background: #272260;
}
.footer__bottom-three .copy-right-text p {
  color: #cfd9ea;
}
.footer__bottom-three .footer__bottom-menu .list-wrap li a {
  color: #cfd9ea;
}
.footer__bottom-four {
  position: relative;
  z-index: 2;
}
.footer__bottom-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .footer__bottom-menu .list-wrap {
    justify-content: center;
  }
}
.footer__bottom-menu .list-wrap li a {
  color: #8C9AB4;
  position: relative;
}
.footer__bottom-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__bottom-menu .list-wrap li a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #8C9AB4;
}
.footer__bottom-menu .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__bottom-menu .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__bottom-menu .list-wrap li:last-child a::after {
  display: none;
}
.footer__shape {
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -55px;
  width: 100%;
  height: 138px;
}
.footer__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.footer__shape-wrap img:nth-child(1) {
  left: 4%;
  top: 13%;
  max-width: 75px;
}
@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(1) {
    left: 1%;
  }
}
@media (max-width: 1500px) {
  .footer__shape-wrap img:nth-child(1) {
    top: 1%;
    max-width: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(1) {
    display: none;
  }
}
.footer__shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 16%;
  max-width: 82px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(2) {
    bottom: 10%;
  }
}
@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(2) {
    bottom: 8%;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(2) {
    display: none;
  }
}
.footer__shape-wrap img:nth-child(3) {
  right: 47%;
  bottom: 13%;
  max-width: 115px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(3) {
    bottom: 9%;
  }
}
@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(3) {
    display: none;
  }
}
.footer__shape-wrap img:nth-child(4) {
  right: 6%;
  top: 7%;
  max-width: 120px;
}
@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(4) {
    right: 4%;
    top: 7%;
    max-width: 105px;
  }
}
@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(4) {
    right: 5%;
    top: 26%;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(4) {
    display: none;
  }
}
.footer__shape-wrap .shape-inner {
  right: 0;
  bottom: 22%;
  position: absolute;
  z-index: -2;
}
@media (max-width: 1800px) {
  .footer__shape-wrap .shape-inner {
    bottom: 43%;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap .shape-inner {
    display: none;
  }
}
@media (max-width: 1800px) {
  .footer__shape-wrap .shape-inner svg {
    max-width: 90px;
    height: auto;
  }
}
.footer__shape-wrap .shape-inner svg path {
  animation: animation__shape-two 0.8s infinite linear;
  animation-play-state: running;
}

.app-download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-download a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.copy-right-text p {
  margin-bottom: 0;
  color: #8C9AB4;
}
@media (max-width: 767.98px) {
  .copy-right-text p {
    margin-bottom: 5px;
    text-align: center;
  }
}




 /* Foooter  */

 
.footer1 .footer-btm {
    padding-top: 0px;
    position: relative
}

.footer1 .footer-btm .footer-logo {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #1a1a1a; */
    border-radius: 50%;
    padding: 0 15px
}

.footer1 .footer-btm .footer-logo.two {
    background-color: #000
}

@media (max-width: 991px) {
    .footer1 .footer-btm .footer-logo {
        display:none;
        visibility: hidden
    }
}

.footer1 .footer-btm .support {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .footer1 .footer-btm .support {
        margin-bottom:20px
    }
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support {
        display:block
    }

    .footer1 .footer-btm .support .icon {
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }
}

.footer1 .footer-btm .support .content {
    display: flex;
    align-items: center;
    /* padding-left: 20px; */
    position: relative
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content {
        padding-left:0
    }
}

.footer1 .footer-btm .support .content:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--primary-color1);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content:after {
        display:none;
        visibility: hidden
    }
}

.footer1 .footer-btm .support .content h5 {
    margin-bottom: 0;
    
    font-weight: 500;
    font-size: 1.25rem;
    color: #6D6C80;
}

.footer1 .footer-btm .support .content a {
    
    font-weight: 500;
    font-size: 1.25rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
     color: #6D6C80;
    padding-left: 25px;
    transition: .35s
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content a {
        padding-left:10px
    }
}

.footer1 .footer-btm .support .content a:hover {
    color: #b3b3b3
}

.footer1 .footer-btm .footer-btm-menu {
    padding-bottom: 40px
}

.footer1 .footer-btm .footer-btm-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 50px
}

@media (max-width: 1199px) {
    .footer1 .footer-btm .footer-btm-menu ul {
        gap:25px
    }
}

@media (max-width: 576px) {
    .footer1 .footer-btm .footer-btm-menu ul {
        flex-wrap:wrap;
        justify-content: center;
        gap: 15px
    }
}

.footer1 .footer-btm .footer-btm-menu ul li a {
    
    font-weight: 500;
    font-size: 1rem;
    color: #b3b3b3;
    transition: .35s;
    text-decoration: none;
}

.footer1 .footer-btm .footer-btm-menu ul li a:hover {
   color:#6D6C80;
}

.footer1 .footer-btm .border-top {
    border-width: 1px;
    /* border-color: hsla(0,0%,100%,.1)!important; */
        background-color: #222224;
            padding: 0px 50px 0px 50px;
}

@media (max-width: 991px) {
    .footer1 .footer-btm .copyright-area {
        padding-top:15px
    }
}

.footer1 .footer-btm .copyright-area p {
    margin-bottom: 0;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #6D6C80;
}

.footer1 .footer-btm .copyright-area p i {
    color: var(--white)
}

@media (max-width: 576px) {
    .footer1 .footer-btm .copyright-area p {
        text-align:center
    }
}

.footer1 .footer-btm .copyright-area p a {
    color: var(--primary-color1);
    transition: .35s
}

.footer1 .footer-btm .copyright-area p a:hover {
    color: hsla(0,0%,100%,.6)
}

.footer1 .footer-btm .social-area {
    display: flex;
    align-items: center;
    padding: 15px 0
}

.footer1 .footer-btm .social-area h6 {
    
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #6D6C80;
    margin-bottom: 0
}

.footer1 .footer-btm .social-area ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 15px
}

.footer1 .footer-btm .social-area ul li a {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid #00a7ac;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    text-decoration: none;
}

.footer1 .footer-btm .social-area ul li a i {
    color: var(--primary-color1);
    transition: .35s
}

.footer1 .footer-btm .social-area ul li a:hover {
    background-color: var(--primary-color1)
}

.footer1 .footer-btm .social-area ul li a:hover i {
    color: var(--white)
}

.footer1.style-6 {
    background-image: url(/assets/img/logo/footer_logo.svg)
}

.footer1.style-6,.footer1.style-6 .footer-logo {
    background-color: #030f11
}

.footer1.five {
    background: #000
}

.footer1.five .footer-widget .menu-container ul li a i {
    color: #fff
}

.footer1.five .footer-widget .menu-container ul li a:hover {
    color: #f4f4f4
}

.footer1.five .footer-btm .footer-logo {
    background-color: #000;
    border-radius: 50%
}

.footer1.five .footer-btm .support .content:after {
    background-color: #fff
}

.footer1.five .footer-btm .support .content a {
    color: #fff;
    transition: .35s
}

.footer1.five .footer-btm .support .content a:hover {
    color: #b3b3b3
}

.footer1.five .footer-btm .copyright-area p a,.footer1.five .footer-btm .footer-btm-menu ul li a:hover {
    color: #fff
}

.footer1.five .footer-btm .social-area ul li a {
    border: 1px solid #242424
}

.footer1.five .footer-btm .social-area ul li a i {
    color: #fff;
    transition: .35s
}

.footer1.five .footer-btm .social-area ul li a:hover {
    background-color: #242424
}





/* ------------------Job Post Start --------------------*/
.job-post {
  border-radius: 10px;
  background: var(--tg-common-color-white);
  padding: 10px;
  border: 2px solid #E0E0E0;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}

.job-post_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
     margin-bottom: 25px;
}

.job-post_date .date {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 20px;
  
  color: var(--gray-color);
  font-weight: 500;
  letter-spacing: -0.28px;
  z-index: 2;
}

.job-post_date .date:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: var(--theme-color); */
    background-color:#DFE0DF;
  opacity: 0.5;
  border-radius: 20px;
  border-radius: 100px;
  z-index: -1;
}

.job-post_date .date i {
  margin-right: 5px;
}

.job-post_date .icon {
  text-align: center;
  border-radius: 100px;
  /* color: var(--theme-color); */
   color: var(--gray-color);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.job-post_date .icon i {
  font-size: 20px;
  color: var(--tg-theme-primary);
}

.job-post .box-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-color);
  /* Extra small devices */
}

.job-post .box-title a {
  color: var(--tg-heading-color) !important;
}
@media (max-width: 575px) {
  .job-post .box-title {
    font-size: 20px;
    color: var(--tg-heading-color);
  }
}

.job-post_author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 20px;
  padding: 10px 15px;
  z-index: 2;
  margin-bottom: 5px;
}

.job-post_author:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #DDEFFF;
      border: solid 1.5px #6FABDF;
  /* opacity: 0.1; */
  border-radius: 20px;
  z-index: -1;
}

@media (max-width: 400px) {
  .job-post_author {
    display: block;
  }
}

/* .job-post_author .job-author {
  min-width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  background-color: white;
} */


.job-post_author .job-author {
    min-width: 55px;
    height: 65px;
    width: 65px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    background-color: white;
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width: 400px) {
  .job-post_author .job-author {
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .job-post_author .job-author {
    max-width: 60px;
  }
}

.job-post_author .job-author img {
  /* border-radius: 50%; */

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.job-post .job-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
      align-items: center;
      width:100% ;
      /* justify-content: space-between; */
}

.job-post .company-name {
  /* font-family: var(--title-font); */
  font-size: 13px;
  /* color: var(--title-color); */
      color: var(--gray-color);
  font-weight: 500;
  display: block;
  margin-bottom: 3px;

  /* add these */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* adjust width as per design */
}

.job-post .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* color: var(--theme-color); */
    color: var(--gray-color);
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .job-post .price {
    margin-bottom: 20px;
  }
}

.job-post .duration {
  color: var(--gray-color);
}

.job-post .location {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
}

.job-post .location:not(:last-child) {
  margin-right: 25px;
}

.job-post .job-content {
  padding: 20px;
  padding-bottom: 15px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .job-post .job-content {
    padding: 15px;
  }
}

.job-post .th-btn {
  font-size: 13px;
      padding: 10px 5px !important;
  width: 125px;
}

.job-post:hover {
  border-color: var(--theme-color);
}

.job-post:hover .th-btn {
  background-color: #C00207;
  color: var(--tg-common-color-white);
}

.job-post:hover .job-post_date .icon i {
  font-weight: 700;
  color: var(--tg-theme-primary);
}

.bottom-btn {
  position: relative;
}

.bottom-btn:before, .bottom-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 534px;
  height: 1px;
  border: 1px solid var(--smoke-color);
  z-index: -1;
  /* Small devices */
}

@media (max-width: 767px) {
  .bottom-btn:before, .bottom-btn:after {
    display: none;
  }
}

.bottom-btn:before {
  left: 110%;
}

.bottom-btn:after {
  right: 110%;
}
/* button */
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--btn-color);
    color: var(--tg-common-color-white);
    /* font-family: var(--body-font); */
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 19.5px 40px;
    border-radius: 100px;
}

.th-btn.style5 {
    background-color: transparent;
    color: var(--tg-common-color-white);
     background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    padding: 14.5px 20px;
    box-shadow: none;
    text-decoration: none;
}

.th-btn:before {
    position: absolute;
    content: "";
    background: var(--title-color);
    width: 110%;
    min-height: 200px;
    z-index: -1;
    border-radius: 15%;
    top: 100%;
    left: 100%;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}



    .filter-tabs {
      position: relative;
      background: #f5f5f5;
      border-radius: 40px;
      display: inline-flex;
      padding: 5px;
      overflow: hidden;
    }
    .tab-btn {
      border: none;
      background: transparent;
      color: #8e8e8e;
      padding: 8px 25px;
      border-radius: 30px;
      font-weight: 500;
      position: relative;
      z-index: 2;
      cursor: pointer;
      transition: color 0.3s ease;
    }
    .tab-btn.active {
      color: #000;
      font-weight: 600;
    }
    .tab-highlight {
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      width: 0;
      background: #fff;
      border-radius: 30px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      transition: all 0.35s ease-in-out;
      z-index: 1;
    }

    .title{
        color: #193E6C;
    }


    /* .font-rubik { font-family: "Rubik", sans-serif; }
.font-inter { font-family: "Inter", sans-serif; }
.font-sofia { font-family: "Sofia Sans", sans-serif; } */

 /* ------------------Job Post --------------------*/ 


 /* Comapny Card Desing */

 .company_clips{
    font-size: 10px !important;
    padding: 5px !important;
 }







 /* ------------------Job Deatils Custome Profile Css --------------------*/ 

    .profile-card {
      max-width: 400px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      text-align: center;
      border: 1px solid #e4e4e4;
      padding-bottom: 20px;

    }

    /* === Circular progress with photo inside === */
    .profile-progress {
      position: relative;
      width: 140px;
      height: 123px;
      margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .circle_profile {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: conic-gradient(#f8b400 0% 53%, #e9ecef 53% 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .circle_profile img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #fff;
      background: #eee;
    }
    .progress-text {
         position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 12px;
    color: #f8b400;
    background: #fff;
    padding: 1px 10px;
    border-radius: 12px;
    }

    /* === Badge Styling === */
    .badges {
      zoom: 0.7;
    }
    .badges img {
      width: 60px;
      /* height: 42px; */
      margin: 10px;
      margin-bottom: 2px;
    }

    /* === Button === */
  



    .dotted-line-container {
      position: relative;
      text-align: center;
      margin: 0px;
      margin-bottom: 25px;
    }

    /* Dotted line */
    .dotted-line-container::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      border-top: 2px dotted #ccc;
      z-index: 1;
    }

    /* Gradient button */
    .btn-skill-gradient {
    position: relative;
    z-index: 2;
background: linear-gradient(to bottom, #f8b400, #e69500);
          
    color: #5C3A03;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 15px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-size: 12px;
    }
    .btn-skill-gradient:hover {
      background: linear-gradient(to bottom, #e69500, #e69500);
        color: #5C3A03;
    }
    .btn-skill-gradient i {
      font-size: 11px;
    }



    .profile_title{
  color: #15152A;
}
.profile_role{
  color: #15152A;
  font-size: 15px;
}
.lastupdate{
      font-size: 11px !important;
      color: #8A8A95;

}

.hr-dotted {
  border: 0;
  border-top: 1.5px dotted #8a8a8f;
  margin: 10px 0;
}
.f_11{
      font-size: 11px;
}




    .status-card {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 20px 20px 0px 0px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 10px;
      max-width:450px;
      /* margin: 20px auto; */
    }

    .badge-section {
      flex: 0 0 auto;
      text-align: center;
      margin-right: 15px;
    }
    .badge-section .trophy {
      font-size: 40px;
      color: #d4af37;
    }
    .badge-label {
      display: inline-block;
      background: linear-gradient(to right, #f8b400, #e69500);
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      padding: 2px 10px;
      border-radius: 10px;
      margin-top: 5px;
    }

    .stats-section {
      flex: 1;
      display: flex;
      justify-content: space-between;
      text-align: center;
    }

    .stats-section .stat {
      flex: 1;
      padding: 0 10px;
      position: relative;
      text-align: left;
    }
    .stats-section .stat:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      height: 60%;
      border-right: 1px solid #ddd;
    }

    .stat-label {
      font-size: 14px;
       color: #15152A;
      margin-bottom: 5px;
    }
    .stat-value {
      font-weight: bold;
      font-size: 20px;
      color: #3a2b4a;
    }
    .stat-value i {
      font-size: 14px;
      margin-left: 5px;
      color: #999;
    }

    /* Responsive */
    @media(max-width: 576px) {
      .status-card {
        flex-direction: column;
        text-align: center;
      }
      .stats-section {
        flex-direction: column;
      }
      .stats-section .stat {
        margin: 10px 0;
      }
      .stats-section .stat:not(:last-child)::after {
        display: none;
      }
    }

    

 /* ------------------Job Deatils Custome Profile Css End --------------------*/ 



    /* Title Glow */

    
@media only screen and (min-width: 768px) {
    .jobs_recomm_title h2 {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative;
    }

      .jobs_recomm_title p {
display:none;
      }
    .jobs_recomm_title h2 strong {
        color: #00376E;
        font-weight: 600;
    }


        .jobs_recomm_title h2 div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-left: 6px;
        background: #FFFFFF;
        position: relative;
        z-index: 9;
    }


         .jobs_recomm_title h2 div:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #ffc70099;
        width: 100%;
        height: 100%;
        border-radius: 50px;
        animation: glowanimation 2s ease-in-out infinite;
        z-index: -1;
    }


         .jobs_recomm_title h2 div span{
        width: 113px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        background: #FFFFFF;
        border-radius: 50px;
        border: 1px solid #383838;
    }

        .jobs_recomm_title h2:after {
          content: "";
        top: 10px;
        width: 42px;
        height: 37px;
        background-image: url(../img/icons/title_arrow.png);
        background-size: 100%;
        position: absolute;
        right: -54px;
        background-repeat: no-repeat;
    }
}

 .jobs_recomm_title{
    margin-bottom: 30px;
    /* text-align: center; */
}

.jobs_recomm_title h2{
    color: #383838;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}


@keyframes glowanimation {
	0% {
		width: 120px;
		height: 36px
	}

	to {
		width: 150px;
		height: 70px;
		background-color: #ffc70000
	}
}

   /* Title Glow */






@media only screen and (min-width: 768px) {
    .jobs_recomm_title2 h2 {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative;
    }

    .jobs_recomm_title2 h2 strong {
        color: #00376E;
        font-weight: 600;
    }


        .jobs_recomm_title2 h2 div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-left: 6px;
        background: #FFFFFF;
        position: relative;
        z-index: 9;
    }


         .jobs_recomm_title2 h2 div:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #ffc70099;
        width: 100%;
        height: 100%;
        border-radius: 50px;
        animation: glowanimation 2s ease-in-out infinite;
        z-index: -1;
    }


         .jobs_recomm_title2 h2 div span{
        width: 113px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        background: #FFFFFF;
        border-radius: 50px;
        border: 1px solid #383838;
    }

        .jobs_recomm_title2 h2:after {
          content: "";
        top: 10px;
        width: 42px;
        height: 37px;
        /* background-image: url(../img/icons/title_arrow.png); */
        /* background-size: 100%; */
        position: absolute;
        right: -54px;
        /* background-repeat: no-repeat; */
    }
}

 .jobs_recomm_title2{
    margin-bottom: 0px;
    /* text-align: center; */
}

.jobs_recomm_title2 h2{
    color: #383838;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}


@keyframes glowanimation {
	0% {
		width: 120px;
		height: 36px
	}

	to {
		width: 150px;
		height: 70px;
		background-color: #ffc70000
	}
}









.skill_recom_position{
  position: relative;
      right: -25px;
}

   .skill_recom_badge{
        background-color: #ffcfca;
    color: #863027;
    padding: 5px 10px;
    display: flex;
    border-radius: 15px 0px 0px 15px;
    font-size: 12px;
    font-weight: 500;
   }




   /* Dashbaord Profile Common desing old */


.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    background: conic-gradient(#f7a400 0% 67%, #e0e0e0 67%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    /* Start from bottom-right */
}

.progress-circle .profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.progress-circle .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(180deg);
    /* Start from bottom-right */
}

.progress-label {
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #f7a400;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(180deg);
    /* Start from bottom-right */
}

.dashboaed-profile-data {
    padding-left: 25px;
    width: 430px;
}

.progress-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0rem 0;
    zoom: 0.6;
    width: 80%;
}

.step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #1dae5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: solid 1px #14984c;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.step2 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #1dae5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: solid 1px #ab0c00;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* .step3 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #1dae5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: solid 1px #ab0c00;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.step4 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    color: #1dae5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: solid 1px #ab0c00;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
} */


/* 
.step.star {
    background: white;
    font-size: 18px;
    border: solid 1px #ab0c00;
} */

/* .progress-line {
    flex-grow: 1;
    height: 6px;
    background-color: #2ecc71;

}

.progress-line2 {
    flex-grow: 1;
    height: 6px;
    background-color: #d7d7d7;
}

.progress-line3 {
    flex-grow: 1;
    height: 6px;
    background-color: #d7d7d7;
}


.progress-line4 {
    flex-grow: 1;
    height: 6px;
    background-color: #d7d7d7;
}
 */
.progress-line {
    width: 55px;
    height: 2.2px;
    background-color: lightgray;
    transition: background-color 0.3s;
}

.check-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.dashboaed-profile-data p {
    padding-bottom: 10px;
}

.ph-check:before {
    content: "\f33e";
    font-weight: bold !important;
    font-size: 15px !important;
}

.ph-x:before {
    content: "\f642";
    font-weight: bold !important;
    font-size: 15px !important;
}


.dashboaed-profile-danger {
    background-color: #ffbabd63 !important;
    border: solid 1px #ff00005c !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px !important;
    padding: 15px 30px 20px 30px !important;

}


.dashboaed-profile-success {
    background-color: #deffeb !important;
    border: solid 1px #198754 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px !important;
    padding: 15px 30px 20px 30px !important;

}

.dashboaed-profile-data h6 {
    color: #282828 !important;
}

.dashboaed-profile-data p {
    color: #282828 !important;
}

.single-feature-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px !important;
    border: solid 1px #e8e8e8;
}

.col-xl-3.col-lg-6.col-md-6:nth-child(1) .single-feature-box {
    background-color: var(--primary-50);
}

.col-xl-3.col-lg-6.col-md-6:nth-child(2) .single-feature-box {
    /* background-color: var(--warning-50); */
    background-color: var(--primary-50);
}

.col-xl-3.col-lg-6.col-md-6:nth-child(3) .single-feature-box {
    /* background-color: var(--success-50); */
    background-color: var(--primary-50);
}

.col-xl-3.col-lg-6.col-md-6:nth-child(4) .single-feature-box {
    /* background-color: var(--primary-50); */
    background-color: var(--primary-50);

}

.benefit-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    font-size: 28px;
    color: white;
}

.pink {
    background-color: #f48fb1;
}

.orange {
    background-color: #ffb74d;
}

.blue {
    background-color: #81d4fa;
}

.benefit-box {
    text-align: center;
    padding: 2rem 1rem;
}

h2 {
    font-weight: bold;
}

.shdow_btn {
    box-shadow: rgba(44, 187, 99, 0.2) 0px -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0px 1px 2px, rgba(44, 187, 99, 0.15) 0px 2px 4px, rgba(44, 187, 99, 0.15) 0px 4px 8px, rgba(44, 187, 99, 0.15) 0px 8px 16px, rgba(44, 187, 99, 0.15) 0px 16px 32px;
}

.choices__inner {
    box-shadow: rgb(208 213 243) 0px 3px 8px !important;
    border: solid 1px #9aadbc !important;
}

/* #startTestBtn {
    visibility: hidden;
} */



.pay-btn {
    background-color: #28a745;
    border: none;
    transition: background-color 0.3s ease;
}

.pay-btn:hover {
    background-color: #218838;
}

.winner-chip {
    position: relative;
    cursor: pointer;
    margin-left: .25rem;
    width: 55% !important;
    margin: 0 auto;
}

.winner-chip__semiBold {
    font-weight: 600
}

.winner-chip__winnerBox {
    padding: .625rem 1.95rem;
    font-size: 1.625rem;
    position: relative;
    letter-spacing: .025rem;
    border-radius: .25rem;
    color: #ffff;
    overflow: hidden;
    line-height: 1.4;
    background: linear-gradient(91.32deg, #6275e0 2.15%, #209cff 95.89%);
}

.winner-chip__img {
    position: absolute;
    top: -1.5rem;
    right: -18px;
}

.winner-chip__animation_box_line1 {
    width: 0.99rem;
    height: 4.559rem;
    transform: translateX(0px) rotate(-15deg);
    flex-shrink: 0;
    background: linear-gradient(86.96deg, rgba(255, 255, 255, 0) 3.28%, rgba(255, 255, 255, 0.6) 48.34%, rgba(255, 255, 255, 0) 93.41%);
    position: absolute;
    animation: slide1 2600ms ease-in-out infinite;
    top: -0.18rem;

}

@keyframes slide1 {
    0% {
        transform: translateX(-30px) rotate(-15deg)
    }

    50%,
    100% {
        transform: translate(290px) rotate(-15deg);
        background-color: transparent
    }
}



.badge-zoom {
    animation: zoomInOut 2s infinite ease-in-out;
    transform-origin: center;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.05);
    }
}

.shiny-button {
    position: relative;
    display: inline-block;
    /* padding: 15px 5px; */
    /* font-size: 15px; */
    color: white;
    /* background: linear-gradient(90deg, #4e54c8, #8f94fb); */
    background: linear-gradient(90deg, #0a8d3f, #0a8d3f);
    border: none;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.shiny-button:hover {
    transform: scale(1.05);
    color: white;
}

.shiny-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 18%) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.tooltip.custom-tooltip .tooltip-inner {
    max-width: 500px !important;
    text-align: left;
    white-space: normal;
}



/* Mobile menu  Resposive */




@media (max-width: 1199.98px) {
.search-icon{
display:none !important;
}

.mobile-logo{
  display: block !important;
}
}
@media (max-width: 767.98px) {
.search-icon{
display:none !important;
}

.mobile-logo{
  display: block !important;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.search-icon{
display:none !important;
}

.mobile-logo{
  display: block !important;
}
}




@media (max-width: 767px) {
    .dashboard-right-header {
        align-items: start;
        position: absolute;
        top: -5px;
        left: 35px;
    }
}










/* Hide show */

/* By default hide mobile */
.mobile-view {
  display: none !important;
}

/* Desktop: show by default */
.desktop-view {
  display: block !important;
}

/* Mobile view (max-width: 768px) */
@media (max-width: 768px) {
  .mobile-view {
    display: block !important;
  }
  .desktop-view {
    display: none !important;
  }
}




/* Top Herrder Inner Page  */

/* Mobile only */
@media (max-width: 768px) {
   .breadcrumb__bg {
        padding: 60px 0 !important;
    }
    .dashboard__area{
          position: relative !important;
        z-index: initial !important;
               top: 20px !important;
                   padding-top: 30px !important;


    }
}