.admin-data{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.user-image-name-div{
    display: flex;
}

.user-image{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.user-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.boat-data h5{
    margin-bottom: 15px;
}

.data-spacing{
    margin-left: 5px;
}

.admin-modal-button{
    width: 70px;
    height: 30px;
    max-width: 100%;
    background: transparent;
    border: 1px solid #dedede;
}

.admin-modal-button:hover{
    background-color: #2541B6;
    border-color: #2541B6;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
i{
  margin-right: 5px;
}

.display-image-div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.admin-modal-main .display-image-div{
    align-items: unset;
    justify-content: unset;
}
.cover-document-main{
    border-top: 1px solid #e7eaec;
    padding: 15px 0;
}
.image-gallery-main{
    padding-top: 15px;
    border-top: 1px solid #e7eaec;
    margin: 20px 0;
}
.image-gallery-main h4{
    margin-bottom: 20px;
}

.left-side-image{
    width: 100%;
    height: 300px;
    overflow: hidden;

}
.left-side-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.right-side-image{
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    max-height: 150px;
    /* height: 150px; */
    overflow: hidden;

}
.right-side-image img{
  width: 180px;
  object-fit: cover;
  object-position: center;
}
.left-side-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.three-image-group .card-image{
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.three-image-group img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.modal-detail-section h4{
    margin: 15px 0;
}
.modal-detail-section{
  border-top: 1px solid #e7eaec;
  padding: 15px 0;

}
.listing-details label{
  font-weight: 800;
    font-size: 13px;
    color: #000;
}
.Payout{
    position: relative;
}
.payout-label{
    margin-right: 15px;
}

.radio-data{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

.yoyo-admin-radio-btn-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 150px;
}
.yoyo-admin-radio-btn-wrapper label{
    margin-left: 45px !important;
}

.yoyo-admin-orange-radio-btn{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.yoyo-admin-orange-radio-btn input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #A3A2AE;
}
.yoyo-admin-orange-radio-btn input[type='radio']:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -23px;
    left: 3px;
    position: relative;
    background-color: #FF5900;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #FF5900;
}
.yoyo-admin-orange-radio-btn input[type='radio']:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #FF5900;
}
input[type='radio']:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -18px;
    left: 3px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

input[type='radio']:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

input.edit-radio-btn:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -23px;
    left: 3px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

input.edit-radio-btn:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}
.retention-loader{
    position: absolute;
    top: 50%;
    right: 50%;
}
.retention-loader div{
    color: #2541B6 !important;
}
.session-chart-loader{
    position: absolute;
    top: 50%;
    right: 50%;
}
.session-chart-loader div{
    color: #2541B6 !important;
}
.mixPanelCountLoader{
    color: #2541B6 !important;
}
.credo-loader-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .credo-loader-wrapper .session-chart-loader{
    width: 100%;
    height: 100%;
} */


.category-switch-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px; 
  }
  .raceDatatable .dataTables_length {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 650px;
    margin-bottom: 15px;
  }
  .category-switch-div{
    margin-right: 20px;
  }
  .category-switch-div .toggle{
    width: 85px !important;
    height: 20px !important;
  }

  .category-switch-div .toggle-group label{
    min-width: 100px;
  }
  .category-switch-div .detail-text{
    margin-right: 20px;
    font-weight: bold !important;
    color: #2541B6;
  }
  .toggle.category, .toggle-on.category, .toggle-off.category { border-radius: 20px; }
  .category-switch-div .toggle-group .toggle-off {
    background: #dedede;
    border-color: #dedede;
  }
  .category-switch-div .toggle-group .toggle-on {
    background: #2541B6;
    border-color: #2541B6;
  }
  #promoCodeForm .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
  #promoCodeForm .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
  }
  #promoCodeForm .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px !important
  }

  #promoCodeForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
  }
  #rewardForm .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
  #rewardForm .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
  }
  #rewardForm .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px !important
  }

  #rewardForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
  }
  

  #productForm .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
  #productForm .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
  }
  #productForm .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px !important
  }

  #productForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
  }

  #productForm .select2-container--default .select2-selection--multiple {
    height: 43px !important;
  }
  #productForm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{
    margin-top:13px !important
  } 
  .remove-description-btn {
    float: right;
    width: 35px;
    height: 35px;
    position:relative;
    margin: 0px 0px 0px 5px;
    z-index: 5
  }
  #raceForm .ck.ck-editor__main .ck-content {
    height: 150px;
  }
  #raceForm .ck.ck-voice-label {
    display: none !important;
  }

  #raceForm .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
  #raceForm .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
  }
  #raceForm .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px !important
  }

  #raceForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
  }

  .fullwitdh-input .select2{
    width: 100% !important;
  }

  .fullwitdh-input .select2 .select2-selection--multiple .select2-selection__rendered{
    margin: 0 !important;
    margin-top: -4px !important;
  }

  .fullwitdh-input .select2-container--default .select2-selection--multiple {
    min-height: 45px;
    padding: 8px;
    padding-top: 13px;
  }
  #raceForm .select2-container--default .select2-selection--multiple {
    height: 43px !important;
  }
  /* .fullwitdh-input .select2 .select2-selection--multiple .select2-selection__rendered {
    margin-left: 8px !important;
    margin-top: -5px !important;
  } */
  .fullwitdh-input .select2 .selection .select2-selection .select2-selection__rendered .select2-search__field{
    margin: 0 !important;
  }
  .fullwitdh-input .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-bottom: 5px;
    margin-top: 0px;
  }
  #raceForm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{
    margin-top:13px !important;
    padding-left: 5px !important;
  } 
  
  #viewAddDescriptionModal .select2-container {
    width: 100% !important;
  }
  #viewAddDescriptionModal .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
  }
  #viewAddDescriptionModal .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
  }
  #viewAddDescriptionModal .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px !important;
  
  }
  #viewAddDescriptionModal .select2-container--open {
      z-index: 9999999
  }
  #viewAddDescriptionModal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
  }
  #viewAddDescriptionModal .ck.ck-editor__main .ck-content {
    height: 150px;
  }
  #viewAddDescriptionModal .ck.ck-voice-label {
    display: none !important;
  }
  
  /* .user-dashboard-icon {
    color: black;
  }
  .user-dashboard-icon i{
    font-size: 22px;
  }
  .dashboard-total {
    width: 70px;
    height: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;

    color: #000000;
  }
  .dashboard-title {
    width: 100%;
    height: 36px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    padding-top: 6px;
    margin-left: 10px;
    color: #000000;
  }
  .dashboard-weekly-increased-title{
    width: 100%;
    height: 17px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #91929E;
    padding-top: 10px;
  }
  .dashboard-weekly-increased-title .green{
    color: green;
    font-size: 20px;
    margin-right: 5px;
  }
  .dashboard-weekly-increased-title .red{
    color: red;
    font-size: 20px;
    margin-right: 5px;
  }
  .export-user-block {
    float:right;
    padding-top: 10px;
    display: flex;
  }
  .export-user-block p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #91929E;
    margin-right: -4px;
    padding-top: 7px;
  }
  .export-user-block i{
    color: #1064E9;
    font-size: 20px;
  }
  .dashboard-content {
    height: 130px !important;
  }
  .copy-text {
    margin-left: 382px;
    background: black;
    padding: 7px;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 28px;
    bottom: 70px;
    color: white;
  } */
  /* .export-icon {
    width: 50px;margin-top: -14px;
  } */

  #practicalTipForm .select2-selection.select2-selection--single {
    height: 43px !important;
    border-radius: 0px;
    border: 1px solid #e5e6e7;
  }
  #practicalTipForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
  }

  #linkToEmployee .select2-selection.select2-selection--single {
    height: 43px !important;
    border-radius: 0px;
    border: 1px solid #e5e6e7;
  }
  #linkToEmployee .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
  }
  #linkToEmployee .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px !important;
  }