.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(144, 140, 140, 0.4);
}




/* css for songupload form */








#langs{
	border: 1px solid #808080; /* added by triveni */
	
}

#lyrics{
	height: 250px;
	width: 500px;
	border: 1px solid #808080; /* added by triveni */
}


.addsong{
   
	margin-top: 18px;
	
}




/* #gf-form{
	margin-bottom: 20px;
} */

#back-btn {
    background-color: transparent;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 15px;
    border: none;
    color: #fd5800;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  
  #back-btn:hover {
    color: #fd5800;
    /* background-color: #000; */
  }
  
  #back-btn .icon {
    margin-right: 5px;
  }
  
  /* Style the icon */
  #back-btn .icon::before {
    content: "\2190";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
  }






/* css for songupload form */








.image-logo {
	
  display: inline-block;
  margin-top: 25px;
  margin-right: 5px;
  float: left;
  height: 30px;
  width: 30px;  
}



.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position: relative;  
	margin-right: 10px;
	margin-top: 10px;

}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.full-page
{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    background-position: center;
    background-size: cover;
    position: absolute;
}

#login-form {
    display: none;
}

.form-box {
    width:380px;
    height:480px;
    position:relative;
    margin:2% auto;
    background: rgba(241, 237, 236, 0.93);
    padding:10px;
    overflow: hidden;
}

.form-box1 {
    width:570px;
    height:500px;
    position:relative;
    margin:2% auto;
    background: rgba(241, 237, 236, 1);
    padding:20px;
    overflow: auto;

}




.form-box2 {
    width:570px;
    height:500px;
    position:relative;
    margin:2% auto;
    background: rgba(241, 237, 236, 1);
    padding:20px;
    overflow: auto;

}




#TitleT, #TitleE, #TitleT1, #TitleE1 {
    margin-top: 30px;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
}

#LyricsT, #LyricsE, #LyricsT1, #LyricsE1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    white-space: pre-line;
    line-break: anywhere;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 50px;

}



#title {

    color: #000000;
}


.button-box
{

    width:220px;
    margin:50px auto;
    padding:10px;
    position:relative;
    box-shadow: 0 0 20px 9px #ff61241f;
    border-radius: 30px;
}
.toggle-btn
{

    padding-left:35px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline: none;
    position: relative;
    padding-top:20px;

}
#btn
{
    top: 0;
    padding:20px;
    left:0;
    position: absolute;
    width: 110px;
    height: 100%;
    background:#ed563b;
    border-radius: 30px;
    transition: .5s;
}
.input-group-login
{
    top: 150px;
    position:absolute;
    width:280px;
    transition:.5s;
}
.input-group-register
{
    top: 120px;
    position:absolute;
    width:280px;
    transition:.5s;
}
.input-field
{
    width: 100%;
    padding:10px 0;
    margin:5px 0;
    border-left:0;
    border-top:0;
    border-right:0;
    border-bottom: 1px solid #999;
    outline:none;
    background: transparent;
}
.input-field1
{
    width: 100%;
    padding:10px 0px ;
    margin:5px 0 30px;
    border-left:0;
    border-top:0;
    border-right:0;
    border-bottom: 1px solid #999;
    outline:none;
    background: transparent;
}
.submit-btn
{
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top:30px;
    background:#ed563b;
    border: 0;
    outline: none;
    border-radius: 30px;
}
.submit-btn1
{
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background:#ed563b;
    border: 0;
    outline: none;
    border-radius: 30px;
}
.check-box
{
    margin: 30px 10px 34px 0;
}
span
{
    color:#777;
    font-size:12px;
    bottom:68px;
    position:absolute;
}
#login
{
    left:50px;
}
#login input
{
    color: #000000;
    font-size:15px;
}
#register
{
    left:450px;
}
#register input
{
    color: #000000;
    font-size: 15px;
}


.forgot-pass{
	margin-top: 10px;
	
	
}


