/* ======= Icon Section ========= */

.icon-box {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.icon-box i {
    font-size: 35px;
    padding: 5px;
}

/* ======= Icon Section End ========= */



/* ======= Logo Section ========= */


.logo-name{
  font-size: 25px;
}

.logo-desc{
  font-size: 20px;
}

.date{
  font-size: 15px;
}

.card-logo{
  width: 100%;
  padding: 30px;
  height: auto;
  border-color: #0a3d62a6;
}

.logo-img{
  width: 100%;
  height: 100%;
}

.logo-detail{
  align-content: center;
  color: #fff;
  position: absolute;
  top: 10px;
}

.logo-hover{
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  background-color: #0a3d62a6;
  height: 100%;
  transition: .5s ease;
  padding: 30px;
  border-radius: 25px;
}

.card-logo:hover .logo-hover{
  opacity: 1;
}

.btnrow{
  position: relative;
  display: flex;
  top: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn-dw {
    /* position: absolute; */
    /* width: 80px; */
    background-color: #6495ED;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    border-radius: 0.75rem;
    cursor: pointer;
}

.btn-del {
    /* position: absolute; */
    /* width: 80px; */
    background-color: #F7665E;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    border-radius: 0.75rem;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .btn-del, .btn-dw {
    width: 80px;
    /* font-size: 15px; */
  }
}


/* ======= Logo Section End ========= */



/* ======= Stock Photo Section ========= */

.no-pad{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.full-img{
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
.img {
  width: 100%;
  padding: 20px;
  height: auto;
}

.box_img {
  /* padding: 20px; */
  width: 100%;
  height: 100%;
}

.hover-desc {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 5%;
  font-size: 20px;
 }

.hover {
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background-color: #0a3d62a6;
  height: 100%;
  transition: .5s ease;
  padding: 20px;
}

.box_img:hover .hover{
  opacity: 1;
}

.right {
  top: 10px;
  right: 10px;
}


/* ======= Stock Photo Section End ========= */


/* ======= dropzone Section ========= */

.dropzone {
  min-height: 100% !important;
  border: 0 !important;
  background: transparent !important;
  padding: 20px 20px;
}


/* ======= dropzone Section End ========= */


/* ======= Modal Section ========= */

.input-modal{
  background-color: #0a3d624b;
  color: #ccc;
  width: 100%;
  border: 2px #fff;
  border-radius: 9px;
  font-size: 15px;
  padding: 10px;
}

.input-modal:hover{
  background-color: #0a3d62a6;;
  color: #ccc;
}

.logo-name{
  margin-bottom: 10px;
  height: 30px;
}

.logo-desc{
  margin-bottom: 10px;
  height: 100px;
}

.modal-dialog{
  max-width: 900px !important;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* .modal-content{
  width: 200% !important;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
} */


/* ======= Modal Section End ========= */

/* ======= upload box Section ========= */

.upload-box{
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #0a3d624b;
  border-radius: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.uptxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.upload-box:hover {
  background-color: #0a3d62a6;
}

.btn-upld{
  background-color: #0a3d624b;
  color: #fff;
}
.btn-upld:hover{
  background-color: #0a3d62a6;
}

/* dragNdrop section */

.dropify-wrapper {
  margin-top: 10px;
  background-color: #0a3d624b !important;
  border: 0!important;
  border-radius: 25px;
  width: 95% !important;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 10px;
}
.dropify-wrapper .dropify-preview {
  background-color: #0a3d62a6 !important;
}

/* ======= upload box Section End ========= */



/* ======= General ========= */

.pad-3{
  padding: 3px;
}
.pad-10{
  padding: 10px;
}

.cntr{
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}

.pad-30{
  padding-left: 30px;
  padding-right: 30px;
}

.pad-20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.flt-right {
  position: absolute;
  right: 10px;
  top: 10px;
  
}