#pichoff {
    position: absolute;
    right: 46px;
    color: #fff;
    font-size: 16px;
}

.switch-row img {
    max-width: 18px !important;
    opacity: 20%;
    width: 100%;
}

.toggleSwitch span span {
    display: none;
}

.switch-row label {
    margin: 0px;
}

.tool-box:hover .tooltip {
    opacity: 1;
}

.switch-row-box span:before {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    content: "";
    transform: rotate(-133deg);
    right: 0;
    top: 9px;
}

.switch-row-box span {
    position: relative;
    font-size: 22px;
    padding-right: 30px;
}

.switch-bg-col {
    position: relative;
}

.toggleSwitch {
    display: inline-block;
    height: 29px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 50px;
    cursor: pointer;
    width: 114px;
}

.tool-box:hover .tooltip {
    opacity: 1;
}

.tool-box,
.tooltip {
    transition: all ease-in-out 0.5s;
}

.tool-box {
    height: 23px;
    display: flex;
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {

    vertical-align: middle;
    line-height: 27px;
    height: 29px;

}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 51px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 12%;
    top: -1px;
    opacity: 1;
}

.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: -7px;
    width: 59px;
    background-color: #1fbe6c;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: -2px;
    margin-left: 1px;
}

.toggleSwitch>span span:first-of-type {
    color: #888;
    opacity: 1;
    left: 45%;
    padding-left: 10px;
}

.toggleSwitch input:checked~span span:first-of-type {
    color: #fff;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 44px;
    top: -2px;
    background-color: #fafafa;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: inset 0 0 0 30px #E6E6E6
}

.toggleSwitch input:checked~a {
    border-color: #fff;
    left: 100%;
    margin-left: -61px;
}

.toggleSwitch input:checked~span:before {
    border-color: #E6E6E6;
    box-shadow: inset 0 0 0 30px #E6E6E6;
}

.toggleSwitch input:checked~span span:first-of-type {
    opacity: 1;
}

.toggleSwitch input:checked~span span:last-of-type {
    opacity: 1;
    color: #888;
}

}

span.border {
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    height: 4px;
    background-color: #0091b2;
}

.nav.nav-tabs a {
    /* transition: all 0.3s ease; */
    text-decoration: none;
    color: #888;
    padding: 5px 15px;
    display: inline-block;
    padding-bottom: 12px;
}

ul.nav.nav-tabs {
    display: inline-flex;
    list-style: none;
}

#drop-area {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #F9F9F9;
    padding: 14px 20px 57px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.danger {

    background: #FFE7E8 !important;
    border: 1px solid #EB001B !important;

}

.dragover {
    background: #E7F4FF !important;
    border: 1px solid #0088FF !important;
}

.content.drag-drop-mobile img {
    width: 115px;
    display: none;
}

#uplode-text {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #000 !important;
    font-weight: 500 !important;
}

.dragover.danger {
    border-color: red !important;
    background: #ffcece !important;
}

.content #progress-bar {
    height: 22px;
}

.active #progress-bar {
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dragover.active {
    border-color: #0aa5e0 !IMPORTANT;
    background: #dff0ff;
}

.container.active {
    border-color: #0aa5e0 !IMPORTANT;
    background: #dff0ff;
}



#drop-area .content h2 {
    color: #888;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;

}

#drop-area .input-group.mb-3 {
    position: relative;
}

.cover-box .btn.btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    background: #08f !important;
    color: #fff;
    border: 1px solid #08f !important;
    font-size: 19px;
    padding: 10px 27px;
    border-radius: 5px;
}

.tab-content p.mb-0.align-center {
    text-align: center;
    padding: 10px 0px;
    font-size: 19px;
    font-weight: 500;
}

.tab-content input[type=date],
.tab-content input[type=email],
.tab-content input[type=number],
.tab-content input[type=password],
.tab-content input[type=search],
.tab-content input[type=tel],
.tab-content input[type=text],
.tab-content input[type=url],
.tab-content select,
.tab-content textarea {
    width: 100%;
    border: 1px solid #6666665c !important;
    border-radius: 7px !important;
    padding: 0.8rem 1rem !important;
    transition: all .3s;
    color: #000 !important;
}

.top-dropdown-img {
    width: 108px;
}

.dragover.active {
    position: relative;
}

.dragover.active #uplode-text {
    position: relative !important;
    left: auto !important;
    transform: translate(0px, 0px) !important;

}

/*.dragover.active:before{
position: absolute;
    content: "";
    background: url(https://staging.lalals.com/wp-content/uploads/2023/05/audio.png);
    right: -33px;
    width: 104px;
    height: 156px;
    top: 25px;
}*/
.content {
    text-align: center;
}

