@font-face {
    font-family: proximanova;
    src: url('../icon/Proxima\ Nova\ Font.otf');
}

.elex-wrap .input-group-text .form-control-settings:focus {
    border-radius: 0px !important;
}

.elex-yt-blue {
    color: #1F9DF1 !important;
    text-decoration: underline;
    /* font: italic normal 300 16px/19px Proxima Nova; */
}

.elex-wrap .font-wt {
    font-weight: 600;
}

.error_galleryname_settings {
    color: #707070 !important;
    font-family: proximanova;
    font-size: 14px;
    opacity: 1;
}

.elex_settings_main {
    font-family: proximanova;
}

.elex_yt_api_tabs {
    display: flex;
    background: #DFF1FD 0% 0% no-repeat padding-box;
    border: 1px solid #0577C3;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    width: 40%;
    margin: auto;
    padding: 10px 10px;
}

.elex_yt_api_tabs button {
    border: none;
    background: none;
    border-right: 2px solid #70706F;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    cursor: pointer;
}

.elex-flx {
    width: 100%;
}

#elex_select {
    transition: 0.5s ease-in;
}

.elex_check_pens {
    margin-top: 0px;
}

#elex_select {
    margin-top: 0px;
}

.elex-text_settings {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(---e20a0a);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 6px;
    opacity: 1;
    width: 82%;
    padding: 8px 10px;
    font-family: 'proxima nova';
}

.elex-flx p {
    color: #000000;
    margin-bottom: 10px;
}

.elex_yt_congif_setting {
    max-width: 50%;
    margin-bottom: 15px;
    ;
}

.elex-wrap .font-wt span {
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.elex_settings_main {
    display: grid;
    gap: 4rem;
    font-family: proximanova;
}

#error_galleryname a {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0px;
    color: #1F9DF1;
    opacity: 1;
}

.elex_settings_remove_icon {
    background: url(../icon/remove\ video\ icon.svg);
    background-position: right top;
    visibility: visible;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.elex_remove_settings_account {
    position: absolute;
    z-index: 999;
    left: 80%;
    right: 0;
    top: 5%;
    text-align: center;
    cursor: pointer;
    color: #FF3434;
}

.elex_yt_bottom_btn {
    display: grid;
    gap: 0.5rem;
    width: 30%;
    position: absolute;
    bottom: 25px;
    font-family: proximanova;
}


/* .elex_yt_bottom_btn {
  display: grid;
  gap: 0.5rem;
  width: 30%;
  position: absolute;
  bottom: 50px;
  font-family:proximanova;
} */

.elex_setings_border {
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
}

.elex_default_btn {
    border: 2px solid var(--unnamed-color-707070);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #707070;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    color: #707070;
    text-transform: capitalize;
    opacity: 1;
    cursor: pointer;
}

.elex_default_save {
    border: none !important;
    cursor: pointer;
}

.elex_check_pens {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.elex_check_pens p {
    text-align: left;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-bottom: 0.5rem !important;
}

.elex_btn_account {
    display: flex;
    gap: 1rem;
    background: #0577C3 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: none;
    align-items: center;
    color: #FFFFFF;
    opacity: 1;
    text-transform: capitalize;
    font-size: 14px;
    cursor: pointer;
}

.elex_btn_account:hover {
    color: #FFFFFF !important;
}

.elex_custom-select {
    position: relative;
    width: 40%;
    margin-top: -15px;
}

.elex_custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.elex-wrap .select-selected {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid;
    border-radius: 2px;
    opacity: 1;
}


/*style the arrow inside the select element:*/

.elex-wrap .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #2B2B2B transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.elex-wrap .select-selected.select-arrow-active:after {
    border-color: transparent transparent #2B2B2B transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.elex-wrap .select-items div,
.select-selected {
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    padding: 8px 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    cursor: pointer;
    user-select: none;
}

.elex_time_text {
    letter-spacing: 0px;
    color: #2B2B2B;
    text-transform: capitalize;
    opacity: 1;
}


/*style items (options):*/

.elex-wrap .select-items {
    border: 1px solid #0577C3;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.elex-wrap .select-hide {
    display: none;
}

.elex-wrap .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* // * Elex Tab Section css// */

.elex_tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    max-width: max-content;
    margin: auto;
    background: #DFF1FD 0% 0% no-repeat padding-box;
    border: 1px solid #0577C3;
    border-radius: 5px;
    opacity: 1;
    padding: 2px;
    display: flex;
    margin-top: 10px;
}


/* Style the buttons inside the tab */

.elex_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 17px;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1
}

