.wstsm-spinner {
  background: #fff url(../images/spinner.gif) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0px 10px 0;
    margin-right: 10px;
    margin-left: 10px;
  margin-right: 10px;
  margin-left: 10px;

  border-radius: 20px;
}

.wstsm-spinner.is-active {
  visibility: visible;
}

.wstsm-modal-ui-autocomplete{
	z-index:9999999999999 !important;
}

.wstdl-msg-entry {
    text-align: center;
    padding: 10px;
}

.wstdl-msg-success {
  background-color: green;
  color: #FFFFFF;
}

.wstdl-msg-error {
  background-color: red;
  color: #FFFFFF;
}

/* wpiaf tip */
.wpiaf-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.wpiaf-help-tip:after{
    font-family: Dashicons;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "ïˆ£";
    cursor: help;
}
#wpiaftip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#wpiaftip_holder.tip_top {
    padding-bottom: 5px;
}

#wpiaftip_holder.tip_bottom {
    padding-top: 5px;
}

#wpiaftip_holder.tip_right {
    padding-left: 5px;
}

#wpiaftip_holder.tip_left {
    padding-right: 5px;
}

#wpiaftip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#wpiaftip_arrow, #wpiaftip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#wpiaftip_holder.tip_top #wpiaftip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_top #wpiaftip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #wpiaftip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }
    #wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner { 
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #wpiaftip_holder.tip_top #wpiaftip_arrow_inner { 
        border-top-color: rgba(20,20,20,0.92);
    }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .7;
  background: url('../images/loader.gif') center no-repeat #fff;
}

.wstsm-msg-entry {
    text-align: center;
    padding: 10px;
}

.wstsm-msg-success {
  background-color: green;
  color: #FFFFFF;
}

.wstsm-msg-error {
  background-color: red;
  color: #FFFFFF;
}

/**Accordion css start */
.wstsm-accordion {
  ;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wstsm-accordion-item {
    display: block;
    width: inherit;
    height: auto;
    line-height: 40px;
    border: 1px solid #000;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
}

.wstsm-accordion-item:after {
    content: "\002B";
    font-size: 2.1rem;
    right: 20px;
    transition: 0.2s;
    background: #c26a3d;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-left: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

.wstsm-accordion-item.active:after {
    transform: rotate(45deg);
}

.wstsm-accordion-item-data {
    display: none;
}
/**Accordion css end */


/*** Tab CSS start ***/
.choose-instructor-tab-wrapper, .fields-main-wrapper .field-control {width: 100%;}
.tab-label-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}
.tab-label-wrapper p {margin: 0; font-size: 18px;}
.wstsm-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 20px;
  flex: 1;
  justify-content: space-evenly;
}

.wstsm-tab {
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
  transition-duration: .5s;
  transition-property: all;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 3px solid transparent;
    border-bottom-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.wstsm-tab:hover {
  color: ;
}
.wstsm-tab-active {
  border-color: #03045e;
  font-weight: 600;
}
/*.wstsm-tabs-contents {
  width: 100%;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  border-top: 3px solid #03045e;
  margin-bottom: 40px;
}*/
.wstsm-tab , .wstsm-tab-content {
  padding: 10px 20px;
}

.wstsm-tab-content-hidden {
  display: none !important;
}

/*** Tab css end ***/

/** Modal css start **/

.wstsm-modal-backdrop {
  display: none;
  align-items: center;
  justify-content: center;
}

.wstsm-modal-backdrop .wstsm-modal {
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
.wstsm-modal-backdrop .wstsm-modal .modal-header-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-header-wrapper .wstsm-close-modal {
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  padding: 10px;
  background-image: url(/wp-content/uploads/2024/07/close-wht.svg);
  background-repeat: no-repeat;
  display: flex;
  background-color: #4267b2;
  background-size: 15px;
  border-radius: 5px;
  background-position: center center;
}
.modal-header-wrapper .wstsm-close-modal:hover {background-color: #303133;}
.modal-header-wrapper .wstsm-close-modal:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#wstsm-modal-export-webinar h2 {
  font-size: 24px;
  margin-top: 0;
  color: #4267b2;
}
.export-webinar td {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.export-webinar label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.export-webinar select, .export-webinar input {
  width: 100%;
  float: left;
  max-width: 100%;
}
.wstsm-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body.wstsm-modal-active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  Left: 0;
}
#wstsm-modal-confirm-exit-booking {
  max-width: 360px;
  border-radius: 5px;
  padding: 30px;
  font-size: 16px;
}
#wstsm-modal-confirm-exit-booking h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
#wstsm-modal-confirm-exit-booking .button-wrapper {
  justify-content: flex-end;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
}
/** Modal css end **/


/* Modern Invoice UI CSS */

.paypal-invoice-wrapper {
  background: #fff;
  padding: 30px;
  max-width: 900px;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  font-family: "Segoe UI", Roboto, sans-serif;
  color: #333;
}

.paypal-invoice-wrapper h2 {
  margin-bottom: 20px;
  font-size: 1.75rem;
  color: #0070ba;
}

