﻿@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 100;
    src: local('Mundial Regular'), url('../customfonts/MundialRegular.woff') format('woff');
}

body {
    font-family: 'Mundial' !Important;
    background-color: #e9ebd8;
}

.container {
    width: 1400px;
}

.sunlandIcon {
    color: #ffbe48 !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

    .pagination > li > a {
        background: #fff;
        color: #666;
    }

    .pagination.pagination-flat > li > a {
        border-radius: 0 !important;
    }

.page_enabled, .page_disabled {
    display: inline-block;
    /*height: 20px;
min-width: 20px;
line-height: 20px;*/
    text-align: center;
    text-decoration: none;
    border: 1px solid #f37a1f;
}

.page_enabled {
    background-color: #f37a1f;
    color: #000;
}

.page_disabled {
    background-color: #f37a1f !important;
    color: #fff !important;
}

.iconColor {
    color: #fff;
}

.pr15 {
    padding-right: 15px;
}

.videoIcon {
    background-color: red;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

.downloadIcon {
    background-color: #5cb85c;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

.pt-1 {
    padding-top: 1em;
}

.p-1 {
    padding: 1px;
}

.p-1em {
    padding: 0.5em;
}

.pending {
    color: #f0ad4e;
}

.myLogoTitle {
    color: #f0ad4e;
    font-weight: bold;
}

.approved {
    color: #5cb85c;
}

.myTitle {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 50px;
    font-size: 25px;
}

.userRole {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 150px;
    font-size: 15px;
}

.login-box, .register-box {
    background: #f37a1f;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 15px 50px;
}

/*Dashboard CSS*/

.sunlandGradient {
    background: rgb(245, 123, 32);
    background: linear-gradient( 90deg, rgba(255, 171, 72, 1) 0%, rgba(255, 171, 72, 1) 50%, rgba(245, 123, 32, 1) 100% );
}


.box-all {
    background: rgb(245, 123, 32);
    background: linear-gradient( 90deg, rgba(255, 171, 72, 1) 0%, rgba(255, 171, 72, 1) 50%, rgba(245, 123, 32, 1) 100% );
    border-radius: 15px;
    box-shadow: 0 50px 50px 0;
    padding: 15px 20px;
    color: #fff;
    clear: both;
}

    .box-all span {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .box-all span:first-child {
            font-size: 28px;
            text-align: right;
            font-weight: bold;
        }

        .box-all span:nth-child(2) {
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
        }

        .box-all span:nth-child(3) {
            padding-top: 5px;
            border-top: 1px solid #575757;
            font-size: 16px;
            font-weight: bold;
            text-align: right;
        }

            .box-all span:nth-child(3) .fa {
                color: #575757;
            }

.box-1 {
    background: rgb(0,169,140);
    background: linear-gradient(155deg, rgba(0,169,140,1) 0%, rgba(0,213,195,1) 100%);
    border-radius: 15px;
    box-shadow: 0 50px 50px 0;
    padding: 15px 20px;
    color: #fff;
    clear: both;
}

    .box-1 span {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .box-1 span:first-child {
            font-size: 28px;
            text-align: right;
            font-weight: bold;
        }

        .box-1 span:nth-child(2) {
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
        }

        .box-1 span:nth-child(3) {
            padding-top: 5px;
            border-top: 1px solid #575757;
            font-size: 16px;
            font-weight: bold;
            text-align: right;
        }

            .box-1 span:nth-child(3) .fa {
                color: #575757;
            }


.box-pending {
    background: rgb(82,93,247);
    background: linear-gradient(90deg, rgba(82,93,247,1) 0%, rgba(52,121,248,1) 35%, rgba(27,146,248,1) 100%);
    border-radius: 15px;
    box-shadow: 0 50px 50px 0;
    padding: 15px 20px;
    color: #fff;
    clear: both;
}

.box-consolidate {
    background: rgb(82,93,247);
    background: linear-gradient(90deg, rgb(161 82 247 / 60%) 0%, rgb(192 52 248) 35%, rgb(222 27 248 / 49%) 100%);
    border-radius: 15px;
    box-shadow: 0 50px 50px 0;
    padding: 15px 20px;
    color: #fff;
    clear: both;
}

.box-pending span {
    width: 100%;
    float: left;
    display: inline-block;
}

    .box-pending span:first-child {
        font-size: 28px;
        text-align: right;
        font-weight: bold;
    }

    .box-pending span:nth-child(2) {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .box-pending span:nth-child(3) {
        padding-top: 5px;
        border-top: 1px solid #575757;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
    }

        .box-pending span:nth-child(3) .fa {
            color: #575757;
        }

.box-rejected {
    background: rgb(217,26,155);
    background: linear-gradient(90deg, rgba(217,26,155,1) 0%, rgba(199,55,178,1) 35%, rgba(176,89,204,1) 100%);
    border-radius: 15px;
    box-shadow: 0 50px 50px 0;
    padding: 15px 20px;
    color: #fff;
    clear: both;
}

    .box-rejected span {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .box-rejected span:first-child {
            font-size: 28px;
            text-align: right;
            font-weight: bold;
        }

        .box-rejected span:nth-child(2) {
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
        }

        .box-rejected span:nth-child(3) {
            padding-top: 5px;
            border-top: 1px solid #575757;
            font-size: 16px;
            font-weight: bold;
            text-align: right;
        }

            .box-rejected span:nth-child(3) .fa {
                color: #575757;
            }

.p-20 {
    padding: 20px;
}

.divCenter {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.formColor {
    height: 250px;
    background: rgba(234,234,234,255);
    border-radius: 0 50px 50px 0;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-dark {
    border-radius: 23px;
}

.form-control {
    border-radius: 10px;
}

.login {
    position: relative;
    padding: 20px 20px 20px 90px;
    background: rgba(234,234,234,255);
    border-radius: 0 50px 50px 0;
    margin-top: 40px;
}

.form-hozi {
    padding-left: 20px;
}

.login img {
    height: 100%;
    margin-left: -50%;
    position: absolute;
    top: 0;
}

.btn {
    padding: .375rem 1.5rem;
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 6rem !important
}

p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-2 {
    padding-top: 4.5rem !important;
}

.pt-1 {
    padding-top: 2.5rem !important;
}

m-0 {
    margin: 1px !important;
}


.card {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

/*.card:hover {
    transform: scale(1.05);*/ /* Enlarge the card on hover */
/*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);*/ /* Adjust the shadow on hover */
/*}*/

thead {
    background-color: #5c6f78;
    color: #fff;
}

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

