@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
	-webkit-text-size-adjust: none;
	touch-action: manipulation;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Roboto Medium';
    background:#000;
    touch-action: pan-x pan-y;
}

.loaderback {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--main-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  justify-content: center;
  align-items: center;
}
.hidden {
  display: none !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*loader end */

/* landing start */


.l_container {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}

.l_v_container, .l_b_container {
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #000;  
}

.l_v_video {
    position: absolute;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);

    min-height: 101%;

    height: 100%;
    cursor: pointer;
    object-fit: cover;
}

.l_v_videofs {
    position: absolute;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 102%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: none transparent;
    object-fit: contain;
}


.l_v_tb_group {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 12px;
    word-break: break-word;
    pointer-events: none;
    padding-top: 4px;
}
.l_v_t {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: white;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 96px 48px 48px;
    font-weight: 700;
    font-size: 32px;
    text-align:center;
}

.l_v_ts {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 40px 48px 96px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.l_v_b {
    border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 8px;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    pointer-events: initial;
}
.l_v_b:hover {
    background: rgb(255, 255, 255);
}
.l_v_b:hover svg {
    fill: black;
}
.l_v_b > svg {
    transform: scale(0.9);
    fill: white;
}
.l_v_bp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    background: none;
    border: none;
    padding: 0px;
    outline: none;
    z-index: 4;
}
.l_v_component:hover .l_v_bp {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.15);
}

.l_v_bp > svg {
    filter: drop-shadow(rgba(0, 0, 0, 0.6) 0px 0px 20px);
    opacity: 0.8;
}

.l_v_pc {
    z-index:3;
}

.l_v_pb {
    pointer-events: auto;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    width: fit-content;
    z-index: 99 !important;
}

.l_v_pb:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    background: rgb(0, 0, 0);
}

.l_v_pimg {
    width: 140px;
    margin-top:5px;
}


/*csmze fkng checkbox */
.l_v_ch_p {
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
}
.l_v_ch_p label#p_m {
    padding: 5px 0px;
}

.l_v_ch_p label#p_m2 {
    padding: 5px 0px;
}
.p_m2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.l_v_ch_p label, .l_v_ch_p span {
    font-size: 11px;
}
#polit, #polit_2 {
    width: 20px;
    height: 20px;
    margin: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5em;
    background: var(--main-color);
    border-radius: 50%;
    min-width: 20px;
  }
  
  #polit:checked:after, #polit_2:checked:after {
    content: '✓';
    color: white;
  }
/*end cmze checkBox */

/* modal box st */

.modal_p {
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background:transparent;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index:4;
}

.modal_container_p {
    position: fixed;
    width: 80%;
    height: 50%;
    z-index: 3;
    max-width: 800px;
}
.modal_header_p {
    display: flex;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    padding: 20px;
    position: relative;
}
.modal_body_p {
    justify-content: center;
    display: flex;
    background: #fff;
    padding: 20px;
    text-align: justify;
    max-height: 80%;
    overflow-y: scroll;
}
.modal_footer_p {
    display: flex;
    justify-content: center;
    color: #fff;
    position: relative;
}

.modal_btn_p {
    color: rgb(255, 255, 255);
    background: var(--main-color);
    padding: 15px 20px;
    border: none;
    width: 50%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.4s ease 0s;
}

.modal_btn_p:hover {
    background: rgb(0, 0, 0, 0.72);
}

.modal_btn_f {
    margin: 5px 5px 0px 0px;
}
.modal_btn_s {
    margin: 5px 0px 0px 5px;
}
.modal_spn_p {
    text-align:center;
}

.hidden {
    display: none;
}

/* modal box end */


/* modal 2 st */
.modal-top {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    z-index: 5;
}
.modal-content-top {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}
.modal-header-top {
    padding: 2px 16px;
    background-color: var(--main-color);
    color: white;
    display: flex;
}
.close-top {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor:pointer;
}
#modaltext-detail {
    text-align: center;
    padding: 10px 0;
    flex: 1;
}
/* modal 2 end */




/*vc start*/

.input {
    font-size: 16px;
    border: none;
    border-radius: 30px;
    transition: background-color 0.4s ease 0s;
    background: rgb(0 0 0 / 35%);
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    outline: none;
    margin: 10px 0px;
    pointer-events: all;
    color: #fff;

}
.input:hover {
    box-shadow: var(--main-color) 0px 0px 0px 1px;
}
.input:focus::placeholder {
    color: transparent;
}
.input::placeholder {
    color:#ccc;
}
/*
.input-btn {
    pointer-events: all;
    right: 70px;
    background: rgb(12 8 114 / 73%);
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    height: 38px;
    text-align: center;
    margin: 10px 0px;
   
}
*/
.input-btn {
pointer-events: all;
    margin: auto;
    right: 70px;
    background: rgb(12 8 114 / 73%);
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    width: 42px;
    height: 38px;
    text-align: center;
    margin-left: 20px;
    outline: none;
    border: none;
    cursor:pointer;
}

