/*Paleta de colores*/

.colores-turquesa {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    margin: 4px;
    color: white;
    background: #1786E2;
}

.colores-gris {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    margin: 4px;
    color: black;
    background: #ccc;
}

.colores-azul {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    margin: 4px;
    color: white;
    background: #005296;
}

.colores-verde {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    margin: 4px;
    color: white;
    background: #35bf5a;
}

.colores-rojo {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    margin: 4px;
    color: white;
    background: #EB5562;
}
/*Fin paleta de colores*/

img {
    margin: 20px 5px;
}


/*Lista ordenada*/
ol {
    list-style-type: none;
    counter-reset: lista-personalizada;
    margin: 0;
}

    ol li {
        position: relative;
        padding: 0 0 0 40px;
        margin-bottom: 10px;
    }

        ol li:before {
            content: counter(lista-personalizada);
            counter-increment: lista-personalizada;
            position: absolute;
            left: 0;
            top: 0;
            font-weight: bold;
            font-size: 16px;
            background: #1786E2;
            color: white;
            height: 28px;
            width: 28px;
            border-radius: 15px;
            text-align: center;
            padding-top: 2px;
            padding-bottom: 2px;
        }
/*Fin lista ordenada*/

/*Timeline*/

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.status {
    padding: 0px 40px;
    display: flex;
    border-top: 2px solid #D6DCE0;
    position: relative;
    width: 110px;
    margin-top: 10px;
    margin-left: 0px;
}

.li.complete h4 {
    color: #22A456;
}

.li h4 {
    color: #cccccc;
}

.timeline h4 {
    font-weight: 400;
    font-size: 12px;
    width: 20px;
    line-height: 12px;
    margin-top: 15px;
}

.status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #cccccc;
    position: absolute;
    top: -15px;
    left: 0%;
}

.end {
    padding: 0px 40px;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-left: 0px;
}

    .end:before {
        content: "";
        width: 25px;
        height: 25px;
        background-color: white;
        border-radius: 25px;
        border: 1px solid #cccccc;
        position: absolute;
        top: -15px;
        left: 0%;
    }

.li.complete .status {
    border-top: 2px solid #22A456;
}

    .li.complete .status:before {
        background-color: #22A456;
        border: none;
        content: "\f00c";
        font-family: FontAwesome;
        color: white;
        text-align: center;
        font-size: 18px;
    }

    .li.complete .status h4 {
        color: #22A456;
    }

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        display: flex;
        width: inherit;
    }

    .timeline h4 {
        margin-block-start: 0;
        margin-block-end: 0em;
    }

    .status {
        border-left: 2px solid #D6DCE0;
        border-top: 0px;
        width: 0px;
        height: 40px;
        padding: 0 20px;
    }

        .status:before {
            left: -38%;
            top: -35%;
        }

    .end {
        border-top: 0px;
        width: 0px;
        height: 40px;
        padding: 0 20px;
    }

        .end:before {
            left: -32%;
            top: -56%;
        }

    .li.complete .status {
        border-left: 2px solid #22A456;
        border-top: 0px
    }
}
/*  html, body {
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
  font-family: "Titillium Web", sans serif;
      color: #758D96;*/
}
/*Fin timeline*/

/*Nav bar */
.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}

.nav {
    color: white;
}

.navbar-nav > li > a {
    padding-top: 5px;
}

.navbar {
    min-height: 40px;
    background-color: #005296;
    border-radius: 0px;
    height: 5px;
}

.navbar-nav .open .dropdown-menu {
    background-color: white;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}

    .navbar-nav .open .dropdown-menu li.active {
        background-color: white;
        border: 1px solid #CCC;
        opacity: 1.0;
    }

.navbar-default .navbar-nav > .open > a:hover {
    border-bottom: 0;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
    max-height: 40px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e7e7e7;
    background: #005296;
}

.nav > li > a {
    position: relative;
    display: block;
    padding-right: 15px;
}

.navbar-default {
    background-color: #005296;
    border-top: #e7e7e7 1px solid;
    height: 8px;
}

.navbar .navbar-default {
    height: 8px;
}

.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
    background: #005296;
    overflow: visible;
    z-index: 1;
    max-height: 38px;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 5px 5px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: #1786E2;
    background-image: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle:hover {
    background-color: #ccc;
}
/*Fin nav bar*/

