
.h-100{height: auto !important;}

.h-100 nav.navbar.navbar-expand-lg.bg-body-tertiary.text-nowrap.mb-3 {
    box-shadow: 3px 3px 12px #ccc;
    padding: 15px 0;
    margin-bottom: 0 !important;
    background-color: #fff !important;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background: rgb(191, 0, 57);
    color: #fff;
    border-color: rgb(191, 0, 57);
}
[type="button"]:not(:disabled):hover, [type="reset"]:not(:disabled):hover,
[type="submit"]:not(:disabled):hover, button:not(:disabled):hover{
    color: rgb(191, 0, 57);
    background: #fff;
}
.input-group input, .form-select {
    border-color:rgb(191, 0, 57);
    background-color: #fff;
    color: #000;
}
.h-100[data-bs-theme="dark"] .form-select{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.h-100[data-bs-theme="dark"] .navbar-toggler-icon{
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.form-control::placeholder{
    color: #777777;
}
.input-group > .form-control:focus{
    background-color: #fff;
}
.form-check-input:checked{
    background-color:rgb(191, 0, 57);
    border-color:rgb(191, 0, 57);
}
label, .nav-link.dropdown-toggle {
    color: #000;
}
#editorTabs{
    border-bottom: 0;
}
#editorTabs .nav-item.ms-auto {
    @media (max-width: 400px) {
        order: -1;
        width: 100%;
        margin-bottom: 10px;
    }
}
.nav-link.dropdown-toggle.show{
    color: rgb(191, 0, 57);
    text-decoration: underline;
}
.navbar-collapse.collapse.show{
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #fff;
    border-color: rgb(191, 0, 57);
    @media (max-width: 400px){
        min-width: unset;
    }
}
.dropdown-item{
    color:#000;
}
.navbar-expand-lg .navbar-nav.new-nav{
    @media (min-width: 992px){
        width: 90%;
        justify-content: space-between;
    }

}
main{
    background: #f6f6f4;
    padding: 20px 20px 40px;
}
main .container-fluid {
    width: 1400px;
    max-width: 100%;
}
#editorTabs .nav-item.me-1{

}
#editorTabs .nav-item.me-1 .nav-link.active{
    background-color:rgb(191, 0, 57);
    border-color:rgb(191, 0, 57);
}
#editorTabs .nav-item.me-1 .nav-link{
    /*background-color:rgb(241, 40, 97);*/
    background-color: #777;
    color: #fff;
}
.alert-success{
    background: #fff;
}
#pastelink{
    color: rgb(0, 128, 0);
}
#message, .replymessage, #placeholder {
    background: #fff;
    color: #000;
    border: 0;
}
main .container-fluid article p.border-red, main .container-fluid article #prettymessage{
    border: 5px solid rgb(191,0,57);
    border-radius: 0 10px 10px 10px;
    background-color: #fff;
    color: #000;
}
main .container-fluid article #prettymessage{
    border-bottom: 0;
    border-radius: 0 10px 0 0;
}
main .container-fluid article #copyShortcutHint{
    margin-bottom: 0;
    color: #000;
    line-height: 25px;
}
.form-check-label kbd {
    background-color: rgb(191,0,57);
    color: #fff;
}

.footer-main{
    box-shadow: 3px 3px 12px #ccc;
    background-color: #fff;
}

footer.container-fluid.mt-auto{
    width: 1400px;
    max-width: 100%;
    padding: 40px 20px 10px;
    margin: 0 auto;
    color: #000;
}
footer small{
    font-size: 16px;
}
#aboutbox {
    font-size: 14px;
}
.company-name {
    color: rgb(191,0,57);
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.footer-bottom ul{
    list-style: none;
}
.footer-bottom ul li{
    display: inline-block;
    padding: 5px 10px;
}
.footer-bottom ul li a{
    color: rgb(191, 0, 57);
}