@charset "UTF-8";

@font-face {
    font-family: "univers-next-arabic-regular";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/univers-next-arabic-regular.ttf?12fa72c87000b397da34b8d77dc2d2e8) format("truetype");
}

@font-face {
    font-family: "SairaExtraCondensed-Regular";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/SairaExtraCondensed-Regular.ttf?90074efc850439a17fd9fa0ec60883f6) format("truetype");
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #210229;
    direction: rtl;
    font-family: univers-next-arabic-regular;
    color: #ffffff;
}

a {
    text-decoration: none;
    color: white;
}

.header {
    z-index: 9;
    position: absolute;
    width: 100%;
}

.header .container {
    padding: 15px 0;
}

.header .head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
}

.header .head>div:last-child {
    font-size: 0;
}

.header .head .lang {
    text-align: left;
    margin-left: 50px;
    min-width: 178px;
    display: flex;
    align-items: center;
}

.for-event-creators .btn-wrap {
    text-align: center;
}

.for-event-creators .btn-wrap .register-now {
    color: #ffffff;
    background: #c51174;
    font-size: 28px;
    padding: 8px 106px;
    margin: 32px auto;
    display: inline-block;
    border-radius: 50px;
}

.header .head .lang a {
    display: inline-flex;
    font-size: 20px;
    padding: 0 14px;
    line-height: 26px;
    position: relative;
    background-color: #df2a7a;
    color: #ffffff;
    border-radius: 12px;
    font-family: SairaExtraCondensed-Regular;
}

