@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap');

html,
body {
  width: 100%;
  /* height: 100%; */
  font-family: 'Montserrat', sans-serif;
  background-image: url(../../assets/overlays/bg.jpg);
  background-color: #171717;
}

.mobile-only {
  width: 100%;
  height: 100%;
}

#fmp-content1 {
  display: none;
}

#fmp-content2 {
  display: none;
}

#hideId {
  display: none;
}

@media screen and (min-width: 200px) and (max-width: 800px) and (orientation: portrait) {
  .mobileLock {
    background-image: url(../assets/overlays/mobile_rotate_screen_blank.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }

  #fmp-content1 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  #mySidenav2 {
    width: 0 !important;
  }

  #mySidenav {
    width: 0 !important;
  }

  #mySidenav3 {
    width: 0 !important;
  }

  #addSettingSidebar {
    width: 0 !important;
  }

  #mobFlagSideBar {
    width: 0 !important;
  }

  #mobEmblems {
    width: 0 !important;
  }

  #mobcolorPicker {
    width: 0 !important;
  }

  #mobSaveUpload {
    width: 0 !important;
  }

  .ready-popup__content {
    display: none !important;
  }

}

@media screen and (min-width: 280px) and (max-width: 319px) and (orientation: portrait) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - -1px) !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 415px) and (orientation: portrait) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - -2px) !important;
  }
}

@media screen and (orientation:landscape) and (min-width: 480px) {
  .mobileLock2 {
    /* background-image: url(../assets/overlays/bg.jpg); */
    background-image: url(../assets/overlays/mobile_rotate_screen_blank.jpg);


    width: 100%;
    height: 100%;
    position: fixed;
  }

  .fmp-mobile .mobileLock2 {
    background-size: cover;
  }

  #fmp-content2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .fmp-not-mobile #fmp-content2 {
    display: none;
  }
}

@media screen and (orientation:landscape) and (min-width: 658px) and (max-width: 812px) {
  .fmp-mobile .saveUpload {
    top: 211px;
  }
}

@media screen and (orientation:landscape) and (min-width: 738px) and (max-width: 812px) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - 11px) !important;
  }
}

@media screen and (orientation:landscape) and (min-width: 568px) and (max-width: 667px) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - 6px) !important;
  }
}

@media screen and (orientation:landscape) and (min-width: 851px) and (max-width: 896px) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - 12px) !important;
  }
}

@media screen and (orientation:landscape) and (min-width: 912px) and (max-width: 917px) {
  .fmp-mobile .styled-checkbox:checked+label:before {
    right: calc(99% - 13px) !important;
  }
}


.mobileLock p {
  color: #ffffff;
  width: 89%;
  text-align: center;
  font-size: 21px;
  margin: auto;
  padding-top: 5%;
}

.mobileLock2 p {
  color: #ffffff;
  padding-top: 5%;
  width: 89%;
  text-align: center;
  font-size: 21px;
  margin: auto;
}

body {
  overflow: hidden;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.loading-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}

.loading-overlay2 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  z-index: 99999;
  display: none;
  right: 0%;
  bottom: 0%;
}

.fmp-mobile .loading-overlay3 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  z-index: 99999;
  display: none;
  right: 0%;
  bottom: 0%;
}

.fmp-not-mobile .loading-overlay3 {
  display: none;
}

.fmp-mobile .loading-overlay4 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #2a2a2a85;
  z-index: 99999999;
  display: none;
  right: 0%;
  bottom: 0%;
}

.fmp-not-mobile .loading-overlay4 {
  display: none;
}

.fmp-not-mobile #mob-single-side-flag-img {
  display: none;
}

.fmp-mobile #single-side-flag-img {
  display: none;
}

.fmp-mobile #double-side-flag-img {
  display: none;
}

.fmp-not-mobile #mob-double-side-flag-img {
  display: none;
}

@keyframes ldio {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.progressbar-mod {
  /* margin: 50px auto; */
  /* padding: 2px; */
  /* width: 100%;
  /* max-width: 800px; */
  /* background: transparent;
  border: 0.5px solid #dc4243;
  border-radius: 20px;
  height: 17px;  */

  background: transparent;
  border: 1px solid #dc4243;
  border-radius: 20px;
  height: 25px;
  border-width: 3px;
}

.progressbar-mod svg {
  border-radius: 10px;
}

.progressbar-mod2 {
  width: 46%;
  margin: auto;
  /* max-width: 800px; */
  background: transparent;
  border: 2px solid #dc4243;
  border-radius: 20px;
  height: 31px;
  border-width: 3px;
}

.progressbar-mod2 svg {
  border-radius: 10px;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}

.loading-spinner-text {
  height: 100px;
  display: none;
  align-items: center;
  position: absolute;
  flex-direction: column;
  width: 82%;
  bottom: -8vh;
  margin-left: 20px;
}


.loading-spinner-text {
  height: 100px;
  display: none;
  align-items: center;
  position: absolute;
  flex-direction: column;
  width: 82%;
  bottom: -8vh;
  margin-left: 20px;
}


@media screen and (min-width: 1000px) {
  .loading-spinner-text {
    display: flex;
  }

  .fmp-mobile .loading-spinner-text {
    display: none;
  }
}

/* Generate flag spinner css starts here */

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

/* Ends Here */

.loading-spinner-text__text p {
  padding-left: 50px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6px;
}

.ldio div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #dc4243;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio 0.9803921568627451s linear infinite;
  top: 100px;
  left: 100px;
}

.ldio__small div {
  width: 25px;
  height: 25px;
  border-width: 8px;
  left: 0px;
  top: 38px;
}

.loadingio-spinner-rolling {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mockup-img-display .loadingio-spinner-mockup {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.loadingio-spinner-mockup__ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.loadingio-spinner-mockup__ldio div {
  width: 70px;
  height: 70px;
}

.loadingio-spinner-rolling__ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio div {
  box-sizing: content-box;
}

.vertical-divider {
  height: 100%;
  min-height: 50px;
  width: 2px;
  background-color: #2a2a2a;
  margin: -6px 10px;
  position: relative;
  display: block;
}

.divider-holder {
  padding: 10px 20px 10px;
  background-color: #2a2a2a;
}

@media screen and (max-width: 1100px) {
  .divider-holder {
    display: none;
  }

  #basic-tool-content,
  #basic-tool-button,
  #go-back,
  #continue,
  #basic-tool-footer,
  #back-to-chapter,
  #skip-tutorial,
  #tutorial-modal-title,
  .tutorial-banner-content,
  .tutorial-modal-tittle,
  .tutorial-footer-contact {
    font-size: 14px;
  }

  .basic-tool-body {
    width: 500px;
    margin: auto;
  }
}

.horizontal-divider {
  width: 100%;
  height: 3px;
  background-color: #37383b;
  display: block;
}

@media screen and (max-width: 1300px) {
  .md-hide {
    display: none;
  }

  .custom-modal-file {
    width: 47% !important;
  }
}

@media (min-width:1301px) and (max-width:1500px) {
  .custom-modal-file {
    width: 37% !important;
  }
}

@media screen and (min-width: 1500px) {
  .custom-modal-file {
    width: 32% !important;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* to remove the top and left whitespace */
/* just to be sure these are full screen*/
input,
textarea {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.mobile-only-flex {
  display: none !important;
}

.mobile-only {
  display: none !important;
}



/* Previous / Custom Mobile Lock Related Change : @media screen and (max-width: 1000px) { */
@media screen and (max-width: 576px) {
  .desktop-only {
    /* display: none !important; */
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only-flex {
    display: flex !important;
  }

  .mobileLock {
    /* background-image: url(../assets/icons/mobile_lockout_screen-original.jpg); */
    background-image: url(../assets/overlays/mobile_rotate_screen_blank.jpg);

    /* background-size: 100% 100%;
    background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    /* background-color: #171717; */
    /* position: absolute;
    z-index: 999; */
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: unset;
    background-position: center;
  }

  #fmp-content1 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    /* display: none !important; */
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 576px) {
  .mobileLock p {
    font-size: 20px;
  }
}

@media screen and (min-width: 576px) {
  .mobileLock p {
    font-size: 35px;
  }
}

#fmp-header {
  width: 100%;
  height: 28px;
  position: relative;
  float: initial;
  /* Commented And Added for sale task */
  /* background-color: #37383b; */
  /* background-image: url(../assets/icons/TopBanner-SALE.svg); */
  background-image: url(../assets/icons/TopBanner-NORMAL.svg);

  padding: 13px 0px;
}

@media screen and (max-width: 1100px) {
  #fmp-header {
    height: 20px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 992px) {
  #fmp-header {
    /* Commented And Added for sale task */
    /* background-color: #dc4655; */
    background-image: url(../assets/icons/TopBanner-SALE.svg);
    /* background-image: url(../assets/icons/TopBanner-NORMAL.svg); */
  }
}

@media screen and (max-width: 768px) {

  #maintenance-modal,
  #general-modal {
    visibility: hidden;
    display: none;
  }
}

#header-text {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  #header-text {
    font-size: 14px;
    line-height: 13px;
  }
}

@media screen and (max-width: 1000px) {
  #header-text {
    font-size: 9px;
    letter-spacing: 2px;
  }
}

#fmp-content,
.fmp-content-container {
  width: 100%;
  /* height: calc(100% - $headerHeight); */
  display: flex;
  position: relative;
  float: initial;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  #fmp-content {
    flex-direction: column;
  }
}

/* Region Toolbar */
.left {
  float: left;
}

.right {
  float: right;
}

#flag-list-header {
  font-size: 10pt;
  margin-top: 15px;
  color: white;
}

.result-button {
  text-align: center;
  display: table;
  width: 100%;
  /* margin-top: 10px; */
}

@media screen and (max-width: 1100px) {
  .result-button {
    margin-top: 0px;
  }
}

.edit-button {
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 20px;
}

.hidden {
  display: none !important;
}

.jscolor {
  max-width: 200px;
  margin: auto;
}

