@charset "UTF-8";
/* Start mixins */
.lang-tabs {
  width: fit-content;
  display: inline-block;
  padding: 10px;
}
.lang-tabs .label {
  display: inline-block;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
}
.lang-tabs .single-tab {
  display: inline-block;
  padding: 5px 16px;
  background: #f5f5f5;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #585858;
  border-radius: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.lang-tabs .single-tab:hover {
  background: #e3e3e3;
}
.lang-tabs .single-tab.active {
  background: #417690;
  color: #fff;
}

.langInput {
  display: none;
  border-left: 6px solid #417690 !important;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  width: 100%;
}
.langInput.active {
  display: block;
}

textarea.langInput {
  width: 100%;
  min-height: 180px;
}
textarea.langInput.ta-trans-custom_key_desc {
  min-height: 26px;
  height: 26px;
  padding: 1px 2px;
}

.card-body .products table .featured,
.card-body .products table .available,
.card-body .products table .free_shipping,
.card-body .products table .full_packet {
  max-width: 60px;
}

.productForm .field-description span.label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 4px 10px 0 0;
  margin-bottom: 10px;
  line-height: 1;
}
.productForm #id_description {
  height: 50px;
  overflow: hidden;
  margin: 0px 0;
  opacity: 1;
}
.productForm input#id_tax {
  display: none;
}
.productForm .form-row {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.productForm .composer-copier {
  margin-top: 20px;
}
.productForm .composer-copier > div {
  height: 32px;
  background: #8bd5ff;
  color: #fff;
  border: 1px solid #e3e3e3;
  padding: 0 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 32px;
  display: inline-block;
  border-radius: 5px;
}
.productForm .composer-copier > div:hover {
  background: #25b0ff;
}

.form-row {
  border-color: #f9f9f9 !important;
}

#composerBody > label {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}
#composerBody > .col-md-9 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}

.composer {
  height: fit-content;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px;
  background: #fbfbfb;
  position: relative;
}
.composer .composer-tools {
  width: 100%;
  padding-bottom: 5px;
}
.composer .composer-tools .tool {
  height: 32px;
  background: #bee7ff;
  color: #fff;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  line-height: 32px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
.composer .composer-tools .tool.tab-add {
  text-align: center;
}
.composer .composer-tools .tool:hover {
  background: #8bd5ff;
}
.composer .composer-tools .tool:active {
  background: #a2a2a2;
}
.composer input, .composer textarea {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding-left: 10px;
}
.composer .composer-body {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  min-height: 150px;
}
.composer .composer-body .row.desc-tab {
  margin: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: grid;
  grid-template-columns: 50px auto 40px;
}
.composer .composer-body .row.desc-tab > .movable {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important;
  grid-row-start: 1 !important;
  grid-row-end: 2 !important;
  border-right: 1px solid #e3e3e3;
  background: #f8f8f8;
  position: relative;
}
.composer .composer-body .row.desc-tab > .movable > div {
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #417690;
}
.composer .composer-body .row.desc-tab > .movable > div:hover {
  background: #e8e8e8;
}
.composer .composer-body .row.desc-tab > .movable > div:active {
  background: #e0e0e0;
}
.composer .composer-body .row.desc-tab > .movable:after {
  content: "⇅";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  color: #cac8c8;
  width: 50px;
}
.composer .composer-body .row.desc-tab > .content {
  grid-column-start: 2 !important;
  grid-column-end: 3 !important;
  grid-row-start: 1 !important;
  grid-row-end: 2 !important;
}
.composer .composer-body .row.desc-tab > .remove {
  grid-column-start: 3 !important;
  grid-column-end: 4 !important;
  grid-row-start: 1 !important;
  grid-row-end: 2 !important;
  border-left: 1px solid #e3e3e3;
  background: #f8f8f8;
}
.composer .composer-body .row.desc-tab > .remove .btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/icons/bin.png") no-repeat;
  background-position: center center;
  background-size: 20px;
  margin: 0 auto;
  margin-top: 10px;
}
.composer .composer-body .row.desc-tab > .remove .btn:hover {
  opacity: 0.4;
}
.composer .composer-body .row.desc-tab .content-fill {
  display: none;
}
.composer .composer-body .row.desc-tab .form-row {
  border-bottom: 0px;
}
.composer .composer-body .row.desc-tab.expand .content-fill {
  display: block;
}
.composer .composer-body .row.desc-tab.expand .form-row {
  border-bottom: 1px solid #e3e3e3;
}
.composer .composer-body .row.desc-tab.expand .header .expander .btn {
  transform: rotate(-90deg);
}
.composer .header {
  position: relative;
  z-index: 50;
  height: auto !important;
}
.composer .header input {
  margin-top: 5px;
  margin-bottom: 5px;
}
.composer .header label {
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.composer .header .expander {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  background: rgba(227, 227, 227, 0.8901960784);
  border: 1px solid #a3a3a3;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
}
.composer .header .expander .btn {
  transform: rotate(90deg);
  padding: 0px;
}
.composer .header .expander:hover {
  background: #aeaeae;
}
.composer .content-fill {
  padding: 10px;
}
.composer .content-fill .toolkit .tool {
  width: fit-content;
  display: inline-block;
  padding: 4px 10px;
  background: #f5f5f5;
  margin-right: 8px;
  border: 1px solid #dedede;
  border-radius: 3px;
  cursor: pointer;
}
.composer .content-fill .toolkit .tool:hover {
  background: #e5e5e5;
}
.composer .content-fill .content-content {
  min-height: 80px;
  background: #fafafa;
  margin-top: 10px;
  padding: 5px;
}
.composer .content-fill .content-content .cc-row {
  z-index: 90;
  background: #fafafa;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #e3e3e3 !important;
  position: relative;
}
.composer .content-fill .content-content .cc-row .moveIt {
  position: absolute;
  left: 7px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.composer .content-fill .content-content .cc-row .moveIt:after {
  text-align: center;
  margin-left: 6px;
  content: "➧";
  opacity: 0.6;
}
.composer .content-fill .content-content .cc-row .moveIt.up {
  top: 7px;
  transform: rotate(-90deg);
}
.composer .content-fill .content-content .cc-row .moveIt.down {
  bottom: 7px;
  transform: rotate(90deg);
}
.composer .content-fill .content-content .cc-row:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #f1f1f1;
}
.composer .content-fill .content-content .cc-row:after {
  content: "⇅";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  color: #cac8c8;
  width: 40px;
}
.composer .content-fill .content-content .cc-row .delete {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0px !important;
  width: 40px;
}
.composer .content-fill .content-content .cc-row .delete .btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/icons/bin.png") no-repeat;
  background-position: center center;
  background-size: 20px;
  margin: 0 auto;
}
.composer .content-fill .content-content .cc-row .delete .btn:hover {
  opacity: 0.4;
}
.composer .content-fill .content-content .cc-row .transWrap {
  width: 100%;
}
.composer .content-fill .content-content .cc-row.paragraph textarea {
  width: 100%;
}
.composer .content-fill .content-content .cc-row > span {
  display: block;
  font-weight: bold;
}
.composer .content-fill .content-content .cc-row input.active {
  display: inline-block;
  width: calc(100% - 20px);
  margin-bottom: 5px;
}
.composer .content-fill .content-content .cc-row textarea {
  margin: 0 !important;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  height: fit-content;
  padding: 10px;
  padding-bottom: 30px;
}
.composer .content-fill .content-content .cc-row .option {
  display: inline-block;
  width: fit-content;
  margin-right: 15px;
}
.composer .content-fill .content-content .cc-row .option label {
  width: fit-content;
}
.composer .content-fill .content-content .cc-row.table {
  margin-bottom: 0px;
}
.composer .content-fill .content-content .cc-row .tableGrid {
  display: grid;
  grid-template-columns: 1fr 2fr 20px;
}
.composer .content-fill .content-content .cc-row .tableGrid .tableLabel {
  grid-column-start: 1;
  grid-column-end: 2;
}
.composer .content-fill .content-content .cc-row .tableGrid .tableCont {
  grid-column-start: 2;
  grid-column-end: 3;
}
.composer .content-fill .content-content .cc-row .tableGrid .tableRowDel {
  grid-column-start: 3;
  grid-column-end: 4;
}
.composer .content-fill .content-content .cc-row .tableAddRow,
.composer .content-fill .content-content .cc-row .tableRowDel {
  width: fit-content;
  display: inline-block;
  padding: 4px 10px;
  background: #f5f5f5;
  margin-right: 8px;
  border: 1px solid #dedede;
  border-radius: 3px;
  cursor: pointer;
}
.composer .content-fill .content-content .cc-row .tableAddRow:hover,
.composer .content-fill .content-content .cc-row .tableRowDel:hover {
  background: #e5e5e5;
}
.composer .content-fill .content-content .cc-row .tableRowDel {
  height: 28px;
  line-height: 26px;
}
.composer .composer-preview {
  display: none !important;
}

.undoCont {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 400px;
  height: 70px;
  background: #3f7791;
  border-top-left-radius: 35px;
  display: block;
  opacity: 0.85;
  padding: 5px 0 0 15px;
  color: #fff;
  font-size: 20px !important;
}
.undoCont .description {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.undoCont .undoBtn {
  cursor: pointer;
  color: #3f7791;
  background: #fff;
  width: fit-content;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 auto;
  margin-top: 5px;
}
.undoCont .undoBtn span {
  font-size: 36px;
  line-height: 16px;
}

.cc-row.ui-sortable-helper {
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.desc-tab.ui-sortable-helper {
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}

.cc-row .selectImg,
.cc-row .delImg {
  background: #8bd5ff;
  text-align: center;
  color: #fff;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
  width: 30%;
  margin-right: 3%;
  margin-top: 10px;
}
.cc-row .selectImg.tab-add,
.cc-row .delImg.tab-add {
  text-align: center;
}
.cc-row .selectImg:hover,
.cc-row .delImg:hover {
  background: #0ca7ff;
}
.cc-row .selectImg:active,
.cc-row .delImg:active {
  background: #a2a2a2;
}
.cc-row .delImg {
  background: #ee8380;
}
.cc-row .delImg:hover {
  background: #b42d22;
}
.cc-row .previewFile {
  background: #cacaca;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  width: 30%;
  margin-right: 3%;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
.cc-row .previewFile:hover {
  background: #a4a4a4;
}
.cc-row .imgContainer {
  width: 100%;
}
.cc-row .imgCont {
  width: calc(50% - 20px);
  display: inline-block;
  margin: 5px;
}
.cc-row .imgCont p.file {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #cacaca;
  padding: 5px;
}
.cc-row .imgCont input {
  display: none;
}
.cc-row .imgCont .imgPrev {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

#galleryCont .single-photo {
  display: inline-block;
  max-width: 240px;
  padding: 3px;
  margin: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
}
#galleryCont .single-photo .photoDel {
  position: absolute;
  top: -5px;
  right: 5px;
  background: #ffafb6;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 1px solid #96000e;
  line-height: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s all ease-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#galleryCont .single-photo .photoDel:hover {
  background: #ff3043;
}
#galleryCont img {
  max-width: 220px;
  max-height: 200px;
}

#id_gallery {
  display: none;
  max-height: 0px;
}

#content-main {
  margin-bottom: 250px;
}

