.login_section {
  padding-bottom: 0 !important;
}

.login_sec_image {
  position: relative;
  z-index: 1;
}

.login_section .input_box {
  margin-bottom: 20px;
}

.login_section label {
  font-size: 16px;
  line-height: 34px;
  font-family: var(--bodyFont);
  color: var(--bs-white);
}

.login_section .input_box input {
  border: none;
  border-bottom: 1px solid #c3c3c3;
  background: transparent !important;
  padding-left: 0;
  font-size: 16px;
}

.login_section .input_box input::placeholder {
  color: #919191;
  font-size: 16px;
}

.login_section .input_box input:focus {
  box-shadow: none;
  outline: none;
}

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

.login_section form .btn_box .btns {
  max-width: 180px;
}

.login_section form p {
  font-size: 15px;
  color: var(--bs-white);
  font-family: var(--bodyFont);
  line-height: 0.8;
}

.login_section form p a {
  color: var(--bs-white);
  font-weight: bold;
}

.login_section form .or_image_sec {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 0.8;
}

.login_section .input_box input:-webkit-autofill,
.login_section .input_box input:-webkit-autofill:hover,
.login_section .input_box input:-webkit-autofill:focus,
.login_section .input_box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  care-color: inherit !important;
  background: transparent !important;
}

.otp-inputs {
  display: flex;
  gap: 12px;
  margin: 15px 0;
}

.otp-inputs input {
  width: 45px;
  height: 50px;
  font-size: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

.otp-inputs input:focus {
  border-color: #fff;
}

/* Hide spinner arrows for number field if you ever change type */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
}

.otpEmail {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.otp-container label {
  font-size: 14px;
  color: #9d9d9d;
}

#resend-btn {
  background: transparent;
  border: navajowhite;
  color: var(--bs-white);
  font-size: 13px;
  margin-bottom: 22px;
}

#countdown {
  font-weight: bold;
}

.subscription {
  padding: 80px 0 65px;
}

.subscription .subscription-title {
  padding-bottom: 3rem;
}

.subscription .subscription-title .pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 7rem;
}

.subscription .subscription-title .pricing-toggle .switch {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 31px;
}

.subscription .subscription-title .pricing-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.subscription .subscription-title .pricing-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 34px;
}

.subscription .subscription-title .pricing-toggle .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #99252B;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.subscription .subscription-title .pricing-toggle .switch input:checked+.slider::before {
  transform: translateX(26px);
}

.subscription .tab-content {
  padding-top: 150px;
}

.subscription .premium {
  transform: translateY(-85px);
}

.subscription .pricing-box {
  background-color: #fff;
  padding: 50px 30px 25px;
  position: relative;
}

.subscription .pricing-box h2 {
  color: #000;
}

.subscription .pricing-box .recommended {
  background: #99252B;
  color: #fff;
  padding: 5px 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -30px;
}

.subscription .pricing-box .disable {
  opacity: 0.5;
}

.subscription .pricing-box .pricing-list {
  padding-top: 30px;
}

.subscription .pricing-box .pricing-list li {
  margin-bottom: 10px;
}

.subscription .pricing-box .pricing-list li i {
  color: #ec008c;
}

.subscription .btn {
  width: 100%;
  border-radius: 0;
}

.subscription .outline {
  background: unset;
  border: 1px solid #F57B20;
  color: #F57B20;
}

h3.price {
  color: #99252B;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.34;
  font-family: var(--bodyFont);
}

h3.price small {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.34;
}

.subscription .btn.btn_primary {
  background-color: #0F1116;
  border-color: #0F1116;
  border-radius: 0;
  color: #fff;
}

.subscription .btn.btn-second {
  border-color: #000;
  color: #000;
}



.artish-dashboard {
  padding-top: 60px;
  padding-bottom: 50px;
}

.artist_profile {
  background-color: #1D1D1D;
  padding: 40px;
  font-family: var(--bodyFont);
  text-align: center;
}

.profile_picture {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 24px;
}

.profile_picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.artist_profile h3 {
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: bold;
  line-height: 14px;
}

.specialization {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

.specialization span {
  font-weight: 400;
}

.artish-dashboard #v-pills-tab {
  padding-top: 30px;
}

#v-pills-tabContent h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  font-family: var(--bodyFont);
  margin-bottom: 30px;
}

.dashboard_list_panel {
  display: grid;
  grid-template-columns: auto auto auto;
}

