/* Add this CSS class for the collapsed sidebar */

.main-sidebar-new{
        width: 70px !important;
        
      }

      .main-content-new {
        padding-left: 80px;
      }
@font-face {
    font-family: 'popinss';
    src: url('assets\fonts\fonts\Poppins-Light.ttf');
}

body{
    background-color: #f8f8fa !important;
}
.toglrCont{
    position: relative;
    height: inherit;
}
.toglrbtnCont{
    position: absolute;
    right: -30px;
    top: 45%;
}
.senderSect{
    position: absolute; bottom: 0; left: 0; height: 7%;
}

.btn-outline-customYelow{
    border: 1px solid #B19604;
    transition: background-color 0.3s ease;
}

.btn-outline-customYelow:hover{
    background-color: #B19604 !important;
    color: white;
}

.custumPrimaryColor{
    color: #B19604;
}
.customPrimaryBg{
    background-color: #B19604;
}
.customPrimaryBg:hover{
    background-color: #c9ab05 !important;
}
.btn-outline-customYelow:disabled,
.btn-outline-customYelow:disabled.customPrimaryBg {
    background-color: #B19604 !important;
    color: white !important;
}

.main-content {
    position: relative; 
    overflow: hidden;
  }

  .expire-overlay {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; 
  }
  
  .expire-screen {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 15rem;
  }

  @media(max-width: 1144px){
    .expire-screen{
        margin-left: 0;
    }
  }

  .expire-heading{
    color: #b19604;
    font-size: 30px;
  }

  .expire-text{
    max-width: 600px;
    color: white;
    font-size: 18px;
  }

.fstPara{
    font-weight: 700;
     font-size: 22px;
}
.secHighlight{
    font-weight: 900; font-size: 24px; line-height: 31px;
}
.clickTBr{
    font-size: 22px; font-weight: 700;
}
.dwnbrowse{
    font-weight: 800; font-size: 18px;
}
.senderChat{
    max-width: 600px;
    background-color: #fff9d7;
    border-radius: 15px !important;
}
.senderChat p{
    color: #000000;
    font-size: 16px;
    font-weight: 650;
    padding-bottom: 0.4em;
    /* border-bottom: 2px solid #B19604; */
}

.receiveChat{
    background-color: white;
    max-width: 600px;
    border-radius: 15px;
}

.receiveChat p{
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
}
.receiveChat h1 ,h2 ,h3 ,h4, h5, h6{
    color: #000000;
    font-size: 18px;
    font-weight: 900;
}
.receiveChat li{
    
    padding-bottom: 0.4em;
    /* border-bottom: 1px solid #e4e3e3; */
    
}
.receiveChat h6{
    font-weight: 900;
    color: #000000;
}
.suggestionCont{
    display: none;
    position: absolute;
    bottom: 100%;
    width: auto;
    min-height: 5em;
    background-color: white;
    border-radius: 10px 10px 0 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    padding: 0.5em 0;
}
.suggestionCont ul li{
    max-width: 280px;
    overflow: hidden; /* Add this */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.2em 1.5em;
}

.suggestionCont ul li:hover{
    color: #B19604;
}
.sndPara{
    font-size: 18px;
    font-weight: 600;
}
.sndPara strong{
    font-weight: 800;
    margin-right: 5px;
}

.kf ul li{
    font-size: 16px;
}
.DR{
    border-top-right-radius: 0 !important;
}
.DR p{
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 0.8em;
    /* border-bottom: 2px solid #edede9; */
}
.DCRecv{
    background-color: #ebebeb;
    border-top-left-radius: 0;
}
.chatContentCont {
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #c1c1c1 transparent; /* For Firefox */
}

/* For Chrome, Edge, Safari */
.chatContentCont::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
}

.chatContentCont::-webkit-scrollbar-track {
    background: transparent; /* Background of the track */
}

.chatContentCont::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; /* Color of the scrollbar */
    border-radius: 10px; /* Rounded corners for a slim look */
}

