

.bannerUserBtn {
    background: transparent;
    color: var(--master);
    margin: 10px auto;
    width:150px !important;
    line-height: 45px;
    font-size: 16px;
    text-align: center !important;
    transition: .5s;
    cursor: pointer;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    float:left;
}

    .bannerUserBtn i {
        font-size: 18px;
        padding-right: 10px;
    }

    .bannerUserBtn:hover { /*When hovering over .button change .btnTwo*/
        background: var(--master);
        color: #ffffff;
    }
@media all and (max-width: 750px) {
    .bannerUserBtn {
        display: none;
    }
}


/*-----------------------waiting spinner Button-------------------------*/
w
{
color: #000000
}


/*-----------------------Buttons-------------------------*/
.button {
    background: var(--master);
    margin: 10px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center !important;
    transition: .3s;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    border-radius: var(--radius);
}
    .size2x {
        width: 300px;
    }
    .size3x {
        width: 400px;
    }

    .button p, .button span {
        line-height: 50px;
        margin-bottom: 0;
        margin-top: 0;
    }
.btn_master, .btn_slave {
    position: relative;
    float: right;
    background: var(--slave);
    top: 0;
    left: -100%;
    margin-top: -50px;
    transition: .3s;
    width: 30%;
    text-align: center !important;
}
.btnText {
    color: white;
    transition: .3s;
}

.btn_slave {
    background: var(--master);
}
.button:has(> .btn_slave)
{
background: transparent;
box-shadow:0px 0px 0px 2px var(--master) inset;
}

.button:has(> .btn_slave) .btnText
{
color: var(--slave);
}
.button:has(> .btn_slave) .btnText2
{
color: #ffffff;
}

.btnText, .btnText2, .button p {
    text-align: center !important;
}

    .btnText2 .fa {
        font-size: 26px !important;
        line-height: 50px;
    }

.btnText2 {
    margin-right: 0px;
    color: #ffffff;
}

.button:hover .btn_slave, .button:hover .btn_master { /*When hovering over .button change .btnTwo*/
    left: -70%;
}

.button:hover .btnText { /*When hovering over .button change .btnText*/
    margin-left: 27%;
}

.button:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

@media all and (max-width: 780px) {
    .button {
        width: 100%;
    }
    .size1x,.size2x, .size3x {
        width: 100%;
    }

    .btn_master, .btn_slave {
    }

    .lnkbutton {
        width: 100%;
    }
}

/*===================Top Menu Login buttons (login signup messages)================*/

.buttonMenu {
    box-shadow:0px 0px 0px 1px #ffffff inset;
    width:142px !important;
    overflow:hidden;
}


.fixedMenu .buttonMenu , .onlyInterior .buttonMenu{
box-shadow:0px 0px 0px 1px #e8e5e5 inset !important;
}

@media all and (max-width: 780px) {
.buttonMenu {
     width: 90%!important;
     margin:5% !important;
box-shadow:0px 0px 0px 1px #e8e5e5 inset !important;
    }
}




.btn_more
{
font-size:30px;
padding:5px;
padding-left:12px;
padding-right:0;
margin-left:5px;

}

.btn_exitContainer
{
margin-bottom:50px
}


.btn_del {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    background: #ff3030;
    text-indent: 0px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px !important;
    color: #ffffff;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    cursor: pointer;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
}


    .btn_del:hover {
        opacity: .8;
    }




.btn_close {
    z-index:1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    transition: transform .2s ease-in-out;
}

    .btn_close:hover {
        cursor:pointer;
        opacity: 1;
        transform:  rotate(90deg);
    }

.btn_close:before, .btn_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.btn_close:before {
    transform: rotate(45deg);
}

.btn_close:after {
    transform: rotate(-45deg);
}
