/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

* {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #172327;
  font-family: "Montserrat",
    sans-serif;
}

body {
  color: #172327;
  font-weight: 400;
  font-family: "Montserrat",
    sans-serif;
  background: #1D222E;

  margin: 0;
    padding: 0;
    height: 100vh;
}

@font-face {
  font-family: RusticLoveTattoo;
  src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}




/* Splash-Screen-css-start */
.Splash-Screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1D222E;
}

/* Splash-Screen-css-end */


/* welcome-page-css-start */
.welcome__mobile--img {
  padding-top: 54px;
  text-align: center;
  border-radius: 20px;
  background: #1D222E;
}

.welcome {
  padding-top: 31px;
  padding-bottom: 25px;
  /*! height: 100%; */
  min-height: calc(100vh - 412px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.welcome__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcome__content h3 {
  color: #172327;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.welcome__content p {
  color: #172327;
  font-size: 13px;
  font-weight: 500;
  max-width: 335px;
  letter-spacing: -0.3px;
  margin-bottom: 38px !important;
  margin: auto;
}

.theme__btn:hover {
  background: #86B8C4BA;
  box-shadow: 0 6px 10px #86B8C43B;
}

.theme__btn {
  border-radius: 10px;
  background: #86B8C4;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  transition: .3s;
}
.theme__btn:disabled,
.theme__btn.disabled{
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

/* welcome-page-css-end */


/* login-page-start */
.main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.mobile__box {
  /* min-height: calc(100vh - 300px); */
  flex: 1;
  border-radius: 20px;
  background: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.container {
  padding: 0 20px;
}


.login__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section__title h3 {
  color: #172327;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 7px;
  color: #1D222E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}

.section__title p {
  color: #172327;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0;
}

.login__input {
  margin-top: 30px;
}

.login__input label {
  color: #172327;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 8px;
}

.login__input input {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  height: 45px;
  padding: 15px;
  width: 100%;
  color: #939A9C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

/* login-page-end */


/* otp-page-css-start */
.section__title p a {
  color: #86B8C4;
  text-decoration: none;
  display: block;
}

.otp-input {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.otp-input input {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  width: 75px;
  height: 75px;
  color: #172327;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: center;
}

.otp__time p {
  color: #172327;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0;
}

.otp__time p span {
  color: #86B8C4;
}


/* otp-page-css-end */


/* home-page-css-start */
.notify-bar {
  min-height: 47px;
  padding: 0 20px;
  background: #B30000;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.notify-bar p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  /* display: flex; */
  align-items: center;
  gap: 7px;
  margin: 0;
  /* display: flex;
  flex-direction: row; */
}

.notify-bar p img {
  width: 20px;
}

.notify-bar a {
  border-radius: 8px;
  border: 0.5px solid #FFF;
  backdrop-filter: blur(2px);
  min-width: 87px;
  max-width: 87px;
  height: 33px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.header {
    flex-shrink: 0;
}

.header__wrap {
  padding: 20px 20px 25px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__logo {
  max-width: 96px;
}

.header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.notify-icon {
  max-width: 45px;
}

.add__btn:hover {
  background: #86B8C4BA;
  box-shadow: 0 6px 10px #86B8C43B;
  color: #fff;
}

.add__btn {
  border-radius: 10px;
  background: #86B8C4;
  backdrop-filter: blur(2px);
  height: 45px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
  transition: .3s;
}

.add__btn img {
  max-width: 12px;
}

.header__search {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

.header__search input {
  border-radius: 10px;
  background: #323848;
  height: 45px;
  border: 0;
  padding: 0 14px;
  color: #BBC3C5;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  padding-left: 41px;
  width: 100%;
}

.header__search a {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 18px;
}

.job__wrap .section__title {
  margin-bottom: 20px;
}

.mobile__box {
  overflow-y: scroll;
}

.job__box {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 14px;
  margin-bottom: 8px;
  cursor: pointer;
}

.job__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #D2DBDF;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.job__title--text {
  width: 81.3%;
}

.job__title--text h3 {
  color: #1D222E;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.job__title--text p {
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.job__title--text p img {
  max-width: 15px;
}

.job__time {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 15px;
}


.job__time span {
  color: #939A9C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 2px;
}

.job__time p {
  color: #1D222E;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
}

.job__time--status p {
  color: #B30000 !important;
}

.job__box:last-child {
  margin: 0;
}

.job__wrap {
  margin-bottom: 30px;
}

.job__task {
  padding-top: 15px;
}

.job__task h3 {
  color: #1D222E;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.job__task--btn {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.job__task--btn a {
  text-decoration: none;
  border-radius: 6px;
  background: #EFF6F7;
  width: 32%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.job__task--btn a img {
  max-width: 12px;
}

.active-progress {
  background: #008DDF !important;
  color: #fff !important;
}

.active-completed {
  background: #009938 !important;
  color: #fff !important;
}

.menu__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 13px 20px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.menu__btns a {
  /* width: 23.8%; */
  flex: 1;
  height: 37px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  gap: 6px;
}

.menu__btns a img {
  max-width: 20px;
}

.menu__btns a:last-child img {
  max-width: 16px;
}

.menu__btns a.active {
  border-radius: 10px;
  background: #37464A;
  padding: 0 0.35rem;
}

.nav__btns {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;

    margin-bottom: 2rem;
}

.nav__btns a {
    border-radius: 10px;
    border: 1px solid #86B8C4;
    color: #86B8C4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0 1rem;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    gap: 6px;
}

.nav__btns a.active {
    color: #fff;
    background-color: #86B8C4;
}

.job__wrap:last-child {
  margin-bottom: 100px;
}

.image__btns {
  width: 100%;
  padding: 13px 20px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.image__btns a {
  width: 23.8%;
  height: 37px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  gap: 6px;
}

/* home-page-css-end */


/* upcoming-page-css-start */
.job__info--title span {
  color: #939A9C;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  display: block;
}

.job__info--title h3 {
  color: #1D222E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0;
}

.job__info--title {
  margin-bottom: 20px;
}

.job__info--time-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.job__info--time p {
  color: #1D222E !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.job__info--time p img {
  max-width: 16px !important;
}

.job__info--time p:first-child img {
  max-width: 14px !important;
}


.job__info--time p:last-child {
  margin: 0;
}

.job__info--time-wrap p {
  color: #B30000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.job__info--time-wrap p img {
  max-width: 18px;
}

.job__map {
  margin-bottom: 25px;
}

.job__map img {
  width: 100%;
}

.job__map a {
  display: block;
}

.job__info--text .section__title {
  margin-bottom: 10px;
}

.job__info--text p {
  color: #1D222E;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin: 0;
}

.job__info--text {
  margin-bottom: 25px;
}

.upload-files label {
  border-radius: 10px;
  border: 1px dashed #D2DBDF;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  color: #939A9C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.upload-files label img {
  max-width: 40px;
  margin-bottom: 10px;
}

.upload-files {
  position: relative;
}

.camera-container label {
  border-radius: 10px;
  border: 1px dashed #D2DBDF;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  color: #939A9C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.upload-files input {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.job__info--upload {
  margin-bottom: 48px;
}

.header__job--info {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header__job--info a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
  gap: 15px;
  display: flex;
  align-items: center;
}

.header__job--info a.job__header--priv img {
  max-width: 20px;
}

.header__job--info a img {
  max-width: 45px;
}

.chet__text {
  border-radius: 10px 0px 10px 10px;
  background: #86B8C4;
  margin-bottom: 20px;
  max-width: 204px;
  margin-left: auto;
  padding: 10px;
}

.chet__text.chat-white {
  border-radius: 10px 0px 10px 10px;
  background: #EFF6F7;
  margin-left: unset;
}

.message-header {
    font-size: 12px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-user {
    font-weight: bold;
    color: #FFF;
}

.message-time {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #FFF;
}

.chet__text.chat-white .message-header {
    color: #1D222E;
}

.chet__text.chat-white .message-user {
    color: #1D222E;
}

.chet__text.chat-white .message-time {
    color: #1D222E;
}



.message-attachments {
    margin-top: 10px;
}

.message-attachments img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.chet__text .message-attachments a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}

.chet__text.chat-white .message-attachments a {
    background: rgba(134,184,196,0.1);
}

.chet__text .message-attachments a span {
    color: #FFF;
}

.chet__text.chat-white .message-attachments a span {
    color: #1D222E;
}

.chet__text.chat-white .message-attachments a {
    color: #1D222E;
}

.chet__text.pending-message {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.chet__text.failed-message {
    opacity: 0.8;
    border-right: 3px solid #ff4444;
}

.chet__text.chat-white.failed-message {
    border-left: 3px solid #ff4444;
}

.message-status {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
}

.message-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.retry-message {
    cursor: pointer;
    transition: color 0.2s ease;
}

.retry-message:hover {
    color: #ff6666 !important;
    transform: scale(1.1);
}


#file-preview {
    /* border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
    padding: 10px; */

    width: 100%;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

.file-item .remove-file {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.file-item:last-child {
    border-bottom: none;
}




/* upcoming-page-css-end */


/* chat-page-css-stert */
.header__user--wpap {
  padding: 20px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}
.header__user--wpap .bar.pos {
	position: absolute;
	right: 20px;
}
.header__user-next {
  max-width: 20px;
}

.header__user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.header__user--img {
  max-width: 43px;
  border-radius: 50%;
  overflow: hidden;
}

.header__user--text h3 {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.header__user--text p {
  color: #009938;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.header__user--text p span {
  width: 6px;
  height: 6px;
  background: #009938;
  border-radius: 50%;
}

.header__user--bottom {
  padding: 0 20px;
  margin-bottom: 20px;
}

.header__user--bottom p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 6px;
  background: #323848;
  padding: 7px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  gap: 7px;
  width: fit-content;
}

.header__user--bottom p img {
  max-width: 14px;
}

.chat__title h3 {
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0;
  text-align: center;
  position: relative;
  max-width: 141px;
  margin: auto;
}

.chat__title h3:before {
  position: absolute;
  content: "";
  background: #1D222E;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chat__title h3 span {
  background: #ffff;
  padding: 0 3px;
  position: relative;
  z-index: 9;
}

.chat__title {
  margin-bottom: 30px;
}

.chet__text p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
  /*! padding: 10px; */
}

.chet__text img {
  /* position: absolute;
  right: 10px;
  bottom: 10px; */
}

.chet__text img.chat-img {
  position: unset;
  margin-bottom: 8px;
}

.chet__text.chat-white p {
  color: #1D222E;
}

.chat__box {
    margin-bottom: 3rem;
}

.chet__input {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 13px 20px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.chet__input input {
  border-radius: 10px;
  border: 1px solid #86B8C4;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.chet__input input:focus,
.chet__input input:active,
.chet__input input:focus-visible,
.chet__input input:focus-within {
  outline: none;
  border-color: #86B8C4;
}

.chat__input-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  position: fixed;
  right: 30px;
  bottom: 2%;
  transform: translateY(-50%);
  background-color: #FFF;
  padding-left: 0.5rem;
}

.chat__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* chat-page-css-end */

/* task-detail-css-start */
.task__detail p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1D222E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}

.task__detail p span {
  color: #939A9C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.task__detail p a {
  border-radius: 6px;
  background: #008DDF;
  width: 96px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  gap: 5px;
}

.task__detail--wrap .section__title h3 {
  color: #1D222E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.task__detail--list li,
.job__detail--list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #939A9C;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.task__detail--list li span,
.job__detail--list li span {
  border-radius: 50%;
  border: 1px solid #D2DBDF;
  background: #FFF;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job__detail--list li,
.job__detail--list li a {
  color: #1D222E;
  cursor: pointer;
}

.task__detail--list li:last-child,
.job__detail--list li:last-child {
  margin: 0;
}

.task__detail--list li:nth-child(1) {
  color: #1D222E;
}

.task__detail--list li:nth-child(2) {
  color: #1D222E;
}

.task__detail--list li:nth-child(1) span {
  background: #009938;
  border-color: #009938;
}

.task__detail--list li:nth-child(2) span {
  background: #009938;
  border-color: #009938;
}

.task__detail--list li span img,
.job__detail--list li span img {
  max-width: 8px;
}

.job__detail--list li.completed span {
  background: #009938;
  border-color: #009938;
}

.job__detail--list li.completed {
  text-decoration: line-through;
}

.task__detail--photo {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.task__detail--photo img {
  width: 100%;
}

.task__detail--photo a {
  width: 49%;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  overflow: hidden;
}

.primary__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.primary__btns a:hover {
  background: #86B8C4BA;
  box-shadow: 0 6px 10px #86B8C43B;
  border: 0;
  color: #fff !important;
}

.primary__btns a {
  border-radius: 10px;
  border: 1px solid #86B8C4;
  width: 49%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86B8C4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  transition: .3s;
}

.primary__btns a.theme__btn {
  color: #fff;
}

.attachment__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.attachment__buttons .secondary__btn {
  border-radius: 10px;
  border: 1px solid #86B8C4;
  width: 49%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86B8C4;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  transition: .3s;
}

.attachment__buttons .theme__btn {
  color: #fff;
  width: 49%;
  height: 45px;
}

a {
  text-decoration: none;
}

.task__detail p a img {
  max-width: 10px;
}

.task__detail-wraper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.task__textarea label {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 8px;
}

.task__textarea textarea {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  height: 156px;
  width: 100%;
  padding: 15px;
  color: #939A9C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.task__textarea {
  margin-bottom: 20px;
}

.task__upload h3 {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.task__upload label {
  border-radius: 10px;
  border: 1px dashed #D2DBDF;
  background: #FFF;
  text-align: center;
  padding: 24px;
  width: 100%;
  margin-bottom: 58px;
}

.task__upload label img {
  margin-bottom: 10px;
}

.task__upload label p {
  color: #1D222E;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.task__upload label span {
  color: #939A9C;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
  display: block;
}

.task__detail p a.complete__active {
  background: #009938;
}

.primary__btns.w-100 a.theme__btn {
  width: 100%;
}

.task__detail--list.all-active li span {
  background: #009938;
  border-color: #009938;
}

.task__detail--list.all-active li {
  color: #1D222E;
}

.job__wrap .section__title h3 {
  color: #1D222E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.job__wrap .section__title p {
  color: #939A9C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
}

.job__wrap .job__top--flex .section__title {
  margin: 0;
}

.job__top--flex {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.job__view-btn a {
  border-radius: 10px;
  border: 1px solid #86B8C4;
  background: #FFF;
  width: 113px;
  height: 35px;
  color: #86B8C4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* task-detail-css-end */


/* The container */
.containerss {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerss:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerss input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerss input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerss .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.search__filter-radio h3 {
  color: #1D222E;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}

.search__filter-radio label {
  color: #1D222E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.search__filter-radio label span {
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #D2DBDF;
  background: #fff !important;
}

.search__filter-radio label span:after {
  width: 10px !important;
  height: 10px !important;
  left: 0 !important;
  right: 0;
  margin: auto;
  top: 50% !important;
  transform: translateY(-50%);
  background: #86B8C4 !important;
}

.containerss input:checked~.checkmark {
  border-color: #86B8C4;
}

.search__filter-radio label:last-child {
  margin: 0;
}

.search__filter-radio {
  margin-bottom: 25px;
}

.header__filter-search {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.header__filter-search .header__search {
  width: 85%;
}

.filter__tag-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 9px;
}

.filter__tag-title h3 {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

.filter___tegs {
  padding: 0 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filter___tegs a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #323848;
  padding: 9px 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  gap: 8px;
}

.profile__title h3 {
  color: #1D222E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}

.profile__user {
  width: 106px;
  height: 106px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

.profile__user img {
  border-radius: 20px;
}

.profile__user a {
  position: absolute;
  right: -7px;
  bottom: -7px;
}

.profile__menu li {
  display: block;
  margin-bottom: 7px;
}

.profile__menu li:last-child {
  margin: 0;
}

.profile__menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 10px;
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.profile__menu-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile__menu {
  margin-bottom: 50px;
}

.profile__wrapper {
  padding-bottom: 69px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.single__input label {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 8px;
}

.single__input input {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.single__input {
  margin-bottom: 15px;
}

.profile__from {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.profile__from button {
  border: 0;
}

.notification__title h3 {
  color: #939A9C;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
}

.notification__title {
  margin-bottom: 15px;
}

.notification__box {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px;
}

.notification__text {
  max-width: 81.8%;
}

.notification__text h3 {
  color: #1D222E;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification__text h3 span {
  color: #939A9C;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.3px;
}

.notification__text p {
  color: #1D222E;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.3px;
  margin: 0;
}

.notification__wrap {
  margin-bottom: 25px;
}

.services__select label {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 8px;
}

.services__select .nice-select {
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 0 15px;
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
}

.services__select .select2-container .select2-selection--single {
    border-radius: 10px;
    border: 0.5px solid #D2DBDF;
    background: #FFF;
    padding: 0 12px;
    height: 45px;
}

.services__select .select2-container .select2-selection--multiple {
    border-radius: 10px;
    border: 0.5px solid #D2DBDF;
    background: #FFF;
    padding: 0 12px;
    min-height: calc(1.25em + 1.5rem);

    display: flex;
    align-items: center;
}

.services__select .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0.5px solid #D2DBDF;
}

.services__select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;

    color: #1D222E;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 45px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

.select2-container .select2-selection--multiple .select2-search.select2-search--inline {
    display: inline-flex;
    flex-grow: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
}

.select2-container .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
    height: 16px;
    font-family: inherit !important;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.services__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option {
    font-size: 12px;
    font-weight: 400;
}

.services__select {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.services__wrap .search__filter-radio {
  margin-bottom: 15px;
}

.services__textarea h3 {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.services__textarea textarea {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 15px;
  color: #939A9C;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  height: 109px;
  width: 100%;
}

.services__textarea {
  margin-bottom: 15px;
}

.task__upload label p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.task__upload label p span {
  color: #86B8C4;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

button.theme__btn {
  border: 0;
}

/* The container */
.containerrr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerrr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerrr:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerrr input:checked~.checkmark {
  background-color: #86B8C4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerrr input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerrr .checkmark:after {
  left: 7.5px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services__big-title {
  margin-top: 25px;
  margin-bottom: 15px;
}

.services__big-title h3 {
  color: #1D222E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.services__checkbox-wrap h3 {
  color: #1D222E;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.services__checkbox {
  display: flex;
  flex-wrap: wrap;
}

.services__checkbox label {
  margin-bottom: 15px;
  width: 33.33%;
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  padding-left: 26px;
}

.services__checkbox label span {
  border-radius: 5px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}


.modal__wrap {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
}

.modal__title {
  margin-bottom: 20px;
}

.modal__title h3 {
  color: #1D222E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.modal__wrap .primary__btns {
  padding: 0;
  margin-top: 35px;
}

.site__title h3 {
  color: #1D222E;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.site__bbox {
  height: 100%;
}

.site__wrap {
  height: 100%;
}

.site__bbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.site__bbox span {
  width: 40px;
  height: 40px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #EFF6F7;
  border-radius: 50%;
}

.site__bbox p {
  color: #939A9C;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.site__galary span {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  display: block;
}

.site__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.site__imgs a {
  width: 31.33%;
  border-radius: 7px;
  overflow: hidden;
}

.login__text h3 {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}

.login__text p {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.online-active a {
  border-radius: 8px;
  background: #009938;
  height: 30px;
  display: inline-flex;
  padding: 0 8px;
  align-items: center;
  gap: 3px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.online-active a span {
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50%;
}

.online-active {
  margin-bottom: 20px;
}

.parcel__dalevar-btn {
  margin-top: 15px;
}

.parcel__dalevar-btn a {
  border-radius: 6px;
  background: #86B8C4;
  display: inline-flex;
  padding: 7px 5.999px 7px 5.001px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.job__info--time-wrap p.blue {
  margin: 0;
  color: #008DDF;
}

.img-cap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-cap .primary__btns {
  padding: 30px 20px;
}

.online-active.red a {
  border-radius: 8px;
  background: #B30000;
}

.img-cap-im {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job__info--list {
  margin-bottom: 25px;
}

.job__info--list ul {
  margin-top: 10px;
}

.job__info--list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1D222E;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
}

.job__info--list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single__manage {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

.manage__content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.manage__text {
  width: 235px;
}

.manage__text h3 {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.manage__text p {
  color: #939A9C;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.3px;
  margin: 0;
}

.manage__arrow a {
  color: #1D222E;
}

.scan__wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 35px;
}

.px-20 {
  padding: 0 20px;
}

.scan__titel {
  margin-bottom: 30px;
  text-align: center;
}

.scan__titel h3 {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.scan__titel p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.scan__modal {
  text-align: center;
}

.scan__modal img {
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.scan__modal p {
  color: #1D222E;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.modal__wrap .otp-input {
  margin-top: 0;
  margin-bottom: 55px;
}

.mobile__box.product {
  padding-left: 0;
  padding-right: 0;
}


.scan__modal h3 {
  color: #1D222E;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.product__gallary {
  padding-left: 20px;
  margin-bottom: 30px;
}

.product__gallary .section__title {
  margin-bottom: 10px;
}

.product__gallary-img--flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.product__gallary-img--flex {
  width: 491px;
  /*! overflow: scroll; */
  padding-right: 10px;
}

.product__gallary-img {
  overflow: scroll;
  width: 100%;
}

.product__gallary-img--flex a {
  border-radius: 10px;
  border: 0.5px solid #CACACA;
  background: #FFF;
  width: 123px;
  height: 97px;
  /*! padding: 10px; */
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: .3s;
}



.product__gallary-img--flex a:hover {
  border-color: #86B8C4;
}

.product__qe {
  text-align: center;
  margin-bottom: 25px;
}

.product__qe p {
  color: #1D222E;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}

.product__items .section__title h3 {
  margin-bottom: 10px;
}

.product__items {
  padding: 0 20px;
}

.product__list-box {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__list-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product__list-content h3 {
  color: #1D222E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.product__lsit-nice--number button {
  background: #EFF6F7;
  border: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  font-size: 21px;
}

.product__lsit-nice--number input {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  border: 0;
}

.product__list-btn a:hover {
  background: #86B8C4BA;
  box-shadow: 0 6px 10px #86B8C43B;
  color: #fff;
}

.product__list-btn a {
  border-radius: 10px;
  background: #86B8C4;
  width: 105px;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.product__req {
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.product__list-text p {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.product__req-flex .product__list-box {
  padding: 10px 14px;
  width: 48%;
}

.product__list-close a {
  color: #000;
}

.product__req-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__submit-btn.mb-30 {
  padding: 0 20px;
}

.conform__list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1D222E;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.conform__list p span {
  color: #939A9C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.conform__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.conform__wrap .primary__btns {
  padding: 0;
}

.inventory__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inventory__title h3 {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.inventory__items .services__checkbox label {
  margin: 0;
  position: relative;
  transform: unset;
  /*! display: block; */
  padding: 0;
  width: 100%;
}

.inventory__items .services__checkbox label span {
  position: unset;
  transform: unset;
}

.inventory__wraper .services__checkbox label p {
  display: block;
  margin: 0;
  width: 53px;
}

.inventory__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 10px;
}

.inventory__wraper .services__checkbox label {
  width: auto;
}

.inventory__items .product__list-box {
  width: 86.5%;
}

.inventory__notes {
  border-radius: 10px;
  background: #EFF6F7;
  padding: 9px 80px 9px 10px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.inventory__notes h4 {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.inventory__notes p {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.product__list-btn p {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.product__list-btn p span {
  color: #86B8C4;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}

.inventory__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single__in-input {
  position: relative;
  width: 84%;
}

.single__in-input input {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  width: 100%;
  height: 45px;
  padding-left: 41px;
  color: #939A9C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.single__in-input input:focus,
.single__in-input input:active,
.single__in-input input:focus-visible,
.single__in-input input:focus-within {
    box-shadow: none;
    outline: none;
}

.single__in-input a {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.inventory__rq-text {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inventory__rq-text img {
  width: 35px;
  margin-bottom: 10px;
}

.inventory__rq-text h3 {
  color: #1D222E;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.inventory__rq-text p {
  color: #1D222E;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.inventory__setting {
  border-radius: 10px;
  background: #EFF6F7;
  padding: 15px 14px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.setting__single img {
  margin-bottom: 5px;
}

.setting__single p {
  color: #1D222E;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.setting__single {
  /*! width: 33.33%; */
  padding: 0 5px;
  position: relative;
}

.setting__single:before {
  position: absolute;
  content: "";
  background: #86B8C4;
  height: 16px;
  width: 1px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.setting__single:last-child:before {
  display: none;
}

.setting__single:first-child {
  padding-left: 0;
}


.conform__wraper .section__title {
  margin-bottom: 10px;
}

.conform__wraper .job__wrap {
  margin-top: 25px;
}

.job__title--text p span {
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.job__title--text p span span {
  color: #009938;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.calender__wrap {
  display: flex;
  gap: 10px;
  /*! overflow: scroll; */
  width: 1000px;
}

.calender__wrap a {
  width: 55px;
}

.calender__wraper {
  overflow: scroll;
  margin-bottom: 35px;
}

.calender__wrap label {
  width: 55px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #EFF6F7;
  backdrop-filter: blur(2px);
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 66px;
  color: #1D222E;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  transition: .3s;
}

.calender__wrap label p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin: 0;
}

.calender__wrap label:hover {
  background: #86B8C4;
  color: #fff;
}

.time-container {
  display: flex;
  gap: 10px;
}

.time-input label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1D222E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.input-group {
  display: flex;
  align-items: center;
  /*! border: 1px solid #ddd; */
  /*! border-radius: 6px; */
  overflow: hidden;
  /*! background: #fff; */
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
}

.input-group input {
  border: none;
  /*! padding: 10px; */
  width: 67%;
  /*! text-align: center; */
  outline: none;
  /*! background: #f9f9f9; */
  cursor: not-allowed;
  height: 45px;
  padding: 0 15px;
  color: #939A9C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.ampm-group {
  display: flex;
  align-items: center;
  /*! border-left: 1px solid #ddd; */
  gap: 2px;
}

.ampm-text {
  /*! padding: 10px; */
  /*! background: #fff; */
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.arrow-btn {
  border: none;
  /*! padding: 10px; */
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  color: #1D222E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.single__input textarea {
  border-radius: 10px;
  border: 0.5px solid #D2DBDF;
  background: #FFF;
  height: 109px;
  width: 100%;
  padding: 15px;
  color: #939A9C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.time-input {
  width: 50%;
}

.add__time--btns {
  margin-top: 40px;
}

.job__iofo.task__ds .conform__list {
  margin-bottom: 25px;
}

.job__iofo.task__ds .conform__list p a {
  border-radius: 6px;
  background: #B30000;
  width: 96px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.list {
  width: 100%;
}

.nice-select .option.selected {
  background: #86B8C4 !important;
  color: #fff;
}

.modal__loca {
  margin-top: 8px;
  border-radius: 6px;
  background: #EFF6F7;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal__loca img {
  max-width: 15px;
}

.modal__loca p {
  color: #1D222E;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  margin: 0;
}

.add__radios {
  margin-top: 15px;
}

.add__radios p {
  color: #1D222E;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}

.search__filter-radio.add_radio {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.search__filter-radio.add_radio label {
  margin: 0;
}

.comform-modal {
  text-align: center;
}

.comform-modal img {
  margin-bottom: 16px;
}

.comform-modal p {
  color: #1D222E;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
}

/* offcanvas */

.btn-close {
  background-image: none;
}

.offcanvas-header {
  padding: 0;
  height: auto !important;
  display: flex !important;
  margin-bottom: 25px;
  justify-content: end;
}


.header__bar a {
  color: var(--text_color);
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FD438E;
}

.offcanvas-header button {
  color: #fff !important;
  opacity: 1;
  margin: 20px !important;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  font-size: 21px;
  box-sizing: border-box;
  background: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #FD438E;
  justify-content: center;
  margin: 0;
}

.offcanvas-start {
  background: var(--themebg);
}

.offcanva__menu ul li {
  display: block;
}

.header-lun {
  margin: 0;
  padding: 24px;
}

.offcanva__menu li a:hover {
  padding-left: 30px;
  border-color: #172755;
  color: #fff;
}

.hero__content a:hover img {
  margin-left: 20px;
}

.hero__content a img {
  transition: .3s;
}

.offcanva__menu li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  /*! font-family: Lexend; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 13px 24px;
  border-bottom: 1px solid #7E21474D;
  border-left: 0;
  border-right: 0;
  transition: .3s;
  text-transform: uppercase;
}.offcanva__menu li a:hover {
	padding-left: 30px;
	border-color: #172755;
	color: #fff;
}

.offcanva__menu li a svg {
  margin-right: 10px;
}

.offcanva__menu li:last-child a {
  margin-right: 4px;
  border-top: 0;
}


.header__bar.d-none a {
  text-decoration: none;
  background: linear-gradient(90deg, #FF3A34 0%, #019CFE 100%);
}

.offcanvas-start {
  background: #1D222E;
}

.offcanvas-header button {
  background: #B30000;
}

.bar a {
  height: 45px;
  width: 45px;
  background: #323848;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  color: #fff;
}
.j-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
/* offcanvas */

.inventory__search {
    position: relative;
}

input.autocomplete-active {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.search-autocomplete {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0.5px solid #eee;
    border-top: 0px;
    width: 100%;
    display: none;

    position: absolute;
    top: 100%;
    left: 0;

    max-height: 200px;
    overflow-y: auto;
}

.search-autocomplete ul {
    padding: 0px;
    margin: 0px;
}

.search-autocomplete li {
    list-style: none;
    padding: 0.25rem 0.75rem;
    border-bottom: 0.5px solid #D2DBDF;
    cursor: pointer;

    font-size: 11px;
    font-weight: 500;
    width: 100%;
}

.search-autocomplete li:last-child {
    border: 0px;
}

.site__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.site__actions a {
    color: #1D222E;
    font-size: 12px;
    font-weight: 500;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.gallery-item {
    height: 140px;
    border-radius: 5px;
    display: flex;
    flex: 0 0 calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
    overflow: hidden;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gallery-item .gallery-loader {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #FFF;
}

.video-thumbnail-wrapper {
    position: relative;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s;
    pointer-events: none;
}

.video-thumbnail-wrapper:hover .video-overlay {
    opacity: 1;
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.processing-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255, 193, 7, 0.9);
    color: black;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
}

/* Close Button Styles */
.modal-close-btn {
    background-color: rgba(220, 53, 69, 0.8);
    border: none;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 18px;
}

.modal-close-btn:hover {
    background-color: rgba(220, 53, 69, 1);
    transform: scale(1.1);
}

/* Image Viewer Modal Styles */
#imageViewerModal .modal-content {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.image-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.image-nav-btn:hover {
    opacity: 1;
}

.image-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#viewerImage {
    transition: opacity 0.3s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.image-loading {
    opacity: 0.5;
}

.calendar__container {
    position: relative;
}

.calendar__outer {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.calendar__date {
    width: 38px;
    height: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: #EFF6F7;
    color: #1D222E;
    backdrop-filter: blur(2px);

    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;

    transition: .3s;
}

.calendar__date p {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    margin: 0;
}

.calendar__date.active {
    background: #86B8C4;
    color: #fff;
}

.calendar__controls {
    position: absolute;
    top: 0;
}

.calendar__prev {
    left: 0;
}

.calendar__next {
    right: 0;
}

.calendar__controls a {
    font-size: 20px;
    text-decoration: none;
    color: #1D222E;
    cursor: pointer;
}