.disabled {
  background-color: lightgrey !important;
}

.option-toggle {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 2px;
}

/* region Drawing */
.content-container {
  display: flex;
  align-items: center;
  text-align: center;
  width: calc(75% - 10px);
  height: 100vh;
  background-color: transparent;
  justify-content: center;
  margin-top: 70px;
  max-height: 850px;
}

.content-container:focus {
  outline: none;
}

@media screen and (max-width: 1300px) {
  .content-container {
    width: calc(60% - 10px);
  }
}

/* Adding the responsive css */
/* @media only screen and (min-width: 1600px)  {
  #fullPrintOverlayShowHide, #fullMagneticSnap{
    display: none;
  }
  #print-strip-magnetic-strip {
    display: block;
  }
} */
@media screen and (max-width: 1100px) {
  .content-container {
    width: calc(70% - 10px);
    height: calc(90vh - 103px);
  }
}

@media screen and (min-width: 620px) and (max-width: 1000px) {
  .content-container {
    height: 100%;
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 620px) {
  .content-container {
    height: unset;
    margin: 15px 0px;
    order: 1;
    width: 100%;
  }

  .content-container #canvas-container {
    justify-content: center;
  }
}

#canvas-container {
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  /* margin: auto; */
}

#canvas-container:focus {
  outline: none;
}

#main-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../assets/overlays/canvas_background.svg');
  background-size: 30px;
}

canvas {
  vertical-align: middle;
  outline-style: dashed;
  outline-width: 1px;
  margin: auto;
}

img.overlay {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  margin: auto;
  padding: none;
  vertical-align: middle;
  float: left;
}

/* region Util */
.center {
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}

.font-regular {
  font-weight: lighter;
}

.border-helper {
  border-style: dashed;
}