.list_panel_box {
  background-color: #191B20;
  padding: 16px;
}


.artish-dashboard .menu ul li span {
  padding-right: 20px;
}

.artish-dashboard .menu ul li span img {
  width: 16px;
}

.artish-dashboard .menu ul li:nth-child(2) span img {
  width: 20px;
}

.artish-dashboard .menu ul li {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 22px;
  padding-left: 30px;
}

/* .artish-dashboard .menu ul li:nth-child(1){
  margin-top: 25px;
} */
.artish-dashboard .menu {
  background-color: #16181C;
  padding: 5px 0 29px 0;
}

.artish-dashboard .menu ul li:nth-child(4) {
  margin-top: 170px;
  padding-bottom: 10px;
}

.artish-dashboard .menu ul li a {
  color: #fff;
}

.heading-24 {
  font-size: 24px;
  font-family: var(--bodyFont);
  font-weight: 600;
}

.artish-dashboard .dashboard .heading-24 {
  color: #fff;
  padding-bottom: 21px;
}

.artish-dashboard .dashboard .dashboard-inner-box {
  background-color: #191B20;
  padding: 19px 16px 22px 17px;
}

.heading-26 {
  font-size: 26px;
  font-weight: 600;
}

.heading-20 {
  font-size: 20px;
  font-weight: 600;
}

.artish-dashboard .dashboard .col-lg-4:nth-child(2) .dashboard-inner-box .text h4 {
  color: #FDDE67;
}

.artish-dashboard .dashboard .col-lg-4:nth-child(3) .dashboard-inner-box .text h4 {
  color: #FD9C61;
}

.artish-dashboard .dashboard .col-lg-4:nth-child(4) .dashboard-inner-box .text h4 {
  color: #FDDE67;
}

.artish-dashboard .dashboard .dashboard-inner-box {
  display: flex;
  justify-content: space-between;
}

.font-size-16 {
  font-size: 16px;
  font-weight: 400;
}

.artish-dashboard .dashboard .dashboard-inner-box .text p {
  color: #FFF9F9;
  padding-top: 4px;
}

.artish-dashboard .date .inner-heading {
  padding-bottom: 25px;
  padding-top: 40px;
}

.artish-dashboard .date img {
  width: 100%;
}

.artish-dashboard .groth .inner-heading-1 {
  padding-bottom: 25px;
  padding-top: 42px;
}

.artish-dashboard .groth .box:nth-child(2) .inner-heading-1 {
  padding-top: 28px;
}

.dashboard-gallery-1 ul li {
  width: 11.111111%;
}

.dashboard-gallery-1 ul li img {
  width: 100%;
  height: 89px;
}

.dashboard-gallery-1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  background-color: #191B20;
  padding: 24px 24px;
}

.dashboard-gallery-1 .heading-wrap {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  padding-top: 34px;
}

.dashboard-gallery-1 .heading-wrap .heading-20 {
  font-weight: 600;
}

.dashboard-gallery-1 .heading-wrap span a {
  padding: 12px 46px;
  background-color: #99252B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* .artish-dashboard .groth .box:nth-child(1) .booking img{
  height: 327px;
  width: 100%;
}
.artish-dashboard .groth .box:nth-child(2) .booking img{
  height: 115px;
  width: 100%;
} */

.portfolio-2.gallery .image img.one {
  height: 222px;
  object-fit: cover;
}

.portfolio-2.gallery h6 {
  font-size: 14px;
}

.calender-wrapper .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.calender-wrapper .heading-wrapper .heading-24 {
  padding-bottom: 5px;
}

.calender-wrapper .heading-wrapper span a {
  padding: 12px 40px;
  background-color: #99252B;
  color: #fff;
}


.portfolio-2.gallery.photo-upload .image {
  padding-bottom: 30px;
}

.portfolio-2.gallery.photo-upload .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
}

.portfolio-2.gallery.photo-upload .heading-wrap span a {
  padding: 12px 40px;
  background-color: #99252B;
  color: #fff;
}


.portfolio-2.gallery.photo-upload-1 .image {
  padding-bottom: 30px;
}

.portfolio-2.gallery.photo-upload-1 .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
}

.portfolio-2.gallery.photo-upload-1 .heading-wrap span a {
  padding: 12px 40px;
  background-color: #99252B;
  color: #fff;
}


