<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*, *:after, *:before {  
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  body, html{margin:0px; padding:0px;font-family: "Inter", sans-serif;} 
  :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
   
  p{
    text-align: center;
    margin:0px 0px 2.2em;
    font-size: 12px;
    color: #999;
    line-height: 30px;
  }
  a{color:#28D9E8;text-decoration:none;}
  a:hover{text-decoration:underline;}
  .TemplateOption {
      background: #F5F5F5;
      padding: 15px;
  }
  
  h2 {
      color: #000;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
  }
  
  .ChooseOptions label {
      color: #000;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }
  .ChooseTypography {
      display: flex;
      justify-content: space-between;
  }
  
  .ChooseOptions {
      display: flex;
      gap: 10px;
  }
  .ChooseTypography {
      display: flex;
      justify-content: space-between;
  }
  
  .ChooseOptions {
      display: flex;
      gap: 10px;
  }
  
  .ChooseColor h2 {
      color: #000;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0;
  }
  
  .ChooseColor {
      display: flex;
      align-items: center;
      margin-top: 10px;
      justify-content: space-between;
  }
  
  .ChooseColorBox ul li {
      list-style: none;
      display: inline-block;
  }
  
  li.BgColor-1, li.BgColor-2, li.BgColor-3, li.BgColor-4, li.BgColor-5, li.BgColor-6 {
      width: 20px;
      height: 17px;
      background: #151815;
      border-radius: 2px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  li.BgColor-2{
      background: #434344;
  }
  li.BgColor-2{
      background: #FDFEFE;
  }
  li.BgColor-2{
      background: #021259;
  }
  li.BgColor-2{
      background: #18375B;
  }
  li.BgColor-2{
      background: #6E0902;
  }
  .ChooseColorBox ul {
      padding: 0;
      margin: 0px;
      padding-left: 10px;
      line-height: 1;
  }
  
  .DesignStyle input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.DesignStyle label {
  display: block;
  position: relative;
  cursor: pointer;
}

.DesignStyle label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.DesignStyle label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.DesignStyle :checked + label {
  border-color: #ddd;
}

.DesignStyle :checked + label:before {
  content: "âœ“";
  background-color: grey;
  transform: scale(1);
}

.DesignStyle :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

.DesignStyle input[type="checkbox"][id^="myCheckbox"] {
    display: none;
  }
 
  .DesignStyle.full-wth {
    width: 100%;
} 
div#inside_right4 .imgpforplansmall.image_place_holder {
    height: 99px;
}
div#inside_right4 .imgsmalright.image_place_holder {
    height: 50px;
}
div#inside_left4 .imgpforplansmall.image_place_holder {
    height: 107px;
}
p.page-numbergalr {
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    border-radius: 50%;
    background: #a8d37d;
    margin-bottom: 0;
    font-weight: bold;
    
}
  .DesignStyle label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #a8d37d;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 99;
  }
  
  .DesignStyle label img {
    height: 100px;
    width: 85px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .DesignStyle :checked + label {
    border-color: #ddd;
  }
  
  .DesignStyle :checked + label:before {
    content: "âœ“";
    background-color: #a8d37d;
    transform: scale(0.8);
  }
  
  .DesignStyle :checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
  }
  
  .DesignStyle ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}

.DesignStyle ul {
    padding: 0px;
    margin-bottom: 0px;
}
.OptionBox {
    border-bottom: 1px solid #EFECEC;
    margin-bottom: 20px;
    padding: 0px 23px;
    padding-bottom: 40px;
}
.DesignContent {flex-basis: 50%;}

.templDesign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.DesignStyle {
}
.DesignContent input.form-control {
    height: 33px;
    border-radius: 0;
    margin-bottom: 2px;
    font-size: 12px;
}
.choosefile h2 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
} 
 
input[type="file"]::file-selector-button { 
    border-radius: 10px 0px 0px 10px;
    background: #A8D37D;
    transition: 1s;
  }
.choosefile .input-group {
    width: 200px;
}

.choosefile .input-group input {
    font-size: 11px;
    border-radius: 10px;
    border: 1px solid rgba(62, 190, 180, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 110, 233, 0.02);
}
.choosefile h2 input.form-check-input {
    margin-right: 2px;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ImageGallery {
    background: #FAF9F9;
    padding: 10px;
    padding-top: 20px;
}

.TopHeaderGallery h2 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.28px;
    margin: 0px !important;
    line-height: 1.3;
    margin-block-start: 0px;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.TopHeaderGallery {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.TopHeaderGallery input.form-control {
    height: 30px;
}
 
.TopHeaderGallery button {
    padding: 0px 4px;
    font-size: 14px;
    background: #a8d37d;
    border: none;
    color: #fff;
}
button.btn-theme {
    height: 35px;
    background: #fff;
    color: #000;
    margin-top: 10px;
}
.TopHeaderGallery .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
}
button#button-addon2 {
    padding: 5px 10px;
}
.ImgBox ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.ImgBox ul li {
    list-style: none;
}

.ImgBox ul li img {
    width: 128px;
    height: 100px;
    padding: 3px;
}
.ImageGallery, .GuideContent, .TemplateOption  {
    height: 100vh;   
    overflow: scroll; 
    overflow-x: hidden;
} 
/*.size_chart img{ width: 100%;}*/
.size_chart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #a8d37d #eeeeee
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 2px;
  }
  
  *::-webkit-scrollbar-track {
    background: #171716;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #a8d37d;
    border-radius: 10px;
    border: 1px solid #171716;
  } 

