:root{
    --brand:#ff6401;
    --btn:#650046;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    /* font-family: 'Anton', sans-serif; */
    background-color: #ffffff;
  }
  .font-anton {
    font-family: 'Anton', sans-serif;
  }
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    margin: 0px;
    padding: 0px;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}

/***************************login-css-only***********************/
.login-css-only{
    .logo-img{
        width: 200px;
        img{
            width: 100%;
            object-fit: contain;
        }
    }
    .form-control:focus {
        border-color: #FF5400 !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 84, 0, 0.25);
    }
    .nepal-logo{
        align-items: center;
        width: 20px;
        img{
            width: 100%;
            margin-right: 4px;
        }
        span{
            &:hover{
                color: var(--brand);
            }
        }
    }
    .logo-name{
        font-weight: 800;
        line-height: 16px;
    }

    .help-btn {
        position: absolute;
        top: 1rem;
        right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        padding: 0.5rem 1rem ;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        font-weight: 500;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      }
      .help-btn:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      }

      .login-background-content{
        background-color: var(--brand);
        padding: 20px 40px;
        position: relative;
        .shopping-cart-img{
            position: absolute;
            top: 25rem;
            left: 200px;
            width: 400px;
            height: 300px;
           
            
        }
      }
      .login-text-content{
        position: relative;
        padding: 30px;
        color: #fff; 
        font-family: 'Anton', sans-serif;      
        
      }
      .login-form-main{
        padding: 30px;
        margin-top: 85px;
        margin-bottom: 65px;
      }

      .orange-btn {
        background-color: #FF5400;
        color: white;
      }
      .orange-btn:hover {
        background-color: #e04a00;
        color: white;
      }

      .Otpform{
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        margin: 40px 0px 40px 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      }
      .left-side {
        color: white;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        padding: 3rem 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
      }
      .left-side h1 {
        font-weight: 800;
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 1rem;
      }
      .left-side p {
        font-size: 1rem;
        max-width: 400px;
      }
      .illustration {
        margin-top: 4rem;
        max-width: 400px;
        width: 100%;
        height: auto;
      }
      .right-side {
        background: white;
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
        padding: 3rem 2.5rem;
        min-height: 100vh;
        position: relative;
        max-width: 480px;
        width: 100%;
      }
      
      
      .code-inputs input {
        width: 3.25rem;
        height: 3rem;
        padding: 0;
        text-align: center;
        font-size: 1.4rem;
        border-radius: 0.375rem;
        border: 1px solid #3b82f6;
        margin-right: 0.75rem;
        color: #111827; 
        background-color: white;
        caret-color: #3b82f6;
      }
      .code-inputs input:not(:first-child) {
        border-color: #d1d5db;
        color: #000;
      }
      .code-inputs input:focus {
        outline: none;
        box-shadow: 0 0 0 2px #3b82f6;
        border-color: #3b82f6;
      }
      .resend-btn {
        background: none;
        border: none;
        color: #2563eb;
        cursor: pointer;
        font-size: 0.875rem;
        padding: 0;
      }
      .resend-btn:disabled {
        cursor: default;
        color: #94a3b8;
      }
      .form-control {
        border-radius: 0.375rem;
        font-size: 0.875rem;
        padding-right: 2.5rem;
      }
      .password-toggle {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        color: #9ca3af;
        cursor: pointer;
        font-size: 1rem;
        padding: 0;
      }
      .validation-msg {
        font-size: 0.75rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 0.25rem;
      }
      .validation-msg span {
        display: flex;
        align-items: center;
        gap: 0.25rem;
      }
      .validation-msg .error {
        color: #dc2626;
      }
      .validation-msg .success {
        color: #22c55e;
      }
      .btn-next {
        background-color: #FF5400;
        border: none;
        font-weight: 600;
        padding: 0.75rem;
        border-radius: 0.375rem;
        color: white;
        width: 100%;
        margin-bottom: 1.5rem;
        transition: background-color 0.2s ease;
      }
      .btn-next:hover {
        background-color: #e04a00;
      }
      .btn-back  {
        border-radius: 0.375rem;
        width: 100%;
        font-weight: 600;
        padding: 0.75rem;
        
        border: 1px solid #d1d5db;
        background: white;
        transition: background-color 0.2s ease;
        a{
            color: #6b7280;
        }
      }
      .btn-back a :hover {
        background-color: #f3f4f6;
      }
      @media (max-width: 767.98px) {
        .left-side {
          border-radius: 0 0 1.5rem 1.5rem;
          min-height: auto;
          padding: 2rem 1.5rem;
          text-align: center;
        }
        .right-side {
          border-radius: 1.5rem 1.5rem 0 0;
          max-width: 100%;
          min-height: auto;
          padding: 2rem 1.5rem;
        }
        .code-inputs input {
          margin-right: 0.5rem;
          width: 2.5rem;
          height: 2.5rem;
          font-size: 1.25rem;
        }
        .left-side h1 {
          font-size: 2rem;
        }
        .left-side p {
          font-size: 0.9rem;
        }
      }
}



