
body {
    font-family: "Lato", sans-serif !important;
    background-color: #f2f2f2 !important;
}
/***** Reports Section *****/
.Risk-profile-block {
    text-align: center;
  /*  padding: 20px 0;*/
    width: 20%;
}

    .Risk-profile-block p {
        margin: 20px 0 10px;
    }


.Risk-profile-image-block img {
    /*    width: 150px;*/
    /*    height: 150px;*/
    width: 140px; /* changed on 26 May 2025*/
    height: 140px; /* changed on 26 May 2025*/
    border-radius: 50%;
    /*object-fit: cover;*/
    object-fit: none;
}


.Risk-profile-image-block p {
    margin: 20px 0 10px;
    font-weight: bold;
}

.Risk-lft-list-menu {
    background-color: #000;
    border-radius: 25px;
}

.Risk-lft-list-menu-events {
    background-color: #000;
    border-radius: 25px;
    margin: 10% 0;
}

    .Risk-lft-list-menu ul, .Risk-lft-list-menu-events ul {
        padding: 20px;
        list-style: none;
    }

        .Risk-lft-list-menu ul li, .Risk-lft-list-menu-events ul li {
            padding: 10px;
        }

            .Risk-lft-list-menu ul li img, .Risk-lft-list-menu-events ul li img {
                width: 20%;
                margin-right: 10px;
            }

            .Risk-lft-list-menu ul li a, .Risk-lft-list-menu-events ul li a {
                text-decoration: none;
                color: #fff;
            }

.reports-sec {
    margin: 0% auto;
    width: 98%;
}

.report-row {
    align-items: center;
    padding: 20px;
    background-color: #e6e6e6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
}

.Risk-link-edit-profile {
    padding: 10px;
}

.risk-report-list {
    padding: 15px;
}

    .risk-report-list h5 {
        margin: 0;
        color: black;
        font-size: 18px;
    }

.risk-report-contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.risk-report-contact-head {
    margin-bottom: 10px;
}

    .risk-report-contact-head .contact-head {
        margin: 0;
        color: black;
        font-size: 16px;
    }

.risk-report-width {
    width: 50%;
}

.risk-report-profileimg {
    width: 50%;
    background-color: #cccccc;
    margin: 10px;
    border-radius: 10px;
    height: 150px;
    width: 150px;
    text-align: center;
    align-content: center;
}

.report-second-row {
    background-color: #dee2e6;/* #999999;*/
    padding: 20px 10px;
}

.report-second-subscription .rep-sec-p {
    margin: 0;
    font-size:15px;
}

.report-sec-button {
    background-color: #dee2e6; /* #999999;*/
    padding: 10px 0 20px;
    align-items: center;
    justify-content: center;
}

.report-button-view {
    text-align: center;
}

    .report-button-view button {
        background-color: #656565;
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff;
    }

.risk-report-view {
    row-gap: 1rem;
    color: #fff;
    background-color: #000;
    padding: 20px 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.risk-report-third {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    column-gap: 1.5rem;
    width: 90%;
    margin-left: auto;
}

.risk-report-img img {
    width: 80%;
}

.risk-contact-ans {
    display: flex;
    padding: 8px;
    border-radius: 10px;
    color: black; /*#fff;*/
    justify-content: space-between;
    align-items: center;
    background-color: #cccccc; /*    #999999;*/
}

.risk-report-summary {
    display: flex;
    color: black;/*     #fff;*/
    justify-content: space-between;
}
.risk-report-summarypart {
    padding: 15px; 
    background-color: #cccccc;
    border-radius: 10px;
   /* margin-top:-15px; *//* changed on 26 May 2025 */
    }

    /***** Corporate Events Section *****/
.risk-file-container {
    position: relative;
    width: 35%;
    border-radius: 20px;
    margin: 28px auto;
    padding: 30px;
    background-color: #999999;
}

.risk-file-input-file {
    /*display: none;*/
    margin-left: 117px;
    color: white;
    width: 100% !important;
}
}

