/* custom css*/

.align-center .rounded{
    margin: 3vh 0;
    width: 100px;
}

.align-center figcaption{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3vh;
    padding-top:1em;
}

.align-center{
    text-align: center;
}

.section_box{
    padding:30px 0px;
    text-align: center;  
    border-radius: 10px;
    background-color: #ffffff;
    border:1px solid #efefef;
}

.section_box label{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    padding-top: 20px;
}

.spacer{
    padding:15px 0;
    display: block;
}

.border_radius{
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border:1px solid #1f1b4e;
    transition: all 0.3s ease-in-out;
}

.border_radius:hover{
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.border_radius:hover > label{
    color: #fd9701!important;
}


.section_block .fa-medkit{
    color: #fd9701;
    font-size: 40px;
}

.section_block .fa-2x{
    font-size: 35px;
    color: #e13e32;
}

.hidden{
    visibility: hidden;
}


.main-sidebar, .left-side{
    padding-top:0px!important;
}

.skin-red-light .wrapper, .skin-red-light .main-sidebar, .skin-red-light .left-side{
    background:url(../../../images/sidebar.jpg) no-repeat!important;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 
    0 4px 25px 0 rgb(0 0 0 / 12%), 
    0 8px 10px -5px rgb(0 0 0 / 20%)!important;
}

.skin-red-light .sidebar-menu > li:hover > a, .skin-red-light .sidebar-menu > li.active > a {
    background-color: #f44336!important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(244 67 54 / 40%)!important;
    color: #ffffff!important;
}

.sidebar{
    padding: 0 15px;
}

.skin-red-light .sidebar-menu > li > a{
    border-radius: 5px;
}

.skin-red-light .sidebar a {
    color: #000000!important;
}

.sidebar-menu>li{
    margin-bottom: 10px!important;
}

.sidebar-menu>li a{
    font-weight: normal!important;
}

/* .main-sidebar, .left-side{
    width: 250px!important;
} */

.content-wrapper{
    min-height:800px !important;
}

.common-header {
    justify-content: space-between;
    background-color: #3e3f80;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0px 4px 15px 0px #cccccc;
}
.common-header label {
    display: inline;
}
    .common-header .table {
        margin-bottom: 0px
    }
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background-color: transparent !important;
}

.navbar a{
    color: #ffffff!important;
}

/*---icon on right side color change on hover---*/
.navbar a:hover{
    color:#00ff95!important;
}

.navbar{
    margin-bottom:0px!important;
}

.heading h3{
    margin: 0px!important;
    color: #ffffff;
}

.skin-red-light .sidebar-menu > li > .treeview-menu {
    background: #00000017!important;
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}

.skin-red-light .sidebar-menu > li > .treeview-menu > li:hover {
    background: #afb6e8 !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    .skin-red-light .sidebar-menu > li > .treeview-menu > li:active {
        background: #afb6e8 !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .skin-red-light .sidebar-menu > li > .treeview-menu > li.active {
        background: #afb6e8 !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.user_profile img{
    border-radius: 50%;
    width: 25px;
}

.input-group-addon{
    background-color: #25af4f!important;
    color: #ffffff!important;
}

.table{
    border:1px solid #ececec;
}

.table th{
    background-color: #ececec;
}

.table td{
    border-bottom: 1px solid #ececec;
}

.total-amount h3{
    margin: 0 0 15px 0;
    color: #bb0606;
}

.total-amount h2{
    margin-bottom: 20px;
    font-size: 26px;
}

.align-center{
    text-align: center!important;
}

.spacing{
    padding: 20px 0;
}

.mt-2{
    margin-top:20px!important;
}

.clr{
    color:red;
}

.breadcrumb {
    padding: 5px 5px 0 0!important;
    margin-bottom: 0!important;
    margin-top:0px;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0px!important;
}

.nav-stacked>li{
    border-bottom: 1px solid #ececec!important;
    padding-bottom: 1px!important;
}

.breadcrumb li a.active{
    color:#e13e32;
}