.heading-18 {
  font-size: 18px;
  font-weight: 600;
}

.member .what-i-offer .box .button-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.member .what-i-offer .box .heading-18 {
  color: #fff;
  margin-bottom: 11px;
}

.member .what-i-offer .box .button-wrapper span a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #2D3035;
  padding: 6px 23px;
}

.member .what-i-offer .box .button-wrapper span a:hover {
  background-color: #2D3035;
}

.member .what-i-offer .box {
  background-color: #191C21;
  padding: 34px 40px 43px 40px;
}

.member .what-i-offer {
  margin-top: 30px;
}

/* .member .what-i-offer .buttom span a{
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 17px 20px;
} */
.member .what-i-offer .buttom {
  margin-top: 47px;
}



.modal.artist-details .modal-content {
  /* --bs-modal-width: 644px;
      border-radius: 0px !important;
      padding: 30px 75px 20px 75px;
      width: 644px !important; */
}

.artist-details .modal-wrapper .heading h4 {
  font-size: 25px;
  color: #0F1116;
  font-weight: 600px;
}

.datepick .form-control {
  border: 2px solid #000;
  width: 100%;
  height: 55px;
}

.datepick label {
  display: block !important;
}

.datepick input {
  width: 100% !important;
}

.artist-details .modal-wrapper .heading .heading-25 {
  color: #0F1116;
  font-weight: 600;
  text-align: center !important;
  padding-bottom: 37px;
}

.artist-details .modal-wrapper .input-fild label {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 34.3PX;
}

.artist-details .modal-wrapper .input-fild input {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-top: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
}

.artist-details .modal-wrapper .input-fild {
  padding-bottom: 35PX;
}

.artist-details .input-fild {
  position: relative;
}

.artist-details .input-fild span {
  position: absolute;
  top: 30px;
  right: 3px;
}

.artist-details .datepick input {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-top: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
}

.artist-details .datepick {
  position: relative;
}

.artist-details .datepick i {
  position: absolute;
  top: 16px;
  right: 17px;
  color: #000;
  font-weight: 600;
}

.artist-details .input-fild textarea {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-top: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
  height: 110px !important;
}

.artist-details .btns {
  background-color: #0F1116;
  color: #fff;
  line-height: 40px;
}

.artist-details .btns:hover {
  background-color: transparent;
  border: 1px solid #000;
  background-color: #202020;
  outline: none;
}

.artist-details .button {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 35px;
}




















.artish-dashboard .datepick input {
  padding-top: 0;
}

.artish-dashboard .datepick label {
  color: #000 !important;
  font-weight: 600;
}

.artish-dashboard .datepick input::placeholder {
  color: #000;
}

.artish-dashboard .modal .heading .heading-25 {
  padding-bottom: 70px !important;
}

.artish-dashboard .modal .datepick i {
  position: absolute;
  top: 5px;
  right: 17px;
  color: #000;
  font-weight: 600;
}

.artish-dashboard .datepick {
  margin-bottom: 35px;
}

.artist-details.wedding .icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.artist-details.wedding .icon-box .text h6 {
  font-size: 20px;
  color: #1A1B1D;
  padding-bottom: 9px;
}

.artist-details.wedding .icon-box .text p {
  font-size: 20px;
  color: #63656C;
  font-weight: 400;
}

.artist-details.wedding .modal-content {
  padding: 60px 32px 20px 49px;
}

.artist-details.wedding .icon img {
  width: 55px;
}








h1 small {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  color: gray;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto 0px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 24px;
  z-index: 1;
  top: 112px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #99252B;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  color: #ffff;
}

/* .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}  */
.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 181px;
  height: 181px;
  position: relative;
  border-radius: 100%;
  border: 9px solid #FAFAE9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



#exampleModal-5 .heading-25 {
  padding-bottom: 0px !important;
}

