/* html,
body {
    height: 100%;
} */

thead {
display: table-row-group;
}
tfoot {
display: table-row-group;
}
tr { 
page-break-inside: avoid;
}

.custom-container {
    margin-top: 165px;
}
.custom-container1{
	 margin-top: 100px;
}

/**************dashboard css**********/

.card_custom {
    box-shadow: 0 2px 0 rgba(90, 97, 105, .11), 0 4px 8px rgba(90, 97, 105, .12), 0 10px 10px rgba(90, 97, 105, .06), 0 7px 70px rgba(90, 97, 105, .1);
    border-radius: 20px;
    position: relative;
}

.inner-card-bg {
    background: linear-gradient(60deg, #f5b960, #fb8c00);
}

.inner-card-bg1 {
    background: linear-gradient(60deg, #66bb6a, #43a047);
}

.inner-card-bg2 {
    background: linear-gradient(60deg, #f08886, #e53935);
}

.inner-card-bg3 {
    background: linear-gradient(60deg, #d775e9, #8e24aa);
}

.inner-card-bg4 {
    background: linear-gradient(60deg, #dd6191, #db0a5b);
}

.inner-card-bg5 {
    background: linear-gradient(60deg, #e2788f, #a82743);
}

.inner-card-bg6 {
    background: linear-gradient(60deg, #816cf5, #5d47d7);
}

.inner-card {
    width: 70%;
    height: 78px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
}

.inner-card1 {
    width: 42%;
    height: 78px;
    position: absolute;
    top: -39px;
    border-radius: 18px;
    left: 15px;
}

.inner-card2 {
    width: 42%;
    height: 78px;
    position: absolute;
    top: -39px;
    border-radius: 18px;
    right: 15px;
}

.inner-card3 {
    width: 42%;
    height: 78px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.card-p {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0px !important;
}

.card-p01 {
    text-align: center;
}

.card-p02 {
    text-align: center;
    margin: 0 auto;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
}

.card-p05 {
    text-align: center;
    margin: 0 auto;
    color: #5d47d7;
    font-size: 16px;
    font-weight: bold;
}

.card-p06 {
    margin: 0px;
    padding: 13px;
    /* background: yellowgreen; */
    border-radius: 24px 0px;
    color: #ffffff;
    font-size: 27px;
}

.card-p07 {
    margin: 0px;
    padding: 7px;
    text-align: center;
}

.card-p08 {
    margin: 0px;
    padding: 18px;
    /* background: yellowgreen; */
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px 20px;
    text-align: center;
    cursor: pointer;
}

.card-footer-custom {
    border-radius: 0px 20px !important;
    cursor: pointer;
}

.card-footer-custom:hover {
    z-index: 0.5;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

.inner-card-bg6:hover{
	z-index: 0.5;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

.card-p03 {
    text-align: center;
    margin-top: 24px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: bold;
}

.card-p04 {
    text-align: center;
    color: #fff !important;
    margin: 0px;
}

@media screen and (max-width: 600px) {
    .card_custom {
        margin-bottom: 50px;
    }
}


/************************* Loader css *************************/

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffffe0;
    z-index: 9999;
    display: none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-width: 14px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #5d47d7;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.djb_dropdown{
	width: 30%;
    border: 1px #ccc;
    border-radius: 5px;
    z-index: 9;
    position: absolute;
    background: #fff;
    padding: 21px;
    top: 70px;
    right: 10px;
    display:none;
}

.registration-header {
	text-align:center;
}
.pdf {
	display: none;
}

