/* body {
    background-color: #fff;
} */
.boxbg:nth-child(1) .div-set {
    background: #deefff;
}
.boxbg:nth-child(2) .div-set {
    background: #ffecf5;
}
.boxbg:nth-child(3) .div-set {
    background: #e0ffec;
}
.boxbg:nth-child(4) .div-set {
    background: #fffbef;
}
/* .navBar {
    padding: 1rem;
    background-color: #f2f2f7;
} */
/* .main-content {
    background: #fff;
} */
/* .sideBar {
    background-color: #f2f2f7;
}
.accordion-item {
    background-color: #f2f2f7;
} */
.div-set {
    box-shadow: none;
}
.sideBar {
    box-shadow: none;
}
.header-txt {
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #e7e7e7;
    /* background: #f2f2f7; */
    padding: 1rem;
}
.alert_txt {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.maintxtDev:nth-child(1) .alert-txt {
    background-color: #f5f5f5;
}
.maintxtDev:nth-child(2) .alert-txt {
    background-color: #fffbef;
}
.maintxtDev:nth-child(3) .alert-txt {
    background-color: #fff;
}
.maintxtDev:nth-child(4) .alert-txt {
    background-color: #f0fff0;
}
.maintxtDev:nth-child(5) .alert-txt {
    background-color: #f5f5f5;
}
/* .table-custom .table thead th {
    background-color: #f2f2f7;
} */
.bkhCancelBtn {
    padding: 16px;
    background: #909090 !important;
    border-color: #909090;
}
.form-switch .form-check-input {
    width: 16%;
    margin-right: 8px !important;
}
.form-switch .width-set{
    width: 2.8rem!important;
}
.mainCard {
    border-radius: 0px 4px 4px 4px;
    border: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 2rem 1rem;
}
.flight-input {
    padding: 12px;
}
.cardImg {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid var(--light-gray-button, #dadada);
    background: var(--white, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.5s ease;
    height: 250px;
}
img.imgStyle {
    width: 203px;
    height: 232px;
}
.flex_sect {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.badgTxt {
    position: absolute;
    top: 4%;
    left: 5%;
}
.ImgCard {
    position: relative;
}
.cardImg:hover {
    transform: scale(1.03) !important;
    cursor: pointer;
}
/* a{
    color: unset !important;
} */
.sid_hover > li > a:hover {
    color: var(--wColor) !important;
}
.sid_hover:hover {
    background-position: left bottom !important;
    color: var(--wColor) !important;
}
.sid_hover:hover img.pe-1 {
    filter: invert(1);
}
.sid_hover {
    background: linear-gradient(to right, var(--theme-hover) 50%, transparent 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 0.6s ease-out !important;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.sid_hover > li {
    list-style: none !important;
    padding: 1rem 1.25rem;
}
.sid_hover > li > a {
    text-decoration: none;
    color: var(--bColor);
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    transition: all 0.5s ease-out !important;
}
.checked {
    color: orange;
  }
  .labelBottomtxt {
    display: flex;
    gap: 32px;
    align-items: baseline;
}
.rating {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
img.ic_pad {
    background: #737373;
    padding: 2px;
    border-radius: 10px;
    filter: invert(1);
    margin-right: 11px;
}

.remo_bg_color {
    border-left: none;
    border-right: none;
}
.description_introio {
    padding-left: 26px;
}
img.ic_pad2 {
    background: green;
    padding: 4px;
    border-radius: 100%;
    margin-right: 11px;
}
img.ic_pad3 {
    background: orange;
    padding: 4px;
    border-radius: 100%;
    margin-right: 11px;
}
img.ic_pad4 {
    background: darkblue;
    padding: 4px;
    border-radius: 100%;
    margin-right: 11px;
}
.ic_pad5{
    background: red;
    padding: 4px;
    border-radius: 100%;
    margin-right: 11px;
}
.fle_dev {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fle_dev2 {
    display: flex;
    gap: 12px;
}
.tourOpert {
    padding: 1rem 0.8rem;
    background: #f2f2f7;
    border-radius: 8px;
}
#profile-description {
    max-width: 400px; 
    margin-top: 10px; 
    position:relative;
  }
  #profile-description .text {
    margin-bottom: 5px; 
  }
  #profile-description .show-more {
    cursor: pointer;
  }
  #profile-description .show-more:hover { 
      color: #1779dd;
  }
  #profile-description .show-more-height { 
    /* height: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  span.moreTxt:hover {
    border-bottom: 1px solid;
}
p.dateflex {
    display: flex;
    align-items: center;
}
img.imMar {
    margin-right: 12px;
}
.txt-flex {
    display: flex;
    justify-content: space-between;
}
.navBar > .notification-div > .dropdown > .dropdown-menu {
    background-color: #fff !important;
}
.accordion-item {
    border: 0;
}