/* #exampleModal-5 .imageUpload::after{
    background-image: url(../images/pan-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
#exampleModal-5 select {
  width: 100%;
}

#exampleModal-5 select {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-top: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
}















.upload-area {
  border: 2px dashed #575757d3;
  border-radius: 12px;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 287px;
  margin: 0 auto;
  height: 214px;

}

.upload-area i {
  font-size: 20px;
  color: #B1B1B1;
  font-weight: 600;
}

.upload-area p {
  font-size: 18px;
  color: #555;
}

.upload-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-list {
  margin-top: 20px;
}

.file-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.file-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.file-details {
  flex: 1;
}

.file-details span {
  display: block;
}

.file-actions {
  display: flex;
  gap: 10px;
}

.file-actions button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: color 0.3s ease;
}

.file-actions button:hover {
  color: #007BFF;
}

.progress-bar {
  height: 5px;
  background-color: #007BFF;
  transition: width 0.3s ease;
}

.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease;
}

.notification.show {
  display: block;
  opacity: 1;
}

.modal.fade.artist-details.two .upload-area .text-1 {
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
}

.modal.fade.artist-details.two .upload-area .text-2 {
  font-size: 14px;
  font-weight: 400;
  color: #0F1116;
  padding-top: 5px;
}

.modal.fade.artist-details.two .upload-area .text-2 span {
  color: #99252B;
}

.modal.fade.artist-details.two .file-item {
  box-shadow: 0px 4px 4px 0px #0000000e;
  border: 1px solid #0000000e;
}

.modal.fade.artist-details.two .file-item .fas.fa-trash {
  color: #99252B;
}

.modal.fade.artist-details.two .file-item .fas.fa-upload {
  color: #0a5fb9;
}

.modal.fade.artist-details.two .heading h3 {
  font-size: 25px;
  font-weight: 600;
  color: #0F1116;
  font-family: var(--bodyFont);
  padding-bottom: 25px;
}

.modal.fade.artist-details.two .btns {
  font-size: 13px;
  line-height: 52px;
  color: #fff;
  text-align: center;
}

.modal.fade.artist-details.two .button {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 10px;
}

.modal.fade.artist-details.two .modal-content {
  padding: 30px 15px 10px;
}

.modal.fade.artist-details.two.three .upload-area {
  width: 100%;
}

.modal.fade.artist-details.two.three .modal-content {
  padding: 30px 15px 10px;
}

.modal.fade.artist-details.two.three .upload-area {
  padding: 20px 0px;
}

.modal.fade.artist-details.two.three .upload-area .text-2 {
  font-size: 12px;
}

.modal.fade.artist-details.two.three .upload-area .text-1 {
  font-size: 12px;
}

.modal.fade.artist-details.two.three .upload-area {
  height: 131px;
}

.modal.fade.artist-details.two.three .col-lg-4:nth-child(3) .modal-wrapper p {
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 400;
}

.modal.fade.artist-details.two.three .btns.three {
  font-size: 13px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.modal.fade.artist-details.two.three .input-fild input {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-top: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  border-right: 0;
  padding-bottom: 15px;
}

.modal.fade.artist-details.two.three .input-fild label {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.modal.fade.artist-details.two.three .input-fild {
  padding: 0 25px 34px 25px;
}

.modal.fade.artist-details.two.three .modal-content {
  padding: 30px 38px 40px 38px;
}

.modal.fade.artist-details .modal-header {
  position: absolute;
  top: 11px;
  right: 13px;
  border: 0;
  z-index: 99;
}

header .top-head ul:nth-child(1) {
  display: flex;
  justify-content: right;

}

header .top-head ul:nth-child(1) li a {
  font-weight: 700;
  color: #fff;
  padding: 0 1.7rem;
}

header .top-head {
  max-width: 909px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 15px;
  z-index: 9;
}

header .bottom-head {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}

.artish-dashboard .align-items-start .artist_profile {
  position: relative;
}

.artish-dashboard .align-items-start .artist_profile .profile_picture span {
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-dialog {
  max-width: 644px;
}

.artish-dashboard .menu ul li:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}

header .three-line {
  opacity: 0;
  visibility: hidden;
}

.calender-wrapper .heading-wrapper {
  padding-bottom: 10px;
}

.portfolio-2.gallery.photo-upload-1 .image {
  padding-bottom: 0px;
}

.inner-banner.login_section.relative {
  text-align: left;
}

.inner-banner.login_section.relative .input_box {
  text-align: left;
}

.subscription .subscription-title .pricing-toggle {
  padding-top: 20px;
}

.subscription-title.text-center h2 {
  font-size: 35px;
  padding-bottom: 3px;
}

.subscription .pricing-box h2 {
  font-size: 52px;
}

.otpEmail b {
  display: block;
  padding-top: 10px;
}

.member .buttom span {
  margin-right: 10px;
}

.stellarnav.mobile.right>ul {
  z-index: 99;
}