/**
 * WHMCS Bootstrap Override Sheet
 *
 * These styles override Bootstrap's defaults.
 *
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2016
 * @license   http://www.whmcs.com/license/
 */
/**
 *  * -------------------------
 *   * RTL
 *    * -------------------------
 *     */

.rtldir {
    direction: rtl;
}

.rtltxt {
    text-align: right;
}

.ltrtxt {
    text-align: left;
}

.rtldir {
    direction: rtl;
}

.rightfloat {
    float: right;
}

.ltrdir {
    direction: ltr;
}

html {
    font-size: 16px;
}

body {
    font-family: "IRANSansWeb", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 27.2px;
}

body,
input,
button,
select,
textarea {
    font-family: "IRANSansWeb", Verdana, Tahoma, serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IRANSansWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.container-fluid.without-padding {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.navbar-main {
    margin-bottom: 0;
    /*  background-color: #0e5077; */
    background-color: #444;
    border: 0;
    min-height: 38px;
    font-family: "IRANSansWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.navbar-main li.account {
    background-color: #043d5f;
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar-main .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #eee;
    background-color: #043d5f;
}

#main-menu .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-main .dropdown-menu {
    padding: 3px 0;
    border-top: 0;
    border-radius: 0;
}

.navbar-main .navbar-nav .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav .dropdown-menu > li > a:focus,
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-main .navbar-nav .dropdown-menu > .open > a,
.navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
    color: #333;
    background-color: #eee;
}

@media (max-width: 767px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }

    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        margin-bottom: 10px;
    }
}

.panel {
    font-size: 0.9em;
}

.list-group {
    font-size: 0.9em;
}

.list-group-item {
    border-color: #f5f5f5;
}

.list-group-item .badge {
    background-color: transparent;
    color: #666;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    /*    background-color: #465054; */
    background-color: #444;
    border-color: #465054;
}


.pagination {
    font-size: 0.9em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    /*    background-color: #006687;
        border-color: #006687; */
    background-color: #444;
    border-color: #444;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    /*    background-color: #006687; */
    background-color: #444;
}

.label {
    border-radius: 0;
}

input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.list-group-item {
    padding: 7px 15px;
}

.panel-body {
    padding: 10px 15px;
}

/*
 * We use a larger font-size than the bootstrap default, which requires an increase
 * in the top offset to maintain correct alignment in form control feedback.
 */
.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.far.fa-circle {
    color: #808080;
}

/*
 * Language strings which are too long to fit into buttons should be "chopped off" inside the div
 * of that button, instead of "overflowing" outside of the button.  CORE-9272
 */
.btn {
    overflow: hidden;
}

.panel-sidebar .panel-title {
    font-size: 1.5em;
    font-weight: 300;
    font-family: 'IRANSansWeb', sans-serif;
    line-height: 26px;
    color: #555;
}

.home-kb-search .form-control {
    background-color: #444;
}

.list-group {
    font-size: 1.1em;
}

div.header-lined .breadcrumb {
    font-size: 1em;
}

.home-kb-search .form-control {
    font-family: "IRANSansWeb";
}

.col-sm-3 {
    font-family: "IRANSansWeb";
}

.tooltip-inner {
    font-family: "IRANSansWeb";
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    background-color: #FFF;
}

.kb-search > .input-group-btn > .btn {
    background-color: #0e5077;
}

.btn-primary {
    background-color: #0e5077;
}

.label-info {
    background-color: #449d44;
}

.btn-info {
    background-color: #449d44;
    border-color: #449d44;
}

#order-universal_slider .group-features ul.list-features {
    text-align: center;
}

.text-right {
    text-align: right;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
    padding-right: 84px;
    padding-left: 90px;
}

/*
==================================================
Custom Styles (Afranet Theme)
==================================================
*/

/*
--------------------------------------------------
Base Utilities (Based on Ladder)
--------------------------------------------------
*/

/*
==================================================
Ladder
Ladder is a simple Sass mixin & utility library
https://github.com/mhrabiee/ladder-sass
==================================================
*/

/*
==================================================
Mixins
==================================================
*/

/*
--------------------------------------------------
Typography
--------------------------------------------------
*/

/*
--------------------------------------------------
Directions
--------------------------------------------------
*/

/*
--------------------------------------------------
Margin
--------------------------------------------------
*/

/*
--------------------------------------------------
Padding
--------------------------------------------------
*/

/*
--------------------------------------------------
Position
--------------------------------------------------
*/

/*
==================================================
Utilities
==================================================
*/

/*
--------------------------------------------------
Interactions
--------------------------------------------------
*/

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
--------------------------------------------------
Directions
--------------------------------------------------
*/

.is-ltr {
    direction: ltr;
}

.is-rtl {
    direction: rtl;
}

/*
--------------------------------------------------
Typography
--------------------------------------------------
*/

.text-dotted {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.text-dashed {
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
}

/*
--------------------------------------------------
Cursor
--------------------------------------------------
*/

.cursor-pointer {
    cursor: pointer;
}

/*
--------------------------------------------------
Filters
--------------------------------------------------
*/

.filter-white {
    filter: brightness(0) invert(1);
}

/*
--------------------------------------------------
Fonts
--------------------------------------------------
*/

/*
==================================================
Fonts (RTL)
==================================================
*/

@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

/*
--------------------------------------------------
Core (Based Bootstrap 4 RTL)
--------------------------------------------------
*/

/*
==================================================
Functions
==================================================
*/

/*
--------------------------------------------------
Convert Pixels to REM
--------------------------------------------------
*/

/*
==================================================
Variables
==================================================
*/

/*
--------------------------------------------------
Colors
--------------------------------------------------
*/

/*
--------------------------------------------------
Typography
--------------------------------------------------
*/

/*
--------------------------------------------------
Layout
--------------------------------------------------
*/

/*
--------------------------------------------------
Components
--------------------------------------------------
*/

/*
--------------------------------------------------
Bootstrap
--------------------------------------------------
*/

/*
==================================================
Mixins
==================================================
*/

/*
--------------------------------------------------
Display
--------------------------------------------------
*/

/*
--------------------------------------------------
Position
--------------------------------------------------
*/

/*
--------------------------------------------------
Flex
--------------------------------------------------
*/

/*
--------------------------------------------------
Images
--------------------------------------------------
*/

/*
--------------------------------------------------
Transition & Animations
--------------------------------------------------
*/

/*
==================================================
Bootstrap 4
==================================================
*/

/*
--------------------------------------------------
Utilities (Via Bootstrap 4 Utilities)
--------------------------------------------------
*/

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #164194 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0f2e68 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-secondary {
    background-color: #e63323 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #c02416 !important;
}

.bg-info {
    background-color: #dce2ef !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #b9c5df !important;
}

.bg-danger {
    background-color: #e63323 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c02416 !important;
}

.bg-alt {
    background-color: #f1f6fa !important;
}

a.bg-alt:hover,
a.bg-alt:focus,
button.bg-alt:hover,
button.bg-alt:focus {
    background-color: #cbdeed !important;
}

.bg-danger-light {
    background-color: #fbdad7 !important;
}

a.bg-danger-light:hover,
a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
    background-color: #f6afa9 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #164194 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-secondary {
    border-color: #e63323 !important;
}

.border-info {
    border-color: #dce2ef !important;
}

.border-danger {
    border-color: #e63323 !important;
}

.border-alt {
    border-color: #f1f6fa !important;
}

.border-danger-light {
    border-color: #fbdad7 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #164194 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0c2451 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-secondary {
    color: #e63323 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #a92013 !important;
}

.text-info {
    color: #dce2ef !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #a8b7d7 !important;
}

.text-danger {
    color: #e63323 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a92013 !important;
}

.text-alt {
    color: #f1f6fa !important;
}

a.text-alt:hover,
a.text-alt:focus {
    color: #b9d2e6 !important;
}

.text-danger-light {
    color: #fbdad7 !important;
}

a.text-danger-light:hover,
a.text-danger-light:focus {
    color: #f49a91 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*
--------------------------------------------------
Vendors
--------------------------------------------------
*/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + 0.75rem);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    border-color: #343a40 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem);
}

.select2-search--dropdown .select2-search__field {
    border: 2px solid #c4c4c4;
    border-radius: 0;
}

.select2-results__message {
    color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
    width: 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #343a40;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin-right: 0;
    position: absolute !important;
    top: 0;
    right: 0.7em;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    padding: 0 5px;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}

.select2-container {
    display: block;
}

.select2-container *:focus {
    outline: 0;
}

.input-group .select2-container--bootstrap4 {
    flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
    background-color: #f9f9f9;
    border: 2px solid #c4c4c4;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap4 .select2-selection {
        transition: none;
    }
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-color: #c4c4c4;
    box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
    background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #dc3545;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #28a745;
}

.select2-container--bootstrap4 .select2-search {
    width: 100%;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #c4c4c4;
    border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #c4c4c4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #007bff;
    color: #f8f9fa;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
    padding: 6px;
    display: list-item;
    color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection__clear {
    width: 0.9em;
    height: 0.9em;
    line-height: 0.75em;
    padding-left: 0.15em;
    margin-top: 0.7em;
    border-radius: 100%;
    background-color: #c8c8c8;
    color: #f8f9fa;
    float: right;
    margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #afaeae;
}

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/

.iziToast-capsule {
    font-size: 0;
    height: 0;
    width: 100%;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iziToast-capsule,
.iziToast-capsule * {
    box-sizing: border-box;
}

.iziToast-overlay {
    display: block;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 997;
}

.iziToast {
    display: inline-block;
    clear: both;
    position: relative;
    font-family: 'IRANSansWeb', Tahoma, Arial;
    font-size: 14px;
    padding: 8px 45px 9px 0;
    background: rgba(238, 238, 238, 0.9);
    border-color: rgba(238, 238, 238, 0.9);
    width: 100%;
    pointer-events: all;
    cursor: default;
    transform: translateX(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 54px;
}

.iziToast > .iziToast-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
}

.iziToast > .iziToast-progressbar > div {
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
    content: '';
    position: absolute;
    right: 8px;
    left: auto;
    width: 0px;
    height: 0px;
    top: 100%;
    border-right: 0px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #000;
    border-top-color: inherit;
    border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
    top: 0;
    bottom: auto;
}

.iziToast.iziToast-balloon > div {
    border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
}

.iziToast > .iziToast-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    opacity: 0.6;
    width: 42px;
    height: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 8px;
    cursor: pointer;
    outline: none;
}

.iziToast > .iziToast-close:hover {
    opacity: 1;
}

.iziToast > .iziToast-body {
    position: relative;
    padding: 0 0 0 10px;
    height: auto;
    min-height: 36px;
    margin: 0 0 0 15px;
    text-align: left;
}

.iziToast > .iziToast-body:after {
    content: "";
    display: table;
    clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
    margin: 10px 0 0 0;
    padding-right: 2px;
    display: inline-block;
    float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
    min-height: 19px;
    float: left;
    margin: 3px -2px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
    position: relative;
    display: inline-block;
    margin: 2px;
    border-radius: 2px;
    border: 0;
    padding: 4px 7px;
    font-size: 13px;
    letter-spacing: 0.02em;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    min-height: 26px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.iziToast > .iziToast-body .iziToast-buttons {
    min-height: 17px;
    float: left;
    margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
    position: relative;
    display: inline-block;
    margin: 2px;
    border-radius: 2px;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.02em;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
    background: rgba(0, 0, 0, 0.2);
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
    top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    font-size: 23px;
    line-height: 24px;
    margin-top: -12px;
    color: #000;
    width: 24px;
    height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 80%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-title {
    padding: 0;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
    text-align: left;
    float: left;
    color: #000;
    white-space: normal;
}

.iziToast > .iziToast-body .iziToast-message {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    float: left;
    color: rgba(0, 0, 0, 0.6);
    white-space: normal;
}

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
    opacity: 0;
}

.iziToast-target {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
    overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
    width: 100%;
    float: left;
}

.iziToast-wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #000;
    border-top-color: inherit;
    right: 8px;
    left: auto;
}

.iziToast-wrapper-bottomLeft {
    left: 0;
    bottom: 0;
    text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    right: auto;
    left: 8px;
}

.iziToast-wrapper-bottomRight {
    right: 0;
    bottom: 0;
    text-align: right;
}

.iziToast-wrapper-topLeft {
    left: 0;
    top: 0;
    text-align: left;
}

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    right: auto;
    left: 8px;
}

