
/****** Navigation section *******/
body {
    font-family: "Lato", sans-serif !important;
    /*background-color: #cccccc !important;*/
}
/***** Header Section *****/
.risk-search-box {
    position: relative;
    display: inline-block;
}

    .risk-search-box input[type="text"] {
        padding-right: 30px;
        height: 2.5rem;
        padding-left: 10px;
        border-radius: 25px;
        border: none;
    }

    .risk-search-box button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: none;
        border: none;
        padding: 5px;
        cursor: pointer;
        padding-right: 15px;
    }

        .risk-search-box button i {
            font-size: 15px;
        }

.Risk-three-color-line {
    background-image: url("./img/border.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: .7rem;
}

.Risk-nav-bar {
    padding: 1rem 2rem;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Risk-nav-logo img {
    width: 60%;
}

.Risk-nav-menus {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    justify-content: end;
}

.Risk-icon-nav {
    width: 6%;
}
/******* Three Border Color *******/
.three-risk-color {
    margin: 0px;
    padding: 0 0 15px;
    display: flex;
}

.risk-first-color {
    height: 10px;
    background-color: #eaaa00;
}

.risk-second-color {
    height: 10px;
    background-color: #790039;
}

.risk-third-color {
    height: 10px;
    background-color: #ce872a;
}

.active-block {
    color: #F2B629 !important;
}
/***** End Header Section *****/



/***** Reports Section *****/
.Risk-profile-block {
    text-align: center;
    padding: 20px 0;
}

    .Risk-profile-block p {
        margin: 20px 0 10px;
    }

.Risk-profile-image-block img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.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: 3% auto;
    width: 98%;
}

.report-row {
    align-items: center;
    padding: 20px;
    background-color: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Risk-link-edit-profile {
    padding: 10px;
}

.risk-report-list {
    padding: 15px;
}

    .risk-report-list h5 {
        margin: 0;
        color: #f2d629;
    }

.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: #f2d629;
    }

.risk-report-width {
    width: 50%;
}

.risk-report-profileimg {
    width: 50%;
    background-color: #999999;
    margin: 10px;
    border-radius: 10px;
    height: 150px;
    width: 150px;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.report-second-row {
    background-color: #dee2e6;
    padding: 20px 10px;
}

.report-second-subscription .rep-sec-p {
    margin: 0;
}

.report-sec-button {
    background-color: #dee2e6;
    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;
    justify-content: space-between;
    align-items: center;
    background-color: #dee2e6;
}

.risk-report-summary {
    display: flex;
    color: black;
    justify-content: space-between;
}



/***** Corporate Events Section *****/
.risk-file-container {
    position: relative;
    width: 40%;
    border-radius: 20px;
    margin: 50px auto;
    padding: 30px;
    background-color: #000;
}

.risk-file-input-file {
    display: none;
}

.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: 5%;
}

.Risk-Corporate-select {
    width: 70%;
    height: 2.5rem;
}

.upload-risk-btn button, .excel-download-risk-btn button {
    padding: 10px 15px;
    background-color: #007bff;
    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;
}

    .scic-btn-row .apply-btn {
        background-color: #f09103;
        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;
    }

/***** Reports Section *****/


/******** 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: #e6e6e6;
        /* border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;*/
        padding: 5px;
        border: none;
        color: #666;
        padding-left: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #f09103;
    }

.search-form::placeholder {
    color: #666 !important;
}

.course-search input:focus, .summary input:focus {
    outline: none;
}

.course-search button {
    background-color: #f09103;
    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: 1px;
    color: #fff;
    width: 37%;
    background-color: #666;
    /*border-radius: 50px;*/
    height:20%;
}

    .summary input {
        background: none;
        border: none;
        color: white;        
        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 {
    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 {
        padding: 10px;
        color: #fff;
        font-size: 11px;
        margin-bottom: 0px;
    }

.course-heading {
    padding: 10px;
    background-color: #fff;
    color: #000;
    min-height: 60px;
    height: 60px;
}

.course-headingp {
    padding: 15px;
    background-color: #fff;
    color: #000;
    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;
    color: #666;
}

.course-information {
    background: #eee;
    padding: 5px 10px;
    height: 150px !important;
    color: #000;
}

    .course-information h5 {
        font-weight: bold;
        display: flex;
        margin: 5px;
        font-size: 12px;
        color: #000;
        margin-left: 12px;
    }

.course-instructor {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}

    .course-instructor p {
        color: #000;
        font-size: 13px;
    }
.coursedefaultprice {
     color:#666;
     font-size:15px;
     margin-left:12px;

}
.course-information .info-head {
    width: 45%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 12px;

}

/*.course-information .info-detail {
    width: 50%;
    margin-bottom: 0;
    color: #666;
}*/

.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: 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: #2aa3da;
    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: #f3b628;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.recipt-btn {
    background-color: #2aa3da;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.risk-scroll-table {
    max-height: 25rem;
    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: 5rem;
    }

        .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: 20px 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: 20%;
        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: #000;
    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;
}

.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: #000;
        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 .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: #dddddd;
}

.subscribe-table tr:nth-child(even) {
    background-color: #999999;
}

.alli-lft {
    text-align: left !important;
}


/**************** Transaction  Section ********************/
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tabs li {
        padding: 15px;
        background-color: #4d4d4d;
        cursor: pointer;
        transition: 0.2s;
        width: 20%;
        text-align: center;
        height: 60px;
        color: #fff;
        font-size: 18px;
        border-top-right-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: #ddd;
    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: #00c3ef;
        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;
}

.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;
}

    .save-button-container button {
        width: 100%;
        border-radius: 10px;
    }

.btn {
    padding: 0px !important;
    border-radius: 0px !important;
    line-height: 2 !important;
}
.btn-group
{
    border-radius:0px !important;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 13px !important;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0px !important;
}
p {
    margin: 0px 0 3px;
}
.input-group .input-group-addon {
    display: none !important;
}
.input-group .input-group-btn {
    display: none !important;
}
/* updated content 23/05/25*/
@media screen and (min-width: 900px) and (max-width: 1200px) {
    .scic-dropbtn-block {
        width: 600px;
    }

/* Existing styles for min-width 900px */
@media screen and (min-width: 900px) {
    .scic-dropbtn-block {
        margin-top: 20px;
        margin-bottom: 20px;
        margin: 20px auto !important;
    }

    .course-bar {
        margin-left: 2%;
    }

    .custom-width-container {
        width: 60%;
    }

    .scic-course-dropbtn option {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

}

