@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #595959;
}
a {
    /*color: #6d6aef;*/
    color: #000000;
    text-decoration: none;
    outline: none;
}
ul{
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img{
    vertical-align: bottom;
}
.clear{
    clear: both;
}
.cvr_bnr{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cvr_bnr .cvr_bnr_inr{
    height: 245px;
    background-position: -2px -2px;
    background-repeat: no-repeat;
    background-size: 102%;
}
.mn_wrpr {
}
.mn_rw{
    width: 100%;
    max-width: 720px;
    padding: 0 20px;
    margin: 0 auto;
}
.frm_rw{
    padding: 0 0 20px 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    outline: none;
}
.frm_rw .col_hlf{
    width: 50%;
    float: left;
}
/* ENDS GLOBAL STYLE */

.frm_lbl{
    display: block;
    padding: 0 0 7px 0;
    font-size: 13px;
    font-weight: 300;
    color: #595959;
}
.frm_lbl.inln{
    display: inline-block;
}
input, input:-internal-autofill-selected{
    width: 100%;
    background: #ffffff;
    border: 1px solid #eaeaea;
}
input:hover, input:focus, input:active, input:target{
    outline: none;
    box-shadow: none;
}
.frm_txt, .frm_txt_dv{
    width: 100%;
    height: 44px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.frm_txt.txtarea{
    height: auto;
}
.frm_txt.full_nme{
    padding: 0;
    border: none;
    font-size: 30px;
    font-weight: 600;
    /*color: #6d6aef;*/
    color: #000000;
    text-align: center;
}
.frm_txt_dv .slct_opt{
    width: 100%;
    border: none;
    position: relative;
    top: -2px;
}
.cstm_fil{
    position: relative;
}
.cstm_fil .file_inpt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.frm_btn{
    display: block;
    width: 100%;
    padding: 12px 30px 12px 34px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    color: #000000;
    position: relative;
}
.frm_btn:focus, .frm_btn:active, .frm_btn:hover{
    border: 1px solid #000000;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}
.frm_btn span {
    display: inline-block;
    font-weight: 500;
}
.frm_btn .icon{
    width: 14px;
    margin: 0 0 0 20px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.frm_btn.save{
    /*background: #6d6aef;*/
    background: #000000;
    color: #ffffff;
    font-weight: 500;
}
.frm_btn.save:focus, .frm_btn.save:active, ..frm_btn.save:hover{
    border-color: #000000;
}
.frm_btn.save span{
    color: #ffffff;
}
.user_link a{
    margin: 5px 0;
    font-size: 13px;
    display: table;
}
/* END FORMS ELEMENTS */

.clr_bx{
    padding: 1px;
    position: relative;
}
.clr_bx .clr_bx_inpt{
    position: relative;
}
/* ENDS STYLES AND COLOR PAGE  */


/* STARTS SOCIAL ICON SWITCHER */
.icn_swtchr{
    width: 100%;
}
.icn_swtchr .frnt{
    padding: 10px 13px;
    background: rgba(00, 00, 00, 0.04);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.icn_swtchr .frnt .tgl_btn{
    width: 75%;
    float: left;
}
.icn_swtchr .frnt .swtch{
    width: 25%;
    padding: 7px 0 0 0;
    float: right;
    text-align: right;
}
.icn_swtchr .frnt .swtch.cstm_fil_wrp{
    padding: 2px 0 0 0;
}
.icn_swtchr .frnt .tgl_btn .tgl{
    display: inline-block;
    height: 36px;
    padding: 7px 6px 0px 2px;
}
.icn_swtchr .frnt .tgl_btn .tgl span{
    display: block;
    width: 3px;
    height: 3px;
    background: #000000;
    box-shadow: 0px 7px 0px 0px, 0px 13px 0px 0px, 0px 19px 0px 0px;
    -webkit-box-shadow: 0px 7px 0px 0px, 0px 13px 0px 0px, 0px 19px 0px 0px;
}
.icn_swtchr .frnt .tgl_btn .icn{
    display: inline-block;
    width: 36px;
}
.icn_swtchr .frnt .tgl_btn .ttl{
    display: inline-block;
    padding: 10px 10px 0 10px;
}
.icn_swtchr .frnt .tgl_btn .icn img{
    width: 100%;
    vertical-align: top;
}
.icn_swtchr .dta_swtchr{
    padding: 10px 0 0 0;
}
/* ENDS SOCIAL ICON SWITCHER */


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
#social-youtube{
    margin: 0 0 10px 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch.rght{
    float: right;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #7d7a7f;*/
    background-color: #d9d9d9;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0;
    bottom: 0;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    /*background-color: #6d6aef;*/
    background-color: #72db66;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #6d6aef;*/
    box-shadow: 0 0 1px #72db66;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 48px;
}

.slider.round:before {
    border-radius: 50%;
}

/* START DARK MODE BACKEND */
.dark-mode .icn_swtchr .frnt .tgl_btn .tgl span {
    background: #595959;
}
.dark-mode .icn_swtchr .frnt{
    background: #1c1c1e;
}
.dark-mode .frm_txt, .dark-mode .frm_txt_dv{
    background: #1c1c1e;
    border: 1px solid #1c1c1e;
    color: #8e8e8e;
}
.dark-mode .frm_txt.full_nme, .dark-mode .frm_txt.title {
    color: #ffffff;
    background: #000000 !important;
    border-color: #000000;
}
.dark-mode .frm_txt.brief{
    background: #000000 !important;
    border-color: #000000;
}
.dark-mode .frm_lbl{
    color: #ffffff;
}
.dark-mode .frm_btn.save {
    background: #ffffff;
    color: #000000;
}
.dark-mode .frm_btn.save span {
    color: #000000;
}
.dark-mode .frm_btn .icon {
    filter: brightness(0);
}
.dark-mode .user_link a {
    color: #ffffff;
}
.dark-mode .clr-field button {
    border: 5px solid #000000;
    box-shadow: 0px 0px 0px 1px #000000;
}
.dark-mode .cstm_fil .frm_btn.upld_logo, .dark-mode .cstm_fil .frm_btn.upld_promo {
    background: #1c1c1e;
    border-color: #1c1c1e;
}
.dark-mode .cstm_fil .frm_btn.upld_logo img, .dark-mode .cstm_fil .frm_btn.upld_promo {
    filter: invert(1);
}