/**************************end*******login-css-only***************/
.vendor-btn{
  background-color: var(--btn);
  color: #fff;
  padding: 8px 15px;
}
.vendor-btn:hover{
    background-color: var(--brand);
    color: #fff;
}
/**************vendor-header***************/
.vendor-header{
    align-items: center;
    h3{
        text-align: center;
        color: #fff;
        padding: 10px 0px 12px 0px;
        margin: 0;
    }
    .visit-website{
        background-color: #fff;
        padding: 9px;
        border-bottom:1px solid #aaaaaa;
        a{
            padding: 7px 11px;
            color: #fff;
            background: var(--btn);
            border-radius: 4px;
        }
    }
}

.sellermenu-drop-div{
    position: relative;
    cursor: pointer;    
        ul{
          margin: 0;
          padding: 0;
          li{
            list-style: none;
            padding: 0px 10px;
            i{
                font-size: 20px;
                padding-right: 5px;
            }
            p{
                margin-bottom: 0px !important;
            }
            a{
              color:rgb(50, 50, 50) !important;
              display:block;
              font-size: medium;
              background-color: #fff !important;
              
              padding: 3px;
              &:hover{
                text-decoration: underline;
               

              }
            }
          }
        }
    .menu-drop-div-top{
        position: absolute;
        top: 0;
        right: -20px;
        display: none;
        z-index: 4;
    }
    .drop-menu{
      margin-top: 30px;
      width: 150px;
      font-size: 12px;
      background-color: #ffff;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
      
      
      &::before{
        content: "";
        position: absolute;
        top: 30px; /* Adjust position above the menu */
        left: 50%; /* Adjust horizontal position */
        border-left: 10px solid transparent !important;
        border-right: 10px solid transparent !important;
        border-bottom: 10px solid var(--mainbrand-color) !important; /* Color of the triangle */
      }

      
    }
  }
  .sellermenu-drop-div:hover .menu-drop-div-top{
    display: block;
  }
.sidebar{
    background-color: var(--brand);
    color: #fff;
    /* height: 100%; */
    position: sticky;
    top: 0px;
    padding-bottom: 20px;
    
    ul {
        padding-top: 10px;
        margin: 0px;

        li{ 
            padding: 7px 0px 7px 0px;
            background-color: var(--brand); 
            border: 0;
            border-radius: 0px;
                       
            a{
                color: #fff;
                padding: 7px 0px 7px 20px;

                i{
                    margin-right: 10px;
                }
            }
        }
        li:hover{
            background-color: var(--btn);
            /* padding: 7px 0px 7px 20px;
            margin: 0px;  */
        }
        .active{
            display: inline-block;
            background-color: var(--btn);
            color: #fff; 
            
            box-shadow: -4px 6px 4px rgb(5 5 5 / 100%);
           
        }
        ul{ 
            
            li{
                
                color: #fff !important;
                background-color: var(--btn);
                padding-left:20px ;
            }
        }
    }
}

/*********vendor-nav*****************/
.vendor-nav {
    background-color: #fff;
    padding: 10px;
    a{
        font-size: 13px;
        color: #777777;
    }
    .vendor-nav-add{
        a{
            background: var(--btn);
            color: #fff;
            padding: 10px;
            border-radius: 5px;        
        }
        a:hover{
            background: var(--brand);
            border: 1px solid var(--brand);
            color: #fff;
        }
    }
}
/* To ensure the table and card container are styled nicely */

