
div.mainmenu.ringover::before {
	content: "\f249";
}
div.mainmenu.ringover {
	background-image: none;
}

.btnRingover {
    display: flex;
    background-color: #ffffff;
    border: 1px solid rgba(22, 76, 167, 0.6);
    background-repeat: no-repeat;
    background-position: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 50px;
    display: block;
    width: 260px;
    height: 60px;
    z-index:50;
}

#ringoverbtn {
    display: flex;
    text-decoration: none;
    font-family: Roboto,arial,tahoma,verdana,helvetica;
    align-items: center;
    justify-content: center;
    color: rgba(22, 76, 180, 1);
    letter-spacing: 0.5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btnRingover:hover {
    animation: rotate 0.7s ease-in-out both;
}

.btnRingover:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.img-ringover-btn {
    width: 15%;
    margin-left: 8px;
    animation: rotation 0.7s ease-in-out both;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.title-modal-ringover {
    font-family: Roboto,arial,tahoma,verdana,helvetica;
    color: #343a40;
    font-size: 20px;
}
.sub-title-ringover {
    font-family: Roboto,arial,tahoma,verdana,helvetica;
    color: #6c757d;
}

.modal {
    display: none;
    position: fixed;
    z-index: 51;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.container-contact-ringover {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 75%;
    margin-top: 5px;
    overflow-y: auto;
}

.container-modal-btn-ringover {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #888;
    width: 80%;
    height: 70%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.new-user-modal-ringover {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto,arial,tahoma,verdana,helvetica;
    font-size: 13px;
    color: white;
    margin: 8px;
    width: 130px;
    height: 38px;
    background-color: #0f6ab4;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.new-user-modal-ringover:hover {
    background-color: #2378ba;
}

#new-user-modal-ringover-link {
    text-decoration: none;
    outline: none;
    color: white;
}

.close-modal-ringover {
    margin: 8px;
    background-color: #5A6268;
    color: white;
    border: none;
    border-radius: 3px;
    font-family: Roboto,arial,tahoma,verdana,helvetica;
    width: 121px;
    height: 38px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.close-modal-ringover:hover{
    background-color: #7c7c7d;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.link-modal-contact {
    margin: 0% 3%;
}

#link-card-contact-ringover {
    text-decoration: none;
    outline: none;
    color: #424242;
}

#link-card-contact-ringover:hover {
    color: #777777;
}

.text-ringover-link {
    font-weight: normal;
    font-family: Roboto,arial,tahoma,verdana,helvetica;
}

.card-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: white;
    font-family: Roboto,arial,tahoma,verdana,helvetica;
}

@media only screen and (max-width: 820px) {
    .container-contact-ringover {
        height: 65%;
    }
}

@media only screen and (max-height: 820px) {
    .container-contact-ringover {
        height: 65%;
    }
}

.loader {
    position: absolute;
    right: 50%;
    top: 50%;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}