ul.horizontal {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

ul.cart li {
  text-align: center;
  font-size: 28px;
  flex-grow: 1;
}

ul.cart li.fill {
  text-align: left;
  flex-grow: 2;
}

.section-header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* region context menu */
.context-menu {
  background-color: #37383b;
  position: absolute;
  z-index: 999;
}

.context-menu__content {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.context-menu .context-button {
  background-color: #575757;
  border: 0;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.context-menu .context-button:last-child {
  margin-bottom: 0;
}

.context-menu .context-button svg {
  width: 20px;
  padding-right: 3px;
}

.context-menu .context-button__text span {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 5px;
}

.context-menu .context-button:hover {
  background-color: #dc4243;
}

.context-menu .context-button:hover svg polygon {
  fill: #2a2a2a;
}

.context-menu .context-button:hover svg #Group {
  fill: #2a2a2a;
}

.context-menu div {
  flex-direction: column;
  justify-content: space-around;
}

.context-item {
  text-align: left;
  vertical-align: middle;
}

.vanilla-zoom {
  width: 100%;
  display: flex;
}

.vanilla-zoom .sidebar {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
}

.vanilla-zoom .sidebar img.small-preview {
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}

.vanilla-zoom .sidebar img.small-preview:last-child {
  margin-bottom: 0;
}

.zoomed-image {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
  transform: scale(1.2);
}

.zoomed-image.show {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .vanilla-zoom .sidebar {
    flex: 1;
  }

  .vanilla-zoom .sidebar img.small-preview {
    cursor: auto;
    margin-bottom: 12px;
  }

  .vanilla-zoom .zoomed-image {
    display: none;
  }
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.large-button {
  /* font-weight: 900; */
  /* font-style: normal; */
  /* letter-spacing: 1px; */
  /* background-color: #ea433e; */
  /* color: white; */
  width: 100%;
  height: 90px;
  /* margin: auto; */
  margin-top: 10px;
  border: 0;
  background-size: cover;
  /* border-bottom: 0px solid #7b2926; */
  /* background-image: url(../assets/icons/PrintMyFlag-SALE-idle.svg); */
  /* background-image: url(../assets/icons/PrintMyFlag-Idle-CyberSales.svg); */
  background-image: url(../assets/icons/PrintMyFlag-Idle.svg);
  background-color: #ea433e;
  background-position: bottom;
}

.large-button-mockup {
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  background-color: #ea433e;
  color: white;
  width: 100%;
  height: 100px;
  margin: auto;
  margin-top: 10px;
  border: 0;
  border-bottom: 0px solid #7b2926;
}

.large-button__text {
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.fmp-mobile .large-button__text {
  text-transform: unset;
}

@media screen and (max-width: 1600px) {
  .large-button__text {
    font-size: 27px;
  }
}

@media screen and (max-width: 1100px) {
  .large-button__text {
    font-size: 20px;
  }
}

.large-button__text2 {
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.large-button:hover {
  /* Commented And Added for sale task */
  /* background-color: #3881dc; */
  /* background-image: url(../assets/icons/PrintMyFlag-SALE-Hover.svg); */
  /* background-image: url(../assets/icons/PrintMyFlag-Hover-CyberSales.svg); */
  background-image: url(../assets/icons/PrintMyFlag-Hover.svg);
  background-color: #4b85d9;
}

.large-button:active {
  /* Commented And Added for sale task */
  /* border: 0px;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
  background-color: #3881dc; */
  /* background-image: url(../assets/icons/PrintMyFlag-SALE-Pressdown.svg); */
  /* background-image: url(../assets/icons/PrintMyFlag-Pressdown-CyberSales.svg); */
  background-image: url(../assets/icons/PrintMyFlag-Pressdown.svg);
  background-color: #3557a0;
}

@media screen and (max-width: 1100px) {
  .large-button {
    height: 68px;
  }
}

.button-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .button-row {
    margin-top: 5px;
  }
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 99999;
  bottom: 105%;
  font-size: 14px;
  font-weight: 400;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip__rightbar .tooltiptext {
  width: 90px;
  bottom: 24%;
  right: 110%;
  z-index: 99999;
}

.button {
  color: #fff;
  min-width: 102px;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 50px;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1000px) {
  .button {
    margin: 2px;
  }

}

/* .fmp-mobile .button {
  margin: -36px 401px !important;
} */

@media screen and (max-width: 1100px) {
  .button {
    min-height: 40px;
  }
}

.button img {
  width: 40px;
  padding-left: 10px;
}

@media screen and (max-width: 1100px) {
  .button img {
    width: 21px;
  }
}

@media screen and (max-width: 1000px) {
  .button img {
    margin-right: 2px;
  }
}

.button svg {
  padding: 0 10px;
}

.button__icon-shortcut {
  width: 42px !important;
  margin-left: 18px;
}

@media screen and (max-width: 1100px) {
  .button__icon-shortcut {
    /* width: 80px !important; */
    margin: auto;
    padding-right: 10px;
    width: 36px !important;
  }
}

.button__icon-clear {
  width: 30px !important;
}

@media screen and (max-width: 1100px) {
  .button__icon-clear {
    width: 30px !important;
  }
}

.button__text {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
  width: 80%;
  padding-right: 10px;
}

@media screen and (max-width: 1100px) {
  .button__text {
    padding-left: 0px;
  }
}

.button--darkGrey {
  background-color: #37383b;
  border-bottom: 0px solid #2e2f31;
}

.button--darkGrey svg {
  width: 30px;
  height: 30px;
}

.fmp-not-mobile .button--darkGrey:hover {
  background-color: #ea433e;
}

.fmp-mobile .button--darkGrey:focus {
  background-color: #ea433e;
}

.button--darkGrey:hover svg polygon {
  fill: #2a2a2a;
}

.light-icon:hover svg rect {
  fill: #2a2a2a;
}

.light-icon:hover svg path {
  fill: #2a2a2a;
}

/* .button--darkGrey:hover svg #Group {
  fill: #2a2a2a;
} */

.button--darkGrey:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

.fmp-mobile .button--darkGrey:active {
  background-color: unset;
  box-shadow: unset;
}

.button--darkGrey:active svg polygon {
  fill: #2a2a2a;
}

.button--darkGrey:active svg #group {
  fill: #2a2a2a;
}

.button--grey {
  background-color: #575757;
  border-bottom: 0px solid #37383b;
}

.fmp-mobile .button--grey {
  background-color: #57575700;
}

.button--grey:hover {
  background-color: #3881dc;
}

.fmp-mobile .button--grey:hover {
  display: unset;
  background-color: unset;
}

.button--grey:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

.fmp-mobile .button--grey:active {
  background-color: unset;
}

.button--red {
  background-color: #ea433e;
  border-bottom: 0px solid #7b2926;
}

.fmp-mobile .button--red {
  background-color: #ea433e00;
}

.button--red:hover {
  background-color: #3881dc;
  border-bottom: 0px;
}

.button--red:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

.button__toolbar {
  min-width: unset;
  width: 49%;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .button__toolbar {
    font-size: 9px;
  }

  .button__toolbar svg {
    width: 17px;
  }
}

.button__footer {
  font-size: 20px;
  /* letter-spacing: 0.5px; */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1100px) {
  .button__footer {
    /* font-size: 14px; */
    font-size: 10px;
  }

  #fullScreen-button {
    width: 185px;
  }

  #canvas-clear-button {
    width: 120px;
  }

  .fmp-mobile #canvas-clear-button {
    margin: -36px 401px;
  }
}

.button__footer:hover {
  background-color: #3881dc;
  border-bottom: 0px;
}

.fmp-mobile .button__footer:hover {
  background-color: unset;
}

.button__footer:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

.button__action {
  min-height: 54px;
  /* width: 90%; */
  width: 0;
  margin: auto;
  margin-bottom: 10px;
  text-align: left;
  justify-content: center;
  min-width: 60px;
}

@media screen and (max-width: 1300px) {
  .button__action .button__text {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .button__action {
    justify-content: center;
    /* min-width: unset; */
  }
}

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

.overlay-button {
  background-color: #37383b;
  border: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  padding: 4px 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.overlay-button:hover button {
  background-color: #2c2d2f;
  box-shadow: inset 0px 0px 6px 1px #171717;
}

.overlay-button:active button {
  background-color: #2c2d2f;
  box-shadow: inset 0px 0px 6px 1px #171717;
}

.icon-button {
  text-align: center;
  background-color: #ea433e;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-bottom: 0px solid #7b2926;
}

.icon-button img {
  width: 25px;
}

.icon-button:hover {
  background-color: #3881dc;
  border-bottom: 0px;
}

.icon-button:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

@media screen and (max-width: 1100px) {
  .icon-button {
    min-height: 40px;
  }

  .icon-button svg {
    height: 20px;
  }
}

.dropdown-button__default {
  display: block;
}

.dropdown-button__item {
  display: none;
  background-color: transparent;
  color: #fff;
  border: 0;
  width: 90%;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 0px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.dropdown-button__item:hover {
  background: #ea433e;
}

.dropdown-button .button__text {
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.dropdown-button:hover .dropdown-button__default {
  display: none;
}

.dropdown-button:hover .dropdown-button__item {
  display: block;
}

button.collapsible {
  position: relative;
  padding-left: 30px !important;
}

button.collapsible:before {
  content: url(../assets/icons/triangle.svg);
  display: inline-block;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 8px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

button.collapsible.collapsed:before {
  transform: rotate(180deg);
  top: 7px;
}

.multibutton-hover {
  position: relative;
  margin-bottom: 10px;
}

.multibutton-hover__dropdown {
  position: absolute;
  top: -5px;
  right: 100%;
  z-index: 999;
  display: none;
}

.multibutton-hover__dropdown-inner {
  display: flex;
  background-color: #2a2a2a;
  margin-right: 10px;
  padding: 10px;
}

.multibutton-hover__dropdown button {
  margin-bottom: 0px;
  min-width: 55px;
  margin-right: 10px;
}

.multibutton-hover__dropdown button:last-child {
  margin-right: 0px;
}

.multibutton-hover:hover .multibutton-hover__dropdown {
  display: flex;
}

.toolbar {
  background-color: transparent;
  width: 20%;
  max-width: 380px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}

@media screen and (max-width: 1300px) {
  .toolbar {
    width: 30%;
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .toolbar {
    width: 25%;
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .toolbar {
    order: 3;
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}

.toolbar label {
  color: white;
}

.tab-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  height: 38px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .tab-container {
    height: 25px;
  }
}

.tab {
  background-color: #2a2a2a;
  color: #fff;
  width: 49%;
  height: 100%;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

.active {
  background-color: #575757;
}

.palette {
  background-color: transparent;
  width: 95%;
  height: 100%;
  margin: auto;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .palette {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .palette {
    margin-top: 0px;
  }
}

.palette-page {
  display: flex;
  align-items: center;
  overflow: hidden;
  display: none;
  margin: auto;
  padding: none;
  padding: 0px 10px;
  background-color: #2a2a2a;
  position: relative;
}

.mob-palette-page {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* display: none; */
  margin: auto;
  padding: none;
  padding: 0px 10px;
  background-color: #2a2a2a;
  position: relative;
}

.palette-page .selection-list {
  padding-right: 10px;
}

.mob-palette-page .selection-list {
  padding-right: 10px;
}

.palette-page .selection-list ul li {
  height: 50px;
  padding: 10px 5px;
  background-color: #37383b;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mob-palette-page .selection-list ul li {
  height: 50px;
  padding: 10px 5px;
  background-color: #37383b;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .palette-page .selection-list ul li {
    height: 25px;
    padding: 8px 5px;
    margin: 5px 0px;
  }

  .mob-palette-page .selection-list ul li {
    height: 25px;
    padding: 8px 5px;
    margin: 5px 0px;
  }
}

.palette-page .selection-list ul li:hover {
  background-color: #787878;
}

.mob-palette-page .selection-list ul li:hover {
  background-color: #787878;
}

.palette-page .selection-list ul li:active {
  background-color: #575757;
}

.mob-palette-page .selection-list ul li:active {
  background-color: #575757;
}

.palette-page .collapsible {
  width: 100%;
  background-color: #575757;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px;
  text-align: left;
  font-size: 12px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.mob-palette-page .collapsible {
  width: 104%;
  background-color: #575757;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px;
  text-align: left;
  font-size: 9px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.palette-page .palette-item {
  height: 100%;
}

.mob-palette-page .palette-item {
  height: 100%;
}


.palette-page label {
  color: #fff;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}


.mob-palette-page label {
  color: #fff;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.palette-page label b {
  font-weight: 700;
}

.mob-palette-page label b {
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .palette-page label {
    font-size: 13px;
  }

  .mob-palette-page label {
    font-size: 13px;
  }
}

.palette-page img {
  vertical-align: middle;
}

.mob-palette-page img {
  vertical-align: middle;
}

.four-items {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 8px;
  padding-top: 15px;
  /* height: 48px; */
  background-color: #2a2a2a;
}

@media screen and (max-width: 1100px) {
  .four-items {
    padding-top: 13px;
    height: 30px;
  }
}

.four-items img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .four-items img {
    width: 26px;
    height: 26px;
  }
}

.four-items img:hover {
  filter: contrast(0);
}

.search {
  padding: 10px;
  background-color: #2a2a2a;
}

@media screen and (max-width: 1100px) {
  .search {
    padding: 7px 10px;
  }
}

.searchbar {
  overflow: hidden;
  display: flex;
  background-color: #37383b;
  align-items: center;
  padding: 3px 11px;
}

.searchbar__input {
  display: flex;
  width: 100%;
  height: 25px;
  background-color: #37383b;
  color: #fff;
  border: none;
  margin: auto;
}

.searchbar__input:focus {
  outline: 0;
}

.searchbar__input::placeholder {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 1100px) {
  .searchbar__input::placeholder {
    font-size: 9px;
  }
}

.searchbar img {
  height: 20px;
}

.scrollbar {
  float: left;
  height: 350px;
  width: 100%;
  overflow-y: scroll;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .scrollbar {
    height: 176px;
  }
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #37383b;
}

.scrollbar::-webkit-scrollbar {
  width: 15px;
  background-color: #37383b;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.color-picker {
  background-color: #2a2a2a;
  padding: 10px;
  margin-top: 10px;
  height: 200px;
}

@media screen and (max-width: 1100px) {
  .color-picker {
    margin-top: 6px;
  }

  .color-picker .pcr-app {
    height: 190px;
  }

  .tutorial-modal {
    width: 80% !important;
  }

  #basic-tool-iframe {
    height: 400px !important;
  }
}

.color-picker .pcr-active {
  box-shadow: unset !important;
}

.pickr {
  display: none !important;
}

.pcr-app {
  z-index: 0;
  position: relative;
  visibility: visible;
  opacity: 1;
  width: 100% !important;
  margin: auto;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  background-color: #37383b;
}

.pcr-app .pcr-selection,
.pcr-app .pcr-swatches,
.pcr-app .pcr-interaction {
  background-color: #37383b;
}

@media screen and (max-width: 1100px) {
  .pcr-app .pcr-selection {
    height: 125px !important;
  }

  .pcr-app .pcr-swatches {
    min-height: 21px;
  }
}

.pcr-app .pcr-swatches {
  margin-top: 3px !important;
}

.pcr-app .pcr-swatches button {
  z-index: unset;
  width: calc(1.65em - 5px);
  height: calc(1.65em - 5px);
}

.pcr-app .pcr-swatches button:hover {
  filter: unset;
}

.pcr-app .pcr-swatches button:after {
  border-radius: 100%;
}

.pcr-app .pcr-interaction input {
  /* font-size: 10px; */
  font-size: 8px;

}

@media screen and (max-width: 1000px) {
  .palette {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .palette .top-block {
    width: 45%;
    background-color: #292929;
  }

  .palette .top-block .scrollbar {
    height: 126px;
  }

  .palette .top-block .tab-container {
    display: none;
  }

  .palette .top-block .palette-page {
    padding-right: 0px;
  }

  .palette .top-block .palette-page .selection-list ul li {
    height: 20px;
  }

  .palette .top-block .palette-page label {
    font-size: 10px;
  }

  .palette .top-block button.collapsible {
    font-size: 9px;
    padding-left: 23px !important;
  }

  .palette .middle-block {
    width: 55%;
    z-index: 1;
  }

  .palette .middle-block .color-picker {
    margin-top: 0px;
  }

  .palette .middle-block .pcr-app {
    height: unset;
  }

  .palette .middle-block .pcr-app .pcr-selection {
    align-items: unset;
  }

  .palette .middle-block .pcr-app .pcr-selection .pcr-color-palette {
    height: 80px;
  }

  .palette .middle-block .pcr-app .pcr-interaction input[data-type='HEXA'] {
    display: none;
  }

  .palette .middle-block .pcr-app .pcr-interaction input[data-type='RGBA'] {
    display: none;
  }

  .palette .bottom-block {
    flex: 0% 0% 100%;
    width: 100%;
  }
}

.toolbar-small {
  background-color: #2a2a2a;
  /* width: 10%; */
  width: 4%;
  max-width: 160px;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 9px;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 1100px) {
  .toolbar-small {
    width: 7%;
    margin-top: 38px;
    margin-right: 7px !important;
  }
}

@media screen and (max-width: 1000px) {
  .toolbar-small {
    order: 2;
    display: none;
  }
}

aside#selection-tools {
  height: 610px;
  margin-right: 15px;
}

.selection-tools-mobile {
  display: none;
  padding: 0px 5px;
}

.selection-tools-mobile .multibutton {
  width: 33.33%;
  position: relative;
  z-index: 9999;
}

.selection-tools-mobile .multibutton__dropdown {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.1s ease-in-out;
  background: transparent;
}

.selection-tools-mobile .multibutton__dropdown.active {
  top: 100%;
}

.selection-tools-mobile .multibutton__item {
  width: 100%;
  display: flex;
  min-height: 50px;
}

.selection-tools-mobile .multibutton__item:active button {
  background-color: #2c2d2f;
  box-shadow: inset 0px 0px 6px 1px #171717;
}

.selection-tools-mobile .multibutton__item button {
  width: 100%;
  background-color: #37383b;
  display: flex;
  display: flex;
  align-items: center;
  border: 0px;
  margin-right: 4px;
}

.selection-tools-mobile .multibutton__item button svg {
  width: 26px;
  height: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.selection-tools-mobile .multibutton__item__text {
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size: 10px;
}

.selection-tools-mobile .multibutton__item__text-main {
  display: block;
}

.selection-tools-mobile .multibutton__item__text-secondary {
  display: block;
  color: #ea433e;
}

.selection-tools-mobile .last-element {
  margin-right: 0px !important;
}

.selection-tools-mobile .multibutton:last-child .multibutton__item button {
  margin-right: 0px !important;
}

.selection-tools-mobile .alternate-tooltip {
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .selection-tools-mobile {
    order: 2;
    display: flex;
    flex-wrap: wrap;
  }
}

.toolbar-small img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1100px) {
  .toolbar-small img {
    width: 30px;
    height: 30px;
  }
}

.button-group {
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 1100px) {
  .button-group {
    margin-bottom: 5px;
  }

  .button-group .button svg {
    padding: 0;
  }
}

.footer {
  position: relative;
  background-color: #37383b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px !important;
  padding: 10px 20px;
  top: -10px;
}

.footer-col {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .footer {
    flex-direction: row;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 1000px) {
  .footer {
    display: none;
  }
}

.custom-checkbox {
  padding: 0px 30px;
}

.option-toggle+label {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
}

@media screen and (max-width: 1300px) {
  .option-toggle+label {
    font-size: 12px;
  }
}

.option-toggle {
  display: none;
}

.option-toggle:checked+label:after {
  content: '';
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #ea433e;
}

.option-toggle+label:before {
  content: '';
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 1000px) {
  .main-section {
    width: 65%;
  }

  .fmp-mobile .main-section {
    position: absolute;
  }

  #mockup-toolbar {
    width: 35%;
  }
}

@media screen and (max-width: 400px) {
  .main-section {
    width: 100%;
  }

  .fmp-mobile .main-section {
    position: absolute;
  }

  #mockup-toolbar {
    width: 100%;
  }

  .fmp-mobile #mockup-toolbar {
    width: 100%;
    padding-top: 214px;
  }
}

.fmp-mobile .main-section {
  width: 100%;
  position: absolute;
}

.mockup {
  position: relative;
}

.mockup-image {
  position: relative;
}

.mockup-section {
  padding-top: 10px;
}

@media screen and (min-width: 1000px) {
  .mockup-section {
    padding-top: 50px;
  }
}

.fmp-mobile #mockup-toolbar {
  position: absolute;
  width: 100%;
  padding-top: 214px;
}

.mockup-section .button {
  width: 100%;
  min-width: unset;
  text-align: center;
}

.fmp-mobile .mockup-section .button {
  width: 290%;
}

.mockup-section .large-button__text {
  font-size: 18px;
  padding: 0px 15px;
}

@media screen and (max-width: 1000px) {
  .mockup-section .large-button {
    margin-top: 0px;
  }
}

.mockup-section .button__text {
  padding: 0;
  font-size: 11px;
  width: 100%;
}

.mockup-header {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .mockup-header {
    width: calc(100% - 10px);
    padding-left: 40px;
    margin-bottom: 30px;
    text-align: left;
  }
}

.mockup-header h1 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

@media screen and (min-width: 1000px) {
  .mockup-header {
    font-size: 35px;
  }
}

.mockup-container {
  display: flex;
  height: calc(200px);
  width: calc(100% - 10px);
  background-color: transparent;
  justify-content: center;
  margin: auto;
  position: relative;
}


@media screen and (min-width: 1000px) {
  .mockup-container {
    height: calc(100vh - 130px);
    max-height: 720px;
  }
}

div.mockup {
  position: absolute;
  margin: auto;
  padding: none;
  vertical-align: middle;
  background-image: url('../assets/overlays/flag.png');
}

img.mockup {
  /* position: absolute; */
  margin: auto;
  padding: none;
  /* vertical-align: middle; */
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  .mockup-form {
    padding: 0px 20px;
  }

  .fmp-mobile .mockup-form {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 80px;
  }
}

.input-row {
  display: flex;
}

.fmp-mobile .input-row {
  width: 91%;
  padding-left: calc(3% + 2px);
  display: block;
}

.input-row .input-col-12 {
  width: 100%;
  padding: 0px 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .input-row .input-col-12 {
    padding: 0px 10px;
  }
}

.input-row .input-col-6 {
  width: 50%;
  padding: 0px 5px;
  margin-bottom: 20px;
}

.fmp-mobile .input-row .input-col-6 {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .input-row .input-col-6 {
    padding: 0px 10px;
  }
}

.input-row .input-col-4 {
  width: 33%;
  padding: 0px 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .input-row .input-col-4 {
    padding: 0px 10px;
  }
}

.input-row input {
  width: 100%;
  background-color: #575757;
  text-indent: 10px;
  border: none;
  padding: 10px 0px;
  color: #fff;
  font-size: 14px;
}

.input-row input:active {
  outline: 0;
}

.input-row input:focus {
  outline: 0;
}

.input-row textarea {
  width: 100%;
  background-color: #575757;
  /* text-indent: 10px; */
  border: none;
  resize: none;
  font-size: 14px;
  padding: 10px 0px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.input-row textarea:active {
  outline: 0;
}

.input-row textarea:focus {
  outline: 0;
}

.input-row label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}

.generate-flag-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
}

.generate-flag-overlay .bg-image {
  background-image: url(../../assets/overlays/bg.jpg);
  opacity: 0.9;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.generate-flag-overlay__content {
  text-align: center;
  position: absolute;
  top: 13%;
  width: 100%;
  transform: translateY(-50%);
}

.fmp-mobile .generate-flag-overlay__content {
  top: -12%;
}

.generate-flag-overlay__content_index {
  text-align: center;
  position: absolute;
  /* top: 40%; */
  width: 100%;
  transform: translateY(-50%);
}

.generate-flag-overlay h1 {
  margin-top: 503px;
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.fmp-mobile .generate-flag-overlay h1 {
  font-size: 27px;
}

.generate-flag-overlay p {
  font-size: 22px;
  color: #dc4243;
}

.fmp-mobile .generate-flag-overlay p {
  font-size: 18px;
  /* margin-right: 80px; */
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.loading span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.loading span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading span:nth-child(3) {
  animation-delay: 0.4s;
}

.input-group-addon.suffix {
  border-radius: 0px 4px 4px 0px;
  border-left: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon {
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #575757;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}

.blured-overlay {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.8;
  backdrop-filter: blur(80px);
}

.import-image-overlay {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.8;
  backdrop-filter: blur(80px);
}

#file-picker-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000000;
  z-index: 9999;
  display: none;
}

.blured-overlay .double_side_flag {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.8;
  backdrop-filter: blur(80px);
}

.blured-overlay2 {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171717 !important;
  opacity: 0.8 !important;
  backdrop-filter: blur(80px) !important;
}

.ready-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
}

.ready-popup__content {
  z-index: 999999;
  width: 100%;
  max-width: 1000px;
  background-color: #37383b;
  margin: auto;
  color: #fff;
  position: relative;
}

.fmp-mobile .ready-popup__content2 {
  z-index: 999999;
  width: 100%;
  max-width: 1000px;
  background-color: #37383b;
  margin: auto;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .ready-popup__content {
    overflow-y: scroll;
    height: 100%;
  }

  .fmp-mobile .ready-popup__content2 {
    overflow-y: scroll;
    height: unset;
  }
}

@media screen and (min-width: 1000px) {
  .ready-popup__content {
    padding: 0px 22px 0px 22px;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
  }

  .fmp-mobile .ready-popup__content2 {
    padding: 0px 22px 0px 22px;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
  }
}

.ready-popup__content.double_side_flag {
  padding: 0px 19px 15px 24px !important;
}

.ready-popup__content2.double_side_flag {
  padding: 0px 19px 15px 24px !important;
}

.ready-popup__content-heading {
  margin: 22px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 101.5%; */
}

.ready-popup__content-heading.double_side {
  /* width: 99%;   */
  position: relative;
}

.ready-popup__content-heading.double_side h3 {
  width: 99.5%;
}

/* .ready-popup__content-heading.single_side h3 {
  width: 101.5% !;
} */

.ready-popup__content-heading.double_side button {
  position: absolute;
  right: 5px;
  top: 1px;
}

.ready-popup__content-heading button {
  position: absolute;
  right: 24px;
  /* top: -5px; */
}

@media screen and (max-width: 1000px) {
  .ready-popup__content-heading h2 {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
  }
}

.ready-popup__content-check {
  background-color: #2a2a2a;
  margin: 50px 15px 37px 0px;
  position: relative;
  overflow: hidden;
  border: 20px solid #2a2a2a;
}

@media screen and (min-width: 1000px) {
  .ready-popup__content-check {
    width: 60%;
  }
}

.ready-popup__content-check h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.ready-popup__content-agree {
  margin: 25px 0px 15px 15px;
}

@media screen and (min-width: 1000px) {
  .ready-popup__content-agree {
    width: 40%;
  }
}

.ready-popup__content-agree .meet-video {
  background-color: #2a2a2a;
  padding: 13px 13px 27px 13px;
  margin-bottom: 9px;
  margin-top: 24px;
}

.ready-popup__content-agree .meet-video__video {
  position: relative;
}

.ready-popup__content-agree .meet-video__video img {
  width: 100%;
  /* border: 2px solid #ea433e; */
}

.ready-popup__content-agree .meet-video__title {
  display: inline-block;
  /* padding: 13px 12px; */
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  bottom: -20px;
  /* background: #2a2a2a; */
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  text-align: center;
}

.ready-popup .terms-container {
  padding: 2px;
  overflow: hidden;
  background-color: #2a2a2a;
}

.ready-popup .terms {
  height: 189px;
  overflow-y: scroll;
  background-color: #2a2a2a;
  padding: 17px;
}

.ready-popup .terms h2 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #cecece;
}

.ready-popup .terms h3 {
  margin-bottom: 13px;
  font-size: 15px;
  color: #cecece;
}

.ready-popup .terms ul li {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #cecece;
  line-height: 16px;
  margin-bottom: 5px;
}

.ready-popup .terms p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #cecece;
}

.ready-popup .terms a {
  color: #ea433e;
}

.ready-popup .terms::-webkit-scrollbar-track {
  background-color: #37383b;
}

.ready-popup .terms::-webkit-scrollbar {
  width: 15px;
  background-color: #37383b;
}

.ready-popup .terms::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.check_item {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

.check_item-overlay {
  text-align: center;
  position: absolute;
  background-color: #2a2a2ab8;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 21px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  pointer-events: none;
}

.fmp-mobile .check_item-overlay {
  font-size: 16px;
}

.check_item-overlay p {
  padding: 10px;
  font-weight: 700;
}

.check_item__image {
  position: relative;
}

.check_item__image img {
  width: 120px;
}

@media screen and (min-width: 1000px) {
  .check_item__image img {
    width: 200px;
  }
}

.check_item__info {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #cecece;
}

.flex-row {
  display: block;
}

.fmp-mobile .flex-row {
  padding-top: 48px;
}

@media screen and (min-width: 1000px) {
  .flex-row {
    display: flex;
  }
}

.ready-popup__btn-group {
  display: flex;
  margin-top: 10px;
  justify-content: space-evenly;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  /* text-align: center; */
  padding: 9px 23px;
  cursor: pointer;
}

.btn--red {
  background-color: #ea433e;
}

.btn--red:hover {
  background-color: #3881dc;
}

.btn--dark {
  background-color: #2a2a2a;
}

.btn--dark:hover {
  background-color: #3881dc;
}

.btn.inactive {
  opacity: 0.4;
  cursor: default;
}

.btn.inactive:hover {
  background-color: #ea433e;
}

.accept-terms {
  position: relative;
  padding: 10px 0px 10px 13px;
  margin-top: 10px;
  background-color: #2a2a2a;
  transition: all 0.1 ease-in-out;
  border: 2px solid #2a2a2a;
}

.accept-terms.checked-false {
  border: 2px solid #ea433e;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.fmp-mobile .styled-checkbox+label {
  padding-left: 5%;
}

.styled-checkbox+label:after {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.fmp-mobile .styled-checkbox+label:after {
  margin-right: 95%;
}

/* .fmp-mobile .styled-checkbox+label:after{
  vertical-align: unset; */
/* margin-right: 295px; */
/* margin-right: 99%;
} */

.styled-checkbox:hover+label:after {
  background: #fff;
}

.styled-checkbox:focus+label:after {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:after {
  background: #fff;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:after {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:before {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 99;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg) translateY(-50%);
}

.fmp-mobile .styled-checkbox:checked+label:before {
  right: calc(99% - 9px);
}

/* .fmp-mobile .styled-checkbox:checked+label:before {
  right: 104%;
} */
.close-button {
  background-color: transparent;
  border: 0;
}

.close-button2 {
  background-color: transparent;
  border: 0;
}

.border-add {
  border-bottom: 2px solid #959595;
  width: 100%;
  padding-bottom: 4px;
}

.close-button svg {
  width: 17px;
  height: 17px;
}

.close-button2 svg {
  width: 17px;
  height: 17px;
}

.popup-text {
  /* position: absolute; */
  padding: 20px;
  margin: 0;
  /* top: 50%; */
  text-align: left;
  line-height: 1.5;
  /* -ms-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  background-color: #37383b;
  font-weight: 700;
  color: white;
  z-index: 9999;
}

/* Popup Modal  */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  /* left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #37383b;
  margin: auto;
  padding: 24px;
  border: 1px solid #37383b;
  width: 50%;
  height: 400px;
}

#general-modal-body,
#modal_body {
  min-height: 60%;
  width: 80%;
  margin-top: 10%;
}

.message#general-modal-body,
.message#modal_body {
  position: relative;
}

#general-modal-body iframe,
#modal_body iframe {
  width: 100%;
  height: 100%;
  border: #37383b;
}

.message#general-modal-body iframe,
.message#modal_body iframe {
  border: #37383b;
  position: absolute;
  width: 93%;
  height: 85%;
  top: 35px;
  left: 35px;
}

#general-contentdata {
  color: #fefefe;
  position: relative;
  bottom: 100px;
  text-align: center;
}

.message #general-contentdata,
.message #contentdata {
  color: #fefefe;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 94%;
}

#close-button .close-button {
  cursor: pointer;
  /* background-color: #ffe6e6;
     width: 38px;
     height: 38px;
     border-radius: 50%; */
}

#close-button2 .close-button2 {
  cursor: pointer;
  /* background-color: #ffe6e6;
     width: 38px;
     height: 38px;
     border-radius: 50%; */
}

#close-button {
  float: right;
  margin-top: -28px;
  margin-right: -20px;
}

#close-button2 {
  float: right;
  margin-top: -28px;
  margin-right: -20px;
}

#button-text {
  color: red;
  font-size: 36px;
}

.text-left {
  float: left;
}

.text-right {
  float: right;
}

.text {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  padding: 18px;
}

.footer-cont-text {
  color: #fff;
  font-size: 11px;
  padding: 6px;
  text-align: center;
}

.footer-cont-text a {
  color: #6363e4;
}

.text-bold {
  color: #fff;
  font-weight: 400;
}

.hide-flag {
  position: relative;
  padding: 10px 0px 10px 13px;
  margin: 8px;
  background-color: #575757;
  transition: all 0.1 ease-in-out;
  border: 2px solid #2a2a2a;
  color: #fff;
}

.fmp-mobile .hide-flag {
  margin: 8px 35px 8px 58px;
  background-color: unset;
  border: none;
}

#description-input {
  padding-left: 10px;
  padding-right: 10px;
}

.fmp-mobile #description-input {
  padding-left: 0px;
  padding-right: 0px;
  height: 130px;
}

/* Custom Modal CSS Start*/
.custom-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
  position: fixed;
  z-index: 9999;
  /* padding-top: 100px;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.custom-modal-content {
  /* position: relative; */
  background-color: #fefefe;
  margin: auto;
  padding: 16px;
  border: 1px solid #888;
  width: 35%;
  /* margin-top: 10%; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.fmp-mobile .custom-modal-content {
  width: 59%;
}

.custom-close,
.custom-close-large-file {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.custom-modal-header {
  margin-bottom: 30px;
  background-color: white;
  color: black;
}

.footer-text {
  /* margin-top: 0; */
  position: relative;
  top: 1%;
}

.footer-cont-text2 {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.hideflag-tooltip .hideflag-tooltiptext {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 6px;
  border-radius: 6px;
  position: absolute;
  bottom: 114%;
  font-size: 14px;
}

.hideflag-tooltip:hover .hideflag-tooltiptext {
  visibility: visible;
}

/* Color Consistent for right context menus */
button#lock:hover svg path.cls-1,
button#unlock:hover svg path.cls-1 {
  fill: #2a2a2a;
}

button#delete:active,
button#move-up:active,
button#move-down:active,
button#lock:active,
button#unlock:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

/* Mockup Page Pre Loader */
.generate-flag-overlay .mock-up-bg-image {
  background-image: url(../../assets/overlays/bg.jpg);
  opacity: 0.9;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

div#right-cont-header2 {
  background-color: #575757;
  display: flex;
  padding: 7px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  align-items: center !important;
  font-size: 13px !important;
}

/* div#right-cont-header2:hover{
  background-color: #dc4243;
} */

.preImageHr {
  margin-top: -22px;
  margin-bottom: 10px;
}

.postImageHr {
  margin-bottom: 10px;
}

.res-war-img {
  /* margin-left: 12px; */
  width: 100%;
  height: 200px;
}

.fmp-mobile .res-war-img {
  width: 100%;
  height: 124px;
}

.no-decor-anchor {
  text-decoration: none;
}

.custom-modal-file {
  /* position: relative; */
  background-color: #fefefe;
  /* margin: auto; */
  padding: 16px;
  border: 1px solid #888;
  width: 44%;
  /* margin-left: 36%; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.cont-resol-warn {
  margin-top: 15px;
}

.large-file-warn {
  margin-left: 18%;
  margin-top: -11%;
}

.fmp-mobile .large-file-warn {
  margin-left: 3%;
  margin-top: 0%;
}

.resol-warn-center {
  margin-left: 17%;
  margin-bottom: 12%;
  width: 50%;
}

.fmp-mobile .resol-warn-center {
  margin-left: 0%;
  margin-bottom: 0%;
  width: 56%;
}

.print-warn,
.print-warn-full,
.tutorial-fullscreen-warn {
  width: 340px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: 64%;
  font-size: 14px;
  font-weight: 400;
  z-index: 10000;
}

.print-warn-full {
  top: 74%;
  /* bottom: -20%; */
}

.tutorial-fullscreen-warn {
  width: 655px;
  top: 87%;
}

.undo-warn {
  width: 340px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  border-radius: 8px;
  position: absolute;
  bottom: 31%;
  font-size: 14px;
  font-weight: 400;
}

.undo-warn-color {
  background-color: #808080;
  pointer-events: none;
}

.canvas-setting-footer {
  /* position: relative; */
  background-color: #37383b;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  width: 224px;
  /* height: 22px; */
  /* top: 50px;*/
}

.fmp-mobile .canvas-setting-footer {
  /* position: relative; */
  background-color: unset !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  padding: 8px 0px !important;
  width: 224px !important;
  /* height: 22px; */
  /* top: 50px; */
  margin: -35px 196px 0px 205px !important;
}

.printoverlay-canvas-setting-footer {
  /* position: relative; */
  background-color: #37383b;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  width: 190px;
  height: 22px;
  /* top: 30% !important; */
}

.fmp-mobile .printoverlay-canvas-setting-footer {
  background-color: unset !important;
  padding: 8px 102px !important;
}

.objectAngle {
  width: 70px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  border-radius: 8px;
  position: relative;
  /* bottom: 12%; */
  font-size: 14px;
  font-weight: 400;
}

/* Custom Modal CSS End*/
/* .magnectic-strip {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 31px;
} */

.overlay-strip {
  /* width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 31px; */
  /* margin-top: -38px; */
}

.magnetic-checkbox {
  padding: 0 10px;
}

.magnetic-text {
  font-size: 12px;
  /* font-size: 18px; */
  margin-left: 10px;
}

.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .magnectic-strip {
    display: none;
  }

  .fmp-mobile .magnectic-strip {
    display: unset !important;
  }
}

.fmp-mobile .classShowHide {
  display: unset !important;
}

@media screen and (min-width: 1660px) {
  .canvas-setting-footer {
    /* top: 0;
    left: 15px; */
    height: 30px;
    margin-left: 14px;
  }

  .footer {
    top: 12%;
  }

  .adjust-height {
    top: 6%;
  }
}

img.button__icon.button__icon-clear.magnetic-snap {
  width: 22px !important;
}

@media screen and (max-width: 1100px) {
  img.button__icon.button__icon-clear.magnetic-snap {
    width: 18px !important;
  }
}

.accept-terms label a {
  /* text-decoration: none; */
  color: #ffffff;
}

.lowerMagneticSnap {
  /* margin-top: -8px; */
}

/* .lowerPrintOverlay{
  margin-top: -3px;
} */

.file-import-msg {
  width: 210px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 4px;
  border-radius: 8px;
  position: absolute;
  bottom: 31%;
  font-size: 14px;
  font-weight: 400;
}

.classShowHide {
  display: none;
}

@media screen and (max-width: 1100px) {
  .clear-all {
    right: 10% !important;
  }

  .scale-rotate {
    left: 30% !important;
  }

  .flag-selection {
    left: 30% !important;
  }

  .import-image {
    left: 26% !important;
  }

  #basic-tool-content {
    width: 470px !important;
  }

  /* #undo-button, #redo-button {
    width: 40px;
}
 #undoBtn, #redoBtn{
   width: 50px;
 }
 #canvasClearBtn{
   width: 110px;
 } */
  .clear-all-img {
    width: 20px !important;
  }

  .footer-button-text {
    /* padding: 0 20px; */
    /* margin: 0 6px; */
    margin-left: 7px;
    width: unset;
  }

  .space-divider {
    margin: 0 5px;
  }
}

@media screen and (min-width: 1100px) {
  .footer-col {
    padding: 3px;
  }

  .footer {
    width: 100%;
    background-color: unset;
    margin-bottom: 0;
  }

  span.button__text.footer-button-text {
    font-size: 14px;
  }

  /*
  #fullPrintOverlayShowHide,#fullMagneticSnap{
    width: 15%;
  } */

  #undoBtn {
    margin-left: 10px;
  }

  .vertical-divider {
    margin: 0 10px 0 5px !important;
  }

  .magnetic-checkbox {
    padding: unset;
    margin-left: 8px;
  }

  #show-hotkeys-button {
    padding-right: 10px;
    height: 25px;
  }

  .footer-text {
    /* margin-top: -66px; */
    top: 2%;
  }

  .footer-cont-text {
    font-size: 15px;
    padding-top: 40px;
  }

  .footer-cont-text2 {
    font-size: 12px;
  }

  #show-shortcut-keys {
    margin: 0 10px;
  }

  .content-container {
    margin-top: 10px;
  }

  /* aside#selection-tools {
  height: 640px;
} */
  .palette {
    width: 100%;
  }

  img#print-overlay {
    /* width: 1424px !important; */
    /* height: 836px !important; */
  }

  .canvas-container,
  .upper-canvas,
  #main-canvas {
    /* width: 1424px !important;
    height: 882px !important; */
  }

  .custom-modal-file {
    width: 26%;
  }

  .large-file-warn {
    margin-left: 16%;
    margin-top: -8%;
  }

  .resol-warn-center {
    margin-left: 16%;
    margin-bottom: 9%;
  }

  .res-war-img {
    margin-left: 2px;
    width: 100%;
  }

  .flag-selection-tooltip {
    height: 381px;
  }

  .change-position {
    /* position: absolute; */
    bottom: 360px;
  }
}