.elex_border_tab {
    border-right: 2px solid #707070;
    font-size: 32px;
    position: relative;
    top: 2%;
}


/* Create an active/current tablink class */

.elex_tab a.active {
    background-color: #1F9DF1;
    background: #1F9DF1 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
}


/* Style the tab content */

.elex_show_title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 13px;
}


/* .elex_show_title input {
  margin-top: 16px;
} */


/* // Video Settings Page // */

.elex_show_title p {
    text-align: left;
    font-size: 14PX;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
}

.elex_video_settings {
    display: grid;
    grid-template-columns: 30% 67%;
    margin-top: 15px;
    gap: 1rem;
}

.elex-create-dark-bg {
    background: darkgray 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 40px;
    position: relative;
}

.elex_video_edit h1 {
    text-align: left;
    font-size: 18PX;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    font-weight: 300;
}

.elex_input_radio_playmode p {
    text-align: left;
    font-size: 14PX;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    font-weight: 600;
}

.elex_input {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: -18px;
}

.elex_input p {
    text-align: left;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.elex_input input label {
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.elex-wrap input.elex_accent {
    accent-color: #00D92D;
}

.elex_input input:checked {
    border: none;
}

.elex_color_code {
    display: flex;
    gap: 0.5rem;
}

#elex_color,
#elex_playbutton_color {
    padding: 0px 0px !important;
    appearance: none !important;
    box-sizing: unset !important;
    border-width: 0px !important;
    width: 40px;
    height: 35px;
}

#elex_col {
    width: 50%;
}

#elex_rows {
    width: 50%;
}

#elex_col:focus {
    /* border: 2px solid #707070 !important; */
}

#elex_per {
    width: 20%;
    /* border: 1px solid #707070; */
}

#elex_per:focus {
    /* border: 2px solid #707070 !important; */
}

#elex_per_player {
    width: 20%;
    /* border: 1px solid #707070; */
}

#elex_per_player:focus {
    /* border: 2px solid #707070 !important; */
}

#elex_hex {
    /* border: 1px solid #707070; */
    border-left: none !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#elex_hex:focus {
    /* border: 2px solid #707070 !important; */
    border-radius: 6px;
    box-shadow: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.elex_tab_child {
    display: flex;
    align-items: center;
}

.elex_select_text {
    display: flex;
}

.elex_colorcode_gen {
    background-color: #E3F4FF;
    color: #2B2B2B;
    font-size: 12px;
    border: 1px solid #707070;
    border-right: none !important;
    padding: 5px 5px;
    background-color: #E3F4FF !important;
}

.elex_text_col {
    display: flex;
    margin-top: -18px;
}

.elex_text_col span {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #E3F4FF;
    /* border: 1px solid #707070; */
    border-radius: 4px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none !important;
}

.elex_text_column {
    position: relative;
    display: table;
    border-collapse: separate;
}

#elex_col {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #707070; */
    border-radius: 4px;
}

#elex_rows {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #707070; */
    border-radius: 4px;
    width: 50%;
}

.elex_popup {
    background: #2B2B2B 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 25px 25px;
    height: 400px;
}

.elex-create-dark-bg p {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
}

.elex-create-dark-bg span {
    position: absolute;
    width: 50% !important;
    right: 46px;
    top: 19px;
    font-size: 17px;
    color: #B50202;
    font-weight: bold;
    cursor: pointer;
}

.elex_gallery_width {
    width: 50% !important;
}

.elex_col_gallery_layout {
    display: flex;
    gap: 0.5rem;
    width: 70%;
}

