

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', 'Open Sans', sans-serif !important;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');

@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

/* ----------------------------------------------------------------

-----------------------------------------------------------------*/



body {
  /* font-family: 'Roboto Condensed','Open Sans', sans-serif; */
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #fff;
}

[tabindex='-1']:focus
{
    outline: 0 !important;
}

hr
{
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
  }


ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 600;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

dfn
{
    font-style: italic;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: none;

    color: #5e72e4;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}
a:hover
{
    text-decoration: none;

    color: #233dd2;
}

a:not([href]):not([tabindex])
{
    text-decoration: none;

    color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus
{
    text-decoration: none;

    color: inherit;
}
a:not([href]):not([tabindex]):focus
{
    outline: 0;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

h1,
.h1
{
    font-size: 2.5rem;
}

h2,
.h2
{
    font-size: 2rem;
}

h3,
.h3
{
    font-size: 1.75rem;
}

h4,
.h4
{
    font-size: 1.5rem;
}

h5,
.h5
{
    font-size: 1.25rem;
}

h6,
.h6
{
    font-size: 1rem;
}

p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
}







figure
{
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg
{
    overflow: hidden;

    vertical-align: middle;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: 1rem;
    padding-bottom: 1rem;

    caption-side: bottom;

    text-align: left;

    color: #8898aa;
}

th
{
    text-align: inherit;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}


input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    overflow: auto;

    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}





ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul {
    xxxfont-weight: 100;
}

ol, ul {
  list-style: none;
}

*::-moz-selection {
    background: #000;
    color: #fff !important;
    text-shadow: none;
}
::-moz-selection {
    background: #000;
    color: #fff !important;
    text-shadow: none;
}
::selection {
    background: #990099;
    color: #fff !important;
    text-shadow: none;
}




.content_desktop {
  display: block;
}
.content_mobile {
  display: none;
  text-align:center;
  padding: 15%;
  position: relative;
  height: 60vh;
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .content_desktop {
    display: none;
  }
  .content_mobile {
    display: block;
  }
}





/* ----------------------------------------------------------------
  BUTTONS
-----------------------------------------------------------------*/

.btn2 {
  width: 99%;
  border: 1px solid #222;
  color: #000;
  background: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  Xpadding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
  XXtext-decoration: underline !important;
}
.btn2:hover{
  background: #999;
  color: #fff;
  border: 1px solid #444;
}
.btn2::before {
    content: "\f013";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 3px;
    text-decoration: none !important;
}




/* ----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/

.main-logo img {
  xmax-height: 100%;
  xheight: 35%;
  width: 180px;
  margin: 15px auto;
}


.header-main h2 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px){
  .main-logo img {
    width: 150px;
    margin: 15px auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10PX;
  }
  .header-main h2 {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 20px;
  }
}


/*************************
  BRANDING CUSTOMISATIONS
*************************/

.branding__customisation {
  background: #eee;
  xbox-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.branding__customisation .branding__customisation__links a {
  color: #666;
  padding-left: 15px;
}

.branding__customisation .branding__customisation__links a:first-child {
  padding-left: 0;
}

.branding__customisation .branding__customisation__links a:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight: 500;
}

.branding__customisation span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}



/*************************
  CANVAS
*************************/
.canvas_wrap {
    xposition: relative;
    xmargin: 0px auto;
    xborder:1px solid #ccc;
    padding: 2%;
}
.canvas_wrap img{
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}





.xxside_main_menu_container {
    xmin-width: 300px;
    xwidth: 300px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 30px;
    xborder: 2px solid #ff0000;
}

.side_main_menu {
    xmax-width:375px;
    xposition: relative;
    padding: 25px;
    border: 2px solid #eeeeee;
    display: block;
    background: white;
    border-radius: 15px;
}

.side_main_menu p{
  font-size: 16px;
  font-weight:300;
  padding-top: 20px;
  padding-bottom: 20px;
}

.xsave_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #ffffff;
}


@media (max-width: 768px){ /* for ipad */
  .side_main_menu_container {
  width: 100% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0px;
  }

  .side_main_menu h2 {
    font-size: 1rem;
    margin-bottom: 0rem;
  }

  .side_main_menu h4 {
    font-size: 1rem;
    margin-bottom: 0rem;
    color:#999;
  }

  .side_main_menu p{
    font-size: 14px;
    font-weight:300;
    padding-top: 20px;
    padding-bottom: 20px;
  }

}