.btns_row {
    display: flex;
    flex-direction: row;
}

/*vc end*/

@media (min-width:1024px) {
    .l_v_pb {
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 42px;
        margin-left: 48px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }

}

.l_v_component {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #fff;
    user-select: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.l_b_component {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.l_b_b {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    padding:0px 10px;
    position: relative;
}

.l_b_btn {
    position: relative;
    width: 336px;
    height: auto;
    border-radius: 30px;
    display: flex;
    -webkit-box-flex: 2;
    flex-grow: 2;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border: none;
    font-size: 16px;
    padding: 0px 24px 0px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    background: rgba(17, 17, 17, 0.1);
    outline: none;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    transition: background-color 0.4s ease 0s;
    pointer-events: initial;
}

.l_b_btn:hover {
    box-shadow: var(--main-color) 0px 0px 0px 1px;
}

.l_b_btn_s {
    display: flex;
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    margin-right: 10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
}
.l_b_btn_ss {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
    padding: 15px 0px;
    cursor: pointer;
}

.l_v_cp {
    cursor: pointer;
    border: none;
    height: 18px;
    width: 100%;
    outline: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    padding-left: 14px;
    z-index: 99;
    transition: height 0.2s ease-out 0s;
}

.l_v_cp:hover {
    height: 28px;
}

.l_v_pv {
    width: 100%;
    max-height: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    transition: height 0.2s ease-out 0s;
    background: rgba(255, 255, 255, 0.2);
}

.l_v_pvb {
    background: var(--main-color-rgba);
    width: 0px;
    height: 100%;
    max-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 4px;
    transition: height 0.2s ease-out 0s;
    pointer-events: none;

}

.l_v_p {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 40px 48px 96px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.l_v_pbtns {
    cursor: pointer;
    border: none;
    height: 44px;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-direction: row;
    overflow: hidden;
    z-index: 99;
    user-select: none;
    pointer-events: auto;
    padding-right: 2px;
    position: absolute;
    right: 36px;
    top: 40px;
}

.l_v_d {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    z-index: 999;
    line-height: 120%;
    margin-right: 2px;
    pointer-events: none;
}

.l_v_s {
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: none;
    fill: white;
    padding: 0px;
    transition: all 0.1s ease-in-out 0s;
    transform: perspective(1000px) translateZ(0px);
    margin-left: 10px;
    user-select: none;
}
.l_v_s:hover, .l_v_d:hover {
    transform: perspective(1000px) translateZ(50px);
}

.l_v_s_d {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 34px;
    height: 26px;
    border-radius: 6px;
    outline: none;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    user-select: none;
}

.l_v_pl {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    height: 35px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    border: none;
    color: #c7c7c7;
}

.l_b_pl {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
    background: rgb(231 231 231);
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    border: none;
    color: #000000;
}

.l_v_pl * {
    cursor: pointer;
}

.l_b_pl * {
    cursor: pointer;
}

.l_v_pl > label {
    font-size: 11.5px;
}

#website {
    text-decoration: none;

}


.video_components {
    display: flex;
    flex: 1;
    position: relative;
    background-color: #000;
}

.btns_component {
    display: flex;
    flex: 1;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index:3;
    width:100%;
}

.videoimage {
    position: absolute;
    animation: 0.3s ease-out 0s 1 normal none;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    min-height: 102%;
    height: 100%;
    background: url('../../videos/o1.jpg') center center / contain no-repeat;
}


@media(max-width:1023px) {
    .btns_component {
        position: absolute;
        padding-top: 20px;
    }
    .l_b_container {
        display:none;
    }
    .btns_component {
        align-self: flex-end;
    }

    .l_v_cb {
        pointer-events: none;
    }
    .l_v_cbtns {
        width:336px;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        pointer-events: none;
        transition: all 0.3s ease-out 0s;
        position: relative;
        bottom: initial;
        left: initial;
    }

    .l_b_btn {
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0.35);
        margin-bottom: 8px;
    }
    .l_v_pb {
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        height: 35px;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
    }
    .l_v_pimg {
      
        margin: 0 10px;
    }
    .l_v_p {
        padding: 20px 16px 48px;
    }
    .l_v_pbtns {
        right: 8px;
        top: 20px;
    }
    .l_v_d {
        font-size: 16px;
    }
    .l_b_pl {
        display:none;
    }
    
}

@media(max-width:560px) {
    .l_b_btn {
        width: 100%;
        margin: 6px auto;
    }

}

/* ----------- iPhone 4 and 4S ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}


/* ----------- iPhone XR XS MAX ----------- */

/* Landscape */
@media only screen 
  and (device-width : 896px) 
  and (device-height : 414px) 
  and (-webkit-min-device-pixel-ratio : 2)
  and (orientation: landscape) { 
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}

/* iPhone X iPhone 12 Mini iPhone 11 Pro*/

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}
/* iPhone 12 and iPhone 12 Pro */

