/*

Pulpou Market Analyst Quoter 
Developer : Gabriel Pasqualini
Jul 2021
gabriel@pulpou.com


---------------------------------------------------------------------------------
HTML styles
---------------------------------------------------------------------------------
*/


a:link {
    text-decoration: none;
  }

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ebedf6;
    font-size: 13px;
  }

a{
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}


/*
---------------------------------------------------------------------------------
Bootstrap mods
---------------------------------------------------------------------------------
*/

.accordion-button:not(.collapsed) {
    background-color: transparent;
}



/*

---------------------------------------------------------------------------------
UTILS
---------------------------------------------------------------------------------

*/


.settings_wrapper{
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: rgb(219, 219, 219);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.settings{
    fill:black;
}

.settings_wrapper:hover{
    background-color: rgb(146, 186, 204);
}

.settings_wrapper:hover .settings{
    fill: white;
}

.hide{
    display: none;
}

.main_wrapper{
    padding: 20px 0;
    background-image: linear-gradient(225deg,#02a189, #1262ce);
    position: relative;
    height: 350px;
}

.content-wrapper{
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.title_wrapper{
    margin-bottom: 40px;
}

.area_title{
    color: white;
    font-size: 24px;
    font-weight: 500;
}

/*

---------------------------------------------------------------------------------
LOGIN
---------------------------------------------------------------------------------

*/

.login_wrapper{

    width: 500px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login_card{

    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login_logo{
    width: 200px;
    margin-bottom: 40px;
}

/*

---------------------------------------------------------------------------------
NAV BAR
---------------------------------------------------------------------------------

*/

.navigation_bar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.nav_menu{
    list-style-type: none;
    display: inline-block;
}

.main_menu .logo{
    display: inline-block;
}

.logo img{
    height: 40px;
    margin-top: 4px;
    margin-right: 1px;
}

.nav_menu li {
    float: left;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding: 9px 12px;
    text-decoration: none;
    margin-right: 10px;
  }

  .active li {
    background-color: rgba(255, 255, 255, 0.1);
  }

.nav_menu a li  {
    border-radius: 6px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    webkit-transition: all 0.4s ease-out;  
}

a:hover li  {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    webkit-transition: all 0.3s ease;
}

.user_menu{
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
}

.user_menu span{
    color: white;
    opacity: 0.7;
}

.user_menu .avatar{
    padding: 9px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    border-radius: 6px;

}


.hr_divider{
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
}

.close_session_wrapper{
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close_session_wrapper:hover{
    background-color: rgba(255, 255, 255, 0.1);
}

.close_session{
    fill: white;
    margin-left: 4px;
}


/*

---------------------------------------------------------------------------------
Sites CARD
---------------------------------------------------------------------------------

*/

.country-flag{
    width: 40px;
    margin-right: 20px;
}

.site_name{
    color: #7d7d7d;
    font-weight: 600;
    text-transform: uppercase;
}

.site_image{
    cursor: pointer;
}

.site_url{
    color: #7d7d7d;
    font-size: 12px;
}

.site_url a{
    color: #b6b6b6;
    font-size: 12px;
}

.site_url:hover{
    text-decoration-style: none;  
    font-weight: 700;
    color: red!important;
}

.card_divider{
    margin: 5px 0;
    height: 2px;
    border-bottom: 1px solid #ccc;
}



.search_type-tag{
    display: inline-block;
    color: #969696;
    border: 1px solid #ccc;
    padding: 2px 3px; 
    margin-right: 5px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.site_card{
    cursor: pointer;
    position: relative;
}

.site_card:hover, .card_added{
    background-color: rgba(152, 206, 152, 0.173);
    border: solid 3px rgb(152, 206, 152);
}

.site_card:hover .site_name, .card_added .site_name{
    color: rgb(121, 164, 121);
    font-weight: 700;
}

.not_added{
    display: none;
}

.is_added{
    fill: rgb(121, 164, 121);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}


/*

---------------------------------------------------------------------------------
Sites CART
---------------------------------------------------------------------------------

*/

.section_title{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}


.cart_quote_name{
    color: rgba(117, 255, 202, 0.7);
    font-weight: 500;
    font-size: 18px;
}

.cart_quote_date{
    color:rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.quote_icon{
    fill: white;
    margin-right: 10px;
}

.close:hover{
    cursor: pointer;
}

.close:hover{
    fill: #7199c7;
}

.site_name{
    text-transform: capitalize;
}

.sites_cart_table td, .sites_cart_table th{
    color: #7d7d7d;
}

.cart_site_image{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid rgb(235, 235, 235);
}

.modify_credits{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #7199c7;
    background-color: #d9e6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    margin: 3px 10px;
    cursor: pointer;
}

.modify_credits:hover{
    color: #c771ac;
    background-color: #fdd9fc;
}

.extra_credits{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.prices{
    font-size: 20px;
}

.discount{
    width: 60px;
    text-align: right; 
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px
}

.btn_save_quote{
    margin-right: 20px;
}

/*

---------------------------------------------------------------------------------
Custom Sites Section
---------------------------------------------------------------------------------

*/

.custom_site_section{
    padding: 30px;
    border: solid 1px #ccc;
    margin: 20px 0;
    border-radius: 6px;
}

.custom_site_field{
    margin-right: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
}

.custom_site_wrapper{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/*

---------------------------------------------------------------------------------
Settings
---------------------------------------------------------------------------------

*/

.divider{
    margin: 30px 0;
}

.icons_wrapper{
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.quotes-area input{
    margin-bottom: 20px;
}

.price_input{
    margin-bottom: 0!important;
}

.percentage{
    margin: 0 10px;
}

/*

---------------------------------------------------------------------------------
Quotes
---------------------------------------------------------------------------------

*/

.quotes_table th, .quotes_table td {
    padding: 5px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.quotes_icons{
    fill: black;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
