﻿.hubspot{
    border:1px solid lightgrey;
    border-radius:8px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 1.88rem;
    background-color: #17B978;
    border-radius: 2rem;
    margin: 0 0.5rem;
}



    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.deal, .ticket, .contact {
    display: flex;
    flex-basis: 100%;
}

.sp1, .sp2, .sp3 {
    padding-left: 5px;
    margin-top: -5px;
}
    


.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*  background-color: #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 1.38rem;
        width: 1.38rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



input:checked + .toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



.toggle.round {
    border-radius: 2rem;
}



    .toggle.round:before {
        border-radius: 50%;
    }


.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #17B978 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
   
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #17B978 !important;
    background-color: #17B978 !important;
   
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #17B978 !important;
    border-color: #17B978 !important;
    
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #17B978 !important;
    
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
    background-color: #17B978 !important;
    
}


.search-box {
    width: 43rem !important;
    border: 0.1rem #101c1d29 !important;
    padding-top: 2rem;
    margin: 0 auto;
}

.flex-box-clr {
    border: 0.1rem solid #101c1d14;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    flex: 1 1 auto;
    position: relative;
    width: 12rem;
    height: 8.5rem;
    border-radius: 0.5rem;
}

.flex-box>div:hover {
    border: 1px solid red;
}

.custm-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: default;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custm-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e2e3e3;
}

.custm-radio input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #17b978;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custm-radio input:checked ~ .checkmark:after {
    display: block;
}

.custm-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #17b978;
}


/*.switch:focus ~ .toggle-round::before {
    border-color: #17B978 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
}

.switch:focus:checked ~ .toggle-round::before {
    border-color: #17B978 !important;
    background-color: #17B978 !important;
}

.switch:active ~ .toggle-round::before {
    background-color: #17B978 !important;
    border-color: #17B978 !important;
}

.switch:focus:not(:checked) ~ .toggle-round::before {
    border-color: #17B978 !important;
}

.switch-green:not(:disabled):active ~ .toggle-round::before {
    background-color: #17B978 !important;
}*/
