.modal {
    /* display: flex; */
    /* flex-direction: column; */
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    left: 0;
    top: 0;
}

.modal-title {margin: 15% auto;}

.modal-button {

}

.modal-content {
    /* height: 264px; */
    width: 694px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    flex-direction: column;
    margin: 15% auto;
    align-items: center;
}

.modal-content-upper-right {
    width: 400px;
    height: 135px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    float: right;
    margin-right: 40px;
    margin-top: 270px;
    padding-top: 30px;
    padding-bottom: 8px;
    flex: 0 0 auto;
}

.modal-dropdown-arrow{
    position: absolute;
    top: 90px;
    right: 20px;
    flex: 0 0 auto;
}

.btn-modal-close-container {
    position: absolute;
    top: 250px;
    right: 28px;
    height: 42px;
    width: 42px;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    background: none !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.modal-title-bg{
    width: 414px;
    height: 58px;
    position: relative;
    top: -20px;
}

.modal-body{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    overflow: auto;
    padding-bottom: 25px;
}

.modal-text{
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

.modal-choice-text{
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

.modal-title {
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: #FFC614;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    margin-top: 18px;
}

.modal-row {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

.modal-row > div{
    margin: 2px;
}

.modal-col-right {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 10px 10px 0px;
    align-items: center;
}

.modal-col-left {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px 0px 0px 10px;
    align-items: center;
}

.modal-option-text {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    width: 160px;
    padding-bottom: 20px;
}

.modal-button-container{
    width: 280px;
    height: 70px;
    display: flex;
    justify-content: center;
}

.modal-captain-dl-body{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    overflow: auto;
    padding-bottom: 80px;
}

.modal-captain-dl-button-container {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 420px;
    height: 60px;
    justify-content: space-between;
    position: absolute;
    bottom: -30px;
}

.modal-captain-dl-button-container > div{
    margin: 10px;
}