html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.shree_header {
    color: #ff6600 !important;
}

@media screen and (max-width: 575px) {
    .profile_modal {
        top: 150px !important;
    }
}

.profile_modal {
    position: fixed;
    top: 45px;
    right: 10px;
    z-index: 1055;
    display: none;
    width: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

    .profile_modal ul {
        list-style-type: none;
        padding: 0;
        margin-top: 10px;
    }

        .profile_modal ul li {
        }

            .profile_modal ul li a {
                text-decoration: none;
            }

.delete_btn {
    border: none;
    background: none;
}

.align_center {
    margin-left: auto;
    margin-right: auto;
}
.align_right {
    margin-left: auto;
}
.align_left {
    margin-right: auto;
}