.submit-row {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 100px);
  margin: 0px !important;
}

.form-group.row {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.card-addProduct .col-xl-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mediaBox {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: none;
  background: #fdfdfd;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 30px 20px;
}
.mediaBox .mediaGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  overflow-y: scroll;
  max-height: calc(100% - 60px);
}
.mediaBox .search {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
}
.mediaBox .close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #a3a3a3;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 20px;
}
.mediaBox .close:hover {
  background: #787878;
}
.mediaBox .single-media {
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding: 10px;
}
.mediaBox .single-media .name {
  color: #a6a6a6;
}
.mediaBox .single-media .imgSpace {
  height: 250px;
}
.mediaBox .single-media img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 250px;
}
.mediaBox .single-media .select {
  width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  background: #bee7ff;
  text-align: center;
  color: #fff;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
.mediaBox .single-media .select.tab-add {
  text-align: center;
}
.mediaBox .single-media .select:hover {
  background: #8bd5ff;
}
.mediaBox .single-media .select:active {
  background: #a2a2a2;
}

.table-responsive {
  overflow: hidden;
}
.table-responsive .col-sm-12 {
  overflow-x: scroll;
}
.table-responsive td.discount:after {
  content: "%";
}

.service_info {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 420px;
  max-width: calc(100% - 70px);
  background: #f9f9f9;
  display: block;
  border: 4px solid #e20015;
  z-index: 999;
  text-align: center;
  color: #4b4b4b;
  padding: 30px 10px;
  font-weight: bold;
  margin: 0 auto;
}
.service_info h2 {
  font-weight: bold;
  color: #e20015;
  text-transform: uppercase;
}
.service_info h3 {
  margin-bottom: 13px;
}
.service_info p {
  font-size: calc(0.77rem + 1.1 * ((100vw - 320px) / 780));
  line-height: calc(1.21rem + 1.1 * ((100vw - 320px) / 780));
  font-weight: 300;
  text-align: left;
  margin-bottom: 13px;
}
.service_info button {
  margin-top: 13px;
  background: #e20015;
  border: none;
  color: #fff;
  padding: 3px 7px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  line-height: calc(1.2rem + 1.2 * ((100vw - 320px) / 780));
}

.imgPreview {
  width: 200px;
  height: 200px;
  transform: translateY(-200px);
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 1500;
  display: block;
  background: #f3f3f3;
}
.imgPreview img {
  width: 100%;
  height: 100%;
}

.orderTotal {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #cacaca;
  color: #e20015;
}
.orderTotal span {
  font-weight: bold;
}

#addLicense .card-body > .form-group {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 2fr 1fr;
}
#addLicense .content {
  padding: 0 10px;
  border-right: 1px solid #cacaca;
  padding-right: 10px;
}
#addLicense .content #id_licences {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 5px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
#addLicense .content #id_licences label {
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 100% !important;
  line-height: 18px;
  display: block;
  cursor: pointer;
  padding: 6px 10px;
  transition: 0.1s all ease-out;
  margin-bottom: 1px !important;
}
#addLicense .content #id_licences label span {
  float: right;
  color: #cacaca;
}
#addLicense .content #id_licences label span.curr {
  float: initial;
}
#addLicense .content #id_licences label input {
  display: none;
}
#addLicense .content #id_licences label .price {
  white-space: nowrap;
}
#addLicense .content #id_licences label.active {
  background: #e9e9e9;
  color: #cacaca;
  cursor: initial;
}
#addLicense .content #id_licences label.active span.price {
  display: none;
}
#addLicense .content #id_licences label.checked {
  background: #99bfd1;
  color: #fff;
}
#addLicense .currency .title {
  display: inline-block;
}
#addLicense .currency ul {
  display: inline-block;
  padding-left: 10px;
  margin-left: 0;
}
#addLicense .currency ul li {
  display: inline-block;
}
#addLicense .currency ul li a {
  text-transform: lowercase;
  border: 1px solid #f0f0f0;
  background: whitesmoke;
  border-radius: 3px;
  padding: 4px 7px;
  color: #4b4b4b;
}
#addLicense .currency ul li a:hover {
  text-decoration: none;
  background: #cacaca;
  color: #4b4b4b;
}
#addLicense .currency ul li.active a {
  color: #fff;
  background: #bcd5e1;
}
#addLicense .summary {
  align-self: center;
}
#addLicense .summary h2 {
  font-size: calc(1.26rem + 1.8 * ((100vw - 320px) / 780));
  line-height: calc(1.8rem + 1.8 * ((100vw - 320px) / 780));
  color: #417690;
}
#addLicense .summary p, #addLicense .summary .value {
  font-size: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  line-height: calc(1.2rem + 1.2 * ((100vw - 320px) / 780));
  color: #4b4b4b;
}
#addLicense .summary .formPrev {
  margin-bottom: 13px;
}
#addLicense .summary .formPrev .label {
  width: 100%;
  font-size: calc(0.7rem + 1 * ((100vw - 320px) / 780));
  line-height: calc(1rem + 1 * ((100vw - 320px) / 780));
  color: #979797;
}
#addLicense .summary .formPrev .value {
  padding-left: 10px;
}
#addLicense .summary .formPrev .value.excl {
  font-size: calc(0.56rem + 0.8 * ((100vw - 320px) / 780));
  line-height: calc(0.8rem + 0.8 * ((100vw - 320px) / 780));
  color: #a4a4a4;
}
#addLicense .summary .btn {
  padding: 4px 8px;
  border-radius: 3px;
  background: #e9e9e9;
  color: #fff;
  transition: 0.1s all ease-out;
}
#addLicense .summary .btn.active {
  background: #417690;
  cursor: pointer;
}
#addLicense .summary .btn.active:hover {
  background: #649db9;
}
#addLicense .summary .btn.active:active {
  background: #31596d;
}

