﻿/*.myButton {
    padding:  20px;*/
    /* background-color: #007bff;*/
    /*color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 35px;
    margin-top: 3px;*/
    /*width: auto;*/
    /*text-shadow: 0 1px 0 #194b7e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));
    border: 1px solid #044062;
    font-weight: 700;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}*/

    /*/*.myButton:hover {*/
    /* background-color: #0056b3;*/
    /*border: 1px solid lightblue;
    }*/

    /*.myButton[disabled] {
        background-color: #ccc;
        background-image: unset;
        color: #666;
        opacity: 0.38;
        border: 1px solid #666;
        text-shadow: unset;
        cursor: not-allowed;
    }*/




/* button login in header navbar sign in  and singn up */
/*.button.outline-muted {
    color: var(--color-primary-black-900);
    border: 2px solid currentColor;
}*/

    .button.outline-muted {
            color: var(--color-primary-black-900);
            border: 2px solid currentColor;
        }
.button, .text-button, .icon-button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    scroll-margin-top: var(--top-height);
    width: 90px;
   /* padding: 3px;*/
    margin-right: 5px;
}


/* service  button */

.service-button {
    padding: 10px;
    width: auto;
    color: #000;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: auto;
    margin-top: 3px;
    border: 1px solid whitesmoke;
    background: whitesmoke;
    font-weight: 700;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;font-size:20px
}

    .service-button:hover {
        color: #333
    }

    .service-button span {
        font-weight: 300;
    }