/* good friday songs upload button */
.goodfridaysonguploadbtn{
    background-color: #5298c6;
    margin-top: 0px;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size:16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.wrapper-second{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: 100%;
    padding: 15px;
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.wrapper1-second{
    position: absolute;
    top: 66%;
    left:60%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 550px;
    width: 100%;
    padding: 15px;
    margin-top: 180px;
    justify-content: space-between;
    border-radius: 5px;
}

.wrapper-second .input {
    /* width: 85%;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold; */
    width: 586px;
    height: 52px;
    left: calc(50% - 586px/2);
    top: calc(50% - 82px/2 + 65px);
    border: 1px solid #D6D5D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
}

.searchbtn-second {
    background: #f9735b;
    width: 10%;
     border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    cursor: pointer;
}

.searchbtn-second .fa-search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
	color: #ffffff;
}

.subtitle {
    margin-top: 150px;
  }
  
  .subtitle h4 {
    text-align: center;
    margin-top: 0px;
    color: #ffffff;
    font-size: 18px;
  }


/* Home songs list css    */

.data1{
    background: #2E2F31;
    max-width: 960px;
    padding:  20px 30px 0px 30px;
    border-radius: 10px 120px 10px 10px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
}


.plus-image {
	
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
  height: 30px;
  width: 30px;
}




 #cafe-list, #cafe-listE{
     list-style-type: none;
     padding-top: 20px; 
	 padding-bottom: 50px;
}



#cafe-list li:first-child{

}


 #myLiId{
	 
	 color: #fff;
 }


.liClass{
	display: inline;
}


.liClassa{
	float: right;
	margin-right: 30px;
	
}



.HomesongsClass{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    display: list-item;
    color: #fff;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background-color:#081018;
    margin-top: 8px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #fff;
    text-align:Left;
    
}



.songsClass {
    display: list-item;
}

/* 
 songs list css    */



/* multi tabs in a modal */


fieldset {
    display: none;
}

fieldset.show {
    display: block;
}

fieldset.show1 {
    display: block;
}

fieldset.show2 {
    display: block;
}

select:focus,
input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2196F3 !important;
    outline-width: 0 !important;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.tabs {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer;
	/* color: #ffffff; */
	color: #ffffff;
}

.tabs:hover,
.tabs.active {
    /* border-bottom: 1px solid #2196F3; */
	border-bottom: 5px solid #ffffff;
}


.tabs1 {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer;
	/* color: #ffffff; */
	color: #ff4500;
}

.tabs1:hover,
.tabs1.active {
    /* border-bottom: 1px solid #2196F3; */
	border-bottom: 5px solid #ff4500;
}


.tabs2 {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer;
	/* color: #ffffff; */
	color: #ff4500;
}

.tabs2:hover,
.tabs2.active {
    /* border-bottom: 1px solid #2196F3; */
	border-bottom: 5px solid #ff4500;
}


a:hover {
    text-decoration: none;
    color: #1565C0
}

.box {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

.modal-backdrop {
    background-color: #64B5F6
}


.modal-d-flex{
     
     width: 450px; 
	 padding-left:70px;
} 


#modal-tab01 {
	/* margin-left: 50px; */
	cursor: pointer;
	
}



#modal-tab02 {
	cursor: pointer;
}


#eng-modal-tab01, #eng-modal-tab02  {
	margin-top: 30px;
	cursor: pointer;
}


.line {
	background-color: #ffffff;
    height: 1px;
    width: 100%
}



 .modal-content{
	width: 570px;
    height: 500px;
    position:relative;
	margin-top: 100px;
    margin:2% auto;
	color: #000000;
	overflow: auto; 
	background: #ffffff;
    	
} 


.modal-content2{
	width: 570px;
    height: 500px;
    position:relative;
	margin-top: 100px;
    margin:2% auto;
	color: #000000;
	overflow: auto; 
	background: #ffffff;
    	
} 



.modal-content1{

	width:1000px;
	margin-top: 100px;
    margin:2% auto;
	background: #2E2F31;	
}


.bg-light{
	background-color: #ffffff;
}

.modal-dialog{
	background-color: #ffffff;
	
}


.list-d-flex {
	width: 800px;
	padding-left: 150px;
	
}

/* multi tabs in a modal */



/* new lyrics upload modal code starts */


.lyrik-form{
    background: #fff;
    max-width: 560px;
	height:480px;
    margin:auto;
    padding:  20px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1)
}




form input{
    float: bottom;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dad2d2;
    margin: 0%;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 300px;
}

form input:focus{
    outline: none;
    border-bottom: 3px solid #88236f;
    padding-bottom: 8px;
    transition: all ease 0.2s;
}

form:after{
    content: '';
    clear: both;
    display: block;
}


