@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Bold.woff2') format('woff2'),
    url('./fonts/Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-BlackItalic.woff2') format('woff2'),
    url('./fonts/Raleway-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Black.woff2') format('woff2'),
    url('./fonts/Raleway-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-BoldItalic.woff2') format('woff2'),
    url('./fonts/Raleway-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'),
    url('./fonts/Raleway-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Italic.woff2') format('woff2'),
    url('./fonts/Raleway-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-ExtraLightItalic.woff2') format('woff2'),
    url('./fonts/Raleway-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-ExtraLight.woff2') format('woff2'),
    url('./fonts/Raleway-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('./fonts/Raleway-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Regular.woff2') format('woff2'),
    url('./fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Light.woff2') format('woff2'),
    url('./fonts/Raleway-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-LightItalic.woff2') format('woff2'),
    url('./fonts/Raleway-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-MediumItalic.woff2') format('woff2'),
    url('./fonts/Raleway-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Medium.woff2') format('woff2'),
    url('./fonts/Raleway-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-SemiBoldItalic.woff2') format('woff2'),
    url('./fonts/Raleway-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-SemiBold.woff2') format('woff2'),
    url('./fonts/Raleway-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-Thin.woff2') format('woff2'),
    url('./fonts/Raleway-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('./fonts/Raleway-ThinItalic.woff2') format('woff2'),
    url('./fonts/Raleway-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

* {
  /* font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; */
  font-family: Raleway, Raleway Fallback;
  line-height: 1.5;
  font-weight: normal;
  color-scheme: light dark;
  margin: 0;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modern-toast .toast-close {
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  cursor: pointer;
  border-radius: 0.7rem;
  background: #444444;
  font-weight: bold;
  width: 1.1rem;
  height: 1.1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  font-weight: bold;
  border-radius: 50%;
  margin-left: .5rem;
  opacity: 1;
}

.modern-toast .toast-close:hover {
  color: #000000;
  background: #e24545;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  /* Change this to match your site's design */
  z-index: 9999;
  /* Ensure the loader is above all other elements */
}

#loader {
  font-size: 30px;
  font-weight: 800;
  color: cornflowerblue;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}

.custom-container {
  display: flex;
  height: 100vh;
  /* padding: 0.5rem; */
  flex-direction: column;
  background: #1D1D1B;
}

.custom-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-title {
  font-size: 1.5rem;
  color: #0074b9;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.custom-content {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 0.5rem;
}

.custom-aside {
  width: 25%;
  background-color: #f1f1f1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  border-top: .2rem solid #1D1D1B;
  /* border: 2px #4a5568 solid; */
  /* border-radius: 1.075rem; */
  overflow-y: auto;
  /* -webkit-border-radius: 1.075rem;
  -moz-border-radius: 1.075rem;
  -ms-border-radius: 1.075rem;
  -o-border-radius: 1.075rem; */
  padding-inline: 2rem;

}

.main_title_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-block: .5rem;
  gap: .5rem;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: #3C3C3B 1px solid;
}

.main_title_wrapper img {
  width: 35px;
  height: 29px;
}

.main_title_wrapper h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1D1D1B;
}

.custom-input-group:first-of-type {
  padding-top: 1rem;
}

.custom-input-group {
  display: flex;
  width: 100%;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  padding-block: .5rem;
}

.close-button {
  background-color: #f55353;
  color: #fff;
  font-weight: 700;
  width: 5.5rem;
  /* height: auto; */
  border-radius: .375rem;
  border: none;
  cursor: pointer;
  height: 2.4rem;
}

.custom-btn {
  font-weight: normal;
  width: 80%;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #707070;
}

.close-button:hover {
  background-color: #c53030;
}

.custom-screenshot-button {
  cursor: pointer;
  font-size: .9rem;
  background-color: #0074B9;
  color: #fff;
  font-weight: 400;
  padding-top: 0.5rem;
  height: 3rem;
  border: 1px solid #707070;
  padding-bottom: 0.5rem;
  /* padding-left: 1rem;
  padding-right: 1rem; */
  border-radius: 1rem;
  width: 80%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.download-pdf-button {
  cursor: pointer;
  font-size: .9rem;
  background-color: #00B59E;
  color: #fff;
  font-weight: normal;
  padding-top: 0.5rem;
  height: 3rem;
  border: 1px solid #707070;
  padding-bottom: 0.5rem;
  /* padding-left: 1rem;
  padding-right: 1rem; */
  border-radius: 1rem;
  width: 80%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.preview-pdf-button {
  cursor: pointer;
  font-size: .9rem;
  color: #666666;
  font-weight: normal;
  box-shadow: 1px 1px #a7a7a7;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  gap: .5rem;
  border-radius: 1rem;
  width: 80%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.check_btn {
  cursor: pointer;
  font-size: .9rem;
  color: #fff;
  font-weight: normal;
  padding-top: 0.5rem;
  border: 1px solid #707070;
  padding-bottom: 0.5rem;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 2%;
  background: #707070;
  height: 32px;
  right: 1%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  z-index: 30;

}

.check_btn.checked {
  background: #ee8d00;
}

.check_btn :hover {
  background: #ee8d00;
  border-radius: 1rem;
}

#add_logo {

  background-color: #ee8d00;
  color: #fff;
}

/* .custom-screenshot-button:hover {
  background-color: #024a74;
}
.download-pdf-button:hover {
  background-color: #027c6c;
} */

.custom-section {
  width: 75%;
  background-color: #f1f1f1;
  border: 1rem solid #1d1d1b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border: 2px #2d3748 solid;
  /* border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem; */
}

input {
  width: 100%;
}

#canvas {
  width: 100%;
  height: 100%;
}

.screenShotCard {
  position: relative;
}


.screenShotCard.disabled::before {
  content: '';
  /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 56%);
  z-index: 10;
  pointer-events: none;
  border-radius: 0.7rem;
}

.screenShotCard.left .download-pdf-button {
  z-index: 20;
}

.disabled {
  pointer-events: none;
}

.screenShotCard {
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
  flex-direction: column;
  width: 80%;
  /*width: 17rem;
  */
  height: 10rem;
  cursor: pointer;
  border: 1px solid #707070;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.screenShotCard img {
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
}

.screenShotsWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  align-content: center;
  align-items: center;
}

