﻿/*- call me panel -*/

.btn-callMe-panel {
position: fixed;
width: 90px !important;
bottom: 20px;
right: 20px;
height: 90px !important;
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
overflow: auto;
background-color: #717cff !important;
border-color: #d8dbff !important;
border-width: 15px !important;
border-radius: 30px !important;
text-align: center;
color: white;
font-size: 30px;
padding-top: 8px;
display: flex;
align-items: flex-start;
transition: background-color 0.5s ease-in-out, transform 0.3s linear 0.1s;
}

.callMePanel {
position: fixed;
bottom: 20%;
right: 20px;
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
overflow: auto;
display: flex;
align-items: center;
}


.chat {
list-style: none;
margin: 0;
padding: 0;
zoom: 70%
}

.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
}

.link-call-me {
margin: 30px 0 3px 15px;
transition: width 0.3s, height 0.3s, border 0.3s, transform 0.3s ease-in-out;
}

.last-link-call-me {
margin: 30px 0 30px 15px;
}

.svg-call-me {
zoom: 160%
}

.chat {
list-style: none;
margin: 0;
padding: 0;
}

/*- mainPage -*/

@media (max-width: 499px) {
.hidden-navbar-by-width {
display: none !important;
}
}

@media (max-width: 1000px) {
.hidden-navbar-by-width-two {
display: none !important;
}
}

.visible-navbar-by-width {
display: none;
}

@media (max-width: 500px) {
.visible-navbar-by-width {
display: block;
}
}

.margin-top-5 {
margin-top: 5%;
}

.flex-content {
display: flex;
grid-gap: 6%;
flex-wrap: nowrap;
align-items: center;
justify-content: space-around
}

.mainId {
padding-bottom: 0px !important
}

.nav-link:hover {
color: #53ACF8 !important;
}

.dropdown-item {
color: #333 !important
}

#top {
padding-bottom: 0px !important
}

p {
font-size: 19.2px;
}

li {
font-size: 18px;
}

.btn-primary {
background-color: #5da6d6;
border: none;
}

.btn-outline-primary, button {
border-color: #5da6d6;
color: #5da6d6;
}

.btn-outline-primary:hover, button:hover {
background-color: #53ACF8 !important;
border: none;
}

.navbar-light .navbar-brand {
color: #5da6d6 !important;
}

.levels-english li a {
color: #091E40;
}
/*=other*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#btn-callMe-panel {
    border: 2px solid #717cff !important;
    transition: border-color 0.3s ease-in-out;
}

#btn-callMe-panel.color-alt {
    border-color: #858bd5 !important;
}

.my-background {
    background-color: #ffffff !important;
}