/* all page background  */

.oranage_background {
    background-image: url(../assets/images/orange_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.audio_image {
    background-image: url(../assets/images/audio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;

}

.user_bg {
    background-image: url(../assets/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 100vh;
}

.user_page_bg {
    background-image: url(../assets/images/user_page_bg.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: top;
    height: auto;
}

.report_bg {
    background-image: url(../assets/images/report_bg.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto;
}

.audio_logo {
    width: 15%;
}

.audio_logo_login {
    width: 35%;
}

.audio_logo_login_page {
    width: 75%;
}
.redirect_btn{
    background-color: #D48626;
    color: #fff;
    border: none;
    padding: 10px 6px;
    cursor: pointer;
    text-decoration: none;
}

button.redirect_btn {
    margin-top: -1rem;
    padding: 9px 6px;
}

@media screen and (max-width:840px) and (min-width:745px) {
    .audio_logo {
        width: 35%;
    }

    .audio_logo_login {
        width: 60%;
    }

}

@media screen and (max-width:428px) and (min-width:319px) {
    .audio_logo {
        width: 35%;
    }

    .audio_logo_login {
        width: 125%;
    }

    .audio_logo_login_page {
        width: 50%;
    }


}

/* login form  */

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.loginform input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    margin-bottom: 30px;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 300px;
}

.loginform input:focus {
    border-bottom: solid 1px #F88F3D;
}

#login_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

input[type='radio'] {
    accent-color: #F88F3D;
}



.sales_label {
    font-size: 17px;
}

.manager_label {
    font-size: 17px;
}

@media (max-width: 840px) {
    .audio_image {
        background-position: -150px;
        height: 100vh;
    }
    .loginform input {
        
        width: 225px;
    }
}

@media (max-width: 475px) {
    .audio_image {
        background-position: center;
        height: 50vh;
        width: auto;
    }
    .login_container{
        padding-left: 12%;
    }
    .loginform input {
        
        width: 255px;
    }

}


@media screen and (max-width:450px) and (min-width:319px) {
    .loginform input {
        font-size: 15px;
    }

    .sales_label {
        font-size: 15px;
    }

    .manager_label {
        font-size: 15px;
    }

    #login_btn {
        font-size: 15px;
    }


}

/* change password  */


#submit_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

.change_password input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 325px;
}

@media screen and (max-width:429px) and (min-width:319px) {
    .change_password input {
        margin-left: 50px;
        font-size: 15px !important;
        width: 250px;
    }

    #submit_btn {
        font-size: 15px !important;
        margin-left: 50px;
    }
}


/* navbar css  */

.user_icon {
    color: #D18121;
    font-size: 40px;
    cursor: pointer;
}

.welcome_msg {
    color: #707070;
    font-weight: regular;
    font-size: 15px;
}

.user_name {
    color: #707070;
    font-weight: regular;
}

@media screen and (max-width:421px) and (min-width:319px) {
    .user_icon {
        font-size: 35px;
    }

    .welcome_msg {
        font-size: 10px;

    }

    .nav_user_name {
        font-size: 12px !important;

    }
}

/* create user  */

.create_user input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 300px;
}

#create_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

.form_card_title {
    color: #D18121;
    font-size: 20px;
}

.form_card {
    background-color: #feec8420;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 10%;
    box-shadow: 0px 0px 1px #0000003e;
}

@media screen and (max-width:429px) and (min-width:319px) {
    .create_user input {
        font-size: 15px;
        width: 265px;
    }

    #create_btn {
        font-size: 15px;
    }

    .form_card_title {
        font-size: 15px;
    }
}


/* edit user  */

.edit_user input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 300px;
}

#edit_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

@media screen and (max-width:421px) and (min-width:319px) {
    .edit_user input {
        width: 260px;
        font-size: 15px;
    }

    #edit_btn {
        font-size: 15px;
    }
}

/* delete user  */

.delete_user {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: auto;
}

.delete_user_container {
    max-height: 225px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.delete_user_container::-webkit-scrollbar {
    display: none;
}

input[type='checkbox']:checked {
    accent-color: #F88F3D;
}

/* upload audio  */


.uploadaudio_form input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 240px;
}

#file-chosen {

    font-size: 20px;
    border-bottom: 1px solid #F88F3D;
    width: 240px;
    color: #000000a4;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload_btn {
    font-size: 15px;
    background-color: #D38525;
    color: #fff;
    cursor: pointer;
}

#next_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