.risk-file-file-label {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.risk-file-file-name {
    display: block;
    margin-bottom: 25px;
    color: #fff;
}

.Risk-Corporate-block {
    text-align: center;
    margin: 0px 0px 0px 0px;
    background: #ddd;
    border-radius: 10px;
    padding : 20px;
}
    .Risk-Corporate-block h5 {
        padding: 0px 0 10px;
        font-size: 16px;
        font-weight: bold;
    }

.Risk-Corporate-select {
    width: 60%;
    height: 2.5rem;
}

.excel-download-risk-btn button {
    padding: 10px 15px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin: 10px;
}
/******* Course Schedule Left Section *******/
.course-section {
    margin-top: 30px;
    position: relative;
}

.scic-dropbtn-block {
    background-color: #000;
    padding: 15px;
    border-radius: 15px;
}

    .scic-dropbtn-block ul {
        list-style: none;
        padding: 0;
    }

        .scic-dropbtn-block ul li {
            margin: 25px 0;
        }

            .scic-dropbtn-block ul li select {
                border: none;
                background-color: #000;
                color: #fff;
                width: 100%;
                padding: 5px;
            }

.course-date p {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.scic-btn-row {
    display: flex;
/*    align-items: center;*/
/*    justify-content: center;*/
    gap: 1.5rem;
    margin-top: 20px;
    margin-right:0 !important;
}

    .scic-btn-row .apply-btn {
        background-color: #00c3ef;
        border-radius: 10px !important;
        padding: 8px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        border: none;
    }

    .scic-btn-row .clear-btn {
        background-color: #fff;
        border-radius: 10px !important;
        padding: 8px;
        font-size: 14px;
        text-decoration: none;
        color: #000;
        border: none;
    }

.course-date-input input {
    border: none;
    border-radius: 10px;
    padding: 1px;
}

    .course-date-input input:focus {
        border: none;
        outline: none;
    }

/******** Course Schedule Right Section ********/
.course-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 1rem;
}

.course-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .course-search input {
        background-color: #000;
       /* border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;*/
        padding: 5px;
        border: none;
        color: #fff;
        padding-left: 20px;
    }

.search-form::placeholder {
    color: #fff !important;
}

.course-search input:focus, .summary input:focus {
    outline: none;
}

.course-search button {
    background-color: #00c3ef;
    padding: 3px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -1px;
    width: 40px;
}

.course-search i {
    transform: rotate(90deg);
    color: #fff;
}

.course-search p {
    color: #fff;
    font-weight: bold;
}

.summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    width: 37%;
    background-color: #000;
    /*border-radius: 50px;*/
}

    .summary input {
        background: none;
        border: none;
        color: #fff;
        padding-left: 10px;
        width: 100%;
    }

    /*.summary::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        background-color: #00c3ef;
        color: #fff;
        cursor: pointer;
        padding: 0px 5px;
        border-radius: 50%;
    }*/

.course-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.course-card {
    /* float: left;
    height: auto;
    margin-bottom: 30px;
    margin-right: 12px;
    margin-left: 21px;
    min-height: 300px;
    width: 180px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;*/

    margin-bottom: 30px;
    margin-right: 12px;
    margin-left: 21px;
    min-height: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    width: 23%;
    background-color: #f1f1f1;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
    height: 400px;
    width: 180px;
}

.card-img-sec {
    display: flex;
    align-items: center;
    background: #5F5B77;
    justify-content: space-between;
    text-align: center;
}

    .card-img-sec .card-img {
        height: 40px;
        width: auto;
        margin: 0 auto;
    }

    .card-img-sec p {
        background-color: #66657C;
        padding: 10px;
        color: #fff;
        font-size: 11px;
        margin-bottom: 0px;
    }