/* Tabs panel */
.tabbable-panel {
    padding: 10px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    color: #005296;
    font-size: 16px;
    font-weight: bold;
    background: none !important;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #707070;
            background: none !important;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #005296;
            }
        /*
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 6px solid #1786e2;
}*/

        .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
            border: 0;
            background: none !important;
            color: #1786e2;
        }

            .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                color: #1786e2;
            }

        .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 6px solid #005296;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #005296;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #005296;
                }

.tabbable-line > .tab-content {
    border: 0;
    /*  border-top: 1px solid #707070;*/
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/*Fin tabs panel*/

/*Tabla*/

table.table tr td {
    vertical-align: middle;
}

tbody {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: white;
    font-size: 16px;
    color: #707070;
}

thead {
    color: white;
    background-color: #1786e2;
    border: 1px solid #1786e2;
}

.tr {
    vertical-align: middle;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -20px;
    text-align: center;
}
/*Fin tabla*/

/*Acordion*/
.panel-heading {
    padding: 10px 15px;
    border-radius: 3px;
}

.panel {
    border: 1px solid #cccccc;
}

    .panel a:link {
        text-decoration: none;
    }

.panel-heading h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
}

.panel-heading i {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    color: black;
}

.panel-heading:selection i {
    color: #24a159 !important;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.panel:hover {
    text-decoration: none;
}

.panel-heading:hover {
    background-color: #1786e2;
}

    .panel-heading:hover h4 {
        color: white;
        text-decoration: none !important;
    }

    .panel-heading:hover i {
        color: white;
        text-decoration: none !important;
    }

.panel-heading:active {
    background-color: #1786e2;
}


/*Fin acordion*/

/*Botones*/
.btn {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 8px 20px;
    text-transform: uppercase;
    vertical-align: top;
    white-space: initial;
    word-break: initial;
    text-decoration: none;
}

.btn:active {
    transform: translate(0, 4px);
    box-shadow: none;
}

    .btn:active:focus {
        outline: none;
        -webkit-outline: none;
    }

.btn:focus {
    color: reset;
    outline: none;
    -webkit-outline: none;
}

    .btn[disabled] {
        color: #333 !important;
    }

.btn-default {
    background-color: #005296;
    border: 2px solid #005296;
    color: #FFFFFF;
    font-weight: bold;
}

.btn-default:active {
    background-color: #1786E2;
    color: #FFFFFF;
}

    .btn-default:active:hover {
        background-color: #1786E2;
        color: #FFFFFF;
    }

.btn-default:hover {
    background-color: #1786E2;
    border: 2px solid #1786E2;
    color: #FFFFFF;
}

.btn-default:focus {
    background-color: #1786E2;
    color: #FFFFFF;
}

.btn-negative {
    background-color: #FFFFFF;
    border: 2px solid #005296;
    color: #005296;
    font-weight: bold;
    transition: none;
}

.btn-negative:active {
    background-color: #F1F1F1;
    color: #1786E2;
}

.btn-negative:hover {
    border: 2px solid #1786E2;
    background-color: #F1F1F1;
    color: #1786E2;
}

.btn-negative:hover i {
    background-color: #F1F1F1;
    color: #1786E2;
}

.btn-cancel {
    background-color: #FFFFFF;
    border: 2px solid #EB5562;
    color: #EB5562;
    font-weight: bold;
    transition: none;
}

.btn-cancel:active {
    background-color: #F1F1F1;
}

.btn-cancel:hover {
    background-color: #F1F1F1;
    border: 2px solid #EB5562;
    color: #EB5562;
}

.btn-cancel:focus {
    color: #EB5562;
}

.btn-confirm {
    background-color: #35bf5a;
    color: #FFFFFF;
    font-weight: bold;
}

.btn-confirm:active {
    background-color: #35bf5a;
    color: #FFFFFF;
}

.btn-confirm:hover {
    background-color: #86cc36;
    color: #FFFFFF;
}

.btn-confirm:focus {
    background-color: #35bf5a;
    color: #FFFFFF;
}

.botonera {
    margin: 24px auto;
}

@media (min-width: 768px) {
    .botonera .col-sm-3 .col-sm-2 {
        float: right;
        margin-right: auto
    }
}

