/*
*         |           |
*    __|  __|  |   |  |   _ \   __|      __|   __|   __|
*  \__ \  |    |   |  |   __/ \__ \     (    \__ \ \__ \
*  ____/ \__| \__, | _| \___| ____/ _| \___| ____/ ____/
*             ____/
*/

.link {
    text-decoration: none !important;
    cursor: pointer;
}

.w100 {
    width: 100%;
}

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

.text-dark {
    color: #000 !important;
}

.box {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
}

.sparkbox1 {
    color: #fff;
    background-image: linear-gradient(120deg, #8c0646 10%, #6f0da2 100%);
}

.sparkbox2 {
    color: #fff;
    background-image: linear-gradient(120deg, #6f0da2 10%, #0f44a6 100%);
}

.sparkbox3 {
    color: #fff;
    background-image: linear-gradient(120deg, #0f44a6 10%, #008d5b 100%);
}

.badge {
    display: inline-block;
    text-align: center;
    padding: 0.3rem;
}

.btn {
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
    padding: 0.3rem;
}

.bg-success {
    background-color: #01ad6d;
    border-radius: 4px;
    color: #fff !important;
}

.bg-primary {
    background-color: #3483dd !important;
    border-radius: 4px;
    color: #fff !important;
}

.bg-warning {
    background-color: #cb9500 !important;
    border-radius: 4px;
    color: #fff !important;
}

.bg-danger {
    background-color: #cb115d !important;
    border-radius: 4px;
    color: #fff !important;
}

.bg-info {
    background-color: #8134c8 !important;
    border-radius: 4px;
    color: #fff !important;
}

.bg-secondary {
    background-color: #5f5f62 !important;
    border-radius: 4px;
    color: #fff !important;
}

.btn.bg-success:hover {
    background-color: #00935d !important;
}

.btn.bg-primary:hover {
    background-color: #1b589d !important;
}


.btn.bg-warning:hover {
    background-color: #a97e00 !important;
}

.btn.bg-danger:hover {
    background-color: #b20e52 !important;
}

.btn.bg-info:hover {
    background-color: #6625a2 !important;
}

.btn.bg-secondary:hover {
    background-color: #49494d !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

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

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

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

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

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50rem;
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close-modal-btn {
    color: white;
    font-size: 1.75rem;
    font-weight: bold;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0 0.5rem;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #ff7eaa;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

p {
    margin: 0 0 .8em 0;
}