﻿html {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: underline;
    color: var(--content-primary);
}

.fc-button {
    font-size: 1em !important;
    padding: 0em 0.15em 0.4em 0em !important;
}

.fc-button-primary {
    background-color: var(--button-primary) !important;
    border-radius: 6px !important;
    border: 0px solid transparent !important;
    margin-right: 0.2em !important;
    height: 24px;
    width: 70px;
}

.fc-prev-button {
    width: 25px;
}

.fc-next-button {
    width: 25px;
}

.fc-icon-chevron-left {
    margin-right: 5px;
}

.fc-day-today {
    background-color: var(--button-secondary) !important;
    /* opacity: 0.5 !important; */
}

.fc .fc-daygrid-day-frame {
    min-height: 8em !important;
}

.form-group {
    color: var(--text-primary);
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: "Poppins Light";
    letter-spacing: 0.14px;
}

.control-label {
    color: var(--text-primary);
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: "Poppins Light";
    letter-spacing: 0.14px;
}

.text-danger {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: "Poppins Light";
    letter-spacing: 0.14px;
}

.form-horizontal h4 {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 29px;
    line-height: 30px;
    font-family: "Poppins Medium";
    letter-spacing: 0px;
}

.catalog-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: var(--white), 0;
    border: 1.5px solid var(--site-secondary);
    color: var(--text-primary);
    text-align: center;
    font: 14px "proxima-nova", sans-serif;
    font-weight: bold;
}

.playbutton-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    background: var(--white), 0;
    border: 1.5px solid var(--white);
    color: var(--white);
    text-align: center;
    font: 6px "proxima-nova", sans-serif;
    font-weight: bold;
}

.text-primary {
    color: var(--text-primary);
}

.text-secondary {
    color: var(--text-primary);
}

.text-tertiary {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

.app-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1150px) {
    .app-flex-row > div {
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }
}

.fc .fc-daygrid-day-frame {
    min-height: 8em !important;
}

.layout-body {
    background-color: var(--site-primary);
    height: 1085px;
}

.page-footer {
    background-color: var(--text-primary);
    z-index: 900;
}

    .page-footer .vitalyst-ko {
        background: url('/Content/img/LG_Alithya_renv_rgb.svg') no-repeat 55px;
        background-size: 8em;
    }

.page-header {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    width: 100%;
    height: 184px;
    background: url('/img/homepage banner Pattern.svg') no-repeat right var(--text-primary);
}

.page-logo {
    position: relative;
    top: 30%;
    left: 5%;
    width: 350px;
    height: 40%;
    background: url('/img/Adaptive Learning logo_white.svg') no-repeat center var(--text-primary);
}

.breadcrumb-item {
    color: var(--text-primary) !important;
}

.footer-copyright {
    color: var(--white);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

@media only screen and (max-width: 600px) {
    .footer-copyright {
        font-size: 8px;
        line-height: 1.5em;
        height: 3em;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

.footer-row {
    /*flex-shrink: none;*/
    margin-right: 0px;
    margin-left: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    /*z-index: -1;*/
    /*line-height: 47px;*/
    /*background-color: #f5f5f5;*/
}

.headline {
    margin-top: 24px;
    color: var(--white);
}

/*
    https://stackoverflow.com/questions/24505558/set-background-image-for-index-view-only-in-home-controller
controller-HomeController #yourheaderimage
*/

/*.controller-HomeController {
    background-image: linear-gradient(to right, var(--navbar-gradient-0), var(--navbar-gradient-1) );*/
/*    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    background: var(--library-background) 0% 0% no-repeat padding-box;*/
/*}*/

body {
    font-family: "Poppins Light";
    background-color: var(--site-primary);
    margin-bottom: 47px;
    overflow-x: hidden;
    color: var(--text-primary);
}

    body#home_index {
        background-image: linear-gradient(to right, var(--text-primary), var(--text-secondary) );
    }

    /*body#viewer {
        background-color: var(--text-primary);
    }*/

.breadcrumb {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    font-family: "Poppins Medium";
    letter-spacing: 0px;
    opacity: 1;
}

@media only screen and (min-width: 992px) {
    #collapseSearch {
        padding-right: 8rem !important;
        width: auto;
        padding-left: 0px;
        /*position: absolute;
        top: 1px !important;
        left: 16% !important;*/
    }
}

@media only screen and (min-width: 576px) {
    #collapseSearch {
        padding-right: 1rem !important;
        width: 800px;
        padding-left: 50px;
        /*position: absolute;
        top: 1px !important;
        left: 16% !important;*/
    }
}

