/*------------------------ general ------------------------*/
html {
    position: relative;
    min-height: 100%;
    font: 13px "Yekan Bakh", sans-serif;
}

body {
    background: #f5f5f5 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 13px "Yekan Bakh", sans-serif;

    margin-bottom: 50px; /* Margin bottom by footer height */
}

.container {
    max-width: 680px;
}

.btn {
    font-size: inherit;
}

/*------------------------ header ------------------------*/
header {
    margin: 1rem 0;
}

/*------------------------ share btn ------------------------*/
header button {
    border: none;
    display: flex;
    border-radius: 50px;
    background: #fff;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
}

/*------------------------ main ------------------------*/


/*------------------------ avatar ------------------------*/
.avatar {
    height: 140px;
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
    border: 1px solid #232323;
    padding: 5px;
}

/*------------------------ headline ------------------------*/
.headline {
    text-align: center;
}

.headline h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
}

/*------------------------ social_media ------------------------*/
.social_media {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 2rem 0;
}

.social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    border: 1px solid #232323;
    border-radius: 50px;
    margin-left: 10px;
    transition: .4s all;
    color: #232323;
}

.social_media li a:hover {
    background: #009EF7;
    color: #fff;
    border-color: #009EF7;
}

/*------------------------ Links ------------------------*/
.links {
    margin: 2rem 0;
}

.links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;

    padding: 1rem;
    border-radius: 8px;

    text-decoration: none;
    color: #fff;
    margin: 0 auto 1rem;

    background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
    background-size: 200% auto;
    transition: 0.5s;
}

.links a:hover {
    background-position: right center;
}

.links a i {
    margin-left: 5px;
}


/*------------------------ contacts ------------------------*/
.contacts {
    margin: 2rem 0;
}

.contacts a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;

    padding: 1rem;
    border-radius: 8px;

    text-decoration: none;
    color: #fff;
    margin: 0 auto 1rem;

    background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
    background-size: 200% auto;
    transition: 0.5s;
}

.contacts a:hover {
    background-position: right center;
}

.contacts a i {
    margin-left: 5px;
}


/*------------------------ chat ------------------------*/
.chat {
    margin: 2rem 0;
}

.chat button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    width: 100%;
    border: none;
    margin: 0 auto 1rem;

    padding: 1rem;
    border-radius: 8px;

    text-decoration: none;
    color: #fff;

    background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
    background-size: 200% auto;
    transition: 0.5s;
}

.chat button:hover {
    background-position: right center;
}

.chat button i {
    margin-left: 5px;
}


/*------------------------ footer ------------------------*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Set the fixed height of the footer here */
    line-height: 50px; /* Vertically center the text there */
    text-align: center;
}

.footer img {
    max-height: 20px;
}

/*------------------------ modal ------------------------*/
.modal-header {
    font-size: 1rem;
    font-weight: bold;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-content {
    border: none;
    border-radius: 16px;
}

.modal-content a {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    text-decoration: none;
    margin: 0.5rem auto;
    align-items: center;
    color: #232323;
    border-radius: 16px;
}

.modal-content a span i {
    margin-left: 5px;
}

.modal-content a:hover {
    background: #f6f6f6;
}

.modal-content .input-group {
    padding: 1rem;
}

.modal-content .input-group span {
    cursor: pointer;
}

#anonymous_explain {
    background: #e74c3c;
    color: white;
    padding: 0.5rem 1rem;
}

#anonymous_explain i {
    margin-left: 5px;
}

/*------------------------ form ------------------------*/
.modal-content input[type=text],
.modal-content input[type=tel],
.modal-content textarea {
    font-size: 13px;
    padding: 0.8rem 1rem;
    border: none;
    background: #ededed;
}

.modal-content button[type=submit] {
    display: flex;
    align-items: center;
}

.modal-content button[type=submit] .spinner {
    height: 15px;
    width: 15px;
    margin-left: 5px;
    display: none;
}

.modal-content input[type=text]:focus,
.modal-content input[type=tel]:focus,
.modal-content textarea:focus {
    font-size: 13px;
    border: none;
    background: #ededed;
}

.modal-content input[role=switch] {
    height: 20px;
    width: 40px;
    margin-left: 5px;
}

.modal-content .form-check-label {
    padding: 3px;
}

/*------------------------ responsive ------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}