@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) 
    and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}

/* iPhone 12 Pro Max */

@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}

/* iPhone 11 */

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2)
    and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) {
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}


@media only screen 
    and (max-width: 400px) 
    and (orientation: portrait) {
    .l_b_btn_ss, .l_b_btn_s {
        font-size: 14px;
    }
    .l_v_t {
        font-size: 24px;
    }
    
    .l_v_pb {
        height: auto;
    }
    .l_v_ch_p label#p_m {
        padding: 0px;
    }
    .l_v_ch_p {
        padding: 0px;
    }
    .l_v_pl {
        height: auto;
    }

}

@media only screen 
    and (max-width: 375px) 
    and (orientation: portrait) {
    .l_b_btn_ss, .l_b_btn_s {
        font-size: 14px;
        padding: 10px 0px;
    }
    
    .l_v_t {
        font-size: 20px;
    }
    .l_b_btn {
        padding: 2px 5px 2px 5px;
    }
    .l_v_pb {
        font-size: 10px;
    }
    .l_v_ch_p label, .l_v_ch_p span {
        font-size: 10px;
    }
    .l_v_pimg {
        width: 120px;
        margin: 0 10px;
    }
    
 
    
}   

@media only screen 
    and (max-width: 350px) 
    and (orientation: portrait) {
    .l_b_btn_ss, .l_b_btn_s {
        font-size: 10px;
        padding: 10px 0px;
    }
    
    .l_v_t {
        font-size: 22px;
    }
    .l_b_btn {
        padding: 0px 5px 0px 5px;
    }
    .l_v_pb {
        font-size: 9px;
    }
    .l_v_ch_p label, .l_v_ch_p span {
        font-size: 8px;
    }

    .l_v_pimg {
        width: 100px;
        margin: 0 10px;
    }
    
}   


@media (max-width: 412px) and (max-height: 732px) and (orientation: portrait) {
    .l_b_btn_ss, .l_b_btn_s {
        font-size: 14px;
        padding: 10px 0px;
    }
    
    .l_v_t {
        font-size: 20px;
    }
    .l_b_btn {
        padding: 2px 5px 2px 5px;
    }
    .l_v_pb {
        font-size: 10px;
    }
    .l_v_ch_p label, .l_v_ch_p span {
        font-size: 10px;
    }

    .l_v_pimg {
        width: 120px;
        margin: 0 10px;
    }
}


@media (max-width: 384px) and (max-height: 640px) and (orientation: portrait) {
    .l_b_btn_ss, .l_b_btn_s {
        font-size: 10px;
        padding: 10px 0px;
    }
    
    .l_v_t {
        font-size: 22px;
    }
    .l_b_btn {
        padding: 0px 5px 0px 5px;
    }
    .l_v_pb {
        font-size: 9px;
    }
    .l_v_ch_p label, .l_v_ch_p span {
        font-size: 8px;
    }

    .l_v_pimg {
        width: 100px;
        margin: 0 10px;
    }
}


/* ----------- iPhone XR XS MAX ----------- */

