body{
    overflow: hidden;
}

.arrowTemplateIcon{
    margin: 0 0 0 5px;
    color: transparent !important;
}

.audio_icon {
    width: 65%;
}

.audio_controls_div {
    background-color: rgb(61, 60, 61, 0.8);
    padding: 5px 20px 5px 20px;
    border-radius: 40px;
    margin-top: 8%;
}

#normalAudioTypeQstn_forward:hover {
    opacity: 0.7;
    cursor: pointer;
}

#normalAudioTypeQstn_play:hover {
    opacity: 0.7;
    cursor: pointer;
}

#normalAudioTypeQstn_backward:hover {
    opacity: 0.7;
    cursor: pointer;
}

.audio_qstn_img {
    width: 100%;
}

.normal_audio_qstn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.normal_audio_controls_div {
    padding: 5px 20px 5px 20px;
    border-radius: 40px;
}

.normal_audio_icons {
    width: 20%;
}

.normal_audio_controls {
    display: flex;
}

.normal_audio_timer {
    color: #fafafa;
    text-align: center;
    margin-top: 10%;
    font-size: 22px;
}

#mp3 {
    display: none;
}

#mp4Id {
    object-fit: cover;
}

.responsiveVideoTag {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}

.responsiveAudioTag {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}

.imageClass{
    /* max-width: 100%; */
    max-width: 90%;
}

.gifAnimation{
    max-width: 45%;
}

.textAreaDynamic{
    width: 100%;
}

.textBoxHeading{
    margin: 0;
    color: #333333;
    font-weight: 600;
    padding: 0 0 0 52px;
}

.textAreaLabel{
    margin: 0 !important;
    color: #333333;
    font-weight: 600;
}

.textAreaLabelForText{
    padding: 12px 0 10px 15px;
    /* background-color: #d0aa2e; */
}

.textAreaLabelForTextInner{
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding-right: 15px;
    height: auto;
    min-height: 146px;
    max-height: 146px;
    overflow-y: scroll;
    border-right: 1px solid #ffffff;
}

.divTextAreaColDynamic{
    padding-top: 4px;
}

.borderToTextBox{
    border-right: 2px solid #e2e2e4;
}

.borderToTextBoxForMobile{
    border-bottom: 2px solid #e2e2e4;
}

.borderToTextBoxForText{
    border-top: 1px solid #ffffff;
    padding: 0 !important;
    height: auto;
    min-height: 174px;
}

.buttonClsSave{
    background-color: transparent !important;
    border-color: transparent !important;
    min-width: fit-content;
    margin-right: 4px;
    padding: 0;
    position: relative;
}

.btnLoader{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 24%;
    left: 44%;
    font-size: 20px;
    opacity: 1;
    display: none;
}

.buttonClsSave:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsSave:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.buttonClsSave:not(:disabled):not(.disabled):active, .show>.buttonClsSave.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsSave:not(:disabled):not(.disabled):active:focus, .show>.buttonClsSave.dropdown-toggle:focus {
    box-shadow: none;
}

.buttonClsInner{
    background-color: transparent !important;
    border-color: transparent !important;
    min-width: fit-content;
    padding: 0;
}

.buttonClsInner:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsInner:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.buttonClsInner:not(:disabled):not(.disabled):active, .show>.buttonClsInner.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsInner:not(:disabled):not(.disabled):active:focus, .show>.buttonClsInner.dropdown-toggle:focus {
    box-shadow: none;
}

.buttonClsUpload{
    background-color: transparent !important;
    border-color: transparent !important;
    min-width: fit-content;
    margin-right: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.buttonClsUpload:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsUpload:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.buttonClsUpload:not(:disabled):not(.disabled):active, .show>.buttonClsUpload.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
}

.buttonClsUpload:not(:disabled):not(.disabled):active:focus, .show>.buttonClsUpload.dropdown-toggle:focus {
    box-shadow: none;
}

#uploadCSV {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    pointer-events: auto;
    cursor: pointer;
}

