body * {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background-color: rgb(247, 247, 247);
}

* {
    user-select: none;
    font-family: 'Cuprum', Consolas, monospace;
}

button {
    cursor: pointer;
    border: none;
}

hr {
    width: 100%;
}

input[class]:focus,
textarea[class]:focus,
input[class]:focus-visible,
textarea[class]:focus-visible {
    border: none;
    outline: none;
    box-shadow: 0px 4px rgb(36, 117, 209);
}

input[type="checkbox"] {
    scale: 1.4;
}

.djixoti {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: -8px;
    padding: 30px 10px;
}

.yji2ntywoa {
    width: 560px;
    background: white;
    border-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    flex-direction: column;
}

.yze3nduwmzm {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cjixmti5nzg {
    width: 100%;
}

.btixnjywntg {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
    border-radius: 10px;
    border: none;
    background: rgb(240, 240, 240);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 4px rgb(150, 150, 150);
}

.dtixnjg4mju {
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}

.dtixnjg4mju:active {
    box-shadow: 0px 2px rgb(204, 204, 204);
}

.bzi3nty2mzm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cji4nta4nde {
    margin-top: 30px;
    width: 100%;
    color: rgb(46, 46, 46);
}

.ytmwmti1mzc {
    display: flex;
    justify-content: space-between;

}

.ytmwmti1mzc svg {
    font-size: 16px;
}

.ytmwmti1mzc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ajq2ntk5otq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
    border-bottom: solid 1px gray;
    padding-bottom: 20px;
}

.btq1ndy4oti {
    padding: 5px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);

}

.btq1ndy4oti.hide {
    transform: rotate(0deg);
}

.ytq1mzk5ndy * {
    color: rgb(92, 92, 92);
}

.ytq1mzk5ndy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.atq5otg5mdy {
    font-weight: 600;
    font-size: 18px;
}

.czu4nja2odm {
    width: 120px;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background: rgb(231, 231, 231);
    color: rgb(34, 34, 34);
}

.bjuznjkxnjm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yzywndq5nzk,
.dzywnta5mdi,
.ajewnte3odaw {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
}

.adyxmjuzmtu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.btewmtiymjyy {
    width: 100%;
}

.bjc5mg.hide {
    display: none;
}

.bjc5mg {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zzc5mg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}