/* Landscape */
@media only screen 
  and (device-width : 960px) 
  and (device-height : 600px) 
  and (-webkit-min-device-pixel-ratio : 2)
  and (orientation: landscape) { 
    .l_b_container {
        display: flex;
    }
    .l_b_pl {
        display: flex;
    }
    .l_v_pb {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        height: 70px;
        padding: 9px 12px 6px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .l_v_pb:hover {
        transform: scale(1.05);
    }
    .l_v_cb {
        display:none;
    }
    .l_v_pl {
        display:none;
    }
    .l_v_t {
        padding: 25px 15px 48px;
        font-size:16px;
    }
    .l_v_pimg {
        margin: 0px;
    }
    .l_b_b {
        padding:0px 20px;
    }
}


/* ABS IMAGE */
.videoimage {
    position: absolute;
    animation: 0.3s ease-out;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 102%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../../template/q/1.jpeg');
    z-index: 3;
}

.blinking{
    animation: blinking 0.1s linear;
    animation-iteration-count: 4;
}
@keyframes blinking{
    0%{opacity:0.1;}
    100%{opacity:1;}
    0%{opacity:0.1;}
    100%{opacity:1;}
}


/* custom fields */
.progress_field {
    position:absolute;
    bottom:0;
    width:0%;
    background-color: var(--main-color);
    left: 0;
    z-index: 1;
}

.percent_field > span {
    text-align: center !important;
    z-index: 2;
}

[name=watch_video] span {
    text-align: center !important;
    font-size: smaller;
}


.fbp1 {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}






/*** feedback **/

.f-l_b_b {
    display: flex;
    max-height: 100%;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    padding: 0px 10px;
    position: relative;
    flex-wrap:wrap;
    justify-content: center;
}

.f-text {
    margin-bottom: 16px;
    max-width: 90vw;
    color: #333;
    text-shadow: rgb(0 0 0 / 30%) 0px 1px 2px;
    font-size: 18px;
    display: flex;
    width:100%;
    justify-content: center;
}

@media(max-width:1023px) {
    .f-text {
        color: #fff;
    }

}


.f-btn {
    background: var(--main-color);
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px 0px;
    cursor: pointer;
    pointer-events: initial;
    width: 90px;
    border-radius: 16px;
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    font-size: 11px;
    letter-spacing: 0.916667px;
    margin: 6px;
    transition: all 0.1s ease-in-out 0s;
    transform: perspective(1000px) translateZ(0px);
    height: 76px;
}
.f-btn:hover {
    transform: perspective(1000px) translateZ(55px);
}

.f-btn svg {
    fill: rgb(255, 255, 255);
    margin-bottom: 11px;
    height: 24px;
}


.f-modal-shadow {
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;

}

.f-modal {
    overflow: hidden;
    height: 75vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    padding:0 48px;
    width: 60vw;
}

@media (max-width: 1000px) {
    .f-modal {
        width:90%;
        height: 80vh;
    }
}

@media (max-width: 600px) {
    .f-modal {
        width:100%;
        height: 85vh;
    }
}

@media (max-width: 450px) {
    .f-modal {
        padding:0 24px;
    }
}

.f-form {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
}
.f-form-x {
    position: absolute;
    top: 15px;
    right: 80px;
    font-size: 30px;
    cursor:pointer;
}

.f-form > div {
    border-radius: 32px;
}

/* f video */
@media (max-width: 560px) {
    .f-form > div.f-video-not-active {
        margin: 0px 16px;
    }
    .f-form > div {
        display: initial;
    }
    .f-form > .f-video-waiting {
        display: flex;
    }
    .f-form > .f-video-blocked {
        display: flex;
    }
}


.f-video-not-active {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    animation: 0.3s ease-in-out 0s;
}

.f-video-not-active h1 {
    font-size: 20px;
    line-height: 120%;
    margin: 0px;
    text-align: center;
    color: rgb(17, 17, 17);
    font-weight: 700;
}

.f-video-not-active-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 35vh;
    border-radius: 16px;
    background: rgb(240, 240, 240);
    margin: 32px 0px;
}
.f-video-not-active-container svg {
    transform: scale(1.2);
    margin-bottom: 16px;
}
.f-video-not-active-container span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
}

.f-video-not-active-button {
    border-radius: 8px;
    line-height: 22px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 16px 32px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.f-video-not-active-button:hover {
    transform: scale(1.03);
}


.f-video-not-connected {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-not-connected-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-not-connected h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-video-not-connected h2 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: normal;
}

.f-video-not-connected ol {
    list-style: none;
    counter-reset: list 0;
    text-align: left;
    padding-left: 16px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
}

.f-video-not-connected ol li {
    counter-increment: list;
    margin-bottom: 8px;
}
.f-video-not-connected ol li::before {
    content: counter(list) ". ";
    color: var(--main-color);
    font-weight: bold;
}

.f-video-not-connected p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-video-not-connected-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-video-not-connected-button:hover {
    transform: scale(1.03);
}

.f-video-not-connected span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-video-not-connected-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-video-not-connected-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}



.f-video-blocked {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-blocked-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-blocked h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-video-blocked h2 {
    font-size: 18px;
    line-height: 130%;
    font-weight: normal;
    color: var(--main-color);
}

.f-video-blocked p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-video-blocked-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-video-blocked-button:hover {
    transform: scale(1.03);
}

.f-video-blocked span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-video-blocked-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-video-blocked-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}


.f-video-another-tab {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-another-tab-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-another-tab h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-video-another-tab h2 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: normal;
}

.f-video-another-tab ul {
    text-align: left;
    padding-left: 16px;
    font-size: 14px;

    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
}

.f-video-another-tab ul li {
    margin-bottom: 8px;
}


.f-video-another-tab p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-video-another-tab-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-video-another-tab-button:hover {
    transform: scale(1.03);
}

.f-video-another-tab span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-video-another-tab-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-video-another-tab-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}


.f-video-success {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 300px;
    color: white;
    box-sizing: border-box;
    background-color: rgb(17, 17, 17);

}

.f-video-success-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgb(17, 17, 17);
}

.f-video-success-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scaleX(-1);
    object-fit: cover;
    border-radius: 32px;
}

.f-video-success-top {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    margin: 8px;
    z-index: 4;
}

.f-video-success-top > div {
    display: inline-block;
}

.f-video-success-btn {
    cursor: pointer;
    pointer-events: initial;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: all 0.15s ease-in-out 0s;
    transform: perspective(1000px) translateZ(0px);
    font-size: 14px;
    font-weight: 700;
    color: white;
    background: rgba(17, 17, 17, 0.6);
    margin-left: 0px;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    margin-top: 8px;
    margin-right: 8px;
    position: relative;
}

