@import url(https://fonts.googleapis.com/css?family=Material+Icons+Outlined);
@import url(horizontal-menu.css);
@import url(main.css);
@import url(bootstrap-extended.css);

.thm-bg-primary{
    background-color: #1f81b0 !important;
}

.login-bg{
    background: url(../images/login-bg.jpg) no-repeat center center;
    background-size: cover;
    /* height: 100vh; */
}

.gradient-custom {
    background: linear-gradient(to right, rgb(20 50 62), rgb(43 91 173))
}

.new-bg{
    background: #e28743;
}

.boxstyle1 a{
    text-decoration: none;
}
.offcanvas{
    background: #1f81b0 !important;
}
.offcanvas-header .logo-icon .logo-img{height: 65px;;}
.filter .btn{font-size: .8rem; padding: 4px 6px !important;;}
.filter .btn .material-icons-outlined{font-size: 20px;}

.filter .form-select, .filter .form-control{
    font-size: .8rem; 
    padding: 0.270rem 2.25rem .270rem .75rem !important;
}
.filter input[type="date"].form-control {
    padding: 0.270rem .75rem !important;
}

.filter .col-form-label{
    padding: 2px 0;
}

#show_hide_password .input-group-text{
    background: #FFF !important;
    border-radius: 0 5px 5px 0;
}



/* appointment-lead-edit */


.box-change {
    height: 30px;
    border: 2px solid #76a2e3;
    color: #76a2e3;
}

.box-change-option {
    height: 35px;
    border: 2px solid #76a2e3;
    color: #76a2e3;
}

.icon-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.icon-input-container .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #888;
    /* Icon color */
    pointer-events: none;
    /* Prevent icon from blocking input */
}

.icon-input-container input {
    padding-left: 35px;
    /* Space for the icon */
    box-sizing: border-box;
}

.pik-clr-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.pik-clr-icons ul li {
    list-style: none;
    padding: 3px 9px;
    background-color: rgb(9, 9, 17);
    margin-left: 10px;
    border-radius: 7px;
}

.pik-clr-icons ul li:hover {
    background-color: orange;
}

.customer-table thead.thead-dark tr th{
    background: #1F81B0;
    color: #FFF;
}

.modal-header .primaery-menu-close:hover, .modal-header .primaery-menu-close:focus {
    background-color: #000000;
}

@media (min-width: 992px) {
    .notice-bord{
        position:-webkit-sticky;
        position: sticky;
        top: 8rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
    }
    .notice-bord .card-body{
        height: calc(100vh - 7rem);
        overflow-y: auto;
        padding: 15px 5px 15px 15px;
    }
    /* .bd-toc {
        position:-webkit-sticky;
        position: sticky;
        top: 8rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto
    } */
}

/* old Not Usable */

/*************  

.note-wrapper {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        height: auto;
    }

    .full_body {
        overflow-x: hidden;
        height: 60vh;
    }

    .note-main-head {
        padding: 20px;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .note-icon .bi {
        padding: 3px 7px;
        color: rgb(0, 0, 0);
        border: 1px solid black;
        border-radius: 3px;
        font-size: 16px
    }

    .note-icon .bi:first-child {
        background-color: orange;
        border-color: orange;
        color: white;
    }

    .note-icon .bi:nth-child(3) {
        border-color: red;
        color: red;
    }

    .note-icon .bi:nth-child(4) {
        border-color: green;
        color: green;
    }

    .note-icon .bi:nth-child(5),
    .note-icon .bi:nth-child(6) {
        background-color: rgb(1, 14, 88);
        color: white;
    }

    .note-body {
        background-color: whitesmoke;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 6px;
    }

    .note-calender {
        background-color: white;
        width: 143px;
        margin-left: auto;
        padding: 4px 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
        color: orange;
    }

    .boxcolor {
        border: 1px solid orange;
    }







**************/

.extraclose {
    right: -12px;
    top: -22px;
    z-index: 999;
    border-radius: 50px;
}

.scrollable-div {
    height: 300px;
    overflow-y: auto; /* or scroll */    
    padding: 10px;
  }