.chatContentCont::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1; /* Darker color on hover */
}
.addCase .form-label{
    font-weight: 900;
    color: #000000;
    font-size: 16px;
}
.addCase .form-control, .taskModel .form-control{
    border: 1px solid #000000;
    border-radius: 10px;
}
.taskModel .col-form-label{
    color: #000000;
    font-weight: 900;
}
.viewLawyerCase .form-control{
    color: #B9B9B9;
}
.customTable{
    table-layout: auto;
    border-collapse: separate;
}
.customTable td, .customTable th{
    /* padding: 3px 0 0 0; */
    font-size: 13px;
    border: 1px solid rgb(185, 185, 185);
    border-top: 1px solid rgb(185, 185, 185) !important;
    border-right: 0;
    white-space: nowrap !important;
    vertical-align: middle;
}
.customTable thead tr{
    background-color: #e7e7e7;
    font-weight: 900;
}
.customTable td:first-child, .customTable th:first-child{
    width: 100%;
    /* height: auto !important; */
    border: 1px solid rgb(185, 185, 185);
    border-right: 0;
    padding: .3rem;
    white-space: nowrap !important;
}

.customTable td:last-child, .customTable th:last-child{
    width: 100%;
    /* height: auto !important; */
    border: 1px solid rgb(185, 185, 185);
    padding: .3rem;
    white-space: nowrap !important;
}

.customTable .actionBtn{

    text-decoration: none;
    background-color: #b9b9b9;
    color: #000000;
    padding: 3px 20px 3px 20px;
    font-size: 12px;
    font-weight: 650;

}

.customTable .actionBtn:hover{
    background-color: grey;
    color: white;
}
.another{
    border-collapse: separate;
}

.col-width{
    width: 20% !important;
}

.toDoLst {
    scrollbar-width: thin; /* For Firefox: makes scrollbar thin */
    scrollbar-color: #ccc transparent; /* For Firefox: scrollbar track and thumb colors */
}

/* For WebKit-based browsers (Chrome, Edge, Safari) */
.toDoLst::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
}

.toDoLst::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Scrollbar thumb color */
    border-radius: 3px; /* Rounded corners */
}

.toDoLst::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Darker color on hover */
}

.toDoLst::-webkit-scrollbar-track {
    background-color: transparent; /* Track background */
}

@media (max-width: 991px) {
    .fstPara{
        font-weight: 700;
         font-size: 16px;
    }
    .secHighlight{
        font-weight: 900; font-size: 18px; line-height: 25px;
    }
    .clickTBr{
        font-size: 16px; font-weight: 700;
    }
    .dwnbrowse{
        font-weight: 800; font-size: 14px;
    }
    .chatCnt{
        height: 700px;
        overflow-y: auto;
    }
  }

  .form-control, .form-select, .form-control:focus, .form-select:focus{
    border: 1px solid #b19604 !important;
    box-shadow: none;
  }

.active-dropdown{
    color: #ffffff; 
    background-color: #b19604; 
}

.active-dropdown:hover{
    background-color: #b19604 !important;
    color: white !important;

}

.dropdown-item:hover, 
.dropdown-item:focus {
    color: white !important;
}

.filter-dropdown {
    position: absolute;
    top: 100%;
    z-index: 10000;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    min-width: 200px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  .filter-dropdown input[type="checkbox"] {
    margin-right: 4px;
  }

/***Pagination****/
.page-item .page-link {
    color: black !important;
    border-radius: 0;
    margin: 0;
    border: 1px solid lightgray !important;
}


/***Scroll Bar****/
.scroll-bar::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; 
    border-radius: 4px;
}

