.wsmds_settings_holder {
    margin-right: -20px;
    margin-top: -20px;
    padding: 20px;
    background: #ffffffc7;
    height: 100%;
}

input#submit {
    background: #15d257;
    border: unset;
    font-size: 18px;
    font-weight: 700;
    box-shadow: unset;
    text-shadow: unset;
    height: 40px;
    margin-top: 30px;
}

div#wpwrap {
    background: #ffffff;
}

span.color-alpha {
    height: 26px !important;
}

.wsmds_tab {
    overflow: hidden;
    background-color: #f1f1f1;
    float: unset;
    background: #e4e4e4;
    padding-top: 32px;
    padding-right: 20px;
	display: flex;
}

.wsmds_tabs_holder {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    margin-right: -20px;
}

/* Style the buttons inside the tab */
.wsmds_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.wsmds_3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.wsmds_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.wsmds_tab button.active {
  background-color: #ccc;
}

.wsmds_tabcontent {
    display: none;
    padding: 0px 10px 10px 18px;
    border-top: none;
    background: #f9f9f9;
    border: 1px solid #e8e8e8b5;
	    margin-top: 50px;
}



tr.wsmd_th_header th {
    padding: 10px;
}

tr.wsmd_th_header {
    background: #cccccc26;
    border-bottom: 2px solid #0051ff;
    border-top: 25px solid #f9f9f9;
    border-right: 0px;
    border-left: 0px;	
}



tr.wsmd_th_header b {
    font-size: 13px;
    font-weight: 900;
}

.wsmd_active_downloader {
    display: inherit;
    background: #e4e4e4;
    padding: 5px;
    border-radius: 10px;
    border: 4px solid #f9f9f9;
}

img.wsmd_downloader_images {
    margin-right: 5px;
    margin-left: 5px;
}

b.wsmd_downloader_name {
    line-height: 40px;
    font-size: 16px;
}


.wsmd_help {
  position: relative;
}


.wsmd_help-text {
	padding: 5px;
    background-color: #ff9900;   
    color: white;	
    position: fixed !important;
    left: 10px !important;
    bottom: 10px !important;
    max-width: 50% !important;
	border-radius:5px;
    z-index: 99999;
	top : unset !important;
}


span.dashicons.dashicons-editor-help.wsmd_help {
    color: #ff9900;
    font-size: 25px;
    cursor: help;
}

button.wsmds_tablinks.active {
    font-weight: 700;
}

div#setting-error-settings_updated {
    margin-left: -5px;
    background: #15d257;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 0px;
}


.wsmds_shortcode_holder {
    text-align: center;
    margin-top: 20px;
    background: #dbe3ff38;
    padding: 10px;
    font-size: 18px;
    border: 1px dotted #0051ff;
    border-radius: 5px;
}

.wsmds_shortcode_code{
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    border: 1px dotted #c3c3c3 !important;
    background: #ffffff57 !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
    line-height: 34px !important;
}

.wsmd_modal_mode{
	display:none;
}

input.wsmds_spinner-width {
    width: 40px;
    text-align: center;
}

.wsmd_option_holder {
    background: #f1f1f1;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #cccbcb;
}

.CodeMirror {

    border: 1px solid #d2d2d2;
}

p.submit {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 18px;
    margin: unset;
    margin-top: 7px;
	padding: unset;
}

div#wpfooter {
    display: none;
}

input#wsmd_show_preloader_choose {
    margin-top: 5px;
}


img#wsmds_template_demo {
    width: 100%;
    display: block;
    max-width: 880px;
    margin: auto;
}



.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);
  }
}


div#wsmds_custom_template_styles {
    display: none;
}

span.color-alpha {
    right: 0px;
    left: unset;
}



@media screen and (max-width: 782px){

.wsmd_option_holder {
    width: 100%;
    margin: unset;
    margin-top: 10px;
    display: inline-grid;
    text-align: center;
}

.wsmd_active_downloader {
    display: inline-grid;
    width: 100%;
}


.wsmds_tabs_holder {
    margin-left: 0px;
    left: 0;
    bottom: unset;
    top: 0px;
    z-index: 998;
}

.wsmds_tab {
    overflow: hidden;
    background-color: #f1f1f1;
    float: unset;
    background: #e4e4e4;
    padding-bottom: 0px;
    padding-top: 40px;
    padding-left: 20px;
    border-top: 2px solid #000000;
}

div#setting-error-settings_updated {
    margin-left: -5px;
    background: #15d257;
    color: white;
    position: fixed;
    top: 90px;
    width: 82%;
    z-index: 99999;
	    height: 40px;
}

p.submit {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    top: unset;
    right: 0px;
    margin: unset;
    padding: unset;
    width: 100%;
}

input#submit {
    width: 100%;
}

.wsmd_help-text {
    position: fixed !important;
    left: 1px !important;
    top: 93px !important;
    width: 97% !important;
    max-width: 100% !important;
    z-index: 99999;
}

}