body {
    font-family     : Rubik,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight     : 300;
    line-height     : 1.5em;
    color           : rgba(0,0,0,.87);
    background-color: #f2f3f8;
    min-height      : 100vh;
}

.table a {
    color: #bca644 !important;
}

.modal-open {
    padding-right: 0 !important;
}

.chart-container {
    height: 350px;
}

.modal-open {
    overflow: auto;
}

.width-xs {
    width: 200px;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #F4F4F4 !important;
}

.table.table-bordered th {
    border       : none;
    border-bottom: 2px solid #bca644 !important;
}

form .form-section {
    color         : #343a40;
    line-height   : 3rem;
    font-size     : 1.2rem;
    letter-spacing: 0.5px;
    font-weight   : 400;
    margin-bottom : 20px;
    border-bottom : 1px solid #343a40;
}

form .form-section i {
    font-size   : 20px;
    margin-left : 5px;
    margin-right: 5px;
}

.btn-block {
    display: block;
    width  : 100%;
}

.fc-title {
    white-space: normal;
}

.h-5 {
    height: 5px;
}

.progress {
    background-color: #ddd;
}

.media-body span {
    font-family: Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.notification-title {
    margin-bottom: 0.25rem;
}

.notification-desc {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    line-height: 1.15em;
}

.f-s-24 {
    font-size: 24px;
}

.reminder-icon-container {
    min-height : 46px;
    line-height: 46px;
}

.select2-container {
    display: block !important;
}

.select2-container .select2-selection--single {
    height : 35.75px !important;
    padding: 0 0.75rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35.75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.pointer {
    cursor: pointer;
}

.fc th {
    font-weight: 500;
}

form .form-control {
    border: 1px solid #a6a9ae;
    color : #75787d;
}

.form-control {
    display         : block;
    width           : 100%;
    height          : calc(2.25rem + 2px);
    padding         : 0.375rem 0.75rem;
    font-size       : 1rem;
    line-height     : 1.5;
    color           : #495057;
    background-color: #fff;
    background-clip : padding-box;
    border          : 1px solid #ced4da;
    border-radius   : 0.25rem;
    transition      : border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #bca644!important;
    box-shadow  : 0 0 0 0.2rem rgba(255, 0, 0,.15);
}

.m-b-50 {
    margin-bottom: 50px;
}
/* The slider itself */

.slider {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance        : none;
    width             : 100%;
    /* Full-width */
    height            : 10px;
    /* Specified height */
    border-radius     : 5px;
    background        : #d3d3d3;
    /* Grey background */
    outline           : none;
    /* Remove outline */
    opacity           : 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: 0.2s;
    /* 0.2 seconds transition on hover */
    transition        : opacity 0.2s;
}
/* Mouse-over effects */

.slider:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance        : none;
    width             : 20px;
    /* Set a specific slider handle width */
    height            : 20px;
    /* Slider handle height */
    border-radius     : 50%;
    background        : #bca644;
    /* Green background */
    cursor            : pointer;
    /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width        : 20px;
    /* Set a specific slider handle width */
    height       : 20px;
    /* Slider handle height */
    border-radius: 50%;
    background   : #bca644;
    /* Green background */
    cursor       : pointer;
    /* Cursor on hover */
}

#callActivityDIV {
    background-color: #bca644;
    color           : white;
}

.text-ellipsis {
    overflow-x   : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    max-width    : 175px;
}

.modal-title {
    line-height   : 1.5;
    text-transform: uppercase;
    font-weight   : 500;
    letter-spacing: 0.05rem;
    font-size     : 1.25rem;
    margin-bottom : 0.25rem;
}

.card-title {
    text-transform: uppercase;
    font-weight   : 500;
    letter-spacing: 0.05rem;
    font-size     : 1.25rem;
    margin-bottom : 0.25rem;
}

.card {
    border       : 0;
    margin       : 18px 0;
    box-shadow   : 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
    border-radius: 4px;
}