#undo-redo-clear,
#fullScreenMode,
/* #tutorialMode, */
#footer-shortcut-tools {
  background-color: #37383b;
}

#fullPrintOverlayShowHide {
  background-color: #37383b;
  padding: 10px;
  width: 200px;
  margin: 50px 15px;
  height: 30px;
  margin-left: 20px;
}

#fmp-header {
  background-position: center;
}

.center-text {
  position: absolute;
  /* left: 50%;
  top: 50%; */
  left: 52%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.pcr-app.visible {
  height: 200px;
}

.fmp-mobile .pcr-app.visible {
  height: 361px !important;
}

/* @media screen and(min-width:1700px) {
  .footer {
    top: unset;
  }
  /* img#print-overlay {
    width: 1424px !important;
    /* height: 836px !important; */
/* }
  .canvas-container,
  .upper-canvas,
  #main-canvas {
    width: 100% !important;
    height: 882px !important;
  }
}   */
/*
@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.96;
  }
  html{
    font-size: 20px;
  }
}

@media (-webkit-device-pixel-ratio: 1.10) {
  * {
    zoom: 0.98;
  }
  html{
    font-size: 18px;
  }
}
@media (min-width: 1200px), (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
html{
  font-size: 100%;
 }
}
*/

/* Tutorial Mode Custom CSS*/
.tutorial-mode-modal {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.keyboard-mode-model {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}

.tutorial-modal {
  background-color: transparent;
  /* padding: 20px; */
  /* border: 1px solid #888; */
  width: 55%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.tutorial-modal-tittle {
  padding: 13px;
  background-color: #000;
  font-weight: bold;
  text-align: center;
}

.tutorial-modal-header {
  margin: 15px 0;
}

.tutorial-close-btn {
  position: relative;
  float: right;
  font-size: 20px;
  cursor: pointer;
  background-color: #0000;
  color: #ea433e;
  /* top: 36px;
  left: 14px; */
  /* padding: 5px; */
}

.tutorialStepOne,
.tutorialStepTwo,
.tutorialStepThree {
  height: 235px;
  width: 300px;
  margin: 0 15px;
}

.capital-content {
  text-transform: uppercase;
}

#tutorial-modal-title {
  margin-bottom: 6px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.tutorial-banner-content {
  font-weight: 600;
  padding: 5px;
  margin-top: 14px;
}

.tutorial-banner-steps,
.tutorial-button-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tutorial-mode-line {
  margin: 14px 0;
  background-color: #fff;
}

.tutorial-step-img {
  margin: 20px;
  width: 95%;
}

.tutorial-footer-btn {
  margin: 0 20px;
  padding: 10px;
}

.tutorial_button_text {
  font-weight: 700;
  padding-left: 10px;
}

.tutorial-footer-contact {
  margin-top: 14px;
  text-align: center;
}

.tutorial-btn>a,
.tutorial-footer-contact>a {
  color: unset;
  text-decoration: none;
}

.tutorial-modal-close {
  float: right;
  font-size: 20px;
  cursor: pointer;
  color: #ea433e;
  font-weight: bold;
}

#basic-tool-content {
  padding: 15px;
  background: #37383b;
  width: 490px;
}

#basic-tool-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#go-back {
  background: #37383b;
  height: 40px;
  width: 120px;
  border: none;
  margin: 20px;
  font-weight: bold;
}

#continue {
  background: #ea433e;
  height: 35px;
  width: 150px;
  border: none;
  margin: 20px;
  font-weight: bold;
}

