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: 0px !important;
}
.Dark-btn {
    color: var(--contrast-color);
    background:Black;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}
li {
    text-align: justify !important;
    line-height:26px !important;
}
h4 {
    font-weight: 600 !important;
}
.section-title {
    padding-bottom: 20px !important;
}
    .ContainerNpd {
    padding: 0px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}
.sw {
    background-color: #484444;
}
.justify{
    text-align:justify;
}
.padtop{
    padding-top:36px!important;
}
.gridParent {
    display: grid!important;
  /*  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))!important;*/
    column-gap: 90px!important; /* gap between side-by-side sections */
    row-gap: 20px!important; /* smaller gap when stacked */
}
.padtopmis{
    padding-top:0px!important;
}
    .sw:hover {
        background-color: #000 !important;
    }

    .sw:active, sw:hover {
        background-color: #000 !important;
    }

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-border-primary .toast-body {
    color: #663b6c;
    border-bottom: 3px solid #663b6c;
}

.toast-border-secondary .toast-body {
    color: #8561f9;
    border-bottom: 3px solid #8561f9;
}

.toast-border-success .toast-body {
    color: #51bd91;
    border-bottom: 3px solid #51bd91;
}

.toast-border-info .toast-body {
    color: #4ab0c1;
    border-bottom: 3px solid #4ab0c1;
}

.toast-border-warning .toast-body {
    color: #f7cd45;
    border-bottom: 3px solid #f7cd45;
}

.toast-border-danger .toast-body {
    color: #d33952;
    border-bottom: 3px solid #d33952;
}

.toast-border-light .toast-body {
    color: #f8f7fa;
    border-bottom: 3px solid #f8f7fa;
}

.toast-border-dark .toast-body {
    color: #131216;
    border-bottom: 3px solid #131216;
}


.toastify {
    padding: 12px 16px;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: #51bd91;
    position: fixed;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

    .toastify.on {
        opacity: 1;
    }

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
    position: relative;
    left: 4px;
    margin-left: 4px;
    border: none;
    background: none;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

    .toastify-left .toast-close {
        left: -4px;
        margin-left: 0;
        margin-right: 4px;
    }

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}
.loginbtn {
    padding-right: 1px!important;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
.zeroRightPadding {
    padding-right: 0px !important;
}

.zeroLeftPadding {
    padding-left: 0px !important;
}