.f-video-success-btn:hover {
    transform: perspective(1000px) translateZ(80px);
    cursor: pointer;
}

.f-video-success-btn svg:nth-child(1) {
    fill: rgb(255, 255, 255);
    transform: scale(0.8);
}
.f-video-success-btn svg:nth-child(2) {
    top: 0px;
    left: 28px;
    position: absolute;
    width:20px;
}


.f-video-success-btn .f-video-tooltip {
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom:-30px;
    font-size: 12px;
    padding:5px 10px;
    font-weight: normal;
  }
  
.f-video-success-btn:hover .f-video-tooltip {
    visibility: visible;
}
.f-video-success-bottom {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}

.f-video-success-bottom-notes {
    position: absolute;
    left: calc(50% - 126px);
    bottom: 92px;
    height: 64px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transform: scale(1.2);
}

.f-video-success-bottom-notes-button {
    height: 30px;
    width: 52px;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) !important;
}
.f-video-success-bottom-notes-button::after {
    content: url(../images/notes-icon.svg);
    padding-top: 3px;
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
    left: 3px;
    background-color: white;
    display: block;
    border-radius: 50%;
    transition: all 0.15s ease 0s;
    opacity: 1;
} 


.f-video-success-bottom-notes-button .f-video-tooltip {
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom:-30px;
    font-size: 12px;
    padding:5px 10px;
    font-weight: normal;
    left: -20px;
  }
  
.f-video-success-bottom-notes-button:hover .f-video-tooltip {
    visibility: visible;
}


.f-video-success-bottom-record-text {
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
    text-align: center;
    text-shadow: rgb(0 0 0 / 50%) 0px 0px 20px;
}

.f-video-success-bottom-record-text strong {
    color:var(--main-color);
}

.f-video-success-bottom-record-button {
    background: var(--main-color-rgba);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: initial;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: all 0.1s ease-in-out 0s;
    outline: none;
    border: none;
    padding: 0px;
    user-select: none;
}

.f-video-success-bottom-record-button:hover {
    background: var(--main-color);
    transform: scale(1.1);
}

.f-video-success-bottom-cancel-button {
    position: absolute;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    bottom: 85px;
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: transform 0s ease 0s, background-color 0.4s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-video-success-bottom-cancel-button:hover {
    transform: translateX(-50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.7);
}
.f-video-success-bottom-cancel-button svg {
    fill:#fff;
}


.f-video-waiting {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-waiting-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-video-waiting h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
    font-weight: normal;
}

.f-video-waiting p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}

.f-video-waiting-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-video-waiting-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}

.f-textarea {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: transparent;
    border: none;
    color: rgb(17, 17, 17);
    line-height: 28px;
    font-size: 20px;
    outline: none;
    font-weight: 400;
    resize:none;
}
.f-text-btns {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}

.f-text-btn {
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
    color: black;
    cursor: not-allowed;
    background: rgba(235, 235, 235, 0.3) !important;
}
.f-text-btn svg {
    fill: rgba(0, 0, 0, 0.2) !important;
}

.f-text-btn-active {
    transition: all 0.1s ease-in-out 0s;
    background: var(--main-color-rgba);
    cursor: pointer;
}

.f-text-btn:hover {
    transform: scale(1.1);
}

.f-text-btn-close {
    position: absolute;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    bottom: 85px;
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-text-btn-close:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(-50%) scale(1.1);
}

.f-text-btn-close svg {
    fill:#fff;
}


/* popover video */
.f-video-popover {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 8px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    width: auto;
}

.f-video-popover-menu {
    padding: 8px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    z-index: 1450;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 40px;
    width: max-content;
    animation: 0.1s ease-in-out 0s;
    margin-bottom: 8px;
    pointer-events: auto;
    max-width: 400px;
    min-width: 200px;
}

.f-video-popover-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.f-video-popover-button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    margin: 0px;
    background: none;
    width: 100%;
    min-height: 36px;
    line-height: 110%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    outline: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px !important;
}

.f-video-popover-button:hover {
    color: rgb(17, 17, 17);
    background: rgb(240, 240, 240);
    border-radius: 6px;
    cursor: pointer;
}

.f-video-popover-button.active::after {
    content: '✔';
}

@media (max-width: 1025px) {
    .f-video-popover-button {
        min-height: 40px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .f-video-popover-button {
        max-width: 70vw;
        padding: 8px 16px;
    }
}

/* end */



/* popover audio */
.f-audio-popover {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 8px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    width: auto;
}

.f-audio-popover-menu {
    padding: 8px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    z-index: 1450;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 40px;
    width: max-content;
    animation: 0.1s ease-in-out 0s;
    margin-bottom: 8px;
    pointer-events: auto;
    max-width: 400px;
    min-width: 200px;
}

.f-audio-popover-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.f-audio-popover-button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    margin: 0px;
    background: none;
    width: 100%;
    min-height: 36px;
    line-height: 110%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    outline: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px !important;
}
.f-audio-popover-button:hover {
    color: rgb(17, 17, 17);
    background: rgb(240, 240, 240);
    border-radius: 6px;
    cursor: pointer;
}
    
