.icon.icon-2x,
.icon.icon-3x,
.icon.icon-4x {
    background-size: contain !important;
}

.bulb,
.hand-shake,
.i-rocket,
.loc-map,
.user-connect,
.user-tick,
.user-tick-double,
.user-tick-yellow {
    text-indent: -9999px;
}

.skip-button,
.tags-row span {
    font-family: opensanssemibold;
}

.error {
    color: #ff4a46 !important;
}

.active-nav a {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .on-system {
        display: none;
    }

    .on-mobile-view {
        display: block;
    }

    #continueShopping {
        margin-bottom: 10px;
    }

    #reviewOrder {
        margin-top: 10px;
    }

    .blog-owl .owl-item img.guide-slider-image {
        min-width: 330px;
        max-width: 360px;
        min-height: 470px !important;
        max-height: 470px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 601px) {
    .on-system {
        display: block;
    }

    .on-mobile-view {
        display: none;
    }

    .blog-owl .owl-item img.guide-slider-image {
        width: 229px;
        min-height: 299px !important;
        max-height: 299px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 900px) {
    .modal-lg,
    .modal-xl {
        max-width: 1300px !important;
    height: 87vh; /* Set modal height to 90% of viewport height */
    }

    .modal-lg .modal-content,
    .modal-xl .modal-content {
        height: 100%;
    }

    .modal-body {
        overflow-y: auto;
        max-height: calc(90vh - 120px); /* Adjust depending on header/footer size */
    }
}



    .blog-owl .owl-item img.guide-slider-image {
        width: 229px;
        min-height: 299px !important;
        max-height: 299px !important;
        object-fit: cover;
    }
}

header .dropdown-menu {
    top: 30px !important;
    right: 0 !important;
    left: auto !important;
}

header .dropdown-item:hover {
    background-color: #fecd00 !important;
}

header .dropdown-item:active {
    background-color: #e7b900 !important;
}

.seller-package .package-holder .description p,
header .dropdown-item {
    color: #000 !important;
}

.company-logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.company-logo .col-6 {
    padding: 15px;
    max-height: 100px;
}

.company-logo img {
    max-height: 100%;
    width: auto;
}

#blog_listing img,
.blog-listing-content img,
.blog-owl .owl-item img {
    max-height: 160px;
    object-fit: cover;
}

.bookmark {
    color: #fecd00 !important;
}

.bookmark:hover,
.bookmarked {
    cursor: pointer;
    background-color: #fecd00 !important;
    color: #fff !important;
}

.custom-tags-show ul li:after,
.remove-li-arrow li:after,
.star-rating input {
    display: none;
}

.custom-tags-show ul li {
    padding: 0 10px 10px;
}

.custom-tags-show ul {
    height: auto;
}

.custom-tags-show
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #012070;
    border: 0 solid #aaa;
    border-radius: 25px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
    padding: 3px 17px 3px 9px;
}

.blackToast-title,
.custom-tags-show
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.custom-tags-show
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
}

.custom-image-preview {
    width: 150px;
    border-radius: 5px;
    margin-top: 8px;
}

.category-active {
    background: #012070;
    color: #fff;
}

.box-width {
    max-width: 75%;
}

.seller-summary .sub-heading {
    font-size: 14px !important;
}

.database-row .disabled {
    background-color: #dcb200 !important;
    cursor: not-allowed !important;
}

.seller-registration-form-holder i :not(.note-container *) {
    right: 8px;
    top: -1px;
    cursor: pointer;
    font-size: 18px;
    color: #707070;
    float: right;
}

.video-js.my-video {
    width: 100%;
    height: 260px;
    margin-top: 10px;
}

.previewContain {
    display: flex;
}

.videorp {
    position: relative;
    float: 0;
    margin-top: 20px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select-packages .package-name {
    color: #0f102a;
    font-size: 16px;
    font-family: extrabold;
    margin-bottom: 0;
}

.select-packages .package-quantity {
    color: #0f102a;
    font-size: 34px;
    font-family: extrabold;
}

.skip-button {
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 14px;
    color: #012070;
    background-color: #f5f5f5;
    border: 1px solid #012070;
}

.courses-overlay,
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0.25rem;
    z-index: 50;
    position: absolute;
}

.startup-heading {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.startup-description {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.blog-owl .owl-item img {
    width: 100%;
    min-height: 160px;
}

#blog_listing img {
    min-height: 160px;
}

#blog_listing h2 {
    text-overflow: ellipsis;
    height: 38px;
    overflow: hidden;
}

.review-order {
    padding: 25px 10px;
    margin: 0 25px;
    background: #eaeefd;
    color: #707070;
}

.review-order span .fa-trash:hover {
    color: red;
    cursor: pointer;
}

.guide-listing-img img {
    width: 100%;
    max-height: 255px;
    object-fit: cover;
}

.innovative-listing .innovative-listing-content h2 {
    height: 55px !important;
    overflow: hidden !important;
}

