
img {
    max-width: 90%;
} 

.cnp-form input,.cnp-form select {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #f7f6f9;
    border: solid 1px #f7f6f9;
    padding: 11px 20px 11px 40px;
    margin-bottom: 20px;
    line-height: 22.5px;
}
.cnp-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}
.cnp-form select::-ms-expand {
    display: none ;
}

.main-body-wrap .modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: auto !important;
    box-shadow: none !important;
}

.mkp-content-wrap:last-child {
    border: none;
}

.cnp-form {
    position: relative;
}

.list_grd_button i {
    font-size: 20px;
    width: 60px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
}

.list_grd_button i.active:first-child {
    background: #5B656D;
    border-radius: 4px 0 0 4px;
}

.mkp-content-wrap a.mrkt_lrn {
    font-size: 13px;
}

.mkp-content-wrap:hover a.mkp-title {
    color: #0000ff;
}

.list_grd_button i.active:last-child {
    background: #5B656D;
    border-radius: 4px 0 0 4px;
}

.cnp-form i {
    position: absolute;
    top: 24px;
    left: 10px;
    color: #85868d;
}

.mkp-image-wrap img {
    width: 70%;
}

.list_grd_button{
    border: 1px solid #ddd;
    border-radius: 5px;
}

i#showdiv1 {
    background: #5b656d;
    border-radius: 5px 0px 0 5px;
    color: #fff;
}

i#showdiv2 {
    border-radius: 0px 5px 5px 0px;
    color: #85868d;
}


/*********************04-03-2023 start***********************/
.mkp-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;

}

