* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #1b2838;
    color: #c6d4df;
    /* padding: 20px; */
    line-height: 1.5;
}

.logo {
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo>img {
    filter: brightness(0) invert(1);
    height: 36px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #16202d;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
top{
    width: 100%;
    display: flex;
}
#translate{
    width: 75px;
    height: 16px;
    padding-left: 30px;
}
#translate > select{
    background-color: #16202d;
    color: #b8b6b7;
    width: 75px;
    height: 16px;
    font-size: 11px;
    border-radius: 4px;
}

header {
    background: #24405d;
    padding: 20px;
    border-bottom: 1px solid #2d3b4f;

}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #b8b6b4;
    margin-bottom: 10px;
    padding-left: 150px;
}

.breadcrumb {
    color: #66c0f4;
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #66c0f4;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    color: #8f98a0;
}

.page-title {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    margin-top: -4px;

}

.subtitle {
    font-family: "Motiva Sans", Sans-serif;
    font-size: 14px;
    color: #c6d4df;
    margin: 0 0 10px;
    padding-top: 2px;
}

/* 
.content {
    padding: 20px;
} */

.medium {
    background-color: #1b2838;
    Padding: 20px 15px 20px 15px;
}

.info-box {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #66c0f4;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.info-box h3 {
    color: #66c0f4;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 14px;
}

.fund-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .fund-options {
        grid-template-columns: repeat(4, 1fr);
    }
}

.fund-option{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #41505e;
    border: 1px solid #2d3b4f;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    transition: all 0.2s;
    border-radius: 5px;
    margin: 8px 8px 18px 8px;
}

.fund-amount-label-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    /* height: 50px; */
    width: 180px;
    border-radius: 2px;
    height: 35px;
    
}

.fund-option:hover {
    border-color: #66c0f4;
    transform: translateY(-3px);
}

.fund-amount-label {
    color: white;
    font-size: 20px;
    
}

.fund-amount-label-bottom{
    font-size:14px
}

.fund-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c6d4df;
    font-size: 14px;
    margin: 3px 8px 1px 12px;
    height: 30px;
}
    
    
.form-group{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.form-input{
    background-color: #316282;
    color:white;
    width: 60%;
    padding: 10px;
    border: 2px solid #6d6d6d;
    border-radius: 2px;
    font-size: 14px;
}
.form-input:focus{
    outline: none;
    border: 3px solid #369cd6;
}

.form-input::-webkit-input-placeholder {
            color: #8a8a8d;
        }

.add-funds-btn,.button {
    background: linear-gradient(to bottom, rgba(121, 153, 5, 1) 5%, rgba(83, 105, 4, 1) 95%);
    border: none;
    color: #d2e875;
    padding: 0 4px 0 4px;
    margin: 2px;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    height: 30px;
}

.add-funds-btn:hover,.button:hover {
    background: linear-gradient(to bottom, rgba(164, 208, 7, 1) 5%, rgba(107, 135, 5, 1) 95%);
}

.button{
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}

.fund-options-2{
    display:none;
    padding-top: 20px;
    padding-bottom: 50px;
    border: 1px solid #101011;
}

.fund-options-3{
    display:none;
    padding-top: 20px;
    padding-bottom: 50px;
    border: 1px solid #101011;
}

.disclaimer {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #5d7a0a;
    padding: 15px;
    margin-top: 30px;
    border-radius: 3px;
    font-size: 14px;
}

.comment{
    background-color: #0e151d;
}

#comment-name{
    display: flex;
}

.comment-view{
    padding-bottom: 20px;
}

#comment-name-dp{
    color: #dbdcde;
    font-weight: bold;
    padding-left: 10px;
}

#comment-name-dt{
    color: #56707f;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 2px;
}

.comment-body{
    padding-bottom: 20px;
}

.comment-top{
    margin: 5px 10px 5px 10px;
    background-color: #1b2838;
    display: flex;
    align-self: center;
    border-top: 1px solid #2e566d;
    /* border-radius: 3px;   */
}

.comment-img{
    width: 30px;
    margin: 10px 10px 10px 10px;   
}

/* .comment-text{
    display: flex;
    flex-wrap: wrap;
    align-self: center; */
/* } */
.comment-text > p{
    padding-top: 5px;
}

.paly-time{
    font-size: 12px;
    color: #586777;

}
.comment-user{
    display: flex;
    /* align-self: center;    */

}
.user-img{
    width: 30px;
    margin: 5px 8px 5px 10px;
    border: 2px solid #5d7a0a;
}
.user-name{
    color: #9db2c8;
    font-weight: bold;
}

.comment-user > div{
    display: flex;
    align-self: center;
}

.comment-time{
    padding-left: 10px;
    font-size: 12px;
    color: #586777;
}

.comment-content{
    font-size: 14px;
    color: #8e949b;
    padding:8px 0 0 10px;
}

footer{
    padding-top: 20px;
}
#footer-container{
    background-color: #171a21;

}

#footer-container > div{

    margin-top: 20px;
    margin-bottom: 20px;


}

footer > div {
    display: flex;
    justify-content:space-between;
    font-size: 12px;
    color: #8f98a0;
    border-top: 1px solid #2d3b4f;
}
#foot-img{
    padding: 10px 10px 0 10px;  
    width: 90px;
}