/*------------------------------------------------------------------------
# AA Alexa Rank Widget
# ------------------------------------------------------------------------
# author    AA Extensions https://aaextensions.com
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: https://aaextensions.com
-------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


.alexa-main {
    font-family: 'Lato', Arial, sans-serif;
    position: relative;
    display: inline-block!important;
    overflow: hidden;
    min-width: 250px;
    max-width: 300px;
    width: 100%;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(#e4e4e4, #fff);
    padding-top: 45px;
    padding-bottom: 45px;
}

.alexa-main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-image {
    margin-bottom: 20px;
}



.alexa-main .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    border-radius: 50%;
    max-width: 40%;
    width: 80px;
    text-align: center;
    margin: 0 auto;
}

.alexa-main figcaption {
    padding: 5% 10% 15%;
    display: block!important;
}

.alexa-main h3.name_com {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
}

.alexa-main h5.rank_number {
    font-weight: 400;
    margin: 0;
    text-transform: capitalize!important;
    color: #121097;
    letter-spacing: 1px;
}


.alexa-main p.rank,.alexa-main p.dname{
    color: #121097;
    margin: 0;
    padding: 0;
}


.alexa-main p.date{
    font-weight: 700;
    margin: 0;
    text-transform: capitalize!important;
    color: #888;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 20px 0 0 0;
}

/* --------------------------------

Error Layout : Alert Messages

-------------------------------- */


.aa-covidlivestats-alert a:hover {
    background: none;
    color:#333;
}


.aa-covidlivestats-alert.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.aa-covidlivestats-alert.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.aa-covidlivestats-alert{
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 26px;
}