h3 {
    font-weight: 300;
    font-size: 2em;
}

#libraryTable .col-6 {
    max-width: 100% !important;
}

.members-scrollbar {
    position: relative;
    height: 500px;
    overflow: auto;
}

.members-wrapper-scroll-y {
    display: block;
}

#MicrosoftAsset {
    object-fit: contain
}

#modalRegister .modal-content {
    border-radius: 12px;
    background-color: var(--site-primary);
}

.hidden {
    display: none;
    visibility: hidden;
}

.icon-spacer {
    margin-right: 0.5rem;
}

.jumbotron {
    /*background: var(--library-background) 0% 0% no-repeat padding-box;*/
    background: none;
    /*padding: 1em;*/
    margin: 0em;
}

    .jumbotron h3 {
        color: var(--text-primary);
        text-align: left;
        font: normal normal 300 29px/30px "Poppins Light";
        letter-spacing: 0px;
    }

    .jumbotron .page-description {
        color: var(--text-primary);
        font-size: 1em;
        max-width: 45em;
    }

::-webkit-input-placeholder {
    font-size: 12px !important;
    color: var(--search-placeholder) !important;
}

.loading-image {
    /*position: fixed;
    right: 47%;
    top: 50%;
    transform: translateY(-50%);*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.popover .popover-header {
    display: none;
}

@media only screen and (max-width: 990px) {
    .loading-image {
        z-index: 10001 !important;
    }
}

#xs-row {
    visibility: hidden;
    display: none;
}

#md-row {
    visibility: visible;
    display: inherit;
}

@media only screen and (max-width: 992px) {
    #xs-row {
        visibility: visible;
        display: inherit;
    }

    #md-row {
        visibility: hidden;
        display: none !important;
    }
}

/*@media only screen and (max-width: 990px) {
    #mobilerow > div:nth-child(1) {
        visibility: hidden;
        display: none !important;
    }

    #mobilerow > div:nth-child(2) {
        visibility: hidden;
        display: none !important;
    }

    #mobilerow > div:nth-child(3) {
        width: 80% !important;
        padding-bottom: 10px;
    }
}*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--text-secondary);
    overflow-x: hidden;
    transition: 0.2s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overlay a {
    padding: 4px;
    text-decoration: none;
    vertical-align: central;
    font-size: 15pt;
    color: var(--white);
    display: block;
    transition: 0.5s;
    display: inline;
    float: none;
}

    .overlay a:hover, .overlay a:focus {
        color: var(--text-primary);
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 45px;
    font-size: 60px;
    cursor: pointer;
}

@media screen and (max-height: 500px) {
    .overlay a {
        font-size: 15pt;
    }

    .overlay .closebtn {
        font-size: 15pt;
        top: 15px;
        right: 35px;
    }

    .overlay img {
        left: 20px;
    }
}

.nav-breadcrumb {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    font-family: "Poppins Medium";
    letter-spacing: 0px;
    opacity: 1;
    padding-left: 10.2rem;
}

.nav-tabs > .nav-item {
    background-color: var(--text-secondary);
    border-radius: 6px 6px 0px 0px;
    border-style: solid;
    border-width: 0px 1px;
    border-color: var(--text-primary);
}

    .nav-tabs > .nav-item > .nav-link {
        color: var(--white);
    }


    .nav-tabs > .nav-item > a.active {
        background-color: var(--text-primary) !important;
        border-radius: 6px 6px 0px 0px;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: var(--text-primary);
    }

.nav-main {
    top: 0px;
    height: 84px;
    background-color: var(--text-primary);
    opacity: 1;
}

    .nav-main ul {
        /*background-color: var(--text-secondary);*/
        padding-bottom: 10px;
    }

    .nav-main form {
        background-color: transparent;
    }

    .nav-main li {
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

        .nav-main li:last-child .nav-link {
            border: none;
        }

        .nav-main li .nav-link {
            height: 2.5em;
            /*border-right: solid var(--text-primary) thin;*/
        }

#navmenu {
    background-color: var(--text-primary);
}