#go-back:hover,
#continue:hover {
  background-color: #3881dc;
}

#go-back:active,
#continue:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

#basic-tool-footer {
  /* margin-top: 100px; */
  position: absolute;
  bottom: 1%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#back-to-chapter,
#skip-tutorial {
  background: #37383b;
  height: 40px;
  width: 200px;
  border: none;
  font-weight: bold;
  padding: 5px;
  font-size: 16px;
}

#current-index {
  margin-left: 10px;
}

.basic-tool-footer-text {
  margin: 0 20px;
}

.dark-background {
  background-color: #070606d1 !important;
}

.tutorialStepOne {
  background-image: url('./../assets/tutorial-mode/images/Tutorial1_Idle.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tutorialStepTwo {
  background-image: url('./../assets/tutorial-mode/images/Tutorial2_idle1.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tutorialStepThree {
  background-image: url('./../assets/tutorial-mode/images/Tutorial3_idle.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tutorialStepOne:hover

/* ,.tutorialStepTwo:hover,
.tutorialStepThree:hover  */
  {
  background-image: url('./../assets/tutorial-mode/images/Tutorial_1_Header_1.gif');
  background-size: 100%;
  background-repeat: no-repeat;
}


.tutorialStepTwo:hover {
  background-image: url('./../assets/tutorial-mode/images/Tutorial_2_Header.gif');
  background-size: 100%;
  background-repeat: no-repeat;
}

.tutorialStepOne:active

/* .tutorialStepTwo:active,
.tutorialStepThree:active */
  {
  background-image: url('./../assets/tutorial-mode/images/Tutorial1_Pressdown.jpg');
  background-repeat: no-repeat;
}

.tutorial-image-1:hover,
.tutorial-image-2:hover,
.tutorial-image-3:hover {
  opacity: 0;
}

/*
.tutorial-banner-content,
#basic-tool-content {
  font-weight: 600;
  letter-spacing: 0.5px;
} */

.disable-click {
  pointer-events: none;
}

.enable-click {
  pointer-events: unset;
}

#basic-tool-content,
#basic-tool-button,
#go-back,
#continue,
#basic-tool-footer,
#back-to-chapter,
#skip-tutorial,
#tutorial-modal-title,
#tutorial-mode-reminder,
.tutorial-banner-content,
.tutorial-modal-tittle,
.tutorial-footer-contact,
.tutorial-close-btn:hover,
.tutorial-modal-close:hover {
  color: #ffffff;
  letter-spacing: 0.8px;
}

.tutorial-modal-tittle>h4 {
  font-weight: 800;
  letter-spacing: 0.6px;
}

.tutorial-modal-tittle>h4 span {
  font-weight: 600;
  letter-spacing: 0.6px;
}

.tooltip .tutorTooltip {
  opacity: 0;
  /* transition: visibility 0s 0s, opacity 0s linear; */
  transition: opacity 0s linear 1s;
}

.tooltip:hover .tutorTooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 3s;
}

.clear-all {
  position: absolute;
  right: 22.5%;
}

.scale-rotate {
  position: absolute;
  left: 1%;
}

.flag-selection {
  position: absolute;
  left: 30%;
}

.import-image {
  position: absolute;
  left: 22%;
}

.flag-selection-tooltip {
  display: none;
  position: absolute;
  height: 350px;
  top: 19%;
  width: 250px;
  z-index: 1000000;
}

#tutorial-mode-reminder-heading {
  width: 75%;
}

#tutorial-mode-reminder-title {
  font-size: 26px;
  margin-top: 34%;
  margin-left: -377px;
}

#tutorial-mode-reminder-content {
  margin-left: 8%;
  font-size: 15px;
  text-align: center;
  width: 285px;
  position: absolute;
  bottom: 22%;
}

