body{
    font-family: 'Poppins', sans-serif;
}

.display-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-background{
    background-image: url("/images/mift-background3.jpg");
    background-size: 125%;
    background-repeat: no-repeat;
}

.auth-col-background{
    background-color: white;
}

.auth-height{
    min-height: 100vh;
    max-height: 100%;
}

.auth-title{
    padding-top: 5rem;
}

.carousel-inner{
    background-color: grey;
    text-align: center;
}

.required{
    color: red;
}

.font-primary{
    color: #007bff;
}

.warning{
    color: orange;
}

.font-12{
    font-size: 12px;
}

.vh-100{
    height: 100vh;
}

.fa-caret-down{
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.fa-caret-down.open{
    transform: rotate(-180deg);
    transition: transform 0.2s linear;
}


.fa-footer {
    padding: 16px;
    font-size: 16px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #e90071;
    color: white;
}

.footer{
    font-size: 15px;
}

.auth-footer{
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.success{
    color: limegreen;
}

.failed{
    color: red;
}

.table-row{
    cursor: pointer;
}

.content-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://mift.org.my/wp-content/uploads/2021/11/home_banner.png");
    background-position: center center;
    color: white;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

.content-title-h2{
    font-size: 60px;
}

#user_image
{
    margin: 0 auto;
    border: solid 1px #cccccc;
}

/*css that not using*/
.pagination-overflow{
    width: 100%;
    height: 60px;
    margin: 0 12px;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media screen and (max-height: 725px){
    .auth-height
    {
        height: 100%;
    }
}

.index-height {
    min-height: 65vh;
    max-height: 100%;
}


/* admin navbar */

.navbar-icon-top .navbar-nav .nav-link > .fa {
    position: relative;
    width: 36px;
    font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
    top: 3px;
    line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
    top: -10px;
}

@media (max-width: 576px) {
    .content-title-h2{
        font-size: 40px;
    }
}

@media (min-width: 576px) {
    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }

    
}

@media (min-width: 768px) {
    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

@media (min-width: 992px) {
    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

@media (min-width: 1200px) {
    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

/* end of admin navbar */




.wrapper
{
    display: flex;
    width: 100%;
}

/* navbar */
#sidebar
{
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background: #7386d5;
    color: #fff;
    transition: all 0.4s ease;
    position: fixed;
    background-image: url(https://mift.org.my/images/sidebar-background.png);
    background-attachment: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
#sidebar.active
{
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active ul li a
{
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85rem;
}
#sidebar.active ul li a i
{
    margin-right: 0;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
#sidebar.active ul li a span
{
    display: none;
}
#sidebar.active ul ul a
{
    padding: 10px !important;
}

#sidebar a, a:hover, a:focus
{
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

#sidebar .sidebar-header
{
    padding: 20px;
    background: ghostwhite;
}
#sidebar .sidebar-header img
{
    width: 100%;
}

#sidebar #sidebar-list
{
    height: calc(100% - (0.789 * 250px));
    background-color: black;
    opacity: 0.90;
    overflow: auto;
    transition: all 0.4s ease;
}
#sidebar.active #sidebar-list
{
    height: calc(100% - (0.789 * 80px));
}

#sidebar ul.components
{
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
    
}

#sidebar ul p
{
    color: #fff;
    padding: 10px;
}
#sidebar ul li a
{
    padding: 10px;
    font-size: 1.1rem;
    display: block;
}
#sidebar ul li a:hover
{
    color: #7386d5;
    background: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"]
{
    color: #fff;
    background: #6d7fcc;
}
ul ul a
{
    font-size: 0.9rem !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar.active .dropdown-toggle::after
{
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

a[data-toggle="collapse"]
{
    position: relative;
}


#content
{
    min-height: 100vh;
    width: calc(100% - 250px);
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active
{
    width: calc(100% - 80px);
}

/* #content .navbar
{
    width: 100%;
    height: 70px;
    position: sticky;
    top: 0;
    padding: 5px 5px;
} */
#content .navbar .personal-section
{
    height: 55px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    color: #555;
}
#content .navbar .personal-section img
{
    height: 100%;
    border-radius: 12px;
}
#content .navbar .personal-section .personal-info
{
    margin: 5px;
}
.personal-info .name
{
    font-size: 1.1rem;
    font-weight: 600;
}
.personal-info .title
{
    font-size: 0.85rem;
    font-weight: 400;
}

.logout
{
    text-align: center;
    font-weight: 500;
    margin: auto;
}
.logout #logout-btn
{
    color: #555;
}
.logout #logout-btn:hover
{
    background-color: grey;
}
.logout #logout-btn:focus
{
    box-shadow: 0 0 0 0.2rem rgb(211, 211, 211);
}

#sidebarCollapse:hover
{
    background-color: grey;
}
#sidebarCollapse:focus
{
    box-shadow: none;
}



/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar-list::-webkit-scrollbar {
    display: none;
}
  
/* Hide scrollbar for IE, Edge and Firefox */
#sidebar-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#main-content
{
    min-height: 400px;
}



/* Member profile section */
.max-height-200
{
    max-height: 200px;
}


#wrapper #content .picture-btn-section
{
    margin: auto;
    text-align: center;
}



#membership-card 
{
    margin: auto;
    width: 70%;
    min-width: 520px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#membership-card .card-header
{
    text-align: center;
    background: #7c8cd1;
    /* opacity: 80%; */
    color: white;
}
#membership-card .card-header h5
{
    margin: 0;
}
#membership-card .card-body
{
    padding: 0;
}
#membership-card .card-footer
{
    min-height: 50px;
}
#membership-card .card-overlay
{
    background-image: url('../images/membership-card-background.jpg');
    background-position: center;
    background-size: cover;
    height: 200px;
}
#membership-card .card-overlay .overlay
{
    height: 100%;
    background-color: black;
    opacity: 85%;
}
#membership-card .profile
{
    position: relative;
    display: flex;
    padding-left: 10%;
    bottom: 120px;
}
#membership-card img
{
    height: 150px;
    border-radius: 14px;
}
#membership-card .card-info
{
    margin-top: -100px;
    margin-left: 3rem;
    color: white;
    opacity: 80%;
}
#membership-card .card-info #name-section
{
    max-width: 100%;
    position: absolute;
    bottom: 4rem;
    font-size: 2rem;
}
#membership-card .card-info #member-type
{
    max-width: 100%;
    position: absolute;
    bottom: 2rem;
    font-size: 1.5rem;
}
.membership-content
{
    padding: 0 2rem;
}
.membership-content .title
{
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0;
}
.membership-content .val
{
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}
#membership-card button:hover
{
    background-color: #7c8cd1;
    color: white;
}
#membership-card .btn:focus
{
    box-shadow: 0;
}

/*********************************************************/
#vacancy_detail
{
    height: fit-content;
    min-height: 90vh;
    width: 100%;
}
#vacancy_detail .spinner {
    margin: 20vh auto;
    text-align: center;
}

#vacancy-card, .vacancy-card
{
    margin: auto;
    width: 80%;
    min-width: 520px;
    border: 1px solid #CCC;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#vacancy-card .card-header
{
    text-align: center;
    background: #7c8cd1;
    /* opacity: 80%; */
    color: white;
}
#vacancy-card .card-header h5
{
    margin: 0;
}
#vacancy-card .card-body
{
    padding: 0;
}
#vacancy-card .card-footer
{
    min-height: 50px;
}
#vacancy-card .card-overlay
{
    background-image: url('../images/vacancy_overlay.jpg');
    background-position: center;
    background-size: cover;
    height: 260px;
    border-radius: 1rem;
}
#vacancy-card .card-overlay .overlay
{
    height: 100%;
    background-color: black;
    opacity: 85%;
}
#vacancy-card .profile
{
    position: relative;
    display: flex;
    padding-left: 10%;
    bottom: 180px;
}
#vacancy-card img
{
    width: 150px;
    border-radius: 14px;
    background-color: #fff;
    opacity: 0.9;
}
#vacancy-card .card-info
{
    margin-top: -100px;
    margin-left: 3rem;
    color: white;
    opacity: 90%;
}
#vacancy-card .card-info #position
{
    max-width: 100%;
    position: absolute;
    bottom: 4rem;
    font-size: 2rem;
}
#vacancy-card .card-info #company-name
{
    max-width: 100%;
    position: absolute;
    bottom: 2rem;
    font-size: 1.5rem;
}
#vacancy-card .content
{
    padding: 0 2rem;
}
.membership-content .title
{
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0;
}
.membership-content .val
{
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}
#membership-card button:hover
{
    background-color: #7c8cd1;
    color: white;
}
#membership-card .btn:focus
{
    box-shadow: 0;
}

#vacancy-card .vacancy-detail {
    list-style-type: none;
    padding: 0 0 0 1rem;
    margin: 0;
    width: 100%;
    font-weight: 500;
}
#vacancy-card .vacancy-detail li {
    line-height: 2.75rem;
    font-size: 1.25rem;
}
#vacancy-card .vacancy-detail small {
    color: #aaa
}
#vacancy-card .last-row {
    width: 50%;
}
#vacancy-card i {
    color: #333;
}

.text-box
{
    border: 1px solid #ddd;
    padding: 0.25rem;
    border-radius:0.25rem;
}
/********************************************************/

#maintenence
{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url('../images/maintenence.jpg');
    background-position: center;
    background-size: cover;
    background-position-y: 2vh;
}
#maintenence-content
{
    padding-top: 25vh;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.80;
    color: white;
}

#admin-maintenence
{
    width: 720px;
    margin: auto;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#admin-maintenence img
{
    width: 100%;
}
#admin-maintenence .card-body
{
    text-align: center;
    margin: 2rem auto;
}

canvas 
{
    border: #cccccc 1px solid;
}

#payment .card
{
    min-width: 100%;
}
#payment .card .nav-item:hover
{
    font-size: 1.1rem;
    transition: all 0.5 ease;
}
#payment .card .nav-item .active
{
    border-bottom: 3px #007bff solid;
    font-size: 1.10rem;
}

.selected-list
{
    margin: 0.25rem;
    height: fit-content;
}
.selected-item
{
    padding: 0 0.25rem;
    margin: 0.25rem;
    width: fit-content;
}
.selected-item .btn
{
    margin: 0;
    padding:0.1rem;
    color: #777;
}
.selected-item .btn:hover
{
    color: #333;
}

.logo
{
    width:120px;
}

.card-container {
    width:fit-content;
}
.card-box {
    width: 50%;
    min-width: 420px;
    max-width:520px;
    height:280px;
    max-height: 280px;
}

.vacancy
{
    margin: auto; /* Added */
    float: none; /* Added */
    height: calc(100% - 1rem);
    width: calc(100% - 1rem);
    min-width: 400px;
    font-family: Arial;
    color: #555;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    transition: all 0.3s ease;
}
.vacancy:hover {
    /* margin:0.5rem; */
    box-shadow: rgba(0, 0, 0, 0.40) 0px 12px 28px 0px, rgba(0, 0, 0, 0.30) 0px 2px 4px 0px, rgba(255, 255, 255, 0.20) 0px 0px 0px 1px inset;
    transition: all 0.3s ease;
    cursor: pointer;
    transform: translateY(-10px);
}
.vacancy.active {
    border: 3px solid rgba(0, 123, 255, 0.4);
}
.vacancy .card-body {
    padding: 1rem;
}

.vacancy .company {
    height: 100%;
    max-height: 80px;
    width: 100%;
    margin-bottom: 0.75rem;;
}
.vacancy .company-detail {
    margin-left: 1rem;
}
.vacancy .logo
{
    height:100%;
    max-height: 80px;
    width: auto;
}
.vacancy .position {
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
}
.vacancy .company-name {
    width: 100%;
    color: #777;
}

.vacancy .vacancy-detail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: 500;
}
.vacancy .vacancy-detail li {
    line-height: 1.75rem;
}
.vacancy .vacancy-detail small {
    color: #aaa
}
.vacancy .last-row {
    width: 50%;
}
.vacancy i {
    color: #333;
}

.vacancy-float
{
    position: fixed;
    z-index: 999;
}

#view_detail_modal, #view_detail_modal .row{
    padding: 1rem; 
}

#counselor-list
{
    border-radius: 1px solid black;
}

#approval-form
{
    /* border: 1px solid #ccc; */
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding: 2rem;
}



#filter
{
    border: 1px solid #bbb;
    border-radius: 0.2rem;
    /* background-color: #7b8cd1; */
}

#filter .input-group .input-group-prepend .input-group-text
{
    background-color: transparent;
    color: #6c757d;
}

#filter .input-group input
{
    /* border-left-color: white; */
    border-right-color: white;

}
#filter .input-group input:focus
{
    /* box-shadow:0 0 0 0 rgb(0, 0, 0, 0); */
    border: 1px solid #ced4da;
    /* border-left-color: white; */
    border-right-color: white;
}

#filter .input-group select:focus
{
    /* box-shadow:0 0 0 0 rgb(0, 0, 0, 0); */
    border: 1px solid #ced4da;
}

#filter .input-group button
{
    background-color: transparent;
    border: 1px solid #ced4da;
    border-left-color: white;
}
#filter .input-group button:hover
{
    /* background-color: grey; */
    color: #495057;
    font-weight: bold;
    border-left-color: white;
}
#filter .input-group button:focus
{
    box-shadow:0 0 0 0 rgb(0, 0, 0, 0);
    border: 1px solid #ced4da;
    border-left-color: white;
    color: #495057;
}

#filter .filter-btn
{
    border-color: #ced4da;
}

.ck-editor__editable_inline {
    min-height: 260px;
}

.collapsible
{
    background-color: #005fa2;
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size:20px;
    font-weight: bold;
    border:none;
    transition: 1s;
}
.collapsible:hover
{
    background-color: #000080;
}
.collapsible:focus
{
    border: none;
}

.collapsible-tab
{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

}

.collapsible-tab .card-body
{
    padding: 1rem 2rem;
}

.collapsible-tab .card-body h2
{
    color: #005291;

}

.collapse-table
{

}
.collapse-table tr
{
    font-size: 20px;
    height: 60px;
}
.collapse-table td
{
    padding: 1rem;
    /* border: 1px solid #eee; */
}
.collapse-table input[readonly], .collapse-table textarea[readonly]
{
    background-color: transparent;
}
.collapse-table input[readonly]:focus, .collapse-table textarea[readonly]:focus
{
    box-shadow: none;
}


.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.form-header
{
    padding: 0.5rem 1.5rem;
    color: #FFFFFF;
    background-color: #0056B3;
}

#v-profile-tab a.active
{
    background-color: #0056B3;
}

#profile-tabContent
{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding: 1.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
}