@media only screen and (max-width: 650px) {
    .nav-main ul {
        padding-bottom: 10px;
    }

    .nav-main li .nav-link {
        height: 0em;
        /*border-right: solid var(--text-primary) thin;*/
    }

    .navbar-text {
        font-size: 1em !important;
    }

    .dropdown-menu {
        position: absolute !important;
    }
}

.navbar {
    padding: 0rem 0rem;
}

/*.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
}*/

.nav-link img {
    padding: 0em 1.1em;
}

.navbar-text {
    padding-top: 0rem;
}

/*    .nav-main.navbar-padding {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }*/

.nav-main .navbar-text {
    font-size: .7em;
    color: var(--white);
}

.nav-main .navtile img {
    height: 2em;
}

.nav-main .nav-container {
    max-width: 1500px;
}

.nav-spacer {
    margin-left: 22%;
    /*margin-right: 22%;*/
}

.registration-title {
    font-size: 32px;
    color: var(--text-primary);
}

.registration-text {
    font-size: .875em;
    color: var(--text-primary);
}

.registration-label {
    font-size: .875em;
    color: var(--text-primary);
}

/*@media only screen and (max-width: 1200px) {
    #sendToAll {
        font-size: 0.75rem;
        width: 104px;
    }

    #sendCompanies {
        font-size: 0.75rem;
        width: 104px;
    }
}*/

/* Search text box*/
.sitesearch input {
    /*background-image: url(/Content/icon/navigation/Magnify.svg);
    background-repeat: no-repeat;
    background-position: 95%;*/
    height: 2em;
    width: 65em;
    border-radius: 5px;
    border: 2px solid var(--content-search);
    border-right-style: none;
}

.sitesearch span {
    height: 2em;
}

.filtersearch input {
    /*background-image: url(/Content/icon/navigation/Magnify.svg);
    background-repeat: no-repeat;
    background-position: 95%;*/
    height: 2em;
    width: 65em;
    /*border-radius: 15px;*/
    border: 2px solid var(--text-primary);
    border-right-style: none;
}

.filtersearch span {
    height: 2em;
}


/*.site-breadcrumb {
    background-color: var(--site-primary);
    color: var(--vitalyst-deep-blue);
    text-align: left;
    font: normal normal normal 10px/12px Lato;
    letter-spacing: 0px;
    opacity: 1;
}

.site-breadcrumb:link {
    color: var(--vitalyst-deep-blue);
}

.site-breadcrumb:hover {
    color: var(--vitalyst-deep-blue);
}*/

.top-buffer {
    margin-top: 20px;
}

.dropdown-item {
    font-size: 10px;
}

div.dropdown-menu > form > a.active {
    background-color: var(--text-primary) !important;
}

div.dropdown-menu > form > a:active {
    background-color: var(--text-primary) !important;
}

.popover {
    background: #29AAE1; /* Cyan Blue */
    border-radius: 12px;
}

.modal-body {
    border: 0px;
    margin: 0px;
}

#pdfID {
    max-height: 10em;
}

.isauthenticated {
    padding: 11px;
    height: 51px;
    width: 53px;
}

/*.modal {
    height: 798px;
    width: 1150px;
}*/

/*.library-filter {*/
/*    position: fixed;
    right: 2rem;
    z-index: 0;*/