#tutorial-mode-reminder-content p {
  margin-top: 10px;
}

#tutorial-mode-reminder {
  /* display:flex; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reminder-content-text {
  width: 600px;
  text-align: left;
  display: inline-block;
  margin-left: -189px;
}

.column {
  float: left;
  width: 49.65%;
  cursor: pointer;
  /* position: relative;
  height: 1020px; */
  /* width: 1020px; */
  /* padding: 5px; */
}

.background-image-single-side {
  background-image: url('/assets/double_sided_flags/img1.jpg');
  height: 100%
}

.overlay-single-side {
  background-color: #00000042;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.background-image-single-side2 {
  background-image: url('/assets/double_sided_flags/img2.jpg');
  height: 100%
}

/* .overlay2 {
  background-image: url('/assets/double_sided_flags/img2.jpg');
} */
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

#tutorial-mode-reminder-heading {
  text-align: center;
}

#tutorial-mode-reminder-arrow img {
  height: 120px;
  width: 80px;
  position: absolute;
  bottom: 10%;
  margin-left: 10%;
}

#tutorial-mode-reminder-arrow2 img {
  height: 120px;
  width: 80px;
  position: relative;
  bottom: 10%;
  /* margin-left: -23%; */
  transform: scaleX(-1);
  top: 43px;
  left: -222px;
}