.elex_galley_text {
    letter-spacing: 0px;
    color: #2B2B2B;
    text-transform: capitalize;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
}

.elex_gallery_settings {
    display: grid;
    gap: 1rem;
}

.elex_arrow-left {
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #B50202;
    position: absolute;
}

.elex_border_box {
    order: 2px solid #707070;
    background-color: #cecece;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 120px;
    position: relative;
}

.elex_border p {
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    color: #2B2B2B;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 600;
}

.elex-create-dark-gallery_bg {
    height: fit-content;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px;
    position: relative;
}

.elex_border_box {
    position: relative;
}

.elex_icon_white {
    width: 25%;
    height: 25%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 40%;
    left: 38%;
    cursor: pointer;
    opacity: 80%;
}

.elex-create-dark-gallery_bg h1 {
    text-transform: capitalize;
}

.elex_show_title_gallery p {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.elex_edit_sidearrow {
    position: absolute;
    right: 3%;
    top: 38%;
}

.elex_edit_sidearrow {
    background: #0000008a;
    padding: 0.8em;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
}

.elex_edit_pagination .elex_edit_pagination_trash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.elex-wrap .edit_backward_icon img {
    cursor: pointer;
}

.elex-wrap .edit_icon_border p {
    font-size: 15px;
    margin-top: 8px;
}

.elex-radio-container-playmode {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.elex-radio-container-playmode input {
    left: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.elex-playmode-checkmark {
    position: absolute;
    top: 5px;
    height: 15px;
    width: 15px;
    background-color: #707070;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.elex-radio-container-playmode:hover input~.elex-playmode-checkmark {
    background-color: #707070;
    ;
}


/* When the radio button is checked, add a blue background */

.elex-radio-container-playmode input:checked~.elex-playmode-checkmark {
    background-color: #00D92D;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.elex-playmode-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.elex-radio-container-playmode input:checked~.elex-playmode-checkmark:after {
    display: block;
}

.elex-radio-container-playmode .elex-playmode-checkmark:after {
    top: 4px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00D92D;
}

.elex_play_online {
    animation: transition 4s;
}

@keyframes elex_playonline {
    from {
        top: 0px;
    }
    to {
        top: 20px;
    }
}


/* #elex_simpleandclassic{display: none;} */

.elex-create-dark-bg_create {
    height: fit-content;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px 0px 15px 0px;
}

:root {
    /* Colors: */
    ---e20a0a: #E20A0A;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-6c63ff: #6C63FF;
    --unnamed-color-707070: #707070;
    /* Font/text values */
    --unnamed-font-family-proxima-nova: Proxima Nova;
    --unnamed-font-style-italic: italic;
    --unnamed-font-weight-300: 300px;
    --unnamed-font-size-16: 16px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-19: 19px;
}


/* Character Styles */

.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-proxima-nova);
    font-style: var(--unnamed-font-style-italic);
    font-weight: var(--unnamed-font-weight-300);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-19);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-707070);
}

::placeholder {
    color: #707070;
    opacity: 1;
}

.elex-create-dark-bg_create {
    height: fit-content;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px 0px 15px 0px;
}

@media (max-width:846px) {
    .elex-grid {
        display: grid;
        grid: auto / 70% !important;
    }
    .form-elex-control {
        display: flex;
        flex-direction: column;
    }
    .form-elex {
        display: flex;
        flex-direction: column;
    }
}

.elex-grid {
    display: grid;
    grid: auto / 77%;
    padding-top: 0.5rem !important;
}

.elex-pad-yt {
    padding: 0px 0px;
}

.form-elex-control {
    display: flex;
    margin-top: -5px;
}

.elex-container {
    width: 90%;
    margin: auto;
}

.elex-flx {
    width: 100%;
}

.elex-text {
    font: normal normal medium var(--unnamed-font-size-14)/var(--unnamed-line-spacing-19) var(--unnamed-font-family-proxima-nova);
    background: var(--unnamed-color-ffffff);
    border: 1px solid var(--unnamed-color-707070) !important;
    border-radius: 6px;
    opacity: 1;
    width: 100%;
    padding: 8px 10px !important;
    font-size: 14px;
}

