.div-block-130 {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    
}
#lcon-login{
    border-radius:100%;
    width:45px;
    height:45px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lic-pic{
    width: auto;
    height: 100px;
    object-fit: cover;
    margin-bottom: 16px;
}
.lic-pic-2{
    width: auto;
    height: 70px;
    object-fit: cover;
    margin-bottom: 16px;
}
.lic-text{
    font-family: Montserrat, sans-serif;
    color:#000000;
    text-decoration:none;
    cursor: default;
}
.footer-dark{
    margin:0;
}
.nav-link{
    color:#FFFFFF;
}
.nav-link:focus, .nav-link:hover{
    color: #4a936d;
}
.w-tab-link:hover{
    color:#000000;
}
.find_more{
    text-decoration: none;
}
.btn-container {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
}
.btn-container i {
    display: inline-block;
    position: relative;
    top: -9px;
}
label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}
.btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
    
}
.btn-color-mode-switch > label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 140px;
    /* height: 30px; */
    height: 55px;
    background: #FFF;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
        /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}
.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;
    padding: 12px 0px;
    color: #009923;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}
.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 70px;
    height: 16px;
    /* height: 42px; */
    /* background: #fff; */
    background: #009923;
    border-radius: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    transition: all 0.3s ease;
    /* box-shadow: 0px 0px 6px -2px #111; */
    /* padding: 5px 0px; */
    padding: 20px 0px;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    box-sizing: content-box;
}
.btn-color-mode-switch > .alert {
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}
.btn-color-mode-switch input[type="checkbox"] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}
.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
    /* background: #151515; */
    /* color: #fff; */
    background: #fff;
    /* color: #fff; */
}
.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 70px;
    /* background: #3c3c3c; */
    background: #009923;
}
.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    right: auto;
    left: 20px;
}
.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
    display: block;
}
.dark-preview {
    background: #0d0d0d;
}
.white-preview {
    background: #fff;
}

#more {
    display: none;
}

#send-email-btn:disabled{
    cursor: not-allowed;
}

.div-block-58{
    height: auto;
    padding: 0 40px;
    max-width: 600px;
}
    
textarea::-webkit-scrollbar{
    width:0px;
}

@media screen and (min-width: 1080px){
    .show-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px){
    .show-desktop-768{
        display: none;
    }
}

@media screen and (min-width: 768px){
    .show-mobile-768{
        display: none;
    }
}