#drop-area .elementor-button-link {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-deff5c9);
    border-radius: 8px 8px 8px 8px;
    padding: 9px 8px 9px 8px;
    margin-top: 5px;
    max-width: 239px;
    display: inline-block;
    margin: 0 auto 17px;
}

#drop-area a#genrate-vocal {
    display: block;
    margin: 0 auto;
    max-width: 199px;
}

#drop-area i.fas.fa-cloud-upload-alt {
    display: none;
}

#drop-area #start-recording {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #efefef;
    border-radius: 8px 8px 8px 8px;
    padding: 9px 8px 9px 8px;
    max-width: 131px;
    color: #000;
    font-size: 16px;
    margin-left: 15px;
}

#drop-area .elementor-button-link:hover {
    background-color: #2c9dff;
    border-color: #2c9dff;
}

#drop-area i.fas.fa-circle {
    color: #FF0000;
}

#drop-area .elementor-button-link:active {
    /* box-shadow: none !important;
    transform: translateY(6px) !important;
    transition: all .0s !important; */
    outline: none !important;
}


.audio-player {
    height: 38px;
    width: 250px;
    background: #EFEFEF;
    font-family: arial;
    color: #FF0000;
    font-size: 1.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
    margin: 0 auto;
    border-radius: 10px;
}

.audio-player .timeline {
    background: #EFEFEF;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.audio-player .timeline .progress {
    width: 0%;
    height: 100%;
    transition: 0.25s;
}

.fa-trash:before {
    content: "\f00d" !important;
    font-size: 16px;
    color: #000;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
    margin-top: -7px;
}

.audio-player .controls>* {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid #000;
}

.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: black;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: black;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.audio-player .controls .time {
    display: none;
}

.audio-player .controls .time>* {
    padding: 2px;
}

.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
    visibility: hidden;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

#drop-area .jet-tabs__control-wrapper {
    align-self: flex-start;
    justify-content: flex-start;
    flex-grow: 0;
    padding: 0px 0px -8px 0px;
    margin: 0px 0px -52px 8px;
    border-radius: 0px 0px 0px 0px;
    display: none !important;
}

#drop-area .jet-tabs_control {
    background-color: #F5F5F5;
    margin: 0px 5px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    border-radius: 24px 24px 24px 24px;
}

#drop-area .jet-tabscontrol-inner {
    padding: 2px 4px 2px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#drop-area .jet-tabs_control.active-tab .jet-tabs_label-text {
    color: #0088ff;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#drop-area .jet-tabs_control.active-tab {
    background-color: #D7ECFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5FB4FF;
}

#drop-area .jet-tabslabel-image {
    margin: 0px 5px 0px 0px;
    width: 25px;
    border-radius: 20px !important;
}

#drop-area .entered {
    width: 100px !important;
    margin-top: 55px;
}

#name-record {

    color: #000;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    padding-left: 4px;
}

.tts-textbtn {
    position: absolute;
    left: 5px;

    bottom: 10px;
    background: #08f !important;
    color: #fff;
    border: 1px solid #08f !important;
    font-size: 19px;
    padding: 10px 27px;
    border-radius: 5px;
}

.input-group.mb-3 {
    width: 100%;
}

.tab-content textarea {
    height: 400px !important;
    padding: 20px !important;
    border-radius: 20px !important;
    border: 1px solid #E3E3E3 !important;
    background: #F9F9F9;
    font-size: 18px;
    font-weight: 400;
    color: #888 !important;
    font-family: Inter;
}

#drop-area .desktop-view {
    /* margin-top: -60px; */
}

.btn.tts-textbtn {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}


#home .container {
    width: 100%;
}

ul.nav.nav-tabs {
    border-bottom: 2px solid #0000003d !important;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    float: inherit;
    position: relative;
}

.nav>li {
    position: relative;
}

.nav-tabs>li.active:before {
    position: absolute;
    width: 100%;
    background: #000;
    height: 3px;
    content: "";
    left: 0;
    bottom: -1px;
    z-index: 999;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd !important;
    border-bottom-color: #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent !important;
    border-radius: 4px 4px 0 0;
    padding: 12px 18px;
    color: #555;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    background: transparent;
}

.cover-box {
    position: absolute;
    bottom: 315px;
    width: 60% !important;
    left: 50%;
    transform: translateX(-50%);
}

