
/* .popup-container {
} */
.profile-upload-holder22 .ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  border-radius: 50%;
  overflow: hidden;
}

.profile-upload-holder22 .ant-upload.ant-upload-select-picture-card {
  border-radius: 50%;
}
.abc .ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  width: 150;
    height: 20px;
  border: none;
  border-radius: none;
  overflow: hidden;
}
.abc .ant-upload.ant-upload-select-picture-card {
  width: 150;
    height: 20px;
  border: none;
}

.container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}

.container-modal {
  z-index: 100;
  width: 480px;
  background: #fafafa;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-radius: 16px;
  position: relative;
  animation: animate 0.3s;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 32px 28px 40px 28px;
  margin-top: 140px;
  margin-bottom: auto;
}
.close-new-modal{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.container-modal.pb-30{
  padding-bottom: 30px;
}

.cm-center{
  text-align: center;
}
.container-modal-mid{
  /* max-height: 450px; */
  overflow-y: auto;
  overflow-x: hidden;
}

.container-modal.width1000{
  width: 1000px;
  padding: 40px 70px;
  margin-bottom: 50px;
  margin-top: 70px;
}
.container-modal.width1000 button[color="#FEFEFE"]{
  border-radius: 5px !important;
}

.container-modal.width1000 .container-modal-mid{
  margin-top: 20px;
}
.container-modal.width1000 .container-modal-mid .scroll-content .two-column-modal{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));  
  gap: 30px;
}
.container-modal.width1000 .container-modal-mid .scroll-content .two-column-modal .max-width310{
  max-width: 310px;
}
.container-modal.width1000 .container-modal-mid .scroll-content .two-column-modal-40-60{
  display: grid;
  grid-template-columns: 100%;  
  grid-gap: 0px;
}

.container-modal.width1000 .container-modal-mid .scroll-content .modal-tabs .MuiTabs-flexContainer{
  justify-content: center;
}
.cm-sm {
  width: 620px;
}

.container .modal .large {
  width: 620px;
}

.popup-boo-container {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: -88px auto auto auto;
}

.popup-boo-container.neutral {
  background-color: var(--whiteGray);
}

.popup-boo-container.positive {
  background-color: var(--sharpGreen);
}

.popup-boo-container.negative {
  background-color: var(--lightRed);
}

.popup-team-upgrade-summary {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--whiteGray);
  border-radius: 8px;
}

.popup-downgrade-box {
  background-color: var(--whiteGray);
  border-radius: 12px;
  padding: 16px;
}

.popup-selection--box {
  padding: 16px 20px;
  border: 1px solid #efe6fd;
  box-sizing: border-box;
  border-radius: 4px;
}

.popup-scroll-box {
  height: 110px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 12px;
}

.users-avtar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile-upload-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 0px;
}

.ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 120px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: #fafafa;
  border: none;
  border-radius: 0px;
}

.df-height-small {
  height: 94px !important;
}

.tab-manager-small {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
}
.tab-small {
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  padding: 12px 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  color: var(--darkGray);
  border: 1px solid var(--lightGray);
  -webkit-user-select: none;
  user-select: none;
  width: 48%;
  margin: 0 -10px;
}
.selected-tab-small {
  background-color: var(--whiteGray);
  color: var(--darkPurple);
  border-color: var(--whiteGray);
  margin: 0 -2px;
  position: relative;
}
.select-quad-holder {
  border: 1px solid var(--lightPurple);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.sqh-default {
  background-color: var(--whiteGray);
  border-color: var(--whiteGray);
}
.sqh-selected {
  border: 1px solid var(--brightGreen);
  background-color: var(--lightGreen);
}

.popupcloseicon{
  position: absolute;
  right: -4px;
  cursor: pointer;
}

.no-variation-holder{
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.variation-drop-holder{
  position: absolute;
  background-color: #fff;
  background: var(--mainLight);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: auto;
  left: 0;
  right: 0;
  padding: 0 16px 16px 16px;
  margin-top: -10px;
  z-index: -1;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.vdh-scroll{
  height: calc(100% - 100px);
}
.closeeyeicon{
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;

}
.openeyeicon {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
}

.sidebar-profile-popup-char{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 0px;
  border: 1px solid var(--darkPurple);
  background-color: var(--whiteGray);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--darkPurple);
  font-weight: 500 !important;
  font-size: 34px;
  text-transform: uppercase;
}
.sidebar-profile-popup-char.shrinvoic{
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.dropshowhideclick{
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -85.94%, rgba(255, 255, 255, 0) -85.92%, #FFFFFF 81.25%);
}
.dshc-icon{
  width: 14px;
    height: 14px;
    border: 2px solid var(--nightPurple);
    border-top: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    display: flex;
    margin-top: -5px;
}

.select-lc-drop .MuiInput-underline:before {
  content: "\00a0";
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 0px solid rgba(0, 0, 0, 0.42) !important;
}
.select-lc-drop .Labels__LabelProvider-sc-rc8p2k-1{
  font-size: 12px !important;
}
.MuiInput-underline:after {
  content: "";
  transform: scaleX(0) !important;
  transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  border-bottom: 0px solid #3f51b5 !important;
}
.MuiInputBase-root{
  font-size: 12px !important;
  font-weight: 500 !important;
  font-family: Poppins !important;
  color: rgba(0, 0, 0, 1) !important;
}

.msf-dropd1 {
  width: 416px;
}
.when-fv-ohtr-scroll{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 98px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #D9D9D9 transparent;
  scrollbar-width: thin;
}
.when-fv-ohtr-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
}
.when-fv-ohtr-scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 2px;
}
.when-fv-ohtr-scroll::-webkit-scrollbar-track {
    border: 0.0625rem solid transparent;
    border-radius: 2px;
}
.dmv{
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 130px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #D9D9D9 transparent;
  scrollbar-width: thin;
}
.dmv::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 2px;
}
.dmv::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 2px;
}
.dmv::-webkit-scrollbar-track {
  border: 0.0625rem solid transparent;
  border-radius: 2px;
}