.card {
    font-size  : 1rem;
    font-weight: 400;
}

.card {
    position        : relative;
    display         : flex;
    flex-direction  : column;
    min-width       : 0;
    word-wrap       : break-word;
    background-color: #fff;
    background-clip : border-box;
}

.login {
    background-color: #bca644;
    height          : 100%;
}

.full-height-vh {
    height: 100vh !important;
}

.modal-header .close {
    outline: none;
}

::-moz-selection {
    /* Code for Firefox */
    color     : white;
    background: #bca644;
}

::selection {
    color     : white;
    background: #bca644;
}

.custom-control-label::after {
    top: 0.2rem;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 0.375rem 1.25rem;
}

.hover-underline:hover {
    cursor         : pointer;
    text-decoration: underline;
}

.btn {
    line-height: inherit !important;
}

.btn.btn-primary {
    background-color: #bca644;
    border-color    : #bca644;
}

.dt_new_days_clickable {
    color      : #bca644;
    font-weight: 500;
    cursor     : pointer;
}

.btn.btn-primary:hover {
    background-color: #a9953d;
    border-color    : #a9953d;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #a9953d;
    border-color    : #a9953d;
}

.btn.btn-success {
    background-color: #0cc27e!important;
    border-color    : #0cc27e;
}

.btn.btn-success:hover {
    background-color: #2ca97b!important;
    border-color    : #2ca97b;
}

.btn.btn-danger {
    background-color: #ff586b!important;
    border-color    : #ff586b;
}

.btn.btn-danger:hover {
    background-color: #de4958!important;
    border-color    : #de4958;
}

.btn.btn-warning {
    background-color: #ff8d60!important;
    border-color    : #ff8d60;
    color           : #ffffff;
}

.btn.btn-warning:hover {
    background-color: #f78253!important;
    border-color    : #f78253;
}

.btn.btn-info {
    background-color: #1cbcd8!important;
    border-color    : #1cbcd8;
}

.btn.btn-info:hover {
    background-color: #3facbf!important;
    border-color    : #3facbf;
}

.text-danger {
    color: #ff586b!important;
}

.text-warning {
    color: #ff8d60!important;
}

.text-success {
    color: #0cc27e!important;
}

.text-primary {
    color: #384ad7 !important;
}

.text-info {
    color: #1cbcd8 !important;
}

.table-icon {
    color : #bca644;
    cursor: pointer;
}

.table-icon:hover {
    color: #a9953d;
}

.custom-control-input:checked~.custom-control-label::before {
    color           : #fff;
    top             : 3px;
    border-color    : #bca644;
    background-color: #bca644;
}

.custom-control-input:checked~.custom-control-label.custom-control-label-blue::before {
    color           : #fff;
    top             : 3px;
    border-color    : #007bff;
    background-color: #007bff;
}

.custom-control-input:checked~.custom-control-label.custom-control-label-success::before {
    color           : #fff;
    top             : 3px;
    border-color    : #0cc27e;
    background-color: #0cc27e;
}

.custom-control-input:checked~.custom-control-label.custom-control-label-danger::before {
    color           : #fff;
    top             : 3px;
    border-color    : #ff586b;
    background-color: #ff586b;
}

.custom-control-input:checked~.custom-control-label.custom-control-label-warning::before {
    color           : #fff;
    top             : 3px;
    border-color    : #ff8d60;
    background-color: #ff8d60;
}

.custom-control-input:checked~.custom-control-label.custom-control-label-info::before {
    color           : #fff;
    top             : 3px;
    border-color    : #1cbcd8;
    background-color: #1cbcd8;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color       : #fff;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #bca644;
    border          : 1px solid #bca644;
    color           : white;
}

.text-decoration-none {
    text-decoration: none;
}

.bg-silver-lighter {
    background: #f0f0f0;
}

.bg-white {
    background: #ffffff;
}

.bg-blue {
    background: #007bff;
    color     : white;
}

