


  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Syne:wght@700&display=swap');

  *{margin:0; padding:0px;}

  body{font-family:'Roboto', sans-serif;}

  a, a:hover{text-decoration:none;}
  ul, li{list-style-type:none;}

  .portal-frontend-right ul li .custom-select{
    width:190px;
  }

.main-dashboard-sec {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.notice-success-reset {
    color: green;
    font-weight: 600;
}
.notice-warning-reset {
    color: red;
    font-weight: 600;
}
  .main-dashboard-sec{position:relative; width:100%;}

  .dashboard-sidebar{background:#263544; position:absolute; width:280px; height:100vh; top:0; left:0; z-index:1; }
  .dashboard-container{padding-left:280px; background:#f2f7fb; min-height:100vh; }

  .showMain-dashb .dashboard-sidebar, .showMain-dashb .dashboard-container{transition:all 0.95s ease;}

   .show-collapse .dashboard-container{padding-left:85px;}

  .show-collapse .dashboard-sidebar{width:80px;}
 

  .dashboard-container-inner{padding:4%;}

  .dashboard-sidebar-inner{padding:50px 0px;}
  .dashboard-sidebar-inner ul{padding:0px;}
  .dashboard-sidebar-inner ul li{margin:1px 0;}
.dashboard-sidebar-inner ul li i {
    font-size: 22px;
    width: 32px;
    position: absolute;
    margin:4px 0 0;
}
  .dashboard-sidebar-inner ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding:12px 25px 17px;
    display: block;
    
}

.showMain-dashb .dashboard-sidebar-inner ul li a {transition:all 0.95s ease;}

.dashboard-sidebar-inner ul li a:hover, .dashboard-sidebar-inner ul li a.active, .dashboard-sidebar-inner ul li a:focus{background:#304254 !important;}

.dashboard-sidebar-inner ul li a span {
    position: relative;
    top: 2px;
    left: 38px;
}
 .show-collapse .dashboard-sidebar-inner ul li a span{text-indent:-99999px; display:inline-block;}
.close-sideBar {
    position: absolute;
    top: 10px;
    right: -13px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #263544;
    font-size: 17px;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
    cursor:pointer;
}




.custom-select {
  position: relative;
  font-family: Arial;
}

/*.custom-select select {
  display: none;
}*/

.select-selected {
  background-color:#fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #3f3f3f transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #3f3f3f transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:#414141;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size:15px;
  user-select: none;
  font-family:'Roboto', sans-serif;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color:#fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.top-tools-control ul{display:flex; flex-wrap: wrap; padding:0px;}
.top-tools-control ul li {
    margin: 0 10px;
}
.top-tools-control ul li label {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
}


.breadcrumb {
    /* background: #ffffff; */
    padding: 11px 15px;
    margin: 32px 0;
    /* border-bottom: 1px solid #8e8e8e; */
}
.breadcrumb ul{display:flex;}
.breadcrumb ul li {
    margin: 0 4px;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb ul li a{color:#000;}
.breadcrumb ul li a:hover{text-decoration:underline;}
.breadcrumb ul li{color:#6f6f6f;}

.showPdf-area{height:700px;}


.reverse-spinner {
  position:absolute;
  height:66px;
  width: 66px;
  border: 2px solid transparent;
  border-top-color: #5186ba;
  border-left-color: #5186ba;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;

  top: 45%;
    left: 42%;
    transform: translate(-50%, -50%);
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 2px solid transparent;
  border-top-color: #2f5072;
  border-left-color: #2f5072;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}




@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}


.breadcrumb-showPdf-area{position:relative;}
.portal-pdf-loader {
    background:#f2f7fb;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height:55vh;
}


.non-logged-in-user {
    max-width: 500px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    border-radius: 6px;
}
.non-logged-in-user form{
}

.non-logged-in-user form label {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    font-size: 15px;
}

.non-logged-in-user form  input.input {
    width: 100%;
    border: 1px solid #909090;
    padding: 8px 12px;
    font-size: 15px;
}

.non-logged-in-user form  input.input:focus{outline:none;}

.non-logged-in-user form .login-remember {
    margin: 20px 0 10px;
}

/*
.non-logged-in-user form .login-submit .button {
    padding: 3px 42px 7px;
    font-size: 15px;
    margin: 7px 0 0;
    border:1px solid #28303d;
}*/

.non-logged-in-user form .login-submit .button {
	font-size: 15px;
	margin: 7px 0 0;
	border: none;
	background: #000000;
	color: #ffffff;
}

/*.non-logged-in-user form .login-submit .button:hover{border:1px solid #28303d;}*/


.non-logged-in-user form label {
    display: block;
    width: 100%;
    margin: 12px 0 2px;
    /* font-size: 15px; */
    color: #3d3d3d;
    font-size: 14px;
}
.non-logged-in-user form .login-remember label {
    display: flex;
    font-size: 13px;
    color: #666;
}
.non-logged-in-user form .login-remember label input {
    border: 1px solid #a1a1a1;
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}

.non-logged-in-user form .login-remember label input:focus{outline:none;}

.dashboard-container .top-tools-control .custom-select select {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    height: auto;
    padding: 7px 10px;
    font-size: 15px;
    width: 100%;
    cursor:pointer;
}

.dashboard-container .top-tools-control .custom-select select:focus{outline:none;}

    .dashboard-container .top-tools-control h2{
        font-size: 28px;
        font-weight: 600;
        margin:0 0 25px;
    }

    .dashboard-container .top-tools-control p {
        font-size: 15px;
        margin:7px 0;
    }
    .dashboard-container .top-tools-control span {
        display: inline-block;
        width: 120px;
    }


  .main-dashboard-sec .non-logged-in-user h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
    text-align: center;
}

   .payslip_not_found {
        display: flex;
        min-height:55vh;
        align-items: center;
        justify-content: center;
        color: red;
        font-size: 18px;       
    }


.pdf-month-week{padding:15px 0 17px;}
.pdf-month-week ul{display:flex;}
.pdf-month-week ul li {
    font-weight: 500;
    margin: 0 4px;
    color: #5b5b5b;
    font-size: 17px;
}
.pdf-month-week ul li a{color:#242424;}

.pdf-grid-view{}
.pdf-grid-view ul {
    display: flex;
    flex-wrap: wrap;
}
.pdf-grid-view ul li {
    width: 29%;
    border: 1px solid #d2d2d2;
    margin: 0 1% 11px;
    border-radius: 4px;
    text-align: center;
    padding:15px;
}
h4.pdf-week {
    font-size: 15px;
}
.pdf-grid-view ul li .pdf-view{}
.pdf-grid-view ul li .pdf-view i {
    font-size: 55px;
    color: #F40F02;
}
.pdf-grid-view ul li .pdf-download {
    padding: 24px 0 0;
}
.pdf-grid-view ul li .pdf-download a {
    display: inline-block;
    background: #343434;
    color: #fff;
    font-size: 14px;
    padding:4px 17px;
    border-radius: 4px;
    letter-spacing: 0.2px;
    border:1px solid transparent ;
    transition:all 0.85s ease;
}
.pdf-grid-view ul li .pdf-download a:hover{background:transparent; border:1px solid #343434; color:#343434;}

.user-payslip-pdf {
    padding: 9px 0;
}

@media(max-width:767px){

	.dashboard-container{padding-left:70px;}
	.dashboard-sidebar{width:65px;}
	.dashboard-sidebar-inner ul li a span{display:inline-block; text-indent:-99999px;}
	.show-collapse .dashboard-sidebar{width:280px;}
	.show-collapse .dashboard-sidebar-inner ul li a span{text-indent:0px;}
	.dashboard-container-inner {
	    padding: 10% 7%;
	}

	.top-tools-control ul li {
	    margin: 7px 10px;
	    width: 100%;
	}
	.select-items div, .select-selected{}
	.custom-select{width:100% !important;}


    .payslip_not_found, .portal-pdf-loader{min-height:26vh}

    .pdf-grid-view ul li{width:93%; margin:0 1% 5%;}

}



/*************************/

/*.tab-container {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab {
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #ccc;
}

.tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
}
*/