
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}


body{
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255);
   
}
h1, h2, h3, h4, h5, h6, ul, li, p {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
 @media screen  and (max-width:1399.98px){
    .logo-section{
        transform: scale(.8)

    }
    .mt-3{
        margin-top: 6px !important;
    }
    
 }
  
.upload-image {
    padding:  0 7% 0 7%;
    /* max-width: 90%;
    margin: 0px auto ;
    */
     height: 100vh;
    
    /* background-color: rgba(215, 234, 247, 0.368); */
    /* border-radius: 30px; */
    /* overflow: hidden; */
    padding-bottom: 40px;
    padding-top: 40px;
}

.headerDiv{
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* height: rem; */
}

.mainDiv{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 10rem;

}
.upload-image .logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    
    
}
.upload-image .logo-section::before {

    position: absolute;
    content: '';
    width: 33%;
    height: 1.1px;
    background-color: rgb(185, 146, 146);
    bottom: 8%;
    z-index: -99;
    left: 0;
}
.upload-image .logo-section::after {
    position: absolute;
    content: '';
    width: 33%;
    height: 1.1px;
    background-color: rgb(185, 146, 146);
    bottom: 8%;
    z-index: -99;
    right: 0;
}

.link {
  float:right;
  text-decoration: none;
  cursor: pointer;
  color: #FF8C00;
  font-weight: bold;
  padding-left: 12px;
}

a.link:hover {
  color: #FF8C00;
 
}

@media only screen and (max-width: 991.93px) {
    .upload-image .logo-section::after {
        display: none;
    }
}
@media only screen and (max-width: 991.93px) {
    .upload-image .logo-section::before {
        display: none;
    }
}
.upload-image .logo-section img {
    object-fit: contain;
    width: auto;
    height: auto;
}
.upload-image .logo-section .name-header {
    text-align: center;
    color : rgba(0, 0, 0, 0.798);
    font-size: 20px;
    padding-top: 10px;
    margin-top: 8px;
    font-weight: bolder;
    letter-spacing: 1px;
}
.upload-image .main-card {
    background-color: #fff;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    padding: 20px 10px;
   
    /* margin-top: 50px; */
} 
.upload-image .main-card .image-main {
    /* width: 90%; */
    margin: auto;
    
    height: 500px; 
    border-radius: 25px;    
    overflow: hidden;
    position: relative;

    padding-bottom: 20px;
    background-image: url("/static/images/share2.png");
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px;
    background-color: rgba(187, 181, 181, 0.345); 
  


} 



@media only screen and (max-width: 1399.98px) {
    .upload-image .main-card .image-main {

        height: 400px;
        

    }
}


@media only screen and (max-width: 600px) {
    .upload-image .main-card .image-main {
     
        min-height: 100px;
        width: auto;

    }
} 


.upload-image .main-card .image-main img {
    width: 100%;
    /* object-fit: cover; */
    object-fit: fill;
    height: 100%;
    padding-bottom: 40px;
    
}

.opacity-style
{
    opacity: 0;
}

.upload-jpg
{
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
 
}



.upload-image .main-card .image-main  .upload-icon
{

        height: 120px;
        width: 120px;
        /* text-align: center; */
        
}

.upload-image .main-card .image-main .upload-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}   
.upload-image .main-card .image-main .upload-btn  {
    font-size: 20px;
    color: #fff;
    border: none;
}
.upload-image .main-card .main-code {
    background-color: rgb(81, 75, 75);
    position: relative;
    height: 500px;
    border-radius: 25px;
    overflow-y: auto;
    padding: 15px;
    color: #fff;
    
}

@media only screen and (max-width: 1399.98px) {
    .upload-image .main-card .main-code {

        height: 400px;
        

    }
}



.upload-image .main-card .main-code::-webkit-scrollbar {
    display: none;
  }

.name{
   
    color : rgba(0, 0, 0, 0.798);
    font-size: 20px;
    padding-top: 10px;
    margin-top: 8px;
    font-weight: bolder;
    letter-spacing: 1px;
    position: relative;
}







.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .lds-ring-hidden {
   display: none;
}
#btn:focus + .lds-ring-hidden{
  display: block;

}  






  