.closeeyeicon {
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;

  }

  .openeyeicon {
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;
  }

  .odm-drop-list{
    padding: 8px 8px;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
  }
  .odm-drop-list:hover{
    background: #F5F6F9;
  }
  .progress-bar{
    height: 8px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--mainLight);
    border: 1px solid var(--lightGray);
    position: relative;
    margin-bottom: 20px;
  }
  .progress-bar .progress-inner{
    width: 0%;
    height: 8px;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 4px;
    background-color: var(--sharpGreen);
  }
  .tcm-left-block {
    border: 2px solid #F1F1F1;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
  }
  .search-language-box{
    border: 2px solid #F1F1F1;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
  }


  .search-language-box .ks-folder-string-holder{
    margin-top: 12px;
  }
  .search-language-box .ks-folder-string-holder .MuiFormControlLabel-root{
    justify-content: space-between;
    margin: 0px 0px 20px 0px;
  }
  .search-language-box .ks-folder-string-holder .MuiFormControlLabel-root .MuiTypography-root{
    margin-left: 0px !important;
    font-weight: 500 !important;
  }

 /*Loader Added By Vinod*/
 /* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 15px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.red_error{
  color:red;
}
.translation-complete-page .table__textarea-div {
  border-radius: 0px 0px 4px 4px !important;
}
.translation-complete-page .translate-complete-textarea {
  background-color: #fff;
}
.translate-complete-tab .textarea-buttons__button{
  cursor: default !important;
}

.translate-complete-tab .MuiTab-root {
  min-width: 50% !important; 
}
.translate-complete-tab .MuiTab-root:first-child {
  border-radius: 8px 0px 0px 0px !important;
  min-width: 50% !important; 
}
.translate-complete-tab .MuiTab-root:last-child {
  border-radius: 0px 8px 0px 0px !important;
}
.MuiTab-root.Mui-selected {

}
.cursor-default{
  cursor: default !important;
}
.dark-perple-btn-hover:hover {
  background: var(--mainLight);
  border: 2px solid var(--darkPurple);
  border-radius: 5px;
  color: var(--darkPurple);
}
.translate-complete-textarea {
  min-height: 308px !important;
  max-height: 398px !important;
  color:#8F8F8F;
  word-break: break-all; 
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

 
.source-language-box{
   margin-bottom: 30px;
}
.translation-source .ct-select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 500 !important;
    padding: 5px 15px;
    line-height: 1.5;
    letter-spacing: 0.00938em; 
}
 
.source-language-str{
  color: #8F8F8F;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding: initial;
  margin: initial;
}

.dropdawn-source-language {
   appearance: none;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    background-color: var(--mainLight);
    outline: 0;
    border: 1px solid var(--lightGray);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: .2s .05s;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  }
  .dropdawn-source-language-icon {
    position: absolute;
    margin-top: 2px;
    border-left: 1px solid var(--lightGray);
    padding-left: 16px;
    right: 16px;
    top: 28px;
    cursor: pointer;
  }
  .source-drop-down{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .source-drop-down .when-fv-ohtr-scroll{
     min-height: 180px;
  }

 .source-remove-checkbox {
    margin-left: 0px!important;
  
    width: 100%;
    margin-top: 18px;
  }
  .source-remove-checkbox .margin-left-0{
    margin-left: 0px!important;
  }
  .fav-language{
    position: absolute;
    left: 0px;
  }
  .search-language-box .ks-folder-string-holder.translation-fav-language-list .MuiFormControlLabel-root .MuiTypography-root{
    margin-left: 20px!important;
  }
  .translation-fav-language-list{
    position: relative;
  }
  .fav-language{
    background-color: none!important;
  }
  .fav-language:hover{
    background-color: unset!important;
  }

  .fav-tables td{
    padding: 0px!important;
    vertical-align: top!important;
  }
  .fav-tables label{
    padding: 0px!important;
  }
  .fav-tables tr,.fav-tables td{
     border: none;
  }

  .fav-tables .f-cell{
    width: 20px;
  }
  .fav-tables .ks--related-actv-box{
    height: unset;
  }
  .fav-tables .s-cell label{
    width: 100%!important;
    margin-bottom: 15px;
  }
  .source-remove-checkbox .source-remove-checkbox1{
    float: right;
  }
  .source-remove-checkbox .marginchekbox {
    margin-right: 0px !important;
  }
  .new-btns-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .new-close-btn {
    background-color: var(--lightRed) !important;
    border-radius: 5px;
  }
  .new-back-btn {
    background-color: var(--darkGray) !important;
    border-radius: 5px;
  }
  .container-modal-new-mid {
    width: 885px;
    background-color: var(--mainLight);
    padding: 40px;
    border-radius: 8px;
    margin-top: 80px;
    z-index: 100;
    position: relative;
    animation: animate 0.3s;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .container-modal-new-mid .close-blue {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .container-modal-new-mid .download-btn {
    padding: 0;
    width: auto;
    border: 1px solid #D0D5DD;
    background-color: #fff;
    padding: 10px 14px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;
    direction: rtl;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    border-radius: 8px;
  }
  .bh-status {
    border: 1px solid #067647;
    border-radius: 16px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    color: #067647;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 60px;
    margin: auto;
  }
  .billing-table .MuiTableContainer-root{
    box-shadow: none;
    border: 1px solid #EAECF0;
  }
  .billing-table .MuiTableCell-head {
    background-color: #EAECF0;
    color: #475467;
    font-size: 12px;
  }
  .billing-table .MuiTableCell-body {
    color: #475467;
    font-size: 14px;
  }
  .ftam {
    width: 100%;
    max-width: 1000px;
    border-radius: 12px;
    animation: animate 0.3s;
    box-shadow: none;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background: none;
}
.trail-account-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.trail-account-left {
  width: 100%;
  padding: 38px 40px;
  background-color: var(--mainLight);
  border-radius: 12px 0px 0px 12px;
}
.trail-account-right {
  width: 100%;
  padding: 40px 40px;
  background-color: var(--darkPurple);
  border-radius: 0px 12px 12px 0px;
}
.free-token {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boo-g-128 {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.p-white-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}
.blue-border-btn {
  border: 1px solid var(--darkPurple);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--darkPurple);
  height: 40px;
  padding: 8px 16px;
  cursor: pointer;
}
.mps-plan-box {
  border: 1px solid var(--lightGray);
  border-radius: 12px;
  margin-top: 28px;
}
.background-border {
  background-color: rgba(236, 230, 245, 0.5);
  border-color: var(--mainLight);
}
.mps-heading {
  padding: 14px 14px;
  border-bottom: 1px solid var(--lightGray);
}
.discount-save {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  padding: 2px 6px;
}
.hr {
  border-bottom: 1px solid var(--lightGray);
  margin: 12px 0px;
}
.payment-method-holder {
  min-height: 480px;
  background-color: #fff;
  border-radius: 8px;
}
.credit-management-holder {
  display: grid;
  grid-template-columns: 1fr 300px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.boo-g-200 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.create-button-green.height48.Bordered-green {
  background: var(--sharpGreen);
  padding: 8px 24px;
  border-radius: 12px;
  font-size: 16px;
}
.Bordered-white {
  background: #fff;
  color: var(--darkPurple);
  font-weight: 500;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 12px;
}
.upgrade-now-btn {
  padding: 7px 16px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  width: auto !important;
}
.tokens-remaining {
  background-color: 
  rgba(74, 15, 163, .10);
  border-radius: 12px;
  padding: 8px 12px;
  width: 450px;
  margin-bottom: 28px;
}
.token-count-no-box {
  background-color: var(--mainLight);
  border-radius: 12px;
  padding: 8px 16px;
}
.model-tabh {
  overflow-y: auto;
  height: 372px;

}
.model-tabh::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #EFE6FD;
  border-radius: 100px;
}
.model-tabh::-webkit-scrollbar-thumb {
  background-color: var(--darkPurple);
  border-radius: 100px;
}
.model-tabh::-webkit-scrollbar-track {
  border: 0.0625rem solid transparent;
  border-radius: 100px;
}