
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
    --sop-black: #000;
    --sop-white: #fff;
    --sop-rgb-black: 0,0,0;
    --sop-rgb-white: 255,255,255;
    --sop-gray: #8a969c;
    --sop-font-sans-serif: 'Montserrat', sans-serif;  
    --sop-body-font-family: var(--sop-font-sans-serif);
    --sop-body-font-size: 0.9rem;
    --sop-body-font-weight: 400;
    --sop-body-line-height: 1.5;
    --sop-body-color: #6c757d;
    --sop-body-bg-dark-light: #E6EEF1;
    --sop-body-bg-dark: #212529;
    --sop-link-color: #3583d9;
    --sop-link-hover-color: #6169d0;
    --sop-leftbar-width: 300px;
    --sop-topbar-height: 80px;
    --sop-sidemenu-bg: #E6EEF1;
    --sop-default-button-color:#3664A8;
    --sop-text-header-color:#090909;
    --sop-text-bold-color:#090909;


    --sop-login-heading-color:#00174B;
    --sop-login-link-color:#3583d9;

  }

    :root {
      --progress-bar-width: 56px;
      --progress-bar-height: 56px;
      --font-size: 1rem;
    }



    /* scrollbar */
    ::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(255, 255, 255, 0.3);
    }

    ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

  /*-------------------------------------------*/

    html{
        height: 100%;
    }

    body {
        margin: 0;
        font-family: var(--sop-body-font-family);
        font-size: var(--sop-body-font-size);
        font-weight: var(--sop-body-font-weight);
        line-height: var(--sop-body-line-height);
        color: var(--sop-body-color);
        text-align: var(--sop-body-text-align);
        background-color: #f6f7f9;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
        background-color: var(--sop-body-bg-dark-light);
    }
    body{
        overflow-x: hidden;
        height: 100%;
    }

    /*---------------------------Login style---------------------------*/

    .container.form-signin-reg{
        width: 96%;
        max-width: 600px;
        padding-top: 50px;
        margin-bottom: 60px;
    }
    .login_text_lg {
        padding: 40px;
        background: url("../img/login_bg_graphics.png");
        background-size: cover;
        position: relative;
        text-align: center;
        display: flex;
    }

    .login_left_text {
        position: relative;
        align-self: center;
    }
    .form_box{
        /* background-color: var(--sop-white); */
        min-height: 500px;
        padding: 0px 40px;
        box-shadow: 0 0 15px rgba(101, 140, 162, 0.16);
    }
    .link_text{
        text-decoration: none;
        color: var(--sop-login-link-color);
    }
    .form_field{
        margin-bottom: 20px;
        max-width: 100%;
    }
    @media (min-width:768px){
        .form_field{
            margin-bottom: 20px;
            max-width: 95%;
        }
    }
    .form_field .form-control{
        border-radius: 10px;
        border: 2px solid var(--sop-login-field-border);
        padding: 1rem 1.75rem;
        outline: none;
    }
    .form_field .form-control:focus{
        border: 2px solid #9dc9ff !important;
        -webkit-box-shadow:0 0 15px rgba(0,177,255,0.16) !important;
    }
    .form_field.form-floating > label{
        padding: 1rem 1.75rem;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,a
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 15px rgba(0,177,255,0.16) !important;
        /*-webkit-box-shadow: 0 0 15px rgba(0,177,255,0.16) !important;
        background-color: #fff !important;*/
        /* border: 2px solid #9dc9ff !important; */
    }

    .form_box h2{
        color: var(--sop-login-heading-color);
    }
    .default_button{
        border-radius: 10px;
        background-color: var(--sop-default-button-color);
    }
    .form-signin-reg .default_button{
        height: 50px;
        padding: 7px 40px;
    }
    a.forgot_text{
        text-decoration: none;
        color: var(--sop-gray-dark);
    }
    .url_suffix{
        position: absolute;
        right: 20px;
        bottom: 10px;
        color: var(--sop-gray);
    }

