button[type=submit] {
    background: #A8A8A8;
    border-radius: 12px;
    padding: 12px 16px;
    border: none;

    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

button[type=submit]:hover {
    background: #E65100;
}

.btn-orange, .btn-primary{
    background: #E65100 !important;
    border-radius: 12px;
    padding: 12px 16px;
    border: none;

    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.btn-primary:active {
    color: #fff;
    background-color: #0062cc !important;
    border-color: #005cbf !important;
}

.swal2-html-container .bi{
    color:#E65100;
    width: 100px;
    height: 100px;
    display:inline-block;
    font-size: 100px;
}
.swal2-html-container .bi.bi-patch-check-fill{
    color:#00925E;
}
.swal2-html-container b{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    
    text-align: center;
    
    /* #282E3F */
    
    color: #282E3F;
}
.swal2-html-container p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    text-align: center;

    /* Grey/grey55 secondary text */

    color: #555555;
}
.swal2-actions .btn-orange{
    background: #E65100 !important;
    border-radius: 12px !important;
    padding: 12px 16px;
    border: none !important;

    color: #FFFFFF !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 20px;
}
.swal2-actions .btn-block{
    width: 312px;
}

.nav-link.active{
    background: #E65100;
    border-radius: 8px;
    color: #FFFFFF !important;
}
.nav-item{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */


    /* #8B8B8B */

    color: #8B8B8B;

    margin-left: 16px;
    margin-right: 16px;
}
.nav-item i{
    font-size:22px;
}