/* basic css */
body {
    overflow-x: hidden;
}

a{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
select,a:focus, input:focus, textarea:focus, button:focus{
    outline: 0 solid;
}
a:hover {
    text-decoration: none;
}
p{
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0;
    font-weight: 700;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
    display: inline-block;

}
ul li a{
    text-decoration: none;
    display: block;
    color: #000;
    transition: .3s;
}
img{
    height: 100%;
    width :100%;
}
button{
    border: none;
}
.bd-btn {
    border: 2px solid #7EADC1;
    background: transparent;
    text-align: center;
    font-size: 16px;
    padding: 8px 15px;
    transition: .3s;
}
.sy-color{
    color: #7EADC1;
}
.bd-btn:hover {
    background: #7EADC1;
    color: #fff;
}
.bg-btn {
    text-decoration: none;
    background-color: #7EADC1;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 15px;
    transition: .3s;
}

.bg-btn:hover {
    background: #16698d;
    color: #000 !important;
}
.f-right{
    float: right !important;
}
.bg-black{
    background: #000;
}

li.nav-item:hover {
    color: #DFCB78 !important;
}
li.nav-item a {
    color: #fff;
    font-weight: 700;
    padding: 10px 10px;
    transition:.3s;
    border: 2px solid #000;
}
li.nav-item a:hover{
    border: 2px solid #7EADC1;
}
.navbar-nav li {
    width: 100%;
    z-index: 1024;
}
span.navbar-toggler-icon {
    background-color: #7EADC1;
}

.bd{
    border: 1px solid #ccc;
}
.bs{
    box-shadow: 0px 2px 10px 0px #ccc;
}
.bg{
    background-color:#002F5E !important;
}
.bg-b{background-color:#0000FF; color:#fff;}
.bg-o{background-color:#FFA500; color:#000;}
.bg-t{background-color:#40E0D0; color:#000;}
.bg-lg{background-color:#90EE90; color:#000;}
.bg-lr{background-color:#FF7F7F; color:#000;}

.bg-r{background-color:#FF0000; color:#000;}
.bg-g{background-color:#16698d; color:#000;}
.bg-y{background-color:#FFFF00; color:#000;}

.bg-c{background-color:#c1c1c1; color:#000;}

.tab-bd{border:2px solid #333;}
/* end basic css */

/* start common css*/
.left-menu_active {
    background-color: #7eadc1;
    color: #000;
    padding-left: 15px !important;
}
.dashboard-left-sidebar{
    border-right: 1px solid #ddd;
}
.offCanvas-menu ul li,.dashboard-left-sidebar ul li {
    display: block;
    border-bottom: 1px solid #ccc;
}

.offCanvas-menu ul li a ,.dashboard-left-sidebar ul li a {
    padding: 10px 5px;
    transition: .3s;
}

.offCanvas-menu ul li a:hover,.dashboard-left-sidebar ul li a:hover {
    background-color: #7eadc1;
    color: #000;
    padding-left: 15px;
}
button.dt-button:not(.disabled), div.dt-button:not(.disabled), a.dt-button:not(.disabled), input.dt-button:not(.disabled) {
    background: #7eadc1 !important;
}
/* end common css*/

/* start login page css*/
.login{
    background-image: url('../img/login-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
/* end login page css*/

/* start admin dashboard css*/
.dashboard-sort-card{
    position: relative;
    border-radius: 20px;
}
/*.dashboard-sort-card{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}*/
/*.dashboard-sort-card:hover.dashboard-sort-card:before{
    visibility: visible;
    right: -35px;
    bottom: -2px;
}
.dashboard-sort-card:hover.dashboard-sort-card:after{
    visibility: visible;
    right: -2px;
    bottom: -35px;
}*/

.dashboard-sort-card h5 {
    font-size:16px;
    transition: 0.3s;
}
/*.left-sub-menu {
   display: none;
}
.left-main-menu li:hover .left-sub-menu {
   display: block;
}*/
.dashboard-sort-card:before{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: -90px;
    bottom: 0px;
    background: #002f5e;
    border-radius: 50%;
    opacity: 0.2;
    transition:.3s;
    visibility: hidden;
}
.dashboard-sort-card:after{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    bottom: -90px;
    background: #002f5e;
    border-radius: 50%;
    opacity: 0.3;
    transition:.2s;
    visibility: hidden;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    position: absolute;
    left: 39%;
    bottom: -16%;
    visibility: hidden;
}
/* end admin dashboard css*/

/* start stage 1 calculation css*/


a.active h5 {
    color: #fff;
}
a.active .dashboard-sort-card{background: #000; !important;}
a.active .arrow-down{visibility:visible;}
/* End stage 1 calculation css*/

/* Company dashboard */
.d-title {
    position: relative;
}

.divider {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 4%;
    z-index: -1;
}
.title-text {
    z-index: 555;
    width: 30%;
    padding: 15px 20px;
    box-shadow: 0px 5px 0px 2px #000;
}
/* End Company dashboard */

/* start Not found page */
.not-found-content-wrap {
    position: relative;
}

.not-found-text {
    position: absolute;
    color: #fff;
    font-size: 80px;
    top: 22%;
    left: 7%;
}
/* End not found page */

/* responsive css
-------------------------------------------------- */
.dashboard-menu-mobile {display: none;}

@media only screen and (max-width: 768px) {
    .dashboard-menu-mobile {
        display: block;
    }

    .dashboard-left-sidebar {
        display: none;

    }


}