

  .transcript_modal .modal-dialog {
        max-width: 525px
    }

    #transcribe_close {
    position: absolute;
    top: -16px;
    right: -10px;
    font-size: 1.5rem;
    opacity: .75;
    font-weight: 600;
    padding: 0 !important;
    background: none;
    }

    html[lang=ar] .transcription-wrapper .language-select-wrapper .nice-select::after {
        left: 15px;
        right: unset
    }


    html[lang=ar] .transcription-wrapper .language-select-wrapper .nice-select {
        text-align: right!important
    }

    html[lang=ar] .transcription-wrapper .language-select-wrapper .nice-select .current {
        padding-right: 15px!important
    }

    .transcription-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px 20px
    }

    .transcription-wrapper .header-text {
        box-sizing:content-box;
        width: 100%;
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        color: #16283d;
        margin-bottom: 40px;
        padding: 0 35px
    }

    .transcription-wrapper .upload-box {
        position: relative;
        width: 445px;
        padding: 30px;
        background: #d2e5ff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 5px
    }

    .transcription-wrapper .drop-file {
        display: inline-flex;
        align-items: center;
        gap: 10px
    }

    .transcription-wrapper .drop-text {
        color: #0e76ff;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%
    }

    .transcription-wrapper .drop-icon {
        width: 15px;
        height: 15px;
        border: 2px solid #e8e8E880
    }

    .transcription-wrapper .upload-button,.transcription-wrapper .upload-button-text {
        padding: 15px 40px;
        background: #0e76ff;
        border-radius: 100px;
        display: inline-flex;
        cursor: pointer
    }

    .transcription-wrapper .or-text {
        font-size: 15px;
        font-weight: 400;
        color: #0e76ff;
        display: flex;
        align-items: center
    }

    .transcription-wrapper .upload-button {
        border: 2px solid #d2e5ff;
        align-items: center;
        transition: transform .3s,box-shadow .3s
    }

    .transcription-wrapper .upload-button-text {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        margin: 0;
        border: 2px solid #d2e5ff;
        align-items: center
    }

    .transcription-wrapper .options {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-top: 1px
    }

    .transcription-wrapper .language-select-wrapper {
        width: 445px;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .transcription-wrapper .language-select-header {
        display: inline-flex;
        justify-content: space-between;
        align-items: center
    }

    .transcription-wrapper .language-label {
        font-size: 16px;
        font-weight: 600;
        color: #525252
    }

    .transcription-wrapper .language-icon-wrapper,.transcription-wrapper .language-item-icon-wrapper {
        width: 25px;
        height: 25px;
        background: #e7f1ff;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .button-minus,.button-plus,.transcription-wrapper .checkbox-wrapper,.transcription-wrapper .language-dropdown {
        background: linear-gradient(180deg,#fff 0,#f2f2f2 100%)
    }

    .transcription-wrapper .language-icon,.transcription-wrapper .language-item-icon {
        width: 15px;
        height: 15px;
        border: 1.2px solid #0e76ff;
        transform: rotate(180deg)
    }

    .transcription-wrapper .language-dropdown {
        width: 445px;
        height: 45px;
        border-radius: 2px;
        border: 1px solid rgb(175 172 172 / .8);
        display: inline-flex;
        align-items: center
    }

    .transcription-wrapper .language-dropdown-inner {
        width: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .transcription-wrapper .language-item {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .transcription-wrapper .language-text {
        font-size: 16px;
        color: #525252
    }

    .transcription-wrapper .language-dropdown-arrow {
        width: 15px;
        height: 15px;
        position: relative;
        overflow: hidden
    }

    .transcription-wrapper .dropdown-arrow-shape {
        width: 9.38px;
        height: 4.69px;
        position: absolute;
        top: 5.16px;
        left: 2.81px;
        border: 1.5px solid #424a5b
    }

    .transcription-wrapper .speaker-diarization {
        width: 445px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 20px 0
    }

    .transcription-wrapper .checkbox-wrapper {
        width: 18px;
        height: 18px;
        border-radius: 3.86px;
        border: 1px solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .transcription-wrapper .checkbox-icon {
        width: 9.6px;
        height: 6.9px;
        border: 1.93px solid #525252
    }

    .transcription-wrapper .speaker-label {
        font-size: 16px;
        color: #16283d
    }

    .transcription-wrapper .create-button {
        padding: 20px 40px;
        background: #f9593a;
        border-radius: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 445px;
        margin-top: 40px
    }

    .transcription-wrapper .create-button.disabled {
        background: #f2f2f2
    }

    .transcription-wrapper .create-button-text button {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .4px;
        border: 0;
        padding: 16px 40px;
        background: linear-gradient(to right,#F95A38 0%,#FF9823 33%,#F95A38 100%);
        background-size: 200% 100%;
        background-position: 0% 0%;
        border-radius: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 445px;
        cursor: pointer;
        margin:0;
    }

    .transcription-wrapper .close-icon-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center
    }

    .transcription-wrapper .close-icon {
        width: 12px;
        height: 12px;
        border: 2.4px solid #e4e4e4
    }

    .options .language-select-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 445px
    }

    .options .language-select-header {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .options .language-label {
        font-size: 18px;
        font-weight: 600;
        color: #525252;
        line-height: 120%
    }

    .options .language-icon-wrapper {
        width: 25px;
        height: 25px;
        padding: 2px;
        background: #e7f1ff;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .options .language-select-container {
        border-radius: 5px;
        height: 45px;
        display: flex;
        align-items: center;
        border: 2px solid #e7f1ff;
        padding-left: 0
    }

    .options .language-select {
        width: 100%;
        height: 100%;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 400;
        color: #525252;
        border: none;
        background: right 15px center/16px no-repeat;
        outline: 0;
        appearance: none;
        cursor: pointer
    }

    .input-group .quantity-field {
        position: relative;
        height: 45px;
        text-align: center;
        width: 58px;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border: 0;
        border-left: 2px solid #ccc;
        border-right: 2px solid #ccc
    }

    .button-minus,.button-plus {
        width: 30px;
        height: 45px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #uploadForm .form-check:hover input~.checkmark,.checkmark,.form-check:hover input~.checkmark {
        background-color: #fff
    }

    .button-minus svg,.button-plus svg {
        height: 100%
    }

    input[type=number] {
        -moz-appearance: textfield;
        -webkit-appearance: none
    }

    .number-speaker {
        width: 445px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .number-speaker p {
        color: #525252;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%
    }

    .number-speaker .input-group {
        width: auto;
        border: 2px solid #ccc;
        border-radius: 5px
    }

    .transcription-wrapper .form-check {
        padding-left: 1.8rem;
        position: relative;
        display: block
    }

    .form-check-input:checked+.checkmark {
        background-color: #0E76FF!important
    }

    #uploadForm .checkmark {
        top: 3px;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #0e76ff;
        border-radius: 3.86px
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 14px;
        width: 14px;
        border: 1px solid #aaa
    }

    .form-check-input {
        position: absolute;
        margin-top: .3rem;
        margin-left: -1.25rem
    }

    .form-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .disable-active span.checkmark {
        border: 1px solid #eaebed!important
    }

    .uploading-files {
        display: flex;
        gap: 40px;
        padding: 15px 20px;
        align-items: center;
        border: 2px solid #d2e5ff;
        border-radius: 5px;
        width: 445px;
        margin: 0 auto;
        justify-content: space-between
    }

    .uploading-files .file_width_100 p {
        width: 300px;
        color: #0e76ff
    }

    .uploading-files .file_width_100 .uploading-close.close svg path {
        stroke: #0E76FF
    }

    .uploading-files .progress {
        width: 163px;
        height: 5px;
        border-radius: 100px
    }

    .progress {
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: .25rem
    }

    .uploading-files .progress-bar {
        border-radius: 100px
    }
    .progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        transition: width .6s
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .progress-bar {
            transition: none
        }
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem
    }

    .progress-bar-animated {
        -webkit-animation: 1s linear infinite progress-bar-stripes;
        animation: 1s linear infinite progress-bar-stripes
    }

    .uploading-data-area .file_name p {
        color: #0e76ff
    }

    .uploading-data-area .uploading-close.close {
        display: flex;
        display: flex;
        align-items: center
    }

    .uploading-close {
        width: 10px;
        height: 10px;
        color: #b7d6ff
    }

    .transcription-wrapper .create-button-text button:disabled {
        cursor: not-allowed;
        transition: opacity .3s;
        background: #eaebed!important
    }

    .border-svg {
        height: 100%;
        inset: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 2
    }

    .border-svg rect {
        x: 1;
        y: 1;
        rx: 5;
        ry: 5;
        fill: none;
        stroke: #0E76FF;
        stroke-width: 2;
        stroke-dasharray: 14,14;
        height: calc(100% - 2px);
        width: calc(100% - 2px)
    }

    #transcript-modal .modal-content {
        border-radius: .8rem;
        border: 2px solid #d2e5ff
    }

    .file_name p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 171px;
        display: block;
        margin: 0;
    }

    .transcription-wrapper .upload-button:hover {
        box-shadow: 0 4px 10px rgb(0 0 0 / .15);
        transform: scale(1.05);
        transition: transform .3s,box-shadow .3s,background .3s
    }

    .transcription-wrapper .upload-button:active {
        transform: scale(.95)
    }

     /* @media (max-width: 767px) {
        #transcript-modal.modal .modal-dialog {
            max-width:90%
        }
    }  */

    @media (max-width: 768px) {
        .close-icon-wrapper button.close {
            color:#ccc;
            font-weight: 200;
            font-size: 24px
        }

        .change_document .uplode_area .main-headline {
            font-size: 38px!important
        }

        .transcription-wrapper .upload-box {
            padding: 30px;
            width: 100%
        }

        .transcription-wrapper .drop-file {
            display: flex
        }

        .options .language-select-wrapper,.transcription-wrapper .create-button-text button,.transcription-wrapper .speaker-diarization,.uploading-files,.uploading-files .progress,div#uploadProgress {
            width: 100%
        }

        .uploading-files {
            gap: 20px
        }

        .nice-select .list {
            width: 100%;
            max-height: 160px;
            overflow-y: scroll!important
        }
    }

    .nice-select .list {
        width: 100%;
        max-height: 160px;
        overflow-y: scroll!important;
    }

    .options .language-icon-wrapper.globe-icon {
        position: absolute;
        margin-left: 10px
    }

    .options .language-select {
        padding-left: 40px
    }

    .language-icon-wrapper {
        position: relative
    }

    .transcribe-tooltip {
        padding: 5px;
        position: absolute;
        background: #fff;
        width: 140px;
        max-width: 140px;
        font-size: 12px;
        color: #000;
        border-radius: 4px;
        line-height: 14px;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s;
        top: 50%;
        left: -10px;
        transform: translate(-100%,-50%);
        -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
        -moz-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
        -ms-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
        -o-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
        box-shadow: 2px 2px 6px rgb(0 0 0 / .28)
    }

    .transcribe-tooltip::after {
        border-left: 7px solid #fff0;
        border-right: 7px solid #fff0;
        border-top: 8px solid #fff;
        bottom: 0;
        content: " ";
        height: 0;
        position: absolute;
        width: 0;
        top: 47%;
        transform: rotate(-90deg);
        right: -10px
    }

    .transcribe-tooltip::before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .language-icon-wrapper:hover .transcribe-tooltip {
        visibility: visible;
        opacity: 1
    }

    .transcription-wrapper .or-text svg {
        display: inline-block;
        padding: 0 5px
    }

    .form-check input:checked~.checkmark {
        background-color: #f9593a
    }

    .checkmark::after {
        content: "";
        position: absolute
    }

    #uploadForm .form-check .checkmark::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .form-check .checkmark::after {
        left: 3px;
        top: 0;
        width: 5px;
        height: 7px;
        border: solid #fff;
        border-width: 0 2px 2px 0
    }

    .nice-select:after {
        border-bottom: 2px solid #0e76ff;
        border-right: 2px solid #0e76ff
    }

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list {
    width: 100%;
    max-height: 160px;
    overflow-y: scroll !important;
}

.upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -25px;
}

.upload-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
}

.upload-sub {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 2px;
}

.or-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  color: #999;
  font-size: 15px;
}

.or-line::before,
.or-line::after {
  content: "";
  height: 1px;
  width: 100px;
  background: #f3b2a0;
  margin: 0 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff5a3c, #ff9a2f);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 20px rgba(255, 90, 60, 0.25);
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.btn:hover {
  transform: translateY(-2px);
}

input[type="file"] {
  display: none;
}

/* MODAL */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* .modal-overlay.active {
            display: flex;
        } */


    .upload_area {
        padding: 0 20px
    }

    .uploading-data-area .uploading-files.upload-complete {
        background-color: #e7f1ff;
        border: 2px solid #e7f1ff
    }

    .uploading-data-area .uploading-files.upload-complete p {
        color: #0e76ff;
        margin: 0;
    }

    .uploading-data-area .uploading-files.upload-complete .uploading-close.close svg path {
        stroke: #0E76FF
    }
    .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    
}
.modal-backdrop.show {
    opacity: .5;
}
#transcript-modal .modal-dialog {
    max-width: 500px;
    margin: auto;
}

#transcript-modal .modal-content {
    border-radius: 20px;
    padding: 24px;
}

#transcript-modal.show {
    opacity: 1 !important;
}
#transcript-modal.modal {
  top: 20px;
  background: #fff;
  border-radius: 22px;
  /* padding: 32px; */
  width: 90%;
  max-width: 500px;
  position: fixed;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  /* transform: translateY(-60px); */
  opacity: 0;
  transition: 0.35s ease;
  z-index: 1050;
  display: none;
  right: 0;
  left: 0;
  margin: 0 auto;
      height: auto;
}
.modal-overlay.active .modal {
  transform: translateY(0);
  opacity: 1;
}