@media screen and (max-width:420px) and (min-width:319px) {
    .uploadaudio_form input {
        margin-left: 30px;
        width: 150px;
        font-size: 15px;
    }

    #file-chosen {
        margin-left: 30px;
        width: 150px;
        font-size: 15px;
    }

    #next_btn {
        margin-left: 30px;
        font-size: 15px;
    }
}

/* password css  */

.password_form input {
    background-color: transparent;
    border: none;
    padding-bottom: 5px;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px #F88F3D;
    border-radius: 0;
    width: 215px;
}

.change_pass_btn {
    font-size: 15px;
    background-color: #D38525;
    color: #fff;
    cursor: pointer;
}

#password_submit_btn{
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

@media screen and (max-width:429px) and (min-width:319px) {
    .password_form input {
        margin-left: 25px;
        width: 160px;
        font-size: 15px;
    }

    .change_pass_btn {
        font-size: 10px;
    }
    
    #password_submit_btn{
        margin-left: 25px !important;
        font-size: 15px;
    }
}



/* communication report  */

.report_title h1 {
    color: #D18121;
}

.report_description {
    font-size: 20px;
    font-weight: 700;
}

.feedback_title {

    font-size: 50px;
    font-weight: regular;
    color: #D18121;

}

.feedback_content {

    background-color: #feec8420;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0px 0px 1px #0000003e;
    font-weight: 700;

}

.feedback {
    margin-top: 7%;
    margin-bottom: 7%;
}

.positive_sign,
.negative_sign,
.overall_sign {
    width: 75%;
}

@media screen and (max-width:426px) and (min-width:319px) {

    .report_title h1 {
        font-size: 25px;
    }

    .report_description {
        font-size: 15px;
    }

    .feedback_title {
        font-size: 40px;
    }

    .feedback_content {
        font-size: 15px;
    }

    .positive_sign,
    .negative_sign,
    .overall_sign {
        width: 300%;
    }
}

#q_h_r{
    display: none;
}

#f_m_r{
    display: none;
}

#c_r{
    display: none;
}

.report_frame{
    height: 350px;  
}

@media screen and (max-width:840px) and (min-width:720px) {

    .report_frame{
        height: 500px;  
        width: 700px !important;
    }
     
}

@media screen and (max-width:440px) and (min-width:310px) {
    .report_frame{
        height:280px;  
        width: 700px !important;
    }
     
}

/* table css  */



.table1_content {

    border-bottom: 1px solid #D9A821;
    text-align: center;

}

.table1_content td {
    background-color: transparent !important;
    color: #707070;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media screen and (max-width:430px) and (min-width:319px) {
    .table1_content {
        overflow-x: scroll !important;
        max-width: 300px;
    }

}

audio {
    box-shadow: 1px 1px 2px #0000006a !important;
    height: 30px;
    width: 250px;
}

audio::-webkit-media-controls-play-button {
    color: green;
}

audio::-webkit-media-controls-enclosure {
    background-color: white;
    border-radius: 0px;

}


.pagination {
    display: flex;
    list-style-type: none;
    padding-top: 15px;

}

.pagination li {
    margin: 0px;
}

.pagination li a {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #000;
}

.pagination li.active a {

    color: #D9A821;
}

/* table 2  */

.analytics_btn {
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    font-size: 12px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}

/* user card  */

.user_card_container {
    max-height: 850px;
    overflow-y: scroll;

}

.user_card_container::-webkit-scrollbar {
    display: none;
}

.user_card {
    border: 2px solid #D38525;
    max-width: 50px;
}

.user_name {
    font-size: 20px;
}

.no_audio {
    font-size: 15px;
}

.positive_skills {
    text-align: center;

    color: #000;
}

.positive {
    width: 70%;
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    box-shadow: 6px 10px 10px #00000029;
}



.negative_skills {
    text-align: center;
    color: #000;
}

.negative {
    width: 50%;
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    box-shadow: 6px 10px 10px #00000029;
}

.dots-container {
    position: relative;
    cursor: pointer;
}

.dots-container i {

    font-size: 25px;
    color: #D38525;

}


.dot-menu {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #D48626;
    border: 1px solid #ccc;
    display: none;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    
}

.add_btn{
    background-color: #D48626;
    color: #fff;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
}

.delete_btn{
    background-color: #D48626;
    color: #fff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.dot-menu-item {
    cursor: pointer;
}



.arrow_btn{
    background-image: linear-gradient(180deg, #FEEC84 0%, #CF7B1C 100%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: none;
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    box-shadow: 6px 10px 10px #00000029;
}


.user_page_btn a{
    text-decoration: none;
    color: #000;
   font-size: 20px;
   
}