::placeholder {
    font-size: 16px;
    color: #888;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

body .cover-box .btn.btn-primary {
    z-index: 999;
    padding: 6px 16px !important;
    /* margin: 2px 7px; */
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    background: #0088ff !important;
    border: transparent !important;
    border-radius: 10px;
    top: 64px;
    right: 6px;
}

.form-control {
    height: 43px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #1FBE6C;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.tab-content p {
    color: #888;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-row {
    display: flex;
}

.switch-bg-col {
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.switch-bg-col p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 11px;
    padding-right: 4px;
    margin: 0px;
}

.background-switch {
    padding: 24px 0px;
}

button.more-btn {
    border: 0pc;
    color: #888;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-btn:focus {
    background: transparent;
    color: #888;
    outline: none;
}

@media screen and (min-width: 768px) {
    #genrate-vocal {
        padding: 14px 20px !important;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }

    #drop-area {
        min-height: 400px;
    }

    .desktop-hide {
        display: none;
    }

    #drop-area .elementor-button-link strong {
        display: none;
    }

    button.more-btn {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    #drop-area {
        min-height: 400px;
    }
}

@media screen and (max-width: 767px) {

    /* new amit */
    body .cover-box .btn.btn-primary {
        z-index: 999;
        padding: 6px 16px !important;
        /* margin: 2px 7px; */
        font-size: 16px;
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.32px;
        background: #0088ff !important;
        border: transparent !important;
        border-radius: 10px;
        top: 6px;
        right: 6px;
    }

    .input-group.mb-3 {
        width: 100%;
        position: absolute;
    }

    /* end here */
    .switch-row-box {
        margin-bottom: 13px;
    }

    .tab-content>.active {
        width: 100%;
    }

    .tooltip {
        display: none;
    }

    #switch-row-box {
        display: none;
    }

    .tab-content {
        /* border: 1px solid #E3E3E3; */
        border-radius: 20px;
        height: 400px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .voice-btn {
        font-family: "Inter", Sans-serif;
        font-size: 18px;
        font-weight: 600;
        fill: #C8C8C8;
        color: #C8C8C8;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #CFCFCF;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 3px 0px 1px rgba(5.250000000000009, 5.250000000000009, 5.250000000000009, 0.18) !important;
        padding: 10px 15px 10px 15px;
    }

    .voice-btn.active {
        font-family: "Inter", Sans-serif;
        font-size: 18px;
        font-weight: 600;
        fill: #000000;
        color: #000000;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--e-global-color-deff5c9);
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 3px 0px 1px rgba(5.250000000000009, 5.250000000000009, 5.250000000000009, 0.18) !important;
        background-color: #ECECEC;
        border-width: 2px 2px 2px 2px;
        padding: 10px 15px 10px 15px;
    }

    .drag-box-row {
        display: flex !important;
        justify-content: space-between;
        display: none !important;
    }

    #drop-area .drag-drop-mobile h2 {
        font-family: "Poppins", Sans-serif !important;
        font-size: 25px !important;
        font-weight: 600 !important;
        color: #000 !important;
        padding-top: 26px;
    }

    #drop-area {
        border: 0px;
    }

    #drop-area .elementor-button-link {
        padding: 14px 28px 14px 28px;
        max-width: 100%;
        text-transform: uppercase;
        order: 2;
    }

    #drop-area #start-recording {
        max-width: 100% !important;
        order: 1;
        display: block;
        width: 100%;
        padding: 16px 8px 16px 8px;

    }

    .drag-drop-mobile {
        text-align: center;
    }

    .upload-file-up a {
        color: #0088ff;
        font-size: 17px;
        font-weight: 500;
    }

    #drop-area #zYcVbUdE-record-btn {
        background: #FD4848;
        box-shadow: 0px 5px 0px 0px #CC3C3C;
    }

    .mobile-none {
        display: none;
    }

    #text-normal {
        display: none;
    }

    .btn-box-new {
        display: flex;
        flex-wrap: wrap;
    }

    #upload-file,
    #upload-file strong {
        background: transparent !important;
        box-shadow: none !important;
        color: #0070D3 !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        text-transform: capitalize !important;
        font-weight: 400 !important;
        font-size: 18px !important;
    }

    #upload-file .elementor-align-icon-left {
        display: none;
    }

    .desktop-view h2 {
        text-align: center;
        font-family: "Poppins", Sans-serif !important;
        font-size: 25px !important;
        font-weight: 600 !important;
        color: #000 !important;
        padding-top: 26px;
    }

    #genrate-vocal {
        margin-top: 20px !important;
    }

    .audio-player {
        height: 45px;
        margin-top: 12px;
        width: 100%;
    }

    .content #progress-bar {
        width: 70%;
        position: relative;
        top: auto;
        left: auto;
        top: auto;
        transform: translate(0px, 0px);
        height: 22px;
    }

    .cover-box {
        position: inherit;
        bottom: inherit;
        width: 100% !important;
        left: inherit;
        transform: inherit;
    }

    #drop-area {
        background: transparent;
        padding: 0px 20px 0px;
    }

    .tab-content .elementor-button-text {
        flex-grow: inherit;
    }
}