.responsive-calendar{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.case-task-section{
    flex: 1;
    margin-left: 24px;
}

.circle{
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.task-circle{
    background-color: #b19604;
}

.case-circle{
    background-color: red;
}

.sidebar-collapsed .btn-current-plan{
    padding: 0 8px !important;
    font-size: 8px !important;
}

.text-header{
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 800
}

.text-subHeading{
    font-size: 20px;
}

.btn-dashboard{
    font-size: 15px;
    font-weight: 800;
    padding: 10px 0;
}

.text-card-heading{
    font-size: 18px;
}

.text-paragraph{
    line-height: 20px;
    font-weight: 500;
    font-size: 15px
}


@media(max-width: 1145px){
    .responsive-calendar{
        width: 280px;
    }
    .case-task-section{
        flex: 1;
        margin-left: 6px;
    }
}

@media(max-width: 1024px){
    .responsive-calendar{
        width: 340px;
        flex: none;
        height: 285px;
    }
    .case-task-section{
        flex: none;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        margin-left: 0;

    }
    .responsive-card{
        display: flex;
        align-items: center !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
}

@media(max-width: 576px){
    .responsive-calendar{
        width: 480px;
    }
    .text-header{
        font-size: 26px;
    }
    .text-subHeading{
        font-size: 16px;
    }
    .btn-dashboard{
        font-size: 10px;
        font-weight: 700;
        padding: 2px 0;
    }
    .text-card-heading{
        font-size: 14px;
    }
    .text-paragraph{
        font-size: 10px
    }
}

.navbar-left{
    left:0px !important;
}
.logo {
    width: 149.87px;
    height: 44.16px;
  }

  .btnTheme1 {
    background-color: #B19604 !important;
    color: white !important;
  }

  .btnTheme1:hover {
    background-color: white !important;
    border: 1px solid #B19604 !important;
    color: black !important;
  }

  .btnTheme2{
    background-color: white !important;
    border: 1px solid #B19604 !important;
    color: black !important;
  }

  .btnTheme2:hover {
    background-color: #B19604 !important;
    color: white !important;
  }

  .btn-outline-customYellow {
    border: 1px solid #B19604;
  }

  .signUpForm .form-label {
    font-size: 14px;
    font-weight: 600;
  }

  .signUpForm .form-control {
    border: 1px solid #B19604;
    border-radius: 6px;
    height: 45px;
  }

  .signUpForm .form-check-label {
    font-size: 14px;
    font-weight: 600;
  }

  .signUpForm .form-check-input {
    border: 1px solid #B19604;
  }

  .signUpForm .form-check-input:checked {
    background-color: #B19604;
  }

  .signUpForm .forgotPas {
    color: #B19604;
  }

  .signUpForm .forgotPas:hover {
    color: #99841c;
  }

  .signUpForm .fbBTN {
    background-color: #2A4B9B;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }

  .signUpForm .gogleBTN {
    background-color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    border: 1px solid black !important;
    align-items: center;
    color: black;
  }
 
  .gogleBTN:hover{
    color: black !important;
  }

  .gogleBTN:focus, .gogleBTN:active {
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
}

.arena-model-textbox{
   border: 1px solid #B19604;
   outline: none;
   border-radius: 7px;
}

.arena-model-textbox:focus{
    border: 1px solid #B19604;
}

.arena-checkbox {
    width: 17px;
    height: 17px;
    border: 2px solid black; 
    cursor: pointer;
}

.arena-checkbox:focus{
    box-shadow: none;
    border-color: black;

}

.arena-checkbox:checked {
    background-color: #B19604; 
    border-color: #B19604; 
}

.copy-message {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
  
.copy-message.show {
    opacity: 1;
}


@media(max-width: 510px){
    .navbar{
        height: 100px !important;
    }
}

.btns-view:hover,
.btns-view:focus{
    background-color: transparent !important;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
/***Prompts****/
.text-prompt:hover{
    color: #B19604;
    transition: color 0.3s ease;
}

.receivePrompts {
    color: #b19604 !important;
    border-bottom: 1px solid #b19604;
}

.receivePromptsP {
    border-bottom: 1px solid #ececec;
    cursor: pointer;
}
.receivePromptsP:hover {
    background-color: #fcfaf1;
}


.btn-password {
    background-color: #b19604 !important;
    border-color: #b19604 !important;
    box-shadow: none !important;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
}

.btn-password:hover, 
.btn-password:focus, 
.btn-password:active {
    background-color: #b19604 !important;
    border-color: #b19604 !important;
    box-shadow: none !important;
    color: white !important;
}

.list-items{
    color: black;
    font-size: 15px;
}
.card-text-size{
    font-size: 15px;
}

.subscr-text{
    font-size: 15px;
    font-weight: 600;
}

.btn-payment{
    color: black;
    background-color: transparent;
    border-bottom: 2px solid #b19604;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 576px){
    .list-items{
        font-size: 13px;
    }
    .card-title-size{
        font-size: 16px;
    }
    .card-text-size, .subscr-text{
        font-size: 13px;
    }
}
