/* ============================================
                Banner Section
============================================= */

button {
    border: none;
}

.intro div.text.v2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
}

.intro .text p {
    max-width: 100%;
}

.get-alert {
    padding: 20px 12px;
    background: #ffffff;
    width: calc(100% - 5rem);
    border-radius: 10px;
    margin-top: 30px !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
    margin: auto;
    z-index: 999;
}

.get-alert .theme-btn {
    font-size: 14px;
    padding: 13px 0px 14px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: 47px;
}

.get-alert .theme-btn.google {
    color: #232323;
    background: #ffffff;
    border: 1px solid #ced4da;
}

.get-alert .theme-btn.google img {
    height: 20px;
    position: relative;
    left: -20px;
    top: -2px;
}

.get-alert .form-control {
    border-radius: 0;
    height: 47px;
    margin-bottom: 0px;
}

.get-alert .form-control:focus {
    outline: none;
    box-shadow: none;
}
.get-alert input.form-control::placeholder {
    color: #8e959b;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #8e959b;
    padding: 0.625rem 0.75rem;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 47px;
}

.bootstrap-select .dropdown-toggle {
    color: #555555;
    padding: 0.625rem 0.75rem;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 47px;
}

.bootstrap-select button.btn:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a span.text {
    padding: inherit;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: none;
}

.inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.inner::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #347fff;
}

@media (max-width: 1199.98px) {
    .get-alert {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .intro div.text.v2 {
        padding: 0px;
        text-align: center;
    }
    .process {
        padding: 30px 0px 20px;
    }
}
@media (max-width: 767.98px) {
    .intro {
        background-position: center;
    }
    .get-alert {
        flex-direction: column;
        row-gap: 15px;
        max-width: 400px;
    }
}
@media (max-width: 500px) {
    .get-alert {
        padding: 25px 10px;
    }
    .get-alert .theme-btn.google img {
        left: -8px;
    }
}

/* =========================================
                Email Alert Page
============================================ */
.navbar-brand span {
    display: block;
    color: #686868;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    left: 32%;
    top: -2px;
}

.wrapper {
    padding: 100px 0 100px;
    display: grid;
    grid-template-columns: 360px 1fr;
    column-gap: 40px;
}

.widget {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.widget .list-group-item {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    border-color: rgba(0, 0, 0, 0.075);
}

.widget .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.widget .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget .list-group-item a {
    color: #436077;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}

.widget .list-group-item a:hover {
    color: #005fff;
}

.widget .list-group-item a i {
    margin-right: 10px;
}

.widget .list-group-item.active {
    z-index: 2;
    color: #005fff;
    background-color: #ffffff;
}

.widget .list-group-item.active a {
    color: #005fff;
    font-weight: 500;
}

.widget h5 {
    color: #005fff;
    font-size: 1.2rem;
    line-height: 1.4;
}

.widget ul {
    margin: 0 0 10px;
    padding: 0;
}

.widget ul li {
    color: #444444;
    list-style: square;
    list-style-position: inside;
}

.widget strong {
    color: #353535;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.widget p {
    color: #353535;
    margin-bottom: 10px;
}

.copy-button {
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    background: #f5fafa;
    position: relative;
}

.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    background: #f5fafa;
}

.copy-button button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    cursor: pointer;
}

.block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.block-title h2 {
    color: #3d5b73;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.block-title .theme-btn {
    font-size: 15px;
    padding: 8px 28px;
}

.item-card {
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
}

.item-card ul {
    margin: 0;
    padding: 0;
}

.item-card ul li {
    color: #353535;
    list-style: none;
    margin: 5px 0;
}

.item-card ul li:nth-child(2) {
    margin-bottom: 15px;
}

.item-card ul li strong {
    color: #3d5b73;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.item-card .form-check-input {
    cursor: pointer;
}

.item-card .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: none;
}

.item-card .right ul li {
    margin-bottom: 15px;
}

.item-card .right ul li:last-child {
    margin-bottom: 5px;
}

.item-card .right ul li select {
    display: inline-block;
    color: #353535;
    width: 65px;
    margin-left: 10px;
    padding: 3px 10px;
    cursor: pointer;
}

.item-card .right ul li select:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.item-card .right ul li button {
    color: rgba(255, 0, 0, 0.8);
    font-weight: 500;
    padding: 0;
    border: none;
    background: transparent;
}

.item-card .right ul li button i {
    margin-left: 5px;
}

.item-card .action-section {
    min-width: 210px;
}

footer.alt {
    background: #ffffff;
    padding: 30px 0px;
}

@media (max-width: 991.98px) {
    .wrapper {
        grid-template-columns: 280px 1fr;
        column-gap: 30px;
        max-width: calc(100% - 60px);
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .wrapper {
        grid-template-columns: 1fr;
        column-gap: 30px;
        max-width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .block-title {
        margin-top: 20px;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .item-card {
        flex-direction: column;
    }

    .widget,
    .item-card {
        padding: 20px;
    }
}
