@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');

body {
  /*font-family: 'Quicksand', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
   font-family: 'Helvetica', Arial, sans-serif;

}

h1 {
  /*font-family: 'Quicksand', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
p {
  font-weight: 300;
}

.avixe-btn{
    background-color: #049948;
    color: #f9f9f9;
}
.auth-fluid {
    background: url(../images/contact_us.jpg) right;
    background-size: contain;
}
.auth-fluid .auth-fluid-left, .auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,.1);
}
.phone-layout{
    position: absolute;
    top: 30px;
    z-index: 0;
    margin-left: 14px;
}
.phone-header{
    background: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(217, 220, 225);
}
.fixed-div {
  position: fixed;
  top: 20px; /* Adjust the top position as needed */
  left: 20px; /* Adjust the left position as needed */
  width: 200px;
  background-color: red; /* Set the desired background color */
  color: white; /* Set the desired text color */
  padding: 10px; /* Set the desired padding */
  z-index: 9999; /* Set a high z-index to ensure it appears above other elements */
}

.mui-style-8zv6h3 {
    max-height: 100%;
    display: flex;
    position: fixed;
    flex-direction: column;
    right: calc(50% - 570px);
}
.mui-style-hytubl {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
}
.mui-style-hytubl .template-preview-scroll-container {
    overflow: hidden;
    max-height: 100%;
    padding: 6px 32.54px 102px 27px;
    border-radius: 40px;
}
.mui-style-hytubl .template-preview-preview-box {
    height: 559px;
    width: 276px;
    aspect-ratio: 276 / 559;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 11px 14px;
}
.mui-style-hdr6o6 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    position: relative;
}
.mui-style-hdr6o6 .template-preview-header {
    padding: 8px 10px 5px;
    background: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(217, 220, 225);
}
.mui-style-hdr6o6 .template-preview-header .template-preview-header-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 7px 0px 20px;
}
.mui-style-hdr6o6 .template-preview-header .template-preview-header-bottom {
    background: rgb(227, 227, 227);
    margin-top: 8px;
    border-radius: 5px;
    padding: 5px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    gap: 5px;
}
.mui-style-hdr6o6 .template-preview-content-wrapper {
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.mui-style-hdr6o6 .template-preview-bottom-bar {
    position: absolute;
    width: 89px;
    height: 4px;
    bottom: 4px;
    left: 50%;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.mui-style-hytubl .template-preview-overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
    display: flex;
}
.social-list-item {
    height: 2.5rem;
    width: 2.5rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 0px solid #f2f0f0;
    border-radius: 50%;
    color: #F6F7FF;
}
.list-inline-item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}
.socials-images{
        height: 2rem;
    width: 2rem;
}
.row-socials {
    --bs-gutter-x: -41px;
     --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}