.allText{
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.overlay {
    height: 100%;
    width: 250px;
    min-width: fit-content;
    position: fixed;
    z-index: 1003;
    top: 58px;
    left: 0;
    background-color: #424242;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
    overflow-y: scroll;
    max-height: 517px;
}

.overlay::-webkit-scrollbar {
    width: 0 !important;
}

.overlay::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.overlay::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.overlay-content {
    position: relative;
    /* top: 6px; */
    top: 8%;
    width: 100%;
    max-width: 250px;
    text-align: left;
    padding: 0 2%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    border-bottom: 1px solid #343434;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    pointer-events: auto;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 45px;
    display: none;
}

.backHome{
    display: flex;
    height: 61px;
    cursor: pointer;
    pointer-events: auto;
    width: 240px;
}

.hamburgerIcon{
    font-size: 30px;
    cursor: pointer;
}

.hamburgerIconDiv{
    display: none;
    padding: 2%;
    position: fixed;
    width: 100%;
    z-index: 1001;
    background-color: rgb(254, 254, 254) !important;
    border-bottom: 1px solid #f0f0f3;
}

.homeIcon{
    padding: 2% 0 2% 2%;
    font-size: 32px;
}

.homeIconInner{
    width: 48%;
}

.homePageBanner{
    width: 100%;
    max-width: 100%;
}

.homePageBannerLogoDiv{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 50%;
}

.homePageBannerLogo{
    width: 172px;
    min-width: 172px;
}

.homePageBannerTagLine{
    margin: 6px 0 0 0;
    font-size: 20px;
    color: white;
    font-weight: lighter;
}

.best{
    font-weight: 600 !important;
}

.homePageContent{
    overflow-y: scroll;
    display: block;
    height: 100vh;
    background-color: white;
    padding-bottom: 2%;
}

.homePageContentRow{
    margin: 0;
    height: auto;
    justify-content: center;
}

.homePageContentCol{
    padding-top: 4%;
}

.homePageContentColCard{
    height: 108px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    pointer-events: auto;
    background-image: linear-gradient(to right, #e33e27 , #ca0c15);
    box-shadow: 6px 6px 15px #c1c1c1;
}

.homePageContentColCard:hover{
    opacity: 0.86;
}

.homePageContentColCardBody{
    position: absolute;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: fit-content;
    min-width: fit-content;
    /* font-size: 20px; */
    font-size: 17px;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    /* text-shadow: 10px 10px 10px #386f8a; */
}

.mainContent{
    background-color: #fff;
    transition: margin-left .5s;
    margin-left: 250px;
    margin-top: 62px;
    position: relative;
    height: 100vh;
    z-index: 1002;
    display: none;
}

.dynamicContent{
    padding: 1% 0 0 0;
}

.dynamicContentClass{
    padding: 5% 0 0 0 !important;
}

.dynamicContentInner{
    overflow-y: scroll;
    height: auto;
    min-height: 220px;
    max-height: 220px;
    padding: 0 36px !important;
}

.navBar{
    display: none;
    padding: 0 12px;
    background-color: rgb(254, 254, 254) !important;
    border-bottom: 1px solid #f0f0f3;
}

.navBarUl{
    padding: 18px 0 0 52px;
}

.navLink{
    cursor: pointer;
    pointer-events: auto;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333333;
    color: black;
    padding: 6px 10px;
    z-index: 1004;
    display: none;
}

.footerInner{
    width: 100%;
    position: relative;
    height: 38px;
}

.footerDiv{
    display: flex;
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.qstnMark{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    pointer-events: auto;
}

.copyrightText{
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    color: #929292;
    font-size: 12px;
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translate(0, 50%);
}

.buttonClsMainExport{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: 50%;
    transform: translate(0, 50%);
}

.sectionHeadingCol{
    margin-top: 2%;
}

.sectionHeading{
    margin-bottom: 4%;
    color: #333333;
}

.sectionHeadingForText{
    margin-bottom: 3% !important;
}

.containerTextArea{
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    max-width: 100%;
    padding: 10px 0 10px 250px;
    margin: 0;
    background-color: #ededed;
    height: auto;
    min-height: auto;
    max-height: 236px;
    overflow-y: scroll;
}

.containerTextAreaForText{
    position: unset !important;
    padding: 0 !important;
    height: auto;
    min-height: auto;
    max-height: unset !important;
    overflow: hidden !important;
}

.dynamicContentInnerForText{
    height: auto;
    min-height: auto;
    max-height: 492px !important;
    padding: 0 !important;
}

.textAreaRow{
    padding: 0 40px;
    background-color: #ededed;
}

.textAreaRowForText{
    padding: 0 !important;
    /* background-color: #fbe173 !important; */
}

#filterBtn{
    margin-right: 4px;
}

.divTextArea{
    height: auto;
    min-height: 120px;
    max-height: 120px;
    overflow-y: scroll;
    width: 100%;
    padding: 5px 0;
}

.divTextAreaForText{
    margin-top: 2%;
}

.divTextAreaInner{
    display: flex;
    margin: 0 0 5px 0;
    width: fit-content;
}

.divTextAreaP{
    margin: 0;
    width: fit-content;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

.divTextAreaMoment{
    background-color: transparent;
    color: #b7b7b7;
    padding: 0px 5px 0px 5px;
    margin: 0;
    width: fit-content;
    min-width: fit-content;
    border-radius: 6px;
    font-size: 10px;
    display: flex;
    align-items: flex-end;
}

.saveBtnImg{
    width: 100%;
    max-width: 100%;
}

.exportBtnImg{
    width: 100%;
    max-width: 100%;
}

.filterBtnImg{
    width: 100%;
    max-width: 100%;
}

.uploadBtnImg{
    width: 100%;
    max-width: 100%;
}

.mainContent::-webkit-scrollbar {
    width: 8px;
}

.mainContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.mainContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.homePageContent::-webkit-scrollbar {
    width: 0;
}

.homePageContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.homePageContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.dynamicContentInner::-webkit-scrollbar {
    width: 0;
    /* height: 30px; */
}

.dynamicContentInner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;

    /* background: linear-gradient(90deg,#201c29,#201c29 1px,#100e17 0,#100e17); */
}

.dynamicContentInner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

    /* background: linear-gradient(180deg,#ff8a00,#e52e71);
    border-radius: 30px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25); */
}

.allTextColDiv::-webkit-scrollbar {
    width: 6px;
}

.allTextColDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.allTextColDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.containerTextArea::-webkit-scrollbar {
    width: 0;
}

.containerTextArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.containerTextArea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.divTextArea::-webkit-scrollbar {
    width: 3px;
}

.divTextArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.divTextArea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.textAreaLabelForTextInner::-webkit-scrollbar {
    width: 0;
}

.textAreaLabelForTextInner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.textAreaLabelForTextInner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.filterDivInner::-webkit-scrollbar {
    width: 4px;
}

.filterDivInner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.filterDivInner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.textArea{
    border: none;
    resize: none;
}

.textArea:focus {
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}

.textArea::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    color: #848484;
}
  
.textArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #848484;
}
  
.textArea::placeholder {
    font-size: 14px;
    color: #848484;
}

.customControl{
    padding-left: 32px !important;
}

.filterDiv{
    display: none;
    width: 442px;
    max-width: 100%;
    min-width: 442px;
    height: auto;
    background-color: #fdece1;
    padding: 12px;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 25px;
    color: black;
    font-weight: 600;
}

.filterDivInner{
    max-height: 204px;
    overflow-y: scroll;
}

.textAreaButtonContainer{
    display: flex;
    border: none;
    background-color: white;
}

.textAreaButtonSend{
    display: flex;
    align-items: center;
    padding: 10px;
}

.sendBtn{
    width: 100%;
    max-width: 100%;
}

.row{
    margin: 0 !important;
}

.textBoxHr{
    margin-left: 52px !important;
    margin-right: 56px !important;
    margin-top: 1% !important;
    margin-bottom: 0 !important;
    border-top: 2px solid #e2e2e4 !important;
}

.alertGreen{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 34px;
    z-index: 1004;
    text-align: center;
    font-weight: 600;
    /* position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
    text-align: center;
    font-weight: 600; */
    background-color: #45d488;
}

.text-muted {
    /* color: #6c757d!important; */
    color: #000 !important;
}

.confirm {
    padding: 4px 12px !important;
    font-size: 16px !important;
}

.timeRangeDiv{
    display: flex;
    margin: 0 0 15px 0;
}

