/* Global Css Start Here */
body {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}


@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Thin.eot");
  src: url("../fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/Poppins-Thin.woff2") format("woff2"), 
    url("../fonts/Poppins-Thin.woff") format("woff"), 
    url("../fonts/Poppins-Thin.ttf") format("truetype"), 
    url("../fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLight.eot");
  src: url("../fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), 
  url("../fonts/Poppins-ExtraLight.woff") format("woff"), 
  url("../fonts/Poppins-ExtraLight.ttf") format("truetype"), 
  url("../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Poppins-Light.woff2") format("woff2"), 
  url("../fonts/Poppins-Light.woff") format("woff"), 
  url("../fonts/Poppins-Light.ttf") format("truetype"), 
  url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Poppins-Regular.woff2") format("woff2"), 
  url("../fonts/Poppins-Regular.woff") format("woff"), 
  url("../fonts/Poppins-Regular.ttf") format("truetype"), 
  url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Poppins-SemiBold.woff2") format("woff2"), 
  url("../fonts/Poppins-SemiBold.woff") format("woff"), 
  url("../fonts/Poppins-SemiBold.ttf") format("truetype"), 
  url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Poppins-Bold.woff2") format("woff2"), 
  url("../fonts/Poppins-Bold.woff") format("woff"), 
  url("../fonts/Poppins-Bold.ttf") format("truetype"), 
  url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}





.main-wrapper{
  float: left;width: 100%;
}
.notify-form{
  background: #f9f9f9;
  padding: 20px;
}
.notify-form .title{
  margin-bottom: 30px;
}
.notify-form .title h2{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  text-transform: uppercase;
}
.notify-form .sub-heading{
  font-size: 17px;
  color: #000;
  font-weight:500;
  margin: 5px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #c5c5c5;
  text-transform: uppercase;
}
.notify-form .form-control{
  font-size: 15px;
  height: 40px;
}
.notify-form textarea.form-control{
  height: 65px;
  resize: none;
}
.notify-form .action-btns{
  margin: 20px 0 0 0;
}
.PreviewNBcolorpicker {
    border: .1rem solid #ccc;
    border-radius: 5px;
    width: 19%;
    height: 40px;
    margin-right: 1px;
    display: inherit;
    float: left;
}
.nbcolorpicker {
    float: left;
    width: 80%;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.form-group label {
    float: left;
    width: 100%;
}
.modal-header, .modal-footer {
    border: none!important;
}


/* Preview Notify Bar */
#nb_container{display: block; color: inherit; min-height: 50px;}
#nb_background{opacity: 1; margin: 0px; padding: 0px; left: 0px; height: auto; width: 100%; z-index: 99999;top:0px;}
#nb_bar{background-color: #f49d14; color: #000000;text-align: center; margin: 0px; padding: 12px 10px; left: 0px; height: auto; width: 100%; box-sizing: border-box; border: none; font-size: 16px; line-height: 20px; font-family: Helvetica;display: inline-block;}
#nb_message{color: inherit; font-size: 16px;}
#nb_button{outline: none; border: none; line-height: 2em; padding: 0px 1em; margin: 0px 0px 0px 1em; display: inline-block; border-radius: 0.25em; cursor: pointer; width: auto; height: inherit; font-family: inherit; font-size: 0.875em; text-align: center; text-decoration: none; appearance: none; color: #ffffff; background-color: #000000;}
.preview_bar_container {
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    display: inline-block;
    color: #1a1919;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 2.0rem;
    background-color: #ffffff;
    border-radius: .3rem;
}
.preview_bar_container h5 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.manually_placement pre {
    white-space: normal;
    overflow: inherit;
}

.loading{position: fixed;background-color: #000000;opacity: .35;top: 0;left: 0;width: 100%;height: auto;display: none;z-index: 999999;}
.spinner{width: 40px;height: 40px;position: relative;margin: 25% auto;}
.double-bounce1, .double-bounce2 {width: 100%;height: 100%;border-radius: 50%;background-color: red;opacity: 0.6;position: absolute;top: 0;left: 0;-webkit-animation: sk-bounce 2.0s infinite ease-in-out;animation: sk-bounce 2.0s infinite ease-in-out;}
.double-bounce2 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;background-color: yellow;}
@-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) }}
@keyframes sk-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); }}