/*top: 17rem;
    width: 10rem;
    overflow-y: scroll;    
    max-height: 20rem
}*/
#app-filterg {
    background-color: var(--white);
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    margin-bottom: 20px;
    height: 400px;
    overflow-y: auto;
    max-height: 20rem
}

.app-filters, .filter-section {
    font-family: "Poppins Light";
    font-size: 16px;
    color: #808495;
}

.filter-bar {
    /*background-color: var(--text-primary);*/
    color: var(--text-primary-hover);
    font-size: 1em;
    border-right: none;
    font-weight: bold;
    text-decoration: none;
}


    .filter-bar .active {
        border-bottom: 1px solid var(--text-primary);
        text-decoration: none;
    }

    .filter-bar a {
        color: var(--text-primary-hover);
        text-decoration: none;
    }

    .filter-bar p {
        display: inline;
    }

.filter-section {
    position: sticky;
    top: 55px;
    z-index: 99;
}

.chatwidget {
    position: fixed;
    bottom: 8rem;
    height: 51px;
    width: 53px;
    right: 5rem;
}

@media only screen and (max-width: 500px) {
    .chatwidget {
        position: fixed;
        bottom: 6rem;
        height: 31px;
        width: 33px;
        right: 2rem;
        z-index: 10001;
    }

    #chaticon {
        height: 100px;
        width: 100px;
    }
}

.authwidget {
    position: fixed;
    top: 2rem;
    height: 18px;
    width: 30rem;
    right: 24rem;
}

@media only screen and (max-width: 1500px) {
    #searchbox {
        display: none !important;
    }

    #searchbox2 {
        display: none !important;
    }
}

@media only screen and (min-width: 1500px) {
    #searchbox2 {
        display: none !important;
    }
}

@media only screen and (min-width: 1360px) {
    #videoId2 {
        max-width: 770px !important;
        min-width: 770px !important;
        width: 770px !important;
        border-radius: 11px;
    }
}

@media only screen and (max-width: 1000px) {
    #videoId2 {
        max-width: 500px !important;
        min-width: 500px !important;
        width: 500px !important;
        border-radius: 11px;
    }

    #spacer {
        max-width: 0px !important;
        min-width: 0px !important;
        width: 0px !important;
        border-radius: 11px;
    }
}

@media only screen and (max-width: 780px) {
    #videoId3 {
        max-width: 550px !important;
        min-width: 550px !important;
        width: 550px !important;
    }
}

@media only screen and (max-width: 800px) {
    .container {
        padding-top: 1rem !important;
    }
}

/*@media only screen and (max-width: 450px) {
    #videoId2 {
        max-width: 350px !important;
        min-width: 350px !important;
        width: 350px !important;
    }

    #videoId3 {
        max-width: 350px !important;
        min-width: 350px !important;
        width: 350px !important;
    }

    #spacer {
        max-width: 0px !important;
        min-width: 0px !important;
        width: 0px !important;
    }
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

h2 {
    color: var(--page-header);
    font-size: 40px;
    text-align: center;
}

h5 {
    color: var(--library-header);
    font-size: 14px;
    font-weight: bold;
}

p {
    font-size: 1em;
}

#modalRegister {
}

.viewselector-button {
    cursor: pointer;
}

.welcome-banner {
    background: url('/img/Pattern 5.svg') no-repeat right var(--text-primary);
    max-height: 11em;
}

    .welcome-banner h1 {
        text-align: left;
        font: normal normal 300 50px/23px "Poppins Light";
        letter-spacing: 0.75px;
        color: var(--white);
    }

    .welcome-banner h4 {
        color: var(--white);
        font-weight: 100;
    }

    .welcome-banner img {
        position: relative;
        display: inline;
    }

.welcome-body {
    padding-top: 6em;
    color: var(--text-primary)
}

    .welcome-body h2 {
        color: var(--text-primary);
        text-align: left;
        font: normal normal 300 29px/23px "Poppins Light";
        letter-spacing: 0.43px;
    }

    .welcome-body h4 {
        color: var(--text-primary);
        text-align: left;
        font: normal normal 300 18px/24px "Poppins Light";
        letter-spacing: 0.18px;
    }

.landing {
    background-color: var(--site-primary);
}

    .landing h1 {
        font-family: "Poppins Light";
        color: var(--content-secondary);
    }

    .landing h3 {
        color: var(--white);
    }

    .landing h4 {
        font-family: "Poppins Light";
        font-variant-caps: all-small-caps;
        font-size: 1em;
        color: var(--site-primary);
    }

.landing-image {
    position: relative;
    display: inline-block;
    transition: .5s ease;
}

    .landing-image .img-top {
        position: relative;
        display: inline;
        transition: .5s ease;
    }

@media only screen and (max-width: 575px) {
    .landing-image {
        padding-top: 2em;
    }
}

/*.landing-image:hover .img-top {
    position: relative;
    display: inline;
}
.landing-image:hover .img-btm {
    position: relative;
    display: none;
}*/