.tutorialModeReminder {
  /* width: 170px; */
  z-index: 9999;
  /* border-radius: 25px;
  height: 60px; */
}

.hideVerticalBar {
  background-color: unset !important;
}

.print-strip-magnetic-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100px; */
  width: 96%;
  margin-top: 38px;
  z-index: 100%;
}

.basic-tool-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin: auto; */
}

#tutorial-gif-banner {
  height: 230px;
  width: 100%;
}

#tutorial-img-banner {
  height: 235px;
  width: 100%;
}

.tutorial-img {
  height: 235px;
  width: 100%;
}

#basic-shapes-palette {
  position: relative;
  padding: 10px 0;
}

.tutor-tooltip {
  position: relative;
}

.tutor-tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 99999;
  top: 25%;
  left: 25%;
  font-size: 14px;
  font-weight: 400;
}

.tutor-tooltip:hover .tooltiptext {
  visibility: visible;
}

#basic-tool-modal-body {
  padding: 1px;
}

.import-button--red {
  background-color: #4b85d9;
  border-bottom: 0px solid #7b2926;
}

.import-button--red:hover {
  background-color: #3881dc;
  border-bottom: 0px;
}

.import-button--red:active {
  background-color: #3881dc;
  box-shadow: inset #3d597b 0px 0px 12px 1px;
}

.fullscreenTooltip {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  height: 20px;
}

.sidebar-tooltip {
  top: 0;
  display: block;
  /* width: auto !important; */
  padding: 10px;
  height: 20px;
  transition-delay: 5s;
}

#basic-shapes-tooltip {
  position: absolute;
  top: 10%;
}

button#emblems-library>span,
button#flag-library>span {
  text-transform: capitalize;
}

.allignBtns {
  display: flex;
  background-color: #2a2a2a;
  margin-right: 4px;
  padding: 4px;
}

.mySlides {
  display: none
}

.custom-flag-prod-details-img {
  vertical-align: middle;
  width: 100%;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.fmp-mobile .hideZoom {
  background-size: 101% !important;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeSlider,
.dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width: 300px) {

  .prev,
  .next {
    font-size: 11px
  }
}

/* .currentSlide{
  text-align:center;
} */
.grouped-btn-tooltips {
  margin-right: 230px;
}


/* img.overlay2 {

} */

/* CSS for mobile */

.fmp-mobile .print-strip-magnetic-strip,
.fmp-mobile .selection-tools-mobile,
.fmp-moobile .toolbar,
.fmp-mobile .left,
.fmp-mobile .footer-cont-text,
.fmp-mobile .footer-cont-text2,
.fmp-mobile .context-menu,
.fmp-mobile header {
  display: none;
}

.fmp-mobile body {
  /* overflow: hidden !important; */
  height: 100vh;
}

.fmp-mobile .pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity {
  top: 10px !important;
  width: 137px !important;
}

.fmp-mobile .pcr-current-color {
  display: none !important;
}

.fmp-mobile .button__action {
  min-height: 31px !important;
}

.fmp-mobile .pcr-app .pcr-swatches {
  margin-top: 101px !important;
}

.fmp-mobile .pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette {
  height: 178px !important;
}

.fmp-mobile #fmp-content {
  margin: auto !important;
  flex-direction: row;
  justify-content: end;
  height: 100%;
}

.fmp-mobile #canvas-container {
  /* height: 286px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .fmp-mobile .button-group { */
/* margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
} */

.fmp-mobile .content-container {
  margin-top: 0 !important;
}

.fmp-mobile .scrollbar {
  height: auto !important;
  /* display: none; */
}

/* .fmp-not-mobile .sidebar-menu {
  display: none; */
/* align: left; */
/* } */
.fmp-not-mobile .mobile-disp {
  display: none;
}

.fmp-mobile .button-group1 {
  width: 116px;
  height: 93%;
}

.fmp-not-mobile .addSettingSidebar {
  display: none !important;
}

.fmp-mobile .mobile-disp {
  display: block !important;
}

.fmp-not-mobile .button-group1 {
  display: none !important;
}

.fmp-not-mobile .sidenav {
  display: none !important;
}

.fmp-not-mobile .sidenav2 {
  display: none !important;
}

.fmp-not-mobile .sidenav3 {
  display: none !important;
}

.fmp-not-mobile .flagSideBar {
  display: none !important;
}

.fmp-not-mobile .flagSideBar {
  display: none !important;
}

.fmp-not-mobile .saveUpload {
  display: none !important;
}

.fmp-not-mobile .mb-color-picker-container {
  display: none !important;
}

.fmp-mobile .tutorial-modal-tittle {
  /* font-size: 10px !important; */
  background-color: #cd2b3e !important;
  font-size: none;
}

.fmp-mobile .button {
  height: calc(14% - 1px);
  /* overflow: hidden; */
}

.fmp-mobile .toolbar-small {
  background-color: #2a2a2a !important;
}

.fmp-mobile .button__action {
  width: 84%;
}

.fmp-mobile .mobile-button {
  display: flex;
  flex-direction: column;
  font-size: 7px;
}

.fmp-mobile .mobile-button2 {
  display: flex;
  flex-direction: column;
  font-size: 7px;
}

.fmp-mobile .mobile-button-tutorial {
  display: flex !important;
  flex-direction: column !important;
  font-size: 9px !important;
  font-size: 9px !important;
  /* height: 1% !important; */
}

.fmp-mobile .button-size {
  padding-top: 4px;
  text-transform: uppercase;
}

.fmp-mobile .button-size-tutorial {
  padding: 5px;
  text-transform: uppercase;
}

.fmp-mobile .left-button-size {
  padding-top: 9px;
  text-transform: uppercase;
}

.fmp-mobile .button--darkGrey svg {
  width: 96px !important;
  height: 20px !important;
}

.fmp-mobile .w3-sidebar {
  width: 97px !important;
}

.fmp-mobile .button img {
  margin-right: 0px !important;
  /* width: 35% !important; */
  padding: 0px !important;
}

.fmp-mobile .undo {
  display: flex;
  width: 86%;
  margin-left: 7px;
}

.fmp-mobile .save {
  display: flex;
  width: 50%;
  margin-left: 7px;
}

.fmp-mobile .mobile-button.undo-redo {
  margin-right: 2px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  flex: 1 1 auto;
  min-width: unset !important;
}

.fmp-mobile .mobile-button2.undo-redo2 {
  margin-right: 2px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  flex: 1 1 auto;
  min-width: 48px !important;
}

.fmp-mobile .mobile-button.undo-redo svg {
  width: 28px !important;
  height: 30px !important;
  padding-top: 8px !important;

  /* width: 28px !important; */
  /* height: 30px !important; */
  /* padding-top: 8px !important; */
}

.fmp-mobile .mobile-button2 .undo-redo2 svg {
  width: 28px !important;
}

.fmp-mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 109px;
  background-color: #2A2A2A;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 9px;
  /* overflow: scroll; */
}