.elex_p_dt {
    color: #DDDDDD;
    text-align: left;
    opacity: 1;
    text-align: left !important;
}

.gallery_create {
    margin-top: -12px !important;
    border: 1px solid #707070 !important;
    border-radius: 6px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 14px;
}

.form-control:focus {
    border: 1px solid #707070 !important;
    border-radius: 6px !important;
    box-shadow: none;
}

.elex-wrap input[type=text]:focus {
    border: 1px solid #707070 !important;
    border-radius: 6px !important;
    box-shadow: none;
}

.form-elex {
    display: flex;
    gap: 1rem;
    margin-top: -5px;
}

.elex_Live_Preview h3 {
    margin-top: 15px;
    width: 100%;
}

.elex-add-btn {
    background: #fff;
    border: 2px solid #1492E6;
    border-radius: 6px;
    color: #1492E6;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.elex-sidebar {
    height: 65%;
    width: 23%;
    padding: 5px 5px 10px 0px;
    float: right;
    position: absolute;
    right: 0;
    margin-top: -5px;
    z-index: 999;
    transition: all 0.5s;
}

.eh_save_gallery {
    position:sticky;
    bottom: 10px;
    background: #0577C3 0% 0% no-repeat padding-box !important;
    border-radius: 4px;
    opacity: 1;
    font: normal normal 600 24px/29px "Proxima Nova";
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: capitalize;
    opacity: 1;
    width: 90% !important;
}

.elex-sidebar1 {
    height: 140%;
    background: #2B2B2B;
    padding: 5px 10px;
    border-radius: 4px;
}
.btn-yt-wht img {
    height: 12px;
    width: 12px;
    margin-top: 4px;
}

.elex-sidebar h1 {
    color: white;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    margin-top: 5px;
}
.btn-yt-create_empty {
    position: relative;
    width: 25%;
    margin: auto;
    cursor: pointer;
}
.btn-yt {
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 16px/19px Proxima Nova;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    text-decoration: none;
    text-shadow: none;
    border: none;
    padding: 8px 25px;
    border-radius: 4px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    font-family: 'proxima-nova', sans-serif;
}
.btn-yt-pad {
    position: absolute;
    bottom: -150px;
}

.elex_form_errormessage {
    color: #E20A0A !important;
    font-size: 14px !important;
    margin-top: 2px;
}
.btn-yt-wht {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    width: 100%;
    padding: 12px 10px;
    text-align: left;
    font: normal normal medium var(--unnamed-font-size-16)/var(--unnamed-line-spacing-19) var(--unnamed-font-family-proxima-nova);
    color: #2B2B2B;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.elex-sidebar p {
    padding: 0px 10px 0px 0px;
    text-align: right;
}

.elex_date {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0 !important;
}


/* .elex_p_text{
  text-indent: -8ch;
  overflow: hidden;
} */


/* // SourceList append Parent class css */

.elex_sourcelist_titappend {
    display: flex;
}

#drag_icon:hover {
    color: blue !important;
}


/* 
#elex_toastmessage {
    visibility: hidden;
    margin-left: -125px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #0577C35C;
    border-radius: 6px;
    opacity: 1;
    margin: auto;
    padding: 20px;
    border: none;
    width: 25%;
    text-align: center;
    padding: 20px;
    position: fixed;
    z-index: 1;
    left: 40%;
    font-size: 14px;
    gap: 0.5rem;
    top: 15%;
} */

#elex_update_toastmessage {
    visibility: hidden;
    margin-left: -125px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #0577C35C;
    border-radius: 6px;
    opacity: 1;
    margin: auto;
    padding: 20px;
    border: none;
    width: 25%;
    text-align: center;
    padding: 20px;
    position: fixed;
    z-index: 1;
    left: 40%;
    font-size: 14px;
    gap: 0.5rem;
    top: 15%;
}

.elex_close_popup {
    padding-right: 55em;
}