.resources {
    color: var(--text-primary);
    /*line-height: 1em !important;*/
    /* font-weight: bold; */
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

.resource-title {
    color: var(--text-primary);
    /*line-height: 1em !important;*/
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

.featured {
    background-color: var(--text-primary);
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

.featured-title {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 29px;
    line-height: 30px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

.featured-link {
    color: var(--white);
    vertical-align: -webkit-baseline-middle;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

    .featured-link:hover {
        text-decoration: none;
        color: var(--content-title);
    }

.support-font {
    color: var(--text-primary);
    font-size: 14px;
}

/*decoration-0 {
    position: relative;
   
    top: -10px;
}

.featured .decoration-0 {
    transform: rotate(90deg);
    background-image: url('img/Adaptive Learning PbV.svg');
    
}

.featured .decoration-1 {
    background-image: url('img/Adaptive Learning PbV.svg');
}*/

.btn-privacy {
    color: var(--white);
    background-color: var(--content-primary);
    border-color: #007bff;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: var(--content-primary);
    border: none;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

.form-control {
    border-radius: 6px;
}

.privacy-link {
    color: var(--white);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
    cursor: pointer;
}

    .privacy-link:hover {
        color: var(--white);
    }

.language-link {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

.logout-link {
    text-decoration: none;
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

    .logout-link:hover {
        text-decoration: none;
        text-shadow: 2px 2px 10px var(--text-primary);
        color: var(--text-primary);
    }

.gettoknow-link {
    color: var(--text-primary);
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins Light";
    letter-spacing: 0px;
}

    .gettoknow-link:hover {
        color: var(--text-primary);
    }

@media only screen and (max-width: 650px) {
    #lottie-welcome {
        width: 375px;
    }
}

@media only screen and (max-width: 1100px) {
    #lottieIllustration {
        display: none !important;
    }
}

.lr-image {
    /*height: 80px !important;*/
    width: 64px !important;
    height: 2em !important;
}

.filterbutton-link {
    text-decoration: none;
}

    .filterbutton-link:hover {
        text-decoration: none;
    }

.navbar-search {
    width: 34px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 2px solid var(--content-search);
    border-left-style: none;
}

.upcoming-list-link {
    color: var(--text-primary);
}

.upcoming-list-title {
    color: var(--text-primary);
    text-align: left;
    font: normal normal 300 14px/16px "Poppins Light";
    letter-spacing: 0px;
}

.video-align {
    text-align: center;
}

.welcome-list {
    list-style: none;
    text-indent: each-line;
}

    .welcome-list li {
        color: var(--text-secondary);
    }

        .welcome-list li::marker {
            color: var(--button-secondary);
        }

        .welcome-list li::before {
            content: "\2022";
            color: var(--button-secondary);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1.3em;
        }

#profileImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color: var(--content-primary);
    background: var(--content-primary);
    font-family: 'Poppins Light';
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
