html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #813588;
    background-color: #efdaf1;
}

.table {
    color: #813588 !important;
}

html,
body,
.intro {
    height: 100%;
}


.btn-primary {
    color: #fff;
    background-color: #813588;
    border-color: #813577;
}

    .btn-primary:hover {
        color: #813588;
        background-color: #e7c8ea;
        border-color: #813577;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        background-color: #e7c8ea;
        border-color: #813577;
        box-shadow: 0 0 0 0.25rem rgba(129, 53, 119, 0.25);
    }

.btn-link {
    font-weight: 400;
    color: #813588;
    text-decoration: none;
    cursor: pointer;
}

    .btn-link:hover {
        color: #fff;
        background-color: #813588;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.form-control {
    margin: 3px;
    border-color: #813577;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #813577;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(129, 53, 119, 0.25);
    }

.form-check-input:checked {
    background-color: #813588;
    border-color: #813577;
}

.right-white-border {
    border-right: 1px solid #d9d9d9;
}
/*table design*/
table td, table th {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

thead {
    background-color: #813588;
}

    thead th {
        color: #fff;
        word-wrap: break-word;
    }

.card {
    border-radius: .5rem;
}

.table-scroll {
    border-radius: .5rem;
}

    .table-scroll table thead th {
        font-size: 1.00rem;
    }

thead {
    top: 0;
    position: sticky;
}

.nav-link-main {
    color: #fff !important;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

    .nav-link-main:hover {
        color: #813588 !important;
        background-color: #e7c8ea;
    }

.nav-link {
    color: #813577 !important;
}

    .nav-link:hover {
        color: #fff !important;
        background-color: #813577 !important;
    }

/*.navbar-light .navbar-nav .nav-link {
    color: #813577 !important;
}*/
.mb-2-5 {
    margin-left: 0.9rem !important;
}

.login-form {
    vertical-align: middle;
    width: 100%;
    margin: unset;
    /*background-image: url(../images/image-login-page1.png);*/
    background-color: #f8f5f9;
    border-color: #813577;
    box-shadow: 0 0 0 0.05rem rgba(129, 53, 119, 0.90);
}

.landing-page {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.btn-cancel {
    background-color: #d9d9d9;
}

.std-code-prefix {
    position: absolute;
    padding-top: 25px;
    padding-left: 13px;
    user-select: none;
}

.phone-no {
    padding-left: 45px !important;
}

/*Loader*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-body {
    background-color: #e0b3ff;
    padding: 15px;
    border-radius: .5rem;
    margin: 15px;
}

.right-text {
    text-align: right;
}

.center-align {
    text-align: center;
    vertical-align: middle;
}

.page-link {
    color: #813588;
}

    .page-link:hover {
        color: #813588;
        background-color: #e7c8ea;
        border-color: #813577;
    }

.page-item.active .page-link {
    color: #fff;
    background-color: #813588;
    border-color: #813577;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: inherit;
}

.level-align-span {
    font-weight: bold;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* CSS of Candidate Page*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #813588;
    /* background-color: #813588; */
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        color: #813588;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            color: #813588;
            background-color: #e7c8ea;
            border-color: #813577;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            color: #fff;
            background-color: #813588;
        }

/* Style the tab content */
.tabcontent {
    min-height: 450px;
    display: none;
    padding: 6px 12px;
    border: 1px solid #813588;
    border-top: none;
    background-color: #fff;
}

    .tabcontent.active {
        display: block;
    }

.btn-right {
    float: right;
}

.form-label-right {
    text-align: right;
}

.bg-green, .bg-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.bg-light-grey, .bg-hover-light-grey:hover, .bg-light-gray, .bg-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.progressBar {
    display: block;
    width: 160px;
    margin-right: -2px;
    margin-left: -2px;
    height: 5px;
    /* border-radius: 5px; */
}

.dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.bg-dark-p {
    background-color: #813588;
}

.bg-light-p {
    background-color: #e7c8ea;
}

.font-size-19 {
    font-size: 19px;
}

.smallNoTextBox {
    width: 50px;
    text-align: center;
}

.tablinks {
    cursor: default;
}

.tab button {
    cursor: default;
}

.bold18 {
    font-weight: bold;
    font-size: 18px;
}
.form-button-margin {
    margin-right: -15px;
    margin-left: -10px;
    margin-top: 10px;
}
.collapsible {
    background-color: #813588;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 97.5%;
    border: none;
    text-align: left;
    outline: none;
    margin-left:17px;
}

    .active1, .collapsible:hover {
        background-color: #813588;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active1:after {
    content: "\2212";
}

.content {
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #e0b3ff;
    margin-left: 17px;
    width: 97.5%;
}