.cta {
    color: #D2CEFF !important;
    background: #2A1FB3 !important;
    margin: 0 10px;
    padding: 10px 45px;
    font-weight: 500;
    font-size: 14px !important;
    background-color: rgba(139, 60, 217, 0.1);
    border-radius: 5px;
}
.ctahover{
    margin: 0 10px;
    padding: 10px 45px;
    background: #D2CEFF !important;
    font-weight: 500;
    font-size: 14px !important;
    background-color: rgba(139, 60, 217, 0.1);
    border-radius: 5px;
    color: #2A1FB3 !important;
}
.ctahover:hover{
    color: #D2CEFF !important;
    background: #2A1FB3 !important;
}
.cursor{
    cursor: pointer;
}
.inputbox{
    border: none;
    border-radius: 50px;
    padding: 7px;
    background: rgb(234,238,248,0.6);
    text-align: center;
}
.inputbox:hover{
    background-color: rgb(234,238,248);
}
.inputbox:focus{
    border: 1px solid #2A1FB3 ;
    background: #E4E2FF;
    outline: none;
}
.textareabox{
    border: none;
    border-radius: 10px;
    padding: 7px;
    background: rgb(234,238,248,0.6);
    text-align: center;
}
.textareabox:hover{
    background-color: rgb(234,238,248);
}
.textareabox:focus{
    border: 1px solid #2A1FB3 ;
    background: #E4E2FF;
    outline: none;
}
.inputboxdisable{
    border: 1px solid #2A1FB3 ;
    background: #E4E2FF;
    outline: none;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    cursor: not-allowed;
    opacity: 0.3;
}
.textareaboxdisable{
    border: 1px solid #2A1FB3 ;
    background: #E4E2FF;
    outline: none;
    border-radius: 10px;
    padding: 7px;
    text-align: center;
    cursor: not-allowed;
    opacity: 0.3;
}
.inputboxerror{
    border-radius: 50px;
    padding: 7px;
    background: rgb(255, 0, 0, 0.16) ;
    text-align: center;
    color:#FF0000;
    border: 1px solid #FF0000;
    outline:none;
    font-weight: bold;
}
.downloadbar{
    width: 100%;
    height: 15px;
    background-color: #f0f0f0;
    border-radius: 50px;
    overflow: hidden;
}
.progressbar{
    background: #2A1FB3;
    height: 100%;
    width: 70%;
    border-radius: 50px;
    transition: width 0.3s ease-in ;
  
}
.selectedFont{
    background: #D2CEFF;
    border-radius: 10px;
    color:#2A1FB3
}
.selectedFont:hover{
    background: #D2CEFF;
    border-radius: 50px;
}
.fontlisthover {
    border-radius: .573vw;
}
.fontlisthover p {
    width: 11.979vw;
    white-space: nowrap; 
    overflow: hidden;
    /* text-overflow: ellipsis;  */
    margin: 0 0 .469vw;
    font-size: .625vw;
    /* line-height: .729vw; */
    letter-spacing: .008vw;
}
.fontlisthover div {
    font-size: .99vw;
    line-height: 1.042vw;
}
.fontlisthover:hover{
    background: #EFF1F8;
}
.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #ddd; /* Background color of the track */
    border-radius: 5px;
  }
  
  .range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #af0c76; /* Custom color for the thumb */
    cursor: pointer;
  }
  
  .range::-webkit-slider-thumb:hover {
    background: #45a049; /* Custom color on hover */
  }
  
.font-preview-size-control {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3vw;
    padding: 0.573vw 0.573vw 0.573vw 1vw;
    border-radius: 1vw;
    border: .052vw solid #CFD8E8;
    margin-bottom: 1vw;
    font-weight: 500;
    font-size: 0.625vw;
    line-height: 0.729vw;
    letter-spacing: 0.006vw
}

  .font-preview-size-control input[type="number"] {
    background-color: #e4e2ff;
    color: #2a1fb3;
    border: none;
    border-radius: 6px;
    padding: 6px 8px;
    width: 64px;
    outline: none;
    font-weight: 500;
  }
  
  .font-preview-size-control input[type="range"] {
    -webkit-appearance: none;
    /* width: 100%; */
    height: 0.26vw;
    background: linear-gradient(
      to right,
      hsl(261.14deg 93.62% 81.57%) 0%,
      hsl(261.14deg 93.62% 81.57%) var(--fill-percent),
      #f0f1f9 var(--fill-percent),
      #f0f1f9 100%
    );
    /* background: #d4e1f3; */
    border-radius: 999px;
    outline: none;
    /* border: 1px solid #2a1fb3; */
  }
  
  /* thumb */
  .font-preview-size-control input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #2a1fb3;
    border-radius: 50%;
    cursor: pointer;
    /* box-shadow: 0 0 0 2px #fff; */
  }
  

  .fontlisthover p {
    width: 100% !important;
    overflow: auto !important;
    /* text-overflow: none !important; */
  
    /* Hide scrollbar - Firefox */
    scrollbar-width: none !important;
  
    /* Hide scrollbar - IE / Edge */
    -ms-overflow-style: none;
  }
  
  /* Hide scrollbar - Chrome / Safari */
  .fontlisthover p::-webkit-scrollbar {
    display: none;
  }
  
  .font_pos {
    .fontUploadButton {
        margin-top: -70px;
    }
}

.polotno-toolbar > div .bp5-navbar-group.bp5-align-right .size-control-container {
    border-radius: .417vw !important;
    border: .052vw solid #CFD8E8 !important;
}
.polotno-toolbar > div .bp5-navbar-group.bp5-align-right >div {
    margin: 0 .26vw;
}


.go3194171866.bp5-navbar.polotno-toolbar > div > div.bp5-navbar-group.bp5-align-right > button {
    border: .052vw solid #CFD8E8;
    border-radius: .417vw;
    align-self: stretch;
}

.tab-content .font_pos ul li ul li, .localFont {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.network-speed-indicator {
    background-color: red;
    display: flex;
    padding: 1vw;
    border : rgb(234,238,248,0.6);
    border-radius: 1px ;
}