.card-show-main {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card-manage-options {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.card-manage-options div {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    
    transition: background-color 0.3s, color 0.3s;
}
.card-manage-options div.active {
    background-color: var(--btn);
    border: 1px solid #dee2e6;
    border-bottom: none;
    color: #fff;
    font-weight: bold;
}
.card-manage-options div:hover {
    background-color: var(--brand);
    color: #fff;
    font-weight: bold;
}
.card-show-body > div {
    display: none;
}
.card-show-body > div.active {
    display: block;
}
/**************products************/
.product-nave span{
    font-size: 13px;
    color: #777777;
    
}
.product-nave .line{
    color:#dedede;
}
.vendors-products .table th, .vendors-products .table td {
    vertical-align: middle;
    text-align: center;
}
.pending-review {
    /* background-color: rgba(255, 100, 1, 0.1); Light orange background for pending review */
}
/**************vendor-withdraw************/
.vendor-withdraw p{
margin-bottom: 4px;
font-size: 13px;
}
.eye svg{
width: 20px;
}

.btn-action {
    background: linear-gradient(130deg, #8b0160 20%, #650046 77.5%);
    border: 0;
    color: #fff !important; 
    a{
        color: #fff;
    }
}
.action-dropdown {
    li {
        font-size: 13px !important;
        padding-left: 43px;
        color: #000;
    }
    a {
        text-decoration: none !important;
        color: #000;
    }
}
.product-show-img{
    width: 100px;
    height: 100px;
    img{
        width: 100px;
        height: 100px;
    }
}


.p-hide{
    display: none;
}
/****************dashboard ********************/
.dash-bg-main{
    margin: 10px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#650046,#ff6401, #fff);

}

  .step-circle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 2px solid white;
  }
  .step-active {
    background-color: white;
    color: #ff5200;
    font-weight: bold;
  }
  .step-box {
    cursor: pointer;
  }
  .step-content {
    display: none;
  }
  .step-content.active {
    display: block;
    background-color: #fff;
    width: 95%;
    margin: 20px auto;
    border-radius: 17px;
    text-align: center;
  }

  /********************setting page***************************/
  .setting-page-main{
    .card-custom {
        background-color: #F8FAFC;
        border-radius: 6px;
        border: none;
        margin: 0px 30px 0px 0px;
        padding: 25px !important;
     }
     .icon-bg-blue {
      background-color: #DBEAFE;
      border-radius: 0.5rem;
      padding: 0.75rem;
      position: relative;
      width: 40px;
      height: 40px;
     }
     .icon-bg-blue img {
      width: 100%;
      height: 100%;
      object-fit: contain;
     }
     .icon-bg-blue .dot {
      position: absolute;
      bottom: -4px;
      right: -4px;
      width: 16px;
      height: 16px;
      background-color: #60A5FA;
      border: 2px solid white;
      border-radius: 50%;
     }
     .icon-bg-red {
      background-color: #FEE2E2;
      border-radius: 1rem;
      padding: 1rem;
      position: relative;
      width: 56px;
      height: 56px;
     }
     .icon-bg-red img {
      width: 100%;
      height: 100%;
      object-fit: contain;
     }
     .icon-bg-red .dot {
      position: absolute;
      bottom: -6px;
      right: -6px;
      width: 20px;
      height: 20px;
      background-color: #FBBF24;
      border: 2px solid white;
      border-radius: 50%;
     }
     .avatar-bg {
      background-color: #E9EDF4;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
     }
     .avatar-bg img {
      width: 64px;
      height: 64px;
      object-fit: contain;
     }
     .text-link-blue {
      color: #2563EB;
      font-size: 0.875rem;
      margin-left: 0.25rem;
      text-decoration: none;
     }
     .text-link-blue:hover {
      text-decoration: underline;
     }
     .card-custom p {
      font-size: 0.75rem;
      color: #6B7280;
      margin-bottom: 0;
     }
     .card-custom h5 {
      font-weight: 600;
      font-size: 0.875rem;
      color: #374151;
     }
     .section-title {
      font-weight: 600;
      font-size: 1.125rem;
      color: #374151;
      margin-bottom: 2rem;
     }
  }
.commission-table{
      padding: 10px;
    th{
      font-size: 16px !important;

    }
    td{
      font-size: 13px !important;
      border-right: 1px solid gray;
      padding-left:10px ;
    }
}
.account-setting{
  .title{
    font-size: 16px;
  }
  .body{
    font-size: 13px;
    color: rgb(145, 144, 144);
    
  }
}
.income-card-bg{
  .card{
    background-color: #eeeeee;
    padding: 25px 0px 10px 20px;
    box-shadow: unset;
  }
}