.card {
  margin-top: auto;
  margin-bottom: auto;
}

.logo {
  max-width: 200px !important;
}

.toggle-password {
  cursor: pointer;
  border-color: rgba(128, 128, 128, 0.3) !important;
}

.btns-row{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
}
.cus-btn{
  border: none;
  border-radius: 5px;
  width: fit-content;
  padding: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bolder;
  letter-spacing: 1px;
  color: white!important;
}
.cus-btn:hover{
  cursor: pointer;
  opacity: 0.8;
}
.seperator{
  width: 95%;
  height: 1px;
  background-color: rgba(128, 128, 128, 0.24);
  margin-left: auto;
  margin-right: auto;
}

.table-container{
  margin: 15px;
}
#table-body tr:hover{
  cursor: pointer;
}
.modal-lg {
    /*ma/x-width: 50% !important;*/
}
.btn-primary{
  background-color: rgba(108,178,84, 1) !important;
  color: white!important;
  border: none!important;
}
.nav-tabs .nav-item .nav-link {
    color: rgba(49, 49, 49, 0.8); /* Change the color for inactive tabs */
  font-weight: bolder;
  letter-spacing: 1px;
}

.nav-tabs .nav-item .nav-link.active {
    color: rgba(108, 178, 84, 0.8); /* Change the color for the active tab */
  font-weight: bolder;
  letter-spacing: 1px;
}

  .suggestion-list {
    position: absolute!important;
    list-style-type: none!important;
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 2px);
    margin-top: 0;
    padding-left: 0;
    max-height: 150px;
    overflow-y: auto;
    display: none; /* Initially hide the suggestion list */
    z-index: 1000!important;
}

.suggestion-list li {
    padding: 5px 10px;
    cursor: pointer;
}

.form-group {
    position: relative; /* Make sure the parent container is positioned relatively */
}

.propsal-card{
  padding: 50px;
  margin: 30px 10px 30px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

@media screen and (max-width: 800px){
  .propsal-card{
        padding: 5px;
      margin: 20px 0 0;
  }
}

@media screen and (min-width: 1300px){
  .tab-div-prop{
    width: 800px;
    margin: auto;
  }
}


input[type="radio"] {
    width: 20px; /* Customize width */
    height: 20px; /* Customize height */
    border: 2px solid #333; /* Border color */
    border-radius: 50%; /* Make it round */
    outline: none; /* Remove outline */
}

.pro-ipt-btn{
  border: none;
  outline: none;
  border-bottom: black solid 2px;
  width: 200px;
    background-color: white!important;
}
.pro-ipt-btn[disabled] {
  background-color: white!important; /* Change to your desired color */
}

canvas {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid rgba(229, 226, 226, 0.7);
  width: 100%;
  height: 100%;
}
.modal-dialog {
        width: 90%;
        height: 90%;
        max-width: 1200px; /* Limit maximum width */
        max-height: 800px; /* Limit maximum height */
    }

@media screen and (max-width: 800px){
  .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 1000px; /* Limit maximum width */
        max-height: 600px; /* Limit maximum height */
    }
}

.sign-img-ctr{
    border: none;
  outline: none;
  border-bottom: black solid 2px;
  width: 200px;
  height: 100px;
}
.p-table tr td, .p-table tr th{
    border: 2px solid black!important;
}


.lce-table tr td, .lce-table th{
    border: 1px solid black!important;
    text-align: center!important;
}
.status-div{
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px!important;
    width: fit-content!important;
}
.utilites-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.im-ex-lgs{
    margin-right: 5px;
    opacity: 0.6;
}
.im-ex-lgs:hover{
    opacity: 0.9;
    cursor: pointer;
}

@keyframes blink {
            0% {
                border-color: blue;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                transform: translateY(0);
            }
            50% {
                border-color: red;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
                transform: translateY(-5px);
            }
            100% {
                border-color: blue;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                transform: translateY(0);
            }
        }
.inputable-div{
            border: 1px solid blue;
            animation: blink 2s infinite; /* Adjust the animation duration or other properties as needed */
            margin-top: 20px;
            padding: 20px;
            border-radius: 10px;
}

.sorter-div{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: 5px;
}
.fa-sort-up{
    margin: 0!important;
    padding: 0!important;
}
.fa-sort-up{
    margin: 0!important;
    padding: 0!important;
    margin-bottom: -5px!important;
}
.fa-sort-down{
    margin: 0!important;
    padding: 0!important;
    margin-top: -5px!important;
}
.sort-filed{
    display: flex!important;
    flex-direction: row!important;
}
.srtr:hover{
    cursor: pointer!important;
    opacity: 0.7!important;
}

.client-note{
    height: 150px;
    width: 100%;
    padding: 5px;
    color: black!important;
    display: none;
}
.not-ipt{
    height: 100px;
    width: 100%;
}

.undo-dis-el {
    /* Add your custom styles to make it look enabled */
    opacity: 1!important; /* Override opacity to make it visible */
    pointer-events: auto!important; /* Enable pointer events */
    color: black!important; /* Set text color */
    /* Add any other necessary styles */
}

.s_error{
    color: rgba(255, 58, 0, 0.8) !important;
}

.cus-s-b-t{
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 13px;
        font-weight: bold;
        width: fit-content;
        padding-left: 5px;
        padding-right: 5px;
    }

.user-logo-img{
    max-height: 30px;
    max-width: 30px;
    border-radius: 100%;
}