#transcript-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
}

#transcript-modal .modal-title {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #16283d;
  margin-bottom: 40px;
  padding: 0 35px;
}

.drop-zone {
  background: #e8f0fe;
  border: 4px dashed #2979ff;
  border-radius: 12px;
  padding: 36px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.drop-zone p {
  color: #2979ff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}

.drop-or {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e76ff;
  font-size: 15px;
  margin: 12px 0;
}

.drop-or::before,
.drop-or::after {
  content: "";
  flex: 0.25;
  height: 1px;
  background: #b0c4f0;
  margin: 0 10px;
}

.upload-btn {
  display: inline-block;
  background: #2979ff;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.upload-btn:hover {
  background: #1a5fcc;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
}

.checkbox-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #2979ff;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.checkbox-row input[type="checkbox"]:checked {
  background-color: #2979ff;
  border-color: #2979ff;
}

.checkbox-row input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 14px;
  color: #fff;
}

.lang-label {
  font-size: 18px;
  font-weight: 600;
  color: #16283d;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.lang-select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  appearance: none;
  background: #fff;
  margin-bottom: 24px;
  cursor: pointer;
}

.custom-select {
  width: 100%;
  max-width: 400px;
  position: relative;
  font-family: Arial;
}

.select-box svg {
  background: transparent;
  filter: none;
}

