﻿.myaccountbox h1 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.myaccountbox h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.myaccountbox {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 25px #ccc;
    overflow: hidden;
}

.alert:empty {
    display: none !important;
}

.sub-box {
    box-shadow: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.input-group-text {
    width: 100%;
}

.input-group-prepend {
    width: 30%;
}

#myTab {
    background: #555;
}

    #myTab .nav-item a {
        font-weight: bold;
        color: #eee !important;
    }

        #myTab .nav-item a.active {
            color: #222 !important;
        }

    #myTab .nav-item a {
        text-decoration: none;
    }

.table th, .table td {
    vertical-align: middle
}

.btn-outline-light:hover {
    color: #000 !important;
}

.input-group-prepend {
    position: relative;
}

.dg::after {
    background: transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    text-align: center;
    color: white;
    border-top: 15px solid #bf0915;
    border-right: 15px solid transparent;
    border-top-left-radius: 0;
    /*-webki-border-top-left-radius: 0; */
}

@media (max-width: 575px) {

    .myaccountbox h1 {
        font-size: 1.2rem;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .myaccountbox h1 {
        font-size: 1.2rem;
        text-align: center;
    }
}
