.close-info {
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 14px;
    cursor: pointer;
}

body {
    direction: ltr;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
}

.navbar {
    margin-bottom: 20px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

.card-title {
    font-weight: bold;
}

.card-body img {
    width: 50px;
    margin-top: 10px;
}

.alert {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 20px;
    top: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: blue;
}

input:checked + .slider:before {
    transform: translateX(18px);
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #007bff;
    color: white;
    border-radius: 10px 10px 0 0;
}

.modal-body {
    padding: 20px;
}

#selectedCoinsList {
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

#selectedCoinsList li {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.remove-coin-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.remove-coin-btn:hover {
    background-color: #c82333;
}


.modal-footer .btn-secondary {
    background-color: gray;
    color: white;
}

.modal-footer .btn-secondary:hover {
    background-color: darkgray;
}              



.Bitcion-graph {
    width: 70%;              
    max-width: 600px;       
    height: auto;            
    border: 4px solid #333;  
    border-radius: 8px;      
    margin-top: 20px;        
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 
}


.Bitcoin-photo2 {
    width: 30%;               
    max-width: 900px;         
    height: 400px;             
    border: 4px solid #333;   
    border-radius: 8px;       
    margin-top: 100px;          
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 
    vertical-align: top;      
}


/* About - CSS */

.NatanPic {
    float: left; 
    border: 2px solid black;
    margin-right: 20px; 
    width: 250px;
  }
  
  .p1-About {
    overflow: hidden; 
    text-align: justify;
    font-size: 21px; 
     line-height: 1.6;
  }

  .featureList{
    overflow: hidden; 
    text-align: justify;
    font-size: 21px; 
     line-height: 1.6;

  }

  .p2-About {
    overflow: hidden; 
    text-align: justify;
    font-size: 21px; 
     line-height: 1.6;
  }
  
  