.timeRange{
    margin: 0 !important;
    width: fit-content;
    min-width: fit-content;
    display: flex;
    align-items: center;
}

.timeRangeSelect{
    margin: 0 !important;
}

.divTextAreaMomentHidden{
    display: none;
}

.hiddenDivForPDF {
    display: none;
}

@media screen and (max-height: 450px) {
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 576px) {
    .overlay {
        width: 0%;
        min-width: 0%;
    }

    .overlay .closebtn {
        display: block;
    }

    .hamburgerIconDiv {
        display: none;
    }

    .mainContent{
        margin-top: 0;
        margin-left: 0;
        padding: 0 0 15% 0;
        z-index: 999;
    }

    .dynamicContent{
        padding: 22% 0 0 0;
    }

    .dynamicContentClass{
        padding: 22% 0% 10% 0% !important;
    }

    .containerTextArea {
        padding: 0;
        height: auto;
        max-height: 236px !important;
        min-height: auto;
        padding: 4% 0 !important;
    }

    .containerTextAreaForText{
        position: unset !important;
        padding: 0 !important;
        height: auto;
        min-height: auto;
        max-height: unset !important;
        overflow: hidden !important;
    }

    .dynamicContentInnerForText{
        height: auto;
        min-height: auto;
        max-height: 424px !important;
    }

    .textBoxHr {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .textAreaRow {
        padding: 0;
    }

    .footer {
        left: 0;
        padding: 6px 2%;
    }

    .footerInner{
        width: 100%;
        height: 38px;
    }

    .row{
        margin: 0 !important;
    }

    .homePageContent{
        padding: 3%;
        overflow-y: scroll;
    }

    .homePageContentCol{
        padding: 2% 0;
    }

    .mainContent::-webkit-scrollbar {
        width: 0 !important;
    }
    
    .mainContent::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    
    .mainContent::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
    
    .allTextColDiv::-webkit-scrollbar {
        width: 0 !important;
    }
    
    .allTextColDiv::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    
    .allTextColDiv::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
    
    .divTextArea::-webkit-scrollbar {
        width: 0 !important;
    }
    
    .divTextArea::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    
    .divTextArea::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .overlay-content {
        /* top: 8%; */
        width: 100%;
        max-width: 100%;
    }

    .backHomeMobile{
        display: flex;
        width: 100%;
    }

    .homeIconInnerMobile{
        width: 40%;
        max-width: fit-content;
        cursor: pointer;
        pointer-events: auto;
    }

    .copyrightText{
        display: none;
    }

    .dynamicContentInner{
        padding: 0;
        min-height: 206px;
        max-height: 206px;
    }

    .textBoxHeading{
        padding: 0 15px;
    }

    .textArea::-webkit-input-placeholder { /* Edge */
        font-size: 10px;
        color: #848484;
        min-width: fit-content;
    }
      
    .textArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 10px;
        color: #848484;
        min-width: fit-content;
    }
      
    .textArea::placeholder {
        font-size: 10px;
        color: #848484;
        min-width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .dynamicContentClass{
        padding: 5% 2% 10% 2%;
    }

    .footer {
        left: 0;
        padding: 6px 2%;
    }

    .footerInner{
        width: 100%;
        height: 38px;
    }

    .navBarUl {
        padding: 18px 0 0 20px;
    }

    .navLink {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .dynamicContentRow {
        padding: 0 !important;
    }

    .dynamicContentInner{
        padding: 0 !important;
        min-height: 194px;
        max-height: 194px;
    }

    .dynamicContentInnerForText {
        height: auto;
        min-height: auto;
        max-height: 424px !important;
    }

    .containerTextArea {
        padding: 2% 0 2% 250px;
        min-height: auto;
        max-height: 227px;
    }

    .textAreaRow {
        padding: 0;
    }

    .textBoxHeading{
        padding: 0 15px;
    }

    .homePageContent{
        overflow-y: scroll;
    }

    .copyrightText{
        display: none;
    }

    .textBoxHr {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1162px) {
    .copyrightText{
        display: none;
    }
}

@media screen and (max-width: 1326px){
    .dynamicContentInnerForText{
        height: auto;
        min-height: auto;
        max-height: 424px !important;
    }
}