.btn-third {
    background-color: transparent;
    color: #1786E2;
    border-radius: 0;
    margin: 8px 0 0 8px;
    border: 0;
    padding: 16px;
    margin-left: 0;
    float: none;
    box-shadow: none;
    width: 100%;
    display: block;
    border-width: 0;
}

.btn-third:active {
    transform: translate(0, 0);
}

.btn-third:hover {
    color: #1786E2;
}

.btn-third:focus {
    color: #1786E2;
}

@media (min-width: 768px) {
    .btn-third {
        width: 100%;
        border: none;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .btn-third {
        border-left: 1px solid #1786E2;
        margin-top: 0px;
        width: 40%;
        display: inline;
        float: right;
    }
}

.btn-link {
    font-size: 14px;
    color: #005296;
    font-weight: bold;
    transition: none;
}

.btn-link:active {
    color: #1786E2;
}

.btn-link:hover {
    color: #1786E2;
}

.btn.btn-table{
    padding-left: 10px;
    padding-right: 10px;
}

/*Botones para seleccionar*/
.btn-group .btn-negative {
    background-color: white;
    border: 2px solid #1786E2;
    color: #1786E2;
    font-weight: bold;
    padding-right: 50px;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .btn-group .btn-negative:active {
        background-color: #1786E2;
        color: #FFFFFF;
    }

    .btn-group .btn-negative:hover {
        background-color: #1786E2;
        border: 2px solid #1786E2;
        color: #FFFFFF;
    }

    .btn-group .btn-negative:focus {
        background-color: #1786E2;
        color: #FFFFFF;
    }
/*Fin botones para seleccionar*/

/*Inputs*/
label {
    font-weight: bold;
}

.text {
    margin: 8px auto;
}

.errorMsg {
    color: #EB5562;
    margin-top: 8px;
}

.input-group input {
    border-right: 0;
    box-shadow: none;
    height: 48px;
}

    .input-group input:focus {
        box-shadow: none;
        border-color: #545454;
    }

        .input-group input:focus + span {
            box-shadow: none;
            border-color: inherit;
        }

.input-group span {
    box-shadow: none;
    background: #FFFFFF;
    border-left: 0;
}

.error input {
    border: 1px solid #EB5562;
    border-right: 0;
}

.error span.input-group-addon {
    border: 1px solid #EB5562;
    border-left: 0;
}

    .error span i {
        color: #EB5562;
    }

.success input {
    border: 1px solid #35bf5a;
    border-right: 0;
}

.success span.input-group-addon {
    border: 1px solid #35bf5a;
    border-left: 0;
}

    .success span i {
        color: #35bf5a;
    }
/*Fin inputs*/

/*Captcha*/
.captcha-wrapper {
    margin-top: 24px;
    /*.btn-thrid {
    width: 100%;
    margin-top: 10px;
    display: block;
    border-width: 0;
  }*/
}

    .captcha-wrapper img {
        margin: 0 auto;
        display: block;
    }

@media (min-width: 992px) {
    .captcha-wrapper {
        /*.btn-thrid {
        margin: 0;
        width: 40%;
        display: inline;
        border-left: 1px solid $blue-80;
      }*/
    }

        .captcha-wrapper img {
            width: 54%;
            margin: 6px 6% 0 0;
            display: inline;
        }
}
/*Fin captcha*/

/*Mensajes*/
.message-wrapper {
    margin: 24px auto;
}

    .message-wrapper .message-header {
        padding: 16px;
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
    }

        .message-wrapper .message-header i {
            display: block;
            background-color: #FFFFFF;
            width: 48px;
            height: 48px;
            font-size: 32px;
            padding: 8px;
            border-radius: 50%;
            margin: auto;
        }

@media (min-width: 992px) {
    .message-wrapper .message-header i {
        display: inline-block;
        width: 48px;
        height: 48px;
        vertical-align: top;
        font-size: 32px;
    }
}

.message-wrapper .message-header h3 {
    text-align: left;
    font-weight: bold;
}

@media (min-width: 992px) {
    .message-wrapper .message-header h3 {
        display: inline-block;
        text-align: left;
        margin: 4px 0 0 16px;
    }
}

.message-wrapper .message-header p {
    text-align: left;
}

@media (min-width: 992px) {
    .message-wrapper .message-header p {
        display: inline-block;
        text-align: left;
        margin: 4px 0 0 16px;
    }
}

.text-muted p {
    display: block;
}

.message-wrapper .success-message {
    background-color: white;
    border-color: #35bf5a;
}

    .message-wrapper .success-message i {
        color: white;
        background-color: #35bf5a;
        text-align: center;
    }

    .message-wrapper .success-message h3 {
        color: #35bf5a;
    }

.message-wrapper .cancel-message {
    background-color: white;
    border-color: #EB5562;
}

    .message-wrapper .cancel-message i {
        color: white;
        background-color: #EB5562;
        text-align: center;
    }

    .message-wrapper .cancel-message h3 {
        color: #EB5562;
    }

.message-wrapper .info-message {
    background-color: white;
    border-color: #1786e2;
}

    .message-wrapper .info-message i {
        color: white;
        background-color: #1786e2;
        text-align: center;
    }

    .message-wrapper .info-message h3 {
        color: #1786e2;
    }

.result-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .result-text h3 {
        font-weight: bold;
        margin-top: 8px;
        margin-bottom: 12px;
        display: block;
    }

    .result-text i {
        margin-right: 8px;
        margin-left: 12px;
        font-weight: 400;
    }

.success-message i {
    color: #35bf5a;
}

.success-message h3 {
    color: #35bf5a;
}

.fail-message i {
    color: #EB5562;
}

.fail-message h3 {
    color: #EB5562;
}

.exclamation-message i {
    color: #005296;
}

.exclamation-message h3 {
    color: #005296;
}
/*Fin mensajes*/

/*Constancias*/
.constancia-wrapper {
    text-align: center;
    padding: 32px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border: 1px solid #0C1E2B;
    border-radius: 8px;
}

@media (min-width: 992px) .constancia-wrapper .constancia-inner {
    width: 80%;
    margin-left: 10%;
}

.constancia-wrapper .constancia-inner h2 {
    color: black;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 992px) h2 {
    font-size: 40px;
    line-height: 48px;
}

.constancia-wrapper .constancia-inner h3 {
    color: #5a5a5a;
    margin: 0;
}

@media (min-width: 992px) h3 {
    font-size: 24px;
    line-height: 32px;
}

.constancia-wrapper .constancia-inner h4 {
    font-weight: bold;
    margin: 0;
}

@media (min-width: 992px) h3 {
    font-size: 24px;
    line-height: 32px;
}

.constancia-wrapper .constancia-inner p {
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    color: #5a5a5a;
    margin: 30px;
}
/*Fin constancias*/

/*Header*/
.top-header {
    background: #005296;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 480px) {
    .top-header {
        height: 100px;
    }
}

.top-header .title {
    color: #FFFFFF;
    font-weight: lighter;
    text-align: center;
    font-size: 24px;
}

@media (min-width: 480px) {
    .top-header .title {
        text-align: left;
        font-size: 40px;
    }
}

.top-header img {
    height: 44px;
    margin: 30px 16px 0 0;
    width: 100%;
}

@media (min-width: 480px) {
    .top-header img {
        float: left;
        width: 170px;
    }
}
/*Fin header*/

/*Footer*/
.container-fluid {
    height: 100%;
}

.page-footer {
    background-color: #cecece;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

.footer-copyright {
    align-items: center;
}

/*Fin footer*/

/*Tipografía*/
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    background: #f9f9f9;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

@media (min-width: 992px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
}


h2 {
    color: #005296;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

@media (min-width: 992px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

h3 {
    font-size: 22px;
    line-height: 24px;
}

@media (min-width: 992px) {
    h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 992px) {
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

h5, h6 {
    font-size: 16px;
    line-height: 24px;
}
/*Fin tipografía*/

img {
    max-width: 100%;
}

.content {
    margin-top: 16px;
}

.component {
    margin-bottom: 50px;
}

/*Bloque de código*/
.codeblock {
    padding: 20px 20px 50px;
    background: #E1E1E1;
    border: 1px solid #6C7F85;
    margin-bottom: 50px;
    border-radius: 8px;
}

    .codeblock code, .codeblock pre {
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
    }

    .codeblock pre {
        font-family: "Consolas", "Courier New", "monospace", serif;
        background: #FFFFFF;
        color: #000000;
        max-height: 300px;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: scroll;
    }

@media (min-width: 480px) {
    .codeblock pre {
        overflow: auto;
    }
}
/*Fin bloque de código*/

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