#updatelyrics{
	height: 250px;
	width: 500px;
}


.updatebtn{
   
	margin-top: 18px;
	background-color: #fd5800;
	color: #ffffff;
	padding: 5px;
	border: #000;
	width: 100px;
	border-radius: 20px;
}



#update-form-heading, #upload-form-heading {
	font-size: 18px;
	text-align: center;
	color: #fd5800;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position: relative;  
	margin-right: 10px;
	margin-top: 10px;

}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	
}

/* new lyrics upload modal code starts */






/* css code for mobile view starts */

@media screen and (min-width: 301px) and  (max-width: 400px){

    .video-overlay .caption{
        position: absolute;
        top: 65%;
    }

    .wrapper-second{
        position: absolute;
        top: 20%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 45px;
        text-transform: capitalize;
    }
    
    /* search barc css in mobile view */
    
    .wrapper-second .input {
    width: 300px;
    }
    /* search barc css in mobile view */
    
    
    /*Css for home songs list in mobile view */
    
    #cafe-list, #cafe-listE {
        margin-left: -10px;
    }
    
    /*Css for home songs list in mobile view */
    
    

    .searchbtn{
        width: 30%;
    }

    .subtitle h4{
        font-size: 15px;
        line-height: 1.4;
        margin-top: -65px;
    }
    .liClassa{
        margin-right: -3px;
    }
    .data1{
        padding-top: 10px;

    }
    .list-d-flex {
        display: flex;
        width: 65vw;
        padding-left: 40px;	
    }
    .HomesongsClass{
        width: 90vw;
        padding: 10px;
        display: list-item;
        color: #fff;
        font-size: 10px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        background-color:#081018;
        margin-top: 8px;
        border-radius: 5px 5px 5px 5px;
        border: 2px solid #fff;
        text-align: Left;
    }
}

@media screen and (min-width: 401px) and  (max-width: 500px){

    .video-overlay .caption{
        position: absolute;
        top: 65%;
    }

    .wrapper-second{
        position: absolute;
        top: 11%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 47px;
        text-transform: capitalize;
    }

    .searchbtn{
        width: 20%;
    }

    .subtitle h4{
        font-size: 16px;
        line-height: 1.4;
        margin-top: -52px;
    }
}

@media screen and (min-width: 501px) and  (max-width: 600px){

    .video-overlay .caption{
        position: absolute;
        top: 65%;
    }

    .wrapper-second{
        position: absolute;
        top: 11%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 67px;
        text-transform: capitalize;
    }

    .searchbtn{
        width: 18%;
    }

    .subtitle h4{
        font-size: 16px;
        line-height: 1.4;
        margin-top: -52px;
    }
}

@media (max-width: 600px) {
    
.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #fd5800;
  font-weight: 900;
}


/* login/register modal css */

.form-box
{
    
	width: 350px;
    height:480px;
    position:relative;
    margin:2% auto;
    background: rgba(241, 237, 236, 0.93);
    padding:10px;
    overflow: hidden;
}


 /* lyrics disply modal */
 
#TitleT, #TitleE, #TitleT1, #TitleE1{
   
    text-align: center;
    font-weight: 800;
    font-size: 19px;
	margin-top: 30px;
}

#LyricsT, #LyricsE, #LyricsT1, #LyricsE1{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    white-space: pre-line;
    line-break: anywhere;
    font-size: 15px;
    font-weight: 700;
	margin-bottom: 50px;
	margin-top: 0;

}




/* Home songs list css starts */


#bg-video {
    min-width: 100%;
    min-height: 80vh;
    max-width: 100%;
    max-height: 80vh;
    object-fit: cover;
    z-index: -1;
}



.data1{
    background: #2E2F31;
    max-width: 100%;
    border-radius: 10px 120px 10px 10px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
	
}





#cafe-list{
    list-style-type: none;
    /* padding-top: 100px;  */
    
}

.SearchsongsClass{
    margin-top: 50px;

}

.HomesongsClass{
    width: 90vw;
    padding: 10px;
    display: list-item;
    color: #fff;
    font-size: 10px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background-color:#081018;
    margin-top: 8px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #fff;
    text-align: Left;
}


.plus-image {
	
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
  height: 30px;
  width: 30px;
}



.liClass{
	display: inline;
}


.liClassa{
	float: right;
	margin-right: 10px;
	
}


