/* Basic styling */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Poppins&display=swap');

.smavesh-body .card {
    font-family: poppins;
}

.smavesh-body.form-check .form-check-input {
    float: none;
    margin-left: 0;
    margin-top: 0;
}

.smavesh-body.form-check {
    padding: 5px;
    border-radius: 8px;
    line-height: 15px;
}

.smavesh-body.form-check label {
    margin-left: 0.5rem;
    padding-top: 0.2rem;
    color: #fff;
    font-size: 16px;
}

.smavesh-body.form-check label.whitebg {
    margin-left: 0.5rem;
    padding-top: 0.2rem;
    color: #fff;
    font-size: 16px;
    margin-right: 1rem;
}

.smavesh-body [type=checkbox] {
    width: 1.9rem;
    height: 1.9rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50% !important;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
    padding-left: 0;
    margin-left: 0;
}


.smavesh-body [type=radio] {
    width: 1.5rem;
    height: 1.5rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50% !important;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
    padding-left: 0;
    margin-left: 0;
}

    /* Pseudo element for check styling */

    .smavesh-body [type=checkbox]::before, .smavesh-body [type=radio]::before {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
        padding-left: 0;
        margin-left: 0;
    }


    /* Checked */

    .smavesh-body [type=checkbox]:checked, .smavesh-body [type=radio]:checked {
        background-color: currentcolor;
        background-color: orange;
        border: 2px solid #fff;
    }

        .smavesh-body [type=checkbox]:checked::before {
            box-shadow: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
        }

        .smavesh-body [type=radio]:checked::before {
            box-shadow: none;
            /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E"); */
        }


    /* Disabled */

    .smavesh-body [type=checkbox]:disabled, .smavesh-body [type=radio]:disabled {
        background-color: #CCD3D8;
        opacity: 0.84;
        cursor: not-allowed;
    }

.samavesh {
    height: 340px;
    margin: -0.7rem -1rem 0.7rem -1rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.carousel-inner {
    height: 340px;
    border-radius: 0.5rem 0.5rem 0 0;
}

.carousel-item {
    height: 340px;
}

@media (max-width: 1200px) {
    .carousel-item img {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 240px;
    }

    .samavesh {
        height: 240px;
    }

    .carousel-inner {
        height: 240px;
    }

    .carousel-item {
        height: 240px;
    }
}

.carousel-caption {
    /* background: rgba(256, 256, 256, 0.8); */
    /* color:#cf022b; */
    background: #cf022b;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 18px 0 rgba(0, 0, 0, 0.45);
    border-radius: 0.55rem;
}

    .carousel-caption h5 {
        font-size: 1.5rem;
        font-family: poppins;
        line-height: 1.5;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

@media (max-width:768px) {
    .carousel-caption h5 {
        font-size: 1rem;
    }
}

.checklist-conatiner {
    padding: 20px;
    padding-bottom: 0;
}

.checklist-conatiner-bg {
    padding: 10px;
    background-image: linear-gradient(to right, #cf022b, #ef7d00);
}

.checklist-header-container {
    padding: 50px;
}

.checklist-header {
    background: #fff;
    border-radius: 20px;
    padding: 25px
}

    .checklist-header h5 {
        margin: 0;
        color: #ef7d00;
        font-weight: bold;
    }

.samaves-body {
    font-size: 15px;
}

.carousel-indicators li {
    background-color: #cdcdcd;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.8;
    transition: opacity .6s ease;
}

    .carousel-indicators li.active {
        background-color: #000;
    }

.carousel-control-prev-icon {
    background-image: url(../../img/chevron-left.svg);
    background-size: 130%;
}

.carousel-control-next-icon {
    background-image: url(../../img/chevron-right.svg);
    background-size: 130%;
}

.emoji-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.radio {
    display: none;
}

    .radio ~ label span {
        font-size: 2rem;
        filter: grayscale(100);
        cursor: pointer;
        transition: 0.3s;
    }

    .radio:checked ~ label span {
        filter: grayscale(0);
        font-size: 3rem;
    }

.samavesh-ques-container {
    /* background:#ccc; */
    background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
    color: #fff;
    padding: 10px;
    border-radius: 0 0 .5rem .5rem;
}

.samavesh-ques {
    /* background:#ccc; */
    background: rgba(256,256,256, 0.2);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .samavesh-ques:first-child {
        margin-top: 0;
    }

    .samavesh-ques h6 {
        font-weight: 400;
        font-size: 0.95rem;
    }

    .samavesh-ques h5 {
        font-weight: 550;
        font-size: 1.1rem;
    }

.smavesh-padding {
    padding: 0 0 10px 0;
}

.smavesh-cardbody {
    padding-bottom: 0;
}

.samavesh-ques-container .btn-primary {
    background: #fff;
    color: black;
    border: 1px solid #fff;
    font-size: 1rem;
    padding: 8px 24px;
}

    .samavesh-ques-container .btn-primary:hover {
        background: #ef7d00;
        color: #fff;
        border: 1px solid #ef7d00;
    }

.samavesh-ques-container .accordion h5 button {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}



.samavesh-ques-container .accordion h5.accordion-header {
    border: 0;
}

.samavesh-ques-container .accordion h5 button::after {
    background-image: var(--bs-accordion-btn-icon);
}

.samavesh-ques-container .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
    filter: invert(48%) sepia(0%) saturate(100%) hue-rotate(86deg) brightness(300%) contrast(100%);
}

.samavesh-ques-container .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
    filter: invert(48%) sepia(0%) saturate(100%) hue-rotate(86deg) brightness(300%) contrast(100%);
}

.samavesh-ques-container .accordion-button::after {
    flex-shrink: 0;
    margin-right: 10px;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(48%) sepia(0%) saturate(100%) hue-rotate(86deg) brightness(300%) contrast(100%);
}


.samavesh-ques-container .accordion-button::before {
    display: none;
}

.samavesh-ques-container .accordion-button::after {
    display: block;
}


.samavesh-ques-container .accordion-button {
    padding-bottom: 0;
}


.validationWarning:after {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 900;
    margin-left: 5px;
    font-size: 1rem;
    color: yellow;
}

.smavesh-cardbody .custom-radio .custom-control-label {
    float: right;
    margin-right: 10px;
}

.smavesh-cardbody .invalid-feedback {
    color: #ffffff;
}

.smavesh-body .nav-tabs li .nav-link.active {
    background-image: linear-gradient(90deg, #4D1D82 0%, #5f1d82 100%);
    color: #fff;
}

.smavesh-body .tab-content {
    padding : 0;
}