.course-heading {
    padding: 15px;
    background-color: #000;
    color: #fff;
    min-height: 60px;
    height: 60px;
}
.course-headingp {
    padding: 15px;
    background-color: #000;
    color: #fff;
    min-height: 120px;
    height: 120px;
}
    .course-heading h5 {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .course-headingp p {
        font-size: 12px;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

.course-information {
    background: #000;
    padding: 5px 10px;
    height: 150px !important;
    color: #fff;
}

    .course-information h5 {
        font-weight: bold;
        display: flex;
        margin: 5px;
        font-size: 12px;
        color: #fff;
        margin-left: 12px;
    }

.course-instructor {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}

    .course-instructor p {
        color: #fff;
        font-size: 13px;
    }

.course-information .info-head {
    width: 45%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 12px;
}

.course-information .info-detail {
    width: 50%;
}

.couse-informationCE
{
    font-size: 13px;
   
    margin-left: 12px;
    text-overflow: ellipsis;
    height: 33%;
}
.course-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
}

    .course-link p {
        margin-bottom: 10px;
        font-size: 14px;
        margin-top: 10px;
    }

.learn-btn-register {
    width: 50%;
    text-align: center;
    color: #fff;
    background: #5F5B77;
    text-decoration: none;
}

.learn-btn-more {
    width: 50%;
    text-align: center;
    color: #fff;
    background: #66657C;
    text-decoration: none;
}

    .learn-btn-register:hover, .learn-btn-more:hover {
        color: #fff;
    }

@media only screen and (max-width: 1200px) {
    .course-bar {
        flex-wrap: wrap !important;
/*        justify-content: unset !important;*/
    }

    .summary {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .course-bar {
        margin-top: 30px;
    }
}


/*************** Membership Section *************** */
.invoice-search-container {
    position: relative;
    margin: 10px 0;
}

.invoice-search-input {
    width: 100%;
    padding: 3px 61px 6px 12px;    /*10px 40px 10px 10px;*/
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

.invoice-search-button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    height: 95%;
    padding: 0 20px;
    background-color: #f09103;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.right-part-align {
    margin: 1.5rem 0;
}

.invoice-search-report-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice-recipt-btn {
    display: flex;
    column-gap: 1.5rem;
}

.invoice-btn {
    background-color: #f09103;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.recipt-btn {
    background-color: #337ab7;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.risk-scroll-table {
    max-height: 55rem;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .risk-scroll-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }

    .risk-scroll-table td, .risk-scroll-table th {
        text-align: left;
        padding: 8px;
        text-align: center;
        border: none
    }

    .risk-scroll-table th {
        background-color: #4d4d4d;
        color: #fff;
        height: 5rem;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .risk-scroll-table tr {
        height: 2rem;
    }

        .risk-scroll-table tr:nth-child(odd) {
            background-color: #dddddd;
        }

        .risk-scroll-table tr:nth-child(even) {
            background-color: #999999;
        }

.risk-total-amount-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #000;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .risk-total-amount-block p {
        margin: 10px 0;
    }

.risk-check-align {
    margin-left: 10px;
}


/* ********************  Subscription Section  ********************* */
.subscription-sec h6 {
    margin-left: 20px;
}

.subscribe-table {
    margin: 32px 0px;
}

    .subscribe-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .subscribe-table td, .subscribe-table th {
        border: 1px solid #dddddd;
        padding: 15px;
    }

.table-first-col {
    display: flex;
    align-items: center;
}

    .table-first-col img {
        width: 15%;
        margin-right: 20px;
    }

    .table-first-col p {
        margin-bottom: 0px;
    }

.merged-header p {
    margin-bottom: 0px;
    text-align: center;
}

.merged-header th {
    border: none;
    position: relative;
    background-color: #999999;
    color: #fff;
}

.merged-header .left-border {
    border-top-left-radius: 10px;
    padding: 10px;
}

.merged-header .right-border {
    border-top-right-radius: 10px;
}

.essential-th {
    font-weight: bold;
    color: #C9822A;
}

.inter-th {
    color: #bf0e6e;
    font-weight: bold;
}

.advanced-th {
    color: #E4A400;
    font-weight: bold;
}
.allibot-th {
    color: #eaeaea;
    font-weight: bold;
}
.subscription-essential, .subscription-inter, .subscription-advanced {
    text-align: center;
}

    .subscription-essential i {
        font-size: 35px;
        color: #C9822A;
    }

    .subscription-inter i {
        font-size: 35px;
        color: #bf0e6e;
    }

    .subscription-advanced i {
        font-size: 35px;
        color: #E4A400;
    }

.merged-btn {
    height: 80px;
}

    .merged-btn td {
        border: none;
        position: relative;
        background-color: #999999;
        color: #fff;
        text-align: center;
    }

    .merged-btn .essential-td {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        border: 3px solid #C9822A;
        padding: 10px;
        border-radius: 50px;
    }

    .merged-btn .inter-td {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        border: 3px solid #bf0e6e;
        padding: 10px;
        border-radius: 50px;
    }

    .merged-btn .advanced-td {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        border: 3px solid #E4A400;
        padding: 10px;
        border-radius: 50px;
    }
    .merged-btn .allibot-td {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        border: 3px solid #eaeaea;
        padding: 10px;
        border-radius: 50px;
    }
    .merged-btn .left-border {
        border-bottom-left-radius: 10px;
        padding: 10px;
    }

    .merged-btn .right-border {
        border-bottom-right-radius: 10px;
    }

.subscribe-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.subscribe-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.alli-lft {
    text-align: left !important;
}


/**************** Transaction  Section ********************/
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tabs li {
        padding: 7px;        
        background-color: #4d4d4d;
        cursor: pointer;
        transition: 0.2s;
        width: 15%;
        text-align: center;
        height: 35px;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        z-index: 1;
        margin-right: -10px;
    }

        .tabs li.active,
        .tabs li:hover {
            background-color: #000;
            color: #E4A400;
           /* border-top-left-radius: 10px;
            border-top-right-radius: 10px;*/
            z-index: 2;
            /*transform: scale(1.1);*/
           /* transform-origin: left;*/
            box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
            margin-top: -3px;
        }

.content {
    background-color: #e6e6e6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 50vh;
}

    .content > div {
        padding: 20px;
        text-align: center;
    }

        .content > div:not(:first-child) {
            display: none;
        }

    .content input {
        background-color: #000;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 10px;
        border: none;
        color: #fff;
        width: 50%;
        margin-top: 30px;
    }

        .content input:focus {
            outline: none;
        }

    .content button {
        background-color: #f09103;
        padding: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: -5px;
        width: 50px;
        border: none;
    }

        .content button i {
            transform: rotate(90deg);
            color: #fff;
        }

    .content table {
        border-collapse: collapse;
        width: 95%;
        margin: 0 auto;
    }

.transaction th {
    background-color: #000000a4;
    color: #fff;
    border: none;
    position: relative;
    padding: 15px;
}

.transaction .left-border {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.transaction .right-border {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabs li[data-cont=".two"] {
    pointer-events: none;
}

@media screen and (min-width: 350px) and (max-width: 400px) {
    .tabs li {
        margin-right: unset !important;
        font-size: 15px;
        padding: 18px;
        width: unset !important;
    }

    .transaction th {
        padding: 5px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .tabs li {
        margin-right: unset !important;
        font-size: 15px;
        padding: 18px;
        width: unset !important;
    }

    .transaction th {
        padding: 10px !important;
        font-size: 12px;
    }
}

.right-trans-align {
    margin: 3% 0;
}

.trans-first-topic {
    border-top-left-radius: 10px;
}

.tab-section {
    margin: 2.5rem 0;
}








/*Additional Updates*/


.ddoptionstyle:hover {
    color: yellow;
}
/* For Multiselect dropdown */
.form-dropDownList {
    width: 100%;
    /*border-radius: 5px;*/
    border: none;
    height: 30px;
}

.btn-group, .btn-group-vertical {
    width: 100% !important;
    border-radius: 15px !important;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #fff;
}

.dropdown-menu > li > a {
    padding: 0px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    margin: 0px;
    padding: 0px;
}


/* Modal styles */
.reportmodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.reportmodal-content {
    background-color: #f8f9fa;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    border-radius: 10px;
    position: relative;
}

.modalclose {
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* Title styling */
.modaltitle {
    background-color: #ce872a;
    color: black;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin: -20px -20px 20px -20px;
}

/* Additional styling for form */
#websiteForm, #addressForm, #contactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #websiteForm label,
    #websiteForm input,
    #addressForm label,
    #addressForm input,
    #contactForm label,
    #contactForm input {
        margin-bottom: 10px;
        width: 80%;
    }

.save-button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 25%;
}

    .save-button-container button {
        width: 100%;
        border-radius: 10px;
    }

 
.multiselect-container {
    height: 400px !important;
     
}

.table.dataTable thead th {
    padding: 5px 3px;
}

.learnicon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 35%;
}
    .learnicon-link:hover {
        text-decoration: none; 
    }
    .learnicon-link:hover a {
        text-decoration: none;
    }
.learnicon-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border: 3px solid #f09103;
    padding: 9px;
    border-radius: 50px;
    width: 150px;
}
.learnicon-img {
    width: 30px;  
    height: 30px;  
    margin-right: 0px;    
}

.learnicon-wrapper p {
    margin: 0px 0px 0px 10px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
    .learnicon-wrapper p:hover {
        font-weight: bold;
        text-decoration: none;  
    }

/*    updated content 23/05/25*/

@media screen and (min-width: 900px) {
    .Risk-Corporate-block {
        margin-top: 50px;
    }

    .custom-width-container {
        width: 60% !important;
    }

    .subscribe-table {
        margin-top: 50px;
    }

    .allibot-cell img {
        top: -38px !important;
        height: 77% !important;
        width: 140px !important;
    }

    .right-border img:nth-of-type(1) {
        left: 12px !important;
    }
}

@media screen and (min-width: 1200px) {
    .allibot-cell img {
        top: 17px !important;
        height: 77% !important;
        width: 166px !important;
    }
}

@media (max-width:1350px) {
    .course-level-options label {
        display: flex !important;
        gap: 5px !important;
    }
    .course-level-options label input{
        margin:0 !important;
    }

}
#selectedparticipants tr th {
    padding: 5px !important;
}