.countdown-timer-new {
    justify-content: center;
    align-items: center;
    max-width: 450px;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    border-width: 1px;
    border-color: #3D3D3D;
    position: relative;
    width: 300px;
}
.clock-icon {
    display: block;
    font-size: 48px;
    cursor: pointer;
    color: #39e4da;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    margin-left: 50px;
}
.countdown-timer-first {
    display: -webkit-inline-box;
    align-items: center;
    flex-direction: column;
    margin-left: -80px;
}
.countdown-timer-second {
    display: block;
    align-items: center;    
}
.countdown-timer-new #timer {
    font-size: 48px;
    margin-bottom: 20px;
}
.countdown-timer-new button, .countdown-timer select {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    padding: 10px;
    color: #333;
    border-radius: 50px;
}
.countdown-timer-new button:focus, .countdown-timer select:focus {
    outline: none;
}
.countdown-timer-new .countdown-timer-second #start, #pause, #reset{
    color: white;
}
.countdown-timer-new button:active, .countdown-timer .active {
    color: #39e4da;
    font-size: 15px;
}
.countdown-timer-new select {
    background-color: #f0f0f0;
    text-align: center;
    max-width: 100px;
    font-size: 15px;
}
#setTime {
    margin-top: 15px;
    background-color: #39e4da;
    padding: 10px 25px;
    border-radius: 25px;
}
#timer {
    padding-top: 25px;
}
