@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=PT+Serif:wght@400;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
da_checkbox,
body {
    min-height: 100%;
    background-color: #fafafa;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.img-fluid {
    max-width: 100%;
    display: block;
}
.truncut2line {
    -webkit-line-clamp: 2;
    box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.da_wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
}
.da_wrapper p {
    margin: 0 0 12px;
}
.da_wrapper .da_head {
    text-align: center;
    font-size: 16px;
    line-height: 0.88;
    color: #3a3a3a;
    margin: 32px 0 12px;
}
.da_wrapper .da_whiteBox {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 2px 6px 0 rgba(228, 228, 228, 0.5);
    border: solid 1px #dfdfdf;
    padding: 20px;
}
.da_wrapper .da_whiteBox .da_infoIcon {
    width: 30px;
    height: 30px;
    display: block;
    margin: 4px auto 24px;
}
.da_wrapper .da_heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 14px;
}
.da_wrapper .da_deleteOptions {
    margin: 0 0 16px;
    padding: 0;
    list-style-type: none;
}
.da_wrapper .da_deleteOptions li {
    color: #e04949;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.da_wrapper .da_deleteOptions li:not(:last-child) {
    margin-bottom: 8px;
}
.da_wrapper .da_deleteOptions .da_remove {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 8px;
}
.da_wrapper .da_websiteList {
    margin: 20px 0 16px;
    padding: 0;
    list-style-type: none;
}
.da_wrapper .da_websiteList li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    font-family: "PT Serif", serif;
    font-weight: 700;
}
.da_wrapper .da_websiteList li:not(:last-child) {
    margin-bottom: 12px;
}
.da_wrapper .da_websiteList li .da_logoWrap {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}
.da_infoIcon {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.da_pleaseNote {
    font-family: "PT Serif", serif;
    color: #000;
    margin-bottom: 32px;
    font-weight: 700;
}
.da_areYou {
    font-family: "PT Serif", serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px;
}

.da_formCheck {
    font-size: 14px;
    color: #212121;
    font-family: "PT Serif", serif;
    display: flex;
    align-items: flex-start;
}
.da_formCheck .form-check-input {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.da_formGroup {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #212121;
    font-family: "PT Serif", serif;
}
.da_formGroup input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.da_formGroup label {
    position: relative;
    cursor: pointer;
    display: flex;
}
.da_formGroup label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b3b2b3;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}
.da_formGroup input:checked + label:before {
    background-color: #ffa921;
    border-color: #ffa921;
}
.da_formGroup input:checked + label:after {
    content: "";
    background-image: url("/images/mobile/checkArrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 12px;
    height: 12px;
}
.da_confirmAccout {
    margin: 28px 0 0;
    padding: 0;
}
.da_confirmAccout li {
    list-style-type: none;
}
.da_confirmAccout li:not(:last-child) {
    margin-bottom: 8px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.da_radio:checked,
.da_radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.da_radio:checked + label,
.da_radio:not(:checked) + label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #212121;
    font-size: 14px;
    width: 100%;
}
.da_radio:checked + label::before,
.da_radio:not(:checked) + label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #212121;
    border-radius: 100%;
    background: #fff;
}
.da_radio:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.da_radio:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.da_otherField {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 8px 10px;
    margin-top: 16px;
}
.da_otherField textarea {
    border: 0 none;
    width: 100%;
    max-height: 100px;
    height: 100px;
    font-family: "Lato", sans-serif;
}
.da_otherField textarea:focus {
    outline: none;
}
.da_otherField .da_maxChar {
    display: block;
    text-align: right;
    color: #ffa921;
    font-size: 12px;
}
.da_error {
    color: #e04949;
    font-size: 14px;
    margin-bottom: 4px !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.daPopupMain {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.da_popup {
    background-color: #fff;
    border-radius: 6px;
    padding: 28px 16px;
    width: 270px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    color: #000;
}
.da_popup .da_tickIcon {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 24px;
}
.da_popup h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}
@keyframes progress-animation {
    from {
        --progress: 0;
    }
    to {
        --progress: 100;
    }
}
.da_hide {
    display: none;
}
.da_smoLogin {
    display: block;
}
.da_smoLogin .googleLogin {
    display: block;
    margin-bottom: 12px;
}
.da_smoLogin .da_smoBtn {
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 12px 24px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.da_smoLogin .da_smoBtn:not(:last-child) {
    margin-bottom: 12px;
}
.da_smoLogin .da_smoBtn sup {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
}
.da_troubleLogin {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #424242;
    text-align: center;
}
.da_troubleLogin a {
    color: #f6941f;
    text-decoration: none;
}
.da_oneNetwork {
    display: block;
    text-align: center;
    padding: 20px 0 32px;
}
.da_oneNetwork .htDigitalLogo {
    width: 120px;
    display: inline-block;
}
.da_oneNetwork .da_htdsLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.da_oneNetwork .da_htdsLogos_item {
    display: inline-block;
    width: 35px;
    height: auto;
}
.da_oneNetwork .da_htdsLogos_item:not(:last-child) {
    margin-right: 16px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-body {
    padding: 2px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
@media (min-width: 992px) {
    .da_wrapper {
        width: 464px;
        margin: 0 auto;
    }
    .da_wrapper .da_head {
        font-size: 24px;
        margin: 44px 0 24px;
    }
}