.css-lvl4a5-MuiDrawer-docked .MuiDrawer-paper {
    background: linear-gradient(90deg, #4298FA 0%, #0368DD 100%) !important;

}

.css-1x3v3vy {
    color: #147AEE !important;
    border-radius: none;
    box-shadow: none;
    background: white !important;
}

.css-1x3v3vy  .css-7qqlnw-MuiListItemIcon-root {
    color: #147AEE !important;
}

.privacy-link-sidbar , .login-link-sidbar {
    align-items: center;
    display: flex;
    color: white;
    gap: 10px;
    font-size: 20px;
    font-weight: 400 !important;
}
.css-qh1700-MuiListItemText-root span {
    font-weight: 400 !important;
    font-size: 0.875rem;
    line-height: 0;
}
.privacy-link-sidbar:hover, .privacy-link-sidbar:focus , .login-link-sidbar:hover , .login-link-sidbar:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-end .privacy-active {
    background-color: white !important;
    color: #147AEE !important;
    padding: 0.8rem 1rem !important;
}


.sign-in-boxes .left-box {
    /* background-image: url('../images/login-left-image-bg.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.gray-color {
    color: #555555 !important;
}

.blue-text {
    color: #1783FF !important;
}

.login-large-logo{
    width: 200px;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}

form .form-control {
    /* border: 1px solid #D9D9D9 !important; */
    padding: 18px 20px;
}
.blog-large-banner img {
  object-fit: cover;
  object-position: top;
}

form .form-control::placeholder {
    color: #A9A9A9 !important;
}

.forget-link {
    color: #1783FF;
    font-size: 16px;
    font-weight: 500;
}

nav #profile-pic {
  object-fit: contain;
}

.user_message .avatar {
  overflow: hidden;
}
.avatar img {
  object-fit: contain;
}

#profile-pic2 {
  object-position: top;
}

