* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1.5;
    background-color: #fff;
}

.bg-green {
    background-image: linear-gradient(
        to right top,
        #4d710a,
        #557d0b,
        #5d890b,
        #65950c,
        #6da20c,
        #75ad12,
        #7eb717,
        #86c21c,
        #91ce26,
        #9bda2e,
        #a6e637,
        #b1f23f
    ) !important;
}

.divider {
    border: 1px solid #d3dce9;
    margin: 10px 0px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.box-rounded {
    border: none;
    border-radius: 10px !important;
}

.main-heading {
    color: #58595b;
    margin: 5px 0px;
}

/* *Tags */
.tag {
    color: #fff;
    border-radius: 4px;
    min-width: 55px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px;
    display: inline-block;
    vertical-align: super;
}

/* *Breadcrumb */
.breadcrumb a {
    color: #7bbe00;
}

.breadcrumb a:hover {
    color: #7bbe00;
    opacity: 0.7;
    text-decoration: none;
}

/* *Search Button */
.search-btn {
    background-color: #ddd;
    outline: none;
    border: none;
    padding: 3px 8px;
}

/* *Header */
header nav {
    border-top: 3px solid #fd0000;
    box-shadow: 0 26px 15px -14px #00000059;
}

/* *Footer */
footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -1px 4px 0px rgb(0 0 0 / 15%);
}

footer p {
    color: #90a4ae;
    margin: 0px;
}

footer p a {
    color: #7bbe00;
}

footer p a:hover {
    color: #7bbe00;
    opacity: 0.7;
    text-decoration: none;
}

/* *Content */
.content {
    margin-bottom: 40px !important;
}

/* *Table */
.table-rounded thead th {
    background-color: rgba(211, 47, 47, 0.6);
    border: none;
    color: #333;
    font-size: 13px;
}

.table-rounded thead th:first-child {
    border-radius: 10px 0 0 0;
}

.table-rounded thead th:last-child {
    border-radius: 0 10px 0 0;
}

.table-rounded tbody td {
    border: none;
    border-top: solid 1px #e3ebf3;
}

table thead th,
table tbody th,
table tbody td {
    font-size: 13px !important;
    padding: 5px 8px !important;
}

table td button {
    font-size: 12px !important;
}

.table-rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.table-rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

/* *Data Table */
.dataTables_wrapper {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
    padding: 15px 10px;
    border-radius: 10px;
}

/* *Login */
.login-bg {
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.login-form {
    background-color: rgba(255,255,255,0.3);
    width: 40%;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-form .img {
    background-image: url(../images/login-form.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.login-form .form-heading {
    font-size: 22px;
    font-weight: 700;
    color: #808080;
    margin-bottom: 20px;
    text-align: center;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.form-check label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

.login-form p {
    margin: 10px;
    text-align: right;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.login-form p a {
    color: #808080;
}

.form-group input {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

.login-form .login-btn {
    width: 100%;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #7bbe00;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
    transition: 0.3s ease-in-out;
}

.login-form .login-btn:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

/* *form */
.form-title {
    color: #404e67;
    border-bottom: 1px solid #404e67;
}

.form-group label {
    font-size: 12px;
}

.form-group input,
.form-group select {
    font-size: 12px;
    padding: 0px 5px;
    height: 30px;
}

.form-btn {
    text-align: center;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #7bbe00;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
    transition: 0.3s ease-in-out;
}

.form-btn:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.form-btn-cancel {
    text-align: center;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FFC107;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
    transition: 0.3s ease-in-out;
}

.form-btn-cancel:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

/* *Upload Transcription */
.upload {
    border: 1px dashed #d8d8d8;
    border-radius: 5px;
    padding: 30px 10px;
    position: relative;
    text-align: center;
}

.upload input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    cursor: pointer !important;
}

.upload p {
    font-size: 14px;
    color: #58595b;
}

.upload p span {
    font-size: 14px;
    color: #1f51cf;
}

#transcriptList div {
    display: flex;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#transcriptList .upload-file {
    flex: auto;
    list-style: none;
    padding: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#transcriptList .remove {
    font-size: 17px;
    padding: 0;
    width: 26px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    height: 26px;
    text-align: center;
    color: #000;
    cursor: pointer;
}
/*
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none;
}*/
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
    margin-top: 350px;
}

    .windows8 .wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 3.9325s infinite;
        -o-animation: orbit 3.9325s infinite;
        -ms-animation: orbit 3.9325s infinite;
        -webkit-animation: orbit 3.9325s infinite;
        -moz-animation: orbit 3.9325s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(255,0,0);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 0.856s;
        -o-animation-delay: 0.856s;
        -ms-animation-delay: 0.856s;
        -webkit-animation-delay: 0.856s;
        -moz-animation-delay: 0.856s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.173s;
        -o-animation-delay: 0.173s;
        -ms-animation-delay: 0.173s;
        -webkit-animation-delay: 0.173s;
        -moz-animation-delay: 0.173s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.3465s;
        -o-animation-delay: 0.3465s;
        -ms-animation-delay: 0.3465s;
        -webkit-animation-delay: 0.3465s;
        -moz-animation-delay: 0.3465s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.5095s;
        -o-animation-delay: 0.5095s;
        -ms-animation-delay: 0.5095s;
        -webkit-animation-delay: 0.5095s;
        -moz-animation-delay: 0.5095s;
    }

    .windows8 #wBall_5 {
        animation-delay: 0.693s;
        -o-animation-delay: 0.693s;
        -ms-animation-delay: 0.693s;
        -webkit-animation-delay: 0.693s;
        -moz-animation-delay: 0.693s;
    }



@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}