.bold{
    font-weight: bold;
}

.cards{
    background: url(../../../images/payment.jpg)#ffffff no-repeat right center!important;
    padding-right: 110px!important;
    background-size: 100px!important;
}

.form-control{
    /*height: 45px!important;*/
    border-radius: 5px!important;
}

.pd-tb{
    padding:10px 0!important;
    font-size: 18px;
    text-transform: uppercase;
}





/*CSS for tree view*/

.map{
    text-align: center;
    padding:2em 0;
}

.main-member label{
    display: block;
}

.icon-green{
    color: #87d04b!important;
}

.flxbox{    
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
}

.blue{
    
    padding: 0.7em 0 2em 0;
    border:1px solid #000000;
}

.blue-icon{
    color: #9cc8ff;
}

.blue h4{
    margin-bottom: 2em;
    margin-top:0;
}

.amber{
    padding: 0.7em 0 2em 0;
    border:1px solid #000000;
}

.amber-icon{
    color: #eebc97;
}

.amber h4{
    margin-bottom: 2em;
    margin-top:0;
}

.purple{
    padding: 0.7em 0 2em 0;
    border:1px solid #000000;
}

.purple-icon{
    color: #e0a4c8;
}

.purple h4{
    margin-bottom: 2em;
    margin-top:0;
}

.sub-members{
    padding-top: 4em;
}

.main-member .fa::after{
    content: '';
    position: absolute;
    bottom: -56px;
    left: 22px;
    border-right: 1px solid #000000;
    height: 100%;
}

.sub-members::after{
    content: '';
    border-bottom: 1px solid #000000;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 142px;
}

.icon .fa::after{
    content: '|';
    position: absolute;
    top: -36px;
    left: 7px;
    color: #000000;
}

.left label{
    font-weight: normal;
    font-size: 12px;
}

.right label{
    font-weight: normal;
    font-size: 12px;
}

.indicator{
    height: 10px;
    width: 10px;
    background-color: #8a0606;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.left .lni{
    font-weight: bold!important;
    font-size: 20px!important;
    color: #000000!important;
}

.right .lni{
    font-weight: bold!important;
    font-size: 20px!important;
    color: #000000!important;
}

.payment{
    border:1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 15px;
}

.payment .form-group{
    margin-bottom: 0px!important;
}




/*Payment CSS*/

.paymt{
  /*display: inline-flex;*/
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
}
.paymt .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:left;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.paymt .fh{
    height:100% !important;
    
  padding: .5rem .5rem;
}
.paymt .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin:0 10px;
}
.paymt .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option_1:checked:checked ~ .option_1,
#option_2:checked:checked ~ .option_2,
#option_3:checked:checked ~ .option_3,
#option_4:checked:checked ~ .option_4{
  border-color: #0069d9;
  background: #0069d9;
}
#option_1:checked:checked ~ .option_1 .dot,
#option_2:checked:checked ~ .option_2 .dot,
#option_3:checked:checked ~ .option_3 .dot,
#option_4:checked:checked ~ .option_4 .dot{
  background: #fff;
}
#option_1:checked:checked ~ .option_1 .dot::before,
#option_2:checked:checked ~ .option_2 .dot::before,
#option_3:checked:checked ~ .option_3 .dot::before,
#option_4:checked:checked ~ .option_4 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.paymt .option span{
  font-size: 20px;
  color: #808080;
}
#option_1:checked:checked ~ .option_1 span,
#option_2:checked:checked ~ .option_2 span,
#option_3:checked:checked ~ .option_3 span,
#option_4:checked:checked ~ .option_4 span{
  color: #fff;
}


/*-- For Svg image --*/
.success-msg{
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin: 3em 0;
}

.success-msg h3{
    color:#32b97b;
}

.failed-msg{
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin: 3em 0;
}

.failed-msg h3{
    color:#f44336;
}


/*Styles By Naveen*/

.register h4{
	margin:10px 0;
}

.register span{
	display:block;
	margin-bottom:15px;
}

