* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url(https://db.onlinewebfonts.com/c/470ad2519927fa4eedb66fdcd82af115?family=MuseoSansRounded-700); 
body {
    background-color: #09141F;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #161F2D; /* Bar background */
    border-bottom-left-radius: 50% 40px; /* Curved bottom */
    border-bottom-right-radius: 50% 40px; /* Curved bottom */
    position: fixed; /* Fix the top-bar at the top of the screen */
    top: 0; /* Stick it to the top */
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure it takes full width */
    padding: 10px 0; /* Add some padding for better spacing */
    z-index: 100; /* Make sure it stays on top */
}

.icon-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px; /* Adjust max-width as needed */
}

.center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-img {
    border-radius: 50%; /* Make the image rounded */
}

.left-icon .icon-img {
    width: 50px; /* Bigger left icon */
    height: auto; /* Maintain aspect ratio */
    position: relative;
    top: -10px; /* Move up a little */
    left: -10px; /* Move left a little */
}

.middle-icon .icon-img {
    width: 60px; /* Central icon */
    height: auto; /* Maintain aspect ratio */
}

.right-icon .icon-img {
    width: 50px; /* Bigger right icon */
    height: auto; /* Maintain aspect ratio */
    position: relative;
    top: -10px; /* Move up a little */
    right: -10px; /* Move right a little */
}

h1 {
    font-size: xx-large;
    margin: 20px 0;
    color: #FFFFFF; /* Vit text för rubriken */
    font-weight: 600;
    text-align: left;
    font-family: "Aspira Nar Light";
    font-size: larger;

}
.form-container {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px; /* Reduced padding to move up */
 /* Negative margin to pull it further up */
}
label {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #767676;
}
.clear-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #3faffa;
    cursor: pointer;
}
#recipient {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

}
.recipient-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;


}

.recipient-btn {
    background-color: transparent;
    border: 1px solid #84D9FE; /* Turkos kant för knappen */
    padding: 10px 20px;
    border-radius: 25px;
    color: #84D9FE;
    font-size: 16px;
    font-weight: 600;
}

.new-favorite {
    color: #84D9FE;
    font-size: 16px;
    font-weight: 600;
}

input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #7B8D9E;
    font-size: 16px;
    padding: 5px 0;
}

input::placeholder {
    color: #ffffff;
    opacity: 0.6;
}

.send-card {
    display: flex;
    align-items: center;
    align-content:space-around;
    color:#84D9FE;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;

}

.send-card img {
    margin-left: -20px;
    width: 60px;
    height: 80px;
    color:#84D9FE;
}
.swisha-btn {
    background-color: #007aff;
    border: none;
    color: white;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center; /* Place text and icon apart */
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
}
.swisha-btn span {
    flex-grow: 1; /* This pushes the text to the center */
    text-align: center;
}
.swisha-btn:hover {
    background-color: #0487D1;
}
.swisha-btn img {
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.icon-bar {
    display: flex;
    justify-content: space-between; /* Space icons evenly */
    align-items: center;
    width: 100%; /* Full width */
    padding: 0 20px; /* Add some padding */
    position: relative; /* Ensures absolute positioning works */
}

.icon-bar i, .icon-bar .material-icons {
    color: #FFFFFF; /* White color for the icons */
    font-size: 24px; /* Adjust the icon size */
    cursor: pointer; /* Add a pointer cursor for interactivity */
}
.favorites {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
  
}

input-container {
    display: flex;
    align-items: center;

}

.input-container input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #00FFFF;
    background: none;
    color: white;
    font-size: x-large;
    padding: 5px 0;
    margin-right: 10px; /* Space between input and button */
}

.plus-button {
    background: none; /* Remove default button background */
    border: none; /* Remove default button border */
    padding: 0;
    cursor: pointer; /* Show a pointer cursor */
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-button img {
    width: 50px; /* Set the width of the image */
    height: 60px; /* Set the height of the image */
}

.favorites button:hover {
    background-color: #3faffa; /* background becomes turquoise on hover */
    color: #000; /* text changes to black on hover */
}
.favorites button{
    display: inline-block;
    font-family: "Museo Sans Rounded-700";
    color: #71c2f8; /* light turquoise color for text */
    background-color: #09141F; /* transparent background */
    border: 1.5px solid #71c2f8;; /* border color */
    border-radius: 20px; /* rounded corners */
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
}
.circle {
    background-color: #0A0A0A; /* Dark background */
    color: #71c2f8;; /* White text */
    padding: 1px 15px; 
    padding-bottom: 4px;
    border-radius: 10px; /* Rounded corners */
    border: none; /* No border */
    outline: none; /* No outline */
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 10px;
  }
.favorites span {
    color: #71c2f8;;
    
    font-family: "Museo Sans Rounded-700";
 /* Adds some space between the elements */
}

.favorites span {
    color: #84D9FE;
    font-size: 16px; /* Adjust font size for the "Ny favorit" text */
    align-self: center;
    border-radius: 50%;
    border-color: #84D9FE;
    font-family: "Museo Sans Rounded-700";
    margin-bottom: 10px;
    width: 80%;
    background-color: #09141F; /* Dark background */
    color: #84D9FE; /* Light text */
    font-family: 'Your-Font-Family'; 
  }
  
  .close-button,
  .info-button {
    /* Style as needed */
  }
  
  .title {
    font-size: 24px; /* Adjust size as needed */
  }
  
  .input-label {
    font-size: 16px; /* Adjust size as needed for label text */
  }
  .input-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust space below the container */
}
  .input-field {
    border: none;
    border-bottom: 1px solid #37486C;/* Underline for input fields */
    background-color: transparent;
    color: inherit;
  }
  .input-container input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #37486C; /* Underline */
    background: none;
    color: white;
    font-size: 18px; /* Adjust font size */
    padding: 5px 0;
    margin-right: 10px; /* Space between the input and button */
}
  .subtext {
     font-size: 14px; /* Smaller font size for subtext under input labels */
     color: #8F8F8F; /* Lighter color indicating secondary information or placeholder */
  }
  
  .section-title {
     margin-top: 20px; /* Space above section titles like 'Meddelande' */
     font-size: 18px; 
  }
  
  .icon-camera {
     /* Add styles for camera icon if it's not an image but a web-font icon or similar */
  }
  
  .button-swisha {
     background-color: #0047AB; 
     color: #FFFFFF;
     padding: 10px;
     border: none;
     border-radius: 5px;
  }
  @font-face {
    font-family: 'Odin-Rounded';
    src:url('Odin-Rounded.ttf.woff') format('woff'),
        url('Odin-Rounded.ttf.svg#Odin-Rounded') format('svg'),
        url('Odin-Rounded.ttf.eot'),
        url('Odin-Rounded.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}