.invoice-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.invoice-row input,
.invoice-row, .invoice-top select {
  flex: 1 1 300px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.invoice-row input:focus,
.invoice-row select:focus {
  outline: none;
  border-color: #0070ba;
  box-shadow: 0 0 0 3px rgba(0,112,186,0.2);
}

.invoice-items {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.invoice-items th,
.invoice-items td {
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  font-size: 0.95rem;
}

.invoice-items th {
  background-color: #f5f7fa;
  text-align: left;
}

.invoice-items input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#add-item,
#send-invoice {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 18px;
  background: #0070ba;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

#add-item:hover,
#send-invoice:hover {
  background: #005c9a;
}

.remove-item {
  background: #e63946;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.remove-item:hover {
  background: #c62828;
}

.invoice-summary {
  margin-top: 30px;
  text-align: right;
  font-size: 1.1rem;
}

.invoice-summary div {
  margin: 6px 0;
}

.invoice-notes {
  margin-top: 25px;
}

.invoice-notes label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.invoice-notes textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  resize: vertical;
  transition: border-color 0.2s;
}

.invoice-notes textarea:focus {
  outline: none;
  border-color: #0070ba;
  box-shadow: 0 0 0 3px rgba(0,112,186,0.2);
}

.phone-group {
  display: flex;
  flex: 1 1 300px;
  gap: 8px;
}

.phone-group select,
.phone-group input {
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  flex: 1;
}

.phone-group select {
  max-width: 140px;
  flex: 0 0 120px;
}

.phone-group select:focus,
.phone-group input:focus {
  outline: none;
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0,112,186,0.2);
}

.invoice-address {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}

.invoice-address input,
.invoice-address select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.invoice-address input:focus,
.invoice-address select:focus {
  border-color: #0070ba;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,112,186,0.2);
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #0070ba;
}

.invoice-top {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.invoice-field {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.invoice-field label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.invoice-field input {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.invoice-field input:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.2);
  outline: none;
}

.item-description {
    width: 95%;
    min-height: 100px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    resize: vertical;
    transition: border-color 0.2s;
}

.wstim-login-logout-wrapper {
  text-align: right;
  margin: 95px;
  margin-top: 0px;
}

label.error {
    color: red;
}

/*-----------------------------Login Style-------------------------------*/

.login.login-action-register, .login.login-action-login {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.login-action-register #login, .login-action-login #login  {
  max-width: 600px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
}
.login h1 a {
  background-image: url('../images/logo.png');
  background-image: none, url('../images/logo.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #999;
  height: 55px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 240px;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  display: block;
}
.login-action-register #login form, .login-action-login #login form {
  padding: 0;
  border: none;
  box-shadow: none;
}
.login-action-register #login form #reg_passmail {
  margin-top: 10px;
}
.login-action-register #login form .button-primary, .login-action-login #login form .button-primary {
  border-radius: 40px;
  background-color: #2097f3;
  border: none;
  font-size: 18px;
  padding: 12px 30px;
  line-height: 1.1;
  min-height: 0;
  transition: all .5s
}
.login-action-register #login form .button-primary:hover, .login-action-login #login form .button-primary:hover {
  background-color: #0e1122;
}
.login-action-login #login #nav, .login-action-login #login #backtoblog,
.login-action-register #login #nav, .login-action-register #login #backtoblog {
  padding: 0;
  font-weight: bold;
  color: #2097f3;
}
.login-action-login #login #backtoblog, .login-action-register #login #backtoblog {margin-bottom: 0;}
.login-action-login #login #nav a, .login-action-login #login #backtoblog a,
.login-action-register #login #nav a, .login-action-register #login #backtoblog a {
  color: #2097f3;
}
.login-action-login #login #nav a:hover, .login-action-login #login #backtoblog a:hover,
.login-action-register #login #nav a:hover, .login-action-register #login #backtoblog a:hover {
  color: #0e1122;
}
.login-action-register #login form .select.register-user-role {
  width: 100%;
  min-height: 40px;
  line-height: 2.5;
  max-width: 100%;
}
.login form .forgetmenot {margin-top: 11px;}
.login-action-login #login #nav, .login-action-register #login #nav {margin-top: 20px;}
.login-action-register #login form .instructor-fields-wrapper {
  margin-top: 10px;
  padding: 15px;
  background-color: #f0f0f1;
  border-radius: 10px;
}
.login-action-register #login form .instructor-fields-wrapper .select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}
.login-action-register #login form .instructor-fields-wrapper .select2-container--default .select2-selection--multiple {
  padding-bottom: 0;
}
.login-reg .btn-purple {
  padding: 10px 20px;
}
.login-reg .btn-purple .ct-fancy-icon svg {
  width: 24px;
  height: 24px;
}
/*-------------------------------------*/



/*-------------------------------My Account ----------------------------------*/
.disabled-btn {
    color: #727375;
    box-shadow: none;
    background-color: #C7C8CA;
    opacity: 0.6;
    cursor: not-allowed;
}

.wstdl-myaccount-main-wrapper .left-section {
  float: left;
  width: 25%;
  padding: 0;
}