.fillter-button-wrap {
    display: flex;
    align-items: center;
}
.contentview {
    background: transparent;
    padding: 11px 37px 11px 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #10103b;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.contentview,
.sortby {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    background-position-x: calc(100% - 9px);
    cursor: pointer;
}
.contentview:focus,
.sortby:focus{
    outline: none;
}
.contentview:focus{
    border: 1px solid #999;
}
.text-gray {
    color: #989d9f;
}

.sortby {
    border: none;
    padding-right: 15px;
    background-position-x: 100%;
    margin-left: 10px;
    width: 128px;
    font-size: 15px;
    /* padding: 5px; */
    /* background-color: #f7f9fa; */
    border-radius: 5px;
}
/* .marketplace-wrapper.grid-view {
    display: grid;
    gap: 24px 2%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
} */

.grid-view .mkp-content-wrap {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    position: relative;
}


.mkp-image-wrap {
    display: flex;
    align-items: center;
    background: #f7f9fa;

    border-radius: 8px;
    justify-content: center;
}
.grid-view .mkp-image-wrap {
    width: 100px;
    height: 100px;
    font-size: 25px;
    font-weight: 700;
    color: #0d6efd;
}
.list-view .mkp-image-wrap {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.mkp-title {
    flex: 1;
    padding-left: 10px;
    text-decoration: none;
    font-size: 17px;
    color: #101a37;
    font-weight: 500;
}
.mkp-discription {
    /* margin: 10px 0px; */
    color: #9198a1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    /* max-width: 1000px; */
    margin: 4px 0 8px;
}
.tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sort-button{
    border: 1px solid #ddd;
    padding: 11px 10px;
    border-radius: 5px;
    margin: 0 15px;
}

.tag-list span {
    background: #ebecf0;
    padding: 4px 14px;
    border-radius: 15px;
    margin-right: 9px;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #828a94;
}
.mkp-button{
    display: inline-block;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
.grid-view .mkp-button {
    width: 100%;
    margin: 8px 0px 0px;
    /*position: absolute;*/
    bottom: 0;
    left: 5%;
}

.mkp-btn-primary{
    border: 1px solid #0c2da4;
    background-color: #0c2da4;
    color: #fff;
}

.mkp-btn-red {
    border: 1px solid #ec5d57;
    background-color: #ec5d57;
    color: #fff;
}

.mkp-btn-red:hover {
    border: 1px solid #d74842;
    background-color: #d74842;
}

.mkp-btn-primary:hover{
    border: 1px solid #0b5ed7;
    background-color: #0b5ed7;
}
.mkp-btn-border{
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background-color: transparent;
}
.mkp-btn-border:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.mkp-btn-gray {
    border: 1px solid #f7f6f9;
    background:#f7f6f9;
    color: #0d6efd;
}
.mkp-btn-gray:hover {
    border: 1px solid #0d6efd;
    background: #0d6efd;
    color: #fff;
}
.mkp-btn-graylight {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    color:#000;
}
.mkp-btn-graylight:hover {
    opacity: .7;
}
.list-view .mkp-content-wrap {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px 20px 140px;
    min-height: 210px;
    font-size: 12px;
}
.list-view .mkp-button {
    position: absolute;
    left: 0;
    width: 110px;
    padding: 8px 10px;
    left: 5px;
    top: 145px;
}
.mkp-image-wrap{
    max-width: 120px;
}
.list-view .mkp-title {
    padding-left: 0;
    padding-top: 11px;
}
.mkp-details-wrap .left-info{
    width: 150px;
    font-size: 14px;
    text-align: center;
}
.mkp-details-wrap {
    display: flex;
    padding: 15px 0px;
}
.mkp-details-wrap .right-info {
    padding-left: 3%;
    width: 89%;
    position: relative;
}

.mkp-details-wrap .right-info .nav-tabs {
    background: #f7f9fa;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
}
.mkp-details-wrap .right-info .nav-item {
    border: none;
    outline: none;
}
.mkp-details-wrap .right-info .nav-tabs .nav-link {
    font-size: 15px;
    color: #999;
    margin: 0;
    padding: 10px 15px;
    border: none;
}
.mkp-details-wrap .right-info .nav-tabs .nav-link:hover,
.mkp-details-wrap .right-info .nav-tabs .nav-link:focus {
    border: none;
    color: #000;
    outline: none;
}
.mkp-details-wrap .right-info .nav-tabs .nav-link.active {
    background: none;
    border: none;
    color: #000;
}
.tab-content {
    padding: 15px 0px;
    font-size: 14px;
    color: #505050;
}

.modal-body.pd-0 {
    padding: 0;
}

.mkp-details-wrap .left-info .mkp-image-wrap {
    height: 150px;
    width: 150px;
    max-width: 150px;
    font-size: 25px;
    font-weight: 700;
    color: #0d6efd;
}
.mkp-details-wrap .buttons-wrap {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    font-size: 15px;
    width: 98%;
}

.mkp-details-wrap  .mkp-button {
    min-width: 100px;
}
.mkp-details-wrap  .mkp-btn-gray {
    color: #000;
}
ul.feachers-list {
    list-style: none;
    padding: 0;
}

ul.feachers-list li {
    padding-bottom: 3px;
}
.tag-list span:last-child {
    margin-right: 0;
}
.mkp-details-wrap .left-info a {
    text-decoration: none;
    word-wrap: break-word;
}
.modal-content .mkp-title {
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}
.modal-content h5 {
    color: #151515;
    margin-top: 15px;
    display: inline-block;
}
.lastUpdateDate{
    padding-top: 5px;
}
.grid-view .lastUpdateDate{
    display: none;
}
.grid-view .mkp-title {
    padding-top: 5px;
}

header.secondary-nav .scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  header.secondary-nav .scroll::-webkit-scrollbar {
    display: none;
  }
  
  header.secondary-nav .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    clear: both;
    background-color: #fbf7fc;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
  }
  
  header.secondary-nav .submenu.visible {
    display: block;
    height: auto;
    border-top: 1px solid #e8e8e8;
  }
  
  header.secondary-nav .dropdown {
    position: inherit;
  }
  
  header.secondary-nav .dropdown-item {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    width: auto;
    clear: inherit;
    padding: 12px;
  }
  
  header.secondary-nav .dropdown-toggle.visible {
    background: #fbf7fc;
  }
  
  header.secondary-nav .dropdown-item.active, header.secondary-nav .dropdown-item:active, header.secondary-nav .dropdown-item:hover {
    background: #fff;
    color: #6a2c79;
  }
  
  /*Don't Remove this give class/id if required*/
  header.secondary-nav, header.secondary-nav nav {
    font-size: 0;
  }
  
  header.secondary-nav {
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
    clear: both;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  
  header.secondary-nav .vam {
    display: inline-block;
    vertical-align: middle;
  }
  
  header.secondary-nav .nav {
    width: 100%;
    margin-left: 20px;
  }
  
  header.secondary-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
  header.secondary-nav .nav-item .nav-link:hover {
    color: #0d6efd;
  }
  
  
  header.secondary-nav .nav-link {
    padding: 18px 28px;
    font-size: 15px;
    color: #7b838e;
  }

  .stk_container {
    display: flex;
    align-items: center;
}

.stk_container h6 {
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    color: #7b838e;
}

.dropdownList{
    display: none;
    background: #fff;
    padding: 15px;
    width: 100%;
    color: #000;
    margin-top: 39px;
    position: absolute;
    top: 25px;
    font-size: 15px;
    border: solid 1px #0d6efd;
    border-radius: 8px;
    min-height: 50px;
}

a.drop_arw.active {
    background: #0d6efd;
    border-color:#0d6efd ;
    color: #fff;
}

.place_log {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem;
    text-align: center;
    align-items: baseline;
}

.logo_pnl {
    background: #f6f6f9;
    padding: 50px 15px;
    border-radius: 6px;
}

.place_log .item p {
    margin-top: 5px;
}
 

a.drop_arw .fa-chevron-down {
    transform: rotate(0deg);
    transition: all 0.6s;
  }

a.drop_arw.active .fa-angle-down {
    transform: rotate(180deg);
}

a.drop_arw {
    position: absolute;
    z-index: 999;
    color: #6c6c6c;
    right: 0;
    font-size: 25px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
}
  
  @media (max-width: 768px) {
    header.secondary-nav::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      height: 100%;
      width: 35px;
      background: linear-gradient(to left, #e3e3e3, rgba(37, 40, 61, 0));
      pointer-events: none;
      transition: opacity 0.2s;
    }
  
    header.secondary-nav .nav-link {
      padding: 14px 10px;
    }
  }
  header.secondary-nav .nav-link.active {
    color: #0d6efd;
    box-shadow: inset 0px -3px 0px 0px #0d6efd;
  }

#sync2 .item {

    background: #0d6efd;

    padding: 4px;

    margin: 5px;

    color: #FFF;

    /* border-radius: 3px; */

    text-align: center;

    cursor: pointer;

}

#sync2 .current .item {
    background: #f9f9f9;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
    background: #0d6efd85;
}
#sync1.owl-theme .owl-next {
    right: 10px;
    background: #0d6efd85;
}
#sync1.owl-theme .owl-next span, #sync1.owl-theme .owl-prev span {
    color: #fff;
    font-size: 26px;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

@media only screen and (max-width: 1600px){
    /* .main-body-wrap { */
        /* padding-right: 30px; */
    /* } */

    .mkp-button {
        display: inline-block;
    }
    .marketplace-wrapper.grid-view {
        /*gap: 25px;*/
        /* gap: 1% 2%; */
        /*grid-template-columns: 32% 32% 32%;*/
    }
    .tag-list span{
        padding: 3px 10px;
    }
    .mkp-title {
        font-size: 16px;
    }
}