.iziToast-wrapper-topRight {
    top: 0;
    right: 0;
    text-align: right;
}

.iziToast-wrapper-topCenter {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.iziToast-wrapper-bottomCenter {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.iziToast-wrapper-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.iziToast-rtl {
    direction: rtl;
    padding: 8px 0 9px 45px;
    font-family: "IRANSansWeb", 'Lato', Arial;
}

.iziToast-rtl .iziToast-cover {
    left: auto;
    right: 0;
}

.iziToast-rtl .iziToast-close {
    right: auto;
    left: 0;
}

.iziToast-rtl .iziToast-body {
    padding: 0 10px 0 0;
    margin: 0 16px 0 0;
    text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
    float: right;
    text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 568px) {
    .iziToast-wrapper {
        padding: 10px 15px;
    }

    .iziToast {
        margin: 5px 0;
        border-radius: 3px;
        width: auto;
    }

    .iziToast:after {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25);
    }

    .iziToast:not(.iziToast-rtl) .iziToast-cover {
        border-radius: 3px 0 0 3px;
    }

    .iziToast.iziToast-rtl .iziToast-cover {
        border-radius: 0 3px 3px 0;
    }

    .iziToast.iziToast-color-dark:after {
        box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
    }

    .iziToast.iziToast-balloon .iziToast-progressbar {
        background: transparent;
    }

    .iziToast.iziToast-balloon:after {
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25);
    }

    .iziToast-target .iziToast:after {
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1);
    }
}

.iziToast.iziToast-theme-dark {
    background: #565c70;
    border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
    color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
    color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
    background: rgba(255, 255, 255, 0.2);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.iziToast.iziToast-color-red {
    background: rgba(255, 175, 180, 0.9);
    border-color: rgba(255, 175, 180, 0.9);
}

.iziToast.iziToast-color-orange {
    background: rgba(255, 207, 165, 0.9);
    border-color: rgba(255, 207, 165, 0.9);
}

.iziToast.iziToast-color-yellow {
    background: rgba(255, 249, 178, 0.9);
    border-color: rgba(255, 249, 178, 0.9);
}

.iziToast.iziToast-color-blue {
    background: rgba(157, 222, 255, 0.9);
    border-color: rgba(157, 222, 255, 0.9);
}

.iziToast.iziToast-color-green {
    background: rgba(166, 239, 184, 0.9);
    border-color: rgba(166, 239, 184, 0.9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
    width: 100%;
}

.iziToast.iziToast-layout3 {
    border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
    display: none;
}

.iziToast.revealIn,
.iziToast .revealIn {
    -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
    animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}

.iziToast.slideIn,
.iziToast .slideIn {
    -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
    animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziToast.bounceInLeft {
    -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
    animation: iziT-bounceInLeft 0.7s ease-in-out both;
}

.iziToast.bounceInRight {
    -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
    animation: iziT-bounceInRight 0.85s ease-in-out both;
}

.iziToast.bounceInDown {
    -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
    animation: iziT-bounceInDown 0.7s ease-in-out both;
}

.iziToast.bounceInUp {
    -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
    animation: iziT-bounceInUp 0.7s ease-in-out both;
}

.iziToast.fadeIn,
.iziToast .fadeIn {
    -webkit-animation: iziT-fadeIn 0.5s ease both;
    animation: iziT-fadeIn 0.5s ease both;
}

.iziToast.fadeInUp {
    -webkit-animation: iziT-fadeInUp 0.7s ease both;
    animation: iziT-fadeInUp 0.7s ease both;
}

.iziToast.fadeInDown {
    -webkit-animation: iziT-fadeInDown 0.7s ease both;
    animation: iziT-fadeInDown 0.7s ease both;
}

.iziToast.fadeInLeft {
    -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
    animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.fadeInRight {
    -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
    animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.flipInX {
    -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
    animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.iziToast.fadeOut {
    -webkit-animation: iziT-fadeOut 0.7s ease both;
    animation: iziT-fadeOut 0.7s ease both;
}

.iziToast.fadeOutDown {
    -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
    animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutUp {
    -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
    animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutLeft {
    -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
    animation: iziT-fadeOutLeft 0.5s ease both;
}

.iziToast.fadeOutRight {
    -webkit-animation: iziT-fadeOutRight 0.5s ease both;
    animation: iziT-fadeOutRight 0.5s ease both;
}

.iziToast.flipOutX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
    animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast-overlay.fadeIn {
    -webkit-animation: iziT-fadeIn 0.5s ease both;
    animation: iziT-fadeIn 0.5s ease both;
}

.iziToast-overlay.fadeOut {
    -webkit-animation: iziT-fadeOut 0.7s ease both;
    animation: iziT-fadeOut 0.7s ease both;
}

@-webkit-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    70% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-280px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    70% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(10px);
    }

    70% {
        -webkit-transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
    }

    70% {
        -webkit-transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes iziT-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes iziT-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@-webkit-keyframes iziT-fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes iziT-fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes iziT-fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes iziT-fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-200px, 0, 0);
    }
}

@-webkit-keyframes iziT-fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(200px, 0, 0);
    }
}

@-webkit-keyframes iziT-flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 1);
    }

    100% {
        opacity: 1;
    }
}

@keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 1);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(280px);
    }

    50% {
        opacity: 1;
        transform: translateX(-20px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(280px);
    }

    50% {
        opacity: 1;
        transform: translateX(-20px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(-280px);
    }

    50% {
        opacity: 1;
        transform: translateX(20px);
    }

    70% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(-280px);
    }

    50% {
        opacity: 1;
        transform: translateX(20px);
    }

    70% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }

    70% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }

    70% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    70% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    70% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes iziT-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iziT-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes iziT-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes iziT-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes iziT-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes iziT-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes iziT-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes iziT-flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes iziT-flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@-webkit-keyframes iziT-fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iziT-fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes iziT-fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes iziT-fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes iziT-fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes iziT-fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes iziT-fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-200px, 0, 0);
    }
}

@keyframes iziT-fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-200px, 0, 0);
    }
}

@-webkit-keyframes iziT-fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(200px, 0, 0);
    }
}

@keyframes iziT-fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(200px, 0, 0);
    }
}

@-webkit-keyframes iziT-flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes iziT-flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

/*! jQuery UI - v1.9.1 - 2012-10-29
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
*
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .5em 0;
    border-bottom: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 3.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: bolder;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    width: 2em;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

/* Component containers
----------------------------------*/

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
    color: #333;
    border-radius: 3px;
}

.ui-datepicker-today .ui-state-default {
    background: #fcf8e3;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #eee;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #08c;
    color: #fff;
}

.ui-datepicker-header .ui-state-hover {
    background: #fff;
}

/* Interaction Cues
----------------------------------*/

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .55;
    filter: Alpha(Opacity=55);
}

.ui-state-disabled .ui-state-default {
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .15;
    filter: Alpha(Opacity=15);
}

/*
--------------------------------------------------
Custom
--------------------------------------------------
*/

/*
==================================================
Typography
==================================================
*/

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 14px;
    }
}

/*
==================================================
Layouts
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.js-handle-load {
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

.js-handle-loaded {
    opacity: 1;
}

.dashed-hr {
    border-bottom: 3px dashed #dce2ef;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*
--------------------------------------------------
Content Body
--------------------------------------------------
*/

.content-body {
    margin-bottom: 3rem;
    margin-top: 3rem;
    min-height: 500px;
}

.content-body a:hover {
    text-decoration: none;
}

.content-body ul {
    padding-right: 20px;
}

.content-body ul li {
    font-size: 0.9375rem;
}

.content-body-heading {
    align-items: center;
    display: flex;
}