.wstdl-myaccount-main-wrapper .right-section {
  float: right;
  width: 75%;
  padding-left: 40px;
}
.left-section .wstdl-myaccount-menu-wrapper h3 {
  font-size: 24px;
  padding: 10px 20px;
  background-color: #03045e;
  border-radius: 10px;
  color: #fff;
}
.wstdl-myaccount-menu-wrapper .myaccount-menu-list {
  padding: 20px;
  list-style: none;
  background-color: #caf0f8;
  border-radius: 10px;
  margin-top: 10px;
}
.wstdl-myaccount-menu-wrapper .myaccount-menu-list li a {
  color: #03045e;
  width: 100%;
  padding: 7px 0;
  display: flex;
  border-bottom: 1px dotted rgba(0, 0, 0, .3);
  transition: all .5s;
  align-items: center;
  justify-content: space-between;
}
.wstdl-myaccount-menu-wrapper .myaccount-menu-list li a.active::after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  right: -50px;
  background: url(../images/right-arrow-light.svg);
    background-size: auto;
  background-size: 20px;
}
.wstdl-myaccount-menu-wrapper .myaccount-menu-list li a:hover, .wstdl-myaccount-menu-wrapper .myaccount-menu-list li a.active {
  background-color: #03045e;
  color: #fff;
  padding: 7px 15px;
  border-radius: 7px;
}
.wstdl-myaccount-main-wrapper .admin-control-wrapper .field-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 500px;
  color: #03045e;
  font-weight: 600;
}
.wstdl-myaccount-main-wrapper .admin-control-wrapper .select, .working-hours-settings select, .unavailable-date-field-wrapper input,
.add-minute-form-wrapper .select, .add-minute-form-wrapper input, .deduct-minute-form-wrapper .select, .deduct-minute-form-wrapper input,
.change-class-delivery-status select, .new-class-booking-wrapper select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background-color: #fff;
}

.download-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

.download-link-list li {
    margin-bottom: 12px;
}

.download-link-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f8f9fb;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    transition: all 0.25s ease;
}

/* Download icon (CSS-only) */
.download-link-list a::before {
    content: "⬇";
    font-size: 18px;
    color: #2563eb;
}

/* Hover effect */
.download-link-list a:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.download-link-list a:hover::before {
    color: #ffffff;
}

.download-link-list a {
    background: #ffffff;
    border-left: 4px solid #2563eb;
    border-radius: 4px;
}


.my-profile {
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e5e9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.my-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.field-wrapper {
    position: relative;
    margin-bottom: 0;
}
.field-wrapper:nth-last-child(3), 
.field-wrapper:nth-last-child(2),
.field-wrapper:nth-last-child(1),
.button-wrapper {
    grid-column: 1 / -1;
}
.field-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.field-wrapper input[type="text"],
.field-wrapper input[type="password"],
.field-wrapper input[type="file"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}
.field-wrapper input[type="text"]:focus,
.field-wrapper input[type="password"]:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    background-color: #f7fafc;
}
.field-wrapper input.valid {
    border-color: #48bb78;
    background-color: #f0fff4;
}

.field-wrapper input.label-error,
.field-wrapper input.label.error {
    border-color: #f56565;
    background-color: #fef5f5;
}
.label.error {
    display: block;
    color: #e53e3e;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    padding: 4px 8px;
    background-color: #fed7d7;
    border-radius: 4px;
    border-left: 3px solid #f56565;
}
.field-wrapper input[readonly] {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #718096;
    cursor: not-allowed;
}
.field-wrapper input[type="file"] {
    padding: 10px;
    border: 2px dashed #cbd5e0;
    background-color: #f8fafc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.field-wrapper input[type="file"]:hover {
    border-color: #4299e1;
    background-color: #ebf8ff;
}
.field-wrapper input.datepicker {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%234299e1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}
.button-wrapper {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}
.button.save-profile {
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ed1c24;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    transition-property: all;
    transition-duration: 0.5s;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    gap: 5px;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    padding-top: 14px;
    letter-spacing: 1px;
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0 20px);
    font-family: 'Onest';
}

.button.save-profile:not(:disabled):hover {
    background: linear-gradient(135deg, #3182ce, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(49, 130, 206, 0.3);
}

.button.save-profile:not(:disabled):active {
    transform: translateY(0);
}
.button.save-profile:disabled {
    background: #a0aec0;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.selected-profile-image {
    margin: 16px 0;
    padding: 16px;
    background-color: #f8fafc;
    border-radius: 8px;
    border: 2px dashed #cbd5e0;
    text-align: center;
    color: #718096;
    font-style: italic;
}
@media (max-width: 768px) {
    .my-profile {
        grid-template-columns: 1fr;
        margin: 20px;
        padding: 20px;
    }
    
    .field-wrapper {
        margin-bottom: 20px;
    }
    
    .field-wrapper input[type="text"],
    .field-wrapper input[type="password"] {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .button.save-profile {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 140px;
    }
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.field-wrapper input.label-error {
    animation: shake 0.3s ease-in-out;
}

::placeholder {
    color: #a0aec0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a0aec0;
}

::-ms-input-placeholder {
    color: #a0aec0;
}

