@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
        width: auto;
        height: 50px;
    }
}
@media (min-width: 992px) {
    .icms-navbar .nav-link
 {
        text-transform: uppercase;
        padding-top: 1.2rem;
        padding-bottom: 0.5rem;
    }
}
@media (min-width: 992px) {
    .icms-navbar .nav-link1
 {
        text-transform: uppercase;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 10px;
    }
}
.nav-tabs .nav-link, .icms-navbar .nav-link {
    outline-color: #dee2e6;
    border: 0;
    position: relative;
    background-color: transparent;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    /* border-radius: 20px; */
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #1c2558;
    border: 1px solid #756969;
    padding: 0.575rem 0.95rem;
    font-size: 0.9375rem;
    line-height: 1.3;
    border-radius: 0.55rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl
 {
        max-width: 1280px;
    }
}
.modal-body {
    background-color: #7d99bb;
    background-clip: padding-box;
}
.card {
    background-color: transparent !important;
}
.nav-link {
    color: black;
}
.stt {
    top: 0px;
    right: 0px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: black;
    border-bottom: 1px solid rgb(51 83 100);
}
.nav-item-text {
    color: #fff !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1021;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #1e2224;
    text-align: left;
    list-style: none;
    background-color: #7885a5;
    background-clip: padding-box;
    border: 1px solid rgba(26, 26, 26, 0.15);
    border-radius: 0.25rem;
}
.info_bar {
    background-color: #404143;
    padding: 0.75rem 1rem;
    border-top: 1px solid #eeeeee;
    font-size: 90%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #c4c4c4;
    margin-top: 1rem;
    border-radius: 0 0 0.25rem 0.25rem;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item  {
    color: #ffffff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #96a7b7;
    background-color: #1a1a1a;
    border-color: #dee2e6 #dee2e6 #1a1a1a;
}
.icms-comment-html {
    position: relative;
    border-radius: 0.25rem;
    padding: 1rem;
    background-color: #232526;
    border: 1px solid #dee2e6;
}
.box {
    color: #c0c7c8;
    font-size: large;
}