﻿.icon {
        font-size: 20px ;
        padding: 14px; 
        color: black; 
        text-align: center;
        margin-top:20px;
        margin-left:5px
}
.icon2 {
    font-size: 20px;
    padding: 14px;
    color: white;
    text-align: center;
   
}
.icon3 {
    font-size: 15px;
    padding: 14px;
    color: darkblue;
    text-align: center;
}


.profile {
    font-size: 40px;
    padding: 5px;
    color: white;
    text-align: center;
}

.body{
    background-color:darkblue;
}

#btn1 {
    border-radius: 20px;
    border: hidden;
    width: 100px;
    margin-left: 20px;
    margin-top: 15px
}
#btn2 {
    border-radius: 20px;
    border: hidden;
    width: 100px;
    margin-left: 144px;
    margin-top: 8px
}
#btn3 {
    border-radius: 20px;
    border: hidden;
    width: 110px;
    margin-left: 140px;
    margin-top: 8px
}
#btn4 {
    border-radius: 20px;
    border-color:darkblue;
    width: 500px;
    margin-left: 130px;
    margin-top: 8px
}
#btn5 {
    border-radius: 20px;
    border: hidden;
    width: 100px;
    margin-top: 12px;
   
}

.txt {
    margin-top: 50px;
    border-radius: 20px;
    border: 2px solid darkblue;
    padding: 14px;
    width: 200px;
    height: 20px;
}
.txt-round {
    border-radius: 20px;
    border: 2px solid darkblue;
    padding: 14px;
    width: 200px;
    height: 20px;
}
.font-theme{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.card {
    border-radius: 30px;
    border: 4px solid darkblue;
    background-color:white;
    padding: 2px;
    width: 400px;
    height: 300px;
}
.container-fluid {
    width: auto;
    height: 200px;
    background-color: darkblue;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    color: white;
}
#container {
    width: auto;
    height: 70px;
    background-color: darkblue;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: white;
}
.con-body{
    margin-left:20px;
    margin-right:20px
}
.footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    border-top-left-radius:60px;
    border-top-right-radius:60px;
    width: 100%;
    background-color: darkblue;
    color: white;
    text-align: center;
}
#addBank {
    border-radius: 40px;
    width: 190px;
    margin-left:30px
}
.search {
    margin-top:15px;
    border-radius: 20px;
    border: 2px solid darkblue;
    padding: 14px;
    width: 300px;
    height: 20px;
}
.list-group{
    width:400px
}
.list-group-item{
  
    border-color:darkblue;
    border-width:3px;
    text-align:left
}
.txt2 {
    border-radius: 20px;
    border: 2px solid darkblue;
    padding: 14px;
    width: 250px;
    height: 20px;
}
.dropbtn {
    background-color: darkblue;
    color: white;
    padding: 5px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    width:300px;
    height:40px;
    border:hidden
}
.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 20px;
    background-color: white;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
        background-color: deepskyblue;
        border-radius: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: darkblue;
}
.rounded {
    height: 40px;
    margin-right: 15px
}
.contact-img{
    border-radius:20px;
    height:40px;
    margin-right:30px;
}
.card-dth {
    border-radius: 30px;
    border: 4px solid darkblue;
    background-color: white;
    padding: 2px;
    width: 100px;
    height: 100px;
}