@charset "UTF-8";

.browser_back_modal_type {
    background-color: #fff;
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 125px 20px 20px;
    width: 340px;
    text-align: center;
    z-index: 1001;
    position: relative;
    border-radius: 15px;
    border: solid #2cbc4b;
}
.browser_back_modal_type h2{
    font-size: 16px;
    line-height: 1.6;
}

.browser_back_modal_type::before{
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url(/img/imgForm/confirm_img.png) no-repeat center top;
    background-size: contain;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.cancel_browser_buttun {
    color: #333;
    border: 2px solid #F5F5F5;
    background-color: #F5F5F5;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 23px 13px 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    outline: 0;
}

.cancel_browser_buttun:hover {
    opacity: 0.9;
}

.continue_browser_buttun {
    color: #fff;
    border: 2px solid #2cbc4b;
    background-color: #2cbc4b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 23px 13px 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    outline: 0;
}

.continue_browser_buttun:hover {
    opacity: 0.9;
}

.easy_shindan_button {
    color: #fff;
    border: none;
    background: #53aeec;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 23px 13px 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    outline: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 25%);
}
.easy_shindan_button::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.easy_shindan_button:hover {
    opacity: 0.9;
}

.browser_back_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.pad-7{
    pad: 7px;
}

.pad-top-10{
    padding-top: 10px;
}
.pad-top-7{
    padding-top: 7px;
}
.pad-top-20{
    padding-top: 20px;
}

.migrate_class {
    border-radius: 5px;
    border: 2px solid #2cbc4b;
    margin-top: 15px;
    padding: 25px;
}

.migrate_button_description {
    font-size: 12px;
}

.migrate_button {
    padding: 10px 0 0;
}

#close_modal {
    background-color: #2cbc4b;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-align-items: flex-end;
}

#close_modal:hover {
    opacity: 0.9;
}

.close-button-container {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Chỉ áp dụng cho Safari */
@media not all and (min-resolution:.001dpcm) {
    @media {
        #close_modal {
            display: flex;
            justify-content: center;
            align-items: end;
        }
    }
}