﻿body {
    
}

/*---modal CSS---*/
.modal_close_btn, .create_modal_close_btn, .tostNotification_close_btn {
    position: absolute;
    right: 14px;
    top: 10px;
    background: none !important;
    background-image: none !important;
    color: #5E6278;
    opacity: 1;
    text-indent: inherit !important;
    z-index: 99999;
}

.modal_body_ramsApp {
    background: white;
    border-radius: 15px;
    padding: 0 !important;
    max-width: 520px;
    min-width: auto;
    height: fit-content;
    height: -moz-fit-content;
    overflow: hidden !important;
    position: fixed !important;
    margin: auto;
    z-index: 111111;
    font-family: "Open Sans",sans-serif;
}
.modal.modal_body_ramsApp.StyleParent_RulsesBuilder_Modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    position: relative;
}

.modal_dialog_ramsApp {
    background: white;
    padding: 40px 28px !important;
}

.modal.modal_body_ramsApp.StyleParent_RulsesBuilder_Modal .modal_dialog_ramsApp.text-center {
    max-width: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.modal_header_title {
    font-size: 20px;
    font-weight: bold !important;
    color: #5E6278;
    margin-left: 10px;
}

.modal_MidContent_ramsApp {
    color: #5E6278;
    font-size: 16px;
    margin: 30px 0;
}

.modal_MidContent_ramsApp p {
    color: #5E6278 !important;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 !important;
}

.modal_MidContent_ramsApp span{
    color: #5E6278 !important;
    font-size: 14px;
    margin: auto 0;
}

.modal_btn-success, .modal_btn-danger {
    margin: 0 5px;
    border-radius: 7px !important;
    padding: 8px 34px !important;
    /*width: 130px;*/
}

/****** library Star Rating modal *****/
.libraryContentRatingModalShow_Checkbox {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.libraryContentRatingModalShow_Checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.libraryContentRatingModalShow_Checkbox label {
    margin: 4px;
    font-weight: 600;
    color: #5E6278 !important;
}

.create_training_modal_body {
    width: 95%;
    height: 95%;
    /*left: 14%;*/
    margin-left: -150px;
    background: white;
    border-radius: 10px;
    padding: 0 !important;
    position: fixed !important;
    overflow: hidden !important;
    /*max-width: 715px;*/
    /* min-width: auto; */
    /*    height: fit-content;
    height: -moz-fit-content;*/
    margin: auto;
    z-index: 111111;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    /* scrollbar-width: thin; */
}

/****** Style Star Rating Widget *****/
.rating, .rating label {
    margin: 0;
    padding: 0;
}

.rating {
    width: 70%;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2605";
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}


@media only screen and (max-width: 428px) {
    .modal_body_ramsApp {
        width: 96%;
    }
    .rating {
        width: 80%;
    }
}

/*---information modal---*/
.information_modal_body {
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 40px 28px 14px 28px !important;
    height: 420px;
    width: 500px;
    position: fixed !important;
    margin: auto;
    z-index: 111111;
    overflow: hidden !important;
}

.information_modal_MidContent {
    font-size: 16px;
    margin: 30px 0;
}

.information_modal_MidContent p {
    font-size: 14px;
}


/*Delete modal css*/
.deleteModal_body_ramsApp {
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 40px 30px 10px 30px !important;
    height: 350px;
    min-height: auto;
    width: 500px;
    position: fixed !important;
    margin: auto;
    z-index: 111111;
    overflow: hidden !important;
}
.delete_modal_MidContent {
    font-size: 16px;
    margin: 30px 0;
}

.delete_modal_MidContent p {
    font-size: 14px;
}


@media screen and (max-device-width: 428px) {
    .information_modal_body {
        height: 480px;
        width: 94%;
    }
    .deleteModal_body_ramsApp {
        height: 390px;
        width: 94%;
    }
}

/*--CreateModal--*/
.create_modal_body {
    background: white;
    border-radius: 10px;
    padding: 0 !important;
    position: fixed !important;
    overflow: hidden !important;
    max-width: 600px;
    min-width: auto;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    z-index: 111111;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    /*scrollbar-width: thin;*/
}

@-moz-document url-prefix() {
    .create_modal_body {
        scrollbar-color: #D3D3D3 white;
        scrollbar-width: thin;
    }
}

.create_modal_header_title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #5E6278;
    margin-left: 10px;
}
.create_modal_content{
    padding: 20px;
}
.create_modal_footer {
    padding: 20px;
    text-align: right;
}

@media only screen and (max-width: 448px) {
    .create_modal_body{
        width: 96%;
    }
}


/*--tost_Notification_Message--*/

.tostNotification_succsessMessage, .tostNotification_warningMessage, .tostNotification_errorMessage {
    display: none;
    border-radius: 15px;
    text-align: center;
    padding: 0 !important;
    width: 250px;
    height: fit-content;
    height: -moz-fit-content;
    overflow: hidden !important;
    position: fixed !important;
    margin: auto;
    z-index: 11111111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tostNotification_body {
    padding: 40px 28px !important;
}

.tostNotification_MidContent p {
    margin: 20px 0;
    padding: 0;
}
.tostNotification_succsessMessage {
    background: #E1F0FF;
}

.tostNotification_warningMessage {
    background: #FDF8C7;
}

.tostNotification_errorMessage {
    background: #FDC1C1;
}