.upper-header {
    background-color: #9046CF;
    color: #fff;
    padding: 4px 15px;
    font-size: 1rem;
    text-align: center;
}

.main-card {
    display: block;
    border-radius: 0.25rem;
    background-color:#9046CF;
    color: #fff;
    width: 100%;
    padding: 15px;
}

.main-card .state {
    font-size: 20px;
}

.main-card:hover {
    color: #fff;
    text-decoration: none;
}

.main-card-header {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.main-card-content {
    padding: 15px 0;
}

.card-col {
    display: flex;
    margin-bottom: 30px;
}

.form-card {
	padding: 15px 25px;
    border: 1px solid #a7a7a7;
    background-color: #e7faff;
    border-radius: 4px;
}

.form-card .form-control,
.form-card .btn,
.form-card {
    font-size: 0.875rem;
}

.first-color {
    background-color: #9046CF;
}

.second-color {
    background-color: #CC59D2;
}

.third-color {
    background-color: #F487B6;
}

.fourth-color {
    background-color: #c1aa16;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
}
.navbar-main {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-main .navItem {
    position: relative;
    display: inline-block;
}

.navbar-main .navLink {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 0.875rem;
}

.tree-view {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    z-index: 12;
    background-color: #fff;
    box-shadow: 0 3px 6px #d6d6d6;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.1s ease-in-out;
    display: block;
}

.navbar-main .navItem:hover .tree-view {
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
}

.navbar-main .navItem:hover .navLink {
    background-color: #9046CF;
    color: #fff;
}

.tree-view .tree-node {
    display: block;
    color: #555;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 0.875rem;
}

.tree-view .tree-node:hover {
    background-color: #9046CF;
    color: #fff;
}

.footer-wrapper {
    background-color: #150623;
}

.copyright {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.navLink .chip {
    display: inline-block;
    border-radius: 30px;
    padding: 4px 16px;
    font-size: 10px;
    text-transform: capitalize!important;
    background-color: #9046CF;
    color: #fff;
    margin-left: 4px;
}

.mainlogo {
    margin: 8px auto;
    width: 150px;
}

.rightlogo img {
    width: 120px;
}

.rightlogo span {
    font-size: 24px;
    margin-right: 8px;
    font-weight: 600;
}

.top-right-filter {
    position: absolute;
    right: 0;
    top: 4px;
}

.top-right-filter .filter-col {
    padding: 0 15px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}

.page-wrapper {
    margin-top: 118px;
}




@media screen and (max-width: 768px) {
    .top-right-filter {
        position: static;
        justify-content: center;
    }

    .page-wrapper {
        margin-top: 142px;
    }
}

@media screen and (max-width: 576px) {
    .upper-header {
        font-size: 14px;
    }

    .page-wrapper {
        margin-top: 125px;
    }

    .icon-container {
        margin-bottom: 15px;
    }
}


/* 15/10/2020    SLN Softwares*/
.upper-header {
    background-color: #fff;
    color: rgb(24, 24, 24);
    padding: 5px 15px;
    font-size: 20px;
    text-align: left;
}

.header-wrapper {
    z-index: 99;
}
.hideBoxSelect2{
    width: 150px !important;
    padding-right: 15px !important;
}
.topleft {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
}
.topleft a{
    color: #fff;
}

.hideBoxSelect2{
    align-self: center;
    font-size: 20px;
}

.first-color {
    background-color: #00bfed;
    transition: .3s;
}

.first-color:hover{
    background: url(../images/shape.png)
}

.second-color {
    background-color: #da6918;
    transition: .3s;
}
.second-color:hover{
    background-color: #009450;
}
.third-color {
    background-color: #f39b10;
    transition: .3s;
}
.third-color:hover {
    background-color: #dd8d12;
}
.fourth-color {
    background-color: #dd4a36;
    transition: .3s;
}
.fourth-color:hover {
    background-color: #c54032;
}
.fifth-color {
    background-color: #358664;
    transition: .3s;
}
.fifth-color:hover {
    background-color: #2d7858;
}
.sixth-color{
    background-color: #e02c6e;
    transition: .3s;
}
.sixth-color:hover{
    background-color: #c41c5a;
}
.seventh-color{
    background-color: #31bdbd;
    transition: .3s;
}
.seventh-color:hover{
    background-color: #2ca9ab;
}
.eighth-color {
    background-color: #30bbbb;
    transition: .3s;
}
.eighth-color:hover{
    background-color: #c0c2cb;
    color: black;
}

.first-color:hover, .second-color:hover, .third-color:hover, .fourth-color:hover, .fifth-color:hover, .sixth-color:hover, .seventh-color:hover, .eighth-color:hover {
    background: #19308d;
}

.icon-container i{
    color: #fff;
    opacity: .8;
}
.eighth-color i{
    color: black;
}

.eighth-color:hover{
    color: #fff;
}

.first-color:hover i, .second-color :hover i, .third-color:hover i, .fourth-color:hover i, .fifth-color:hover i, .sixth-color:hover i, .seventh-color:hover i, .eighth-color:hover i{
    opacity: 1;
    border-color: #5f5f5f;
}

.first-color:hover img, .second-color :hover img, .third-color:hover img, .fourth-color:hover img, .fifth-color:hover img, .sixth-color:hover img, .seventh-color:hover img, .eighth-color:hover img{
    border-color: #ffffff;
    background-color: #ffffff2e;
}


.dashicon {
    width: 95px;
    height: 95px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashicon img {
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    color: #192b88;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #5a5a5a;
}


.owl-theme .owl-prev, .owl-theme .owl-next {
    background: #1b3692bd !important;
    width: 35px;
    height: 50px !important;
    color: #fff !important;
}
.owl-theme .owl-prev span, .owl-theme .owl-next span {
    line-height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    text-align: left;
}
.hideBoxSelect2 option{
    font-size: 20px !important;
}
    
.forgot {
    width: 100%;
    text-align: center;
    color: #ff7b00;
    font-size: 16px;
    display: block;
    margin-top: 4px;
    text-transform: uppercase;
}

.utility p{
    font-size: 16px;
    text-transform: uppercase;
}

.login-form label {
    font-size: 14px;
}
.login-form .form-control {
    font-size: 16px;
    padding: 10px 15px;
    height: 45px;
}
.login-form .btn{
    padding: 10px 20px;
    font-size: 16px;
}

.space{
    margin: 0px 20px;
}

.copyright {
    font-size: 20px;
}

.logo_left{
    display: block;
    align-items: center;
    height: 100%;
}

.text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.text p {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 23px;
    color: #da6918;
}

.text p span {
    font-size: 17px !important;
    display: block;
    font-weight: 600;
}

.logo_left img{
    width: 180px;
}
.logo_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.logo_right img{
    width: 95px;
    margin-left: 15px;
}

.header_bg {
    background-size: contain;
    background-repeat: repeat;
}

.menu ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
}
.menu ul li{
    margin: 0px 10px;
}

.radio{
    display: flex;
}
.radio .custom-radio{
    margin-left: 15px;
}
.radio .custom-control-label{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.mainheader {
    background-color: #30bbbb;
    border-top: 1px solid #cccccc47;
    padding: 10px 0px;
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #da6918 !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    border-color: #dcdc13;
}


.owl-carousel {
    height: 450px;
}

.owl-carousel .item {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menu ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}


.page-wrapper {
    margin-top: 0px;
}

.header-wrapper {
    position: inherit;
}




.top_header {
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
    background:#000;
    
}
.top_header ul{
    margin:0px;
}
.top_header ul li{
    display:inline;
    list-style-type:none;
}
.sticky {
    padding:7px 0px;
}

.form-group {
    margin-bottom:10px;
    position: relative;
}

.login-form h3 {
    font-size: 18px;
	text-align:center;
}


.lastcard {
    height: 156px;
}


.cardsection a {
    padding: 15px;
    margin-top: 30px;
}

@media (max-width:920px){
    .owl-carousel {
        height: 300px;
    }
}

@media (max-width:767px){
    .upper-header .col-md-3, .upper-header .col-md-9{
        text-align: center !important;
    }
    

    .topleft {
        position: inherit;
        display: block !important;
    }
        .topleft a {
            background-color: #30bbbb;
            display: block;
            text-align: center;
            text-decoration: none !important;
            margin-left: 10px;
            font-size: 16px;
        }

    .space{
        margin:0px;
    }

    .upper-header {
        font-size: 16px;
    }
    .copyright {
        font-size: 16px;
    }
	  .owl-carousel {
        height: 250px;
    }
}


@media (max-width:375px){
    .owl-carousel{
        height: 150px;
    }
    .menu ul li a {
        font-size: 14px;
    }
    .radio .custom-control-label {
        font-size: 14px;
    }
    .radio {
        flex-direction: column;
    }
    .radio .custom-radio {
        margin-left: 10px;
    }
}