.f-audio-popover-button.active::after {
    content: '✔';
}

@media (max-width: 1025px) {
    .f-audio-popover-button {
        min-height: 40px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .f-audio-popover-button {
        max-width: 70vw;
        padding: 8px 16px;
    }
}


.f-video-success-bottom-recording {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}


.f-video-timer {
    position: relative;
    margin-bottom: 24px;
    color: var(--main-color);
    font-size: 28px;
    padding: 8px 10px;
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-video-timer-inner {
    width: 16px;
    height: 16px;
    background: var(--main-color);
    border-radius: 50%;
    float: left;
    margin: 2px 8px 2px 0px;
}

.f-video-timer-button {
    pointer-events: initial;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.4);
    height: 94px;
    width: 94px;
    border-radius: 50%;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}
.f-video-timer-button:hover {
    transform: scale(1.1);
}

.f-video-timer-button-inner {
    background: var(--main-color-rgba);
    border-radius: 6px;
    width: 42px;
    height: 42px;
}



.f-video-success-bottom-finish-recording {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}
.f-video-finish-recording-text {
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
    text-align: center;
    text-shadow: rgb(0 0 0 / 50%) 0px 0px 20px;
}

.f-video-finish-recording-block {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.f-video-finish-recording-yes {
    cursor: pointer;
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    background: rgba(76, 217, 130, 0.8);
    color: rgb(17, 17, 17);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
}
.f-video-finish-recording-yes:hover {
    transform: scale(1.1);
    background: rgb(76, 217, 130);
}

.f-video-finish-recording-no {
    cursor: pointer;
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    background-color: rgba(149, 149, 149, 0.8);
    color: rgb(17, 17, 17);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
}

.f-video-finish-recording-no:hover {
    transform: scale(1.1);
}

.f-video-timer-out {
    color: #fff;
    font-size: 20vw;
    z-index: 1;
}

.playsrc {
    cursor:pointer;
}

/* video end */


/* audio */
@media (max-width: 560px) {
    .f-form > div.f-audio-not-active {
        margin: 0px 16px;
    }
    .f-form > div {
        display: initial;
    }
    .f-form > .f-audio-waiting {
        display: flex;
    }
    .f-form > .f-audio-blocked {
        display: flex;
    }
}


.f-audio-not-active {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    animation: 0.3s ease-in-out 0s;
}

.f-audio-not-active h1 {
    font-size: 20px;
    line-height: 120%;
    margin: 0px;
    text-align: center;
    color: rgb(17, 17, 17);
    font-weight: 700;
}

.f-audio-not-active-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 35vh;
    border-radius: 16px;
    background: rgb(240, 240, 240);
    margin: 32px 0px;
}
.f-audio-not-active-container svg {
    transform: scale(1.2);
    margin-bottom: 16px;
}
.f-audio-not-active-container span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
}

.f-audio-not-active-button {
    border-radius: 8px;
    line-height: 22px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 16px 32px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.f-audio-not-active-button:hover {
    transform: scale(1.03);
}


.f-audio-not-connected {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-not-connected-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-not-connected h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-audio-not-connected h2 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: normal;
}

.f-audio-not-connected ol {
    list-style: none;
    counter-reset: list 0;
    text-align: left;
    padding-left: 16px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
}

.f-audio-not-connected ol li {
    counter-increment: list;
    margin-bottom: 8px;
}
.f-audio-not-connected ol li::before {
    content: counter(list) ". ";
    color: var(--main-color);
    font-weight: bold;
}

.f-audio-not-connected p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-audio-not-connected-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-audio-not-connected-button:hover {
    transform: scale(1.03);
}

.f-audio-not-connected span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-audio-not-connected-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-audio-not-connected-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}



.f-audio-blocked {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-blocked-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-blocked h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-audio-blocked h2 {
    font-size: 18px;
    line-height: 130%;
    font-weight: normal;
    color: var(--main-color);
}

.f-audio-blocked p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-audio-blocked-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-audio-blocked-button:hover {
    transform: scale(1.03);
}

.f-audio-blocked span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-audio-blocked-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-audio-blocked-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}


.f-audio-another-tab {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-another-tab-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-another-tab h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
}

.f-audio-another-tab h2 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: normal;
}

.f-audio-another-tab ul {
    text-align: left;
    padding-left: 16px;
    font-size: 14px;

    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
}

.f-audio-another-tab ul li {
    margin-bottom: 8px;
}