.select-box .left {
  background: transparent;
  box-shadow: none;
}

/* BOX */
.select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border: 2px solid #d6e6ff;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

/* LEFT PART */
.select-box .left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
}

/* DROPDOWN */

.create-btn {
  margin-top: 18px;
  width: 100%;
  max-width: 320px;
  padding: 16px;
  background: #d0d5dd;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: not-allowed;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.select-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

/* ICON POSITION */
.select-wrapper .icon {
  position: absolute;
  left: 12px;
  top: 35%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* SELECT STYLING */
.lang-select {
  width: 100%;
  padding: 14px 40px 14px 42px;
  /* left space for globe */
  border: 2px solid #d6e6ff;
  border-radius: 10px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  color: #333;
  cursor: pointer;
}

/* CUSTOM ARROW */
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 20%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-left: 2px solid #2979ff;
  border-bottom: 2px solid #2979ff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  transform: rotate(-45deg);
}

.select-wrapper.active::after {
  transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 520px) {

  #transcript-modal .modal-dialog,
  .transcript_modal .modal-dialog {
    max-width: calc(100vw - 1rem) !important;
    
  }

  #transcript-modal .modal-content {
    position: relative !important;
    overflow: hidden !important;
    padding: 10px !important;
  }

  /* Close button */
  #transcribe_close {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 9999 !important;
    font-size: 1.8rem !important;
    color: #555 !important;
  }

  /* Sabhi 445px wale elements */
  .transcription-wrapper,
  .transcription-wrapper .upload-box,
  .transcription-wrapper .language-select-wrapper,
  .options .language-select-wrapper,
  .transcription-wrapper .speaker-diarization,
  .transcription-wrapper .create-button-text,
  .transcription-wrapper .create-button-text button,
  .transcription-wrapper .uploading-files,
  .number-speaker,
  .transcription-wrapper .header-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .transcription-wrapper {
    padding: 16px 8px !important;
  }

  /* Overflow root cause fix */
  #transcript-modal .modal-dialog * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
 
  #transcript-modal.modal {
    padding-right: 0 !important;
    padding-left: 0 !important;
    
  }

}