.card-addProduct #id_licences {
  border: 1px solid #e4e4e4 !important;
  background: #f8f8f8;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.card-addProduct #id_licences .checkbox {
  padding: 0 3px;
  position: relative;
  border: 1px solid #cacaca;
  background: #fff;
  margin: 3px;
}
.card-addProduct #id_licences .checkbox label {
  margin-bottom: 0;
  width: 100%;
}
.card-addProduct #id_licences .checkbox label span {
  color: #e20015;
  padding-left: 5px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.card-addProduct #id_licences.active {
  height: initial !important;
  overflow: initial !important;
}
.card-addProduct .addLic,
.card-addProduct .showLic {
  cursor: pointer;
  background: #649db9;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 4px 7px;
  border: 1px solid #39687e;
  margin-top: 20px;
  margin-bottom: 7px;
  transition: 0.1s all ease-out;
}
.card-addProduct .addLic:hover,
.card-addProduct .showLic:hover {
  background: #417690;
}
.card-addProduct .addLic:active,
.card-addProduct .showLic:active {
  background: #31596d;
}
.card-addProduct .showLic {
  margin-left: 20px;
  border-color: #7e7e7e;
  background: #cacaca;
}
.card-addProduct .showLic:hover {
  background: #b1b1b1;
}
.card-addProduct .showLic:active {
  background: #979797;
}

#confirmLicence {
  max-width: 760px;
  margin: 0 auto;
}
#confirmLicence .content {
  width: calc(100% - 40px);
  padding: 0 20px;
}
#confirmLicence p {
  margin-left: 10px;
  margin-bottom: 13px;
}
#confirmLicence .label {
  display: block;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  color: #cacaca;
}
#confirmLicence form {
  padding-top: 10px;
}
#confirmLicence form p {
  display: none;
}
#confirmLicence form ul, #confirmLicence form li {
  list-style: none;
}

#payProgress {
  padding: 5% 0;
}
#payProgress .content {
  text-align: center;
}
#payProgress .spinner {
  margin-bottom: 30px;
}
#payProgress .spinner img {
  width: 150px;
  animation: rotate 2s infinite linear;
}
#payProgress .payForm {
  display: none;
  input: disabled;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}