.triangleLife {
    resize: horizontal;
    overflow-x: auto;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
    .triangleLife {
        padding: 0 0 40px 320px;
    }

    .scroll-indicator {
        display: block !important;
    }
}

.triangleLifeRow {
    -ms-box-orient: horizontal;
    display: flex;
    flex-wrap: nowrap;
}

.signatureNumber {
  min-width: 13px;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Roboto Mono', monospace;
}

.triangleNumber {
    min-width: 22px;
    text-align: center;
    font-size: 0.875rem;
}

.triangleNumber.arcane {
    color: #5d9fff;
    font-weight: bold;
    border-bottom: 2px solid #222;
}

.triangleNumber.negative {
    color: #de3f3f;
    font-weight: bold;
}

.select2.select2-container .select2-selection {
    background: transparent;
    border-color: rgba(238, 238, 238, 0.2) !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    line-height: 36px;
    border: 1px solid #212121;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--selected {
    background: transparent;
}

#map-personal-form label.error {
    background-color: #f0ea9f;
    color: #3e3e3e;
    border-radius: 0.25rem;
    border: 2px solid #f3bb75;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 25px;
    text-align: center;
    margin: 15px 0;
}

.tooltip-inner {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-purple {
    color: #975aff !important;
}

.signature-modal .modal-header,
.signature-modal .modal-footer {
    border-top: none;
    border-bottom: none;
}

.signature-modal .modal-header {
    font-size: 24px;
}

.signature-modal .special_character {
    font-weight: 700;
    font-size: 20px;
    padding: 5px 12px;
}

.signature-modal .signature-input,
.signature-modal .signature-input:focus {
  font-size: 28.3px;
  /* letter-spacing: 0px; */
  /* font-weight: 700; */
  color: #222;
  border: none;
  padding: 1.75rem 0.75rem;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  min-height: 53px;
  position: relative;
  z-index: 1;

}

.signature-input::selection {
  background: #d9d9d9; /* WebKit/Blink Browsers */
  
}
.signature-input::-moz-selection {
  background: #d9d9d9; /* Gecko Browsers */
}

.input-signature{
  font-size: 24px;
  font-weight: 700;
  color: #222;
  border: none;
  padding: 1.75rem 0.75rem;
  text-align: center;
  min-height: 53px;
  position: relative;
  z-index: 1;
}

.signature-modal .comment-input {
    min-height: 80px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 65vw;
    }
}
@media (min-width: 2000px) {
    .modal-dialog {
        max-width: 50vw;
    }
}

.signatureArcance {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #616161;
  min-width: 17px;
  margin-bottom: 36px;
}
.signatureArcance.active {
    color: #5d9fff;
}

.signature-modal .btn-sig-edit {
    width: 100%;
}

.name-letter-input{
  width: 20px;
  text-align: center;
  border: none;
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #616161;
}


@media only screen and (max-width: 1270px) {
  .name-letter-input{
    width: 15px;
    font-size: 16px!important;
  }


  .specialCharInput{
    /* width: 15px!important; */
    font-size: 16px;
  }

  .signatureArcanceInput {
    font-size: 12px;
    min-width: 15px;
  }
}