.elex_p_rows {
    margin-top: 10px !important;
}

.elex_totastmessage_addsourcelist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.close1 {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 25px;
}


/* #elex_toastmessage.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
} */

#elex_toastmessage img {
    width: 20px;
}

#elex_toastmessage p {
    font-size: 18px;
    margin-bottom: 0rem !important;
}

#elex_toastmessage_sync.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#elex_toastmessage_sync img {
    width: 20px;
}

#elex_toastmessage_sync p {
    font-size: 18px;
    margin-bottom: 0rem !important;
}

#elex_update_toastmessage .show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#elex_update_toastmessage img {
    width: 20px;
}

#elex_update_toastmessage p {
    font-size: 18px;
    margin-bottom: 0rem !important;
}

.elex_Live_Preview h3 {
    font-size: 18px;
}

.elex_Live_Preview {
    display: flex;
    gap: 1rem;
    padding: 0px 5px 0px 5px;
}

.elex_Live_Preview img {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    ;
    padding: 6px 10px;
    margin: 5px;
    height: 30px;
    margin-top: 10px;
}

:root {
    /* Colors: */
    --e20a0a: #E20A0A;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-6c63ff: #6C63FF;
    --unnamed-color-707070: #707070;
    /* Font/text values */
    --unnamed-font-family-proxima-nova: Proxima Nova;
    --unnamed-font-style-italic: italic;
    --unnamed-font-weight-300: 300px;
    --unnamed-font-size-16: 16px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-19: 19px;
}


/* Character Styles */

.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-proxima-nova);
    font-style: var(--unnamed-font-style-italic);
    font-weight: var(--unnamed-font-weight-300);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-19);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-707070);
}

.elex-wrap header {
    padding: 10px;
    background: #f7fcff 0% 0% no-repeat padding-box;
    opacity: 1;
}

.elex-body {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elex-text:focus {
    border-color: #707070 !important;
}

.elex-pad {
    padding: 10px 20px;
}

.elex-pad p {
    font: normal normal medium var(--unnamed-font-size-16) / var(--unnamed-line-spacing-19) var(--unnamed-font-family-proxima-nova);
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    font: normal normal medium 16px/19px Proxima Nova;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
}

.elex-lic-cont {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
    width: 600px;
    margin: auto;
}

.elex-gray {
    width: 600px;
    margin-top: -20px;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    opacity: 1;
}

.elex-gray h1 {
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
}

.elex-lic-btn {
    background: #0577c3 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    width: 100%;
    color: white;
    padding: 10px 10px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.elex-crete {
    display: flex;
    justify-content: center;
}

.elex-crete p {
    font-size: 14px;
    color: #707070;
}

.elex-crete p a {
    color: #1492E6;
    text-decoration: underline;
}

.elex-gray h1 {
    padding: 20px 20px;
}

.elex-btn-pop {
    display: flex;
    gap: 1rem;
}

.elex-border-change {
    border: 2px solid var(--unnamed-color-707070) !important;
    background: #ffffff 0% 0% no-repeat padding-box !important;
    border: 2px solid #707070 !important;
    border-radius: 6px !important;
    opacity: 1;
    font: normal normal medium 16px/19px Proxima Nova;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.elex-body.show {
    pointer-events: auto;
    opacity: 1;
}

.elex-wrap .trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.elex-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.elex-body.active {
    visibility: visible;
    opacity: 1;
}

.elex-wrap .trailer.active {
    visibility: visible;
    opacity: 1;
}

.elex-wrap .close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.elex-wrap .close-btn-popup {
    float: right;
    position: relative;
    top: -62px;
    font-size: 40px;
    cursor: pointer;
    right: 10px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.5, 1.5);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1.5, 1.5);
    }
}

