.x-main .hentry .entry-wrap {
    background: none !important;
}

/* Font family */
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../../fonts/Poppins-Regular.ttf);
}

html,
body {
    background: rgba(0, 51, 153, .05) !important;
}

html {
    margin-top: 0px !important;
}

/* Entry header code startr here */
.entry-header {
    display: none;
  }
  
  .entry-content.content {
    margin-top: 0px;
  }
#cs-content .x-section {
    padding-top: 0px;
}
.x-main.full {
    padding-top: 0px;
    background: rgba(0, 51, 153, .05) !important;
    overflow: hidden !important;
}

.b-10-radius {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.breadcrumb-color {
    font-family: Poppins-SemiBold !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 15px;
}
.createnew-color {
    font-family: Poppins-Regular !important;
    color: #000000 !important;
    text-transform: none !important;
    font-size: 15px;
}

.b-10-radius-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.b-10-radius-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.shadow-updated {
    box-shadow: 0px 0px 20px 1px rgba(0, 51, 153, .1) !important;
}

.secondary-bg-contri {
    background: #f3f4f9 !important;
}


.text-color-blue-font-bold {
    font-family: Poppins-SemiBold !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 16px;
}

.text-color-blue-font-bold-regular {
    font-family: Poppins-Regular !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 15px;
    /* font-weight: bold; */
    text-decoration: none !important;
}

.text-color-blue-font-bold-regular-header-text {
    font-family: Poppins-Regular !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
    letter-spacing: 1px !important;
}

.text-color-dark-font-regular {
    font-family: Poppins-Regular !important;
    color: #000000 !important;
    text-transform: none !important;
    font-size: 14px;
}

.text-color-lightgray-font-bold {
    font-family: Poppins-SemiBold !important;
    color: #999999 !important;
    text-transform: none !important;
    font-size: 10px;
}

.card-inner-title-bottom {
    font-family: Poppins-Regular !important;
    color: #ffffff !important;
    text-transform: none !important;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none !important;
    letter-spacing: 2px !important;
    position: absolute;
    z-index: 9999;
    top: 95%;
    left: 6px;
}
.star-img-bottom  {
    position: absolute;
    z-index: 9999;
    top: 96%;
    right: 6px;
}

.text-color-blue-font-bolds-small {
    font-family: Poppins-SemiBold !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 10px;
}

.text-decoration-underline {
    text-decoration: underline !important;
}


/* Main content code start here */
.game-library-table-title-text {
    font-size: 15px;
    letter-spacing: 2px;
}

.game-library-report-title-text {
    font-size: 15px;
    letter-spacing: 2px;
}


.height-180 {
    height: 180px;
}

.cursor-pointer {
    cursor: pointer;
}


.product {
    margin: 15px;
    padding: 15px;
    -webkit-transition: border 400ms ease;
    transition: border 400ms ease;
}

.product-section,
.my-masterclass-section {
    /* padding: 35px 0px 0px 0px; */
}

.masterclass-product-card {
    position: relative;
}

.product-b {
    border: 1px solid #12b1d9 !important;
}

.masterclass-product-card img {
    width: 100%;
}

.products-slick .product.slick-slide {
    margin: 15px;
    margin-top: 0px;
}

.product {
    position: relative;
    margin: 15px 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 0px;
}


/* .slick-initialized .slick-slide {
  margin: 0px 0px 20px 20px !important;
} */
.slick-initialized .slick-slide {
    margin: 4px 0px 12px 20px !important;
}


/* Tooltipster code start here */

.tooltip_templates {
    display: none !important;
}

.tooltipster-sidetip .tooltipster-content {
    background: #cccccc;
}

.b-10-radius-2 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.b-10-radius-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.card-line-left {
    position: absolute;
    top: 85%;
    left: 0px;
    width: 100%;
    height: 41%;  
}
.masterclass-product-card-inner-star-text2 {
    padding-left: 54px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.masterclass-product-card-inner-star-text2 img {
    width: 85px;
}

/* 
.slick-initialized .slick-slide {
margin: 47px 20px 26px 20px !important;
} */

/* CAROUSEL SLIDER CSS END HERE */

/* Masterclass product card */
@media(min-width: 1400px) {
    .masterclass-product-card {
        width: 100%;
    }
}
@media (max-width: 968px) and (min-width: 942px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
}

@media (max-width: 968px) {
    .game-library {
        padding: 0px 7px !important;
    }
}

@media (max-width: 558px) {
    .game-library {
        padding: 0px 5px !important;
    }
}

.product {
    padding: 0px;
}




/* Resolving shadow problem */
.entry-wrap .x-container.max,
.entry-wrap .x-container.width {
    width: 100% !important;
    max-width: 100% !important;
}

.game-library {
    padding: 0px 75px;
}


.second-row {
    min-height: 17vh;
}


.manage-masterclass-table-wrapper {
    padding-bottom: 20px;
}

/* Global css for master class  */

/* .main-wrapper {
  height: 76vh !important;
}

.main-height {
  height: 73vh !important;
} */

/* Global css code end here */
/* Card 2 */
/* Masterclass product card */
.masterclass-product-card {
    height: 54px;
    /* overflow: hidden; */
    position: relative;
    padding: 4px 0 4px 0px;
    /* width: 255px; */
    border: 3px solid red;

}


.masterclass-product-card-inner {
    position: relative;
    height: 100%;
}

.masterclass-product-card-inner .profile-img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 6px;
}

.masterclass-product-card-inner-star-text {
    padding-right: 38px;
    padding-left: 68px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.masterclass-product-card-inner-star-text img {
    width: 85px;
}

.masterclass-product-card-inner-star-text h6 {
    white-space: nowrap;
    /*    text-overflow: ellipsis;*/
    overflow: hidden;
    display: block;

}

.card-line-left {
    position: absolute;
    top: 88%;
    left: 0px;
    background: red;
    width: 100%;
    height: 20%;
}

.product {
    padding: 0px;
}




/* Resolving shadow problem */
.masterclass_color {
    border: 3px solid #c7923c !important;
}

.masterclass_bottom_color {
    background: #c7923c !important;
}

.parent {
    position: relative;
    opacity: 1;
    padding: 0px !important;
}

/* Tooltip code start here */
.tooltip_templates { 
    display: none;
}


/* Card 2 */
.masterclass-product-card2 {
    height: 69px;
    /* overflow: hidden; */
    position: relative;
    padding: 4px 0 4px 0px;
    /* width: 255px; */
    border: 3px solid red;

}


.masterclass-product-card-inner2 {
    position: relative;
    height: 100%;
}

.masterclass-product-card-inner2 .profile-img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    left: 6px;
}

.masterclass-product-card-inner-star-text2 {
    padding-left: 68px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.masterclass-product-card-inner-star-text2 img {
    width: 85px;
}

.masterclass-product-card-inner-star-text2 h6 {
    white-space: nowrap;
    /*    text-overflow: ellipsis;*/
    overflow: hidden;
    display: block;

}

.card-line-left2 {
    position: absolute;
    top: 88%;
    left: 0px;
    width: 100%;
    height: 20%;
}

.product2 {
    padding: 0px;
}




/* Resolving shadow problem */
.masterclass_color {
    border: 3px solid #c7923c !important;
}

.masterclass_bottom_color {
    background: #c7923c !important;
}

.parent2 {
    position: relative;
    opacity: 1;
    padding: 0px !important;
}

/* Tooltip code start here */
.tooltip_templates { 
    display: none;
}

/* Tolltip code end here */
/* 
    .x-main.full,
    .wrapper-library {
        height: 76vh !important;
    }

    .game-library {
        height: 73vh !important;

    } */

.bg-main {
    background: #daddf0;
}

.border-outline-red {
    border: 1px solid red !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.border-outline-blue {
    border: 1px solid blue !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}



:root {
    --btn-width: 120px;
}

/* .bg-blue {
  background: #003399 !important;
  color: #fff !important;
} */

/* Btn */
.library-btn,
.business-btn {
    width: 166px;
    height: 45px;
    background: none;
    font-size: 14px;
    margin: 0px;
    letter-spacing: 1px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 1px solid #003399;
    font-family: Poppins-SemiBold;
    color: #003399;
}

.lib-btn-parent {
    cursor: pointer;
    position: relative;
    width: var(--btn-width);
}

.lib-btn {
    position: relative;
    padding: 4px 0 4px 0px;
    width: var(--btn-width);
    border: 3px solid red;
    height: 26px;

}


.card-line-left-2 {
    position: absolute;
    top: 78%;
    left: 0px;
    min-width: var(--btn-width);
    height: 41%;
}
.card-line-left {
    position: absolute;
    top: 83%;
    left: 0px;
    width: 100%;
    height: 39%;  
}
.b-radius-5 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.b-radius-5-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.product {
    padding: 0px;
}




/* Resolving shadow problem */
.masterclass_color {
    border: 3px solid #c7923c !important;
}

.masterclass_bottom_color {
    background: #c7923c !important;
}

.border-yellow {
    border: 2px solid #c7923c;
    /* box-shadow: 0px 0px 3px 0px rgba(199, 146, 60, .6) !important; */
    box-shadow: 0px 2px 3px 1px rgba(199, 146, 60, 0.5) !important;

}
.border-topic {
    border: 3px solid #c7923c;
}

.border-assessment {
    border: 3px solid #003399;
}

.border-quizgame {
    border: 3px solid #3399cc;
}

.border-masterclass {
    border: 3px solid #660000;
}
.border-masterclassx {
    border: 3px solid #663399;
}
.border-survey {
    border: 3px solid #669933;
}
.border-maturitymodel {
    border: 3px solid #cc6699;
}

.background-topic {
    background: #c7923c;
}
.background-assessment {
    background: #003399;
}
.background-quizgame {
    background: #3399cc;
}
.background-masterclass {
    background: #660000;
}
.background-masterclassx {
    background: #663399;
}
.background-survey {
    background: #669933;
}
.background-maturitymodel {
    background:  #cc6699;
}

.divider-bg {
    border-bottom: 1px solid #e6e9f5;
}
/* .carousel-inner {
  min-height: 14vh;
} */
.parent {
    width: 90%;
}

input:focus {
    /* border: 4px solid red !important; */
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.every-carousel:not(:first-child) {
    margin-top: 14px !important;
}

@media (min-width: 1200px) and (max-width: 1681px) {
    .top-header-lib {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .lib-btn-parent:last-child {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}

@media (max-width :  1651px) {
    .lib-btn-parent:last-child {
        margin-top: 8px !important;
    }
}
@media (max-width: 1528px) {

    .lib-btn-parent:nth-child(6) {
        margin-top: 0px !important;
    }
}

@media (max-width: 1498px) {
    .lib-btn-parent:nth-child(6) {
        margin-top: 8px !important;
    }
}
@media (max-width: 1376px) {

    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
}

@media (max-width: 1282px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 8px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1223px) {

    .lib-btn-parent:nth-child(4) {
        margin-top: 0px !important;
    }
}


@media (max-width: 1200px) {

    .top-header-lib {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .search-bar {
        box-shadow: 0px 0px 20px 1px rgba(0, 51, 153, .1) !important;
        margin-bottom: 8px;
    }

}


@media (max-width: 1199px) {
    .lib-btn-parent:nth-child(6) {
        margin-top: 0px !important;
    }
}
/* Col grids start here */
@media (min-width: 1148px) {
    .col-custom {
        width: calc(100% / 5);
        padding: 10px 1px;
        cursor: pointer;

    }
    .col-custom .parent {
        width: 92%;
        margin-left: 4%;
    }
}
@media (max-width: 1200px) {
    .col-custom {
        width: calc(100% / 3);
        padding: 20px 1px;
        cursor: pointer;

    }
    .col-custom .parent {
        width: 92%;
        margin-left: 4%;
    }

}

@media (max-width: 767px) {
    .sticky-top {
        position: static;
    }
    .col-custom {
        width: calc(100% / 2);
        padding: 20px 1px;
        cursor: pointer;

    }
    .game-library {
        padding: 0px 22px;
    }
}

@media (max-width: 500px) {
    .sticky-top {
        position: static;
    }
    .col-custom {
        width: calc(100% / 1);
        padding: 20px 1px;
        cursor: pointer;

    }
}
/* Col Grids code end here */
@media (min-width: 1049px) and (max-width: 1199px) {
    .lib-btn-parent,
    .lib-btn-parent {
        margin-top: 8px !important;
    }
    .business-btn {
        margin-top: 8px !important;
    }
    .lib-btn-parent-1,
    .lib-btn-parent-2,
    .lib-btn-parent:nth-child(3),
    .lib-btn-parent:nth-child(4),
    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}


@media (max-width: 1077px) {
    .lib-btn-parent,
    .lib-btn-parent,
    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
    .business-btn {
        margin-top: 8px !important;
    }
    .lib-btn-parent-1,
    .lib-btn-parent-2,
    .lib-btn-parent:nth-child(3),
    .lib-btn-parent:nth-child(4) {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}

@media (max-width: 1158px) {
    .lib-btn-parent:nth-child(6) {
        margin-top: 8px !important;
    }
}



@media (max-width: 968px) and (min-width: 942px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
}
@media (max-width: 1000px) {
    .lib-btn-parent,
    .lib-btn-parent {
        margin-top: 8px !important;
    }
    .business-btn {
        margin-top: 8px !important;
    }
    .lib-btn-parent-1,
    .lib-btn-parent-2,
    .lib-btn-parent:nth-child(3) {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}

@media (max-width: 983px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 8px !important;
    }
}

@media (max-width: 968px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 0px !important;
    }
}
@media (max-width: 911px) {
    .lib-btn-parent:nth-child(5) {
        margin-top: 8px !important;
    }
}

@media (max-width: 901px) {
    .lib-btn-parent,
    .lib-btn-parent,
    .lib-btn-parent:nth-child(5) {
        margin-top: 8px !important;
    }
    .business-btn {
        margin-top: 8px !important;
    }
    .lib-btn-parent-1,
    .lib-btn-parent-2,
    .lib-btn-parent:nth-child(3),
    .lib-btn-parent:nth-child(4) {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}

@media (min-width: 768px) and (max-width: 824px) {
    .lib-btn-parent,
    .lib-btn-parent {
        margin-top: 8px !important;
    }
    .business-btn {
        margin-top: 8px !important;
    }
    .lib-btn-parent-1,
    .lib-btn-parent-2 {
        margin-top: 0px !important;
    }
    .lib-header-btns-wrapper {
        align-items: flex-start !important;
    }
}

@media (max-width: 823px) {

    /* .lib-btn-parent:nth-child(3) {
      margin-top: 8px !important;
    } */

}



@media (max-width: 767px) {
    .lib-header-btns-wrapper {
        /* flex-direction: column; */
        align-items: flex-start;
        /* align-items: center !important; */
    }
    .lib-business-wrapper {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }
    .lib-btns-wrapper-right {
        align-items: center;
        flex-flow: column;
    }
    .lib-btn-parent:first-child {
        margin: 0px !important;
    }
    .lib-btn-parent:first-child,
    .lib-business-wrapper button {
        margin: 8px 0px !important;
    }
    .lib-btn-parent {
        margin: 8px 0px !important;
    }

    .prev-btn-creative,
    .next-btn-creative {
        top: 112px;
    }
    .prev-btn-creative {
        right: 19px;
    }
    .next-btn-creative {
        right: -11px;
    }
    .carousel-inner {
        min-height: 33vh;
    }
}


@media (max-width: 767px) {
    .lib-header-btns-wrapper {
        flex-direction: column;
        align-items: center !important;
    }
    .lib-btns-wrapper-right {
        display: flex !important;
        flex-flow: row wrap !important;
    }

}

@media (max-width: 767px) {
    .lib-btns-wrapper-right {
        justify-content: center !important;
    }
    .sticky-top {
        position: static;
    }
    .lib-btn-parent,
    .lib-btn-parent:nth-child(4),
    .lib-btn-parent:nth-child(5) {
        margin: 0px 2px !important;
    }
    .save-topics {
        margin: 8px 0px !important;
    }
}

.sticky-bottom{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 99999;
}



.modal-backdrop {
    z-index: 0 !important;
    background: transparent !important;
}
.game-library-table-more-btn {
    cursor: pointer;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    box-shadow: none !important;
    background: none !important;
}
.tooltipster-content {
    background: none !important;
}
.mastercard-content-not-left {
    /* border: 2px solid #c7923c; */
    border-left: 0px !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background : #ffff;
}

.listitems-1-title, .listitems-1-detail {
    font-size:15px; 
}
.listitems-1-detail {
    width: 205px;
}

.mastercard-imgtext-img img {
    height: 135px;
}

ul, ol {
    padding: 0;
    margin: 0 0 1.313em 1.655em;
}
.sticky-top {
    padding: 13px 0px;
}
/* New css code end here */


/* New updated css for small cards */
.pl-51 {
    padding-left: 55px;
}

.product{
    width: 295px !important;
}
.parent {
    width:263px !important;
    /*width:280px !important;*/
}
.col-custom {
    width: 280px;
    margin-left: 43px;
}
.parent {
    margin-left: 0px;
}

/* .main-container-for-small-cards {
  justify-content: space-between;
} */
.masterclass-product-card-inner-star-text h6 {
    font-size: 14px !important;
}

@media (max-width: 1824px) {
    .col-custom {
        margin-left: 29px;
    }
}

@media (max-width: 1754px) {
    .col-custom {
        margin-left: 18px;
    }
}
@media (max-width: 1699px) {
    .col-custom {
        margin-left: 10px;
    }
}
@media (max-width: 1664px) {
    .col-custom {
        margin-left: 63px;
    }
}
@media (max-width: 1605px) {
    .col-custom {
        margin-left: 50px;
    }
}
@media (max-width: 1558px) {
    .col-custom {
        margin-left: 36px;
    }
}

@media (max-width: 1507px) {
    .col-custom {
        margin-left: 36px;
    }
}
@media (max-width: 1507px) {
    .col-custom {
        margin-left: 28px;
    }
}
@media (max-width: 1495px) {
    .col-custom {
        margin-left: 25px;
    }
}
@media (max-width: 1495px) {
    .col-custom {
        margin-left: 25px;
    }
}
@media (max-width: 1475px) {
    .col-custom {
        margin-left: 20px;
    }
}
@media (max-width: 1454px) {
    .col-custom {
        margin-left: 15px;
    }
}
@media (max-width: 1428px) {
    .col-custom {
        margin-left: 13px;
    }
}
@media (max-width: 1414px) {
    .col-custom {
        margin-left: 11px;
    }
}
@media (max-width: 1394px) {
    .col-custom {
        margin-left: 5px;
    }
}
@media (max-width: 1380px) {
    .game-library {
        padding: 0px 43px;
    }
    .col-custom {
        margin-left: 18px;
    }
}
@media (max-width: 1360px) {
    .game-library {
        padding: 0px 43px;
    }
    .col-custom {
        margin-left: 14px;
    }
}
@media (max-width: 1342px) {
    .col-custom {
        margin-left: 9px;
    }
}
@media (max-width: 1324px) {
    .col-custom {
        margin-left: 5px;
    }
}

@media (max-width: 1285px) {
    .col-custom {
        margin-left: 70px;
    }
}

@media (max-width: 1252px) {
    .col-custom {
        margin-left: 64px;
    }
}
@media (max-width: 1230px) {
    .col-custom {
        margin-left: 58px;
    }
}

@media (max-width: 1223px) {
    .main-container-for-small-cards {
        margin-left: -25px;
    }
}
@media (max-width: 1202px) {
    .main-container-for-small-cards {
        margin-left: -33px;
    }
}
@media (max-width: 1186px) {
    .main-container-for-small-cards {
        margin-left: -45px;
    }
}
@media (max-width: 1170px) {
    .main-container-for-small-cards {
        margin-left: -53px;
    }
}

@media (max-width: 1156px) {
    .main-container-for-small-cards {
        margin-left: -26px;
    }
    .col-custom {
        margin-left: 41px;
    }
}
@media (max-width: 1135px) {
    .col-custom {
        margin-left: 32px;
    }
}
@media (max-width: 1110px) {
    .col-custom {
        margin-left: 29px;
    }
}

@media (max-width: 1087px) {
    .col-custom {
        margin-left: 22px;
    }
}
@media (max-width: 1065px) {
    .col-custom {
        margin-left: 17px;
    }
}
@media (max-width: 1043px) {
    .col-custom {
        margin-left: 12px;
    }
}

@media (max-width: 1029px) {
    .col-custom {
        margin-left: 10px;
    }
    .main-container-for-small-cards {
        margin-left: -15px;
    }
}

@media (max-width: 1015px) {
    .main-container-for-small-cards {
        margin-left: 30px;
    }
    .col-custom {
        margin-left: 73px;
    }
}

@media (max-width: 983px) {
    .main-container-for-small-cards {
        margin-left: 19px;
    }
    .col-custom {
        margin-left: 64px;
    }
}
@media (max-width: 873px) {
    .col-custom {
        margin-left: 49px;
    }
}
@media (max-width: 852px) {
    .col-custom {
        margin-left: 38px;
    }
}
@media (max-width: 832px) {
    .col-custom {
        margin-left: 32px;
    }
}
@media (max-width: 800px) {
    .col-custom {
        margin-left: 21px;
    }
}
@media (max-width: 767px) {
    .col-custom {
        margin-left: 14px;
    }
}

@media (max-width: 750px) {
    .main-container-for-small-cards {
        margin-left: -15px;
    }
    .col-custom {
        margin-left: 32px;
    }
}
@media (max-width: 730px) {

    .col-custom {
        margin-left: 18px;
    }
}
@media (max-width: 730px) {

    .col-custom {
        margin-left: 12px;
    }
}
@media (max-width: 673px) {

    .col-custom {
        margin-left: 5px;
    }
    .main-container-for-small-cards{
        flex-direction: column;
        align-items: center;  
    }
    .col-custom .parent {
        margin-left: 0%;
    }
}  

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #039;
    opacity: .5;
    z-index: 1001;
    display: none;
}

#x-root {
    display: block !important;
}

@media (max-width: 623px) {
    .browse-quiz-row-623 {
        justify-content: center;
    }
}

.border_color_mastercard2 {border: 3px solid #660000;}
.mastercard-background-color2 {background: #660000;}
.border_color_assessment2{ border: 3px solid #003399 !important;}
.assessment-background-color2{background-color: #003399; }
.border_color_quizgame2{border: 3px solid #3399cc !important;}
.quizgame-background-color2{background-color: #3399cc !important;}
.mastercard-content-not-left-mastercard {
    border: 2px solid #660000;
    border-left: 0px !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background : #ffff;
}
.mastercard-content-not-left-assessment {
    border: 2px solid #003399;
    border-left: 0px !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background : #ffff;
}
.mastercard-content-not-left-quizgame {
    border: 2px solid #3399cc;
    border-left: 0px !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background : #ffff;
}
.maturitymodel-background-color2{background-color: #cc6699; }
.border_color_maturitymodel2{ border: 3px solid #cc6699 !important;}
.background-clr-capability-assessment { background-color: #cc6699;}
.border-clr-capability-assessment{ border: 3px solid #cc6699 !important;}