
.dropdown-menu {
    position: relative !important;

    float: unset !important;
    }
    .top-background {
  background: linear-gradient(to left, #fc5205 20.33%, #f89f29);
  position: absolute;
  top: -17vh;
  height: 75vh;
  width: 100%;
  transform: skewY(-4deg);
  z-index: -1;
}
body {
    min-height: 100vh;
    background-color: #f7fafc;
    padding-bottom: 20px;
}
.card-body i{
	color:#fc4c02 !important
}
.login-container.row {
    min-height: calc(85vh - 88px);
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.logo {
    color: #fc4c02;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3em rgb(50 50 93 / 15%);
    margin-top: 40px;
}
.custom-checkbox a{
      color: #8898aa !important;
      font-weight: 400;
      line-height: 1.5;
      font-size: 0.875rem;
      float: right;
      margin-top: 2px;
}
.page .top-background {
    background: linear-gradient(to left, #fc5205 20.33%, #f89f29);
    position: absolute;
	top: 0;
    height: 50vh;
    width: 100%;
    transform: skewY(0deg);
    z-index: -1;
}
.page .logo{
	margin-top: 20px;
}
.main-menu{
	text-align:right;
	padding: 1rem 0rem;
	margin-top: 27px;
}
.main-menu li{
	display:inline-block;
	color:#fff;
	padding-left: 50px;
}
.main-menu li a{
	color:#fff;
	font-weight: 600;
}
.page .login-container{
	    min-height: calc(60vh - 90px);
	    background: #fff !important;
	    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%) !important;
	    border-radius: 5px;	
    border: 1px solid #ddd;
}
.bg-secondary-w{
	background:#fff !important
}
.user-box{
	padding-left:15px;
	padding-right:15px;
	margin-top:20px
}
.user-box a{
	text-align:right;
	margin-left:auto;
	display:block;
	width:fit-content;
	background:#fc5205;
	color:#fff;
	border-radius:5px;
	padding:5px 10px;
	box-shadow: 1px 1px 5px 2px #00000029;
}
.table-class{
	border:0;
	margin-top:20px
}
.table-class th{
	padding:10px 15px;
	background:#ddd;
	text-transform:uppercase;
	color:#000;
	font-size:16px !important;
	border:0
}

.table-class td{
	padding:10px 15px;
	border:0;
	border-bottom:1px solid #ddd;
	color:#000;
	font-size:15px !important;
}
.table-class th:nth-last-child(1){
	text-align:center;
}
.table-class td:nth-last-child(1){
    text-align:center;
    color:#000 !important
}
.table-class td:nth-last-child(1) a{
	color:#000
}
.user-box h3{
	font-size:20px;
	color:#000
}
.my-form{
	margin-top:30px
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fc4c02 !important;
    border-color: #fc4c02 !important;
}
.dropdown.main .dropdown-menu-arrow{
	display:block;
	left:auto;
	right:0 !important;
}
.date-picker .form-group{
	display: flex;
	align-items:center
}
.date-picker label{
	margin-right:10px
}
a{
text-decoration:none !important;
box-shadow:none !important
}
.main-menu > li >  a > i{
	background:#fff;
	padding: 5px;
	color:#fc5205;
	border-radius:50px;
	height:30px;
	width:30px;
	line-height: 19px;
	text-align: center;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.main-menu{
	display:block !important;
}
.nav-item.dropdown:hover .dropdown-menu{
	display:block
}
.main-menu .dropdown-menu{
	margin-top:8px;
	position: absolute !important;
	padding: 10px;
	left:20px
}
.main-menu .dropdown-menu li{
	width:100%;
}
.main-menu .dropdown-menu li i{
	color:#fb5205;
	margin-right:5px
}
.main-menu .dropdown-menu:before{
	content:"\f0d8";
    font:normal normal normal 25px fontawesome;
    position:absolute;
    top:-15px;
    color:#fff;
    left:30%;
}
.main-menu .dropdown-menu li a{
	padding-left:0;
	padding:10px 0;
	color:#000;
	font-weight:400
}
.main-menu .dropdown-menu li{
	padding-left:0;
	padding:10px 0;
	color:#000
}
.page-link{
	color: #fc4c02;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.user-info b{
	margin-bottom:20px;
	display:block
}
.user-box{
	padding-bottom:10px
}
.jjpost-trans .dropdown.main .dropdown-menu-arrow{
	position:absolute !important;
	right:0px !important
}
.jjpost-trans .dropdown .dropdown-menu-arrow{
	right:-1000px !important;
	
	position:absolute !important;
}
.jjpost-trans{
	overflow:hidden
}
.jjpost-trans th{
	font-size: 16px !important;
	letter-spacing: 0 !important;
}
.jjpost-trans th:nth-child(2), .jjpost-trans td:nth-child(2){
	width: 16% !important;
	padding:5px 7px
}
.jjpost-trans th:nth-child(3), .jjpost-trans td:nth-child(3){
	max-width: 240px !important;
	padding: 10px 7px;
	width: 240px !important;
	word-break: break-all;
	overflow-wrap: break-word !important;
	overflow-x: auto;
}
.jjpost-trans th, .jjpost-trans td{
	padding: 10px 10px !important;
	overflow-wrap: break-word !important;
	word-break: break-all;
}