.header .head .lang .grad-btn {
    padding: 10px 24px 4px 24px;
    font-size: 17px;
    min-width: 90px;
    background: #f266a8;
    background: linear-gradient(146deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
    color: #ffffff;
    font-family: univers-next-arabic-regular;
    margin-right: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.header .head .lang a img {
    width: 18px;
    height: 18px;
    margin: 5px 5px 5px 0;
}

.header .head .menu ul {
    list-style: none;
}

.header .head .menu ul li {
    display: inline-block;
    position: relative;
}

.header .head .menu ul .mobile-visible {
    display: none;
}

.header .head .menu ul li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0 35px;
    line-height: 26px;
    display: block;
    position: relative;
}

.header .head .menu ul li a::after {
    content: " ";
    width: 1px;
    height: 20px;
    background-color: #df2a7a;
    position: absolute;
    right: 0;
    top: 4px;
}

.header .head .menu ul li:first-child a::after {
    width: 0;
}

.header .head .menu ul li ul {
    position: absolute;
    width: 100%;
    padding-top: 23px;
    display: none;
}

.header .head .menu ul li:hover ul {
    display: block;
}

.header .head .menu ul li ul li {
    display: block;
    background: rgba(233, 30, 99, 0.8);
}

.header .head .menu ul li ul li a::after {
    content: unset;
}

.header .head .menu ul li ul li a {
    display: block;
    padding: 6px 14px;
    font-size: 18px;
}

.header .head .menu ul li ul li a:hover {
    color: #5f1236;
}

.header .head .menu ul li a:hover {
    color: #df2a7a;
}

.header .head .logo {
    width: 178px;
    margin-right: 50px;
}

.welcome {
    overflow: hidden;
    background-image: url(/images/home-1-2.jpg?9dc361b71db48673984921a7734dec75);
    height: 1290px;
    background-size: cover;
    background-position: left top;
}

.welcome .side {
    width: 512px;
    padding: 0 148px;
    margin: 250px 0;
    float: left;
}

.welcome .side h1 {
    font-size: 56pt;
    line-height: 80px;
    margin-bottom: 12px;
}

.welcome .side .download-button {
    color: #fff;
    background-color: #df1e79;
    margin-top: 34px;
    display: block;
    padding: 15px 12px;
    font-size: 33px;
    text-align: center;
    border-radius: 50px;
}

.welcome .side .description {
    font-size: 20px;
    margin-top: 28px;
}

.welcome .side .download {
    margin-top: 34px;
}

.welcome .side .download img {
    width: 200px;
    border: 1px solid #30293e;
    border-radius: 6px;
}

.welcome .side .download a:first-child {
    margin-left: 12px;
}

.seperator {
    background-color: #000000;
}

.line {
    background: #f266a8;
    background: linear-gradient(90deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
    height: 5px;
}

.seperator .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 42px 18px;
}

.seperator .content a {
    color: #ffffff;
    font-size: 38px;
    margin: 0 16px;
    border: 2px solid #000000;
    padding: 0 48px;
    transition: all 300ms ease;
}

.seperator .content a:hover {
    color: #e01e79;
    border-radius: 24px;
    border: 2px solid #e01e79;
}

.seperator .content .slash {
    width: 7px;
    background-color: #e01e79;
    transform: rotate(-34deg);
    margin: 0 42px;
    border-radius: 50px;
}

.streams {
    background-image: url(/images/home-2.jpg?cb637e3…);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}
.all-event-container.streams {
    background-color: #210229 !important;
    background-image: none !important;
  }
.streams .container {
    padding: 50px 15px 1px 15px;
    ;
}

.streams h1 {
    text-align: center;
    font-size: 92px;
    margin: 42px 0;
}

.streams .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.streams .grid .stream {
    width: 376px;
    margin: 24px;
}

.streams .container h3 {
    text-align: right;
    font-size: 24px;
    letter-spacing: 5px;
}

.streams .container hr {
    margin: 0 98px 0 98px;
}

.streams .grid .stream .thumbnail {
    background-color: #000000;
    height: 200px;
    overflow: hidden;
}

.streams .grid .stream .thumbnail img {
    width: 100%;
}

.streams .grid .stream p {
    font-size: 20px;
}

.streams .grid .stream h2 {
    margin-top: 12px;
    font-size: 36px;
    font-weight: normal;
    line-height: 38px;
}

.for-section {
    display: flex;
    background-color: #000000;
    height: 800px;
}

.for-section>div {
    width: 50%;
}

.for-section>div>div {
    display: block;
    margin: 82px auto;
    width: 554px;
}

.for-section>div>div h1 {
    color: #e01e79;
    font-size: 84px;
    line-height: 74px;
}

.for-section>div>div p {
    font-size: 22px;
    margin-top: 24px;
}

.for-section>div>div ul li {
    font-size: 22px;
    margin-top: 24px;
}

.for-section>div>div a {
    font-size: 20px;
    margin-top: 24px;
    color: #ffffff;
    background-color: #e01e79;
    padding: 0 16px;
    border-radius: 50px;
    display: inline-block;
}

.for-section .right {
    background-image: url(/images/home-3-2-ar.jpg?c297ba016dea1b74bd29c0de92d11af7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.for-section .left {
    background-image: url(/images/home-3-1-ar.jpg?c39109cc1c09b4dc472ffbd72d4d9ac1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.about-livaat {
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.about-livaat img {
    width: 100%;
}

.about-livaat::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.about {
    display: block;
    padding: 0 85px 85px 85px;
}

.about h1 {
    font-size: 94px;
    color: #df2a7a;
}

.about h2 {
    font-size: 48px;
}

.about .info {
    display: flex;
    margin-top: 24px;
}

.about .info .image img {
    max-width: 586px;
}

.about .info .details {
    box-sizing: border-box;
    padding: 0 34px;
}

.about .info .details h3 {
    color: #df2a7a;
    font-size: 42px;
}

.about .info .details p {
    font-size: 20px;
    margin-bottom: 16px;
}

.technology {
    display: flex;
    padding: 0 85px 85px 0;
    justify-content: space-between;
}

.technology .details {
    max-width: 500px;
    margin-left: 54px;
    margin-right: 54px;
}

.technology .details h3 {
    color: #df2a7a;
    font-size: 52px;
}

.technology .details p {
    font-size: 20px;
    margin-bottom: 16px;
}

.technology .details .logo {
    width: 164px;
    margin: 50px 0;
}

.technology .image {
    max-width: 744px;
    margin-top: -72px;
}

.technology .image img {
    width: 100%;
}

footer {
    background-color: #000;
}

footer .container {
    padding: 22px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .container .col {
    margin: 0 8px;
}

footer .container .col h3 {
    margin: 8px 0 18px 0;
    font-weight: normal;
}

footer .container .col ul {
    list-style: none;
}

footer .container .col ul li a {
    color: #ffffff;
    margin: 12px 0;
    display: block;
    font-size: 14px;
}

footer .container .download {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .container .col .social ul {
    list-style: none;
    display: block;
    text-align: center;
}

footer .container .col .social ul li {
    display: inline-block;
}

footer .container .col .social ul li a {
    display: block;
}

footer .container .col .social ul li a img {
    width: 32px;
    margin: 0 3px 0 0;
}

footer .container .col .visacards img {
    width: 80px;
    display: inline-block;
    margin: 8px;
}

footer .container .col .download-button {
    background: #f266a8;
    background: linear-gradient(146deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
    color: #ffffff;
    padding: 12px 32px;
    display: block;
    border-radius: 50px;
    font-size: 16px;
    font-family: univers-next-arabic-regular;
    line-height: 24px;
}

footer .container .download .stores {
    margin-top: 12px;
    text-align: center;
}

.hawawi-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

footer .container .download .stores a {
    display: inline-block;
    margin: 5px 3px 0 3px;
}

footer .container .download .stores a img {
    border-radius: 50px;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
}

.for-event-viewers {
    padding: 0 185px 85px 185px;
}

.for-event-viewers .button {
    background-color: #df2a7a;
    color: #fff;
    z-index: 9;
    font-size: 26px;
    padding: 12px 24px;
    margin: 16px 0;
    display: inline-block;
    border-radius: 50px;
}

.for-event-viewers h1 {
    font-size: 94px;
    color: #df2a7a;
}

.for-event-viewers h2 {
    font-size: 48px;
}

.for-event-viewers h3 {
    color: #df2a7a;
    font-size: 52px;
}

.for-event-viewers p {
    font-size: 20px;
    margin-bottom: 16px;
    max-width: 680px;
}

.for-event-viewers img {
    width: 100%;
    margin-top: -82px;
    position: relative;
    z-index: -1;
}

.mobile-show {
    display: none;
}

.for-event-creators h1 {
    line-height: 98px;
    margin-bottom: 24px;
}

.for-event-creators p {
    max-width: unset;
    font-size: 22px;
}

.for-event-creators h2 {
    margin: 36px 0;
    line-height: 46px;
}

.cards {
    overflow: hidden;
    display: flex;
}

.cards>div {
    width: 50%;
}

.cards .card {
    margin-bottom: 28px;
    border: 1px solid #c51174;
    background: #fff;
    text-align: center;
    position: relative;
    line-height: 26px;
    font-size: 24px;
    padding: 6px 26px;
    box-sizing: border-box;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards .right .card::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid #c51174;
    border-left: 19px solid transparent;
    left: -1px;
    bottom: -19px;
}

.cards .right .card {
    color: #c51174;
}

.cards .left .card {
    color: #6a5c92;
}

.cards .left {
    margin-right: -19px;
    z-index: -1;
    margin-top: 18px;
}

.cards .right .title {
    background-color: #c51174;
}

.cards .right .title::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid #c51174;
    border-left: 19px solid transparent;
    left: 0px;
    bottom: -18px;
}

.cards .left .title {
    background: #c10d70;
    background: linear-gradient(-151deg, #ac0762 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
}

.cards .title {
    display: block;
    margin-bottom: 28px;
    background: #fff;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 38px;
    border: 0;
}

.form-wrap {
    min-height: calc(100vh - 209px);
    background-image: url(/images/home-1-2.jpg?aee8f9e…);
    padding: 112px 16px 112px;
    box-sizing: border-box;
}

.form-wrap .form {
    min-height: 470px;
    background-color: white;
    margin: 60px auto 0;
    border-radius: 30px;
    max-width: 1120px;
    display: flex;
    overflow: hidden;
}

.form-wrap .form .form-bg {
    background-image: url(/images/form-bg-ar.jpg?c092903…);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    width: 466px;
}

.form-wrap .form .form-contact-us-bg {
    background-image: url(/images/contact-us-bg-ar.jpg?c092903…);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    width: 466px;
}

.form-wrap .form .fields-wrap {
    width: 655px;
    box-sizing: border-box;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-wrap .form .fields-wrap h1 {
    color: #000000;
    font-size: 32px;
    padding: 0 26px;
}

.form-wrap .form .fields-wrap p {
    color: #000000;
    font-size: 18px;
    padding: 0 26px;
}

.form-wrap .form .fields-wrap p a {
    color: #df2a7a;
}

.form-wrap .form .fields-wrap .field-wrap {
    padding: 6px 26px;
    box-sizing: border-box;
}

.form-wrap .form .fields-wrap .field-wrap label {
    display: block;
    color: #df2a7a;
}

.form-wrap .form .fields-wrap .field-wrap input {
    width: 100%;
    outline: none;
    font-size: 16px;
    display: block;
    border: 1px solid #df2a7a;
    border-radius: 15px;
    padding: 14px;
    box-sizing: border-box;
    font-family: Arial;
}

.form-wrap .form .fields-wrap .field-wrap .submit {
    background: #df2a7a;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    padding: 4px 16px 2px;
    border-radius: 8px;
    font-family: univers-next-arabic-regular;
    cursor: pointer;
}

.menu-button {
    display: none;
    flex-direction: column;
    width: 40px;
    height: 32px;
    justify-content: space-evenly;
    margin-right: 12px;
    cursor: pointer;
}

.menu-button div {
    height: 4px;
    background-color: #ffffff;
    border-radius: 8px;
}

.event-form-tut {
    padding-top: 9%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.event-form-wrap h1 {
    color: #df2a7a;
    font-size: 96px;
    line-height: 96px;
    margin: 64px 8px 34px 8px;
    letter-spacing: 4px;
}

.event-form-wrap h2 {
    color: #df2a7a;
    font-size: 28px;
    line-height: 42px;
    margin: 34px 8px;
}

.event-form-wrap form {
    display: block;
    margin: 0 -8px;
    overflow: hidden;
}

.event-form-wrap form button {
    font-family: univers-next-arabic-regular;
}

.event-form-wrap form .field-wrap {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.event-form-wrap form .field-wrap label {
    width: 350px;
    color: #d6d1d1;
    font-size: 20px;
    font-family: inherit;
}

.event-form-wrap form .field-wrap .col-1 {
    display: flex;
    width: 900px;
}

.event-form-wrap form .field-wrap .col-1 .field {
    width: 100%;
}

.event-form-wrap form .field-wrap .col-2 {
    display: flex;
    width: 900px;
}

.event-form-wrap form .field-wrap .col-2 .field {
    width: 80%;
}

.event-form-wrap form .field-wrap .field {
    width: 900px;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
}

.event-form-wrap form .field-wrap .field .select-file {
    background-color: rgb(68 72 74 / 10%);
    color: #666666;
    box-sizing: border-box;
    padding: 7px 24px;
    border-radius: 32px;
    border: 1px solid #df2a7a;
    font-size: 18px;
    margin-right: 5px;
    outline: none;
    line-height: 32px;
    cursor: pointer;
}
#upload-logo, #upload-poster {
    width: 50%;
      background-color: transparent;
      padding: 13px;
      border-radius: 32px;
      padding-right: 25px;
      padding-left: 25px;
      color: white;
      border: 1px solid var(--dark-pink);
      font-size: 20px;
  }
.event-form-wrap form .field-wrap .field .select-file:hover {
    background: #ef62a5;
    color: #fff;
    border-color: #000000;
}

.event-form-wrap form .field-wrap .field label {
    color: white;
    margin: 0 16px;
}

.section-title {
    pointer-events: none;
    background-color: #df2a7a;
    border: none;
    color: white;
    padding: 15px 33px 15px 19px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px 5px;
    border-radius: 10px;
}

.event-form-wrap form .field-wrap .field input,
.event-form-wrap form .field-wrap .field select,
.event-form-wrap form .field-wrap .field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    /* color: #666666; */
    color: white;
    box-sizing: border-box;
    padding: 7px 18px;
    border-radius: 32px;
    border: 1px solid #df2a7a;
    font-size: 18px;
    outline: none;
    line-height: 32px;
    position: relative;
    background: unset;
    z-index: 1;
    font-family: univers-next-arabic-regular;
}

.event-form-wrap form .field-wrap .field select {
    cursor: pointer;
    color: #ffffff;
    /* position: absolute; */
    right: 0;
}

.options-style {
    color: #000000;
}

.pink-color {
    color: #df2a7a;
}

.position-style {
    margin-right: 46px;
}

.live-upload-event {
    margin-right: 40px;
}

.creator-follower {
    overflow: hidden;
    width: 200px;
    box-sizing: border-box;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    height: 190px;
    position: absolute;
    bottom: 55px;
}

.followers-box {
    width: 98%;
    display: -webkit-inline-box;
    margin: 20px 20px -10px 20px;
}

.followers-info {
    float: left;
    display: block;
    margin: 7px;
    overflow: hidden;
    width: 200px;
    height: 220px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
    border-radius: 10%;
    background-color: rgba(0, 0, 0, 0.7);
}

.followers {
    font-weight: bolder;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 10px;
}

.img-follower {
    width: 6rem;
    height: 6rem;
    border: 2px solid #df2a7a;
    border-radius: 50px;
}

.main-info {
    width: 100%;
    margin-right: 7px;
}

.event-items-table-container {
    width: 198%;
    height: 500px;
    box-sizing: border-box;
    padding: 12px;
    position: relative;
    display: table;
    float: left;
    clear: both;
    border-radius: 10px;
    margin-bottom: 10px;
}

.event-form-wrap form .field-wrap .field .arrow {
    width: 18px;
    height: 16px;
    position: absolute;
    background-image: url(/images/arrow_down.png?168a2ff…);
    left: 27px;
    top: 15px;
}

.event-form-wrap form .field-wrap .field .circles {
    cursor: pointer;
    position: absolute;
    left: 26px;
    top: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 32px;
}

.event-form-wrap form .field-wrap .field .circles .circle {
    background-color: #dd2e76;
    width: 12px;
    height: 12px;
    border-radius: 5px;
    margin: 2px;
}

.event-form-wrap form .payment-method h3 {
    font-size: 24px;
}

.event-form-wrap form .payment-method .radio {
    margin: 28px 0;
}

.info-img {
    font-size: medium;
    float: right;
}

.label-info-img {
    float: right;
}

.chunk-info {
    width: 50%;
    color: rgb(223, 42, 122);
    padding-top: 2%;
    padding-right: 5%;
    white-space: nowrap;
}

.event-custom-scrollbar {
    position: relative;
    overflow: scroll;
    /* max-height: 600px; */
    overflow-x: hidden;
    /* overflow-y:hidden; */
}

.next-page {
    background-color: #df2a7a;
    padding: 13px;
    border-radius: 12px;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    font-size: 20px;
}

.previous-page {
    padding: 10px 14px;
    border: 3px solid rgb(223, 42, 122);
    color: rgb(223, 42, 122);
    font-size: 20px;
    border-radius: 12px;
    font-weight: bold;
    background-color: transparent;
}

.div-next-back {
    padding: 1%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.submit {
    background: #df2a7a;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: Arial;
    cursor: pointer;
}

.account-setting .submit {
    background-color: #df2a7a;
    color: #fff;
    font-size: 18px;
    padding: 6px 26px;
    margin: 12px 8px 0 0;
    text-align: center;
    border: 0;
    border-radius: 19px;
    font-family: "univers-next-arabic-regular";
    letter-spacing: 1px;
}

.bank_setting {
    overflow-y: scroll;
    padding: 24px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-right: 16px;
    max-height: 550px;
    background-color: #df2a7a;
    color: #fff;
    font-size: 18px;
    padding: 6px 26px;
    margin: 12px 8px 0 0;
    text-align: center;
    border: 0;
    border-radius: 19px;
    font-family: "univers-next-arabic-regular";
    letter-spacing: 1px;
}

.bank_setting {
    overflow-y: scroll;
    padding: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-right: 16px;
    max-height: 618px;
}

.main-account-settings-box-content {
    width: 100%;
    min-height: 537px;
    box-sizing: border-box;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    display: table;
    float: right;
    clear: both;
    border-radius: 10px;
    margin-bottom: 10px;
}

.event-form-wrap form .payment-method .radio .container {
    display: block;
    position: relative;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    width: 90%;
    border-radius: 32px;
    border: 1px solid #df2a7a;
    padding: 3px 64px;
}

.event-form-wrap form .payment-method .radio .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.event-form-wrap form .payment-method .radio .checkmark {
    position: absolute;
    top: 12px;
    right: 22px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #dd2e76;
}

.event-form-wrap form .payment-method .radio .container:hover input~.checkmark {
    background-color: #6b324a;
}

.event-form-wrap form .payment-method .radio .container input:checked~.checkmark {
    background-color: #dd2e76;
}

.event-form-wrap form .payment-method .radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.event-form-wrap form .payment-method .radio .container input:checked~.checkmark:after {
    display: block;
}

.event-form-wrap form .payment-method .radio .container .checkmark:after {
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}

.event-form-wrap form .submit {
    /* background: rgba(10,10,10,.65); */
    color: #fff;
    border: 1px solid #dd2e76;
    border-radius: 12px;
    font-size: 20px;
    padding: 22px 28px;
    float: left;
    margin-left: 20px;
    padding: 17px 28px;
    text-align: center;
    font-family: -webkit-pictograph;
}

.red {
    color: red !important;
}

.form-contact-us p {
    font-size: 22px !important;
    margin: 8px 0;
}

.form-contact-us .email {
    font-size: 26px !important;
    color: #dd2e76 !important;
    font-weight: bold;
}

.event .container {
    padding-top: 10px;
    height: 98vh;
}

.event .container .wrap {
    display: flex;
}

.event .container .wrap .poster {
    width: 70%;
    height: 90%;
}

.event .container .wrap .poster img {
    width: 100%;
    border-radius: 26px;
}

.event .container .wrap .data {
    width: 30%;
}

.event .container .wrap .data .info {
    padding: 18px 26px;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    border-radius: 26px;
    box-sizing: border-box;
    margin-right: 24px;
    margin-bottom: 5px;
}

.replay {
    margin-right: 45px;
    line-height: 1.2;
    font-size: 15px;
}

.event .container .wrap .data .info:last-child {
    margin-bottom: 0;
}

.event .container .wrap .data .info h3 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.event .container .wrap .data .info .line {
    height: 2px;
}

.event .container .wrap .data .info ul {
    list-style: none;
}

.event .container .wrap .data .info ul li {
    display: block;
    font-size: 19px;
    margin: 0;
}

.event .container .wrap .data .info ul li i {
    min-width: 28px;
    text-align: center;
    margin-left: 12px;
}

.event .container .wrap .data .info .share {
    margin-top: 14px;
}

.event .container .wrap .data .info .share img {
    width: 34px;
    margin: 0 0 0 12px;
}


.summery-event-view-mobile {
    display: block;
    padding: 20px 20px 20px 20px;
}

.summery-event-view-mobile .h3 {
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 8px;
}

.summery-event-view-mobile .p {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Arial;
    line-height: 32px;
}

.summery-event-view-mobile .line {
    height: 2px;
    color: #dd2e76;
}


.event .container .wrap .data .store {
    margin-right: 24px;
    font-size: 0;
    display: flex;
    justify-content: space-evenly;
}

.event .container .wrap .data .store a {
    display: inline-block;
}

.event .container .wrap .data .store a img {
    width: 150px;
    display: block;
    margin: 0 0 0 4px;
    border: 2px solid #3c3c3c;
    border-radius: 8px;
}

.event .container .event-title {
    color: white;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: 100;
}

.event .container .event-title span {
    font-size: 26px;
    color: #fff;
}

.event .container .summery-event-view {
    display: block;
    margin-top: 8px;
}

.event .container .summery-event-view h2 {
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 8px;
}

.event .container .summery-event-view .line {
    height: 2px;
}

.event .container .summery-event-view p {
    margin-top: 12px;
    font-size: 18px;
    font-family: Arial;
    line-height: 32px;
}

.video {
    display: flex;
}

.video video {
    width: 100%;
    outline: none;
}

.thank-you {
    padding: 170px 24px;
    background-image: url(/images/home-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you .box {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.thank-you .box .content {
    padding: 24px 42px;
}

.thank-you .box .content h2 {
    color: #df2a7a;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
}

.thank-you .box .content h2 span {
    color: #2b57cb;
}

.thank-you .box .content p {
    font-size: 20px;
    text-align: center;
    line-height: 42px;
}

.thank-you .box .content .field {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
}

.thank-you .box .content .field label {
    font-size: 18px;
    margin-bottom: 4px;
}

.thank-you .box .content .field>div {
    display: flex;
}

.thank-you .box .content .field>div input {
    width: 88%;
    box-sizing: border-box;
    outline: none;
    margin-left: 8px;
    background: black;
    border: 2px solid #2752ca;
    padding: 12px;
    color: #fff;
    border-radius: 25px;
}

.thank-you .box .content .field>div button {
    width: 12%;
    font-family: univers-next-arabic-regular;
    outline: none;
    border-radius: 25px;
    border: 0;
    background-color: #2a56cb;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.thank-you .box .actions {
    display: flex;
    padding: 24px;
    margin-bottom: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.thank-you .box .actions .nav-btn {
    background-color: #2a56cb;
    color: #fff;
    font-size: 18px;
    padding: 6px 12px;
    margin: 8px 10px;
    text-align: center;
}

.thank-you .box .actions .nav-btn:last-child {
    background-color: #df2a7a;
}

.page-not-found {
    padding: 116px 24px 24px;
    min-height: calc(100vh - 313px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-not-found img {
    max-width: 450px;
}

.page-not-found p {
    font-size: 30px;
    /* font-family: "Arial"; */
    letter-spacing: 5px;
}

.page-not-found .page404 {
    color: #c90d75;
    font-family: SairaExtraCondensed-Regular;
    font-size: 204px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 142px;
}

.page-not-found .line {
    width: 488px;
    margin: 12px auto;
    border-radius: 10px;
}

.user {
    position: relative;
}

.user:hover .dropdownmenu {
    display: block;
}

.user .dropdownmenu {
    display: none;
    position: absolute;
    top: 23px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
}

.user .dropdownmenu ul {
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    margin-top: 33px;
    display: block;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    min-width: 131px;
}

.user .dropdownmenu ul li {
    display: block;
}

.user .dropdownmenu ul li:last-child a {
    border-bottom: 0;
}

.user .dropdownmenu ul li a {
    font-family: univers-next-arabic-regular !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    background-color: unset !important;
    padding: 12px 8px !important;
    display: block !important;
    text-align: center;
    border-bottom: 1px solid #1b1b1b;
}

.user .dropdownmenu ul li a:hover {
    background-color: #df1e79 !important;
}

.account-settings-container {
    padding: 161px 12px;
    background-image: url(/images/home-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.account-settings-container .container {
    display: flex;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
}

.account-settings-container .container .user {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 14px 16px;
    border-radius: 10px;
    width: 99.9%;
    margin-top: -45px;
    margin-bottom: 10px;
}

.event-video {
    width: 100%;
    min-height: 466px;
    border-color: #df2a7a;
    border-radius: 10px;
}

.audience-table {
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    height: 300px;
    border: 1px solid rgb(223, 42, 122);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.event-audience-table {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    overflow-x: hidden;
}

.audience-icon {
    margin-left: 10px;
}

.account-settings-container .container .user p {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 28px;
}

.account-settings-container .container .user p span {
    color: #df2a7a;
    font-size: 18px;
}

.account-settings-container .container .user i {
    color: #ffffff;
    font-size: 42px;
    margin-left: 16px;
    width: 56px;
    height: 56px;
    background: #56273c;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.account-settings-container .container .account-side-tabs {
    /* width: 234px;
  margin-top: -13px; */
}

.account-settings-container .container .account-side-tabs nav {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 14px 16px;
    border-radius: 10px;
    height: 600px;
    width: 300px;
}

.account-settings-container .container .account-side-tabs nav ul {
    list-style: none;
}

.account-settings-container .container .account-side-tabs nav ul li {
    padding: 5px 0;
    display: block;
}

.account-settings-container .container .account-side-tabs nav ul li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #df2a7a;
}

.account-settings-container .container .account-side-tabs nav ul li a i {
    margin-left: 8px;
    color: #df2a7a;
}

.account-settings-container .container .account-side-tabs nav ul li:last-child a {
    border-bottom: 0;
}

.main-account-settings-box-table {
    clear: both;
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    width: 98.6%;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 24px 50px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 190px;
    bottom: 70px;
}

.main-account-settings-box-table1 {
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 190px;
    bottom: 50px;
}

.account-settings-container .container .main-account-settings-box-event {
    width: 1250px;
    height: 840px;
    box-sizing: border-box;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-right: 78px;
}

.form-group-setting {
    width: 50%;
    box-sizing: border-box;
    outline: none;
    background: rgb(79 89 93 / 10%);
    border: 1px solid #df2a7a;
    padding: 12px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    color: #d8d6d6;
    border-radius: 24px;
}

.info-text {
    position: absolute;
    font-size: 14px;
}

.main-account-settings-box {
    direction: ltr;
    overflow: hidden;
    float: right;
    cursor: pointer;
    height: 300px;
    width: 24.1%;
    ;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-right: 10px;
}

.statistics {
    display: contents;
    max-height: 600px;
}

.statistics_page {
    clear: both;
    display: block;
    width: 100%;
}

.account-settings-container .container .main-account-settings-box .account-header {
    margin-bottom: 16px;
}

.account-settings-container .container .main-account-settings-box .account-header h2 {
    letter-spacing: 2px;
    color: #df2a7a;
}

.account-settings-container .container .main-account-settings-box .account-header .line {
    height: 2px;
}

.form-group {
    margin-bottom: 12px;
    margin-right: 5px;
}

.pic-name {
    font-size: 18px;
    width: 90%;
    margin-top: 10px;
}

.form-group label {
    <<<<<<< HEAD display: block;
    margin-bottom: 8px;
    line-height: 1.2;
    =======display: block;
    margin-bottom: 5px;
    line-height: 1.2;
    >>>>>>>LIV-864
}

.event-text {
    font-size: 15px;
    padding-left: 0px;
    font-family: 'SairaExtraCondensed-Regular';
}

.event-info {
    margin: 7px;
    overflow: hidden;
    width: 275px;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 10px 5px 10px;
    border-radius: 10%;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
}

.audience-gift {
    display: inline-flex;
}

.audience-gift-h {
    margin-right: 6%;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.event-data {
    width: 49%;
}

.event-grid {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

.details {
    float: right;
}

.data-icon {
    display: -webkit-inline-box;
}

.data-icon2 {
    display: -webkit-inline-box;
}

.icon {
    padding: 4px 0px 1px 5px;
}

.acoount-img {
    padding: 3px 6px;
    margin-right: 12px;
}

.all-events {
    color: white;
    left: 0;
    position: absolute;
    padding-left: 10px;
    white-space: nowrap;
    text-decoration: underline;
}

.box-header {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    width: 100%;
    justify-content: space-between;
}

.img-my-events {
    width: 100%;
    height: 150px;
    border-radius: 10%;
    padding: 2px;
}

.img-profile_pic {
    width: 56px;
    height: 56px;
    margin: 0;
    margin-left: 16px;
    border: 2px solid #df2a7a;
    border-radius: 50px;
}

.agrement {
    text-decoration: underline;
    font-family: 'univers-next-arabic-regular';
    padding: 20px;
    text-decoration-color: #c6c2c261;
    border-bottom-width: 1px;
    text-underline-position: under;
}

.agrement-text {
    padding: 0 20px;
}

.search {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #df2a7a;
    padding-right: 35px;
    font-size: 15px;
    height: 35px;
    color: #d8d6d6;
    border-radius: 25px;
}

.has-search {
    width: 69%;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search form {
    position: relative;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 0;
    background-color: transparent;
    border: none;
    top: -1px;

}

.form-group .form-control {
    width: 50%;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 1px solid #df2a7a;
    padding: 12px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 15px;
    color: #d8d6d6;
    border-radius: 12px;
}

.account-label {
    font-family: inherit;
    font-size: 25px;
    color: #d8d6d6;
}

.form-group .submit {
    background: rgba(10, 10, 10, .65);
    color: #fff;
    border: 1px solid #dd2e76;
    border-radius: 12px;
    font-size: 20px;
    padding: 22px 28px;
    float: right;
    margin-left: 20px;
    width: 134px;
    padding: 22px 28px;
    white-space: nowrap;
    text-align: center;
    font-family: -webkit-pictograph;
}

.form-group .copy-btn {
    height: 20px;
    font-size: 17px;
    text-align: center;
    padding: 15px 10px 35px 20px;
    background: rgba(10, 10, 10, .65);
    color: #fff;
    border: 1px solid #dd2e76;
    border-radius: 12px;
    font-family: -webkit-pictograph;
}

.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.table tr th {
    text-align: center;
    padding: 8px 4px;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #df2a7a;
}

/* .input[placeholder], [placeholder], *[placeholder] {
  color: white !important;
} */

.table tr td {
    text-align: center;
    font-size: 30px;
}

.scroll-design {
    scrollbar-width: 10px;
    scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7);
}

.scroll-design::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    scrollbar-width: 10px;
    scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7);
}

.scroll-design::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 26px;
}

.scroll-design::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    height: 5px;
    border-radius: 26px;
}

.scroll-design-audience::-webkit-scrollbar-thumb {
    background: transparent;
    height: 5px;
    border-radius: 26px;
}

.back {
    text-decoration: underline;
    color: white;
    float: left;
    font-size: 20px;
}

.d-none {
    display: none !important;
}

.verify-email {
    padding: 116px 24px 24px;
    min-height: calc(100vh - 313px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.verify-email .verify-body {
    padding: 12px;
    text-align: center;
}

.verify-email .verify-body h3 {
    font-size: 44px;
    letter-spacing: 2px;
}

.verify-email .verify-body p {
    font-size: 24px;
    letter-spacing: 1px;
}

.verify-email .verify-body .success {
    color: #0fb70f;
    border-bottom: 3px solid green;
    border-radius: 0;
    margin: 12px 0;
    border-top: 3px solid green;
    padding: 6px 0;
    background-color: unset;
}

.verify-email .verify-body .btn {
    color: #fff;
    border: 0;
    font-size: 16px;
    background: #2d5aca;
    padding: 16px;
    margin: 8px;
    outline: navajowhite;
    border-radius: 4px;
    cursor: pointer;
}

.verify-email .verify-body .line {
    height: 3px;
    margin-bottom: 8px;
}

.success {
    color: #062106;
    border-radius: 8px;
    padding: 12px 18px;
    box-sizing: border-box;
    background-color: #16bd16;
    margin: 0 24px;
    font-size: 18px;
    letter-spacing: 1px;
}

.profit-calc {
    background: #252525;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 4px;
}

.profit-calc .priceSlidecontainer {
    width: 100%;
}

.profit-calc .priceSlidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 17px;
    border-radius: 50px;
    background: #2196f3;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.profit-calc .priceSlidecontainer .slider:hover {
    opacity: 1;
}

.profit-calc .priceSlidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #eb2d95;
    cursor: pointer;
}

.profit-calc label {
    margin-bottom: 12px;
    font-size: 24px;
    display: block;
}

.profit-calc select {
    font-family: univers-next-arabic-regular;
    display: block;
    width: 100%;
    border: 0;
    background-color: #c10d70;
    color: #fff;
    padding: 10px 12px;
    font-size: 18px;
    cursor: pointer;
    background: linear-gradient(151deg, #ac0762 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
}

.profit-calc select option {
    color: #000;
}

.profit-calc .result {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.profit-calc .result span {
    color: #ff299f;
    font-size: 54px;
    margin: 0 18px;
}

.profit-calc .result span:last-child {
    color: #4a72ff;
}

@media (max-width: 991px) {
    .welcome {
        height: unset;
    }

    .welcome .side {
        width: unset;
        padding: 0 48px;
        margin: 234px 0 54px 0;
        float: unset;
    }

    .welcome .side h1 {
        font-size: 44pt;
    }

    .welcome .side .download-button {
        padding: 8px 12px;
        font-size: 29px;
    }

    .streams h1 {
        font-size: 56px;
        margin: 26px 0;
    }

    .streams .container {
        padding: 16px;
    }

    .for-section {
        display: flex;
        background-color: #000000;
        height: unset;
        flex-direction: column;
    }

    .for-section>div {
        width: unset;
    }

    .mobile-show {
        display: block;
    }

    /* about us page */

    .about .info {
        flex-wrap: wrap;
    }

    .about .info .image {
        margin: 0 auto;
    }

    .about .info .image img {
        max-width: unset;
        width: 100%;
    }

    .technology {
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column-reverse;
    }

    .technology .image {
        margin-top: 0;
        max-width: unset;
        padding-right: 100px;
    }

    .technology .details {
        padding: 0 120px 85px 120px;
        margin: 0 auto;
        max-width: unset;
    }

    .for-event-viewers h1 {
        font-size: 62px;
        line-height: 78px;
        margin-top: 54px;
    }

    .for-event-viewers h2 {
        font-size: 38px;
    }

    .for-event-viewers h3 {
        font-size: 42px;
    }

    .cards {
        flex-direction: column;
    }

    .cards>div {
        width: 100%;
    }

    .cards .right .card::after,
    .cards .right .title::after {
        content: unset;
    }

    .cards .left {
        margin-right: 0;
    }

    .event-form-wrap h1 {
        font-size: 48px;
        margin-top: 0;
    }

    .event-form-wrap form .field-wrap {
        flex-direction: column;
        align-items: unset;
    }

    .event-form-wrap form .field-wrap label {
        margin-bottom: 8px;
    }

    .event-form-wrap form .field-wrap .col-1,
    .event-form-wrap form .field-wrap .col-2 {
        width: unset;
        display: block;
    }

    .event-form-wrap form .field-wrap .col-1 .field,
    .event-form-wrap form .field-wrap .col-2 .field {
        width: unset;
    }

    .event-form-wrap form .field-wrap .col-2 .field:first-child {
        margin-bottom: 24px;
    }

    .event-form-wrap form .field-wrap .field .select-file {
        display: block;
        margin: 14px 0;
    }

    .event .container .wrap {
        display: block;
    }

    .event .container {
        padding-top: 100px;
    }

    .event .container .wrap .poster {
        width: 100%;
    }

    .event .container .wrap .data {
        width: 100%;
    }

    .event .container .wrap .data .info {
        margin-right: unset;
    }

    .event .container .wrap .data .store {
        margin-right: unset;
    }

    .event .container .wrap .data .store a img {
        width: 120px;
    }

    .thank-you {
        padding: 90px 24px;
    }

    .thank-you .box .content .field>div {
        flex-direction: column;
    }

    .thank-you .box .content .field>div input {
        width: 100%;
    }

    .thank-you .box .content .field>div button {
        margin-top: 12px;
        width: unset;
    }

    .page-not-found img,
    .page-not-found .line {
        width: 100%;
    }

    .page-not-found p {
        font-size: 24px;
    }

    .account-settings-container {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .account-settings-container .container {
        flex-wrap: wrap;
    }

    .account-settings-container .container .account-side-tabs {
        width: 100%;
        margin-bottom: 12px;
    }

    .account-settings-container .container .main-account-settings-box {
        margin-right: 0;
    }

    .for-event-viewers {
        padding: 0 24px 85px 24px;
    }
}

@media (max-width: 1300px) {
    .header .head .menu ul li a {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .for-section>div>div {
        display: block;
        margin: 82px 42px;
        width: unset;
    }

    .about .info .image img {
        max-width: 450px;
    }

    .for-event-viewers img {
        margin-top: 0;
    }

    .header .head .menu ul .mobile-visible {
        display: block;
    }

    .header .head .lang .grad-btn {
        display: none;
    }

    .header .head>div:last-child {
        min-width: unset;
    }

    .header .head {
        flex-direction: row-reverse;
    }

    .header .head .menu {
        display: none;
        position: absolute;
        top: 52px;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
    }

    .header .head .menu ul li {
        display: block;
    }

    .header .head .menu ul li a:after {
        content: unset;
    }

    .header .head .menu ul li a {
        padding: 4px;
        font-size: 18px;
    }

    .header .container {
        padding: 16px 0;
    }

    .header .head .menu ul {
        padding: 6px 0;
    }

    .header .head .menu ul li ul {
        position: relative;
        padding-top: 0;
    }

    .menu-button {
        display: flex;
    }

    .header .head .lang {
        display: flex;
        justify-content: flex-end;
        padding: 0 0 0 10px;
        min-width: unset;
        margin-left: 0;
    }

    .header .head .logo {
        width: 134px;
        margin-right: 8px;
    }

    .header .head .title {
        margin-top: 14px;
    }

    .header .head .menu ul li a {
        font-size: 18px;
    }

    .header .head>div {
        text-align: center;
    }

    .header .head .menu {
        margin: 18px 0;
    }
}

@media (max-width: 767px) {
    .welcome .side {
        padding: 0 24px;
        text-align: center;
        margin: 106px 0 54px 0;
    }

    .welcome .side .download-button {
        font-size: 20px;
    }

    .welcome .side .description {
        font-size: 18px;
    }

    .welcome .side .download img {
        width: 120px;
    }

    .seperator .content {
        flex-direction: column;
        align-items: center;
    }

    .seperator .content p {
        font-size: 22px;
    }

    .seperator .content .slash {
        width: 3px;
        height: 28px;
    }

    .streams .grid .stream {
        margin: 14px 0;
    }

    .streams .grid .stream .thumbnail {
        height: unset;
    }

    footer .container {
        flex-direction: column;
        padding: 24px;
    }

    footer .container .col {
        margin: 16px 0;
    }

    .technology .details .logo {
        margin: 24px 0 0;
    }

    .about {
        padding: 24px 16px 85px 16px;
    }

    .technology .details {
        padding: 0 16px 85px 16px;
    }

    .technology .image {
        padding-left: 12px;
    }

    .about h1 {
        font-size: 42px;
    }

    .about h2 {
        font-size: 22px;
    }

    .about .info .details h3 {
        font-size: 26px;
    }

    .technology .details h3 {
        font-size: 26px;
    }

    .for-event-viewers .button {
        font-size: 16px;
    }

    .seperator .content a {
        font-size: 22px;
        padding: 0;
        margin: 8px auto;
        text-align: center;
        border: 2px solid #5776db;
        width: 100%;
    }

    .for-section>div>div h1 {
        font-size: 52px;
        line-height: 67px;
    }

    .for-section>div>div ul li {
        font-size: 18px;
    }

    .streams h1 {
        font-size: 52px;
    }

    .welcome .side h1 {
        font-size: 34px;
        line-height: 57px;
    }

    .form-wrap .form .form-bg {
        display: none;
    }

    .form-wrap .form .fields-wrap {
        width: 100%;
    }

    .form-wrap .form .fields-wrap .field-wrap,
    .form-wrap .form .fields-wrap h1,
    .form-wrap .form .fields-wrap p {
        padding: 6px;
    }

    .form-wrap .form {
        min-height: unset;
    }

    .for-event-creators .btn-wrap .register-now {
        font-size: 18px;
        padding: 10px;
        display: block;
    }

    .profit-calc .result {
        flex-direction: column;
        margin-top: 12px;
        line-height: 56px;
    }

    .profit-calc .result span {
        font-size: 40px;
    }
}

.livaat_textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    display: block;
    border: 1px solid #df2a7a;
    border-radius: 15px;
    padding: 14px;
    box-sizing: border-box;
    font-family: Arial;
}

.pull-left a {
    background: #dd2e76;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    padding: 22px 28px;
    cursor: pointer;
    outline: none;
    float: right;
}


.event-form-wrap h3 {
    color: #df2a7a;
    font-size: 26px;
    line-height: 42px;
    margin: 34px 8px;
    font-family: Arial;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.show-hidden {
    color: white;
    margin-left: 15px;
}

.show-viewer {
    margin-left: 38px;
}

.alert-no-data {
    background-color: rgba(0, 0, 0, 0.7);
    color: #df2a7a;
    font-size: 25px;
    font-family: initial;
    margin-right: 10px;
    text-align: center;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.85rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5;
}

.alert-primary hr {
    border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
    color: #113049;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

.alert-danger .alert-link {
    color: #4c110f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.red-x {
    color: red;
    cursor: pointer;
    position: relative;
    bottom: 20px;
}

.ribbon {
    position: absolute;
    margin-top: 5px;
    margin-right: 0;
    padding: 10px;
}

.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}

.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}

.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}

.ribbon.red {
    background: #e91b23;
    color: #fff !important;
    border-right: 5px solid #f2787d;
}

.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}

.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}

.ribbon:before {
    top: 0;
}

.ribbon:after {
    bottom: 0;
}

.ribbon.base:before {
    border-top: 27px solid #3498db;
}

.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}

.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}

.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}

.ribbon.dark:before {
    border-top: 27px solid #131313;
}

.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}

.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}

.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}

.ribbon.red:before {
    border-top: 27px solid #e91b23;
}

.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}

.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}

.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}

.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}

.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}

.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.pagination {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li+li {
    margin-left: 1rem;
}

.pagination a {
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    color: #df2a7a;
    border: 1px solid #df2a7a;
    border-radius: 2px;
    font-size: 26px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: darkred;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-file {
    background-color: rgb(79 89 93 / 10%);
    color: #666666;
    box-sizing: border-box;
    padding: 7px 24px;
    border-radius: 32px;
    border: 1px solid #df2a7a;
    font-size: 18px;
    outline: none;
    line-height: 32px;
    cursor: pointer;
}

.btn-danger {
    color: #fff;
    background-color: #df2a7a;
    border-color: #df2a7a;
}

.captcha img {
    height: 75px;
    width: 350px;
}

.profileImage {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 63px;
    margin: 10px 0;
}

.a_button {
    <<<<<<< HEAD background: #df2a7a;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: Arial;
    cursor: pointer;
    =======background: #df2a7a;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: Arial;
    cursor: pointer;
    >>>>>>>LIV-864
}

.field2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.field2-container {
    width: 100%;
}