#updatelyrics{
	height: 250px;
	width: 300px;
}


.updatebtn{
   
	margin-top: 15px;
	background-color: #fd5800;
	color: #ffffff;
	padding: 5px;
	border: #000;
	width: 100px;
	border-radius: 20px;
}



.songsClass {
    display: list-item;
}



/* Home songs list css ends */




.modal-d-flex{
     
     width: 300px; 
}

.list-d-flex {
    display: flex;
	width: 85vw;
	padding-left: 20px;
	
}


#list-tab01{
    
    margin-left: 20px;
}

.line {
	background-color: #ffffff;
    height: 1px;
    width: 100%
}

.modal-content{
	
	width: 90vw;
    height: 160vw;
    position:relative;
    margin:2% auto;
	overflow: auto; 
	background: #ffffff;	
}



.modal-content2{
	
	width: 90vw;
    height: 160vw;
    position:relative;
    margin:2% auto;
	overflow: auto; 
	background: #ffffff;	
}

.tabs1 {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer;
	/* color: #ffffff; */
	color: #ff4500;
}

.tabs1:hover,
.tabs1.active {
    /* border-bottom: 1px solid #2196F3; */
	border-bottom: 5px solid #ff4500;
}


.tabs2 {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer;
	/* color: #ffffff; */
	color: #ff4500;
}

.tabs2:hover,
.tabs2.active {
    /* border-bottom: 1px solid #2196F3; */
	border-bottom: 5px solid #ff4500;
}
}

@media screen and (min-width: 501px) and  (max-width: 600px){
    .video-overlay .caption{
        position: absolute;
        top: 65%;
    }
    .main-banner .caption h2{
        font-size: 30px;
    }

    .wrapper-second{
        position: absolute;
        top: 38%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 67px;
        text-transform: capitalize;
    }

    .searchbtn{
        width: 18%;
    }

    .subtitle h4{
        font-size: 16px;
        line-height: 1.4;
        margin-top: -52px;
    }
}

@media only screen and (min-width: 601px) and (max-width:700px){
    .video-overlay .caption{
        position: absolute;
        top: 50%;
    }

    .wrapper-second{
        position: absolute;
        top: 42%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 67px;
        text-transform: capitalize;
    }

    .searchbtn{
        width: 18%;
    }

    .subtitle h4{
        font-size: 16px;
        line-height: 1.4;
        margin-top: -52px;
    }
    .list-d-flex {
        display: flex;
        width: 85vw;
        padding-left: 20px;	
    }
    .HomesongsClass{
        width: 90vw;
        padding: 10px;
        display: list-item;
        color: #fff;
        font-size: 10px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        background-color:#081018;
        margin-top: 8px;
        border-radius: 5px 5px 5px 5px;
        border: 2px solid #fff;
        text-align: Left;
    }
}



@media only screen and (min-width: 701px) and (max-width:800px){
    .video-overlay .caption{
        position: absolute;
        top: 65%;
    }

    .wrapper-second{
        position: absolute;
        top: 28%;
    }

    .searchbtn-second{
        width: 68px;
    }


    .main-banner .caption h2{
        font-size: 67px;
        text-transform: capitalize;
    }

    .searchbtn{
        width: 18%;
    }

    .subtitle h4{
        font-size: 16px;
        line-height: 1.4;
        margin-top: -52px;
    }
    .list-d-flex {
        display: flex;
        width: 85vw;
        padding-left: 20px;	
    }
    .HomesongsClass{
        width: 90vw;
        padding: 10px;
        display: list-item;
        color: #fff;
        font-size: 10px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        background-color:#081018;
        margin-top: 8px;
        border-radius: 5px 5px 5px 5px;
        border: 2px solid #fff;
        text-align: Left;
    }

}

@media only screen and (min-width: 801px) and (max-width:900px){
    .list-d-flex {
        display: flex;
        width: 85vw;
        padding-left: 20px;	
    }
    .HomesongsClass{
        width: 90vw;
        padding: 10px;
        display: list-item;
        color: #fff;
        font-size: 10px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        background-color:#081018;
        margin-top: 8px;
        border-radius: 5px 5px 5px 5px;
        border: 2px solid #fff;
        text-align: Left;
    }

}

@media only screen and (min-width: 901px) and (max-width:1000px){

}
/* css code for mobile view ends */












