.wsmd_wpmedia_downloader_containar {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    background: white	
}

.wsmd_wpmedia_input_holder {
    display: table-cell;
    vertical-align: middle;
}

.wsmd-light-grey {
    width: 100%;
    background: #d4d4d4;
    min-width: 100px;
    text-align: center;
}

p.wsmd_error_handler {
    background: #ff5e5e;
    color: white;
    font-weight: 600;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 5px;
}

div#wsmd_download_progressbar {
    background: #15d257;
}

b#wsmd_counter_progress {
    position: absolute;
}


.media-frame-content {
    z-index: 999;
}


.wsmd_wpmedia_input_field {
    display: inline-flex;
    width: 100%;
    margin-bottom: 19px;
}

.wsmd_result_html {
    display: flex;
    padding: 20px;
}

.wsmd_wpmedia_input_containar {
    background: #3300ff14;
    padding: 50px;
    padding-bottom: 30px;
    border-radius: 5px;
    width: 50%;
    margin: auto;
    display: block;
}

input#wsmd_wpmedia_link_input {
	border: 2px solid #d6d6d6;
    height: 50px;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

button#wsmd_wpmedia_downloadbuttom {
    background: #15d257;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    font-weight: 900;
    border: 2px solid #d6d6d6;
    margin-left: -10px;
}

.wsmb_menu_disable {
    background: #ffffffc7;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 999;
}


.wsmd_result_table_holder {
    width: 50%;
}

.wsmd_preview_holder {
    width: 50%;
}

table.wsmd_result_table {
    width: 100%;
}

.wsmd_wpmedia_results_holder {
    width: 100%;
    background: #00ef8017;
}


.wsmd_preloader{
  display : none;	
}

.wsmd-sk-circle {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.wsmd-sk-circle .wsmd-sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wsmd-sk-circle .wsmd-sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: wsmd-sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: wsmd-sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.wsmd-sk-circle .wsmd-sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.wsmd-sk-circle .wsmd-sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.wsmd-sk-circle .wsmd-sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.wsmd-sk-circle .wsmd-sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.wsmd-sk-circle .wsmd-sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.wsmd-sk-circle .wsmd-sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.wsmd-sk-circle .wsmd-sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.wsmd-sk-circle .wsmd-sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.wsmd-sk-circle .wsmd-sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.wsmd-sk-circle .wsmd-sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.wsmd-sk-circle .wsmd-sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.wsmd-sk-circle .wsmd-sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.wsmd-sk-circle .wsmd-sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.wsmd-sk-circle .wsmd-sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.wsmd-sk-circle .wsmd-sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.wsmd-sk-circle .wsmd-sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.wsmd-sk-circle .wsmd-sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.wsmd-sk-circle .wsmd-sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.wsmd-sk-circle .wsmd-sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.wsmd-sk-circle .wsmd-sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.wsmd-sk-circle .wsmd-sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.wsmd-sk-circle .wsmd-sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes wsmd-sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes wsmd-sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


img.wsmd_preview_img {
    width: 95%;
}


.wsmd_result_table {
  border-collapse: collapse;
  width: 100%;
}

.wsmd_result_table td, .wsmd_result_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.wsmd_result_table tr:nth-child(even){background-color: #f2f2f2;}
.wsmd_result_table tr:nth-child(odd){background-color: #ffffff;}
.wsmd_result_table tr:hover {background-color: #ddd;}

.wsmd_result_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background-color: #424242;
  color: white;
}

button.wsmd_download_button {
    background: #0095ff;
    border: unset;
    cursor: pointer;
    padding: 5px;
    border-radius: 2px;
    color: white;
    font-weight: 500;
}

h3.wsmd_title_preview {
    padding-right: 10px;
    padding-left: 10px;
}


/* Style the tab */
.wsmd_tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.wsmd_tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  display:flex;
}

/* Change background color of buttons on hover */
.wsmd_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.wsmd_tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.wsmd_tabcontent {
background-color: #ffffff;	
  display: none;
  border: 1px solid #ccc;
  border-top: none;
}



@media only screen and (max-width: 1340px) {
.wsmd_result_html {
    display: grid;
    padding: 20px;
}

.wsmd_result_table_holder {
    width: 100%;
}

.wsmd_preview_holder {
    width: 100%;
}

}


@media only screen and (max-width: 760px) {
.wsmd_wpmedia_input_containar {
    width: 80%;
}


}