@media screen and (max-width: 766px) {
    .tab-content>.active {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {

    #drop-area a#genrate-vocal {
        max-width: max-content;
    }

}

@media screen and (max-width: 480px) {
    .nav.nav-tabs a {
        padding: 5px 9px 12px;
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .cover-box .btn.btn-primary {
        position: inherit;
        margin-top: 14px;
    }
}

@media screen and (max-width: 375px) {
    .nav.nav-tabs a {
        padding: 5px 9px 12px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .switch-row-box {
        display: none;
    }

    .background-switch {
        padding: 24px 0px 144px;
    }
}

/* that 3 dots css  */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    max-width: 221px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.10);
    z-index: 1;
    right: 0;
    top: 59px;
    width: 100%;
    border-radius: 15px;
    padding: 10px 20px;
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    background-color: transparent !important;
    color: #D9D9D9 !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:after {
    font-size: 27px;
    content: "...";
    letter-spacing: 4px;
    font-weight: 500;
    right: 0;
    position: absolute;
}

button.dropbtn {
    width: 100%;
    position: absolute;
    right: 0;
    padding: 0;
    bottom: -18px;
}

.dropdown {
    position: absolute;
    top: -26px;
    right: 0;
    width: 100%;
}

.dropdown:focus-visible {
    outline: none;
}

.switch-bg-col {
    padding-right: 20px;
}

button.dropbtn:focus-visible {
    border: none;
    outline: none;
}

@media screen and (max-width: 767px) {
    .upload-new {
        text-decoration: underline !important;
        font-weight: 500;
    }

    body #upload-file .or-bold {
        color: #888 !important;
    }

    .dropdown {
        display: none;
    }

    .switch-row {
        display: none !important;
    }

    .switch-row.open-switch {
        display: flex !important;
        justify-content: center;
        padding-top: 23px;
    }

    .tab-content textarea {
        height: 400px !important;
        border: 0px !important;
    }

    .switch-row-box span {
        font-size: 16px;
        color: #888;
        font-weight: 400;
    }

    .switch-row-box span:before {
        display: inline-block;
        position: absolute;
        width: 9px;
        height: 9px;
        background: transparent;
        text-indent: -9999px;
        border-top: 2px solid #bfbfbf;
        border-left: 2px solid #bfbfbf;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        content: "";
        transform: rotate(-133deg);
        right: 12px;
        top: 7px;
    }

}

@media screen and (max-width: 766px) {
    .tab-content>.active {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .dropdown {
        top: -34px;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 0px;
        font-size: 12px;
    }

    .switch-bg-col p {
        font-size: 14px;
    }

    .switch-row {
        display: flex;
        flex-wrap: wrap;
    }

    .switch-bg-col {
        width: 100%;
        justify-content: center;
    }

    .switch-bg-col {
        width: 100%;
        justify-content: center;
    }
}

button.dropbtn:focus {
    outline: none;
}


.switch-bg-col {
    padding-right: 20px;
    width: 50%;
}

.switch-row {
    display: flex;
    max-width: 600px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.switch-row img {
    width: 100%;
    height: 18px !important;
    width: 18px !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #000000a1;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: -42px;
    max-width: 300px !important;
    display: block !important;
    padding: 20px 8px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip {
    opacity: 1;
}

@media screen and (max-width: 300px) {
    #drop-area {
        background: transparent;
        padding: 0px 3px 0px;
    }
}

@media screen and (max-width: 567px) {
    .switch-bg-col {
        width: 100%;
        justify-content: unset;
        padding-bottom: 19px;
    }

    .nav.nav-tabs a {
        /* transition: all 0.3s ease; */
        text-decoration: none;
        color: #888;
    }

    .switch-row-box span {
        position: relative;
        font-size: 16px;
        padding-right: 30px;
        color: #888;
    }

    .switch-row-box span:before {
        display: inline-block;
        position: absolute;
        width: 9px;
        height: 9px;
        background: transparent;
        text-indent: -9999px;
        border-top: 2px solid #bfbfbf;
        border-left: 2px solid #bfbfbf;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        content: "";
        transform: rotate(-133deg);
        right: 12px;
        top: 7px;
    }
}

.active.in {
    display: block !important;
}

.fade {
    display: none !important;
}

.current {
    font-size: 15px;
}


body .cover-box .btn.btn-primary {
    z-index: 999;
    padding: 6px 16px !important;
    /* margin: 2px 7px; */
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    background: #0088ff !important;
    border: transparent !important;
    border-radius: 10px;
    top: 6px;
    right: 6px;
}

.input-group.mb-3 {
    width: 100%;
    position: absolute;
}

#pichoffs {
    position: absolute;
    right: 46px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: none;
}