﻿body, html {
    overflow-x: visible !important;
    overflow: visible !important;
}
/*Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.5;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

    .preloader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

/* preloader end */

.form-label {
    color: #76838f;
}

input.error, select.error {
    border: 1px solid #ff0000;
}

.page-item:first-child {
    margin-left: 0px;
}

.page-item .page-link {
    color: #b66dff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    cursor: auto;
}

.edit-text {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    color: #212529 !important;
}

.table {
    color: inherit;
}

#profile-container .table th, #profile-container .table td {
    /*border-top: 1px solid #c3bdbd !important;*/
    border-top: none !important;
}

    #profile-container .table td h6 {
        margin-bottom: 0px;
    }

.word-wrap {
    word-break: break-all;
}

.card-body span {
    font-size: 0.875rem;
}

.data-container div.data-row {
    border-bottom: 1px solid #ebedf2;
}

    .data-container div.data-row:last-child {
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

/* nav pills */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #b66dff;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #b66dff;
}

/* fee payment */
.fee-term-checkbox {
    transform: scale(1.2);
    cursor: pointer;
    margin-right: 4px;
}

.text-bold {
    font-weight: bold !important;
}

/* fees */
.due-cards {
    margin-bottom: 1rem;
}
.due-cards > .card > .card-body {
    padding: 1.25rem !important;
    flex: 0 0 auto !important;
}

.sticky-col {
    position: sticky;
    top: 100px; /* distance from top when scrolling */
    align-self: flex-start;
}

.container-scroller {
    overflow: visible !important;
}

.logo-font {
    
}

.logo-color {
    color: #4B0082;
}