.event-click{
    cursor: pointer !important;
}

.card .body {
    font-size: 14px;
    color: #424242;
    padding: 0px !important;
    font-weight: 400;
}

.form-filter{
    border: 1px solid #a7abae;
    border-radius: 5px;
    margin: 5px;    
    font-weight: bold;
    font-size: 11px;
}

.mat-cell, .mat-footer-cell {
    font-size: 11px !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #827f80 !important;
}

.mat-menu-panel {
    min-width: 112px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 0px !important;
}

.index2 section.content {
    margin: 80px 0px 0px 0px !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7.1px 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.card .header {
    /* color: #eff1f5; */
    background-color: #40749B !important;
    padding: 20px;
    position: relative;
    box-shadow: none;
}

.card .header h2 {
    font-size: 15px;
    color:#fff !important;
    position: relative;
}

.custom-theme section.content::before {
    background-color: #eff1f5;
}

.btn, .navbar .navbar-nav > a.btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35em;
    margin: 5px 1px;
    border-radius: .1875rem;
    padding: 11px 22px;
    cursor: pointer;
}

.btn-primary {
    background-color: #40749B;
    color:  #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
    background-color: #40749B;
    color: #fff;
    box-shadow: none;
}

.container-fluid {
    width: 99.4%;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

tr.mat-row {
    height: 32px !important;
}

tr.mat-footer-row{
    height: 32px !important;
    background-color: #dee2e6;
    text-align: center;
}

tr.mat-header-row {
    height: 45px;
    background-color: #ddd !important;
}

td.mat-cell:last-of-type, td.mat-footer-cell:last-of-type, th.mat-header-cell:last-of-type {
    padding-right: 3px !important;
}

.btn-grid{
    cursor: pointer;
    font-size: large;
}

.mat-header-cell {
    font-size: 13px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #40749B;
}

.cell-center{
    justify-content: flex-end;
}

.modal-backdrop {
    position: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-header .close {
    padding: 0px !important;
    margin: -20px -15px 0px auto;
    color: 
    #fff !important;
}

.mat-form-field {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
}

.mat-select-trigger {
    height: 40px !important;
    padding: 10px !important;
}

.mat-menu-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
    width: 20px !important;
    margin-bottom: 28px !important;
}

.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color: none;
    outline:0;
    border: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group .form-control, .input-group .form-control {
    padding: 1px 0px 2px 5px;
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 10px !important;
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #40749B !important;
    color: white;
    margin-top: 1px;
}

.modal-content .modal-header .title {
    margin-top: -1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.modal-content .modal-header .modal-title {
    margin-top: -1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.modal-content .modal-footer {
    padding: 12px !important;
    border-top: 1px solid #e9ecef;
    text-align: right;
    display: unset;
}

.modal-content .modal-footer button {
    margin: 2px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

.modal-content {
    border-radius: .1875rem;
    border: none;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:  #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.swal-footer {
    text-align: center !important;
    margin-bottom: 20px !important; 
  }
  
  .swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    width: 120px;
    height: 45px;
    font-size: 16px;
  }
  
  .swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
  }
  
  .swal-text {
    font-size: 20px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
  .swal-title-prod {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 50px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
  }
  
  .swal-text-prod {
    font-size: 35px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
  .day-selected{
    background-color:#007bff;
    color:white;
    font-weight: bold;
    border: 1px solid #5a6268;
  }
  
  .selection{
    background-color:#e3e0e0;
    border-radius: 10px;
    font-size: 8px;
    font-weight: bold;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-right: 2px;
    padding-left: 9px !important;
  }

  .header-username{
    height: 35px;
    background-color: gray;
    color:#fff;
    font-size: 14px !important;
  }

  .alert {
    border: 0;
    border-radius: 0;
    color: 
    #fff;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    position: relative;
    font-size: 14px;
}

.alert .close {
    color: 
    #fff;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
    top: 10px !important;
}

.filter-grid{
    padding: 5px !important;
}

.btn-separator{
    padding: 4px;
    font-weight: bold;
    margin-top: 7px;
}

.row-selected{
    background-color:#e1eaf7 !important;
    font-weight: bold;
}

.text-success {
    color: #5a8a57 !important;
}

.text-reprocess{color:#f96332 !important}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    background-color: #40749B !important;
    padding: 6px !important;
    color: #fff;
}

.table td {
    padding: 0px 10px 0px 10px !important;
}

.pull-right{
    float: right;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #40749B;
    border-color: #40749B;
    color: #fff;
}

.card-header {
    padding: 0px 5px !important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.alert.alert-success {
    background-color: #28a745;
    border-radius: 5px;
}

.alert.alert-danger {
    background-color: #dc3545;
    border-radius: 5px;
}

.notify-success{
    background: #28a745 !important;
    color: #fff !important;
  }
  
  .notify-error{
    background: #dc3545 !important;
    color: #fff !important;
  }
  
  .notify-warning{
    background: #ce8328 !important;
    color: #fff !important;
  }

html, body {
    height: 94% !important;
    width: 99.99% !important;
}

.cell-grid-center{
    display: flex;
    justify-content: center;
}

.cell-grid-right{
    display: flex;
    justify-content: right;
    padding-right: 3px;
}

.mat-tab-body.mat-tab-body-active {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    flex-grow: 1;
    padding: 15px;
}

.mat-tab-label {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-weight: bold !important;
}

.table td {
    padding: 3px 10px 3px 10px !important;
}

.card-resume{
    background-color: antiquewhite !important;
    font-size: 11px; 
    font-weight: normal; 
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.icon{
    font-size: large;
}

.product-report .icon {
    float: left;
    width: 50px;
    line-height: 0px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.m-r-15, .new_timeline .header .color-overlay .day-number, .product-report .icon {
    margin-right: 0px !important;
}

.card-header {
    padding: 5px !important;
    margin-bottom: 0;
    font-weight: bold;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-sm {
    padding: 6px 12px !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.table {
    width: 100%;
    margin-bottom: 0px !important;
    background-color: transparent;
    border-collapse: collapse;
    font-size: 12px;
}

.mat-table{
    background: #fff;
    width: 100%;
}

.sub-table thead th{
    background-color: #dee2e6;
    height: 30px !important;
    width: 100%;
}

.sub-table tbody th{
    background-color: #dee2e6;
    height: 30px !important;
}

tr.mat-header-row {    
    background-color: #40749B !important;
}

.pallet-pl{
    background: #48abf7!important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#0a5a97,#48abf7)!important;
    background: linear-gradient(-45deg,#0a5a97,#48abf7)!important;
    width: 70px;
    text-align: -webkit-center;
    font-weight: bold;
    height: 90px;
    border: 1px solid;
    border-radius: 10px;
    color: white;
    font-size: 11px;
}

.close-pallet{
    background-color: #988d7f !important;
    border: 1px solid;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    margin-right: 1.3px;
    margin-top: 2px; 
    cursor: pointer;
    display: none;
}

.pallet-pl:hover .close-pallet{
    display: block;
}

.card-footer {
    padding: 1px 0.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    display: flex;
    justify-content: flex-end;
}

.login-form{
    width: 98%;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: rgba(0,0,0,.54) !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: rgba(0,0,0,.54) !important;
}

.modal-xlg {
    max-width: 1000px;
}

.modal-xxlg {
    max-width: 1200px;
}

p {
    line-height: 15px;
    margin: 0px !important;
}

.link-item{
    color: #40749B;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.link-item:hover{
    text-decoration: underline;
}

.label-detail{
    color: #979A9B;
}

.label-info{
    color: #40749B; 
    white-space: pre-line; 
    font-weight: bold;
}

tr.example-detail-row {
   height: 0 !important;
   border: 1px solid #d5cfcf;
}
  
tr.example-element-row:not(.example-expanded-row):hover {
   background: #f5f5f5;
}
  
tr.example-element-row:not(.example-expanded-row):active {
   background: #efefef;
}
  
.mapael .map {
    position: relative;
  }
  
  .mapael .mapTooltip {
    position: absolute;
    background-color: #000;            
    opacity: 0.60;
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}
  
/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: -20px;
    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 3px;
    border-radius: 5px
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 54px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
    
  }
  
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
  }
  
  .scroll-to-top:hover {
    background: #343a40;
    color: #fff;
  }
  
  .scroll-to-top i {
    font-weight: 800;
  }

  .tooltip-list {
    white-space: pre-line;
  }

.mat-calendar-body-cell.selected{
  background-color:#17a2b8!important;
  border-radius: 50%
}

.drop-calendar{
  width:30rem
}

.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 200px; 
    white-space: nowrap;
}
  
.text-primary {
    color: #40749B !important;
}

.input-filter{
    border: 1px solid #c1c4c7 !important;
    margin-top: 0px;
    padding-left: 5px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 70px !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #40749B !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #40749b4a !important; 
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: 9px 0 !important;
}

.pnl-info{
    border-radius: 5px;
    border: 1px solid gray;
    padding: 6px;
    background-color: aliceblue;
}

.pnl-info p {
    line-height: 20px;
  }

.row-border-top{
    border-top: 2px solid gray;
}

.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-right{float:right!important}

.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar-block .w3-bar-item{color: #6c757d;
    border-bottom: 1px solid #d4d6d7 !important;
    font-size: 14px;
    font-weight: bold;width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-bar-item:hover { background-color: #f0f7fe;}

.link-value{
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.link-value:hover{
    text-decoration: underline;
}


h4, .h4 {
    font-size: 1.714em;
    line-height: 1.45em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdown.show .dropdown-menu, .dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    width: 100%;
}

.mat-tree-node {
    display: flex;
    align-items: center;
    min-height: 0px !important;
    flex: 1;
    overflow: hidden;
    word-wrap: break-word;
}

.mat-nested-tree-node, .mat-tree-node {
    color: rgba(0,0,0,.87);
    cursor: pointer;
}

.tree-node-selected{
    border: 1px solid #fff;
    background-color: #40749B;
    border-radius: 5px;
    padding: 3px;
    font-weight: bold;
    padding-right: 5px;
    color: #fff;
}

.row-reprocess{
    background-color: antiquewhite !important;
    color: red;
    font-weight: bold;
}

.circle{
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
}

.text-abb{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.option-card-selected{
    border: 2px solid #046bc0;
    background: aliceblue;
    padding: 6px;
}

.row-selected{
    border: 2px solid #046bc0;
    background: aliceblue;
}

.option-card{
    border: 2px solid #e3e3e3;
    background: #ebecec;
    padding: 6px;
}

.row-select{
    border-bottom: 1px solid rgb(0 0 0 / 13%); 
}

.row-select:hover{
    background: aliceblue;
    font-weight: bold;
}

.badge {
    border: 1px solid #6c757d;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: darkgrey;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
}

.vertical-center{
    display: flex;
    align-items: center; 
}

.btn-action{
    border: 1px solid;
    padding: 6px;
    border-radius: 5px;
}

.mat-sort-header-indicator {
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
}

.mat-sort-header-stem {
    background: #fff !important;
    height: 10px;
    width: 2px;
    margin: auto;
    display: flex;
    align-items: center;
}

.item-attachment{
    border: 1px solid rgb(0 0 0 / 13%);
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    padding-top: 11px;
    color: black;
  }

/* Two-Auth */

.page-container {
    min-height: 100%;
    position: relative;
    background: #f5f5f5;
  }
  
  .container {
    clear: both;
    background: #f5f5f5;
    padding-top: 25px;
    background: linear-gradient(to bottom, #fff 135px, #f5f5f5 0px);
  }
  
  .content-container {
    width: 475px;
  }
  .content-container {
    clear: both;
    margin: 0 auto;
    max-width: 475px;
  }
  
  .form-header {
    width: 100%;
  }
  
  .form-header-content {
    margin-bottom: 30px;
  }
  
  .form-header-content .partner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 450px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .form-header-content .partner .m_idme {
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
  }
  
  .form-header-content .partner .m_addition {
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin: 0 25px;
  }
  
  .form-container {
    border-radius: 12px;
    padding: 40px;
  }
  .form-container {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    background: #ffffff;
    padding: 30px;
  }
  
  h1, .h1 {
    color: #2e3f51;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.4117647059;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
  }
  
  ul.subway_stops {
    width: 270px;
    margin: 0 auto 25px auto !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-image: url(/assets/img/progressbar-line.png);
    background-repeat: repeat-x;
    background-position: center center;
  }
  .form-container ul, .form-container ol {
    font-size: 15px;
    margin: 0 0 30px 40px;
  }
  
  .form-container ul li, .form-container ol li {
    color: #2e3f51;
    line-height: 18px;
    margin-bottom: 5px;
  }
  
  ul.subway_stops>li.subway_stops-item.active {
    border: 1px solid #266aca;
    background: #266aca;
    color: #fff;
  }
  ul.subway_stops>li.subway_stops-item {
    margin: 0;
    list-style-type: none;
    border: 1px solid #dfdfdf;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    color: #757575;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: not-allowed;
  }
  
  .form-container .form-actions {
    clear: both;
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .form-content-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }

  .swal2-button{
    min-width: 90.22px !important;
  }
  
  .swal2-checkbox{
    color: #6c757d !important;
    font-weight: bold !important;
  }

  .swal2-select{
    font-size: 12px !important;
  }