
/*  Start
    Styling on ff: template
    comments-suggestion-list.blade.php
*/

.hoverable-suggestion-item
{
    background-color:white;
    cursor: pointer;
    transition: .5s background-color;
}

.hoverable-suggestion-item:hover 
{
    background-color: rgb(249, 244, 244);
}

#comment-suggestion-list{
    position: relative;
    top: -113px;
}

/*  End
    Styling on ff: template
    comments-suggestion-list.blade.php
*/

.picker-dialog-bg {
    z-index: 20000 !important;
}

.picker-dialog {
    z-index: 20001 !important;
}


/* begin: signup version 2 */

.field-icon 
{
    float: right;
    margin-left: -25px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size:15px;
}
/* end: signup version 2  */

.numberCircle {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #e6e6e6;
    border: 2px solid #c9c9c9;
    color: #666;
    text-align: center;
    font-size:20px;
    font-weight:500;
    margin-left:14px;
}



/*
    Add Promo Code
*/

.bg-card-promo-code{
    background-color:#ffffff!important;
    padding-left:45px; 
    padding-right:45px; 
    padding-top:45px;
    padding-bottom:45px; 
    border:1px white;
    border-radius:5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#settingsPromoForm > .card {
    margin-bottom:0px;
    margin-top:0px;
}

#settingsPromoForm > .card > .card-body{
    margin-bottom:0px;
    margin-top:0px;
}   

.collapsible-container {
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    border-radius: 5px;
    border-left:5px solid #9ce0ff;
    border-right:1px solid #9ce0ff;
    border-bottom:1px solid #9ce0ff;
    border-top:1px solid #9ce0ff;
    overflow: hidden;
  }

  .collapsible-title {
    background-color: #ffffff;
    padding:20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s background-color;
  }

  .collapsible-content
  {
    background-color: #ffffff;
  }

  .collapsible-title:hover
  {
    background-color: rgb(208, 238, 253);
  }


  .input-container {
    position: relative;
    width: 100%; /* Adjust the width as needed */
}

#promo_code {
    width: calc(100% - 40px); /* Adjust the width and padding as needed */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#btnVerifyCode {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

#btnVerifyCode2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    z-index: 5;
}

.readonly-input {
    opacity: 0.25;
    pointer-events: none;
}

.sticky-table-header {
    position: sticky;
    top: 0;
    z-index: 2;
}
.sticky-table-col {
    position: sticky;
    left: 0;
    background-color: #fff;
}
.sticky-table-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
}