﻿.bullet-list {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.newli{
    margin-bottom:15px;
}
a{
    color:black;
}
#link:hover{
    color: blue;
}
.filter{ 
    margin-left:10px;
}
input[type=file] {
    background: white !important;
  
}

#file {
    padding: 3px;
    height: 26px !important;
}

input[type="text"] {
    background: #F9FAFA;
}
input[type="date"], input[type="time"]{
    background-color:#fafafa;
}
#textarea {
    background: #F9FAFA;
    height:94px;
}
#text {
    background: #F9FAFA;
}
input[type="button"] {  
    margin-right: 10px;
    border-radius: 8px;
    border: none;
}
textarea.form-control {
    height: 164px;
    background: #F9FAFA;
}

#txt {
    height: 105px;
    background: #F9FAFA;
}

#sel {
    width: 100%;
    background: #F9FAFA;
}
#filecntrl{
    margin-top:10px;
}
.lftbtn {
    display: flex;
    width: fit-content;
    height: 30px;
    padding: 10px, 12px, 10px, 12px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    float: right;
 
}

#btb {
    color:black;
    border: 1px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    border-radius:8px;
}
.fileupld{
    position:relative;
    overflow:hidden;
    display:inline-block;
}
.file-input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;

}
.filelabel{
    display:inline-block;
    background-color:;
    color:#fff;
    padding:8px 20px;
    border-radius:5px;
    cursor:pointer;
}

#spacecard{
    padding-top:20px;
    padding-left:15px;
}
.label1{
    border:none;
    background-color:lightblue;
}
.label2  
    border: none;
    background-color:lightcoral;
}
#search {
    margin-right: 35px;
}
.filelabel1 {
    margin-left: 15px;
    width: 102px;
    height: 40px;
    top: 494px;
    left: 459px;
    border-radius: 8px;
    border: 1px;
    background: linear-gradient(0deg, #E8E8E8, #E8E8E8), linear-gradient(0deg, #F4F5F6, #F4F5F6);
    text-align:center;
    padding-top:7px;
}
#align{
    margin-bottom:45px;
}
.filterby {
    margin-right: 10px;
    height:28px; 
}

button[type=submit]{
    color:black;
    width:104px; 
    width:max-content;
    margin-bottom:20px;   
}
input[type=search] {
    border-radius: 7px;
    width: 210px;
    height: 30px;
    
}


.form-control-input[type=checkbox] {
    background-color:#fafafa;
}
td.multiline{
    white-space:normal;
}


.search-box {
    display: flex;
    align-items: center;
    height:5px;
}

.search-input {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 7px;
    margin-top:13px;
    width:250px;
    
}

.search-button {
    padding: 5px 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right:30px;
    margin-top:13px;
}

.table th {
    background-color: #d8d8d8;
}
#searchbox {
    max-width: 350px;
    margin-bottom: 15px;
}

@media (max-width:680px) {
    #searchbox{
        margin-top:5px;
    }

}

@media (max-width:716px) {
    .search-input {
        margin-top: 40px;
    }

    .search-button {
        margin-top: 40px;
    }
}
@media (max-width:454px){
    .search-input{
        width:180px;
    }
}

#pencil {
    color: blue;
    border: none
}



    #pencil:hover {
        color: cadetblue;
        
        border: none
    }



#DeleteIcon {
    color: #c70101;
    border: none
}



    #DeleteIcon:hover {
        color: red;
     
        border: none
    }


#FlexBox {
    display: flex;
    align-items: center;
    accent-color: lightblue;
}

.form-check-inline input[type="checkbox"] {
    margin-right: 8px; /* Adjust this value to increase/decrease the space */
}

.checkbox-text {
    vertical-align: middle; /* Align the text vertically with the checkbox */
}

#smck {
    font-size: smaller;
}
#txt1 {
    height: 260px;
}

#gre {
    color: green;
}

#red {
    color: red
}

#yel {
    color: yellow
}
.form-control {
    background-color: #fafafa !important;
}
#chk {
    font-size: smaller;
}

.btn-primary:active {
    background-color: #296198 !important;
}




/*call list page style*/

.modal, .modal1 {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Style for modal content */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

/* Style for close button */
.close, .close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    align-self: flex-end;
}

    .close:hover,
    .close:focus,
    .close1:hover,
    .close1:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin-left: 25px;
}

.progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background: #4caf50;
    z-index: 1;
    transition: width 0.4s ease;
}

.progress-step {
    width: 30px;
    height: 30px;
    background: #e0e0e0;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: background 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .progress-step .icon {
        color: white;
    }

    .progress-step.step-active .icon,
    .progress-step.step-completed .icon,
    .progress-step.step-incomplete .icon {
        display: block;
    }

    .progress-step.step-active {
        background: orange;
    }

    .progress-step.step-completed {
        background: #4caf50;
    }

    .progress-step.step-incomplete {
        background: #999494;
    }

.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 0;
}

.progress-step::before {
    content: attr(data-title);
    position: absolute;
    top: 35px;
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.detail {
    display: inline-block;
    width: 100px; /* Adjust the width as needed */
    font-weight: inherit;
    padding-bottom: 5px;
}
/* .col-lg-4 .hei {
			height: 582px;
			overflow-y: auto;
		} */


.chat-user:hover {
    scale: 1.0;
    /* background-color: #f0f0f0; */
    /* border: 1px solid #dcdcdc; */
    box-shadow: 0 4px 8px rgba(0.1,0.1,0.1, 0.1);
}

#tbl {
    border-style: none;
    border-width: 0;
    border-color: transparent;
    margin-top: 20px;
}

.pull-left {
    margin-top: -10px;
}

#status {
    margin-top: -10px;
}

#tb td {
    word-wrap: break-word;
    white-space: normal;
    height: 50px;
}

.table tr:first-child td {
    border-top: none;
}

.table tr:last-child td {
    border-bottom: none;
}


.body1 {
    display: flex;
    flex-direction: column;
}

.scrollable-content {
    flex: 1;
    overflow-x: hidden;
}

.horizontal-container {
    display: flex;
    flex-direction: row;
    width: max-content;
}

.vertical-timeline-block {
    min-width: 300px;
    margin-right: 20px;
}

#none {
    margin-top: 75px;
}
#style {
    list-style: circle;
    margin-left: 35px;
    margin-top: 15px;
}

    #style li {
        margin-bottom: 25px;
    }


.panel-body-scroll {
    overflow-y: auto;
}
#txt1 {
    height: 70px
}
/*.sidebar, .two-col-bar {
    overflow-y: scroll;
    -ms-overflow-style: none;
}*/

#btm {
    border-bottom: 1px solid #ced4da;
    padding:12px 15px;
}

#head {
    padding: 18px;
    margin: 0px;
    padding-left: 3px;
}

#logoimg {
    height: 50px;
    padding: 5px;
    margin: 8px;
}
#toplist {
    display: flex;
    background-color: antiquewhite;
}
.right {
    padding-left: 135px;
    padding-top: 4px;
}
