/*
* CSS Version: 2.0.0
*/

/*rectangular button*/
.wcf2w_rectangular_button{
    padding: 5px 11px 5px 11px!important;
    outline:none!important;
    text-decoration: none!important;
    border:none!important;
    box-shadow: none!important;
    font-size: 16px!important;
    border-radius: 5px!important;
    position: relative!important;
    line-height: normal!important;
    opacity: 0.9;
    position: fixed!important;
    font-family: Arial, sans-serif;
    z-index: 99999999!important;
    cursor: pointer;
}

.wcf2w_rectangular_button i{
    top: 1px;
    position: relative;
}    

.wcf2w_rectangular_button:hover{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
    opacity: 1;
} 

.wcf2w_rectangular_button:focus{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
}   

.wcf2w_rectangular_button:link{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
}

/*round button*/
.wcf2w_round_button{
    border-radius: 50px!important;
    text-align: center!important;
    padding: 0px!important;
    outline:none!important;
    text-decoration: none!important;
    border:none!important;
    box-shadow: none!important;
    position: fixed;
    width: 60px;
    height: 60px;
    margin:0px!important;
    line-height: normal!important;
    opacity: 0.9;
    z-index: 99999999!important;
    cursor: pointer;
}

.wcf2w_round_button:hover{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
    opacity: 1;
} 

.wcf2w_round_button:focus{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
}   

.wcf2w_round_button:link{
    text-decoration: none!important;
    outline:none!important;
    border:none!important;
    box-shadow: none!important;
}

.wcf2w_round_button i{
    font-size: 35px!important;
    position: relative!important;
    top: 12px!important;
}

/*modal*/
[data-modal-cover] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1000000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    transform: translate3d(100%, 0, 0);
    transition: transform 0s .6s, opacity .3s linear .3s;
}

[data-modal-cover]::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
}

[data-modal-dialog] {
    opacity: 0;
    cursor: default;
    position: relative;
    transform: scale(0.8);
    transition: all .3s cubic-bezier(.32, -0.1, .4, 1.24);
}

[data-modal-cover='enabled'] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0s, opacity .3s linear;
}

[data-modal-cover='enabled'] [data-modal-dialog] {
    opacity: 1;
    transform: scale(1);
    transition: all .3s cubic-bezier(.32, -0.1, .4, 1.24) .3s;
}

[data-modal-scroll='disabled'] {
    overflow: hidden;
    padding: 0 17px 0 0;
}

[data-modal-inner-close] {
    display: none;
}

.cross_remove::before {
    display: none;
}

.cross_add [data-modal-inner-close] {
    top: 2px;
    right: -25px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../fonts/close.svg) no-repeat 50% 50% / 100%;
}

.wcf2w_cover {
    width: 800px;
    line-height: 28px;
    background: #fff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16);
    margin: 0px;
    padding: 0px;
}

.wcf2w_modal_heading{
    background: #2db742; 
    padding: 10px;
}

.wcf2w_modal_heading p{
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #fff;
}

.wcf2w_modal_title{
    font-size: 22px;  
    font-weight: 600;
}

.wcf2w_modal_subtitle{
    font-size: 14px;  
}

.wcf2w_result{
    width: 800px;
    padding: 30px 50px;
    overflow: auto;
}

.wcf2w_result::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.wcf2w_result::-webkit-scrollbar-track-piece {
    background: #efefef;
}

.wcf2w_result::-webkit-scrollbar-thumb:vertical {
    background: #ccc;
}

.wcf2w_item{
    clear: both;
    box-shadow: 0 10px 6px -6px #eaeaea;
    height: 125px;
    border: 1px solid #f1f1f1;
    border-left: 2px solid #2db742;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    transition: all 0.3s linear;
    cursor: pointer;
}

.wcf2w_item:hover{
    background: #efefef;
}

.wcf2w_item:last-child{
    margin-bottom: 0px;
}

.wcf2w_thumbnail{
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.wcf2w_thumbnail img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.wcf2w_contact_info{
    margin-left: 15px;
    display: inline-block;
}

.wcf2w_contact_info p{
    margin: 0px;
    padding: 0px;
}

.wcf2w_contact_name{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.wcf2w_contact_title{
    color: #909090;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.wcf2w_contact_status{
    color: #2db742;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: 13px;
}

.wcf2w_contact_status::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2db742;
    position: absolute;
    top: 9px;
    left: -13px;
}

.wcf2w_icon{
    display: inline-block;
    float: right;
    margin-top: 35px;
    margin-right: 10px;
}

.wcf2w_icon i{
    font-size: 26px;
    color: #2db742;
}

.wcf2w_offline{
    filter: grayscale(100%);
    pointer-events: none;
}

/*single page*/
.wcf2w_single_page{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.wcf2w_single_page
.wcf2w_item{
    background: #fff;  
    width: 320px;
}

.wcf2w_single_page
.wcf2w_item:hover{
    background: #efefef;
}

.wcf2w_single_page
.wcf2w_contact_name{
    color: #353535;  
}

.wcf2w_single_page
.wcf2w_contact_title{
    color: #909090;  
}

.wcf2w_single_page 
.wcf2w_thumbnail{
    width: 50px;
    height: 50px;
}

.wcf2w_single_page 
.wcf2w_item{
    height: 75px; 
}

.wcf2w_single_page 
.wcf2w_icon{
    margin-top: 15px;
}

.wcf2w_single_page 
.wcf2w_contact_status{
    display: none;   
}


/*mobile*/
@media only screen and (max-width: 900px){
    .wcf2w_cover,
    .wcf2w_result {
        width: 600px;
    }
}


@media only screen and (max-width: 700px){

    .wcf2w_cover{
        line-height: 24px;
    }

    .wcf2w_cover,
    .wcf2w_result {
        width: 500px;
    }

    .wcf2w_item{
        height: 102px;
    }

    .wcf2w_thumbnail{
        width: 80px;
        height: 80px; 
    }

    .wcf2w_contact_status{
        left: 10px;
    }

    .wcf2w_contact_status::before{
        top: 7px;
    }

    .wcf2w_icon{
        margin-top: 25px;
    }
}

@media only screen and (max-width: 600px){
    .wcf2w_cover,
    .wcf2w_result {
        width: 400px;
    }
}    

@media only screen and (max-width: 500px){
    .wcf2w_rectangular_button {
        font-size: 12px!important;
    }
}

@media only screen and (max-width: 480px){
    .wcf2w_cover,
    .wcf2w_result {
        width: 350px;
    }

    .wcf2w_item{
        height: 102px;
    }

    .wcf2w_thumbnail{
        width: 50px;
        height: 50px; 
    }

    .wcf2w_icon,
    .wcf2w_contact_title{
        display: none;
    }

    .wcf2w_item{
        height: 72px;
    }

    .wcf2w_contact_name{
        font-size: 14px;
    }
}  

@media only screen and (max-width: 400px){

    .wcf2w_cover,
    .wcf2w_result {
        width: 260px;
    }

    .wcf2w_result {
        padding: 20px 20px;
    }
        
    .wcf2w_modal_title{
        font-size: 20px;
    }

    .wcf2w_modal_subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .wcf2w_rectangular_button {
        font-size: 10px!important;
    }
}

@media only screen and (max-width: 315px){
    .wcf2w_rectangular_button{
        display: none!important;
    }

    .wcf2w_round_button{
        display: none!important;
    }

    .wcf2w_cover,
    .wcf2w_result {
        display: none!important;  
    }
}