.f-audio-another-tab p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}
.f-audio-another-tab-button {
    width: 100%;
    font-size: 18px;
    height: 52px;
    border-radius: 8px;
    line-height: 18px;
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    z-index: 999;
    pointer-events: initial;
    background: var(--main-color);
    font-weight: normal;
}

.f-audio-another-tab-button:hover {
    transform: scale(1.03);
}

.f-audio-another-tab span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
    margin: 8px 0px 24px;
    max-width: 500px;
}

.f-audio-another-tab-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-audio-another-tab-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}


.f-audio-success {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 300px;
    color: white;
    box-sizing: border-box;
    background-color: rgb(17, 17, 17);

}

.f-audio-success-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgb(17, 17, 17);
}

.f-audio-success-audio {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scaleX(-1);
    object-fit: cover;
    border-radius: 32px;
}

.f-audio-success-top {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    margin: 8px;
    z-index: 4;
}

.f-audio-success-top > div {
    display: inline-block;
}

.f-audio-success-btn {
    cursor: pointer;
    pointer-events: initial;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: all 0.15s ease-in-out 0s;
    transform: perspective(1000px) translateZ(0px);
    font-size: 14px;
    font-weight: 700;
    color: white;
    background: rgba(17, 17, 17, 0.6);
    margin-left: 0px;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    margin-top: 8px;
    margin-right: 8px;
    position: relative;
}

.f-audio-success-btn:hover {
    transform: perspective(1000px) translateZ(80px);
    cursor: pointer;
}

.f-audio-success-btn svg:nth-child(1) {
    fill: rgb(255, 255, 255);
    transform: scale(0.8);
}
.f-audio-success-btn svg:nth-child(2) {
    top: 0px;
    left: 28px;
    position: absolute;
    width:20px;
}


.f-audio-success-btn .f-audio-tooltip {
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom:-30px;
    font-size: 12px;
    padding:5px 10px;
    font-weight: normal;
  }
  
.f-audio-success-btn:hover .f-audio-tooltip {
    visibility: visible;
}
.f-audio-success-bottom {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}

.f-audio-success-bottom-notes {
    position: absolute;
    left: calc(50% - 126px);
    bottom: 92px;
    height: 64px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transform: scale(1.2);
}

.f-audio-success-bottom-notes-button {
    height: 30px;
    width: 52px;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) !important;
}
.f-audio-success-bottom-notes-button::after {
    content: url(../images/notes-icon.svg);
    padding-top: 3px;
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
    left: 3px;
    background-color: white;
    display: block;
    border-radius: 50%;
    transition: all 0.15s ease 0s;
    opacity: 1;
} 


.f-audio-success-bottom-notes-button .f-audio-tooltip {
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom:-30px;
    font-size: 12px;
    padding:5px 10px;
    font-weight: normal;
    left: -20px;
  }
  
.f-audio-success-bottom-notes-button:hover .f-audio-tooltip {
    visibility: visible;
}


.f-audio-success-bottom-record-text {
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
    text-align: center;
    text-shadow: rgb(0 0 0 / 50%) 0px 0px 20px;
}

.f-audio-success-bottom-record-text strong {
    color:var(--main-color);
}

.f-audio-success-bottom-record-button {
    background: var(--main-color-rgba);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: initial;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: all 0.1s ease-in-out 0s;
    outline: none;
    border: none;
    padding: 0px;
    user-select: none;
}

.f-audio-success-bottom-record-button:hover {
    background: var(--main-color);
    transform: scale(1.1);
}

