/* .trybebox-vendor-banner
{
    width: 100% !important;
    height: 200px !important;
} */

.trybebox-store-name1
{
display: flex; 
align-items: center; 
justify-content: center;
}
.trybebox-store-name
{
display: flex; 
align-items: center;
margin-top: -12px !important;
}

.trybebox-store-name img
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}


.upload-progressw {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.upload-progressw img, .file-icon, .upload-progressw video {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px;
}

.upload-info {
    flex: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8C8F94;
}


.upload-progress-bar, .video-progress-bar {
    width: 100%;
    height: 6px;
    background: #ddd;
    margin-top: 5px;
    background: #DCDCDE;
    border-radius: 6px;
}

.upload-progress-fill, .video-progress-fill {
    height: 100%;
    background: #F45EAC;
    width: 0;
    transition: width 0.2s;
    border-radius: 6px 0px 0px 6px;
}

.upload-cancel, .upload-delete {
    cursor: pointer;
    margin-left: 16px;
    color: #50575E;
    font-size: 16px;
}

.upload-file-name
{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #2C3338;
margin-bottom: 4px;
}


input[type="number"] {
    text-align: left !important;
    direction: ltr !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.trybebox-input-wrapper {
    display: flex;
    align-items: center; 
    margin-bottom: 24px;

    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height) !important;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color) !important;
    border-radius: var(--wd-form-brd-radius) !important;
    background-color: var(--wd-form-bg) !important;
    box-shadow: none;
    color: var(--wd-form-color) !important;
    vertical-align: middle; 
    transition: border-color .5s ease;

  }

  .trybebox-input-wrapper span { 
    margin-right: 10px; 
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #1E1E1E;
  }

  .trybebox-input-wrapper input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100% !important;
    
    text-align: left !important;
    direction: ltr !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

  }



.select2-container
{
    margin-bottom: 24px !important;
}

.trybebox-label
{
font-weight: 600;
line-height: 20px;
color: #1F1F1F;
font-size: 15px;
line-height: 24px;
}

.trybebox-round-menu
{
display: flex;
justify-content: center;
align-items: center;
padding: 8px;
gap: 10px;
width: 40px;
height: 40px;
border: 1px solid #EBEDEF;
border-radius: 50%;
color: #1E1E1E;
font-size: 15px;
font-weight: 700;
}

.trybebox-green
{
    color: #00A32A;
}

.trybebox-reedh
{
    color: #D63638;
}

.trybebox-reg-middle-input-label
{
font-style: normal;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 20px !important;
color: #1F1F1F !important;
}

.trybebox-reg-middle-input
{
margin-bottom: 24px !important;
}


.trybebox-reg-middle-button {
      align-items: center !important;
      background: var(--btn-accented-bgcolor) !important;
      border-radius: var(--btn-accented-brd-radius) !important;
      color: var(--btn-accented-color) !important;
      box-shadow: var(--btn-accented-box-shadow) !important;      
      text-transform: var(--btn-accented-transform, var(--btn-transform)) !important;
      /* font-weight: var(--btn-accented-font-weight, var(--btn-font-weight)) !important;
      font-family: var(--btn-accented-font-family, var(--btn-font-family)) !important;
      font-style: var(--btn-accented-font-style, var(--btn-font-style)) !important; */
      width: 100%;
  }
  
.trybebox-reg-middle-button2
{
      align-items: center !important;
      background: var(--btn-accented-bgcolor) !important;
      border-radius: var(--btn-accented-brd-radius) !important;
      color: var(--btn-accented-color) !important;
      box-shadow: var(--btn-accented-box-shadow) !important;      
      text-transform: var(--btn-accented-transform, var(--btn-transform)) !important;
      /* font-weight: var(--btn-accented-font-weight, var(--btn-font-weight)) !important;
      font-family: var(--btn-accented-font-family, var(--btn-font-family)) !important;
      font-style: var(--btn-accented-font-style, var(--btn-font-style)) !important; */
      width: 100%;
}

.trybebox-reg-middle-button:hover
{
      background-color: var(--wd-primary-color) !important;
}
.trybebox-reg-middle-button2:hover
{
      background-color: var(--wd-primary-color) !important;
}
.trybebox-reg-middle-button3
{
align-items: center !important;
width: 100%;
}

.trybebox-reg-middle-button4
{
align-items: center !important;
}

.trybebox-single-item-inactive-bg
{
display: flex;
align-items: start;
padding: 16px;
gap: 16px;
background: #FFFBEB;
border-radius: 8px;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #3C434A;
text-align: left;
}

.trybebox-single-item-inactive-bg a
{
font-weight: 600;
font-size: 15px;
line-height: 24px;
text-decoration-line: underline;
color: #F45EAC;
}


.trybebox-single-item-complete-bg
{
display: flex;
align-items: start;
padding: 16px;
gap: 16px;
background: #EEFAFC;
border-radius: 8px;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #3C434A;
text-align: left;
}

.trybebox-single-item-complete-bg a
{
font-weight: 600;
font-size: 15px;
line-height: 24px;
text-decoration-line: underline;
color: #F45EAC;
}

.trybebox-dashboard-settings
{
    display: flex;
    flex-direction: column;

}

.trybebox-dashboard-settings-top
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 16px;
gap: 4px;
background: #F6F7F7;
border-radius: 8px;
font-weight: 400;
font-size: 15px;
line-height: 24px;
text-align: center;
color: #1E1E1E;
}

.trybebox-dashboard-settings-topimg
{
width: 72px;
height: 72px;
border: 2px solid #FFFFFF;
border-radius: 50%;
}

 
.trybebox-storebanner-xflow:hover
{
    overflow-x: auto !important;
}