.loginFields span{
    font-weight: bold;
}

.modal{
    z-index: 9999!important;
}



.alert {
    position: absolute;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 250px;
    top: 5%;
    right: 3%;
    display: none;
}

.close{
    position: absolute;
    top:2px;
    right: 5px;
    z-index: 9999;
    color: #00000075!important;
}

.aligh-right{
    text-align: right;
}

.pt-1{
    padding-top: 10px!important;
}

.loginWrapper {
    /* background: #f5f5f5; */
    background: url(../images/login-bg.jpg) top left no-repeat;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.loginWrapper .login-container {
    width: 100%;
}

.loginBox h4 {
    margin: 30px 0;
    color: #000;
}

.loginFields h4 {
    margin: 20px 0;
}

.loginBtn {
    background: #020281;
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    text-transform: normal;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 16px;
}

.loginBtn:hover {
    color: rgb(100, 214, 248)
}

.rgisterBtn {
    border: 1px solid #020281;
    border-radius: 2px;
    color: #020281;
    font-weight: 600;
}

.loginFields {
    background: rgba(255, 255, 255, .3);
    padding: 30px;
}

.loginFields .form-control {
    height: auto;
    padding: 0.875rem .75rem 0.875rem 3.5rem!important;
    border-radius: 2px;
}

.registerBox {
    margin-top: 4rem;
}

.registerBox h5 {
    color: #000;
}

.loginFields i {
    position: absolute;
    left: 25px;
    top: 15px;
    font-size: 18px;
}

.loginFields .form-group {
    position: relative;
    margin-bottom: 15px;
}

.reg_form input[type="radio"]{
    display: block;
}

.register .profile{
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.flex-box{
    display: flex;
    justify-content:space-around;
    margin: 50px 0;
    flex-wrap: wrap;
}

.section_block{
    text-align: center;
    flex: 20%;
}

.section_block label{
    font-size: 14px;
    font-weight: normal;
    text-transform: normal;
    color: #000000;
    padding-top: 20px;
    max-width: 90px;
}

.main-header{
    display: none;
}

.skin-red-light .main-header .navbar .sidebar-toggle:hover{
    background-color: transparent;
}

.skin-red-light .main-header .navbar{
    background-color: #3e3f80;
}
@media (max-width: 768px) {
    .main-header {
        display: block !important;
    }
    .common-header .col-md-6:last-child{
        display:none;
    }
    .box-header > .box-tools{
        position:static;
    }
}
    @media screen and (max-width: 480px) {
        .section_block {
            flex: 50% !important;
        }
    }

    .box {
        padding: 15px;
    }


    /*table div css*/

    /* Container for the table */
    .table {
        display: table;
        width: 100%;
        border: none
        /* border-collapse: collapse;*/
    }

    /* Rows in the table */
    .table-row {
        display: table-row;
    }

    /* Header row styling */
    .header {
        font-weight: bold;
        color: #333;
        /*background-color: #f4f4f4;*/
    }

    .d-flex {
        display: flex;
    }

    .justify-content-start {
        justify-content: start;
    }

    .justify-content-end {
        justify-content: end;
    }
    /* Cells in the table */
    .table-cell {
        display: table-cell;
        padding: 8px;
        border: none; /*1px solid #ccc;*/
        text-align: left;
        vertical-align: middle;
        color: white;
    }

    .table-cell-level {
        white-space: nowrap; /* Prevents text from wrapping */
        overflow: hidden; /* Hides overflow */
        text-overflow: ellipsis; /* Adds ellipsis (...) for overflowed content */
    }
    /* Responsive layout for smaller screens */
    @media (max-width: 600px) {

        .table-cell {
            border: none;
            border-bottom:none;
            padding: 8px 0;
            position: relative;
            padding-left: 10px;
            text-align: right;
            font-size:10px;
        }

            .table-cell:before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }
    }
@media (max-width: 450px) {
    .table-cell:first-child {
        padding-left: 0px;
    }
    .content-header .header {
        text-align: -webkit-center;
    }
}
