body {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    text-align: left;
    background-color: #eee;
}
.mainDiv{
    width: 100%;
    height: 100%;
}
.zivost-logo-div{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.login-form-div{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    max-width: 435px;
    /* height: 600px; */
    margin-top: 117px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 28px;
    box-sizing: border-box;
}
.input-div{
    margin-bottom: 20px;
    width: 100%;
}
::placeholder{ /* Firefox */
    color: #c0c0c0;
    opacity: 1; 
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c0c0c0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c0c0c0;
}
.input-text{
    width: 100%;
    max-width: 380px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    outline: none;

    font-family: Avenir;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    text-align: left;
    color: #000000;
}
.submit-button{
    width: 100%;
    max-width: 380px;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
    background-color: #358ed7;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 2.36px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    cursor: pointer;
    margin-top: 45px;
}


/* CSS FOR PUBLISHER PAGE STARTS*/
.main-panel{
    width: 80.5%;
    height: 100%;
    margin-left: auto;
    margin-top: 15px;
    /* border: 1px solid red; */
}
/* .mainDivOfPublisher{
    width: 85%;
    height: 100%;
    margin-left: auto;
    margin-top: 15px;
    border: 1px solid red;
} */
.add-publisher{
    margin-left: auto;
    width: 19.3%;
}
.add-app{
    margin-left: auto;
    width: 16%;
}
.a-tag-of-add-publisher{
    text-decoration: none;
    /* width: 10%;
    margin-left: auto; */
}
.publisherDetails{
    text-align: center;
    height: 40px;
    font-family: Avenir;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.81px;
    color: #34495e;
}
.middleSection{
    /* border: 1px solid red; */
    /* height: 350px; */
    margin-top: 50px;
}
.publisher-table{
    width: 90%;
    /* height: 500px;
    border: 1px solid black; */
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;
}
.app-table{
    width: 90%;
    /* height: 500px;
    border: 1px solid black; */
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}



/* changes starts*/
.newAddPublisherDesign{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
/* changes ends*/

/* CSS FOR PUBLISHER PAGE ENDS*/

/* Css for App get page starts*/

.imageInAppPage{
    width: 65px;
    height: 65px;
    object-fit: contain;
    border-radius: 10px;
}
/*css for app get page ends*/

/* Upload button css starts */

.uploadWrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btnnn {
    border: 2px solid #9C27B0;
    
    color: #ffffff;
    background-color: #9C27B0;
    padding: 7px 15px;
    border-radius: 0.2rem;
    font-size: 16px;
    font-weight: normal;
}

.uploadWrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* Upload button css ends */

/* UPLOADED PIC CSS STARTS */
.uploadedPic{
    width: 115px;
    height: 115px;
    /* border: 1px solid red; */
    border-radius: 7px;
    margin-bottom: 10px;
}
.uploadedPic>img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
/* UPLOADED PIC CSS ENDS */

/* popup starts */
.popup-container{
    position: absolute;
    z-index: 5;
    height: 102vh;
    width: 100%;
    /* background-color: 	#585858; */
    top: 0;
    display: none;
}
.popup{
    position: relative;
    height: 170px;
    width: 508px;
    background-color: #ffffff;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    top: 29%;
    border-radius: 7px;
    left: 4%;
    padding: 15px;
    box-sizing: border-box;
}
.buttonsDiv{
    display: flex;
    margin-top: 15px;
}
.surenessText{
    margin-top: 20px;
    font-size: larger;
    font-weight: bold;
}
.yesDiv{
    margin-left: auto;
    margin-right: 10px;
}
.logout{
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    top: 85%;
    cursor: pointer;
}
/* popup ends */