.GuideContent {
    padding: 10px 20px;
}
.TopDesc h2 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ContetBox {
    margin-top: 30px;
}

.TopDesc p, .GuideSteps p {
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 125% */
    letter-spacing: 0;
    text-align: left;
}
.OptionBox.fineldesign {
    display: flex;
    gap: 15px;
}
.OptionBox.fineldesign {
    display: flex;
    justify-content: space-between;
} 
.themechooseBox {
    display: flex;
    flex-direction: column;
}
.themechooseBox label {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0;
}

.size_chart {
    margin-top: 10px;
}
/* .themechooseBox div {
    display: flex;
    gap: 10px;
} */
button.btn.btn-primary.CreatePDF {
    background: #A8D37D;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 88.889% */
    letter-spacing: 0.36px;
    padding: 10px 20px;
    width: 100%;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
input.form-control.DisclaimerText {
    max-width: 60%;
}
.form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 0; 
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.form-check-input:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #a8d37d54;
}
/* page one css */
.pageprintfront1 {
    width: 150px;
    height: 213px;
}
.imglargesize {
    width: 100%;
    height: 106px;
    background: #656565;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    object-fit: cover;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.bannrtext {
    background: #A8D37D;
    width: 100%;
    height: 53px;
    text-align: left;
    padding: 2px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.imgsmall img {
    height: 50px;
    object-fit: cover;
}

.imgsmall {
    width: 100%;
    background: #656565;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 8px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.leftsmallimg {
    border-right: 1px solid #fff;
    flex-basis: 50%;
    text-align: center;
    overflow: hidden;
}
.imgsamall {
    display: flex;
    width: 100%;
}
.rightsmallimg {
    flex-basis: 50%;
    text-align: center;
    overflow: hidden;
}
.imgsamall img {
    width: 100px;
}
/* forplan one css */ 
.pageprintforplan {
    width: 150px;
    height: 213px;
}

/*.imgpforplansmall img {
    height: 75px !important;
    object-fit: cover;
}*/
.imgpforplansmall img {
    height: 100% !important;
    object-fit: cover;
}
.imgbigforplan .imgsamall {
    display: flex;
    width: 56px;
    flex-direction: column;
    border-left: 1px solid #fff;
}
.imgbigforplan {
    display: flex;
    width: 150px;
}
 
/*.imgbigforplan .imgsamall img {
    width: 100%;
    height: 64px;
    object-fit: cover;
}*/
.imgbigforplan .imgsamall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgforplanlargeimg {
    width: 94px;
    height: 108.2px;
    background: #656565;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.imgpforplansmall {
    width: 94px;
    height: 53px;
    background: #656565;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgsmalright {
    background: #656565;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #fff;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
} 
.pageprintfront1.page-2 .imglargesize {
    height: 150px;
}

.pageprintfront1.page-2 .bannrtext {
    height: 64px;
}
.selectopcton {
    display: flex;
    align-items: center;
    gap: 5px;
}   
.pageprintfront1.forplantwoshape .imgsmall {
    height: 95px;
    border-bottom: 1px solid #fff;
    line-height: 90px;
}
.imgsmall.forplantwosmallimg {
    height: 66px !important;
    line-height: 60px !important;
}
.b-m{ border-bottom: 1px solid #fff;}
.cls-bg-color.active {
    border: 2px solid #A8D37D;
}
.imglargesize img {
    height: 102px;
    object-fit: cover;
}
.pageprintfront1.page-2 .imglargesize img {
    height: 150px;
}
.pageprintfront1.page-2 .imglargesize img {
    height: 150px;
    object-fit: cover;
}
.bannrtext.forpbnsmalll {
    height: 53px;
} 

.pageprintforplan.fivelimg .imgsmalright {
    height: 42.7px;
}

.pageprintforplan.fivelimg  .imgforplanlargeimg {
    height: 128px;
}

.pageprintforplan.fivelimg  .imgpforplansmall {
    height: 84px;
}
li.image-box-cls.active {
    border: 1px solid #a8d37d;
}
.samples_designs {
    position: absolute;
}
.DesignStyle ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}
.ImgBox ul li {
    list-style: none;
    aspect-ratio: 3 / 2;
    border: 2px solid #fff;
}
li.image-box-cls.active {
    border: 2px solid #a8d37d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a8d37d;
    border-color: #a8d37d;
}
#inside_left1 .imglargesize.image_place_holder {
    height: 106px;
}
.page-number {
    position: absolute;
    background: #a8d37d;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    border-radius: 50%;
    left: -9px;
    top: -1px;
    font-weight: bold;
}

.OptionBox {
    position: relative;
}
.Createpdf_botm {
    display: flex;
    gap: 20px;
    align-items: center;
}
#back_design4 .leftpart {
    width: 75px;
}

#back_design4 .rightpart.imgsamall {
    width: 75px;
}

#back_design4 .leftpart .imgforplanlargeimg.image_place_holder {
    font-size: 10px;
    width: 75px;
}

#back_design4 .leftpart .imgpforplansmall.image_place_holder {
    width: 75px;
    font-size: 10px;
}</pre></body></html>