.fc-event,
.fc-event-dot {
    border       : none !important;
    color        : white !important;
    border-radius: 0 !important;
}

.fc-day-grid-event {
    padding: 4px !important;
    cursor : pointer !important;
}

a.fc-event.bg-danger:hover {
    background-color: #e64c5b !important;
}

a.fc-event.bg-success:hover {
    background-color: #2ca97b !important;
}

a.fc-event.bg-primary:hover {
    background-color: #a9953d !important;
}

.fc-event .fc-content {
    padding: 0 0.15rem;
}

.card {
    font-size       : 1rem;
    font-weight     : 400;
    position        : relative;
    display         : flex;
    flex-direction  : column;
    min-width       : 0;
    word-wrap       : break-word;
    background-color: #fff;
    background-clip : border-box;
    border          : 0;
    margin          : 18px 0;
    box-shadow      : 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
    border-radius   : 4px;
}

.card .card-header {
    padding         : 1.5rem 1.5rem 0;
    border-bottom   : none;
    background-color: transparent;
}

h4 .card-title {
    text-transform: uppercase;
    font-weight   : 500;
    letter-spacing: 0.05rem;
    font-size     : 1.25rem;
    margin-bottom : 0.25rem;
}

.card-body {
    flex   : 1 1 auto;
    padding: 1.5rem;
}

.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.flex-center {
    display    : flex;
    align-items: center;
    min-width  : 85%;
}

.f-s-24 {
    font-size: 24px;
}

.sidebar-settings-close {
    position: absolute;
    right   : 10px;
    top     : 15px;
    padding : 0 7px 7px;
    width   : auto;
    z-index : 10;
    cursor  : pointer;
}

.sidebar-settings-content {
    position: relative;
    height  : 100%;
    padding : 15px;
}

.sidebar-settings-content h6 {
    font-weight  : 500;
    margin-bottom: 1.5rem;
    margin-top   : 0.375rem;
}

.input-group-append .btn,
.input-group-prepend .btn {
    height: 35.75px;
}

.h-24 {
    height: 24px;
}

#microphoneMuteIcon,
#speakerMuteIcon {
    width : 36px;
    cursor: pointer;
}

.text-bold-500 {
    font-weight: 500;
}

.sidebar-settings {
    width                      : 400px;
    right                      : 0;
    padding                    : 0;
    background-color           : #fff;
    z-index                    : 1051;
    position                   : fixed;
    top                        : 0;
    bottom                     : 0;
    height                     : 100vh;
    transition                 : right 0.4s cubic-bezier(.05,.75,.2,.95);
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    border-left                : 1px solid rgba(0,0,0,.05);
    box-shadow                 : 0 0 8px rgba(0,0,0,.1);
}

.sidebar-settings-closed {
    right: -400px;
}

.sidebar .logo {
    position: relative;
    padding : 20px 15px;
    z-index : 4;
}

.sidebar .logo-text {
    text-transform : uppercase;
    padding        : 5px 0;
    display        : block;
    font-size      : 1.6rem;
    letter-spacing : 2px;
    color          : #ffffff;
    text-align     : left;
    font-weight    : 400;
    text-decoration: none;
}

.sidebar-collapsed .logo-title {
    display: none;
}

.sidebar .logo-img {
    width       : 30px;
    display     : inline-block;
    max-height  : 30px;
    margin-right: 5px;
}

.sidebar .logo-img img {
    width : 100%;
    height: auto;
}

.sidebar-menu {
    margin-bottom: 0;
    padding-left : 0;
    list-style   : none;
}

.sidebar-menu li {
    position: relative;
    display : block;
}

.sidebar-menu li a:hover {
    background-color: rgba(200,200,200,.3) !important;
}

.sidebar-menu li a {
    display         : block;
    overflow        : hidden;
    line-height     : 2rem;
    padding         : 10px 30px 10px 14px;
    margin          : 5px 0;
    background-color: transparent;
    color           : #ffffff;
    transition      : all 0.3s linear;
    text-decoration : none;
}

