
.shortcode {
  width: 100%;
}
.myform_gallery label#emailaddress-error{
  position: absolute;
  bottom: 70px;
  left: 0px;
}
label#contract_address-error,label#api_key-error,label#emailaddress-error {
  color: red;
  font-size: 12px;
} 
label#contract_address-msg{
  color: green;
  font-size: 12px;
} 

#gallery_file_form input[type=text]{
  padding: 0 8px;
  line-height: 2;
  min-height: 45px;

}

label
{
width: 100%;
display: block;
color: #1d2327;
font-weight: bold;
 font-size: 16px;
 font-weight: 500;
}
 .hide{ display:none !important;}
 .show{ display:block;}
#contract_address 
{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 7px;
}
.myform_gallery #emailAddress
{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
#myform_gallery .card-content{ position: relative;}
#api_key
{
  width: 96%;
  margin-top: 5px;
  margin-bottom: 7px;
  margin-right: 1%;
}
.myform_gallery .network-type-field {
  display: flex;
  align-items: flex-start;
}

select#gallery_network_type{
  width:96% !important;
  margin-top: 5px;
  margin-bottom: 7px;
  max-width: 100%;
  height: 45px !important;

}
.loader-network-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  width: 4%;
}

.loader-network-gallery img{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.head {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
}

.btn-primary {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: normal;
}
.title
{
  margin: 4px 0px 10px;
  font-size: 14px;
}
#submit
{
  margin: 10px auto;
  text-align: center;
  min-width: 80px;
  display: block;
}
#apiform
{
  display: flex;
  align-items: center;
  height: 85vh;
}
form#apiform {
  width: 30%;
  float: right                                                                                                                                              ;
  margin-right: 15px;
}

#gallery_file_form
{
  display: flex !important;
  align-items: center !important;
  height: 85vh;
}
form#gallery_file_form {
  width: 30%;
  float: right                                                                                                                                              ;
  margin-right: 15px;
}

#gallery_file_form2
{
  display: flex !important;
  align-items: center !important;
  height: 85vh;
}
form#gallery_file_form2 {
  width: 36%;
  float: left;
  margin-right: 15px;
}
.myform_gallery2 {
  width: 47% !important;
  float: left;
}
.myform_gallery{
  width: 37% !important;
}
.myform_gallery .card{
  display: flex !important;
  align-content: center;
  flex-wrap: wrap;
}
.logo {
  width: 200px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  padding-bottom:8px ;
  display: block;
}
.footer{
  text-align:center;
  padding-top: 10px;
}
.social-div
{
  display: flex;
  width: 100%;
  flex-wrap:wrap;
}
.myform_gallery2 h6{
  font-size: 16px !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.myform_gallery2 .card{ 
  padding: 2.7em 2em 2em !important;
}
.cont-email{
  margin-bottom:20px !important;
  margin-top:20px !important;
}
.myform_gallery2 h6 a{
color: #f47c25;
text-decoration: none;
font-weight: 500;
margin-bottom: 7px;
display: inline-block;
}
.error-notice {
  border: 1px solid red;
  width: 100%;
  padding: 20px 0 20px 0px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
}
#msg-div, #msg-refresh-div {
  width: 100%;
  padding: 20px 0 20px 0px;
  margin: 0;
  text-align: center;
   
}
.valid-msg {
  border: 1px solid green !important;
  color: #fff;
  background-color: green !important;
}
.invalid-msg {
  border: 1px solid red !important;
  color: #fff;
  background-color: red !important;
}
.key-field{ position: relative;display: flex;align-items: center;margin-bottom:20px;}
.get-key-tag {  
  text-decoration: none;
  font-size: 16px;
  width: 3%;
}

label#emailAddress_invalid {
  color: red;
  font-size: 12px;
}

.main-gallery-wrapper {
  margin: 0px auto;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  margin-left: 10%;
}
.fa-linkedin
{
  background-color: #024074;
}
.fa-facebook
{
  background-color: #304cb1;
}
.fa-instagram
{
  background-color: #d9208f;
}
.fa-twitter
{
  background-color: #00b8ff;
}
.fa-youtube
{
  background-color: #e90000;
}
.fa-dribbble
{
  background-color: #c1169c;
}
.social-left p b i, .social-right p b i{
  font-size: 16px;
    margin-right: 5px;
    color: #fff;
    width: 22.99px;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    border-radius: 50px;
}
.social-left p a, .social-right p a{   
  word-break: break-word;
  color: #f47c25;
  text-decoration: none;
  font-size: 14px;
}
.social-left p, .social-right p{    
    display: flex;
    margin: 0px 5px 0px 0px;
    justify-content: center;
}
.social-title{
  text-align: center;
  font-size: 14px !important;
  margin: 25px auto 10px;
}
.social-left, .social-right{ 
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.card {
  min-height: auto;
  height: 640px;
  width: 100%;
}
.refresh-link{
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0px auto;
  font-size: 15px;
  position: relative;
}
.refresh-link a:focus{ box-shadow: none;}
.refresh-link a{
  margin-left: 6px;
  font-weight: 600;
  color: #007bff !important;
}
.card-content{
  width:100%;
}
.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
  top: 30px;
}
.social-left p a:hover,.social-right p a:hover{
  color:#250d70;
}
.wp-die-message, p {
  font-size: 13px;
  line-height: 1.5;
  margin: 2em 0 0 0;
}
label#api_key-error{
  position: absolute;
  top: 38px;
}
.get-key-tag:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
.form-submit-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.form-submit-btn input{
  margin: 10px 0px !important; 
}
.address_info{
  display: flex;
  flex-wrap: wrap;
}
.single_info{
  margin-right:20px;
}
.single_info p{
  margin-top:5px;
}
.single_info .fa-phone-square{
  font-size: 30px;
  margin-top: -5px;
}
.icon-flag img{
  width:35px;
}


.refresh-link img{
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  right: -25px;
}

.form-submit-btn img{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 1400px){
.card {
  height: 570px;
}
.single_info .fa-phone-square {
  margin-top: 0px;
}
}
@media (max-width: 1200px){
  .card {
    min-height: auto;
    height: 700px;
}
}
@media (max-width: 1024px){
.card {
  height: 590px;
}
}
@media (max-width: 991px){
  .card {
    height: 700px;
}
}

@media (max-width: 768px){
  .card {
  max-width: 100% !important;
  height: auto;
  }
  label#api_key-error {
    top: 50px;
}
  #gallery_file_form {
    height: 85vh;
}
  #apiform, #gallery_file_form2{height: auto;}
    .main-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    align-content: space-between;
    margin: 0px auto;
    }
    .myform_gallery {
      width: 100% !important;
      margin-bottom: 20px;
  }
  .myform_gallery2 {
    width: 100% !important;
    float: left;
}
  }
  @media (max-width: 479px){
    .main-gallery-wrapper, form#gallery_file_form2{
      margin-top: 5%;
    }
    
  }
  @media (max-width: 320px){
    #gallery_file_form {
      height: 90vh;
  }
  }
