.step-container
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;

}

.step-background
{
    background-color: #1c2e4a;
    opacity: 0.96;
    color: white;
    padding: 50px;
    border-radius: 5px;
}

#step4-in
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.agreement-confirm-container
{
    width:auto
}

.agreement-confirm-background
{
    background-color: #1c2e4a;
    opacity: 0.96;
    color: white;
    padding: 50px;
    border-radius: 5px;
}

.register-form
{
    /*width: 600px;*/
    background-color: #1c2e4a;
    opacity: 0.96;
    color: white;
    padding: 50px;
    border-radius: 5px;
}

.brand
{
    margin: 0 auto;
    width: 100px;
    height: 124px;
    background-color: #1c2e4a;

}

.btn
{
    color: #1c2e4a;
    background-color: #45c589;
}

h2
{
    text-align: center;
    margin-bottom: 21px;
}

/*#div_id_confirm-confirm*/
/*{*/
/*    margin-left: 0;*/
/*}*/


.btn-confirm-container
{
  display:flex;
}

.btn-confirm-down
{
    width: 100%;
    /*display: flex;*/
    /*color: black;*/
    /*background-color: #45c589;*/
    /*border: none;*/
    /*font-size: 18px;*/
    /*margin: 15px auto;*/
    /*text-align: center;*/
}
.btn-confirm-confirm{
    width: 100%;
    padding: 5px;
    text-align: center;

    background-color: #081b3d;
    color: goldenrod;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-confirm {
    padding: 5px;
    text-align: center;

    background-color: #061e44;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    /*transition: background-color 0.3s;*/
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-confirm:hover {
    background-color: #646464;
    color: goldenrod;
}
.btn-confirm-confirm:hover {
    background-color: #646464;
    color: goldenrod;
}

.document-background
{
    width: 100%;
    height: auto;
    background: rgba(250, 250, 250,0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-document-container
{
    margin: 5% 15%;
    width:1300px;
    display: flex;
    justify-self: center;
    justify-content: center;
    background: #1c2e4a;
    opacity: 0.96;
}

.document-container
{
    height:auto;
    width:1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-self: center;
    background: white;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*.document-container-inner*/
/*{*/
/*    width: 800px;*/

/*}*/

.document {
    display: flex;
    color: #7ac8a4;
    flex-direction: column;
    padding: 30px;
    /*background: rgba(42, 42, 46, 1);*/
    background: #1c2e4a;
    padding-bottom: 10px;
}

.document-down {
    display: flex;
    color: #7ac8a4;
    flex-direction: column;
    padding: 30px;
    /*background: rgba(42, 42, 46, 1);*/
    background: #1c2e4a;
    padding-bottom: 10px;
}

.document-pdf {
    /*display: flex;*/
    /*color: #7ac8a4;*/
    /*flex-direction: column;*/
    /*padding: 30px;*/
    /*background: #1c2e4a;*/
    /*padding-bottom: 10px;*/
    min-width: 220mm; /* A4 width */
    min-height: 297mm; /* A4 height */
    /*overflow: hidden; !* Ensure the content fits within the container *!*/
}

.document-pdf iframe {
    /*width: 100%;*/
    /*height: 100%;*/
    border: none;
    min-width: 210mm; /* A4 width */
    min-height: 297mm; /* A4 height */
}

h2 {
    color:white;
    margin-right:20px;
}
.p-agreement {
    color:white
}
#hint_id_agreement-confirm {
    margin-left: 40px;
    color:white;
}

.form-check-input{
    margin-right: 10px;!important;
    padding: 10px;
}

.form-check label{
    margin-top: 10px;
}

.form-check-input:checked{
    background-color: #20c997;
    border-color: #20c997;
}
.container-success
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 800px;
    background: #1c2e4a;
    opacity: 0.96;
    color: white;
    padding: 50px;
    border-radius: 5px;
}

/*#svg-search-self*/
/*{*/
/*    display: flex;*/
/*    align-content: center;*/
/*    align-self: center;*/
/*    width: 20px;   !* or any other size you want *!*/
/*    height: 20px;  !* or any other size you want *!*/

/*}*/
/*#svg-search-text*/
/*{*/
/*    align-content: center;*/
/*    align-self: center;*/
/*}*/

.btn-modal
{
    width:40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FAFAFA;
    margin-left: 30px;
    background: darkgoldenrod;
}

.btn-modal:hover {
    background-color: #646464;;
    /*color:#20c997;*/
    color: goldenrod;
}

.btn-modal svg
{
    width:30px;
    height: 30px;
}

#div_id_confirm-turnstile
{
    margin-top: 30px;
}

.step {
    display: none;
}
.step.active {
    display: block;
}