#icons_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#icon {
  border: 2px solid #0074b9;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.4rem;
  background: #efefef;
}

.icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  /* border-radius: 0.175rem; */
  /* border: 2px #adadad solid; */
  position: relative;
}

.icon_wrapper .close-button {
  height: 22px !important;
  width: 22px !important;
  border-radius: 72px;
  cursor: pointer;
  position: absolute;
  top: -20%;
  right: -20%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.icons_title {
  color: #0074b9;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #dd6b20 1px solid;
  width: 100%;
  text-align: center;
}

.download-pdf-button.disabled {
  background: #707070;
  position: relative;
  /* pointer-events: all; */
  /* opacity: .5; */
}



.active {
  border: 2px solid orange;
  box-shadow: 2px 2px 6px 1px #8b8b8b;
  scale: 1.02;
}

@media (max-width: 1350px) {

  .custom-btn,
  .custom-screenshot-button,
  .download-pdf-button {
    font-size: .8rem;
  }



}

@media (max-width: 1150px) {

  .custom-btn,
  .custom-screenshot-button,
  .download-pdf-button {
    font-size: .7rem;
  }



}

/*rotateMessage*/

.rotateMessage {
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  background-color: #4b4b4bc2;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 1000000000000000000;
  font-family: 'Conv_Myriad Pro Regular';
}

.rotateMessage-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rotateMessage-content {
  position: relative;
  max-width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 90%;
  width: 100%;
  position: relative;
  height: fit-content;
}

.rotateMessage-content img {
  width: 100%;


}

.rotateMessage-text {
  text-align: center;
  color: #3C3C3B;
  font-size: .9rem;
  width: 70%;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#modalError{
  display: none;
}

/* Pop-up Section */
.popup-overlay {
  position: absolute;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #F1F1F1;
  height: 218px;
  width: 415px;
  margin: 0 auto;
  border-radius: 0 0.75rem 0.75rem 0;
  padding-left: 123px;
  align-items: stretch;
  z-index: 10000000;
}


.popup-image {
  position: absolute;
  width: 15.1875rem;
  left: -6.8125rem;
  top: -0.5625rem;
  z-index: 100;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 93%;
 
  padding-inline: .5rem;
}

.welcome-text {
  font-size: 27px;
  font-weight: bold;
  color: #EE8D00;
  margin-bottom: 8px;
}

.customization-text {
    font-size: 1.3125rem;
      color: #4c4c4b;
      font-weight: 500;
      margin: 0 auto;
      /* margin-top: 0.5em; */
}

.close-button-container {
  display: flex;
  width: 100%;
  gap: 12px;
  /* margin-top: 1.5em; */
}

.close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
@media (max-width: 1366px) {


}

@media (max-width: 1024px) {
  .rotateMessage {
    display: block;
  }

  .rotateMessage-content {
    width: 70%;
    max-width: 70%;

  }
#modal{
  display: none !important;
}
#modalError{
  display: none !important;
}
 
}

@media (max-width: 920px) {
  .rotateMessage-content {
    width: 70%;
    max-width: 70%;
  }

  
}

@media (max-width: 500px) {
  .rotateMessage-content {
    width: 100%;
    max-width: 100%;
  }


}