.f-audio-success-bottom-cancel-button {
    position: absolute;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    bottom: 85px;
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: transform 0s ease 0s, background-color 0.4s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-audio-success-bottom-cancel-button:hover {
    transform: translateX(-50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.7);
}
.f-audio-success-bottom-cancel-button svg {
    fill:#fff;
}


.f-audio-waiting {
    height: 100%;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-waiting-container {
    max-width: 500px;
    width: 100%;
    color: black;
    background: rgb(244, 244, 244);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
     font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.f-audio-waiting h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 500px;
    font-weight: normal;
}

.f-audio-waiting p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 16px;
    text-align: center;
}

.f-audio-waiting-back {
    pointer-events: initial;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.f-audio-waiting-back div {
    display: inline-block;
    margin-right: 6px;
    transform: rotate(180deg) !important;
}

.f-textarea {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: transparent;
    border: none;
    color: rgb(17, 17, 17);
    line-height: 28px;
    font-size: 20px;
    outline: none;
    font-weight: 400;
    resize:none;
}
.f-text-btns {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}

.f-text-btn {
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
    color: black;
    cursor: not-allowed;
    background: rgba(235, 235, 235, 0.3) !important;
}
.f-text-btn svg {
    fill: rgba(0, 0, 0, 0.2) !important;
}

.f-text-btn-active {
    transition: all 0.1s ease-in-out 0s;
    background: rgba(76, 217, 130, 0.8) !important;
    cursor: pointer;
}

.f-text-btn-active svg {
    fill: rgb(17, 17, 17) !important;
}

.f-text-btn:hover {
    transform: scale(1.1);
}

.f-text-btn-close {
    position: absolute;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    bottom: 85px;
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-text-btn-close:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(-50%) scale(1.1);
}

.f-text-btn-close svg {
    fill:#fff;
}


/* popover audio */
.f-audio-popover {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 8px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    width: auto;
}

.f-audio-popover-menu {
    padding: 8px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    z-index: 1450;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 40px;
    width: max-content;
    animation: 0.1s ease-in-out 0s;
    margin-bottom: 8px;
    pointer-events: auto;
    max-width: 400px;
    min-width: 200px;
}

.f-audio-popover-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.f-audio-popover-button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    margin: 0px;
    background: none;
    width: 100%;
    min-height: 36px;
    line-height: 110%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    outline: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px !important;
}

.f-audio-popover-button:hover {
    color: rgb(17, 17, 17);
    background: rgb(240, 240, 240);
    border-radius: 6px;
    cursor: pointer;
}

.f-audio-popover-button.active::after {
    content: '✔';
}

@media (max-width: 1025px) {
    .f-audio-popover-button {
        min-height: 40px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .f-audio-popover-button {
        max-width: 70vw;
        padding: 8px 16px;
    }
}


/* popover audio */
.f-audio-popover {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 8px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    width: auto;
}

.f-audio-popover-menu {
    padding: 8px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    z-index: 1450;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 40px;
    width: max-content;
    animation: 0.1s ease-in-out 0s;
    margin-bottom: 8px;
    pointer-events: auto;
    max-width: 400px;
    min-width: 200px;
}

.f-audio-popover-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.f-audio-popover-button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    margin: 0px;
    background: none;
    width: 100%;
    min-height: 36px;
    line-height: 110%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    outline: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px !important;
}
.f-audio-popover-button:hover {
    color: rgb(17, 17, 17);
    background: rgb(240, 240, 240);
    border-radius: 6px;
    cursor: pointer;
}
    
.f-audio-popover-button.active::after {
    content: '✔';
}

@media (max-width: 1025px) {
    .f-audio-popover-button {
        min-height: 40px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .f-audio-popover-button {
        max-width: 70vw;
        padding: 8px 16px;
    }
}


.f-audio-success-bottom-recording {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}


.f-audio-timer {
    position: relative;
    margin-bottom: 24px;
    color: var(--main-color);
    font-size: 28px;
    padding: 8px 10px;
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-audio-timer-inner {
    width: 16px;
    height: 16px;
    background: var(--main-color);
    border-radius: 50%;
    float: left;
    margin: 2px 8px 2px 0px;
}

.f-audio-timer-button {
    pointer-events: initial;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.4);
    height: 94px;
    width: 94px;
    border-radius: 50%;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}
.f-audio-timer-button:hover {
    transform: scale(1.1);
}

.f-audio-timer-button-inner {
    background: var(--main-color-rgba);
    border-radius: 6px;
    width: 42px;
    height: 42px;
}



.f-audio-success-bottom-finish-recording {
    position: absolute;
    animation: 0.3s ease-in-out 0s;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    height: 380px;
    padding: 0px 16px 68px;
    transition: all 0.3s ease-out 0s;
}
.f-audio-finish-recording-text {
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
    text-align: center;
    text-shadow: rgb(0 0 0 / 50%) 0px 0px 20px;
}

.f-audio-finish-recording-block {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.f-audio-finish-recording-yes {
    cursor: pointer;
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    background: rgba(76, 217, 130, 0.8);
    color: rgb(17, 17, 17);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
}
.f-audio-finish-recording-yes:hover {
    transform: scale(1.1);
    background: rgb(76, 217, 130);
}

.f-audio-finish-recording-no {
    cursor: pointer;
    pointer-events: initial;
    border: none;
    fill: white;
    width: 96px;
    height: 96px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    background-color: rgba(149, 149, 149, 0.8);
    color: rgb(17, 17, 17);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    font-weight: 700;
    outline: none;
    padding: 0px;
    flex-shrink: 0;
    transition: all 0.1s ease-in-out 0s;
}

.f-audio-finish-recording-no:hover {
    transform: scale(1.1);
}

.f-audio-timer-out {
    color: #fff;
    font-size: 20vw;
    z-index: 1;
}

.f-audio-canvas {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

/* audio end */

/* text start */
.f-text-text {
    height: 100%;
    width: 100%;
    color: black;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 16px;
    font-size: 16px;
    animation: 0.4s ease-in-out 0s;
    overflow: auto;
}

.playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    background: none;
    border: none;
    padding: 0px;
    outline: none;
    z-index: 4;
}

.playicon:hover {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.15);
}

/* text end */

/* end */