*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    overflow-x:hidden;
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('fonts/Poppins-Black.woff2') format('woff2'),
        url('fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('fonts/Poppins-Thin.woff2') format('woff2'),
        url('fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* top header */
.top-header{
    position: absolute;
    width: 100%;
    padding: 1.5rem 0;
    background-color: white;
    border-bottom: 1px solid #e6e3e3;
    z-index: 0;
}
.top-header p{
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    color: #dc3135;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2rem;
}
.top-header p i{
    color: #dc3135;
    font-size: 1rem;
}
/* sidebar */
.sidebar{
    padding: 1rem 1rem;
}
.sidebar .logo .img-brand-logo{
    margin: 1rem 0rem;
    width: 90%;
}
.sidebar ul.nav.flex-column{
    padding: 2rem 0 2rem 0;
    width: 100%;
}
.sidebar .nav-link{
    font-family: 'Poppins-Regular';
    color: black;
    font-size: 1rem;
    padding: 1rem 3.5rem;
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.sidebar .nav-link.active{
    background-color: #dc3135; 
    color: white;
}
.sidebar ul li.nav-item{
    margin: 0.2rem 0;
}
.sidebar ul li.nav-item:hover{
    background-color: #dc3135; 
}

.sidebar ul li.nav-item:hover .nav-link{
    color: white;
}
.sidebar ul li.nav-item:nth-child(1){
    background-image: url("../css/images/manage-admin.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(1) .nav-link.active{
    background-image: url("../css/images/manage-admin-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(1):hover{
    background-image: url("../css/images/manage-admin-white.png");
}
.sidebar ul li.nav-item:nth-child(2){
    background-image: url("../images/manage-employee.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(2) .nav-link.active{
    background-image: url("../css/images/manage-employee-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(2):hover{
    background-image: url("../css/images/manage-employee-white.png");
}
.sidebar ul li.nav-item:nth-child(3){
    background-image: url("../css/images/corporate.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(3) .nav-link.active{
    background-image: url("../css/images/corporate-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(3):hover{
    background-image: url("../css/images/corporate-white.png");
}
.sidebar ul li.nav-item:nth-child(4){
    background-image: url("../css/images/engineering-services.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(4) .nav-link.active{
    background-image: url("../css/images/engineering-services-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(4):hover{
    background-image: url("../css/images/engineering-services-white.png");
}
.sidebar ul li.nav-item:nth-child(5){
    background-image: url("../css/images/altair.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(6){
    background-image: url("../css/images/mathworks.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(7){
    background-image: url("../css/images/stratasys.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(7) .nav-link.active{
    background-image: url("../css/images/stratasys-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
}
.sidebar ul li.nav-item:nth-child(7):hover{
    background-image: url("../css/images/stratasys-white.png");
}
/* radio button */
.form-check-input:checked {
    background-color: #dc3135;
    border-color: #dc3135;
}
.form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgb(233 30 99 / 27%);
}
.form-check-input{
    border: 1px solid #333333;
}
/* admin-dashboard */
.col-left{
    /* position: fixed; */
    position: relative;
    /* height: 100%; */
    border-right: 1px solid #e6e3e3;
    background-color: white;
    z-index: 10;
}
.col-right {
    margin-top: 4.5rem;
    background-image: url(../images/col-right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 2.75rem 5rem 2rem;
    /* margin-left: 25%; */
}
.col-right h2{
    font-family: 'Poppins-SemiBold';
    font-size: 1.375rem;
    color: #333333;
}
.col-right h6{
    font-family: 'Poppins-Medium';
    font-size: 1.125rem;
    color: #333333;
    background-color: #f3f3f3;
    padding: 1.125rem 2rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
}
.col-right .form-section{
   background-color: white;
   box-shadow: 10px 10px 10px #e4e4e4;
   padding: 3rem 2.5rem;
}
.form-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}
.form-group label{
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    color: #333333;
}
label{
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    color: #333333;
}
.form-group .form-control{
    font-family: 'Poppins-Regular';
    font-size: 0.875rem;
    background-color: #f3f3f3 !important;
    border-radius: 0px;
    border: 0px;
    padding: 0.8rem 1rem;
}
.form-control{
    font-family: 'Poppins-Regular';
    font-size: 0.875rem;
    background-color: #f3f3f3 !important;
    border-radius: 0px;
    border: 0px;
    padding: 0.8rem 1rem;
}
.form-group small{
    font-family: 'Poppins-Regular';
    font-size: 0.875rem;
    color: #333333;
}
.final-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.btn{
    font-family: 'Poppins-Medium';
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0px;
}
a.btn-save{
    background-color: #0090db;
    color: white;
}
a.btn-save:hover{
    background-color: #2f6785;
    color: white;
}
.btn-save{
    background-color: #0090db;
    color: white;
}
.btn-save:hover{
    background-color: #2f6785;
    color: white;
}
.btn-view{
    background-color: #00771f;
    color: white;
}
.btn-view:hover{
    background-color: #256536;
    color: white;
}
.btn-delete{
    background-color: #babc00;
    color: white;
}
.btn-delete:hover{
    background-color: #96983a;
    color: white;
}
a.btn-cancle{
    background-color: #dc3135;
    color: white;
}
a.btn-cancle:hover{
    background-color: #872022;
    color: white;
}
.final-btns .btn a{
    text-decoration: none;
    color: white;
}
#button{
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    background-color: #f3f3f3;
    padding: 0.5rem 1.5rem;
    color: #333333;
    border: 0px;
}
/* stratasys */
p.add-file-text{
    text-align: right;
}
.product-categories ul {
    padding: 2rem 1rem;
    background-color: white;
    border-top: 2px solid #aaaaaa;
    margin-top: 2rem;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow-x: scroll;
}
.product-categories ul li {
    /* margin-right: 1rem; */
    list-style: none;
    font-family: 'Poppins-Medium';
    padding: 0rem 1rem 0 0;
    font-size: 0.875rem;
    border-radius: 0px;
    /* background-color: #0090db; */
    color: white;
    /* width: 100%; */
    height: fit-content;
    white-space: nowrap;
    cursor: pointer;
}
.nav-pills .nav-link{
    font-family: 'Poppins-Medium';
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0px;
    background-color: #0090db;
    color: white;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover{
    background-color: #0b6390;
}

.file-details{
    margin-top: 4rem;
}
.file-details .table td{
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    color: #333333;
    padding: 1.5rem;
}
.file-details .table td strong{
    font-family: 'Poppins-Medium';
}
.file-details .table th{
    font-family: 'Poppins-Medium';
    font-size: 1rem;
    color: #333333;
    background-color: #f3f3f3;
    padding: 1rem 1.5rem;

}
.file-details .table td.files-btns{
    column-count: 2;
}
/* paginaion */
ul.pagination{
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
    margin-top: 2rem;
}
.pagination .page-link{
    font-family: 'Poppins-Regular';
    color: #333333;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 0px;
    border-right: 3px solid #f0f0f0;
   
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0px;
    border: 0px;
}
.page-item:first-child .page-link{
   border-right: 3px solid #f0f0f0;
}
.page-item:last-child .page-link{
    border-left: 1px solid #f0f0f0;
}
.page-link:hover, .page-link:focus, .page-link:active{
    background-color: #dc3135;
    color: white;
}
/* footer */
.footer{
    background-color: #4c4c4c;
    text-align: center;
    color: white;
    padding: 1rem 0;
}
.footer p{
    font-family: 'Poppins-Regular';
    font-size: 0.875rem;
    margin-bottom: 0;
}
/* login */
.login-form-section{
    border: 4px solid #dc3135;
}
.login-frame{
   display: block;
   margin: 5rem auto;
   /*padding-left: 4rem;
   padding-right: 4rem;
   */
}
.img-bg{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.login-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 3rem 0;
}
.img-login-brand{
    width: 50%;
    display: block;
    margin: 1rem auto;
}
.login-section h2{
    font-family: 'Poppins-SemiBold';
    font-size: 1.375rem;
    margin-top: 1rem;
    text-align: center;
    color: #dc3135;
}
.login-section h6{
    font-family: 'Poppins-Regular';
    font-size: 1.125rem;
    margin-top: 1rem;
    text-align: center;
    color: #333333;
}
.two-login-buttons{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 98%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.two-login-buttons a p{
    margin-bottom: 0;
}
.two-login-buttons a:first-child{
    position: relative;
}
.two-login-buttons a:first-child::after{
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: white;
    top: 12px;
    right: 0;
}
.two-login-buttons a{
    color: white;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 1.125rem;
    padding: 1rem 2rem;
    background-color: #dc3135;
    color: white;
    width: 100%;
    text-align: center;
}
.two-login-buttons a:hover{
    background-color: #872022;
}
.login-section form{
    padding-left: 1.5rem;
    padding-right: 2.5rem;
}
.login-section form a.btn{
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
}
.login-section form label{
    margin-bottom: 10px;
}
.login-section form a h4{
    font-family: 'Poppins-Regular';
    font-size: 0.875rem;
    color: #577fff;
    text-align: center;
    text-decoration: none;
}
.login-section form a{
  text-decoration: none;
}

/* tabs */
@media (max-width: 992px){
    .col-left {
        position: relative;
        height: auto;
    }
    .top-header{
        position: relative;
    }
    button.navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -5rem;
        border: 0px;
    }
    .sidebar .logo .img-brand-logo {
        margin: 1rem 0rem;
        width: 35%;
    }
    .col-right {
        margin-top: 0rem;
        padding: 3rem 2.75rem 3rem 2rem;
        margin-left: 0%;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
}
/* mobile */
@media (max-width: 640px){
    .top-header p {
        padding-right: 0rem;
    }
    .sidebar {
        padding: 1rem 0rem;
    }
    .sidebar .logo .img-brand-logo {
        width: 60%;
    }
    button.navbar-toggler {
        margin-top: -4rem;
    }
    .file-details {
       overflow-x: auto;
    }
    .col-right {
        margin-top: 0rem;
        padding: 2rem 1rem 2rem 1rem;
        margin-left: 0%;
    }
    ul.pagination {
        margin-right: 0rem;
    }
    p.add-file-text {
        text-align: right;
        margin-top: 1rem;
    }
}