header .top-menu .flag-icon img {
    width: 32px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.set_image_listing_140 {
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
}

.height-75 {
    height: 75px;
}

.height-164 {
    height: 164px;
}

.height-40 {
    height: 40px;
}

.overlay {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.courses-overlay {
    height: 600px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.bulb,
.hand-shake,
.i-rocket,
.loc-map,
.tags-row span,
.user-connect,
.user-connect-yellow,
.user-tick,
.user-tick-double,
.user-tick-yellow {
    display: inline-block;
}

.fa-spin-it {
    color: #343a40;
    animation: 2s linear infinite spin;
}

.overlay.dark > .fa {
    color: #ced4da;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.btn-skills {
    background-color: #012070;
    color: #fff;
    padding: 5px 12px;
    text-align: center;
}

.icon {
    background-size: contain;
    height: 8px;
    width: 8px;
}

.icon.icon-2x {
    height: 16px;
    width: 16px;
}

.icon.icon-3x {
    height: 24px;
    width: 24px;
}

.icon.icon-4x {
    height: 32px;
    width: 32px;
}

.bulb {
    background: url(../svg/bulb.svg) top center no-repeat;
}

.loc-map {
    background: url(../svg/loc-map.svg) top center no-repeat;
}

.user-connect {
    cursor: pointer;
    background: url(../svg/user-connect.svg) top center no-repeat;
}

.user-connect-yellow {
    cursor: pointer;
    text-indent: -9999px;
    background: url(../svg/user-connect-yellow.svg) top center no-repeat;
}

.user-tick {
    cursor: pointer;
    background: url(../svg/user-tick.svg) top center no-repeat;
}

.user-tick-yellow {
    cursor: pointer;
    background: url(../svg/user-tick-yellow.svg) top center no-repeat;
}

.user-tick-double {
    cursor: pointer;
    background: url(../svg/user-tick-double.svg) top center no-repeat;
}

.i-rocket {
    cursor: pointer;
    background: url(../svg/rocket.svg) top center no-repeat;
}

.hand-shake {
    cursor: pointer;
    background: url(../svg/hand-shake.svg) top center no-repeat;
}

.fa-plus-circle {
    color: #1e90ff;
}

.fa-minus-circle {
    color: red;
}

.icon-blue {
    fill: #012070;
}

.icon-green {
    fill: #00b44e;
}

.icon-gold {
    fill: #d4a01e;
}

.filter-by {
    background: #fff;
}

.filter-by .sort-available:hover {
    background: #fecd00;
}

.image-profile {
    border-radius: 25%;
    cursor: pointer;
    opacity: 1;
    display: block;
    width: 100px;
    transition: 0.5s;
    backface-visibility: hidden;
    height: 100px;
    object-fit: cover;
}

.middle-profile {
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container-profile-picture:hover .image-profile {
    opacity: 0.3;
}

.container-profile-picture:hover .middle-profile {
    opacity: 1;
}

.text-profile {
    color: #000;
    cursor: pointer;
    padding: 8px;
}

.seller-package .package-holder {
    background: #f5f5f5;
    max-width: 400px;
    margin: auto;
    text-align: center;
    padding: 49px 6px;
    border: 5px solid #fecd00;
    position: relative;
}

.disabled-item {
    pointer-events: none;
    opacity: 0.2;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}

.video-play .fa-play-circle {
    font-size: 50px;
}

.tags-row span {
    text-align: center;
    padding: 4px 23px;
    color: #012070;
    margin: 0 7px 0 0;
    background-color: #ebeefd;
    font-size: 12px;
    border-radius: 50px;
}

.irs-bar,
.irs-from,
.irs-handle i,
.irs-single,
.irs-to {
    background-color: #007bff !important;
}

.irs-from::before,
.irs-single::before,
.irs-to::before {
    border-top-color: #007bff !important;
}

.course-videos.video-play {
    position: absolute;
    left: 89px;
    top: 45px;
}

.price-range-input input {
    overflow: auto;
    width: 45%;
    margin-left: 10px;
}

.price-range-input input:focus {
    border: 1px solid;
}

.latest-news-text {
    min-height: 72px;
}

i.fa.show-icon.fa-minus-circle.minus-icon {
    float: right;
}

input[readonly] {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}

/* Button hover styles */
.btn-style:hover {
    background-color: #012070 !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-style:focus {
    background-color: #012070 !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 0 0 0.2rem rgba(1, 32, 112, 0.25);
}

.btn-style:active {
    background-color: #011a5e !important;
    color: #ffffff !important;
    transform: translateY(1px);
}

/* OTP Button disabled styles */
.btn:disabled,
.btn.btn-disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    transform: none !important;
}

.btn:disabled:hover,
.btn.btn-disabled:hover {
    background-color: #cccccc !important;
    color: #666666 !important;
    transform: none !important;
}

.btn:disabled:focus,
.btn.btn-disabled:focus {
    background-color: #cccccc !important;
    color: #666666 !important;
    box-shadow: none !important;
}

.btn:disabled:active,
.btn.btn-disabled:active {
    background-color: #cccccc !important;
    color: #666666 !important;
    transform: none !important;
}

/* OTP Button enabled styles */
.btn.btn-enabled {
    background-color: #007bff !important;
    color: #ffffff !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

.btn.btn-enabled:hover {
    background-color: #0056b3 !important;
    color: #ffffff !important;
}

/* OTP Input focus styles */
.otp-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.otp-input.filled {
    border-color: #28a745 !important;
    background-color: #f8fff9 !important;
}

/* OTP Status Message Styles */
.status {
    text-align: center;
    margin: 15px 0;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    display: block;
}

.status.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.status.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
