body{
    background-color:lightblue;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: px;

}
.header{
    height: 600px;
    width: 1000px;
    background-color: whitesmoke;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 50px;
    padding-left: 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
}
.container-1{
    height: 550px;
    width: 350px;
    background-image: url(assets/images/bg-sidebar-desktop.svg);
    background-position: unset;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 25px;
}
#click-1{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-1 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-1 nav{
    padding-left: 30px;
}
#click-2{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-2 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-2 nav{
    padding-left: 30px;
}
#click-3{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-3 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-3 nav{
    padding-left: 30px;
}
#click-4{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-4 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-4 nav{
    padding-left: 30px;
}
nav h4{
    color: antiquewhite;
}
h3:hover{
    background-color: beige;
    color: black;
    opacity: 1;
}
.container-2{
   padding-top: 15px;
}
h1{
    font-size: 35px;
}
p{
    margin-top: 7px;
    color: gray;
    font-size: 20px;
}
.check {
    display: flex;
    flex-direction: row;
}
p{
    color: gray;
}
#check-1{
    height: 180px;
    width: 130px;
    border: 1.5px solid blue;
    background-color: rgb(238, 236, 236);
    border-radius: 6px;
    margin-top: 40px;
    padding-left: 20px;
    padding-top: 20px;
}
#check-1 p {
    margin-top: 50px;
    font-size: 24px;
    color: rgb(11, 11, 90);
}
#check-1 b{
    color: gray;
    font-size: 16px;
}

#check-1 a{
    font-size: 19px;
    color: black;
}

#check-2{
    height: 180px;
    width: 130px;
    border: 1.5px solid blue;
    border-radius: 6px;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
#check-2 p {
    margin-top: 50px;
    font-size: 24px;
    color: rgb(11, 11, 90);
}
#check-2 b{
    color: gray;
    font-size: 16px;
}

#check-2 a{
    font-size: 19px;
    color: black;
}

#check-3{
    height: 180px;
    width: 130px;
    border: 1.5px solid gray;
    border-radius: 6px;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 20px;
    
}
#check-3 p {
    margin-top: 50px;
    font-size: 24px;
    color: rgb(11, 11, 90);
}
#check-3 b{
    color: gray;
    font-size: 16px;
}

#check-3 a{
    font-size: 19px;
    color: black;
}

.go{
    height: 40px;
    width: 500px;
    background-color: rgb(238, 236, 236);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 30px;
    margin-top: 30px;
    border-radius: 9px;
}

.go h3{
    margin-right: 20px;
    color: gray;
    opacity: 0.8;
    cursor: pointer;
}
.toggle-track {
    width: 31px;
    height: 10px;
    background-color: rgb(9, 9, 92);
    border-radius: 40px;
    position: relative;
    padding: 4px;
}

.toggle-ball {
    width: 10px;
    height: 10px;
    background: whitesmoke;
    border-radius: 50%;
    position: absolute;
    margin-left: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s ease;
}

.go h4{
    margin-left: 20px;
    font-size: 20px;
    opacity: 0.8;
    cursor: pointer;
}
.go h3:hover{
    background-color: white;
    opacity: 1;
}

.go h4:hover{
    background-color: white;
    opacity: 1;
}


.link{
    width: 100px;
    height: 44px;
    border-radius: 8px;
    background-color: whitesmoke;
    color: rgb(9, 9, 92);
    margin-top: 60px;
    border: none;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
.submit{
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: rgb(9, 9, 92);
    color: whitesmoke;
    margin-top: 60px;
    border: none;
    font-size: 15px;
    margin-left: 305px;
    opacity: 0.8;
    cursor: pointer;
}

.link:hover{
    background-color: white;
    opacity: 1;
}

.submit:hover{
    opacity: 1;
}