﻿ .whatsapp {
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 65px;
    /*left: 28px;*/
    bottom: 10px;
    background: #4dc247;
    z-index: 999;
}

    .whatsapp i {
        line-height: 60px;
    }

    .whatsapp:hover {
        /*background: #fff;*/
        /*color: #4dc247 !important;*/
    }

    
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.8);
    z-index: 99;
}

.pop-div {
    max-height: 600px;
    overflow:auto;
    width: 85%;
    background-color: #ffffff;
    position: absolute;
    top: 15%;
    left: 9%;
    right: 5%;
    padding: 20px; 
    border-radius: 25px;
}

.pop-div-close {
     width: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    z-index: 999;
}

    .pop-div-close a {
        margin: 0 !important;
    }

.ui-widget-content {
    width: 244px !IMPORTANT;
    position: absolute !important;
    left: 65.3% !important;
    top: 59px !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.ui-menu .ui-menu-item {
    border-top: 1px solid rgba(0, 0, 0, .5) !important;
    padding: 10px 0px 8px 13px !important;
}

.ui-state-focus {
    background: var(--grd1) !important;
    color: var(--white) !important;
}
.pop-div.pop-user-login {
        width: 38%;
    left: 34%;
}
.d-none-reg {
    display: none;
}

.sweet-alert {
    z-index: 99999999;}

  /*  Toggle Switch  */

    .toggleSwitch span span {
        display: none;
    }

    @media only screen {
        .toggleSwitch {
            display: inline-block;
            height: 18px;
            position: relative;
            overflow: visible;
            padding: 0;
            margin-left: 50px;
            cursor: pointer;
            width: 40px;
        }

            .toggleSwitch * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .toggleSwitch label,
            .toggleSwitch > span {
                line-height: 20px;
                height: 20px;
                vertical-align: middle;
            }

            .toggleSwitch input:focus ~ a,
            .toggleSwitch input:focus + label {
                outline: none;
            }

            .toggleSwitch label {
                position: relative;
                z-index: 3;
                display: block;
                width: 100%;
            }

            .toggleSwitch input {
                position: absolute;
                opacity: 0;
                z-index: 5;
            }

            .toggleSwitch > span {
                position: absolute;
                left: -50px;
                width: 100%;
                margin: 0;
                padding-right: 50px;
                text-align: left;
                white-space: nowrap;
            }

                .toggleSwitch > span span {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 5;
                    display: block;
                    width: 50%;
                    margin-left: 50px;
                    text-align: left;
                    font-size: 0.9em;
                    width: 100%;
                    left: 15%;
                    top: -1px;
                    opacity: 0;
                }

            .toggleSwitch a {
                position: absolute;
                right: 50%;
                z-index: 4;
                display: block;
                height: 100%;
                padding: 0;
                left: 2px;
                width: 18px;
                background-color: #fff;
                border: 1px solid #CCC;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            }

            .toggleSwitch > span span:first-of-type {
                color: #fff;
                opacity: 1;
                left: 45%;
            }

            .toggleSwitch > span:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 50px;
                top: -1px;
                background-color: var(--color-primary);
                border: 1px solid var(--color-primary);
                border-radius: 30px;
                transition: all 0.2s ease-out;
            }

            .toggleSwitch input:checked ~ a {
                border-color: #fff;
                left: 84%;
            }

            .toggleSwitch input:checked ~ span:before {
                border-color: #45d0bd;
                box-shadow: inset 0 0 0 30px #45d0bd;
            }

            .toggleSwitch input:checked ~ span span:first-of-type {
                opacity: 0;
            }

            .toggleSwitch input:checked ~ span span:last-of-type {
                opacity: 1;
                color: #fff;
            }
            /* Switch Sizes */
            .toggleSwitch.large {
                width: 170px;
                height: 27px;
            }

                .toggleSwitch.large a {
                    width: 27px;
                }

                .toggleSwitch.large > span {
                    height: 29px;
                    line-height: 28px;
                }

                .toggleSwitch.large input:checked ~ a {
                }

                .toggleSwitch.large > span span {
                    font-size: 1.1em;
                }

                    .toggleSwitch.large > span span:first-of-type {
                        left: 36%;
                    }

            .toggleSwitch.xlarge {
                width: 80px;
                height: 36px;
            }

                .toggleSwitch.xlarge a {
                    width: 36px;
                }

                .toggleSwitch.xlarge > span {
                    height: 38px;
                    line-height: 37px;
                }

                .toggleSwitch.xlarge input:checked ~ a {
                    left: 52px;
                }

                .toggleSwitch.xlarge > span span {
                    font-size: 1.4em;
                }

                    .toggleSwitch.xlarge > span span:first-of-type {
                        left: 50%;
                    }
    }


    /*  End Toggle Switch  */
     .ser-card3 {
            height: 420px;
    }

@media(max-width:767px) {
    .ui-widget-content {
        width: 93% !important;
        left: 3% !important;
        top: 29% !important;
    }

}