@media (max-width: 952px) {
    .trailer embed {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .elex-body {
        max-width: 100%;
    }
    .elex-lic-cont {
        max-width: 90%;
    }
    .elex-gray {
        max-width: 100%;
    }
}

.elex-wrap .card {
    background: none !important;
    border: none !important;
    padding: 0em 0em 0em !important;
    min-width: auto !important;
    /* for licence new style */
    /* top: 150px;
  left: 326px;
  width: 950px;
  height: 345px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 6px;
  opacity: 1; */
}

.elex_licence_card {
    top: 150px;
    left: 296px;
    width: 550px;
    height: 335px;
    position: relative;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
}

.elex-wrap .card-licence {
    /* for licence */
    top: 150px;
    left: 326px;
    width: 950px;
    height: 345px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .tt-menu {
    width: 100%;
}

.twitter-typeahead .tt-suggestion {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.twitter-typeahead .tt-suggestion:hover {
    background: #ddd;
    cursor: pointer;
}


/* .elex-galley-container {
  width: 97%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1rem;

} */

.elex-galley-container {
    overflow: visible;
}

.elex-wrap .sidearrow {
    position: relative;
    top: -100px;
}

.elex-gallery-id p {
    font: normal normal bold 18px/23px var(--unnamed-font-family-proxima-nova);
    letter-spacing: var(--unnamed-character-spacing-0);
    font: normal normal bold 18px/23px Proxima Nova;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    text-transform: bold;
}

.elex-gallery-id img {
    max-width: 100%;
}

.elex-create-dark-bg h1 {
    width: 97%;
    margin: auto;
    padding: 10px 0px 0px 0px;
    font-size: 20px;
}

.elex_preview {
    display: flex;
    justify-content: space-between;
}

.elex_source_add_btn {
    width: 100% !important;
    font-size: 14px !important;
    border: 3px solid #1F9DF1;
    color: #1F9DF1;
}

.elex_source_add_btn img {
    height: 14px !important;
}

.elex_sort_bg {
    background: #2B2B2B4D;
    height: fit-content;
    margin-top: 20px;
    display: flex;
    padding: 10px;
}

.elex_sort_bg img {
    background: none !important;
    padding: 5px 0px !important;
    height: 22px;
}

.elex_Live_Preview {
    display: flex;
    gap: 0.5rem;
}

.elex_fix_hei {
    height: 140px;
}

.elex_fix_hei img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.elex_edit_sidearrow {
    background: #0000008a;
    padding: 1.3rem;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
}

.elex_edit_sidearrow {
    position: absolute;
    right: 3%;
    top: 38%;
}

.elex_edit_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.edit_backward_icon img {
    cursor: pointer;
}

.elex_edit_position {
    position: relative;
    border-radius: 5px;
}

.elex_text_sourcelist_textbox {
    position: relative;
    margin-top: 10px;
}


/* .remove_video {
    background: url('../icon/popup-close\ icon.svg');
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px 8px;
  transition: 0.3s;
  font-size: 12px;
  color: #2B2B2B;
  cursor: pointer;
  background-repeat: no-repeat;
} */

#elex_error_source {
    background: none;
    color: red;
}

.elex-inline-preview {
    height: 100%;
    width: 100%;
}

.elex_edit_youtube_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    visibility: hidden;
    cursor: pointer;
}

.yt_icon,
.elex_icon_white {
    width: 25%;
    height: 25%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 40%;
    left: 38%;
    cursor: pointer;
    opacity: 80%;
}

.yt-icon-arrow,
.elex_arrow-left {
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #B50202;
    position: absolute;
}

.elex_edit_inline_hover {
    position: relative;
    cursor: pointer;
}


/* .elex_edit_sidearrow {
  background: #0000008a;
  padding: 0.6em;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  top: 50% !important;
  right: -35px !important;
  margin-top: -16px;
} */

.elex_edit_sidearrow {
    background: #0000008a;
    padding: 0.6em;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    display: flex;
    width: 40px;
    display: flex;
    top: 50% !important;
    justify-content: center;
    align-items: center;
    margin-top: -16px;
}

.elex_edit_sidearrow.prev {
    left: 10px !important;
}

.elex_edit_sidearrow.next {
    right: 10px !important;
}

.elex_edit_hover_img {
    background: url('../icon/remove\ video\ icon.svg');
    background-position: center;
    visibility: hidden;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
}

.elex_edit_inline_hover:hover img,
.elex_edit_inline_hover.deleted img {
    background: #2B2B2B40 0% 0% no-repeat padding-box;
    opacity: 0.8;
}

.elex_edit_inline_hover:hover span {
    visibility: visible;
}

.elex_edit_inline_hover:hover span.recover_video {
    visibility: hidden;
}

.elex_edit_inline_hover.deleted span.recover_video {
    visibility: visible;
}

.elex_edit_inline_hover.deleted span {
    visibility: hidden;
}

.elex-wrap .select-dropdown1,
.select-dropdown1 * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.elex-wrap .select-dropdown1 {
    position: relative;
    background-color: #E6E6E6;
    border-radius: 4px;
}

.elex-wrap .select-dropdown1 select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.elex-wrap .select-dropdown1 select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.elex-wrap .select-dropdown1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.elex_copytext {
    display: flex;
    background: #fff;
    justify-content: space-between;
    border-radius: 6px;
    position: relative;
}

.elex_child {
    padding: 5px;
}

.elex_p {
    color: #000000 !important;
    opacity: 1;
    font-size: 14px;
    font-weight: 600
}

.elex_child p {
    padding: 0px 10px 0px 5px;
    background: none;
    margin-bottom: 0rem !important;
    text-align: left;
    font-size: 14px;
}

.elex_desktop_layout {
    display: flex;
    background: none;
    gap: 0.5rem;
    align-items: center;
}

.elex_desktop_layout p {
    text-align: left;
    background: none !important;
    color: #DDDDDD;
    margin-bottom: 0.3rem !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 19px;
    font-size: 14px;
}

.elex_source_list_text_desktop {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 2px !important;
    opacity: 1;
    margin: 0px 0;
    outline: none;
    padding: 2px 8px !important;
    border: none;
    color: #2B2B2B;
    font-size: 12px;
    font-family: 'proxima-nova', sans-serif;
    display: flex;
    font-size: 16px;
}

.elex_pagination .elex_desktop_layout {
    margin-top: 15px;
}

.elex_p_text {
    text-align: left !important;
    background: none !important;
    margin-bottom: 0rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elex_sidebar_arrow {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.elex_sidebar_arrow img {
    width: 17px;
    height: 17px;
}

tbody tr {
    border-radius: 6px !important;
}


/* tbody tr:hover {
  box-shadow: 0px 0px 8px #0D25FF66;
  border-radius: 10px !important;
} */

#elex_pag_sidearrow {
    display: none;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.nav-link {
    font-family: 'proxima-nova', sans-serif;
}

/* .modal {
    display: none;
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
} */


/* Modal Content */


/* .modal-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #0577C35C;
    border-radius: 6px;
    opacity: 1;
    margin: auto;
    padding: 20px;
    border: none;
    width: 100%;
} */


/* //Loader  */

.elex_rows_dt {
    margin-top: 10px !important;
    font-size: 14px !important;
}

.loader {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.loader_img {
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 45%;
}

.elex_grid_par span {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 12px;
    color: #2B2B2B;
    font-stretch: extra-expanded;
    font-weight: 600;
}

.elex_grid_par {
    animation: elex_sourcelist_mymove 1s;
}

@keyframes elex_sourcelist_mymove {
    from {
        left: 200px;
    }
    to {
        left: 0px;
    }
}

.edit_gallery_top {
    display: grid;
    gap: 0.7rem;
}

.elex-icon-img a:target {
    border: none !important;
}

.elex_siderbar_grid {
    margin-top: 10px !important;
}


/* 

.elex_edit_sidearrow.prev{
	left: -35px !important;
	right: auto !important;
	transform: rotate(180deg);
}

.elex_edit_sidearrow {
      background: #0000008a;
      padding: 0.6em;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      top: 50% !important;
      right: -35px !important;
      margin-top: -16px;
}

#elex_pag_sidearrow {
  display: none;
}


.elex_edit_sidearrow {
  background: #0000008a;
  padding: 1.3rem;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  

} */