/* font  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* File Name : custom.css  */

tr td {
    white-space: nowrap !important;
}

.main_card_parent {
    padding: 40px;
}

#quiz_data_form {
    margin: 0 18rem;
    margin-top: -20px;
}

.course-card__body h6 {
    margin: 20px 0 !important;
    font-size: 16px !important;
}

.course-card__details {
    margin-left: 5px;
    margin-right: 5px;
}

.course-card__details button {
    border: none;
    border-radius: 20px;
    padding: 7px 20px;
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.course-card__header-title {
    padding-left: 25px;
    padding-right: 25px;
}

.full-card {
    padding: 40px;
}

.view-course {
    background-color: #1A9AAB;

}

.view-course a {
    color: white !important;
}

/* form  */
.upload-form-galary {
    padding: 10px;
    height: 130px;
    border-radius: 20px;
    border: 2px dashed rgba(128, 128, 128, 0.457);
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploaded-images {
    border-radius: 5px;
    margin-right: 3px;
    height: 70px;
    width: 70px;
    background-color: #f8f9fb;
}

textarea {
    resize: none;
    border: 1px solid #C7C7C7 !important;
    border-radius: 3px !important;
    background-color: #f8f9fb !important;
}

select {
    border-radius: 5px !important;
    background-color: #f8f9fb !important;
    border: 1px solid #C7C7C7 !important;
}

.form-control {
    border-radius: 5px !important;
    background-color: #f8f9fb !important;
    border: 1px solid #C7C7C7 !important;
}

.upload-form-galary:hover {
    background-color: #f8f9fb !important;
    transition: all .5s cubic-bezier(.68, 0, .29, 1);
}

.upload-form-galary input[type="file"] {
    display: none;
}

.custom-upload-icon {
    cursor: pointer;
    text-align: center;

}

.custom-upload-icon i {
    font-size: 25px;
    margin-top: 20px;
    color: gray;
}

.custom-upload-icon p {
    color: gray;
}

.add-cancel-button a {
    border: none;
    border-radius: 10px;
    padding: 7px 25px;

}

.add-cancel-button button {
    border: none;
    border-radius: 10px;
    padding: 7px 25px;
}

.cancel {
    background-color: #DA342E;
    color: white;

}

.cancel i {
    font-size: 25px;
}

.add {
    background-color: #1A9BAC;
    color: white;
}

.add i {
    font-size: 25px;
}

label {
    margin-left: 10px;
    color: #4A6267;
}

.time-button {
    border: 1px solid #C7C7C7 !important;
    border-radius: 200px;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #f8f9fb;
}

.time-button.selected {
    background-color: #1A9BAC;
    color: white;
}

/* camera model  */
.recording-btns {
    background-color: black;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
}

#captureBtn {
    height: 70px;
    width: 70px;
    background-color: red;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-btn-wrap i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #65C5B9;
}

.s-btn-wrap-2 i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #ED5555;
}

#shutter {
    border: 3px solid white;
    height: 60px;
    width: 60px;
    border-radius: 100px;
}

.bx-show {
    color: #1A9AAB !important;
}

/* mobile */
@media only screen and (max-width:320px) {
    .navbar-brand-box {
        background: none !important;
    }

    .modal-dialog {
        width: 100% !important;
    }

    .form-select {
        width: 100% !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .main_card_parent {
        padding: 5px;
    }

    .time-button-parent button {
        width: 100% !important;
    }

    .full-card {
        padding: 0px;
    }

    .course-card__details button {
        padding: 8px 8px;
        font-size: 12px;
    }

    .card {
        padding: 0px 10px !important;
    }
}

/* camera error message  */
#videoContainer {
    position: relative;
    width: 100%;
}

#webcam {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#recordingIndicator {
    position: absolute;
    border-radius: 15px;
    top: 14px;
    right: 14px;
    background-color: red;
    color: white;
    padding: 6px 12px;
    display: none;
}

.error-cam {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFCCCC;
    color: #ED5555;
    height: 400px;
    border-radius: 10px;
}

#error-message {
    font-weight: 700;
    line-height: 32px;
    font-size: 20px;
    padding: 0 30px;
}

.btn-primary {
    background-color: #1A9BAC !important;
}

.btn-primary:hover {
    background-color: #157986 !important;
}

.btn-primary:focus {
    background-color: #157986 !important;
}

/* edit patient  */
.edit-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-img-wrapper img {
    height: auto;
    border-radius: 20px;
    width: 150px;
    height: 130px;
}

.edit-upload-img-wrapper {
    padding: 10px;
    height: 130px;
    border-radius: 20px;
    border: 2px dashed rgba(128, 128, 128, 0.457);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-wrapper img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.profile-title {
    display: flex;
    align-items: center;
}

.text-box-para p {
    font-weight: 500;
}

.scroll-container {
    height: 222px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #C7C7C7;
    padding: 10px;
    border-radius: 5px;
    background-color: #F8F9FB;

    -ms-overflow-style: none;  /* Edge and Internet Explorer */
    scrollbar-width: none;     /* Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.edit-upload-form-galary input[type="file"] {
    display: none;
}

.edit-upload-form-galary {
    padding: 10px;
    height: 130px;
    border-radius: 20px;
    border: 2px dashed rgba(128, 128, 128, 0.457);
    width: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-upload-form-galary:hover {
    background-color: #f8f9fb !important;
    transition: all .5s cubic-bezier(.68, 0, .29, 1);
}

/* edit doctor */
.time-button.active {
    background-color: #1A9BAC; /* or any color to indicate selection */
    color: #FFFFFF;
    font-weight: 600;
}
.edit-btn-icon a i{
    font-size: 24px;
}
.edit-btn-icon button i{
    font-size: 24px;
}

input:disabled{
    background-color: #1A9AAB !important;
}

.product-buy-icon{
    border: none;
}

/* # Tablet */
@media only screen and (min-width:321px) and (max-width:768px) {
    .navbar-brand-box {
        background: none !important;
    }

    .modal-dialog {
        width: 100% !important;
    }

    .main_card_parent {
        padding: 5px;
    }

    #quiz_data_form {
        margin: 0 5rem !important;
    }

    /* not working  */
    .full-card {
        padding: 0px !important;
    }

    .course-card__header-title {
        padding-left: 17px;
        padding-right: 17px;
    }

    .upload-form-galary {
        height: 140px;
        width: 332px;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #quiz_data_form {
        margin: 0 7rem !important;
    }

    .full-card {
        padding: 0;
    }
}

@media only screen and (min-width:1025px) {
    .desktop-screen {
        width: 80% !important;
    }
}