/*-------------------------------------------------------------*/

    .main_wrapper{
/*        height: 100%;*/
        width: 100%;
        padding-top: 1px;
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: var(--sop-default-button-color);
    }

    /*-----------------------Header Nav------------------------*/

    .navbar_custom{
        background: var(--sop-white);
        -webkit-box-shadow: var(--ct-box-shadow);
        box-shadow: var(--sop-box-shadow);
        min-height: var(--sop-topbar-height);
        margin-left: 0;
        position: fixed;
        width: 100%;
        top: 0;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 1000;
        box-shadow: 0 0 5px rgba(0,0,0,0.02);
    }
    .navbar_custom .navbar.topbar{
        display: flex;
        justify-content: space-between;
        height: var(--sop-topbar-height);
        padding-left: 0px;
        padding-right: 5px;
    }
    .navbar_left_wrap {
        display: flex;
        align-items: center;
    }
    #sidebarToggleTop{
        display: none;
    }
    .page_heading{
        margin: 0;        
    }
    .heading_dark_color{
        color: var(--sop-text-header-color);
    }
    .nav_top_right .nav-link{
        height: 70px;
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }
    .nav_top_right .nav-link > i{
        color: var(--sop-name-text-dark-blue-color);
    }
    .header_button{
        height: 70px;
        display: flex;
        align-items: center;
    }
    .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .topbar .dropdown .dropdown-menu{
        left: auto;
    }
    .topbar .dropdown .dropdown-menu {
        width: calc(100% - 1.5rem);
        right: 0.75rem;
    }

    .shadow {
        box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    }

    @-webkit-keyframes growIn {
        0% {
            transform: scale(.9);
            opacity: 0
        }

        100% {
            transform: scale(1);
            opacity: 1
        }
    }

    @keyframes growIn {
        0% {
            transform: scale(.9);
            opacity: 0
        }

        100% {
            transform: scale(1);
            opacity: 1
        }
    }

    .animated--grow-in,.sidebar .nav-item .collapse {
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
        animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
    }

    .navbar_custom .dropdown-toggle::after{
        display: none;
    }
    .navbar .nav-item .nav-link .badge-counter, .topbar .nav-item .nav-link .badge-counter {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: -2px;
        margin-top: -0.25rem;
    }
    .badge-danger {
        color: #fff;
        background-color: #e74a3b;
    }
    .badge-primary {
        color: #0776FE;
        background-color: rgba(7, 118, 254, 0.15);
    }
    .topbar .dropdown-list .dropdown-header {
        background-color: #ffffff;
        border-bottom: 1px solid #eaeaea;
        padding-top: 0.4rem;
        padding-bottom: 0.75rem;
        color: #333;
        font-weight: 600;
    }
    .dropdown_item_message_list{
        width: 100%;
    }
    .topbar .dropdown-list .dropdown-item {
        white-space: normal;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e3e6f0;
        line-height: 1.3rem;
        font-size: .85rem;
    }
    .small, small {
        font-size: 80%;
        font-weight: 400;
    }
    .dropdown-menu-right .dropdown-item{
        font-size: 0.85rem;
    }

    /*-----------------------End Header Nav------------------------*/

    .header_search_wrap {
        position: relative;
        height: 100%;
    }
    .header_search_wrap i{
        position: absolute;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header_search_wrap input.header_search_field {
        background-color: transparent;
        border-color: transparent;
        height: 100%;
        padding-left: 30px;
        outline: none;
    }

    /*-----------------------Content Page------------------------*/

    .default_button{
        padding: 7px 20px;
        border-radius: 10px;
        background-color: var(--sop-default-button-color);
        border-color: var(--sop-default-button-color);
    }
    .default_white_button{
        padding: 7px 20px;
        border-radius: 50px;
        background-color: var(--sop-white);
        border: 1px solid #BFCDD9;
        color: var(--sop-light-btn-color);
    }
    .default_white_button:hover{
        background-color: var(--sop-white);
        border: 1px solid #BFCDD9;
        color: var(--sop-light-btn-color);
    }

    .default_content_page{
        position: relative;
        margin-left: 0;
        height: calc(100vh - var(--sop-topbar-height) - 2px);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        top: 80px;
    }

    /*-----------------------------------------*/

    .content_container{
        position: relative;
        margin-left: 0;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        height: 100%;
        overflow: auto;
    }
    .overview_wrapper{
        background-color:var(--sop-body-bg-dark);
    }
    .overview_col_inner{
        display: flex;
        column-gap: 20px;
    }
    .overview_data{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 15px;
        background-color: #203551;
        font-size: 44px;
        color: var(--sop-white);
        font-weight: 600;
    }
    .overview_text_content{        
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .overview_text_content h3{
        font-size: 20px;
        color: var(--sop-white);
        font-weight: 600;
        margin-bottom: 0;
    }
    .overview_text_content span{
        font-size: 12px;
        color: #D0D5D6;
        font-weight: 400;
    }

    .section_header{
        font-size: 24px;
        color: var(--sop-text-header-color);
    }

    .sop_list_wrap{

    }
    .sop_listing{
        display: flex;
        column-gap: 10px;
        justify-content: center;
        align-items: center;
        background-color: var(--sop-white);
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .sop_list_thumb_img_wrap{
        padding: 10px 10px 10px 15px;
    }
    .sop_list_thumb_img_wrap img{
        height: 100%;
        max-width: 100px;
        border-radius: 10px;
    }
    .sop_list_content_wrap{

    }
    .sop_list_content_wrap h3{
        font-size: 20px;
        color: var(--sop-text-header-color);
        font-weight: bold;
        margin-bottom: 0;
    }
    .sop_list_content_wrap p{
        margin: 5px 0 10px;
        font-size: 14px;
        color:#8799A5;        
    }
    .sop_list_info_wrap{

    }
    .sop_list_info_wrap span{
        display: inline-block;
        margin-bottom: 4px;
        padding: 3px 10px;
        font-size: 13px;
        line-height: 17px;
        font-weight: 500;
        color: #5C7274;
        border: 1px solid #cedfe1;
        border-radius: 30px;
    }
    .sop_list_right{
        display: flex;
        align-items: center;
    }
    .course_completion_score_wrap{
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #EFEFEF;
        border-right: 1px solid #EFEFEF;
    }
    .course_completion_score_wrap span{
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        color: var(--sop-text-header-color);
    }
    .sop_action_wrap{
        padding: 20px;
    }
    .sop_list_btn, .sop_list_btn:hover{
        padding: 10px 15px;
        font-size: 14px;
        white-space: nowrap;
        background-color: #13405E;
        border-color: #13405E;
        width: 170px;
    }
    .sop_list_btn.course_completed, .sop_list_btn.course_completed:hover{
        padding: 10px 15px;
        font-size: 14px;
        white-space: nowrap;
        background-color: #0FAF79;
        border-color: #0FAF79;
    }




  /*--------------------Circular progress-------------------------*/

   .circular-progress {
      width: var(--progress-bar-width);
      height: var(--progress-bar-height);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
    }
    .inner-circle {
      position: absolute;
      width: calc(var(--progress-bar-width) - 10px);
      height: calc(var(--progress-bar-height) - 10px);
      border-radius: 50%;
      background-color: lightgrey;
    }



    .percentage {
        position: relative;
        font-size: 12px;
        color: #4D5870 !important;
        margin: 0;
        margin-top: 0px;
        font-weight: bold;
    }
    .circular-progress-label{
        position: absolute;
        display: block;
        top: 22px;
        line-height: 10px;
        width: 56px;
        font-size: 11px;
        text-align: center;
    }

    @media screen and (max-width: 800px) {
      :root {
        --progress-bar-width: 56px;
        --progress-bar-height: 56px;
        --font-size: 1.3rem;
      }
    }

    @media screen and (max-width: 500px) {
      :root {
        --progress-bar-width: 56px;
        --progress-bar-height: 56px;
        --font-size: 1rem;
      }
    }

    .overview_col_inner .inner-circle{
        background-color: #203551 !important;
    }
    .overview_col_inner .percentage{
        color: #ffffff !important;
    }

    

/*-----------------------------------------------------*/

    .default_inner_content_container {
        padding-bottom: 20px;
    }
    .form-label{
        font-weight: 600;
        color: var(--sop-text-header-color);
        font-size: 0.8rem;
    }
    .back_btn{
        width: 32px;
        height: 32px;
        text-align: center;
        padding: 2px;
        line-height: 30px;
        margin-right: 10px;
    }
    .border_bottom{
        border-bottom: 1px solid #D7E2EB;
    }
    .border_top{
        border-top: 1px solid #D7E2EB;
    }
    .border_left{
        border-left: 1px solid #D7E2EB;
    }
    .border_right{
        border-right: 1px solid #D7E2EB;
    }
    .fs-7{
        font-size: 0.75rem;
        line-height: 0.9;
    }
    .text_grey{
        color: var(--sop-gray);
    }
    .text_blue{
        color: var(--sop-default-button-color);
    }
    .link_text {
        text-decoration: none;
        color: var(--sop-login-link-color);
    }
    .text_blue_button{
        text-decoration: none;
        font-weight: 500; 
        color: var(--sop-default-button-color);
    }
    .visiblity_hidden{
        visibility: hidden;
    }

    @media (max-width:767px){

        .visiblity_hidden{
            height: 1px;
        }
    }
    .card-header{
        border-bottom: 0px;
        background-color: var(--sop-white);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .form-check{
        min-height: auto;
    }

/*------------------------------------*/

    .page_alert{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.48);
        z-index: 9999;
    }
    .page_alert_wrap{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }
    .page_alert_box{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 64px;
        margin-bottom: 64px;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);;
        max-width: 420px;
    }
    .page_alert_box_inner {
        padding: 20px;
        padding-left: 30px;
    }
    img.alert_icon {
        float: left;
        margin-top: 10px;
    }
    .alert_modal_header{
        flex: 0 1 0%;
        padding: 0px 24px 5px 50px;
        font-size: 18px;
        font-weight: 700;
        color: var(--sop-text-header-color);
    }
    .alert_modal_body{
        padding: 0px 24px 0px 50px;
        color: var(--sop-text-header-color);
    }
    .page_alert_box_inner{
        position: relative;
    }
    .alert_modal_footer{
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding: 10px 24px 15px;
    }


    .warning_alert:after{
        display: block;
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        background-color: #ffc021;
    }
    .info_alert:after{
        display: block;
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        background-color: #2d7ae1;
    }
    .success_alert:after{
        display: block;
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        background-color: #40c782;
    }
    .error_alert:after{
        display: block;
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        background-color: #ee404c;
    }

    .alert_close_icon{
        position: absolute;
        right: 15px;
        top: 15px;
        color: var(--sop-text-header-color);;
    }

    .alert_close_icon:hover{
        color: var(--sop-text-header-color);;
    }
 

    /*-----------------------End Content Page------------------------*/

    .line_tab{
        border-bottom: 1px solid #dedede;
    }
    .line_tab.nav-pills .nav-link{
        color: #6c757d;
        margin-bottom: 0;
    }
    .line_tab.nav-pills .nav-link.active, .line_tab.nav-pills .show>.nav-link {
        background-color: transparent;
        border-bottom: 3px solid #1B2B43;
        border-radius: 0;
        margin-bottom: 0;
        color: #1B2B43;
        font-weight: 600;
    }

    .default_green_btn, .default_green_btn:hover{
        background-color: #27C894;
        border-color: #27C894;
    }

    /*----------------------------------------------------------*/


    .leftside_menu{
        z-index: 1000;
        bottom: 0;
        top: 0;
        position: fixed;
        width: var(--sop-leftbar-width);
        min-width: var(--sop-leftbar-width);
        height: calc(100vh - var(--rs-topbar-height) - 2px);
        background: var(--sop-sidemenu-bg);
        border-right: solid 1px #D3D5E5;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        margin-top: 80px;
        border-top: 1px solid #e6ecef;
    }
    .sidebar_top_wrap {
        padding: 13px 20px;
        border-bottom: 1px solid #c7d4dd;
    }
    .sidebar_top_wrap a{
        color: #090909;
        text-decoration: none;
        font-weight: 500;
        
    }
    .sidebar_content_wrap .accordion-button{
        background: var(--sop-sidemenu-bg);
    }
    .sidebar_content_wrap .accordion-flush .accordion-item, .sidebar_content_wrap .accordion-flush .accordion-item:last-child {
        border-bottom: 1px solid #C7D4DD;
    }
    .module_accordian .accordion-body{
        padding: 0;
    }
    .module_list_item{
        display: block;
    }
    .module_list_item a{
        display: flex;
        column-gap: 10px;
        padding: 15px 20px;
        text-decoration: none;
    }
    .module_list_item a p{
        font-weight: 600;
        color: #0B172A;
        margin-bottom: 0;
    }
    .module_item_link.activeModule{
        background-color: #314057;;
    }
    .module_item_link.activeModule p{
        color: #ffffff;
    }
    .module_accordian button.accordion-button, .module_accordian button.accordion-button:hover, .module_accordian button.accordion-button:active, .module_accordian button.accordion-button:focus {
        border: none;
      outline: none !important;
    }
    .module_accordian .accordion-button:not(.collapsed){
        color: #1b2b43;
        font-weight: bold;
        outline: none;
    }
    .module_accordian .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-icon) !important;
    }
    .content_container{
        position: relative;
        margin-left: var(--sop-leftbar-width);
        height: calc(100vh - var(--sop-topbar-height) - 2px);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        top: 0px;
    }

    .content_area_topbar{
        padding: 12px;
        background-color: #212529;
        display: flex;
        justify-content: space-between;
    }
    .content_area_topbar_left {
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
    }
    .humberger_menu_btn{
        display: none;
    }
    .content_area_topbar p{

    }
    .media_content_area{
        height: 600px;
        background-color: #0B172A;
    }
    .ppt_carousel {
        height: 100%;
        width: 100%;
        margin: auto;
    }
    .content_wrap{
        background-color: var(--sop-white);
    }

    .ppt_carousel .owl-item {
      background-color: #D2527F;
      color: white;
      text-align: center;
      padding: 100px 0;
      height: 600px;
    }

    .ppt_carousel .owl-prev {
      float: left;
      font-size: 30px !important;
      text-transform: uppercase;
      padding: 20px;
    }

    .ppt_carousel .owl-next {
      float: right;
      font-size: 30px !important;
      text-transform: uppercase;
      padding: 20px;
    }

    .ppt_carousel .owl-dots {
      counter-reset: slides-num;
      /* Initialize counter. */
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: 15px;
    }
    .ppt_carousel .owl-dots:after {
      content: counter(slides-num);
      /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      vertical-align: middle;
      padding-left: 0px;
    }

    .ppt_carousel .owl-dot {
      display: inline-block;
      counter-increment: slides-num;
      /* Increment counter */
      margin-right: 5px;
    }
    .ppt_carousel .owl-dot span {
      display: none;
    }
    .ppt_carousel .owl-dot.active:before {
      content: counter(slides-num) " of";
      /* Use the same counter to get current item. */
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      position: absolute;
      font-weight: 600;
      left: 0;
      top: 0;
      width: 36px;
    }

    .ppt_carousel .info {
      text-align: center;
      margin-top: 110px;
    }
    .owl-nav {
        position: absolute;
        right: 25px;
        top: -50px;
        width: 100px;
        color: #fff;
        font-size: 30px;
    }
    .ppt_carousel .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        top: -50px;
        left: auto;
        right: 40px;
        margin-top: 15px;
        width: 60px;
        color: #fff;
    }

    /*----------------------------------------------------------*/

    .tab_content_sizing_wrapper{
        margin: 0 auto;
        max-width: 1200px;
        padding: 1.2rem 1.4rem 0;
    }


    /*----------------------------------------------------------*/

    .chatbot_bubble{
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 999;
        width: 110px;
        height: 110px;
        padding-top: 18px;
        border-radius: 100px;
        background: rgb(59,80,210);
        text-align: center;
        background: linear-gradient(90deg, rgba(59,80,210,1) 0%, rgba(3,196,201,1) 100%);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .chat_panel{
        background: var( --sop-body-bg-dark);
        border-right: 1px solid var( --sop-body-bg-dark);
    }
    .chat_panel .sidebar_top_wrap {
        padding: 8px 20px 4px;
        border-right: 1px solid #35393d;
        border-bottom: 1px solid #35393d;
    }
    .chat_project_list{
        padding: 20px 20px 20px;
    }
    a.project_list{
        display: block;
        margin: 7px 0;
        padding: 16px 20px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: var(--sop-white);
    }
    a.project_list img{
        width: 30px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    a.project_list.active_chat_menu{
        background-color: #41aa05;
        border-radius: 10px;
    }
    .content_area_topbar_right a{
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
    }
    .content_wrap.chat_body_box {
        height: calc(100% - 50px);
        background-color: #F8F8F8;
    }
    .chat_body_content_area{
        height: calc(100% - 110px);
        padding: 20px 30px;
        overflow: auto;
    }
    .chat_body_textarea{
        padding: 20px 30px;
    }
    input.form-control.chat_textfield{
        padding: 15px 30px;
        border-radius: 50px;
        border: 0px;
        background-color: var(--sop-white);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }
    .chat_time_wrap{
        margin-bottom: 20px;
    }
    .chat_text{
        font-size: 15px;
        color: #4B4E53;
        margin-bottom: 0;
    }
    .left_chat_text_wrap{
        margin-bottom: 20px;
    }
    .right_chat_text_wrap{
        margin-bottom: 20px;
        text-align: right;
    }
    .chat_text_box{
        display: inline-block;
        padding: 10px 20px;
        background-color: var(--sop-white);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 10px 10px 10px 0;
    }
    .right_chat_text_wrap .chat_text_box{        
        background-color: #646464;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 10px 10px 0px 10px;
    }
    .right_chat_text_wrap .chat_text{
        color: #ffffff;
    }
    .chat_text_heading{
        font-weight: bold;
        color: #1B2B43;
    }
    .right_chat_text_wrap .chat_text_heading{
        font-weight: bold;
        color: #ffffff;
    }
    ul.chat_text_bullet_listing{
        list-style: disc;
        margin-left: 20px;
    }
    .chat_ans_button_wrap{
        margin-top: 20px;
    }
    .chat_media_btn, .chat_media_btn:hover{
        margin:0 10px 10px 0;
        padding: 10px 15px;
        font-size: 14px;
        white-space: nowrap;
        background-color: #41aa05;
        border-color: #41aa05;
        color: #ffffff;
        font-weight: 600;
    }

    .ppt_area_wrapper{         
        width: 50%;
        position: absolute;
        left: 0;
        top: 50px;
        height: calc(100% - 50px);  
        transform: translateX(-100%);    
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .content_wrap.chat_body_box{        
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .content_container.open_media_wrap .ppt_area_wrapper{
        width: 50%;
        height: calc(100% - 50px);
        transform: translateX(0); 
        background-color: #fff;
        border-right: solid 1px #D3D5E5;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .ppt_area_wrapper .ppt_area_inner{
        height: 100%;
        overflow: auto;
        padding: 30px;
    }
    .close_media_panel{
        position: absolute;
        right: 15px;
        top: 10px;
        text-decoration: none;
        color: #1b2b43;
    }
    .close_media_panel:hover{
        color: #1b2b43;
    }

    .content_container.open_media_wrap .chat_body_box{
        position: relative;
        margin-left: 50%;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    /*-----------------------Footer------------------------*/

    .footer_main{
        background-color: var(--sop-body-bg-dark);
    }
    .footer_inner{
        padding: 20px;
        text-align: center;
    }

    .footer_inner p{
        color: var(--sop-white);
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
    }


    /*-----------------------Responsive style------------------------*/

    @media (max-width:767px){
        .leftside_menu {
            margin-left: calc(var(--sop-leftbar-width) * -1);
            border-color: transparent;
            opacity: 0;
        }
        .content_container {
            margin-left: 0;
        }
        .humberger_menu_btn{
            display: block;
            color: var(--sop-white);
            padding-right: 10px;
        }
        .humberger_menu_btn:hover{
            display: block;
            color: var(--sop-white);
            padding-right: 10px;
        }
        .open_sidebar .leftside_menu{
            margin-left: 0;
            border-color: transparent;
            opacity: 1;
        }
        .open_sidebar .content_container{
            margin-left: var(--sop-leftbar-width);
        }
    }