.page-title-center  {
/*    margin-left: 500px;*/
    /*margin-right: 500px;*/
}

.font-16{
    font-size: 16px;
}

.font-24{
    font-size: 24px;
}

.font-32{
    font-size: 32px;
}

.font-48{
    font-size: 48px;
}

.font-64{
    font-size: 64px;
}


.spinner {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 20%;
    position: fixed;
    left: 50%;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;

}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#div-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: #2b9ff6;*/
    background: #2c3e50;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
}

.sk-chase {
    width: 60px;
    height: 60px;
    position: fixed;
    animation: sk-chase 2.5s infinite linear both;
    left: 50%;
    top: 40%;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4); 
    } 100%, 0% {
        transform: scale(1.0); 
    } 
}

.custom-success-button-small{
    border: 2px solid #8BC34A;
    border-radius: 3px;
    background-color: #8BC34A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-success-button-small:hover{
    background-color:#558222;
}

.custom-success-button-large{
    border: 2px solid #8BC34A;
    border-radius: 3px;
    background-color: #8BC34A;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-dark-button-large{
    border: 2px solid rgb(62, 73, 88);
    border-radius: 3px;
    background-color: rgb(62, 73, 88);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-dark-button-small{
    border: 2px solid rgb(62, 73, 88);
    border-radius: 3px;
    background-color: rgb(62, 73, 88);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-dark-button-small:hover{
    background-color: #000;
}

.custom-danger-button-small{
    border: 2px solid #f72d3b;
    border-radius: 3px;
    background-color: #f73946;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-danger-button-small:hover{
    color: #fff;
    border-color: #f73946;
    background-color: #f84552;
}

.custom-primary-button-small, .btn-primary{
    /*    border: 2px solid #037eda;*/
    border-radius: 3px;
    background-color: #2b9ff6;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-primary-button-small:hover, .btn-primary:hover{
    background-color: #037eda;
    color: #fff;
}

.custom-primary-button-large{
    border: 2px solid #037eda;
    border-radius: 4px;
    background-color: #2b9ff6;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
    /*margin-right: 22px;*/
}

.custom-primary-button-large:hover, .btn-primary:hover{
    background-color: #037eda;
    color: #fff;
}


.inner-buttons {
    width: 175px;
}

.spacer {
    min-width: 50px;
    cursor: pointer;
}

.icon-button {
    font-size: 1.5rem;
    /* margin-left: 1rem; */
    text-align: center;
    cursor: pointer;
    color: black;
}

.div-list-item {
    box-shadow: 6px 6px 24px 0 #adadad66;
    height: 90px;
    background-color: #f1f1f1;
}

.div-list-item:hover{
    box-shadow: 10px 10px 14px 0 #4e454566;
}

.input-outline-primary{
    color: #313A46;
    border: 1px solid #313A46;
}

.input-outline-primary:focus{
    color: #313A46;
    border: 1px solid #313A46;
}

.btn-grey-outline-primary{
    color: #313A46;
    border: 1px solid #313A46;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navigation-menu>li>a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    padding: 20px 17px;
    position: relative;
}

.navigation-menu>li> .active{
    border-bottom: 3px solid #2B9FF6;
}

body {
    margin: 0;
    font-family: Montserrat,sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    background-color: #f9f9f9;
}

/*Style to hide the arrows on the input type number*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*#navigation {
    max-width: 1362px;
}

.card {
    max-width: 1362px;
}*/