#ras-shortcode .inside .copy-ras-shortcode{
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 8px 0;
}

#ras-shortcode .inside input{
  padding: 5px;
  font-size: 16px;
  text-align: center;
}

#ras-shortcode .inside span{
  font-size: 14px;
  color: #1b9a2a;
}

#ras-shortcode .inside{
  margin-top: 12px;
}

#accordion-slider-customCSS .accordion-slider-code-editor{
  border: 1px solid gray;
}

.ras_select_template{
    background-color: #007bff;
    border: 1px solid #034c9a;
    border-radius: 6px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 12px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.ras_select_template:hover {
    background-color: #034c9a;
}

.ui-button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    box-shadow: none;
    color: #646970;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
}

.ras_template_model.ui-dialog .ui-dialog-titlebar {
  background: rgb(96, 110, 125);
  border: medium none;
  border-radius: 0;
  padding-bottom: 48px;
  padding-top: 10px;
  text-align: center;
}

.ui-dialog-titlebar-close:before {
    font: normal 40px/1 dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.8;
    width: 36px;
    height: 36px;
    content: "\f158";
    color: #ff0000;
}

.ras_template_model.ui-dialog .ui-dialog-title {
    color: #ffffff;
    float: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    overflow: visible;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

.ras-template-popup .ras-template-thumbnail {
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(32, 47, 59, 0.14), 0 3px 3px 0 rgba(32, 47, 59, 0.06);
          box-shadow: 0 1px 2px 0 rgba(32, 47, 59, 0.14), 0 3px 3px 0 rgba(32, 47, 59, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  margin-bottom: 45px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: calc(20% - 40px);
}

.ras-template-popup .ras-span-template-name {
  background: #fcfcfc none repeat scroll 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 16px !important;
  font: bold 100%/1.5 sans-serif;
  letter-spacing: 0.1px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}

.ras-template-popup .ras-template-thumbnail:hover .ras-hover_overlay {
  border-radius: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.ras-template-popup .ras-template-thumbnail .ras-hover_overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 100%;
}

.ras-template-popup .ras-template-thumbnail .ras-popup-template-name {
  display: inline-block;
  left: 0;
  margin: auto 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 35%;
  visibility: visible;
}

.ras-popup-template-name a {
  background: #00c735 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  padding: 4px 15px;
  text-decoration: none;
}

.ras-popup-template-name a:hover {
  background: #52de77 none repeat scroll 0 0;
}

.ras-popup-template-name a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ras-template-popup .ras_selected_template .ras-span-template-name {
  background: #2d2d2d none repeat scroll 0 0;
  color: #ffffff;
}

.ras-template-popup div.ras_selected_template:after {
  background-color: #00c735;
  border-radius: 50%;
  bottom: 10px;
  color: #ffffff;
  content: "\f147";
  font-family: dashicons;
  font-size: 30px;
  height: 30px;
  left: 5px;
  line-height: normal;
  padding: 0px;
  position: absolute;
  width: 30px;
}

.ras-popum-select {
  margin-bottom: 15px;
}


@media screen and (max-width: 1350px) {
  .ras-template-popup .ras-template-thumbnail {
    width: calc(25% - 33px);
  }
}

@media screen and (max-width: 992px) {
  .ras-template-popup .ras-template-thumbnail {
    width: calc(33.33% - 33px);
  }
}

@media screen and (max-width: 767px) {
  .ras-template-popup .ras-template-thumbnail {
    width: calc(50% - 32px);
  }
}

@media screen and (max-width: 640px) {
  .ras-template-popup .ras-template-thumbnail {
    width: calc(100% - 30px);
  }
}

.ras-template-thumbnail-inner > img {
  width: 100%;
}

#btnSetBlogTemplate {
    background: #00c735 none repeat scroll 0 0 !important;
    border: medium none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    display: inline;
    float: left;
    left: 20px;
    bottom: 20px;
    height: auto !important;
    margin: 0 !important;
    font-size: 16px;
    padding: 6px 20px !important;
    position: absolute;
    width: auto !important;
}

#btnSetBlogTemplate:hover {
  background: #52de77 none repeat scroll 0 0 !important;
}


.ui-button-text-only .ui-button-text {
    font-size: 20px !important;
}

.ui-dialog .ui-dialog-buttonpane .ras_template_close {
    height: auto !important;
    background: #0062cc;
    color: #fff;
    font-size: 16px;
    border: 1px solid #cccccc !important;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #cccccc !important;
    box-shadow: 0 1px 0 #cccccc !important;
    right: 20px;
    bottom: 20px;
    float: right;
    margin: 0.5em 0.4em 0.5em 0 !important;
    padding: 8px !important;
    width: auto !important;
}

.ui-dialog .ui-dialog-buttonpane .ras_template_close .ui-button-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
    font-size:14px;
}

.ras-template-name{
  text-transform: capitalize;
}

/*.ras-template-popup .ras-template-thumbnail:hover .ras-hover_overlay {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.ras-template-thumbnail .ras-hover_overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
}*/

.ras_overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ras-img-hover_overlay {
    left: 0;
    position: absolute;
    top: 0;
}