.fmp-mobile .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .sidenav a:hover {
  color: #f1f1f1;
}

.fmp-mobile .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-right: 50px;
}

/* New sidebar on button click on display style */

.fmp-mobile .sidenav2 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 109px;
  background-color: #2A2A2A;
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
}

.fmp-mobile .sidenav2 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .sidenav2 a:hover {
  color: #f1f1f1;
}

.fmp-mobile .sidenav2 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-right: 50px;
}

/* lock/group  */

.fmp-mobile .sidenav3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 109px;
  background-color: #2A2A2A;
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
}

.fmp-mobile .sidenav3 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .sidenav3 a:hover {
  color: #f1f1f1;
}

.fmp-mobile .sidenav3 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-right: 50px;
}

.rotate-img {
  padding-top: 57px;
  width: 38%;
  margin: auto;
}

.rotate-img2 {
  width: 20%;
  margin: auto;
  padding-top: 10%;
}

/* mobile Flag Template  */

.fmp-mobile .flagSideBar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 109px;
  background-color: #2A2A2A;
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
}

.fmp-mobile .flagSideBar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .flagSideBar a:hover {
  color: #f1f1f1;
}

.fmp-mobile .flagSideBar .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Ends Here */

/* Mobile Save/Upload Sidebar */
.fmp-mobile .saveUpload {
  /* height: 14%; */
  width: 0;
  position: absolute;
  z-index: 999;
  top: 243px;
  left: 109px;
  background-color: #2A2A2A;
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
}

.fmp-mobile .saveUpload a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .saveUpload a:hover {
  color: #f1f1f1;
}

.fmp-mobile .saveUpload .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* ends here */

/* Adding the mob colorPickercss */

.fmp-mobile .colorPicker {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #2A2A2A;
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
}

.fmp-mobile .colorPicker a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .colorPicker a:hover {
  color: #f1f1f1;
}

.fmp-mobile .colorPicker .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* ends here */
/* Setting sidebar css add here */
.fmp-mobile .settingSidebar {
  height: 100%;
  /* width: 0; */
  position: absolute;
  z-index: 999;
  /* top: 316px;
  right: 121px; */
  background-color: #2A2A2AB2;
  /* overflow-x: hidden; */
  transition: 0.5s;
  /* padding: 21% 0% 0% 19%; */
  overflow: auto;
  /* width: calc(100% - 242px) !important; */
}

.fmp-mobile .settingSidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .settingSidebar a:hover {
  color: #f1f1f1;
}

.fmp-mobile .settingSidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-right: 50px;
}


.fmp-mobile .ready-popup__content-heading {
  margin: 22px 2px 6px 0px !important;
}

.fmp-mobile .overlaySetting {
  margin-top: 46vh;
  width: 60vw;
  margin-left: 16vw;
}

.fmp-mobile .ready-popup__content-check {
  margin: auto !important;
}

.fmp-mobile .ready-popup__content-agree {
  margin: 25px 15px 15px 15px !important;
}

/* Adding the save button css */
.fmp-not-mobile .addSaveUpload {
  display: none !important;
}

.fmp-mobile .addSaveUpload {
  height: 56%;
  width: 0;
  position: fixed;
  z-index: 999;
  /* top: 107px;
  left: 281px; */
  background-color: #2A2A2A;
  left: 50%;
  transform: translate(-50%, 50%);
  /* overflow-x: hidden; */
  transition: 0.5s;
  padding-top: 9px;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
}

.fmp-mobile .addSaveUpload a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fmp-mobile .addSaveUpload a:hover {
  color: #EA433E;
}

.fmp-mobile .addSaveUpload .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.fmp-mobile .align-svg {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-bottom: 2px solid #37383B !important;
  margin: 0 19px 0 19px !important;

}

.fmp-mobile .saveBtn {
  background-color: #37383B;
  border: none;
  color: white;
  padding: 8px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 29px 10px 29px 4px;
  height: 51.18px;
  width: 127.96px;
}

.fmp-mobile .saveBtn:hover {
  background-color: #ea433e !important;
}

.fmp-mobile .addCancelDownload {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px 0 -17px;
}

.fmp-not-mobile .printFlag2 {
  display: none !important;
}

.fmp-mobile .changeColor a:hover {
  background-color: #ea433e !important;
}

/* @media screen and (min-width: 1000px){ */
.fmp-mobile .ready-popup__content {
  padding: 0 22px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 93%;
  transform: translate(-50%, -50%);
}

.fmp-mobile .ready-popup__content2 {
  padding: 0 22px;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  height: unset;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/* } */

.fmp-not-mobile .settingSidebar {
  display: none !important;
}

.containerStyles {
  height: 20;
  width: 100%;
  border-radius: 50px;
  /* margin: 50; */
  border: 1.4px solid #dc4243;
  z-index: 99;
  height: 19px;
}

.containerStyles2 {
  height: 20;
  width: 43%;
  border-radius: 50px;
  /* margin: 50; */
  border: 1.4px solid #dc4243;
  z-index: 99;
  height: 19px;
  margin: auto;
  margin-top: 4px;
}

@media only screen and (min-width: 992px) {
  .containerStyles2 {
    margin-top: 7px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .containerStyles2 {
    margin-top: 7px !important;
  }
}

.progMargin {
  /* margin-top: 26px;
  margin-bottom: 17px; */
  margin-top: 10px;
  margin-bottom: 5px;
}


.fillerStyles {
  height: 20px;
  background-color: #dc4243;
  transition: 0.3s ease-out;
  border-radius: 50px;
  z-index: 98;
  max-width: calc(100% + 4px);
}

.fillerStyles2 {
  height: 20px;
  background-color: #dc4243;
  transition: 0.3s ease-out;
  border-radius: 50px;
  z-index: 98;
  max-width: calc(100% + 1px);
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .containerStyles2 {
    margin-top: 6px !important;
  }

  .fillerStyles2 {
    height: 21px !important;
    margin-top: -1px !important;
    max-width: calc(100% + 3px) !important;
  }

  .fillerStyles {
    margin-top: -1px !important;
  }

  .containerStyles {
    height: 18px !important;
  }
}

.labelStyles {
  padding: 5px;
  color: #e0e0de;
  border-radius: 50px;
}



/********** Mobile version live ************/

.mobile-only-flex {
  display: none !important;
}

.mobile-only {
  display: none !important;
}

/* Previous / Custom Mobile Lock Related Change : @media screen and (max-width: 1000px) { */
@media screen and (max-width: 576px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 576px) {
  .mobileLock p {
    font-size: 20px;
    top: 201px;
  }
}

@media screen and (min-width: 576px) {
  .mobileLock p {
    font-size: 35px;
  }
}

/* tutorial popup css */

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 333%;
  height: 151%;
  background-color: #2A2A2A;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: -380%;
  left: 234%;
  /* margin-left: -80px; */
}

/* Popup arrow */
/* .popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* .parent:hover .child{ display:block; } */
.button--darkGrey:hover .svg-color {
  fill: #fff !important;
}


/* window open popup css starts here */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (orientation: landscape) {
  #popup {
    display: block;
  }
}

.fmp-mobile #popup {
  background-color: white;
  border-radius: 10px;
  padding: 4%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  margin: 13%;
}

.fmp-mobile #popup h1 {
  margin-top: 0;
}

.fmp-mobile #popup p {
  margin-bottom: 0;
}


.fmp-not-mobile #overlay {
  display: none;
}

.fmp-not-mobile #popup {
  display: none;
}

/* Ends Here */

/* Heavy Image Upload Overlay */

.fmp-mobile .upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* color: white; */
  text-align: center;
  /* padding-top: 20%; */
  box-sizing: border-box;
  /* display: none; */
}

/* .fmp-not-mobile .upload-overlay {
  display: none;
} */

.fmp-mobile .small-preview-loader {
  height: 60%;
  width: 60%;
}



.fmp-mobile .loader-Discord-text {
  width: 92%;
  margin: auto;
  padding-bottom: 15px;

}

.fmp-not-mobile .display-lock {
  display: none;
}

.fmp-not-mobile .display-lock p {
  display: none;
}

.fmp-mobile .display-lock p {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fmp-not-mobile .display-lock {
    background-image: url(../assets/overlays/bg.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: block;
  }

  .fmp-not-mobile .display-lock p {
    color: white;
    font-size: 31px;
    display: block;
    font-weight: lighter;
    text-align: center;
    margin-top: 354px;
  }

  .fmp-mobile .display-lock p {
    display: none;
  }

  .fmp-mobile .display-lock {
    display: none;
  }

}

.large-image-loader-ring {
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 37%;
  left: 46%;
  z-index: 999999;
  transform: translate(-50%, -50%);
}

.loader-ring {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 13px solid #dc4243;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio 0.9803921568627451s linear infinite;
  top: 100px;
  left: 100px;
}

.large-image-loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
}

.large-flag-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.large-image-loader .blured-overlay {
  opacity: 0 !important;
}

.large-flag-overlay .mock-up-bg-image {
  background-image: url(../../assets/overlays/bg.jpg);
  opacity: 0.9;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.large-flag-overlay .bg-image {
  background-image: url(../../assets/overlays/bg.jpg);
  opacity: 0.9;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.large-flag-overlay__content {
  text-align: center;
  position: absolute;
  top: 55%;
  width: 100%;
  transform: translateY(-50%);
}

.pcr-app .pcr-swatches>button {
  font-size: 1.3em !important;

}

.large-flag-overlay h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.large-flag-overlay p,
.large-flag-overlay a {
  font-size: 22px;
  color: #ea433e;
}

.loading-overlay-tutorial .loadingio-spinner-rolling {
  background: #070606d1;
  width: 33rem;
  height: 26rem;
  top: 238px;


  .loadingio-spinner-rolling__ldio {
    margin: 7rem 10rem;
  }
}

.pcr-swatches {
  display: flex !important;
  justify-content: space-around !important;
}

.pcr-app .pcr-swatches>button {
  font-size: 1.3em !important;

}