.blue-btns-bg {
    background-color: #1783FF;
    color: #FFFFFF;
    padding: 12px 25px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.blue-btns-bg:hover {
    border: 2px solid #0368DD !important;
    background-color: transparent;
    color: #0368DD;
}

.border-btn {
  background-color: transparent !important;
  border: 1px solid #147AEE;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  color: #0469DE !important;
  transition: all 0.3s ease-in-out;
}

.border-btn:hover {
  background-color: #1783FF !important;
  color: #FFFFFF !important;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.w-full {
    width: 100% !important;
}

.validation-error {
    bottom: -23px;
}

.back-link-btn {
    top: 20px;
    right: 20px;
}

.invalid-otp-error {
    bottom: -20px;
}

.otp-boxes {
    width: 70px;
    height: 65px;
    font-size: 22px;
    text-align: center;
    border: 2px solid #555555 !important;
}

.dashboard-card {
    box-shadow: 2px 2px 10px 0px #0000001A !important;
    background: linear-gradient(180deg, #60AAFF 0%, #0E75EB 100%) !important;
    border-radius: 6px;
}

.dashboard-card:hover .hover-card-box{
    opacity: 1;
}

.hover-card-box {
    background: #000000B2;
    right: 0;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.hover-card-box button {
    transition: all 0.3s ease-in-out;

}
.hover-card-box button:hover {
    transform: scale(1.08);
}
.box-shadow {
    box-shadow: 2px 2px 10px 0px #00000033;

}
.chat-header {
    border-bottom: 1px solid #E4E4E4;
}
.css-13cymwt-control {
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 6px !important;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}
.css-1u9des2-indicatorSeparator {
    display: none !important;
}


.select-container {
    position: relative;
  }
  
  .floating-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px !important;
    transition: all 0.3s ease;
    pointer-events: none;
    color: #aaa;
  }
  
  .floating-label.active {
    top: 0px;
    left: 10px;
    font-size: 12px;
    color: #555555;
    z-index: 99;
    background: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
  }

  
  .react-select__single-value {
    padding-left: 5px;
  }




/* chat bot style here   */

.chatbot {
    width: 100%;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    right: 10px;
    background-color: white;
    height: 100%;
  }

  
  .message {
    margin-bottom: 10px;
  }

  .chatbot .input-box{
    border-top: 0px solid transparent !important;
  }
  .input-box {
    display: flex;
    padding: 10px;
  
  }
  
  .input-box button {
    padding: 5px 10px;
  }
  
  .w-fit-content {
    width: fit-content !important;
  }
.check-risk-btn {
  width: 150px;
}


/* sroll bar style  */

.recent-doc-box {
  max-height: 300px;
  overflow-y: scroll;
}

.recent-doc-box::-webkit-scrollbar {
  width: 6px;
  border-radius: 100%;

}

.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.recent-doc-box::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}

.recent-doc-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll-container::-webkit-scrollbar-button {
  display: none;
}

/* ------------------- */


  .chatbot {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent !important;
  }

  #flatdata {
    height: 73vh !important
  }
  .fw-300 {
    font-weight: 300 !important;
  }
  .messages {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 500px !important;
    min-height: 330px;
  }
  .user{
    display: flex;
    align-items: flex-start;
    justify-content: end !important;
    margin-bottom: 10px;
    padding-top: 5px;
    flex-flow: row-reverse !important;
}

  .message-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  
  .message-row.user {
    justify-content: flex-end;
  }
  
  .message {
    padding: 10px;
    border-radius: 10px;
    max-width: 60%;
    font-size: 14px;
  }
  
  .message.bot {
    background-color: white;
    color: #555555;
    box-shadow: 1px 1px 10px 0px #00000026;

  }
  
  .message.user {
    color: #FFFFFF;
    background: linear-gradient(180deg, #60AAFF 0%, #147AEE 100%);
    box-shadow: 1px 1px 10px 0px #00000026;


  }
  .min-h-100vh {
    min-height: 100vh;
  }
  .dashboard-boxs {
    /* height: 100%; */
  }
  
  .message-row.user .icon {
    margin-right: 10px !important;
    margin-left: 10px;
  }
  
  .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  
  .input-box {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .chat-page-msg {
    margin-bottom: 0px !important;
  }
  
  .input-box input {
    flex-grow: 1;
    padding: 6px 10px;
    border: 2px solid #147AEE;
    border-radius: 12px;
  }
  
  .input-box button {
    margin-left: 10px;
    padding: 6px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
.dropdown-box {
  background-color: white;
  border-radius: 12px;
  width: 100%;
  top: 100%;
  box-shadow: 1px 1px 10px 0px #00000026;

}
.user-drop-down {
  list-style: none;
  padding-left: 0;
  
}
.user-drop-down li {
  padding: 2px 8px;
  width: 100%;
}
.logout-btn {
  color: white !important;
  border: 0;
  background: linear-gradient(180deg, #4096F9 0%, #0369DD 100%);
  padding: 2px 30px;
  border-radius: 4px;
  margin-left: 16px;
  margin-top: 20px;
}
.user-drop-down a li:hover{
  background-color: #007bff;
  color: white !important;
  width: 100%;
}

.white-space-no {
  white-space: nowrap;
}

.compare-box {
  box-shadow: 0px 0px 6px 0px #00000033;
border-radius: 6px;
}
.compare-btns {
  width: 25%;
}
.progressBar {
  height: 12px;
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 10px;
}
.progress-done {
  height: 12px;
  width: 40%;
  background-color: #147AEE;
  border-radius: 10px;
}
.sign-up-right form input, textarea {
    border: 2px solid #1783FF !important;
    padding: 13px 15px !important;
    resize: none;
}
.user-profile {
    width: 130px;
    height: 130px;
    border: 2px solid #1783FF;
    border-radius: 100%;
    overflow: hidden;
  }

  .text-primery {
    color: #555555 !important;
  }

  .sidenav {
    background: linear-gradient(90deg, #4298FA 0%, #0368DD 100%) !important;
    margin: 10px;
    border-radius: 15px;
  }

  .did-floating-label-content { 
    position:relative; 
    margin-bottom:20px; 
  }
  .did-floating-label {
    color:#1e4c82; 
    font-size:13px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:15px;
    top:11px;
    padding:0 5px;
    background:#fff;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .did-floating-input, .did-floating-select {
    font-size:16px;
    display:block;
    width:100%;
    padding: 10px 20px;
    background: #fff;
    color: #555555;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    box-sizing: border-box;
    &:focus{
      outline:none;
      ~ .did-floating-label{
        top:-8px;
        font-size:13px;
      }
    }
  }
  .boxes-height {
    min-height: 640px;
  }
  .select-container {
    /* height: fit-content; */
    height: 20px;
  }
  select.did-floating-select {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  select.did-floating-select::-ms-expand {
    display: none;
  }
  
  .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top:-8px;
    font-size:13px;
  }
  .did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top:-8px;
    font-size:13px;
  }
  .did-floating-select[value=""]:focus ~ .did-floating-label {
    top:11px;
    font-size:13px;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%201.07692L12.8333%200L7%205.69231L1.16667%200L0%201.07692L7%208L14%201.07692Z%22%20fill%3D%22%23555555%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 15px top 50%;
      background-position: right 15px top 50%;
      background-repeat: no-repeat;
  }
  
  .did-error-input{
    .did-floating-input, .did-floating-select {
      border: 2px solid #9d3b3b;
      color:#9d3b3b;
    }
    .did-floating-label{
      font-weight: 600;
      color:#9d3b3b;
    }
    .did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
  }


  .main-boxs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

.main-boxs-risk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.star {
  font-size: 3rem;
  color: gray;
  cursor: pointer;
  transition: color 0.3s;
}

.star.selected {
  color: #0B5EBD; /* Blue color for selected stars */
}


input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}
  @media (max-width: 766px) and (min-width: 220px) {
    .nav-tabs .nav-item button{
      width: 100% !important;
    }
    .did-floating-label-content {
bottom: 20px;
 }
    
  .main-boxs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}
.main-boxs-risk {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
    .compare-btns {
      width: 100%;
    }
    .sign-in-boxes .left-box {
        height: 50vh !important;
    }
    .login-large-logo {
        width: 115px;
    }

    .otp-boxes {
        width: 60px;
        height: 50px;
        font-size: 22px;
        text-align: center;
    }
    .input-box {
      margin-bottom: 140px;
  }
  .messages {
    height: 250px;
}
.message {
  max-width: 75%;
}
.check-risk-btn {
  width: 145px;
  padding: 3px 2px !important;
}
.css-1s01nx2-MuiTypography-root-MuiBreadcrumbs-root .MuiBreadcrumbs-li {
  line-height: 25px !important;
}
}



@media (max-width: 1024px) and (min-width: 767px) {

  .main-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.main-boxs-risk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.messages {
  height: 350px;
}
.input-box {
  margin-bottom: 134px;
}

.check-risk-btn {
  width: 175px;
}
.compare-btns {
  width: 40%;
}


}