.sidebar-menu li.active a {
    background-color: rgba(200,200,200,.1);
}

.sidebar-menu .active > a:before {
    content     : '';
    display     : block;
    z-index     : -1;
    position    : absolute;
    left        : 0;
    top         : 0;
    height      : 100%;
    border-right: 5px solid #bca644;
    transition  : 0.35s ease left;
}

.sidebar-menu i {
    font-size   : 18px;
    float       : left;
    margin-right: 10px;
    line-height : 2rem;
    width       : 30px;
    text-align  : center;
    color       : #ffffff;
}

.sidebar-menu .menu-title {
    margin        : 0;
    font-size     : 0.95rem;
    font-weight   : 400;
    letter-spacing: 0.6px;
    opacity       : 1;
    height        : auto;
    transition    : width 0.3s cubic-bezier(0,0,.2,1);
}

.sidebar-collapsed .sidebar-menu .menu-title {
    display: none;
}

.page-container {
    margin-left: 220px;
    margin-top : 80px;
    padding    : 0 25px 15px;
    transition : all 0.33s cubic-bezier(.585,.0375,.245,1);
}

.sidebar-minify-btn {
    position                 : absolute;
    bottom                   : 100px;
    right                    : 0;
    background-color         : #bca644;
    color                    : white;
    outline                  : none !important;
    border                   : none;
    padding                  : 2px 6px 0;
    border-top-left-radius   : 25%;
    border-bottom-left-radius: 25%;
}

.sidebar-minify-btn:hover {
    background-color: #a9953d;
}

.sidebar-minify-btn i::before {
    content: "\e849";
}

.sidebar-collapsed .sidebar-minify-btn i::before {
    content: "\e847";
}

.sidebar-collapsed .page-container {
    margin-left: 60px;
}

#page-loader-spinner {
    position         : absolute;
    left             : 50%;
    top              : 50%;
    z-index          : 1;
    width            : 100px;
    height           : 100px;
    margin           : -50px 0 0 -50px;
    border           : 8px solid #f3f3f3;
    border-radius    : 50%;
    border-top       : 8px solid #bca644;
    -webkit-animation: spin-loader 1s linear infinite;
    animation        : spin-loader 1s linear infinite;
}
@keyframes spin-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

.modal-footer {
    display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75rem;
    color        : inherit;
}

.font-large-2 {
    font-size  : 4rem!important;
    line-height: 4rem;
}

.content-sub-header {
    color: #3f587e;
}

.align-middle {
    vertical-align: middle!important;
}

#header {
    padding: 20px 0;
}

.header-fixed-top {
    position  : absolute;
    top       : 0;
    left      : 220px;
    right     : 0;
    transition: all 0.33s cubic-bezier(.685,.0473,.346,1);
}

.sidebar-collapsed .header-fixed-top {
    left: 60px;
}

.header-logo {
    float    : left;
    font-size: 24px;
    color    : #bca644;
    padding  : 0.375rem 10px;
}

.header-menu {
    float: right;
}

.header-menu button .feather {
    font-size: 24px !important;
}

.header-menu .dropdown-btn {
    background: none;
    outline   : none;
    color     : #bca644;
    border    : none;
}

.header-item {
    float      : left;
    margin-left: 5px;
}

.sidebar {
    font-family      : Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    position         : fixed;
    top              : 0;
    bottom           : 0;
    left             : 0;
    z-index          : 4;
    width            : 220px;
    height           : 100vh;
    box-shadow       : 2px 10px 30px 0 rgba(0,0,0,.42), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    transition       : width 0.3s cubic-bezier(0,0,.2,1);
    -webkit-transform: translate3d(0,0,0);
    transform        : translate3d(0,0,0);
    white-space      : nowrap;
    visibility       : visible;
    background-color : #222;
}

.sidebar-collapsed .sidebar {
    width: 60px;
}

#time-display {
    font-size     : 24px;
    color         : #bca644;
    padding       : 0.375rem 0.75rem;
    vertical-align: middle;
    line-height   : 26px;
}

