body{
    font-size: 13px;
}
.fade-5{
    opacity: 0.5;
}

.text-white{
    color: #fff !important;
}
.icon-lg{
    font-size: 4.68em;
}

.form-control{
    font-size: 14px !important;
}
#align-center{
    text-align: center;
}

#align-right{
    text-align: right;
}
.navbar .navbar-brand img{
    max-width: 160px;
}
.table td, .table th{
    vertical-align: middle;
}

.dropdown-item{
    font-weight: 300;
}
#dropdown-top{
    min-width:15vw!important;border-radius:.25rem !important;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);

}
.dropdown-menu{
    font-size: 14px;
}

.chosen-container-single .chosen-single{
    height: calc(2.25rem + 2px) !important;
    line-height: 2.25rem !important;
}
.chosen-container-single .chosen-single div{
    top: 7px !important;
}


.badge{
    font-size: 12px;
    font-weight: 400;
}

#fixedfooter{
    background-color:  rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
    font-weight: 300;
    font-size: 12px;
    height: 3.25em;
    letter-spacing: 0.25em;
    line-height: 3.25em;
    margin: 0 auto;
    position: fixed;
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    color: black;
}

@media (max-width: 600px) {
    #dropdown-top{
        min-width: 80vw !important;
    }
}
@media (max-width: 600px) {
    .right-panel .content #bootstrap-data-table_wrapper .table td, .right-panel .content #bootstrap-data-table_wrapper .table th{
        padding: .75rem !important;
    }
}
.card-body::-webkit-scrollbar {
  display: none;
}
a#external[target="_blank"]:after {
    margin: 0 3px 0 5px;
    vertical-align:top;
    color: black;
    font-size: 10px;
    font-family: 'FontAwesome';
    content: " \f08e";
}

.bg-dark{background: url(../images/bk2.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:top;background-position-x: center; }
.bg-inside{background: url(../images/bk2.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:top;background-position-x: center; }

@media only screen and (max-width: 768px) {
    .bg-dark{background: url(../images/mobile_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:top;background-position-x: center; }
    .bg-inside{background: url(../images/mobile-inside-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:top;background-position-x: center; }
}
.login-form{
    background: rgba(0,0,0,0.2) !important;
}
.login-content{
    max-width: 450px !important;
}

.login-form .btn-sm{
    line-height:1;
}

#add_err{
    padding: 10px 1px;
}
sup {
    top: -.9em;
    font-size: 12px;
}

header .form-inline .search-form button{
    z-index: 9999;
}

.typeahead-field input, .typeahead-select{
    height: 5em !important;
    border: transparent !important;
    line-height: auto;
    background: transparent !important;
}

.typeahead-container .typeahead-field input{
    color: white;
    font-weight: 400;
}

.typeahead-dropdown, .typeahead-list{
    width: 30vw !important;
    margin: 0px !important;
}
@media only screen and (max-width: 768px) {
    .typeahead-dropdown, .typeahead-list{
        width: 100% !important;
        min-width: 160px !important;
        margin: 0px !important;
    }
}

.typeahead-name{
    text-transform: uppercase;
}

/*timeline*/
p{text-align: justify;}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 800px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    /*left: 50%;*/
    margin-left: -3px;
}

/* Container around content */
.containerX {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    /*width: 50%;*/
}

/* The circles on the timeline */
.containerX::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -17px;
    background-color: white;
    border: 4px solid #10bd38;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 0;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -10px;
    margin-top: 7px;
}

/* The actual content */
.contentX {
    padding: 10px 15px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    
  /* Full-width containers */
    .containerX {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        font-size: 12px;
    }
    
  /* Make sure that all arrows are pointing leftwards */
    .containerX::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 21px;
        margin-top: 8px;
    }

  /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


/*3D Button*/

.buttonX::before, .buttonX::after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.buttonX {
    display: inline-block;
    padding: 15px 15px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #94fc13;
}
.buttonX::before {
    bottom: -15px;
    height: 15px;
    width: 100%;
    left: 8px;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    background-color: #3ba729;
}
.buttonX::after {
    right: -15px;
    height: 100%;
    width: 15px;
    bottom: -8px;
    -webkit-transform: skewY(45deg);
            transform: skewY(45deg);
    background-color: #3ba729;
}
.buttonX:active {
    margin-left: 10px;
    margin-top: 10px;
}
.buttonX:active::before {
    bottom: -5px;
    height: 5px;
    left: 3px;
}
.buttonX:active::after {
    right: -5px;
    width: 5px;
    bottom: -3px;
}

#data-widget{
    padding:6% !important;
}
@media (max-width: 600px) {
    #tddata1{
        min-width: 65vw !important;
    }
    .tddata2{
        min-width: 25vw !important;
    }
}

.list-group-item{display: inline-block;margin-bottom:0;}
.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;}
.list-group-item:last-child{border-bottom-right-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;}
@media (max-width: 600px) {
    #userinfo-tab{flex-wrap: nowrap;overflow: scroll;}
    #BillingInformationNew>div.dataTables_wrapper div.dataTables_filter input{width:100%;margin-left:0;}
    #BillingInformationNew>div.dataTables_wrapper div.dataTables_filter label{width:100%;}
}
@media (max-width: 600px) {
    .table-scrollX{
        display:block;
        overflow: scroll;
    }
}
.right-panel .page-header .breadcrumb{text-transform: inherit;}
.navbar, aside.left-panel{background-color: #fe002f;position: relative;z-index: 2;padding-top:1em;}
.navbar-header{height: 70px !important;}
.navbar .navbar-brand img{max-width: 190px;}
.nav-pills .nav-link.active .nav-link.second, .nav-pills .show>.nav-link .second{background-color: #471396 !important;color: white;}
.header_new_menu{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #FFF;
    width: 100%;
    padding: 5px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}

.bottom-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px 0 10px 0;
    z-index: 2;
    border-radius: 10px 10px 0 0;
}
.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}
.bottom-nav ul li {
    text-align: center;
    position: relative;
}
.bottom-nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px; /* Reduced font size */
    display: inline-block;
    padding: 8px; /* Reduced padding for smaller height */
    position: relative;
}
.bottom-nav ul li a i {
    font-size: 20px; /* Reduced icon size */
    margin-bottom: 3px; /* Reduced space between icon and text */
    position: relative;
    z-index: 1;
}
.bottom-nav ul li a.active {
    color: #007bff;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
    transform: scale(4);
    opacity: 0;
    }
}
.dashboard-container {
    background-image: url('./assets/images/abstract-background.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    border-radius: 50%;
    text-align: center;
    height: 100vw;
    width: 100vw;
    margin-top: -13em;
}
.fa-icon-circle {
    border: 1px solid #868e96;
    background-color: #F1EFEC;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
}
@media (max-width: 768px) {
    #RadUsage_wrapper .dataTables_filter {
        float: none !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 10px;
    }
    #RadUsage_wrapper .dataTables_filter label {
        width: 100% !important;
        display: block !important;
    }
    #RadUsage_wrapper .dataTables_filter input {
        width: 100% !important;
        box-sizing: border-box;
        display: block !important;
        margin-left: 0 !important;
    }
}
.left-panel.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* Bootstrap fixed-top এর মতো */
}
