.bm__wrapper {
    margin-bottom: 40px;
}

.bm__inner {
    background-color: #fef2e6;
    padding: 40px 32px;
    border-radius: 5px;
}

.bm__inner .bm__desc {
    margin-top: 0;
}

.bm__form {
    
}

.bm__form-inner {

}

.bm__form-inner p {
    color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
}

.bm__form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.bm__wrapper .bm__form .bm__form-group .bm__input {
    height: 64px;
    color: #636363;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    width: 100%;
    padding: 0 28px;
    border-radius: 5px;
    border: none;
}

.bm__input-wrapper {
    position: relative;
    width: 100%;
    margin-right: 24px;
}

.bm__loader {
    border: 3px solid #f9f9f9;
    border-top: 3px solid #00a4c6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 20px;
    top: 20px;
}

.bm__loader--hidden {
    display: none;
}
  
.bm__tool--hidden {
    display: none;
}

.bm__tool-button {
    background-color: #00A4C6;
    border-radius: 5px;
    padding: 18px 65px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.bm__tool-button:hover {
    background-color: rgba(0, 164, 198, 0.5);
    color: rgba(255, 255, 255, 0.75);
}

.bm__tool-button--disabled {
    background-color: rgba(0, 164, 198, 0.5);
    color: rgba(255, 255, 255, 0.75);
}

.bm__tool-button--disabled:hover {
    cursor: not-allowed;
}

.bm__form-inner .bm__input-error {
    color: red;
    font-size: 16px;
}

.bm__input-error--hidden {
    display: none;
}

.bm__desc {
    margin-top: 40px;
}

.bm--hidden {
    display: none;
}

.bm__desc-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bm__desc p {
    color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}

.bm__desc p span {
    color: #00A4C6;
    font-weight: 500;
}

.bm__desc h3 {
    color: #2F2F2F;
    font-family: 'Chivo', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0;
}

.bm__desc-button {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    border-radius: 5px;
    background-color: #F8810D;
    padding: 14px 35px;
    margin-top: 24px;
    text-decoration: none;
}

.bm__check {
    display: flex;
    margin: 0 -10px;
    padding-top: 20px;
    flex-direction: column;
}

.bm__check--hidden {
    display: none;
}

.bm__check-row {
    width: 100%;
    display: flex;
}

.bm__check-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.bm__check-upper {
    color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 18px;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.bm__check-email-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bm__check-email-details {
    display: flex;
    flex-direction: column;
}

.bm__check-email-icon {
    min-width: 32px;
    height: 32px;
    display: flex;
    border-radius: 100%;
    margin-right: 20px;
}

.bm__check-email {
    font-weight: 600;
    padding-bottom: 5px;
    word-break: break-word;
}

.bm__check-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    color: #636363;
    margin-bottom: 12px;
}

.bm__check-inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.bm__check-status p {
    color: #636363;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}

.bm__check-status span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 8px;
    display: block;
    padding: 3px 0px;
}

.bm__check-status--deliverable span {
    color: #77C66E;
}

.bm__check-status--undeliverable span {
    color: #F97C7F;
}

.bm__check-status--risky span {
    color: #f8810d;
}

.bm__check-status--unknown span {
    color: #000;
}

.bm__check-reason {
    position: relative;
}

.bm__check-reason p {
    color: #636363;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}

.bm__check-tooltip {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08);
    position: absolute;
    display: none;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    z-index: 1;
    width: 200%;
    bottom: 40px;
    left: -50%;
}

.bm__check-tooltip > span {
    background-color: #FFFFFF;
    padding: 6px 16px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.bm__check-tooltip::after {
    content: '';
    background-image: url('./svg/tooltip-arrow.svg');
    width: 46px;
    height: 46px;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bm__check-reason > span:hover + .bm__check-tooltip {
    display: block;
}

.bm__check-reason > span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-top: 8px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}

.bm__check-reason--accepted > span {
    color: #77C66E;
    background-color: rgba(119, 198, 110, 0.2);
}

.bm__check-reason--risky > span {
    color: #f8810d;
    background-color: #ffecda;
}

.bm__check-reason--unaccepted > span {
    color: #f97c7f;
    background-color: #ffe8e9;
}

.bm__check-reason--unknown > span {
    color: #000;
    background-color: #fff;
}

.bm__check-box {
    border-radius: 5px;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 20px;
    height: 100%;
}

.bm__check-box:last-child {
    margin-bottom: 0;
}

.bm__wrapper .bm__check-inner .bm__check-list {
    padding: 0;
    list-style: none;
    width: 50%;
}

.bm__check-list li {
    color: #636363;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 767px) {

    .bm__wrapper {
        margin-bottom: 0;
    }

    .bm__inner {
        padding: 16px;
    }

    .bm__form-group {
        flex-direction: column;
    }

    .bm__form-inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .bm__wrapper .bm__form .bm__form-group .bm__input {
        height: 56px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 22px;
    }

    .bm__loader {
        right: 15px;
        top: 15px;
    }

    .bm__input-wrapper {
        margin-right: 0;
    }

    .bm__tool-button {
        padding: 15px 20px;
        margin-top: 12px;
        width: 100%;
        margin-bottom: 16px;
    }

    .bm__check {
        margin: 0;
        padding-bottom: 10px;
    }

    .bm__check-row {
        flex-direction: column;
        align-items: center;
    }

    .bm__check-col {
        width: 100%;
    }

    .bm__check-upper .bm__check-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bm__check-status {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-left: 50px;
        margin-bottom: 8px;
    }

    .bm__check-reason {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-left: 50px;
    }

    .bm__check-status p {
        min-width: 100px;
        font-size: 12px;
    }

    .bm__check-reason p {
        min-width: 100px;
        font-size: 12px;
    }

    .bm__check-status  span {
        margin-top: 0;
    }

    .bm__check-reason span {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
        cursor: unset;
    }

    .bm__check-reason--unaccepted > span {
        color: #f97c7f;
    }

    .bm__check-reason--risky > span {
        color: #f8810d;
    }
    
    .bm__check-reason--accepted > span {
        color: #77C66E;
    }

    .bm__check-box {
        margin-bottom: 12px;
    }

    .bm__desc p {
        font-size: 16px;
    }

    .bm__desc h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .bm__check-reason > span:hover + .bm__check-tooltip {
        display: none;
    }
    
}

@media only screen and (max-width: 460px) {
    .bm__check-status {
        padding-left: 10px;
    }

    .bm__check-reason {
        padding-left: 10px;
    }

    .bm__check-status p {
        min-width: 80px;
    }

    .bm__check-reason p {
        min-width: 80px;
    }
}