.table {
    width: 100% !important;
}

.table thead th {
    vertical-align: bottom;
    padding       : 0.75rem;
    border-bottom : none;
    border-top    : none;
    font-family   : Rubik,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight   : 300;
    line-height   : 1.5em;
}

.table tbody td {
    padding       : 0.75rem;
    vertical-align: top;
    border-top    : 1px solid #d1d4d7;
    font-family   : Rubik,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight   : 300;
    line-height   : 1.5em;
    font-size     : 1rem;
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f3f8;
}

.table tr.group {
    background-color: #bca644;
    color           : white;
}

.table tr.group td {
    padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #bca644 !important;
}

.bg-primary {
    background-color: #bca644 !important;
    color           : #ffffff;
}

.completed {
    background-color: #0cc27e !important;
}

.bg-success {
    background-color: #0cc27e !important;
    color           : #ffffff;
}

.bg-info {
    background-color: #1cbcd8 !important;
    color           : #ffffff;
}

.bg-warning {
    background-color: #ff8d60 !important;
    color           : #ffffff;
}

.bg-pink {
    background-color: #E91E63 !important;
    color           : #ffffff;
}

.bg-purple {
    background-color: #9C27B0 !important;
    color           : #ffffff;
}

.bg-danger {
    background-color: #ff586b !important;
    color           : #ffffff;
}

.text-highlight {
    padding       : 4px 6px;
    line-height   : 1;
    vertical-align: baseline;
    border-radius : 0.25em;
    white-space   : nowrap;
}

.dt-buttons .btn {
    background-color: #bca644;
    color           : #ffffff;
    border          : 1px solid white;
}

.dt-buttons .btn:hover {
    background-color: #a9953d;
}

.page-item.active .page-link {
    z-index         : 1;
    color           : #fff;
    background-color: #bca644;
    border-color    : #bca644;
}

.page-link {
    position        : relative;
    display         : block;
    padding         : 6px 12px;
    margin-left     : -1px;
    line-height     : 1.25;
    color           : #bca644;
    background-color: #fff;
    display         : inline-block;
    color           : #242a30;
    margin-left     : 5px;
    padding         : 6px 12px;
    border          : 1px solid #ddd;
    border-radius   : 6px!important;
}

div.dataTables_wrapper div.dataTables_length select {
    width  : 75px;
    display: inline-block;
    margin : 0 5px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 13px;
}

.dataTables_length,
div.dataTables_info {
    float       : left;
    margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.85em;
}

.nav-pills {
    margin-bottom: 15px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    color: #6f727d;
}

.nav.nav-pills .nav-item:first-child,
.nav.nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.nav.nav-pills .nav-item,
.nav.nav-tabs .nav-item {
    margin-left: 5px;
}

.nav-item:hover .nav-link {
    color: #bca644;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color           : #fff;
    background-color: #bca644;
}

.table th {
    outline: none;
}

.table thead th {
    font-weight: 400;
}

.table td {
    outline: none;
}

.pac-container {
    z-index: 9999;
}

#map {
    width : 100%;
    height: 500px;
}

.cal-month-view .cal-day-cell:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float        : right;
    font-size    : 1.2em;
    font-weight  : 400;
    opacity      : 0.5;
    margin-top   : 15px;
    margin-right : 15px;
    margin-bottom: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}

th.th-buttonset-4 {
    min-width: 125px;
    width    : 125px;
}

th.th-buttonset-5 {
    min-width: 150px;
    width    : 150px;
}

th.th-buttonset-6 {
    min-width: 175px;
    width    : 175px;
}

ul.permission-list {
    list-style-type: none;
}

ul.permission-list > li{
    display: block;
}

.arsluna-error-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #FF586B;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    left: 50%;
    padding: 50px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.arsluna-error-box .close {
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}

.arsluna-error-box .close::after,
.arsluna-error-box .close::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #FFF;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}

.arsluna-error-box .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}