@media only screen and (max-width: 1050px) {
  .name-letter-input{
    width: 14px;
    font-size: 13px!important;
  }

  .specialCharInput{
    width: 14px;
    font-size: 13px;
  }

  .signatureArcanceInput {
    font-size: 13px!important;
    min-width: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .name-letter-input{
    width: 12px;
    font-size: 11px!important;
  }

  .specialCharInput{
    width: 12px;
    font-size: 11px;
  }

  .signatureArcanceInput {
    font-size: 11px!important;
    min-width: 12px;
  }
}



.specialCharInput{
  width: 17px;
  text-align: center;
  border: none;
  height: 30px;
  padding-top: 12px;
  margin-bottom: -21px;
  font-size: 20px;
}

.signatureArcanceInput {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #616161;
  width: 20px;
  border: none;
  font-family: Lato, sans-serif;
}

.signatureArcanceInput.active {
    color: #5d9fff;
}

@media only screen and (min-width: 1366px) {
    .signature-modal .btn-sig-edit {
        width: auto;
    }
}


.btn-blue {
    color: #fff !important;
    background-color: #364e9c;
}
.btn-blue:hover {
    color: #fff !important;
    background-color: #1f3375;
}

.form-group label.error {
    width: 100%;
    text-align: center;
    color: #f55252;
    font-weight: 700 !important;
}

.signatureArcance {
    position: relative;
    bottom: -37px;
}

.specialCharRow {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.specialChar {
    min-height: 36px;
    position: relative;
    bottom: -36px;
    display: flex;
    align-items: flex-end;
    z-index: 0;
    width: 25px;
}

.nameRow {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.specialCharEdit {
    padding-bottom: 10px;
}

.swal2-confirm.swal2-styled {
    width: 100%;
    background-color: #405cb6 !important;
    color: #fff;
}
.swal2-icon.swal2-info {
    border-color: #5376e6 !important;
    color: #5376e6 !important;
}

.btn-shaddow{
  box-shadow: 0 2px 7px rgb(0 0 0 / 28%);
}

.btn-shaddow:hover{
  border: 1px solid #212121;
}

.return-btn{
  background-color: #364E9C;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 50px;
}

.return-btn:hover{
  color: #fff;
  background-color: #495fa7;
}


.wedding_split{
  /* border-top: 1px solid #ddd; */
  border-right: 1px solid #ddd;
}

/* .wedding_split2{
  border-top: 1px solid #ddd;
} */


.open-triangle-wedding{
  width: 200px!important;
}

.signatureArcanceWedding{
  width: 13px;
  text-align: center;
  border: none;
  background-color: transparent;
  font-family: monospace!important;
  font-size: 18px;
}

.list-group-wedding{
  background-color: #fff!important;
  border: 1px solid #444444!important;
}

.list-group-wedding:hover{
  background-color: #f5f5f5!important;
}

.wedding-list-left{
  text-align: left;
}

.wedding-list-left > h5{
  text-align: left;
  color: #444444;
  font-family: monospace!important;
  font-size: 16px;
}

.wedding-list-right{
  text-align: right;
}

.wedding-delete-btn{
  font-size: 12px;
  padding: 0px;
  width: 80px;
}

.openTriangleWedding{
  background-color: #975AFF;
  width: 200px!important;
  color: #fff!important;
}

.modal-delete-wedding{
  max-width: 500px;
  margin: 200px auto;
}

.modal-delete-wedding > .modal-header, .modal-footer{
  border: none!important;
}

.btn-wedding-small{
  width: 100px!important;
}

.modal-edit-weddint-date{
  padding: 20px;
}

.modal-edit-weddint-date > button{
 float: right;
}

.arcane-color{
  color: #337ab7;
  text-decoration: underline;
}

.input-placa{
  height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.car-separator-div{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-separator{
  background-color: #dedede;
  width: 25px;
  height: 5px;
}

.alert-primary-transparent{
  background-color: rgba(54, 78, 156, 0.3) !important;
  border-color: rgba(54, 78, 156, 0.3) !important;
  color: #212121;
}

.btn-create-map{
  width: 20rem;
}

.btn-create-div{
  text-align: center;
}

.nameSpecialChar, .simbolsSpecialChar{
  max-width: 15px;
  font-size: 13px;
  text-align: center;
  border: none;
  font-family: 'Roboto Mono', monospace;
}


.signature-input-baby{
  font-size: 28.3px;
  /* letter-spacing: 0px; */
  /* font-weight: 700; */
  color: #222;
  border: none;
  padding: 1.75rem 0.75rem;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  min-height: 53px;
  position: relative;
  z-index: 1;
}

.signature-input-baby:focus{
  color: #222!important;
}

.comment-input-baby{
  min-height: 80px;
}

.special_character-baby {
  font-weight: 700;
  font-size: 20px;
  padding: 5px 12px;
}

.signature-baby-modal .modal-header{
  font-size: 24px;
}

.signature-baby-modal .modal-header, .signature-baby-modal .modal-footer{
  border-top: none;
  border-bottom: none;
}

.export-map{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.modal-export-map{
  width: 500px;
}

.modal-export-map > .modal-content > .modal-header{
  border-bottom: none!important;
}

.modal-export-map-wedding{
  max-width: 700px;
}

.modal-export-map-wedding > .modal-content > .modal-header{
  border-bottom: none!important;
}

.export-map-btn{
  background-color: #fff;
  border: 1px solid #ccc;
  width: 80%;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
}

.export-map-btn:hover{
  background-color: #e6e6e6;
  border-color: #adadaa;
}


.export-map-btn-link{
  background-color: #fff;
  border: 1px solid #ccc;
  width: 80%;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.export-map-btn-link:hover{
  background-color: #e6e6e6;
  border-color: #adadaa;
}

@media only screen and (max-width: 600px) {
  .modal-export-map{
    width: auto;
  }
}

.loading-overlay{
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.default-user-account{
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.account-card{
  background-color: #fff;
  padding-top: 20px;
  border-radius: 10px;
  width: 800px;
  height: auto;
  margin: 100px auto!important;

  box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
  100px 100px 80px rgba(0, 0, 0, 0.07);

}

.account-header{
  text-align: center;
}

.account-content{
  padding: 50px 20px 20px 20px;
}

.purple-b{
  color: #8F1D90;
}

.fb-button{
  background-color: #4267B2;
  border-color: #4267B2;
  color: #fff;
}

.ig-button{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: none;
  color: #fff;
}

.yt-button{
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.account-main{
  margin: 100px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 2px 4px 2px rgba(225, 225, 230, 0.35);
}

.account-tab-head{
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;

  box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
  100px 100px 80px rgba(0, 0, 0, 0.07);
}

.account-tab-content{
  background-color: #fff;
  padding-top: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -30px;

  box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
  100px 100px 80px rgba(0, 0, 0, 0.07);
}

.account-schedules{
  padding: 60px;
}



.account-schedule-card{
  background-color: #975aff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
}

.account-schedule-card-disabled{
  background-color: #e7ebee;
  border: 1px solid #975aff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
}

.account-schedule-card-disabled > .schedule-card-head > p, .account-schedule-card-disabled > .schedule-card-content > p{
  color: #222;
}

.schedule-card-head{
  text-align: center;
  color: #fff;
}

.schedule-card-head > p{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
}

.schedule-card-content{
  margin-top: 10px;
  color: #fff;
}

.coupon-markup{
  background-color: #975aff;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  font-weight: 600;
}

.schedule-today{
  background-color: #2a9d8f;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  font-weight: 600;
}

.schedule-tomorrow{
  background-color: #f3f731;
  color: #222;
  padding: 8px;
  border-radius: 20px;
  font-weight: 600;
}

.schedule-date{
  background-color: #f77f00;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  font-weight: 600;
}

.modal-content-delete-user{
  max-width: 600px!important;
  margin: auto;
}

.modal-header-delete, .modal-header-edit-modal{
  border: none!important;
}

.modal-content-edit-user{
  max-width: 800px!important;
  margin: auto;
}

.modal-delete-business{
  max-width: 400px;
  margin: auto;
}

.list-group-business > .list-group-item:nth-child(even) {
  background-color: #f5f5f5;

}


.modal-content-business{
  max-width: 700px;
  margin: auto;
}


.signature-scroll{
  width: 400px;
  overflow-x: auto;
}

.triangle-name-font{
   /* font-family: 'Source Code Pro', monospace!important; */
}

.signature-font{
  font-family: 'Charm', cursive;
}

.babySignatureChar{
  max-width: 21px;
  font-size: 24px;
  text-align: center;
  border: none;
  background-color: transparent;
  /* border: 1px solid red; */
  text-align: center;

}

.baby-index{
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.btn-delete{
  background-color: #dc3545;
  color: #fff;
  font-size: 12px;
  padding: 3px;
}

.btn-delete:hover{
  color: #fff;
}

.btn-config-map{
  color: #975AFF;
}

.btn-config-map:hover{
  color: #8741ff;
  box-shadow: none;
}

.modal-personal{
  max-width: 600px;
  margin: auto;
}

.modal-baby{
  max-width: 600px;
  margin: auto;
}

.modal-wedding{
  max-width: 600px;
  margin: auto;
}

.modal-delete-signatures{
  max-width: 600px;
  margin: auto;
}


.modal-work-period{
  max-width: 800px;
  margin: auto;
}

.work-days, .work-times{
  /* border: 1px solid #975aff; */
  border-radius: 6px;
  padding: 20px;
  max-width: 300px;
  margin: auto;
}

.work-days > .work-days-head, .work-times > .work-times-head{
  text-align: center;
}

.work-days > .work-days-head > span, .work-times > .work-times-head > span{
  font-size: 20px;
  text-align: center;
}

.work-days-content{
  max-width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.days-select{
  flex: 1 0 30%;
  background-color: #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.days-select:hover{
  background-color: #8F1D90;
  color: #fff;

}

.days-select-active{
  background-color: #8F1D90!important;
  color: #fff;
}

.days-select-active:hover{
  background-color: #d9d9d9!important;
  color: #000;
}


.work-times-content{
  max-width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.times-select{
  flex: 1 0 30%;

  background-color: #d9d9d9;
  border-radius: 6px;
  width: 30px;
  height: 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.times-select:hover{
  background-color: #8F1D90;
  color: #fff;

}

.times-select-active{
  background-color: #8F1D90!important;
  color: #fff;
}

.times-select-active:hover{
  background-color: #d9d9d9!important;
  color: #000;
}


.work-period-div{
  margin-bottom: 70px;
}

.work-period-card{
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 2.8px 2.8px 2.2px rgb(0 0 0 / 2%), 6.7px 6.7px 5.3px rgb(0 0 0 / 3%), 12.5px 12.5px 10px rgb(0 0 0 / 4%), 22.3px 22.3px 17.9px rgb(0 0 0 / 4%), 41.8px 41.8px 33.4px rgb(0 0 0 / 5%), 100px 100px 80px rgb(0 0 0 / 7%);

}

.work-period-card > h1{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.work-period-days ,.work-period-times{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.work-period-item{
  /* flex: 1 0 30%; */

  background-color: #8F1D90;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-update-old > h1{
  text-align: center;
  font-size: 24px;
}

.toggle-handle{
  background-color: #fff;
}

.btn-item-allowed{
  background-color: #364E9C;
  color: #fff;
}

.btn-item-allowed:hover{
  color: #fff;
}

.btn-item-denied{
  background-color: #bfc0c0;
  color: #000;
}

.btn-item-denied:hover{
  color: #000;
}

.access-list{
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.access-list > .toggle.btn{
  width: 100px!important;
}

.maps-list-div{
  margin: 100px auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.maps-list-head {
  text-align: center;
}

.maps-list-head > h1{
  text-transform: uppercase;
  font-weight: 500;
  color: #8F1D90;
}

.edit-pdf-div{
  height: 800px;
  overflow-y: auto;
  padding: 20px;
}

/* width */
.edit-pdf-div::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.edit-pdf-div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.edit-pdf-div::-webkit-scrollbar-thumb {
  background: #364E9C;
  border-radius: 10px;
}

.label-v1{
  font-size: 20px;
  font-weight: 500;
}

.loading-map{
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.schedules-page-div{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: -8px 8px 14px 0 rgb(25 42 70 / 11%);
}

.schedules-page-div-head > h1{
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}

.how_works_div, .cancellation_policies_div, .target_audience_div{
  padding: 40px;
  height: 400px;
  overflow-x: auto;
}

.how-works-item, .cancellation-policies-item, .target-audience-item{
  border: 1px solid #364E9C;
  border-radius: 8px;
}

.delete-item-div{
  margin-top: 10px;
  text-align: right;
}

.page-card{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: -8px 8px 14px 0 rgb(25 42 70 / 11%);
  padding: 20px;
  display: flex;
  flex-direction: row;
}

.page-card-body-type{
  text-transform: uppercase;
  font-weight: 600;
  color: #364e9c;
}

.page-card-body-user{
  font-size: 25px;
}

.page-card-img {
  margin-right: 30px;
}

.page-card-img > img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.page-card-img-v2{
  margin-right: 30px;
}

.page-card-img-v2 > img{
  width: 200px;
  height: 200px;
  /* border-radius: 50%; */
  /* object-fit: cover; */
}

@media only screen and (max-width: 600px) {
  .page-card{
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-card-img {
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .page-card-imgv-2{
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .page-card-body{
    text-align: center;
  }

}

.schedule-user-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.schedule-user-img > img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.text-banner{
  color: #fff;
  font-size: 25px;
}

summary:after {
  background: #370D73;
  border-color: #370D73;
  border-radius: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

details[open] summary:after {
  content: "\f107";
}

@media only screen and (max-width: 600px) {
  summary:after {
    width: 80px;
    height: 40px;
  }
}

.schedule-page-image-div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.page-image-input{
  text-align: center;
}

.schedule-page-image{
  width: 300px;
  height: 200px;
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.schedule-page-image > img{
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}

.schedule-page-image-banner{
  width: 300px;
  height: 200px;
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.schedule-page-image-banner > img{
  width:  300px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  
}

.schedule-page-image-about{
  width: 300px;
  height: 200px;
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.schedule-page-image-about > img{
  width:  300px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}

.border-default{
  border: 1px solid #364E9C!important;
}

.approve-modal-title > h1, .reject-modal-title > h1{
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.approve-modal-title > p, .reject-modal-title > p{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-top: 40px;
}

.details-modal-title > h1{
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.modals-user-info{
  max-height: 275px;
  overflow-y: auto;
  margin-top: 40px;
  padding: 20px;
}

.modals-user-info::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modals-user-info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.modals-user-info::-webkit-scrollbar-thumb {
  background: #364E9C;
  border-radius: 10px;
}

.modals-user-info > label, .modal-user-files > label{
  font-weight: 700;
}

#user_files{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.modals-user-info > p{
  text-align: justify;
  font-size: 13px;
  font-weight: 500;
}

.active-user{
  background-color: #364E9C;
  color: #fff;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.pending-user{
  background-color: #d7d7d7;
  color: #000;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.plan-canceled{
  background-color: #e5383b;
  color: #fff;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.plan-inactive{
  background-color: #f48c06;
  color: #fff;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.access-list-div-numerologist{
  margin: auto;
  padding: 20px;
  overflow-x: auto;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px solid rgba(54, 78, 156, 0.9);
  border-radius: 3px;
  transition: 0.2s;
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(54, 78, 156, 0.9);
  border: 1px solid rgba(54, 78, 156, 0.4);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.loading-modal-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 50px;
}

.loading-title{
  color: #364E9C;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.loading-animation {
  animation: loading-anim 5s infinite linear;
}

@keyframes loading-anim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.success-loading-text{
  text-align: justify;
  color: #364E9C;
  font-size: 18px;
}

.loading-text{
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  color: #364E9C;
  font-size: 20px;
  padding: 40px;
}

.user-info-head{
  padding: 60px 60px 0px 60px;
}

.user-info-head > h1{
  text-align: left;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  color: #370D73;
  text-transform: uppercase;
}

.user-info-content{
  padding: 60px;
}

.section-border{
  border: 1px solid #F28D8D;
  padding: 20px;
  border-radius: 16px;
}

.info-section{
  margin-bottom: 30px;
}

.section-border-bottom{
  border-bottom: 1px solid #ADADAD;
}

.info-section-head > h1{
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;
}

.info-section-items{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0px 20px 0px;
}

.input-edit{
  border: none;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  width: 300px;
  overflow: hidden;
}

.input-edit::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #370D73;
  opacity: 1; /* Firefox */
}

.input-edit:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #370D73;
}

.input-edit::-ms-input-placeholder { /* Microsoft Edge */
  color: #370D73;
}


.user-info-actions{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.btn-light-dualita{
  width: 200px;
  height: 57px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #370D73;
  border: 1px solid #370D73;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
}

.btn-light-dualita:hover{
  background-color: #370D73;
  color: #fff;
}

.btn-full-dualita{
  width: 200px;
  height: 57px;
  background-color: #8F1D90;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
}

.btn-full-dualita:hover{
  background-color: #7F1D8F;
}

.user-schedules-head{
  padding: 60px 60px 0px 60px;
}

.user-schedules-head > h1{
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;
}

.card-schedule-account{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
  
}

.card-schedule-account-left{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-schedule-account-left-img{
  margin-right: 30px;
}

.card-schedule-account-right{
  text-align: center;
}

.section-border-schedules{
  border: 1px solid #F28D8D;
  padding: 20px;
  border-radius: 16px;
}

.card-schedule-account-left-text > p{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;
}

.card-schedule-account-right > p{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;
  display: flex;
}

.card-schedule-account-right > p > img{
  width: 15px!important;
}

.card-schedule-account-left-img > img{
  border-radius: 50%;
  width: 100px!important;
  height: 100px!important;
  object-fit: cover;
}

@media only screen and (max-width: 770px) {
  .card-schedule-account{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-schedule-account-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-schedule-account-left-img, .card-schedule-account-left-text{
    margin-bottom: 20px;
  }
}


.user-maps {
  padding: 60px 60px 60px 60px;
}

.user-maps-head > h1{
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;

}

.map-card-account{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.map-card-account-left{
  border: 1px solid #F28D8D;
  padding: 8px;
  height: 370px;
}

.map-card-account-left-content{
  background-color: #730375;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
}

.map-card-account-left-content > img{
  max-width: 80px;
}

.map-card-account-left-content > h1{
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}


.map-card-account-right > h1{
  color: #370D73;
  text-transform: uppercase;
  font-size: 25px;
  text-align: left!important;
  font-weight: 700;
}

.map-card-account-right > h2{
  color: #370D73;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left!important;
}

.map-card-account-right > p{
  color: #370D73;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left!important;
}

@media only screen and (max-width: 1299px) {
  .map-card-account-right{
    margin-top: 50px!important;
  }
}

@media only screen and (max-width: 992px) {
  .map-card-account-left, .map-card-account-left-content{
    width: 100%;
    text-align: center;
  }
}

.map-card-account-items{
  max-width: 500px;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.map-card-account-items > ul{
  list-style-type: none;
}

.generate-map-action{
  width: 100%;
  display: flex;
  justify-content: flex-end;

}

.map-card-account-items > span{
  color: #370D73;
}

.map-card-account-items::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.map-card-account-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.map-card-account-items::-webkit-scrollbar-thumb {
  background: #364E9C;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .map-card-account-items{
    width: auto;
  }
}

.user-account-plan{
  padding: 60px 60px 60px 60px;
}

.user-plan-config-head{
  padding: 20px;
}

.user-plan-config-head > h1{
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;
}

.table-plan{
  border: 1px solid #D4D4D4;
  border-radius: 8px;
}

.table-plan td, .table-plan th{
  border: none!important;
}

.table-plan > thead > tr > th{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;  
}

.table-plan > tbody > tr > td, .table-plan > tbody > tr > td > a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #3A3A3A;  
}

.modal-cancel-plan{
  max-width: 593px;
  margin: auto;
  border-radius: 35px;
  padding: 40px;
}

.modal-cancel-plan-head > h1{
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
}

.modal-cancel-plan-body > p{
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #3A3A3A;
  margin-top: 1rem;
}

.modal-cancel-plan-actions{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.btn-light-dualita-v2{
  width: 200px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
  border-radius: 5px;
  font-weight: 700;
  font-size: 19px;
}

.btn-light-dualita-v2:hover{
  background-color: #3A3A3A;
  color: #fff;
}

.btn-full-dualita-v2{
  width: 200px;
  height: 35px;
  background-color: #8F1D90;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 19px;
}

.btn-full-dualita-v2:hover{
  background-color: #7F1D8F;
  color: #fff;
}

.cancel-success{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cancel-success > h1{
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  color: #370D73;
  margin-top: 2rem;
}

.user-account-plan-head{
  padding: 40px 0px 40px 0px;
}

.user-account-plan-head > h1{
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #370D73;
  text-transform: uppercase;  
}

.modal-update-payment{
  
}

.modal-buyer-details{
  max-width: 600px;
  margin: auto;
}

.modal-buyer-details-head, .modal-buyer-details-content {
  padding: 20px;
}

.modal-buyer-details-head > h1{
  font-size: 25px;
  font-weight: 600;
}

.modal-buyer-details-content > h2{
  color: #370D73;
  text-align: left;
  font-size: 20px;
}

.modal-buyer-details-actions{
  text-align: center;
  padding: 20px;
}

.modal-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-menu-item-active{
  background-color: #364E9C;
  color: #fff;
  border-radius: 8px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-menu-item-active:hover{
  background-color: #3A3A3A;
  color: #fff;
  cursor: pointer;
}

.modal-menu-item{
  background-color: #fff;
  border: 1px solid #364E9C;
  color: #364E9C;
  border-radius: 8px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-menu-item:hover{
  background-color: #364E9C;
  color: #fff;
  cursor: pointer;
}

.cms-page{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.cms-page-head{
  padding: 20px;
}

.cms-page-head > h1{
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.cms-page-content{
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.cms-page-item{
  background-color: #fff;
  color: #364E9C;
  /* border: 1px solid #364E9C; */
  border-radius: 8px;
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 20px 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: ease-in-out 0.2s;
}

.cms-page-item:hover{
  background-color: #364E9C;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  color: #fff;
  cursor: pointer;
}

.cms-page-item-active{
  background-color: #364E9C;
  color: #fff;
  /* border: 1px solid #364E9C; */
  border-radius: 8px;
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 20px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: ease-in-out 0.2s;
}

.cms-page-item-active:hover{
  background-color: #3A3A3A;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  
}

.section_div{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  padding: 20px;
}

#accordion_items_div{
  max-height: 600px;
  overflow-y: auto;
}

.add-accordian-action{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.details-accordian-v2 {
  margin-bottom: 3px;
}

.details-accordian-v2 > details{
  background-color: #fff;
  /* border-radius: 8px; */
  padding: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.details-accordian-v2 > details > summary{
  display: flex;
  justify-content: space-between;
  color: #8F1D90;
  font-weight: 700;
}

.details-accordian-v2 > details > summary:after{
  background: transparent;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #8F1D90;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
}


.details-accordian-v2 > details[open] summary:after {
  content: "\f106";
}

@media only screen and (max-width: 600px) {
  .details-accordian-v2 > details > summary:after {
    width: 80px;
    height: 40px;
  }
} 

.border-accordian-first > details{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.border-accordian-last > details{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.custom-file-input ~ .custom-file-label::after {
  content: "Escolher";
}

.signature-suggestion-modal{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.signature-suggestion-div{
  /* max-width: 800px; */
  /* width: 100%; */
  /* padding: 20px; */
  /* margin: auto; */
}

.sig-suggest-actions{
  text-align: right;
  margin-top: 20px;
}

.input-sig-suggest{
  text-align: center;
  height: 40px;
  font-size: 20px;
}

.signatures-suggest-sig{
  display: flex;
  flex-direction: column;
}

.div-signatures{
  height: 600px;
  overflow-y: auto;
  padding: 20px;
}

/* width */
.div-signatures::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.div-signatures::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.div-signatures::-webkit-scrollbar-thumb {
  background: #364E9C;
  border-radius: 10px;
}

.no-sig-found{
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-sig-found > h1{
  font-size: 20px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 400;
}

.list-item-signature{
  min-width: 470px;
}

.list-item-signature:hover{
  background-color: #fff;
  border: 1px solid #364E9C;
}

.signature-suggestion-title{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.signature-suggestion-title > h1{
  font-size: 20px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 400;
}

.expression-markup{
  color: #0000EE;
  font-weight: 500;
  padding: 0px 10px 0px 10px;
  border-radius: 8px;
}

.list-item-signature:active, .list-item-signature:focus{
  background-color: #fff!important;
  border: 2px solid #364E9C;
}

.modal-save-signature{
  max-width: 700px;
  width: 100%;
  margin: auto;
}


.schedule-sec-title{
  font-size: 20px!important;
  font-weight: 500!important;
}

.schedule-finished{
  background-color: #364E9C;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}

.schedule-pending{
  border: 1px solid #364E9C;
  color: #364E9C;
  font-weight: 600;
  padding: 10px;
}

.leads-actions{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-about-image{
  height: 700px;
}

.page-about-image > img{
  max-height: 700px;
  height: 100%;
  object-fit: cover;
}

.pages-create{
  margin-top: 30px;
}

.pages-create-head{
  margin-bottom: 50px;
}


.pages-create-img > img{
  width: 100%;
  max-height: 300px;
}

.pages-create-actions{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages-create-label{
  width: 100%;
  text-align: left;
}

.pages-create-label > label{
  font-size: 16px;
}

.pages-create-submit{
  padding: 20px;
  text-align: right;
}

.custom-file-label{
  overflow: hidden;
}

.custom-file-input:hover{
  cursor: pointer;
}

.new-user{
  padding: 20px;
  text-align: center;
}

.new-user > h1{
  font-size: 20px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 400;
}

.new-user-form{
  padding: 20px;
}

.content-separator{
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.content-separator > span{
  font-size: 16px;
  color: #364E9C;
  text-transform: uppercase;
  font-weight: 600;
}

.dualita-radio-v2 {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #370D73;
}

.dualita-radio-v2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.dualita-radio-v2 > .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.dualita-radio-v2 input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #707070;
}

.dualita-radio-v2:hover input ~ .checkmark {
  background-color: #707070;
  border: 1px solid #707070;
}

.dualita-radio-v2 input:checked ~ .checkmark {
  background-color: #8F1D90;
}

.dualita-radio-v2 input:checked ~ .checkmark:after {
  display: block;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:active{
  background-color: #364E9C!important;
  color: #fff;
}

.plan-period-div{
  padding-left: 20px;
}

.plan-value-div{
  /* padding: 20px; */
}

.search-div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.map-generated{
  margin: 100px auto;
  max-width: 50rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 20px;
}

.map-generated-header{
  text-align: center;
  margin-bottom: 30px;
}

.map-generated-actions{
  width: 100%;
  text-align: right;
}