﻿ 
.micon {
    font-size: 0.8rem;
 
    margin-right: 9px;
    color: #03ff11;
}
.textboxheight{

}
.popover {
    display: none;
    position: absolute;
    top: 100%; /* Position it below the button */
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.cardborder {

}
.card-padding {
    padding-top: 10px;
}
.pageheading-icon {
    color: #0b508a;
    font-weight: bold;
    padding-right: 9px;
}

.pageheading {
    padding-top: 7px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 1.5rem;
    border-bottom: solid #e50505 2px;
    font-family: 'Arial Narrow';
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
}
    /* Show popover when active class is added */
    .popover.active {
        display: block;
    }
.uppercase {
    text-transform: uppercase;
}
.password-container {
    position: relative;
}

.password-input {
    padding-right: 30px; /* Space for eye icon */
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}



/*DASHBOARD*/
.container1 {
    display: flex;
    flex-direction: column;

}

.flex-container1 {
    display:inline-flex;
}

.flex-item1 {
    flex: 1;
  
}

.col-icon{
    
    color:white;
    font-size:2.5rem;  
 padding:5px; 
 justify-content:center;
 }
.col-text {
    padding:10px;
    color: white; 
    font-family: 'Calibri';
    width: 100%; 
    font-size:1.3rem;
}
.bg-card-blue {
    background: linear-gradient(to right, #0272d1 0%, #1da3b4 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.4s;
}
.bg-card-blue-footer {
    background: linear-gradient(to left, #0272d1 0%, #1da3b4 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

.bg-card-blue:hover {
    background: linear-gradient(to left, #0272d1 0%, #1da3b4 100%);
    transition: background-color 0.4s;
}
.bg-card-secondary {
    background: linear-gradient(to left, #333b41 0%, #606060 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.4s;
}
    .bg-card-secondary:hover {
        background: linear-gradient(to right, #333b41 0%, #606060 100%);
        transition: background-color 0.4s;
    }

.bg-card-secondary-footer {
    background: linear-gradient(to right, #333b41 0%, #606060 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}
    .bg-card-secondary-footer:hover {
        background: linear-gradient(to left, #333b41 0%, #606060 100%);
        transition: background-color 0.4s;
    }


.bg-card-orange {
    background: linear-gradient(to left, #ff7805 0%, #ad5500 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.4s;
}

    .bg-card-orange:hover {
        background: linear-gradient(to right, #ff7805 0%, #ad5500 100%);
        transition: background-color 0.4s;
    }

.bg-card-orange-footer {
    background: linear-gradient(to right, #ff7805 0%, #ad5500 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

    .bg-card-orange-footer:hover {
        background: linear-gradient(to left, #ff7805 0%, #ad5500 100%);
        transition: background-color 0.4s;
    }



.text-blue {
    color: #124265;
}
.hipericon {
    cursor: pointer;
}

#hiddenDiv {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 1;
}
.horizontal-card {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 15px;
}

.card2 {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 15px;
}


.bg-blue-light {
    background-color: #124265 !important;
}

.row-bg {
    background-color: #525252 !important;
    color:white;
}
.row-hover {
}

    .row-hover:hover {
        background-color: #cfcfd1 !important;
        transition: 0.6s;
    }

.btn-special-del {
    display: inline-block;
    background-color: #d01212;
    border: none;
    color: white;
    padding: 0.3rem 0.7rem;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    opacity: 0.9;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    /*border-radius: 3px;*/
}

    .btn-special-del:hover {
        /*  background-color: #b11a1a;
        border: solid 2px #8c8c8e;
        color: white; */
        opacity: 1;
        background-color: #ff5454;
    }

.btn-special-mody {
    display: inline-block;
    background-color: #198754;
    border: none;
    /*border-radius: 3px;*/
    color: white;
    padding: 0.3rem 0.7rem;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    opacity: 0.9;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

    .btn-special-mody:hover {
        /*  background-color: #b11a1a;
        border: solid 2px #8c8c8e;
        color: white; */
        opacity: 1;
        background-color: #35bb2e;
        color: white;
    }

.btn-special-Add {
    display: inline-block;
    background-color: #0361e2;
    border: none;
    /*border-radius: 3px;*/
    color: white;
    padding: 0.3rem 0.7rem;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    opacity: 0.9;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

    .btn-special-Add:hover {
        /*  background-color: #b11a1a;
        border: solid 2px #8c8c8e;
        color: white; */
        opacity: 1;
        background-color: #054baa;
        color: white;
    }


.d-flex-hover:hover {
    background-color: #cfcfd1;
}


.d-flex-hover-link:hover {
    color: #494747; 
}

.header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #085c87;
    color: #fff;
    padding: 10px;
    box-shadow: 0 4px 4px rgb(4, 4, 4, 0.45); /* Adjust the shadow as needed */
}
.card-header-bg {
    background-color: #085c87;
}

.logoh {
    max-width: 200px; /* Adjust as needed */
    display:inline;
}

.links {
    display: flex;
    justify-content: right;
    align-items: right;
    flex-grow: 1;
    color: gray;
    text-decoration: none;
}

    .links a {
        color: #fff;
        text-decoration: none;
        margin: 0 15px;
    }

.leftlinks {
    display: flex;
    font-size:0.9rem;
    flex-grow: 1;
    color: gray;
    text-decoration: none;
}

.leftlinks a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

.button {
    padding: 8px 15px;
/*    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;*/
    cursor: pointer;
}

.pad-between {
    padding-right: 0.7rem;
}
.bars{
color:gray;
font-size:2rem;
padding:5px;
}
 

.logo-footer {
    transition: 0.3s;
    max-width: 100%;
    background-color:#aaaaaa;
}

.logo_ {
    transition: 0.3s;
    max-width: 160px;
}
.bg_cross {
    background-color: #cf001e;
}
.bg_cross-secondary {
    background-color: #525252;
}
.text_cross {
    color: #525252;
}
.top-icons {
 font-size:0.9rem;
 margin:4px;
}
.icon-holder { 
    padding-right:10px;
    color: #cf001e;
}
.profile-icon {
    width: 40px;
    border-radius: 50%;
    border: 0.1px solid #e1e0e0;
    padding: 0.1rem;
    height: 40px;
}
.profile-icon1 {
    width: 80px;
    border-radius: 50%;
    border: 0.01px solid #e1e0e0;
    padding: 0.01rem;
    height: 80px;
}
 
.profilename{
color:#979797;
font-family:'Arial Narrow';
font-size:1.1rem;
}
.crossbtn {
    /*background-color:#ebebeb;*/
    border-radius: 7px;
    background-color: #ededed;
    margin: 5px;
    color: black;
    font-weight: 400;
    padding: 7px;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
}
    .crossbtn:hover {
        background-color: #e1e0e0;
        transition: 0.3s;
        color:#525252;
    }
 

.crossLink {
    /*background-color:#ebebeb;*/
   
    color: #ededed;
  
    text-decoration:none;
}
    .crossLink:hover {
       
        transition: 0.3s;
        color: #dbdbdb;
    }

.w-15 {
    width: 15% !important;
}
.w-80 {
    width: 80% !important;
}

.img-width {
    width: 100% !important;
}
.hidde_field_onMobile {
    visibility: visible;
    transition: 0.3s;
    
}

.VisibleonSmartDevice {
    visibility:hidden;
    transition: 0.3s;
    display: none;
}/*
@media all and (max-width:320px) {
     
    .logo_ {
        transition: 0.3s;
        max-width: 170px;
     
    }
   
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}

@media all and (max-width:400px) {
     
    .logo_ {
        transition: 0.3s;
        max-width: 170px;
    }
 
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}
@media all and (max-width:480px) {
    
    .logo_ {
        transition: 0.3s;
        max-width: 170px; 
    }
    
    .crossbtn {
      
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}

@media all and (max-width:528px) {
    .VisibleonSmartDevice {
        visibility: visible;
        transition: 0.3s;
        display: inline;
    }

    .hidde_field_onMobile {
        visibility: hidden;
        transition: 0.3s;
        display: none;
    }
    .logo_ {
        transition: 0.3s;
        max-width: 170px; 
    }
    
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}
*/
@media (max-width: 767px) {



    .img-width {
        width: 100% !important;
    }
    .logo_ {
        transition: 0.3s;
        max-width: 200px;
    }
  
    .VisibleonSmartDevice {
        visibility: visible;
        transition: 0.3s;
        display: inline;
    }
    .hidde_field_onMobile {
        visibility: hidden;
        transition: 0.3s;
        display: none;
        width:0;
    }
    .horizontal-card {
        flex-wrap: wrap;
    }

    .card2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

    

@media all and (max-width:600px) {
   
}

@media all and (max-width:768px) {
    .containerb {
        flex-direction: column;
    }

    .blocker {
        width: calc(50% - 20px);
    }
}

@media all and (max-width:868px) {
}

@media all and (max-width:992px) {
}