.content-body-heading__title {
    color: #164194;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}

.content-body-heading__icon {
    height: 10px;
    margin-left: 8px;
    width: 10px;
}

/*
--------------------------------------------------
Content Box
--------------------------------------------------
*/

.content-box {
    background-color: #fff;
    box-shadow: 1px 10px 20px 0 rgba(0, 79, 172, 0.16);
}

/*
--------------------------------------------------
Forms
--------------------------------------------------
*/

.form-box label {
    font-size: 0.75rem;
    font-weight: bold;
}

.form-repeat {
    background-color: #f1f6fa;
    margin-bottom: 20px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 60px;
    padding-bottom: 10px;
}

.form-box .form-repeat:last-child {
    margin-bottom: 0;
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}

.custom-btn-group label.btn {
    align-items: center;
    background-color: #f1f6fa;
    border-color: #f1f6fa;
    border-radius: 0 !important;
    display: inline-flex;
    font-size: 0.9375rem;
    justify-content: center;
    margin-left: 10px !important;
    min-height: 30px;
    min-width: 120px;
}

.custom-btn-group label.btn:hover {
    background-color: #164194;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #164194;
    border-color: #164194;
    color: #fff;
}

.form-control--required:before {
    color: #dc3545;
    content: "*";
    font-weight: 900;
}

select.form-control {
    padding-bottom: 0;
    padding-top: 0;
}

.error {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}

.form-upload-box {
    background-color: #dce2ef;
    color: #164194;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    height: 260px;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-upload-box:hover {
    background-color: #164194;
    color: #fff;
}

.form-upload-box:hover svg {
    fill: #fff;
}

/*! rtl:begin:ignore */

.form-upload-box__format {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

/*! rtl:end:ignore */

.form-upload-box__label {
    background-color: #164194;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    height: 48px;
    left: 0;
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-upload-box svg {
    fill: #164194;
    height: 46px;
    margin-bottom: 10px;
    width: 46px;
}

@media only screen and (min-width: 768px) {
    .custom-btn-group label.btn {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .custom-btn-group label.btn {
        display: block;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .form-repeat {
        padding-top: 10px;
    }
}

/*
--------------------------------------------------
Error Layout
--------------------------------------------------
*/

.error-page__box {
    background-color: #f1f6fa;
    min-height: 400px;
    padding: 3.75rem;
}

.error-page__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12.5rem;
}

.error-page__top img {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.error-page__title {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.error-page__icon {
    fill: #fff;
    height: 10px;
    width: 10px;
}

.error-page__links {
    margin-bottom: 1rem;
    margin-top: 100px;
}

.error-page__links > a {
    color: #2a2a2a;
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

.error-page__socials {
    display: flex;
    justify-content: space-between;
    width: 125px;
}

.error-page__social-icons {
    height: 20px;
    width: 20px;
}

.error-page__media {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .error-page__box {
        padding: 20px;
    }

    .error-page__top img {
        width: 100px;
    }

    .error-page__title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .error-page__box {
        min-height: 300px;
    }

    .error-page__top {
        padding-top: 20px;
    }

    .error-page__links {
        margin-top: 50px;
    }
}

/*
--------------------------------------------------
Careers
--------------------------------------------------
*/

.careers__form {
    max-width: 1088px;
    margin-right: auto;
    margin-left: auto;
}

/*
--------------------------------------------------
Loading Spinner
--------------------------------------------------
*/

.loading-spinner {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 999;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.loading-spinner.active {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*
--------------------------------------------------
Not found
--------------------------------------------------
*/

.not-found {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
    border: 2px dashed #164194;
    height: 220px;
}

.empty-state {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23164194FF' stroke-width='3' stroke-dasharray='25' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 150px;
}

/*
==================================================
Profile
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.profile-settings {
    background-color: #fff;
    box-shadow: 2px 5px 30px 0 rgba(22, 65, 148, 0.08);
    display: flex;
    width: 100%;
}

.profile-settings__sidebar {
    background-color: #f1f6fa;
    flex: 1;
    max-width: 260px;
    padding-top: 3.75rem;
    position: relative;
    padding-right: 2.8125rem;
    padding-left: 1.25rem;
}

.profile-settings__user-name {
    color: #223144;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-settings__user-email {
    color: #223144;
    font-size: 1rem;
    margin-bottom: 5.3125rem;
    text-align: left;
    word-break: break-all;
}

.profile-settings__menu li {
    margin-bottom: 10px;
}

.profile-settings__menu li a {
    color: #223144;
}

.profile-settings__menu-item {
    height: 40px;
    line-height: 40px;
}

.profile-settings__menu-item.active {
    font-weight: bold;
}

.profile-settings__menu-item.active:before {
    background-color: #164194;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    width: 20px;
}

.profile-settings__menu-link:hover {
    font-weight: bold;
}

.profile-settings__content {
    flex: 1;
    padding: 1.875rem;
}

.profile-box {
    background-color: #fff;
    box-shadow: 2px 5px 30px 0 rgba(22, 65, 148, 0.08);
    padding-top: 20px;
    padding-bottom: 20px;
}

.profile-box--padding {
    padding-right: 35px;
    padding-left: 35px;
    min-height: 150px;
}

.profile-box--padding-bottom {
    padding-bottom: 50px;
}

.profile-box__header {
    display: flex;
    margin-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.profile-box__content {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
}

.profile-box__title {
    color: #223144;
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.profile-box .profile-box__list {
    padding-left: 35px;
    padding-right: 4.6875rem;
}

.profile-box .profile-box__list--alt {
    padding: 0;
}

.profile-box .profile-box__list-item {
    border-bottom: 1px solid #f1f6fa;
    padding-bottom: 10px;
    padding-top: 10px;
}

.profile-box__list-item--toggle {
    cursor: pointer;
    padding-left: 35px;
    padding-right: 4.6875rem;
}

.profile-box__list-item--toggle.active {
    background-color: #f1f6fa;
}

.profile-box__list-title {
    color: #223144;
    font-size: 14px;
    font-weight: bold;
}

.profile-box__list-subtitle {
    color: #164194;
    font-size: 14px;
}

.profile-box__list-subtitle--alt {
    color: #223144;
}

.profile-box__heading {
    color: #223144;
    font-size: 1rem;
    margin-bottom: 15px;
}

/*
--------------------------------------------------
Notification
--------------------------------------------------
*/

.notification {
    display: none;
}

.notification.active {
    display: block;
}

.notification__header {
    display: flex;
    justify-content: space-between;
}

.notification__html table {
    width: 100% !important;
}

.notification__html center > .email-container {
    border: none !important;
}

/*
--------------------------------------------------
Tickets
--------------------------------------------------
*/

.tickets-form__submit {
    margin-top: 200px;
}

.ticket-attachments__title {
    color: #223144;
    font-size: 14px;
}

.ticket-attachments__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ticket-attachments__file-input {
    display: none;
}

.ticket-attachments__uploader {
    cursor: pointer;
}

.ticket-attachments__uploader > svg path {
    transition: all 0.15s ease-in-out;
}

.ticket-attachments__uploader:hover #attachmentBg {
    fill: #164194;
}

.ticket-attachments__uploader:hover #attachmentFg {
    fill: #fff;
}

.ticket-attachments__item {
    align-items: center;
    border-bottom: 1px solid #f1f6fa;
    display: flex;
    font-size: 14px;
    height: 25px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ticket-attachments__icon {
    cursor: pointer;
}

.ticket-attachments__icon svg {
    height: 15px;
    margin: 5px;
    width: 15px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 1440px) {
    .profile-settings__content {
        padding: 4.375rem 8.75rem;
    }
}

@media only screen and (max-width: 767px) {
    .profile-box__content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*
==================================================
Additional Information
==================================================
*/

/*
--------------------------------------------------
Additional Information
--------------------------------------------------
*/

.additional-information {
    margin-bottom: 30px;
}

.additional-information__button {
    background-color: #f1f6fa;
    box-shadow: 1px 5px 15px 0 rgba(0, 79, 172, 0.16);
    color: #164194;
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
}

.additional-information__body {
    background-color: #fff;
    padding: 30px;
}

.additional-information__icon {
    height: 12px;
    margin-left: 5px;
    transform: rotate(-90deg);
    width: 12px;
    transition: all 0.15s ease-in-out;
}

.additional-information__button.collapsed .additional-information__icon {
    transform: rotate(0deg);
}

/*
--------------------------------------------------
Service Addons
--------------------------------------------------
*/

/*
==================================================
Auth Modal
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.auth-modal {
    margin-bottom: 32px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.auth-modal__title {
    color: #164194;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
}

.auth-modal__icon {
    display: block;
    height: 111px;
    width: 111px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.auth-modal__captcha-icon {
    fill: #fff;
    max-height: 30px;
    width: 20px;
}

.auth-modal__captcha-button {
    align-items: center;
    display: inline-flex;
    height: 36px;
    justify-content: center;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 768px) {
    .auth-modal {
        max-width: 280px;
    }
}

/*
==================================================
Footer
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.footer__top {
    background-color: #223144;
    position: relative;
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.footer__bottom {
    align-items: center;
    background-color: #164194;
    display: flex;
    min-height: 100px;
}

.footer__copyright {
    color: #fff;
    font-size: 0.875rem;
}

.footer__social-networks-icon {
    height: 40px;
    width: 40px;
}

.footer__social-networks a {
    display: inline-block;
    height: 40px;
    margin-right: 2.5rem;
    width: 40px;
}

.footer__social-networks a:first-child {
    margin-right: 0;
}

.footer__menu-icon {
    fill: #fff;
    height: auto;
    margin-left: 1.15625rem;
    max-width: 25px;
}

.footer__social-networks-icon path {
    fill: #2bbcfb;
}

.footer__bottom .footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__logo {
    margin-bottom: 70px;
}

.footer__menu-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

.footer__menu {
    margin-bottom: 0;
}

.footer__menu--alt .footer__media-object {
    height: 46px;
}

.footer__menu li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__menu-item {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

a.footer__menu-item:hover {
    color: #e63323;
    text-decoration: none;
}

.footer__media-object {
    align-items: center;
    display: flex;
}

.footer__author a,
.footer__author a:hover {
    color: #fff;
}

.footer__author-logo {
    height: 25px;
    margin-left: 5px;
    width: 25px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 991px) {
    .footer__logo,
    .footer__cra {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .footer__bottom .footer__wrap {
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer__copyright {
        margin-top: 15px;
        text-align: center;
    }

    .footer__bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__social-networks a {
        margin-right: 0.9375rem;
    }
}

@media only screen and (max-width: 575px) {
    .footer__top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*
==================================================
Menu
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.menu__wrap {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 95px;
}

.menu__button-icon {
    fill: #fff;
    height: 24px;
    width: 20px;
}

.menu__logo {
    margin-left: 0.9375rem;
}

.menu__link {
    color: #899a9b;
    font-size: 0.9375rem;
    position: relative;
}

.menu__link,
.menu__link svg,
.menu__link path {
    transition: all 0.15s ease-in-out;
}

.menu__link:hover svg,
.menu__link:hover path {
    fill: #164194;
}

.menu__icon {
    max-height: 25px;
    width: 18px;
}

.menu__icon path {
    fill: #899a9b;
}

.menu__list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.menu__list-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 95px;
    margin-left: 25px;
}

.menu__list-item:hover svg,
.menu__list-item:hover path {
    fill: #164194;
}

.menu__list-item:hover .menu__link {
    color: #164194;
}

.menu__border {
    background-color: #164194;
    bottom: -33px;
    display: none;
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: 3000;
}

.menu__list-item.active .menu__border {
    display: block;
}

.menu__cta {
    padding-right: 10px;
    padding-left: 10px;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/

/*
--------------------------------------------------
Mega Menu
--------------------------------------------------
*/

.mega-menu {
    background-color: #fff;
    border-top: 3px solid #e6e6e6;
    display: flex;
    height: 255px;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 140px;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.mega-menu__media {
    height: 100%;
    width: 385px;
}

.mega-menu__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.mega-menu ul.mega-menu__list {
    border-right: 2px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    margin-right: 15px;
    padding-right: 15px;
}

.mega-menu__list li:not(:last-child) {
    margin-bottom: 15px;
    margin-left: 15px;
}

.mega-menu__link {
    color: #899a9b;
    font-size: 0.9375rem;
    text-decoration: none;
}

.mega-menu__link:hover {
    color: #164194;
    text-decoration: none;
}

/*
--------------------------------------------------
Mobile Menu
--------------------------------------------------
*/

.mobile-menu .mobile-menu__logout {
    background-color: #dc3545;
}

.mobile-menu .mobile-menu__logout:after {
    display: none;
}

.mobile-menu .mobile-menu__logout a {
    color: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 1024px) {
    .menu__logo {
        margin-left: 4.6875rem;
    }
}

@media only screen and (max-width: 1199px) {
    .menu__logo {
        margin-left: 0;
        max-width: 100px;
    }

    .menu__list {
        padding-right: 15px;
    }

    .menu__link {
        font-size: 0.8125rem;
    }

    .menu__list-item {
        margin-left: 12px;
    }

    .menu__icon {
        max-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .menu__icon {
        margin-left: 5px;
    }

    .menu__cta {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .menu__navigation {
        display: none;
    }

    .mega-menu ul.mega-menu__list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}

/*
==================================================
Topbar
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.topbar {
    background-color: #164194;
}

.topbar__wrap {
    min-height: 50px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topbar__menu-link {
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.15s ease-in-out;
}

.topbar__menu-link:hover {
    background-color: #fff;
    border-radius: 2px;
    color: #164194;
    text-decoration: none;
}

.topbar__menu-link:hover .topbar__home-icon {
    fill: #164194;
}

.topbar__home-icon {
    fill: #fff;
    height: 14px;
    width: 14px;
}

.topbar__auth-icon {
    fill: #fff;
    height: 22px;
    margin-left: 5px;
    width: 22px;
}

.topbar__mobile-menu {
    display: inline-block;
    height: 20px;
    margin-left: 15px;
    width: 20px;
}

.topbar__mobile-menu-icon {
    fill: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 767px) {
    .topbar__menu-list li:not(:first-child):not(:last-child) {
        display: none;
    }

    .topbar__menu-list li:last-child {
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .topbar__menu-list li:first-child {
        margin-left: 8px;
    }

    .topbar__menu-list li:last-child {
        margin-right: 16px;
    }

    .topbar__mobile-menu {
        display: none;
    }
}

/*
==================================================
Content Header
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.content-header {
    background-color: #164194;
    background-position: center;
    background-size: cover;
    height: 400px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-header--type-news {
    background-image: url(/images/news.jpg?fcd5ad66d4da99baf8589f6f8b80d692);
}

.content-header--type-services {
    background-image: url(/images/services.jpg?99122788db54c341cbe3e250916caf21);
}

.content-header--type-bandwidth {
    background-image: url(/images/bandwidth.jpg?2d824cb11cde251b27476e73047de8a1);
}

.content-header--type-about {
    background-image: url(/images/about.jpg?c7b28670d3fc0a964c1423b7ee9ca0f7);
}

.content-header--type-careers {
    background-image: url(/images/careers.jpg?7d45089798dad5167593c96e8888a1e9);
}

.content-header--type-collaboration {
    background-image: url(/images/careers.jpg?7d45089798dad5167593c96e8888a1e9);
}

.content-header--type-datacenter {
    background-image: url(/images/datacenter.jpg?1c58f10fe366e802dc18634a61c426c1);
}

.content-header--type-custom-server {
    background-image: url(/images/custom-server.jpg?e76fe8812f4a0db36ac001d3e83d07fc);
}

.content-header--type-cloud-server {
    background-image: url(/images/cloud-server.jpg?7044058b9dcf4291d4818c514b43e845);
}

.content-header--type-email {
    background-image: url(/images/email.jpg?3f4afe4941a1c90be72eb2fee6c94164);
}

.content-header--type-stakeholders {
    background-image: url(/images/stakholders.jpg?69e3ad56503a88f80ef313c2c2ee7d9d);
}

.content-header__title {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
}

.content-header__search {
    max-width: 500px;
    width: 100%;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 768px) {
    .content-header__title {
        font-size: 1.875rem;
    }
}

@media only screen and (min-width: 1024px) {
    .content-header__title {
        font-size: 2.375rem;
    }
}

/*
==================================================
Form Title
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.form-title {
    align-items: center;
    display: flex;
    margin-bottom: 1.125rem;
}

.form-title__icon {
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    width: 8px;
}

.form-title__heading {
    color: #164194;
    font-size: 1rem;
    font-weight: bold;
}

/*
==================================================
Service Table
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.service-table {
    box-shadow: 0 5px 20px 0 rgba(0, 79, 172, 0.2);
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 1100px;
    padding: 0.3125rem;
    margin-right: auto;
    margin-left: auto;
}

.service-table__title {
    background-color: #f2f2f8;
    flex: 1;
    font-size: 0.75rem;
    font-weight: bold;
    height: 50px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.service-table__info {
    color: #164194;
    flex: 1;
    font-size: 0.75rem;
    font-weight: bold;
    height: 68px;
    text-align: right;
    white-space: nowrap;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.service-table__item {
    flex: 1;
    font-size: 0.625rem;
}

.service-table__title + div > p {
    height: 68px;
    margin: 0 !important;
    padding: 3px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.service-table__title + div > hr {
    display: none;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 992px) {
    .service-table__inner {
        display: flex;
    }

    .service-table {
        padding: 2.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .service-table__inner .service-table__item:first-child {
        display: none;
    }

    .service-table__inner .service-table__item {
        margin-bottom: 10px;
    }

    .service-table__title + div > p,
    .service-table__info {
        justify-content: space-between;
    }

    .service-table__title + div > p:before,
    .service-table__info:before {
        color: #164194;
        content: attr(data-responsive-table-title);
        font-weight: bold;
        padding-right: 5px;
    }
}

/*
==================================================
Widget
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.widget {
    background-color: #fff;
    box-shadow: 2px 5px 30px 0 rgba(22, 65, 148, 0.08);
}

.widget__header {
    align-items: center;
    display: flex;
    padding: 1.375rem 1.25rem;
}

.widget__header--far {
    justify-content: space-between;
}

.widget__heading {
    color: #223144;
    font-weight: bold;
    margin-left: 1.25rem;
    text-transform: capitalize;
}

.widget__media {
    margin-left: 1.5625rem;
}

.widget__icon {
    height: 25px;
    width: 25px;
}

.widget__nav-icon {
    fill: #164194;
    height: 12px;
    width: 12px;
}

.widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget__body--spaced {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    padding-bottom: 20px;
}

.widget__body--wide {
    padding: 1.5rem;
}

.widget-item {
    align-items: flex-start;
    border-top: 1px solid #f1f6fa;
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    transition: all 0.15s ease-in-out;
}

.widget-item--clickable:hover {
    background-color: #f1f6fa;
}

.widget-item__title {
    color: #223144;
    font-size: 14px;
    font-weight: bold;
}

.widget-item__subtitle {
    color: #223144;
    font-size: 0.75rem;
}

.widget-status {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    min-height: 46px;
}

.widget-status__item {
    color: #164194;
    flex: 1;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
==================================================
Register
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.auth {
    background-color: #f9f9f9;
    padding-top: 4.875rem;
    padding-bottom: 6.875rem;
}

.auth-box {
    box-shadow: 1px 10px 20px 0 rgba(0, 79, 172, 0.16);
    display: flex;
}

.auth-box__form {
    display: none;
}

.auth-box__form--active {
    display: block;
}

.auth-box__media {
    display: none;
}

.auth-box__content {
    flex: 1;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.auth-box__header--far {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.auth-box__title {
    color: #164194;
    font-size: 1.625rem;
    font-weight: bold;
}

.auth-box__form {
    margin-top: 3.625rem;
}

.auth-box__toggle {
    display: flex;
    height: 48px;
    max-width: 320px;
    width: 100%;
}

.auth-box__toggle button {
    flex: 1;
    font-weight: bold;
    height: 100%;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 1366px) {
    .auth-box__content {
        padding-right: 2.8125rem;
        padding-left: 8.75rem;
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .auth-box__content--equal {
        padding-right: 2.8125rem;
        padding-left: 2.8125rem;
    }
}

@media only screen and (min-width: 1024px) {
    .auth-box__media {
        background-image: url(/images/register-media.jpg?d592f977783024daa88bb1c13a10296b);
        background-size: cover;
        display: block;
        flex: 1;
        max-width: 620px;
    }
}

@media only screen and (max-width: 575px) {
    .auth-box__header {
        flex-direction: column;
    }

    .auth-box__title {
        margin-bottom: 15px;
    }
}

/*
==================================================
Board
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.board {
    padding-top: 7.375rem;
    padding-bottom: 6.5625rem;
    background-color: #f1f6fa;
}

.board__title {
    color: #223144;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 3.4375rem;
    text-align: center;
}

.board-member__position,
.board-member__name {
    color: #fff;
    text-align: center;
}

.board-member__position {
    font-size: 0.9375rem;
}

.board__grid {
    display: block;
    text-align: center;
}

.board-member__image {
    margin-bottom: 0.9375rem;
    width: 100%;
}

.board-member {
    background-color: #164194;
    box-shadow: 1px 5px 15px 0 rgba(0, 79, 172, 0.16);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 992px) {
    .board__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 992px) {
    .board-member {
        max-width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .board-member {
        align-items: center;
        display: flex;
        padding-bottom: 0;
        width: 100%;
    }

    .board-member__info {
        margin-right: 15px;
    }

    .board-member__image {
        margin-bottom: 0;
        max-width: 180px;
    }

    .board-member__position,
    .board-member__name {
        text-align: right;
    }
}

@media only screen and (max-width: 374px) {
    .board-member__image {
        max-width: 120px;
    }
}

/*
==================================================
Certifications
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.certifications {
    padding-top: 4.6875rem;
    padding-bottom: 1.5625rem;
}

.certificate {
    margin-bottom: 3.75rem;
}

.certifications__title {
    color: #223144;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3.125rem;
    text-align: center;
}

.certificate__media {
    box-shadow: 1px 15px 30px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 2.1875rem;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.certificate__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.certificate__title {
    color: #223144;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    text-align: center;
}

.certificate__subtitle {
    color: #223144;
    font-weight: bold;
    text-align: center;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 576px) {
    .certificate__media {
        width: 250px;
    }
}

/*
==================================================
Contact Form
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.contact-form {
    padding-top: 3.125rem;
    padding-bottom: 5.125rem;
}

.contact-form__title {
    color: #223144;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-form__description {
    color: #223144;
    font-size: 14px;
    margin-bottom: 3.5rem;
}

/*
==================================================
Contact Info
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.contact-info {
    padding-top: 3.125rem;
    padding-bottom: 3.25rem;
    background-color: #f1f6fa;
}

.contact-block {
    padding-bottom: 2.1875rem;
}

.contact-info .row .contact-block:not(:last-child) {
    border-bottom: 2px solid #cecece;
    margin-bottom: 15px;
}

.contact-block__title {
    color: #223144;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.contact-block__subtitle {
    color: #223144;
    font-size: 14px;
    text-transform: capitalize;
}

.contact-block__content {
    display: flex;
    font-size: 14px;
    margin-top: 32px;
}

.contact-block__icon {
    height: 18px;
    margin-left: 15px;
    width: 18px;
}

.contact-block__data {
    direction: ltr;
    display: inline-block;
}

.contact-block__label {
    text-transform: capitalize;
}

/*
--------------------------------------------------
Social Box
--------------------------------------------------
*/

.social-box {
    max-width: 450px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    text-transform: capitalize;
}

.social-box .social-box__item:nth-child(even) {
    justify-content: flex-end;
}

.social-box__item {
    margin-bottom: 20px;
}

.social-box__item > a {
    color: #223144;
}

.social-box__icon {
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

/*
--------------------------------------------------
Map
--------------------------------------------------
*/

.map-wrap {
    height: 600px;
    width: 100%;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 1199px) {
    .contact-block__content {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .contact-block__content {
        margin-top: 0;
    }

    .social-box {
        display: flex;
        flex-wrap: wrap;
    }

    .social-box__item {
        align-items: center;
        display: flex;
        margin-bottom: 20px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .map-wrap {
        height: 400px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

/*
==================================================
Customers
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.customers {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    background-color: #f1f6fa;
}

.customers__title,
.services__title {
    color: #164194;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

.customers__grid .col {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.customers__more {
    color: #000;
    font-size: 1.25rem;
    margin-top: 35px;
    text-align: center;
}

/*
==================================================
Features
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.features {
    background-color: #164194;
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
}

.features__title {
    color: #fff;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.feature {
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
}

.feature__number {
    font-size: 78px;
}

.feature__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.feature__description {
    font-size: 0.75rem;
    text-align: justify;
}

.features__grid {
    display: flex;
    justify-content: space-between;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 991px) {
    .features__grid {
        flex-direction: column;
    }

    .feature__number {
        font-size: 2.5rem;
    }
}

/*
==================================================
Hero
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.hero {
    background-attachment: fixed;
    background-color: #164194;
    background-image: url(/images/hero.jpg?47272e3c9ede10dc9a5b67e09a06255d);
    background-position: center;
    background-size: cover;
    min-height: 428px;
    padding-top: 6.875rem;
    padding-bottom: 4.25rem;
}

.hero__title {
    color: #fff;
    font-size: 1.625rem;
    margin-bottom: 2.375rem;
    text-align: center;
}

.hero__description {
    color: #fff;
    font-size: 1.375rem;
    text-align: justify;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 767px) {
    .hero {
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero__title {
        font-size: 1.5rem;
    }

    .hero__description {
        font-size: 1rem;
    }
}

/*
==================================================
Interactive
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.interactive {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.interactive__wrapper {
    height: 412px;
    position: relative;
    width: 730px;
    margin-right: auto;
    margin-left: auto;
}

.interactive__cirle {
    -webkit-animation: animation-rotate 10s infinite ease-in-out;
    animation: animation-rotate 10s infinite ease-in-out;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.interactive__cirle--lg {
    height: 370px;
    width: 370px;
}

.interactive__cirle--md {
    -webkit-animation: animation-pulse 5s infinite;
    animation: animation-pulse 5s infinite;
    height: 260px;
    transform: translateX(-50%) translateY(-50%) scale(1);
    width: 260px;
}

.interactive__cirle--sm {
    height: 180px;
    width: 180px;
}

.interactive__item {
    cursor: pointer;
    position: absolute;
    transition: all 0.15s ease-in-out;
}

.interactive__icon {
    fill: #164194;
    height: 50px;
    width: 50px;
}

.interactive__description {
    align-items: center;
    color: #164194;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 2px;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 50%;
    width: 150px;
}

.interactive__description--flip {
    left: auto;
    right: 60px;
}

.interactive__description--alt {
    align-items: end;
    left: 50px;
    width: 180px;
}

.interactive__item:hover {
    transform: scale(1.2);
}

.interactive__item:hover .interactive__description {
    color: #e63323;
}

.interactive__item:hover .interactive__icon {
    fill: #e63323;
}

.interactive__item--1 {
    right: 60px;
}

.interactive__item--2 {
    right: -20px;
    top: 110px;
}

.interactive__item--3 {
    right: -1px;
    top: 250px;
}

.interactive__item--4 {
    bottom: -24px;
    right: 44%;
}

.interactive__item--5 {
    left: -1px;
    top: 250px;
}

.interactive__item--6 {
    left: -20px;
    top: 110px;
}

.interactive__item--7 {
    left: 60px;
}

.interactive__center-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    fill: #164194;
    height: 100px;
    width: 100px;
}

@-webkit-keyframes animation-rotate {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    25% {
        transform: translateX(-50%) translateY(-50%) rotate(3deg);
    }

    50% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    75% {
        transform: translateX(-50%) translateY(-50%) rotate(-3deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
}

@keyframes animation-rotate {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    25% {
        transform: translateX(-50%) translateY(-50%) rotate(3deg);
    }

    50% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    75% {
        transform: translateX(-50%) translateY(-50%) rotate(-3deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
}

@-webkit-keyframes animation-pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }

    70% {
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
}

@keyframes animation-pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }

    70% {
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 991px) {
    .interactive__wrapper {
        display: none;
    }
}

/*
==================================================
Services
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.services {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}

.services__title {
    margin-bottom: 46px;
}

.service-box {
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 5px 15px 0 rgba(0, 79, 172, 0.16);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 1.125rem;
    position: relative;
}

.service-box__action > a {
    display: block;
}

.service-box__title {
    color: #164194;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-box__description {
    font-size: 0.75rem;
    margin-bottom: 10px;
    text-align: justify;
}

.service-box__icon {
    height: 45px;
    margin-bottom: 10px;
    width: 45px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 1366px) {
    .service-box {
        padding: 1.875rem;
    }
}

@media only screen and (min-width: 576px) {
    .service-box {
        height: 360px;
    }

    .service-box__action {
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .service-box__description {
        margin-bottom: 0;
    }
}

/*
==================================================
Slider
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.slider {
    background-color: #f1f6fa;
}

.slider--alt {
    background-color: #fff;
}

.slider__navigation {
    height: 60px;
    position: relative;
}

.slider__controls {
    bottom: 60px;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
}

.slider__controls .carousel-control-prev,
.slider__controls .carousel-control-next {
    fill: #e63323;
}

.slider__navigation > .slider__controls {
    position: static;
}

.slider--alt .carousel-control-prev,
.slider--alt .carousel-control-next {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*! rtl:begin:ignore */

.slider--alt .carousel-control-prev {
    left: 140px;
}

.slider--alt .carousel-control-next {
    right: 140px;
}

/*! rtl:end:ignore */

.slider--alt .carousel-control-prev > svg,
.slider--alt .carousel-control-next > svg {
    fill: #223144;
    height: 15px;
    width: 15px;
}

/*
--------------------------------------------------
Overrides (Bootstrap Carousel)
--------------------------------------------------
*/

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    z-index: 100;
}

.carousel-indicators {
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-right: 0;
}

.carousel-indicators li {
    border: none;
}

.carousel-indicators li.active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.slider--alt .carousel-indicators li {
    height: 15px;
    width: 15px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 991px) {
    .slider--alt .carousel-control-next,
    .slider--alt .carousel-control-prev,
    .slider__controls {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .slider > .carousel {
        min-height: 400px;
    }
}

/*
==================================================
Blog
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.blog-search .search-box {
    align-items: center;
    background-color: #f9f9f9;
    border: solid 2px #c4c4c4;
    display: flex;
    width: 100%;
}

.blog-search {
    margin-bottom: 1.875rem;
}

.blog-search .search-box input {
    background-color: #f9f9f9;
    border-style: none;
    height: 60px;
    padding-right: 16px;
    width: 100%;
}

.blog-search .search-box input:focus {
    outline-style: none;
}

.blog-search .search-box > div {
    align-items: center;
    background-color: #f9f9f9;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 70px;
}

.search-result .blog-result-img {
    display: flex;
}

.search-result .blog-result-img img {
    height: 260px;
    margin-left: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 260px;
}

.search-result .result-item {
    display: flex;
    margin-bottom: 32px;
}

.search-result .result-item:last-of-type {
    margin-bottom: 0;
}

.blog-card__category {
    align-items: center;
    background-color: #e63323;
    color: #f9f9f9;
    display: inline-flex;
    font-size: 1rem;
    min-height: 33px;
    min-width: 80px;
    padding: 4px 16px;
    transition: all 0.15s ease-in-out;
}

.blog-card__category rect {
    fill: #f9f9f9;
}

.blog-post .post-header .result-comment,
.blog-post .post-header .result-view,
.blog-post .post-header .result-date,
.search-result .result-date,
.search-result .result-comment,
.search-result .result-view,
.search-result .details-title,
.search-result .result-number {
    color: #808080;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.56;
    padding: 5px 0;
}

.search-result .result-title,
.search-result .result-txt {
    color: #000;
    font-size: 1.125rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.56;
    text-align: right;
}

.search-result .result-title {
    margin: 16px 0;
}

.search-result .result-txt {
    font-weight: normal;
}

.search-result .details-title span:last-of-type,
.search-result .result-number span:last-of-type {
    color: #000;
}

.search-result .item-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-result .item-details > div {
    display: flex;
}

.search-result .item-details > div span:first-of-type {
    margin-left: 32px;
}

.search-result .item-details-top {
    display: none;
}

.search-result .item-details-top > div:first-of-type {
    display: flex;
    flex-direction: column;
}

.search-result .item-details-top .result-comment {
    margin-left: 32px;
}

.search-result .result-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result .result-txt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-icon-style,
.view-icon-style,
.comment-icon-style,
.view-icon-style {
    height: 20px;
    width: 20px;
}

.result-details {
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .search-result .blog-result-img img {
        height: 160px;
        width: 160px;
    }
}

@media screen and (max-width: 576px) {
    .search-result .blog-result-img img {
        height: 120px;
        width: 120px;
    }

    .search-result .result-item {
        display: flex;
        flex-direction: column;
    }

    .search-result .item-details {
        display: none;
    }

    .search-result .item-details-top {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .blog-post {
        display: flex;
        flex-direction: column;
    }

    .blog-post .post-collapse .subject-title {
        display: none;
    }

    .blog-post .post-news {
        display: block;
        margin-bottom: 16px;
    }

    .blog-post .post-side .side-group,
    .blog-post .post-side .side-tag {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .blog-post .post-news {
        display: none;
    }
}

.blog-post {
    display: flex;
}

.blog-post .blog-search {
    margin-bottom: 20px;
}

.blog-post .post-side .subject-title {
    font-size: 1.125rem;
    font-weight: bold;
}

.blog-post .post-side .rectangle-icon-style {
    width: 10px;
}

.blog-post .post-side .post-collapse {
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding: 20px;
}

.blog-post .post-side .post-collapse .subject-title {
    margin-bottom: 8px;
}

.blog-post .post-side .post-collapse ul {
    padding-right: 0;
}

.blog-post .post-side .post-collapse ul li {
    border-bottom: solid 1px #f1f6fa;
    display: flex;
    padding: 16px 0;
}

.blog-post .post-side .post-collapse ul li .news-details {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.blog-post .post-side .post-collapse ul li .news-date {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.56;
}

.blog-post .post-side .post-collapse ul li .news-txt {
    -webkit-box-orient: vertical;
    color: black;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 500;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1.56;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
}

.blog-post .post-side .post-collapse ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 767px) {
    .blog-post .post-side .post-collapse ul li img {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .blog-post .post-side .post-collapse ul li img {
        display: none;
    }
}

.blog-post .post-side .post-collapse ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-post .post-side .side-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.blog-post .post-side .side-tags span {
    background-color: #164194;
    color: #f9f9f9;
    font-size: 1rem;
    font-weight: 500;
    margin: 4px;
    padding: 4px 16px;
}

.blog-post .post-side .side-group {
    margin-top: 40px;
}

.blog-post .post-side .side-group .side-groups {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    margin-top: 16px;
}

.blog-post .post-side .side-group .group-icon-style {
    fill: #e63323;
    width: 5px;
}

.blog-post .post-side .side-group ul {
    padding-right: 0;
}

.blog-post .post-side .side-group ul li {
    align-items: center;
    display: flex;
}

.blog-post .post-side .side-group ul li div {
    border-bottom: solid 1px #f1f6fa;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    padding: 7px 0;
    width: 80%;
}

.blog-post .share-icon-style {
    height: 20px;
    width: 20px;
}

.blog-post .share-icon-style path {
    fill: #808080;
}

.blog-post .share-icons {
    display: flex;
    justify-content: flex-end;
}

.blog-post .share-icons div {
    align-items: center;
    color: #223144;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    width: 100px;
}

.blog-post .share-icons div span {
    margin-bottom: 16px;
}

.blog-post .post-img img {
    margin: 16px 0;
    width: 100%;
}

.blog-post .post-header {
    display: flex;
    justify-content: space-between;
}

.blog-post .post-header .post-title {
    color: #223144;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.58;
    padding-left: 0;
    padding-right: 0;
}

.blog-post .post-header .post-details {
    padding-left: 0;
    padding-right: 0;
}

.blog-post .post-header .post-details div {
    display: flex;
    justify-content: flex-end;
}

.blog-post .post-header .post-details div .result-comment {
    margin-left: 20px;
}

@media screen and (max-width: 1199px) {
    .blog-post .post-header {
        display: flex;
        flex-direction: column;
    }

    .blog-post .post-header .post-details {
        display: flex;
    }

    .blog-post .post-header .post-details .result-view {
        margin-left: 20px;
    }
}

.blog-post .post-content {
    display: flex;
}

.blog-post .post-content .txt-1 {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    padding-top: 16px;
    text-align: right;
}

.blog-post .post-content .txt-2 {
    color: #223144;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.56;
    margin: 16px 0 8px 0;
    text-align: right;
}

.blog-post .post-content .txt-3 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    text-align: right;
}

.blog-post .post-content .content-img {
    display: flex;
}

.blog-post .post-content .content-img img {
    box-sizing: border-box;
    margin: 32px 0 16px 0;
    width: 50%;
}

.blog-post .post-content .content-img img:first-of-type {
    padding-left: 8px;
}

.blog-post .post-content .content-img img:last-of-type {
    padding-right: 8px;
}

.blog-post .post-content .post-tag {
    border-bottom: solid 1px #c4c4c4;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
    width: 100%;
}

.blog-post .post-content .post-tag span {
    background-color: #164194;
    color: #f9f9f9;
    font-size: 1rem;
    font-weight: 500;
    height: 33px;
    line-height: 1.56;
    margin: 0 0 8px 8px;
    padding: 4px 16px;
    text-align: center;
    width: 131px;
}

.blog-post .post-content .post-tag span:first-of-type {
    background-color: white;
    color: #808080;
    font-weight: bold;
    line-height: 1.56;
    padding: 4px 0;
    text-align: right;
    width: 80px;
}

.blog-post .post-content .subject-input-comment {
    border-top: 2px solid #c4c4c4;
}

.blog-post .post-content .subject-input-comment input,
.blog-post .post-content .subject-input-comment textarea {
    font-size: 14px;
    line-height: 1.57;
    text-align: right;
}

.blog-post .post-content .subject-input-comment input.form-control {
    background-color: white;
    border: solid 1px #c4c4c4;
    box-shadow: none;
    margin-bottom: 8px;
    outline: none;
}

.blog-post .post-content .subject-input-comment label {
    margin: 32px 0 16px 0;
}

.blog-post .post-content .subject-input-comment .btn {
    box-shadow: none;
}

.blog-post .post-content > div {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .blog-post .share-icons {
        display: none;
    }
}

.blog-post .blog-img {
    align-items: flex-start;
    background-color: #164194;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 718px;
    justify-content: flex-end;
    margin-bottom: 16px;
    padding: 0 32px 48px 20%;
}

.blog-post .blog-img .img-txt {
    color: white;
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.58;
    text-align: right;
}

.blog-post .blog-img .img-date {
    color: #c4c4c4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.56;
    text-align: right;
}

.blog-index .post-collapse {
    height: 685px;
}

.blog-index .post-collapse ul li {
    padding: 20px 0 !important;
}

.blog-index .blog-content {
    display: flex;
}

.blog-index .blog-content .content-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 416px;
    padding: 16px;
    width: 100%;
}

.blog-index .blog-content div:first-of-type .content-img {
    background-image: url(/images/blogimg2.png?076c14bd2ec19991d6360f44affb8aa6);
}

.blog-index .blog-content div:last-of-type .content-img {
    background-image: url(/images/blogimg1.png?bea51a6935bf10739a7e3dfe5df8549f);
}

.blog-index .blog-content .content-title {
    color: black;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.56;
    text-align: right;
}

.blog-index .blog-content .content-txt {
    color: #808080;
    font-size: 1.125rem;
    line-height: 1.56;
    text-align: right;
}

.blog-index .blog-content .content-date {
    color: #808080;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: space-between;
    line-height: 1.56;
    padding: 16px 0;
    text-align: right;
}

.blog-index .blog-content .content-date > div {
    display: flex;
}

.blog-index .blog-content .content-date > div span:first-of-type {
    margin-left: 32px;
}

.blog-index .editor-selected {
    background-color: #f1f6fa;
    margin: 64px 0;
    padding-bottom: 48px;
}

.blog-index .editor-selected .selected-title {
    color: #223144;
    font-size: 1 1.125rem;
    font-weight: bold;
    line-height: 1.56;
    padding: 24px 8px;
    text-align: right;
}

.blog-index .editor-selected .selected-img {
    display: flex;
    flex-wrap: wrap;
}

.blog-index .editor-selected .selected-img .blog-img {
    background-image: url(/images/blogIndex.png?7d4c13e1957c3bbf9c0b4af5ca78f54a);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    height: 398px;
    justify-content: space-between;
    line-height: 1.56;
    margin-bottom: 16px;
    padding: 32px;
    text-align: right;
    width: 100%;
}

.blog-index .editor-selected .selected-img .blog-img .img-date {
    color: #c4c4c4;
    font-size: 1rem;
}

.blog-index .editor-selected .selected-img .blog-img .img-txt {
    color: white;
    font-size: 1.125rem;
}

.blog-index .most-visited .post-collapse {
    height: auto;
}

.blog-index .most-visited .post-collapse ul li {
    display: flex;
}

.blog-index .most-visited .post-collapse ul li > div:first-of-type {
    display: flex;
    justify-content: space-between;
}

.blog-index .most-visited .post-collapse ul li .news-txt {
    -webkit-line-clamp: 3;
}

.blog-index .most-visited .post-collapse ul li img {
    margin-bottom: 16px;
}

.blog-index .most-visited .side-groups ul li div {
    width: 100%;
}

.blog-index .most-visited .blog-content {
    flex-wrap: wrap;
}

.blog-index .most-visited .blog-content > div {
    margin-bottom: 64px;
}

.blog-index .most-visited .visited-img {
    background-image: url(/images/sample3.jpg?157cb5599c5511b08a0a04c2b717be6e);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 398px;
    padding: 16px;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .blog-index .d-mobile-none {
        display: none !important;
    }
}

@media screen and (min-width: 577px) {
    .blog-index .d-mobile-block {
        display: none !important;
    }
}

.blog-index .carousel .content-title {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.56;
    text-align: right;
}

.blog-index .carousel .content-date {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    text-align: right;
}

.blog-index .carousel .carousel-item > div {
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 232px;
    justify-content: space-between;
}

.blog-index .carousel .carouselBlog .carousel-item > div {
    background-image: url(/images/blogIndex.png?7d4c13e1957c3bbf9c0b4af5ca78f54a);
    padding: 16px 32px;
}

.blog-index .carousel .carouselEditor .carousel-item {
    padding: 0 12px;
}

.blog-index .carousel .carouselEditor .carousel-item > div {
    background-image: url(/images/blogimg2.png?076c14bd2ec19991d6360f44affb8aa6);
    padding: 16px;
}

.blog-index .carousel .carousel-indicators {
    bottom: -135px !important;
}

.blog-index .carousel .carousel-indicators li {
    background-color: #c4c4c4;
    height: 8px;
    width: 8px;
}

.blog-index .carousel .carousel-indicators li.active {
    background-color: #164194;
    height: 10px;
    width: 10px;
}

/*
--------------------------------------------------
Blog Card
--------------------------------------------------
*/

.blog-card__image {
    position: relative;
}

.blog-card__image:before {
    background-color: #223144;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-card__image > * {
    position: relative;
    z-index: 1;
}

.blog-card__title,
.blog-card__title:hover {
    color: #fff;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.blog-card__datetime {
    color: #899a9b;
    font-size: 0.9375rem;
}

.blog-card__category > a {
    color: #fff;
}

.blog-card__category > svg {
    margin-right: 10px;
}

.blog-card__category:hover {
    background-color: #164194;
}

.blog-card__image-thumb {
    flex-shrink: 0;
    height: 100px;
    margin-left: 16px;
    width: 100px;
}

.blog-card__sidebar-info {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.blog-card__sidebar-info .blog-card__category {
    margin-bottom: 10px;
}

.comment-submit {
    height: 36px;
    padding-bottom: 0;
    padding-top: 0;
}

.comment-title-header {
    flex: 1;
}

.post-title-alt {
    color: #223144;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.58;
    padding-left: 0;
    padding-right: 0;
}

.content-body .blog-post .post-content .post-tag .post-tag-button {
    background-color: #164194;
    color: #f9f9f9;
    font-size: 1rem;
    font-weight: 500;
    height: 33px;
    line-height: 1.56;
    margin: 0 0 8px 8px;
    padding: 4px 16px;
    text-align: center;
    width: 131px;
}

/*
==================================================
Careers
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.careers {
    padding-top: 8.4375rem;
}

/*
==================================================
Collaboration
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.collaboration {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.collaboration__box {
    align-items: flex-end;
    background-color: #164194;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    font-size: 1.625rem;
    height: 573px;
    padding: 32px;
    text-transform: capitalize;
    transition: all 0.15s ease-in-out;
}

.collaboration__box:hover {
    box-shadow: 1px 10px 20px 0 rgba(34, 49, 68, 0.25);
}

.collaboration__box--type-1 {
    background-image: url(/images/collaboration-1.jpg?b0557eb68e8aa4bed4838fd41fcdf4c2);
}

.collaboration__box--type-2 {
    background-image: url(/images/collaboration-2.jpg?485f9da45729cc2da9119de92075566d);
}

.collaboration__box--type-3 {
    background-image: url(/images/collaboration-3.jpg?d27b7bb2ca8e95fecd861ee23ac10fda);
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 1199px) {
    .collaboration__box {
        height: 280px;
    }
}

/*
==================================================
Dashboard
==================================================
*/

/*
--------------------------------------------------
Dashboard
--------------------------------------------------
*/

.dashboard {
    background-color: #f1f6fa;
    display: flex;
    flex-direction: row;
    position: relative;
}

.dashboard-main {
    min-height: 950px;
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

/*
--------------------------------------------------
Dashboard Sidebar
--------------------------------------------------
*/

.dashboard-sidebar {
    background-color: #fff;
    box-shadow: -3px 5px 10px 0 rgba(22, 65, 148, 0.16);
    flex-shrink: 0;
    height: 100%;
    max-width: 280px;
    padding-top: 3.5rem;
    position: absolute;
    right: 0;
    width: 25%;
}

.dashboard-sidebar__media {
    height: 4.375rem;
    margin-left: 1.875rem;
    width: 4.375rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: all 0.15s ease-in-out;
}

.dashboard-sidebar__icon {
    height: 24px;
    width: 24px;
}

.dashboard-sidebar__menu-link {
    align-items: center;
    color: #223144;
    display: flex;
    font-weight: bold;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    transition: all 0.15s ease-in-out;
}

.dashboard-sidebar__menu-link:hover {
    background-color: #f1f6fa;
}

.dashboard-sidebar__menu-item span {
    text-transform: capitalize;
}

.dashboard-sidebar__menu-item.active .dashboard-sidebar__menu-link {
    color: #164194;
}

.dashboard-sidebar__menu-item.active .dashboard-sidebar__media {
    background-color: #f1f6fa;
}

.dashboard-sidebar__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    text-align: center;
}

.dashboard-sidebar__info-item {
    align-items: center;
    border: 1px solid #164194;
    color: #fff;
    display: inline-flex;
    font-size: 0.75rem;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 140px;
}

.dashboard-sidebar__info-label {
    background-color: #164194;
    flex: 1;
    padding: 4px;
}

.dashboard-sidebar__info-data {
    color: #223144;
    flex: 1;
    padding: 4px;
}

.dashboard-sidebar__info-icon {
    height: 18px;
    width: 18px;
}

.dashboard-sidebar__menu--bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}

/*
--------------------------------------------------
Dashboard Table
--------------------------------------------------
*/

.dashboard__table {
    color: #223144;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 1440px) {
    .dashboard-main .dashboard-main__custom-column {
        flex: 0 0 80%;
        margin-left: 0;
        margin-right: 20%;
        max-width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard-sidebar {
        display: none;
    }

    .profile-settings {
        flex-direction: column;
    }

    .dashboard-main .profile-settings__sidebar {
        max-width: 100%;
    }

    .profile-settings__user-email {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .profile-settings__content {
        padding: 15px;
    }
}

/*
==================================================
FAQ
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.faq__header {
    padding-top: 7.1875rem;
    padding-bottom: 5rem;
    background-color: #223144;
    min-height: 500px;
}

.faq__heading {
    color: #fff;
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.faq__body {
    padding-top: 3.25rem;
    padding-bottom: 2.5rem;
}

.faq__question {
    color: #164194;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.faq__question svg {
    height: 22px;
    margin-left: 8px;
    width: 22px;
}

.faq__categories .faq__category:not(:last-child) {
    border-bottom: 2px solid rgba(34, 49, 68, 0.2);
    margin-bottom: 25px;
}

.faq__button {
    color: #223144;
    display: inline-block;
    font-size: 14px;
}

.faq__answer {
    color: #223144;
    font-size: 0.75rem;
    font-weight: 100;
    margin-top: 10px;
}

.faq__icon {
    margin-left: 15px;
    transition: all 0.15s ease-in-out;
}

.faq__icon.active {
    transform: rotate(-90deg);
}

.faq__answer {
    margin-right: 25px;
}

.faq__item li {
    margin-top: 5px;
}

.faq__topics {
    max-width: 900px;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.faq__subheading {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}

.faq-topic {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 3px 6px 0 rgba(2, 17, 36, 0.34);
    height: 122px;
    margin-bottom: 16px;
    padding: 15px;
    transition: all 0.15s ease-in-out;
}

.faq-topic.active {
    border: 4px solid #e63323;
    box-shadow: 1px 15px 30px 0 rgba(2, 17, 36, 0.5);
}

.faq-topic__title {
    color: #223144;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.faq-topic__icon {
    margin-bottom: 15px;
    max-height: 55px;
    width: 100%;
}

.faq__search .custom-input-group {
    margin-top: 2.8125rem;
    margin-bottom: 4.0625rem;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (min-width: 992px) {
    .faq__topics {
        width: 100%;
    }

    .faq-topic:hover {
        border: 4px solid #e63323;
        box-shadow: 1px 15px 30px 0 rgba(2, 17, 36, 0.5);
    }
}

@media only screen and (max-width: 767px) {
    .faq__heading {
        font-size: 1.25rem;
        line-height: 1.9;
    }
}

/*
==================================================
Help
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.help-search {
    background-color: #f1f6fa;
}

.help-head {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 4.0625rem 0;
}

.help-search .search-box {
    align-items: center;
    background-color: #fff;
    border: solid 2px #c4c4c4;
    display: flex;
}

.help-search .search-box input {
    border-style: none;
    height: 60px;
    padding-right: 16px;
    width: 100%;
}

.help-search .search-box input:focus {
    outline-style: none;
}

.bandwidth-icon-style {
    fill: #164194;
    height: 18px;
    margin-left: 10px;
    width: 18px;
}

.bandwidth-icon-style path {
    fill: #164194;
}

.rectangle-icon-style,
.search-icon-style {
    width: 28px;
}

.rectangle-icon-large {
    height: 22px;
    width: 22px;
}

.search-icon:hover {
    cursor: pointer;
}

.help-search .search-box > div {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 70px;
}

.help-search .help-title {
    color: #223144;
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.58;
    margin-bottom: 1rem;
    text-align: center;
}

.help-links a {
    color: #000;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.56;
    text-align: right;
}

.help-links a:hover {
    color: #164194;
    text-decoration: none;
}

.help-links {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 0;
}

.help-links > div {
    margin: 16px 0;
    width: 33%;
}

@media screen and (max-width: 991px) {
    .help-links > div {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .help-links > div {
        width: 100%;
    }

    .help-head {
        padding: 1.875rem 0;
    }

    .help-links {
        padding: 30px 0;
    }
}

.help-topic,
.help-subject {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.help-topic ul,
.help-subject ul {
    padding-right: 10px;
}

.help-topic ul li,
.help-subject ul li {
    display: block;
}

.help-topic .other-subject .subject-title,
.help-topic .subjects .subject-title,
.help-topic .help-collapse .subject-title,
.help-subject .help-collapse .subject-title,
.help-subject .subject-collapse .subject-title,
.help-subject .subject-side .subject-title {
    color: #000;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.57;
    padding: 15px 0;
    text-align: right;
}

.help-subject .subjects .subject-title {
    color: #000;
    font-size: 1.125rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.57;
    padding: 15px 0;
    text-align: right;
}

.help-topic .other-subject ul li,
.help-subject .other-subject .subject-collapse ul li {
    color: #000;
    font-size: 0.75rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.58;
    padding: 5px 0;
    text-align: right;
}

.help-topic .subjects ul li a {
    color: #164194;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.57;
    text-align: right;
}

.help-topic .subjects ul li {
    padding: 8px 0;
}

.help-topic .subjects ul li a:hover {
    color: #223144;
    text-decoration: none;
}

.help-subject .subject-collapse,
.help-topic .other-subject {
    border: solid 1px #c4c4c4;
}

.help-topic .subjects .subject-title,
.help-subject .subjects .subject-title {
    border-top: solid 2px #f1f6fa;
}

.help-topic .subjects ul li {
    border-top: solid 1px #f1f6fa;
}

.help-topic .subjects ul li:last-of-type {
    border-bottom: solid 1px #f1f6fa;
}

.help-topic .help-collapse .subject-title:hover,
.help-subject .help-collapse .subject-title:hover {
    color: #164194;
    cursor: pointer;
}

@media screen and (min-width: 576px) {
    .help-topic .help-collapse,
    .help-subject .help-collapse {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .help-topic .help-collapse,
    .help-subject .help-collapse {
        display: none;
    }

    .subject-comments .comment-title .profile-img {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .help-topic .other-subject .subject-title,
    .help-subject .subject-collapse .subject-title {
        display: none;
    }

    .help-subject .subject-title,
    .help-topic .subject-title {
        border-top: solid 2px #f1f6fa;
    }

    .help-subject .subject-collapse {
        margin-right: 8px;
    }

    .help-topic .other-subject {
        margin-left: 8px;
        margin-right: 16px;
    }

    .help-subject .subject-side ul {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .subject-comments .profile-img {
        display: none !important;
    }

    .subject-comments .comment-title .profile-img {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    .help-subject .subject-slide .slide-txt-right,
    .help-subject .subject-slide .slide-txt-left {
        display: none;
    }
}

.help-subject .subject-side ul {
    padding-right: 0;
}

.help-subject .subject-side ul li {
    border-bottom: solid 1px #f1f6fa;
    color: #000;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.57;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px 0;
    text-align: right;
}

.help-subject .subject-side ul li:hover,
.help-subject .subject-side ul li.active {
    color: #164194;
    cursor: pointer;
}

.help-subject .subjects .subject-txt {
    color: #000;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.57;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px 0;
    text-align: right;
}

.help-subject .subject-slide .slide-txt-right,
.help-subject .subject-slide .slide-txt-left {
    color: #808080;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.57;
}

.help-subject .subject-slide .slide-txt-right {
    margin-right: 16px;
}

.help-subject .subject-slide .slide-txt-left {
    margin-left: 16px;
}

.help-subject .subject-slide {
    border-bottom: solid 1px #c4c4c4;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

.help-subject .subject-slide,
.help-subject .subject-slide > div {
    display: flex;
}

.help-subject .subject-slide > div:first-of-type {
    justify-content: flex-start;
}

.help-subject .subject-slide > div:last-of-type {
    justify-content: flex-end;
}

.help-subject .subject-slide .arrow-icon-style {
    fill: #e63323;
    width: 20px;
}

.help-subject .subject-slide > div {
    width: 250px;
}

.subject-comments .comment-content {
    color: #223144;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.63;
    text-align: justify;
}

.subject-comments .comment {
    border: solid 2px #f1f6fa;
    display: flex;
    margin-top: 32px;
    padding: 2rem;
}

.comment-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.comment-title .name {
    font-weight: bold;
}

.subject-comments .profile-img img {
    background-color: #f9f9f9;
    border-radius: 50%;
    height: 72px;
    margin-left: 16px;
    width: 72px;
}

.comment-title span {
    align-items: center;
    display: flex;
}

.subject-input-comment .form-group {
    margin-bottom: 8px !important;
}

.subject-input-comment textarea:focus {
    box-shadow: none;
}

.help-subject .btn.btn-secondary {
    box-shadow: none !important;
}

.subject-input-comment:not(.comment-form) .btn {
    width: 160px;
}

.subject-login .btn {
    width: 260px;
}

.subject-login .btn {
    margin: 32px 0;
    width: 260px;
}

.subject-login .btn-container {
    display: flex;
    justify-content: center;
}

.subject-input-comment .btn-container {
    display: flex;
    justify-content: flex-end;
}

.help-subject .subject-login-title,
.subject-input-comment label {
    color: #808080;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.56;
    text-align: right;
}

.help-subject .subject-login-title {
    margin-top: 32px;
}

/*
==================================================
Knowledge Base
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.knowledge-base__category-icon {
    height: 25px;
    margin-left: 10px;
    width: 25px;
}

.knowledge-base__category {
    border-bottom: 1px solid #f1f6fa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.knowledge-base__link {
    color: #2a2a2a;
    font-weight: bold;
    transition: all 0.15s ease-in-out;
}

.knowledge-base__link:hover {
    color: #e63323;
}

svg.knowledge-base__category-icon path,
svg.knowledge-base__category-icon rect {
    fill: #164194;
}

.knowledge-base__link:hover svg.knowledge-base__category-icon path,
.knowledge-base__link:hover svg.knowledge-base__category-icon rect {
    fill: #e63323;
}

.knowledge-base__content img {
    float: none !important;
    width: 100% !important;
}

/*
==================================================
Landing Page
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.landing-page__body {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.landing-page__icon-box {
    display: flex;
    margin-bottom: 4rem;
}

.landing-page__heading-icon {
    margin-left: 3.75rem;
    width: 60px;
}

.landing-page__heading {
    color: #164194;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 14px;
}

.landing-page__subtitle {
    color: #164194;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.landing-page-box {
    align-items: center;
    box-shadow: 1px 5px 15px 0 rgba(0, 79, 172, 0.16);
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding-top: 2.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.landing-page-box__icon {
    margin-bottom: 1rem;
    max-height: 50px;
    width: 50px;
}

.landing-page-box__title {
    color: #164194;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

.landing-page-box__subtitle {
    color: #000;
    font-size: 0.75rem;
    text-align: center;
}

.landing-page-form {
    background-color: #f1f6fa;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.landing-page-form__title {
    color: #164194;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/*
==================================================
Stakeholder
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.holders-body {
    margin-top: 3.125rem;
}

.holders-title {
    color: #223144;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.holders-header {
    display: flex;
    justify-content: space-between;
}

.holders-trades {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.trade-table {
    background-color: #f1f6fa;
    margin-bottom: 2.5rem;
}

.reports-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.reports-btn .btn-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.reports-btn .btn.active {
    background-color: #164194;
}

.holders-header .btn {
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    width: 260px;
}

.reports-btn .btn {
    background-color: #dce2ef;
    color: #223144;
    font-size: 1rem;
    font-weight: bold;
    width: 240px;
}

.reports-btn .btn:hover {
    background-color: #164194;
    color: #fff;
}

.holders-footer {
    background-color: #f1f6fa;
}

.holders-cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.holders-cards .card-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
    width: 25%;
}

.holders-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.holders-contact span {
    color: #223144 !important;
}

.holders-contact span:first-of-type {
    font-weight: bold;
}

.holders-footer .holders-title {
    margin-bottom: 0 !important;
    padding: 30px 0px !important;
    text-align: center;
}

.trade-table td,
.trade-table th,
.holders-contact span,
.holders-trades span,
.card-text {
    color: #000;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.57;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-text {
    text-align: center;
}

.trade-table th {
    font-weight: bold;
}

.color-green {
    color: #1dc439 !important;
}

.holders-contact > div:first-of-type {
    margin-left: 20px;
}

.stakeholder__tab-content {
    max-width: 1280px;
    padding-top: 5rem;
    margin-right: auto;
    margin-left: auto;
}

.stakeholder__report {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.125rem;
}

.stakeholder__report a {
    margin-top: 10px;
}

.stakeholders__contact-icon {
    fill: #164194;
    height: auto;
    margin-left: 5px;
    max-width: 20px;
}

.stakeholders__contact-icon path {
    fill: #164194;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media screen and (max-width: 767px) {
    .holders-cards .card-item {
        width: 33%;
    }

    .reports-btn .btn {
        width: 175px;
    }
}

@media screen and (max-width: 575px) {
    .holders-header .btn {
        width: 120px;
    }

    .holders-trades {
        flex-direction: column;
    }

    .holders-trades .trade-item {
        display: flex;
        justify-content: space-between;
    }

    .holders-trades .trade-item > div {
        width: 50%;
    }

    .holders-cards .card-item {
        width: 50%;
    }

    .reports-btn {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .reports-btn .btn {
        width: 260px;
    }

    .reports-btn .btn-margin {
        margin: 10px 0px;
    }

    .holders-contact > div:first-of-type {
        margin-left: 0px;
        text-align: center;
    }

    .holders-contact {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 400px) {
    .holders-header {
        align-items: center;
        flex-direction: column;
    }

    .holders-title {
        margin-bottom: 1.25rem;
    }

    .holders-header .btn {
        margin-bottom: 1.25rem;
        width: 260px;
    }

    .holders-trades .trade-item {
        display: flex;
        flex-direction: column;
    }

    .holders-trades .trade-item > div {
        text-align: center;
        width: 100%;
    }

    .holders-trades {
        margin-bottom: 1.25rem;
    }

    .reports-btn {
        margin-bottom: 1.25rem;
    }

    .trade-table {
        margin-bottom: 1.25rem;
    }

    .holders-cards {
        margin-bottom: 1.25rem;
    }
}

@media only screen and (max-width: 575px) {
    .holders-contact {
        display: block;
        text-align: center;
    }
}

/*
==================================================
Service Status
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.service-status__legend {
    align-items: center;
    display: flex;
    line-height: 2;
}

.service-status__legend--wrap {
    justify-content: space-between;
    width: 90px;
}

.service-status__label {
    color: #223144;
    font-size: 0.75rem;
    font-weight: bold;
}

.service-status__indicator {
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.service-status__indicator--active {
    background-color: #00ff90;
}

.service-status__indicator--deactive {
    background-color: #e63323;
}

.service-status-box {
    background-color: #fff;
    box-shadow: 1px 3px 6px 0 rgba(2, 17, 36, 0.34);
    min-height: 185px;
    padding: 15px;
}

.service-status-box__header {
    align-items: center;
    display: flex;
    height: 38px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.service-status-box__title {
    color: #223144;
    font-size: 14px;
    font-weight: bold;
}

/*
==================================================
Services
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.services-page {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.services-page__title {
    color: #164194;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 3.75rem;
    text-align: center;
}

.service-item {
    display: flex;
    margin-bottom: 6.25rem;
}

.service-item__content {
    width: 100%;
}

.service-item__media {
    flex-shrink: 0;
    max-width: 380px;
}

.service-item__title {
    color: #164194;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.service-item__text {
    font-size: 0.75rem;
}

.service-item__action {
    display: flex;
    justify-content: flex-end;
}

.service-item .service-item__button {
    box-shadow: 1px 10px 20px 0 rgba(22, 65, 148, 0.25);
    margin-top: 4.875rem;
    min-width: 260px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

@media only screen and (max-width: 991px) {
    .service-item {
        align-items: center;
        flex-direction: column;
    }

    .service-item .service-item__button {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .service-item__title {
        text-align: center;
    }

    .service-item {
        flex-direction: column;
    }

    .service-item .service-item__button {
        display: block;
        width: 100%;
    }

    .service-item__media {
        max-width: 200px;
    }
}

/*
==================================================
Tickets
==================================================
*/

/*
--------------------------------------------------
Ticket Single
--------------------------------------------------
*/

.ticket-icon {
    height: 16px;
    width: 16px;
}

.ticket-icon svg,
.ticket-icon path {
    fill: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/

/*
==================================================
Utilities
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

.no-hover-link {
    text-decoration: none;
}

.no-hover-link:hover {
    text-decoration: none;
}

.no-focus:focus {
    outline: none;
}

.auth-link {
    color: #2a2a2a;
    font-size: 14px;
    text-decoration: underline;
}

.flex-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*
--------------------------------------------------
Colors
--------------------------------------------------
*/

.color-black {
    color: #2a2a2a;
}

.color-orange {
    color: #e63323;
}

.color-blue {
    color: #164194;
}

.color-dark-blue {
    color: #223144;
}

.fill-blue {
    fill: #164194;
}

.fill-orange {
    fill: #e63323;
}

.fill-white {
    fill: #fff;
}

.opacity-none {
    opacity: 1;
}

/*
--------------------------------------------------
Buttons
--------------------------------------------------
*/

.btn-icon {
    height: 18px;
    vertical-align: middle;
    width: 18px;
}

.btn-unstyled {
    background: none;
    border: none;
}

.btn-form {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

/*
--------------------------------------------------
Positions
--------------------------------------------------
*/

.pos-abs-top-left {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 100;
}

/*
--------------------------------------------------
Typography
--------------------------------------------------
*/

.xxl-font-size {
    font-size: 1.5rem;
}

.lg-font-size {
    font-size: 1.25rem;
}

.base-font-size {
    font-size: 1rem;
}

.sm-font-size {
    font-size: 14px;
}

.xs-font-size {
    font-size: 14px;
}

.xxs-font-size {
    font-size: 0.75rem;
}

/*
--------------------------------------------------
Sizing
--------------------------------------------------
*/

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-lg-20,
.w-lg-30,
.w-lg-40 {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .w-lg-20 {
        width: 20%;
    }

    .w-lg-30 {
        width: 30%;
    }

    .w-lg-40 {
        width: 40%;
    }
}

.icon-md {
    height: 20px;
    width: 20px;
}

/*
--------------------------------------------------
Vertical Align
--------------------------------------------------
*/

.vertical-middle {
    vertical-align: middle !important;
}

/*
--------------------------------------------------
Image
--------------------------------------------------
*/

.filter-gray {
    filter: grayscale(100%);
}

.filter-gray--zero {
    filter: grayscale(0);
}

/*! rtl:begin:ignore */

[dir="ltr"] .flip-image {
    transform: scale(-1);
}

/*! rtl:end:ignore */

/*
--------------------------------------------------
Transition
--------------------------------------------------
*/

.global-transition {
    transition: all 0.15s ease-in-out;
}

/*
==================================================
Overrides
==================================================
*/

/*
--------------------------------------------------
Bootstrap
--------------------------------------------------
*/

.btn {
    text-transform: capitalize;
}

.btn.btn-secondary {
    box-shadow: 1px 10px 20px 0 rgba(241, 41, 19, 0.25);
}

.btn.btn-outline-secondary svg {
    transition: fill 0.15s ease-in-out;
}

.btn.btn-outline-secondary:hover svg {
    fill: #fff;
}

.btn.btn-info {
    color: #fff;
}

.custom-input-group input {
    background-clip: border-box;
    border: 2px solid #c4c4c4;
    border-left: none;
    border-radius: 0 !important;
    font-size: 1.25rem;
    height: 60px;
    padding-right: 25px;
}

.custom-input-group input:focus {
    border-color: #164194;
    box-shadow: none;
}

.custom-input-group input::-moz-placeholder {
    color: #c4c4c4;
}

.custom-input-group input:-ms-input-placeholder {
    color: #c4c4c4;
}

.custom-input-group input::placeholder {
    color: #c4c4c4;
}

.custom-input-group .input-group-text {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 0 !important;
    border-right: none;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out;
}

.custom-input-group .input-group-text.active {
    border-color: #164194;
}

.custom-input-group.custom-input-group--alt input {
    font-size: 0.9375rem;
    height: 44px;
}

.custom-input-group.custom-input-group--alt .input-group-text {
    background-color: #e63323;
    border-color: #e63323;
    box-shadow: 1px 10px 20px 0 rgba(241, 41, 19, 0.25);
    color: #fff;
}

.custom-input-group.custom-input-group--alt input:focus {
    border-color: #e63323;
}

@media only screen and (max-width: 575px) {
    .custom-input-group {
        display: flex;
        flex-direction: column;
    }

    .custom-input-group input.form-control {
        width: 100%;
    }

    .custom-input-group .input-group-append {
        margin-left: 0;
    }

    .custom-input-group .input-group-text {
        display: block;
        width: 100%;
    }
}

label {
    color: #2a2a2a;
    font-size: 14px;
    text-transform: capitalize;
}

.modal-dialog {
    box-shadow: 1px 10px 20px 0 rgba(0, 79, 172, 0.16);
}

.table.table-striped thead tr {
    background-color: #f7f7f9;
}

.table.table-striped thead tr th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0.25rem;
}

.btn-collapse {
    border-bottom: 1px solid #f1f6fa;
    height: 50px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-collapse:before {
    background-color: #164194;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    width: 6px;
}

.btn-collapse__icon {
    display: none;
    fill: #164194;
    height: 14px;
    width: 14px;
}

.btn-collapse.collapsed .btn-collapse__icon--plus {
    display: block;
}

.btn-collapse:not(.collapsed) .btn-collapse__icon--minus {
    display: block;
}

.btn[disabled] {
    cursor: not-allowed;
}

.table td,
.table th {
    vertical-align: middle;
}

/*
--------------------------------------------------
Select 2
--------------------------------------------------
*/

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem;
    padding-right: 30px;
}

.select2-results__option {
    font-size: 0.9375rem;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #164194;
}

/*
--------------------------------------------------
iziToast
--------------------------------------------------
*/

.iziToast-rtl {
    font-family: inherit;
}

/*
--------------------------------------------------
Bootstrap Jalali Datepicker (jQuery UI Datepicker)
--------------------------------------------------
*/

.ui-datepicker-prev i {
    background-image: url(/images/arrow-right.svg?5914343077ea57030bd6b0376c7309d3) !important;
    background-repeat: no-repeat;
    display: block;
    fill: #e63323;
    height: 23px;
    width: 14px;
}

.ui-datepicker-next i {
    background-image: url(/images/arrow-left.svg?370b64564a328975a45c7fd116a9ac19) !important;
    background-repeat: no-repeat;
    display: block;
    fill: #e63323;
    height: 23px;
    width: 14px;
}

/*
--------------------------------------------------
iOS
--------------------------------------------------
*/

button,
a[type='button'] {
    -webkit-appearance: none;
}

/*
==================================================
Only WHMCS
==================================================
*/

/*
--------------------------------------------------
General
--------------------------------------------------
*/

svg {
    vertical-align: middle;
}

.panel-sidebar {
    box-shadow: 2px 20px 40px 0 rgba(22, 65, 148, 0.16);
    border: none;
    border-radius: 0;
}

.panel-sidebar > .panel-heading {
    background: none;
    font-weight: bold;
}

.panel-sidebar .panel-title,
.panel-sidebar .panel-minimise {
    color: #164194;
}

.btn,
.panel {
    border-radius: 0 !important;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn.btn-secondary {
    color: #fff !important;
    background-color: #e63323 !important;
    border-color: #e63323 !important;
    box-shadow: 1px 10px 20px 0 rgba(241, 41, 19, 0.25);
}

.navbar-main {
    background-color: #164194;
}

.navbar-main li.account {
    background-color: #2bbcfb;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #e63323;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #ffffff;
    background-color: #e63323;
}

div.header-lined h1 {
    font-size: 26px;
    font-weight: bold;
    color: #164194;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f6fa;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    color: #ffffff !important;
    background-color: #e63323 !important;
    border-color: #e63323 !important;
}

.popover-user-notifications {
    font-family: "IRANSansWeb", Tahoma, serif;
}

.table.table-list thead th {
    padding: 12px 8px;
    border-bottom: 2px solid #f1f6fa !important;
}

.dataTables_wrapper .dataTables_info {
    background-color: #164194;
}


.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #164194;
    border-color: #164194;
}

table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px;
    padding-left: 8px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    right: 1rem;
    left: auto;
}

.kb-search > .input-group-btn > .btn,
.btn-primary {
    color: #fff;
    background-color: #164194;
    border-color: #164194;
}

.kb-search .form-control {
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 2px solid #c4c4c4;
    border-radius: 0;
}

#order-universal_slider .product-container .order-button,
#order-universal_slider .product-container .order-button:hover {
    background: #164194 !important;
}

.order-button {
    color: #fff;
    background-color: #164194;
    border-color: #164194;
    border-radius: 0 !important;
}

.alert-info {
    color: #fff;
    background-color: #164194;
    border-color: #164194;
}

.price-cont span,
.price-cont {
    color: #164194 !important;
}

.price-cont {
    margin-top: 15px;
}

#order-universal_slider .feature-container .progress.small-progress {
    height: 12px !important;
    background-color: #eec0be !important;
    border-radius: 0;
}


#order-universal_slider .feature-container .progress.small-progress .progress-bar {
    background-color: #e63323 !important;
}


#order-universal_slider .product-container .container-with-progress-bar span {
    font-size: 16px !important;
    color: #164194 !important;
    margin-top: 15px;
}

#order-universal_slider .product-selector .irs-line {
    border-radius: 0 !important;
    background-color: #b4c4de !important;
}

#order-universal_slider .product-container .container-with-progress-bar {
    color: #164194 !important;
}

div.row.row-product-selection #order-universal_slider .product-selector .irs-slider,
div.row.row-product-selection #order-universal_slider .product-selector .irs-slider:hover {
    background: #e63323 !important;
    width: 58px !important;
    height: 34px !important;
    box-shadow: 1px 5px 20px 0 rgba(22, 65, 148, 0.25);
    border: solid 3px #ffffff !important;
}

#order-universal_slider .product-selector .irs-bar {
    background-color: rgba(230, 51, 35, 0.5) !important;
    border-radius: 0 !important;
}

.irs-line-left,
.irs-line-right,
.irs-line-mid {
    display: none !important;
}

#order-premium_comparison .main-container.price-01 h3,
#order-premium_comparison .main-container.price-01 h5,
#order-universal_slider .group-headlines h2, #order-universal_slider .group-headlines h5 {
    color: #164194 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

#order-premium_comparison .price-table-container .price-table .top-head {
    background: #f1f6fa !important;
    border-radius: 0 !important;
}

.price-table-container {
    display: flex;
    justify-content: space-between;
}

#order-premium_comparison .price-table-container .price-table {
    box-shadow: 2px 20px 40px 0 rgba(22, 65, 148, 0.16) !important;
    border: none !important;
    width: 207px !important;
    min-width: 207px !important;
}

#order-premium_comparison .price-table-container .price-table .order-button {
    text-align: center;
    color: #fff !important;
    background: #164194 !important;
    border-color: #164194 !important;
    box-shadow: none;
}

#order-premium_comparison .price-table-container .price-table .top-head .top-area h4 {
    text-align: center;
    color: #164194 !important;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    font-size: 14px !important;
    color: #164194 !important;
    text-shadow: none !important;
}

#order-premium_comparison .price-table-container .order-button,
#order-premium_comparison .price-table-container .order-button:hover {
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span {
    font-size: 20px !important;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area .price {
    text-align: center;
}

#order-premium_comparison .price-table-container .price-table .top-head .top-area {
    text-shadow: none !important;
}

#order-premium_comparison .price-table-container .price-table .top-head .top-area h4 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.popular-plan {
    display: none !important;
}
.sb-textbox {
    display: initial;
    width: 30%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 2px solid #c4c4c4;
    border-radius: 0;
    text-align: center !important;
}

.sb-button {
    margin-bottom: 15px;
    margin-top: 15px;
}

.sb-form {
   margin-bottom: 15px;
}
.copy-button {
  font-size: 12px;
  padding: 2px;
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.copy-button:hover {
  background-color: #008CBA; /* Green */
  color: white;
}
.col-sm-7 {
    font-family: Verdana, Tahoma, serif; 
}
.alert.alert-info a {
   color: white;
}