.btn__add__text {
  Xwidth: calc(70% - 5px);
  Xborder: 1px solid #222;
  width: calc(70%);
  color: #FFF;
  background: #000;
  font-size: 0.70em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  line-height: 2em;
  letter-spacing: 2px;
  display: block;
  padding: 5px 7%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
}
.btn__add__text:hover{
  background: #999;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}
.btn__add__text::before {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    padding-right: 6px;
    text-decoration: none !important;
}

.btn__apply_return {
  Xwidth: calc(80% - 5px);
  Xborder: 1px solid #222;
  width: calc(100%);
  color: #FFF;
  background: #000;
  font-size: 10px; /*1.5em*/
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  line-height: 2em;
  letter-spacing: 2px;
  display: block;
  padding: 5px 7%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
}
.btn__apply_return:hover{
  background: #999;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}
.btn__apply_return::before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    padding-right: 6px;
    text-decoration: none !important;
}

.icon_branding_method:before {
  content: '\f55d';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right:8px;
  padding-left:10px;
  text-decoration: none !important;
  position: relative;
  top:0px;
}

.icon_art:before {
  content: '\f53f';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right:8px;
  padding-left:10px;
  text-decoration: none !important;
  position: relative;
  top:0px;
}

.icon_text:before {
  content: '\f034';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right:8px;
  padding-left:10px;
  text-decoration: none !important;
  position: relative;
  top:0px;
}
.icon_preview:before {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right:8px;
  padding-left:10px;
  text-decoration: none !important;
  position: relative;
  top:0px;
}

.btn__add__pdf {
  xdisplay: block;

  border: 1px solid #222;
  xwidth: 90%;
  color: #000;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 1rem 3rem;
  Xpadding: 5% 0%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  Xmargin-right: 10px;
  border-radius: 5px;
}
.btn__add__pdf:hover{
  background: #999;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}
@media only screen
and (min-device-width : 100px)
and (max-device-width : 480px) {
  .btn__add__pdf {
    width: 100% !important;
    font-size: 0.5em;
  }
  .btn__add__save {
    width: 480px;
    font-size: 0.5em;
    padding: 100% 100%;
  }
}

.btn__add__save {
  color: #FFF;
  background: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 1rem 3rem;
  Xpadding: 5% 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right:10px;
  border-radius: 5px;
}
.btn__add__save:hover{
  background: #999;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}

.btn__add__save2 {
  color: #FFF;
  background: #999;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 1rem 3rem;
  Xpadding: 5% 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right:10px;
  border-radius: 5px;
}
.btn__add__save2:hover{
  background: #000;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}



@media (max-width: 768px){
  .btn__add__text {
    font-size: .8em;
  }
  .btn__add__text::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__apply_return {
    font-size: .8em;
  }
  .btn__apply_return::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__add__save {
    font-size: .8em;
    width:100%;
  }

  .btn__add__pdf {
    font-size: .8em;
    width:100%;
  }
}

@media (max-width: 1206px){ /* 1420 */
  .btn__add__text {
    font-size: .8em;
  }
  .btn__add__text::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__apply_return {
    font-size: .8em;
  }
  .btn__apply_return::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__add__save {
    font-size: .8em;
    width:100%;
  }

  .btn__add__pdf {
    font-size: .8em;
    width:100%;
  }
}

@media (max-width: 1740px){ /* 1420 */
  .btn__add__text {
    font-size: .8em;
  }
  .btn__add__text::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__apply_return {
    font-size: .8em;
  }
  .btn__apply_return::before {
      font-size: 15px;
      padding-right: 6px;
  }

  .btn__add__save {
    font-size: .8em;
    xwidth:100%;
  }

  .btn__add__pdf {
    font-size: .8em;
    xwidth:100%;
  }
}






/*************************
  AVAILABLE COLORS
*************************/
.widget-colors-filter ul.colors-filter {
  margin-left: 0;
  margin-bottom: 0;
  Xpadding-top: 2%;
}
.widget-colors-filter ul.colors-filter > li {padding: 0;list-style: none;display: inline-block;}
.widget-colors-filter ul.colors-filter > li a {
  display: inline-block;
  cursor: pointer;
  border:1px solid rgba(0,0,0,0.3);
  height: 40px;
  width: 40px;
  margin-top:5px;
  margin-right:10px;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  border-radius: 15%;
}
.widget-colors-filter ul.colors-filter > li a:hover {
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
  border:1px solid #fff;
  transition: all .25s;
}

.widget-colors-filter {
  Xpadding-left: 25px;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .widget-colors-filter {
    padding-left: 0px !important;
  }
}









/**********************************************
  ADD TEXT POP UP MODAL WINDOW
***********************************************/

*:focus {
  outline: none;
}

.add_text_area textarea:focus, input:focus{
  outline: none !important;
}

.add_text_area {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.add_text_area label{
  display: block;
}

.add_text_area textarea{
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  border-color: rgba(0, 0, 0, .14);
  xbackground-color: AliceBlue;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px !important;
}


.single-option-selector {
  xfont-family: 'Roboto Condensed', sans-serif !important;
    width: 100%;
    height: 40px;
    background-size: 10px 10px !important;
    padding: 0px 10px !important;
    background-position: 95% 56% !important;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    background: #fff;
    border: 1px solid #ccc;
}

.btn__color__palette {
  border: 2px solid #ddd;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0.32rem;
  background-size: 10px 10px !important;
  padding: 0px 10px !important;
  background-position: 95% 56% !important;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  background: #fff;
}

.btn__add__text__save {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #FFF;
  background: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 0.744rem 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  xmargin-bottom: 10px;
  border-radius: 5px;

    display: inline;
    xfloat: right;
    position:absolute;
    bottom:0;
    left:14px;
}
.btn__add__save:hover{
  background: #999;
  color: #fff;
  Xborder: 1px solid #444;
  text-decoration: none;
}

.no_border_btn button {
  border: 0px solid #ff0000 !important;
}

button {
  border: 0px solid #ff0000;
}




/** CUSTOM JQUERY DIALOG *******************************/

/********** jquery-ui.css Overright
*******************************************************/
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
	padding: 30px !important;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    xoverflow: auto;
    overflow: hidden !important;
}
/*
.ui-widget.ui-widget-content .widget-content-border {
    border: 5px solid #ebebeb;
    padding: 2% ;
}
*/

.ui-widget-header {
    xborder: 1px solid #dddddd;
    xbackground: #e9e9e9;
    border: 0px solid #fff !important;
    background: #fff !important;
    color: #333333;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.ui-dialog .ui-dialog-titlebar {
    /* padding: 0em 0em  !important; */
    padding: 30px !important;
    position: relative;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    /*right: .3em;
    top: 50%;*/
    xright: -30px;
    xtop: 0;

    right: 1em !important;
    top: 25% !important;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}




.ui-widget.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content.success-dialog {
    background: #FFF;
    border: 1px solid #90d93f;
    color: #222222;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 20PX !important;
    position: absolute;
    top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 20PX !important;
    margin: 0;
}

.ui-dialog.success-dialog .ui-widget-header {
    background: #FFF;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-widget-overlay {
    background: #000 !important; /** aaa **/
    opacity: 0.4 !important;
    filter: Alpha(Opacity=90)!important;
}


.ui-button .ui-icon {
}

.ui-widget-content .ui-state-default {
  /*
  border: 0px solid #d3d3d3;
  background: #00ACD6 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
  */
}

.ui-dialog .ui-dialog-buttonpane button {
}





.nopadding {
   padding: 0 !important;
}
.nomargin {
   margin: 0 !important;
}






/********** SLIDER JQUERY WIDGET --- Overright
*******************************************************/
.ui-widget.ui-widget-content {
  /*
  border: 5px solid #ebebeb !important;
  padding: 2% !important;
  */
  border: 1px solid #c5c5c5 !important;
  padding: 0.4% !important;
}


.ui-widget {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 1em;
}
.ui-slider-horizontal {
    height: 0.8em  !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #000 !important; /* #003eff */
	background: #454545 !important; /* #007fff */
	font-weight: normal;
	color: #ffffff;
}

.slider__color p {
  font-size: medium;
}






/**********************************************
  ADD LOGO POP UP CONTAINER
***********************************************/
.add_logo_container {
  xposition: relative;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif !important;
  xtop:200px;

  /*
  position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
  */

  position: fixed;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.add_logo_container h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.add_logo_container h5{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15% 5%;
}

.add_logo_container p{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 2%;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  xxmargin-top: 50px;
}

.add_logo_container img{
  width: 30%;
  display: block;
  margin: 0 auto;
}

.add_logo_container_left {
    height: 300px;
    width: calc(50% - 1px);
    border-right: 1px solid #ddd;
    float: left;
    transition-duration: 0.5s;
    position: relative;
}

.add_logo_container_or {
    padding: 10px;
    position: absolute;
    top: calc(50% - 7px);
    background: white;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #212120;
    left: -22px;
    border:1px solid #ccc;
    border-radius: 50%;
}

@media screen and (max-width: 700px){
  .add_logo_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .add_logo_container p{
    font-size: 10px;
  }

  .add_logo_container_or {
    padding: 10px;
    position: absolute;
    top: calc(50% - 7px);
    background: white;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #212120;
    left: -22px;
    border:1px solid #ccc;
    border-radius: 50%;
  }

}






.add_logo_container_header h1{
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}


.add_logo_container_01 {
    xheight: 300px;
    xwidth: calc(50% - 1px);
    xborder-right: 1px solid #ddd;
    float: left;
    transition-duration: 0.5s;
    position: relative;
    xpadding: 10px 0;
    xborder-top: 1px solid #ddd;
    xborder-bottom: 1px solid #ddd;
}

.add_logo_container_01 img{
  width: 10%;
}



.middle__or {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.circle__or {
  font-family: 'Roboto Condensed', sans-serif !important;
    width:40px;
    height:40px;
    border-radius:100%;
    background-color:#fff;
    border:2px solid #ddd;
    color:#555;
    font-weight:400;
    text-align:center;
    font-size:18px;
    overflow:hidden;
    position: relative;
    left:calc(46% - 1px);
}

.circle__or.one-line{
  line-height:37px;
}

.vert-line__or {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  bottom:0;
  xwidth:95%;
  border-top: 2px solid #ddd;
  z-index:-1;
}


.saved_logo_container table img{
  width: 100%;
  xborder:1px solid #ccc;
}



.img-valign {
  vertical-align: middle;
  margin-bottom: 0.75em;
}

.text1 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 15px;
}

.saved_logo_scroll {
  overflow-y: scroll;
  max-height:200px;
  width: auto;
}

.saved_flyer_scroll {
  overflow-y: scroll;
  max-height:480px;
  width: auto;
  overflow:auto;
}

.mdb_data_integrity_scroll {
  overflow-y: scroll;
  max-height:750px;
  width: auto;
  overflow:auto;
}
















/* CUSTOM RADIO BUTTON*/
.branding__radio__btn h1{
  font-size: 20px;
  font-weight: bold;
  font-weight: normal;
  color:#222;
  margin-bottom: 20px;
}

.inputGroup {
  background-color: #f3f3f3;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #222; /* #5562eb */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form_container {
  padding: 0 16px;
  max-width: 550px;
  xmargin: 50px auto;
  font-size: 12px;
  font-weight: 600;
  line-height:1.5;
}


/* RADIO BUTTON FOR BRANDING SOLUTION */
.regular-radio {
    display: none;
}
.regular-radio + label {
    -webkit-appearance: none;
    background-color: #e1e1e1;
    border: 4px solid #e1e1e1;
    border-radius: 10px;
    width: 100%;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin:10px;
    xpadding-right: 50px;
}
.regular-radio:checked + label {
    background: grey;
    border: 4px solid #e1e1e1;
}
.regular-radio label span{
  margin-left: .35em;
}


/******************************/
.radio_container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.radio_list {
  flex: 0 0 20rem;
}

.list__item {
  position: relative;
}
.list__item:hover > .radio_label {
  color: #ccc;
}
.list__item:hover > .radio_label::before {
  border: 0.5rem solid #000;
  margin-right: 2rem;
}

.radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio-btn:checked + .radio_label {
  color: #ffcc00;
}
.radio-btn:checked + .radio_label::before {
  margin-right: 2rem;
  border: 0.5rem solid #ffcc00;
  background: #fff;
}

.radio_label {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  color: #000;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s linear;
}

.radio_label::before {
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.625rem;
  border: 0.5rem solid #000;
  border-radius: 50%;
  transition: all 0.25s linear;
}

.radio_label span{
  position: absolute;
  top:6px;
}





/* DECORATION METHOD - RADIO SELECT BUTTON --- DIALOG BOX */

.radio__deco {
  margin: 0.8rem;
  font-size: 15px;
}
.radio__deco input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio__deco input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio__deco input[type=radio]:checked + .radio-label:before {
  background-color: #000; /* #3197EE */
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio__deco input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
.radio__deco input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio__deco input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}






.choose_branding_container {
  width: 750px;
  xheight:500px;
  xborder: 1px solid #ccc;
  xoverflow-y: scroll;
  xheight: 300px;
}

.choose_branding button {
  font-family: 'Roboto Condensed', sans-serif !important;
    display: block;
    background-color: #111;
    padding: 10px 20px;
    MARGIN-BOTTOM: 7PX;
    width:70%;
    text-align: left;
    letter-spacing: 2px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    border: 1px solid #111;
    border-radius: 5px;
    transition: all 0.25s linear;
}
.choose_branding button:hover {
  background-color: #CCC;
  color:#000;
}
/*.choose_branding  button::before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    padding-right: 6px;
    text-decoration: none !important;
}*/


.custom-scrollbar {
   xwidth: 780px;
   height: 500px;
   overflow-y: scroll;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 14px;
  Xbackground-color: #f8bbd0  ;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #CCC ;
  border-radius: 5px;
  background-color: #CCC;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 px #CCC ;
  background-color: #222;
}
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  width: 10px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #000000;
}


/*
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background : #ccc;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb { // sets style to thumb
  xbackground : rgba(255,255,255,0.5);
  background: #777;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
*/

.XXXcustom-scrollbar::-webkit-scrollbar-track-piece {
    background: #e6e6e6;
}

.XXXcustom-scrollbar::-webkit-scrollbar-corner {
    background: #999;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/** SCROLL BAR CUSTOM STYLE
*****************************************************/
::-webkit-scrollbar {
  width: 14px;
  Xbackground-color: #f8bbd0  ;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #CCC ;
  border-radius: 5px;
  background-color: #CCC;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 px #CCC ;
  background-color: #222;
}
::-webkit-scrollbar-thumb:vertical {
  width: 10px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #000000;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}




/**/

.radio-toolbarX input[type="radio"] {
  opacity: 0;
  position: relative;
  top:30px;
  width: 100%;
  xheight:45px;
  xheight:50px;
  xborder:2px solid #ff0000 !important;
  Xposition: fixed;
  Xwidth: 0;
}
.radio-toolbarX label {
    display: block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 2px;
    transition: all 0.25s linear;
}

.radio-toolbarX label:hover {
  background-color: #000;
  color:#fff;
}






/*  */
.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 2px;
    transition: all 0.25s linear;
}

.radio-toolbar label:hover {
  background-color: #000;
  color:#fff;
}

/*
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid Xdashed #444;
}
*/

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #111;
    border-color: #000;
}


/*********** END CUSTOM RADIO */




/*************************
  POP UP WINDOW - NO JAVASCRIPT
*************************/
.popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup_overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup_window {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
  width: 30%;
  position: relative;
  xtransition: all 5s ease-in-out;
}

.popup_window h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup_window .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_window .close:hover {
  color: #ff0000;
}
.popup_window .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }

  .popup_overlay {
    position: fixed;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }

  .popup_window {
    xmargin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 98%;
    position: relative;
  }

  .popup_overlay{
    width: 100%;
  }
}



/*************************
  FOOTER
*************************/
.section-footer {
    xbackground: #eee;
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    color: #333;
    font-size: 14px;
}















/*
#bbc-minimum-size-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    top: 0px;
    z-index: 50;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.4s;
}
#bbc-minimum-size-overlay span {
    position: relative;
    top: 50vh;
    width: 320px;
    text-align: center;
    margin: auto 0px;
    display: inline-block;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.6em;
    font-size: 14px;
}
#bbc-minimum-size-overlay.active {
    opacity: 1;
    pointer-events: all;
}
*/



.all_caps {
  text-transform: uppercase;
}

.bold_100 {
    font-weight: 100 !important;
}

.bold_200 {
    font-weight: 200 !important;
}

.bold_300 {
    font-weight: 300 !important;
}

.bold_400 {
    font-weight: 400 !important;
}

.bold_500 {
    font-weight: 500 !important;
}

.bold_600 {
    font-weight: 600 !important;
}

.bold_700 {
    font-weight: 700 !important;
}

.bold_800 {
    font-weight: 800 !important;
}

.bold_900 {
    font-weight: 900 !important;
}


/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-2 { margin-top: 2px }
.mt-3 { margin-top: 3px }
.mt-5 { margin-top: 5px }
.mt-6 { margin-top: 6px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
.mt-200 { margin-top: 200px }
.mt-300 { margin-top: 300px }
.mt-400 { margin-top: 400px }
.mt-500 { margin-top: 500px }
.mt-600 { margin-top: 600px }
.mt-700 { margin-top: 700px }
.mt-800 { margin-top: 800px }
.mt-900 { margin-top: 900px }
.mt-1000 { margin-top: 1000px }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.mt-50,.mt-60,.mt-65,.mt-70,.mt-75,.mt-80,.mt-85,.mt-90,.mt-95 { margin-top: 15px }
.mt-100 { margin-top: 30px }
.mt-150 { margin-top: 40px }
.mt-200 { margin-top: 50px }
}


/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-3 { margin-bottom: 3px }
.mb-5 { margin-bottom: 5px }
.mb-6 { margin-bottom: 6px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
.mb-200 { margin-bottom: 200px }
.mb-300 { margin-bottom: 300px }
.mb-400 { margin-bottom: 400px }
.mb-500 { margin-bottom: 500px }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.mb-50 { margin-bottom: 15px !important; }
.mb-100 { margin-bottom: 30px !important; }
.mb-150 { margin-bottom: 40px !important; }
.mb-200 { margin-bottom: 50px !important; }
}









/* TEST ONLY */

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}

.panel{
  height: 750px;
  overflow: auto;
}

#tabs {
  position: relative;
  padding-right: 11.48em;
}
#tabs .ui-tabs-nav {
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  bottom: 0.25em;
  width: 160px;
  padding: 0.2em 0.2em 0.2em 0em;
  /*background-color:transparent;*/
  /*transform: rotate(90deg) translate(19.6em,0em);
  transform-origin: 100% 0%; */
}
#tabs .ui-tabs-nav li {
  width: 100%;
  border-left: none;
  border-bottom-width: 1px !important;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
  /*background-color:transparent;*/
}
#tabs .ui-tabs-nav li.ui-tabs-selected,
#tabs .ui-tabs-nav li.ui-state-active {
  left: 1px;
  border-left: 1px solid transparent;
}
#tabs .ui-tabs-nav li a {
  width: 100%;
}
#tabs .ui-tabs-panel {
  height: 55em;
}



.btn__1 {
width: 99%;
border: 1px solid #222;
color: #000;
background: #fff;
font-size: 0.9em;
font-weight: 500;
text-align: center;
display: inline-block;
Xpadding: 8px 10px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
margin-bottom: 3px;
XXtext-decoration: underline !important;
}
.btn__1:hover{
background: #999;
color: #fff;
border: 1px solid #444;
}
.btn__1::before {
  content: "\f013";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 3px;
  text-decoration: none !important;
}

.img__parent {
position: relative;
top: 0;
left: 0;
width: 50%;
}
.img__image1 {
position: relative;
top: 0;
left: 0;
}
.img__image2 {
position: absolute;
top: -4px;
left: 20px;
}

.img101 img {
position: absolute;
top: 25px;
left: 25px;
}
.imgA1 {
z-index: 1;
}
.imgB1 {
z-index: 3;
}

 .image__box td img{
    width: 85px;
    border: 2px solid #ddd;
    xpadding: 10px;
    xmargin: 5px;
    text-align: center;
    display: table-cell;
    cursor: pointer;
  }
  .image__box td img:hover {
    border: 2px solid #777;
    /**/
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
  }
