/*@import url('https://fonts.googleapis.com/css?family=Nunito');*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap");

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/


/********************Text Overflow********************/


/*@include text-overflow(4);*/


/********************Square with radius********************/


/*@include square(100px, $radius: 4px);*/


/***************************************/


/*CSS Opacity with fallback for IE8+.*/


/*@include opacity(.4);*/


/***************************************/


/***************************************/


/* Mixin to create vertical, horizontal or radial gradient */


/*@include gradient(#07c, #06f, vertical);*/


/***************************************/


/* @include transition(all,2s,ease-out); */


/*@include transition (all, 0.5s, ease)*/


/***************************************/


/*Shadow*/


/*
@include box-shadow(5px, 5px, 5px, 5px, #333)

/***************************************/


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect.active {
    color: #fff;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    transition: none !important;
}

.waves-button,
.waves-circle {
    transform: translateZ(0);
    mask-image: radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    mask-image: none;
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    transition: all 300ms;
}

.waves-float:active {
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.complex_table_section {
    margin-bottom: 20px;
    border-bottom: 2px #ddd solid;
}

#add_notes_to_checklist {
    position: fixed;
    /* Fixed/sticky position */
    bottom: 80px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 9999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #829f4d;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
}

.ztop {
    z-index: 9999 !important;
}

#to-top-button {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #4d909f;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#o-top-button:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}


/*@import '~bootstrap/scss/bootstrap';*/

@media only screen and (max-width: 991px) {
    /*.fixed-top{
  	&.navbar{
  		.navbar-collapse{ position: relative; height: auto !important; width: auto !important; display: flex !important; background: none !important; border: none !important;left: auto !important; right:230px !important; margin:  auto !important; 
  			&:after{ display: none !important; }
  		}
  	}
  }*/
    .fixed-top .navbar-brand {
        padding-left: 0;
        margin-left: 0;
    }
    .fixed-top .navbar-brand img {
        width: 100px;
        height: auto;
    }
    .sidebar {
        right: auto !important;
        left: -300px !important;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .sidebar .logo {
        display: none !important;
    }
    .sidebar .sidebar_hideshow {
        position: fixed !important;
        bottom: 20px !important;
        right: -100px !important;
        top: auto !important;
        left: auto !important;
        z-index: 1 !important;
        background: #3C4858 !important;
        border-radius: 100% !important;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 33px;
    }
    .sidebar.sidebar_hide {
        left: 0px !important;
    }
    .sidebar.sidebar_hide .sidebar_hideshow {
        right: -60px !important;
    }
    .main-panel>.mx-5 {
        margin: 0 1.5rem !important;
    }
    .fixed-top h1 {
        font-size: 22px !important;
    }
    td .navbar .show .dropdown-menu {
        display: flex !important;
        height: auto !important;
        width: auto !important;
        background: #fff !important;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5) !important;
        overflow: visible !important;
        padding: 5px 2px !important;
    }
    td .navbar .show .dropdown-menu .dropdown-item {
        margin: 0 !important;
    }
    .card .card-body {
        padding: 20px !important;
    }
    .sidebar .sidebar-wrapper {
        height: calc(100vh - 0px);
    }
}

@media only screen and (max-width: 767px) {
    .main-panel>.mx-5 {
        margin: 0 1rem !important;
    }
    div.dt-buttons .datatable_icon {
        margin-right: 0 !important;
    }
    .dataTables_wrapper .form-control {
        padding: 7px !important;
        height: auto !important;
    }
    .dataTables_wrapper .dt-buttons {
        margin-top: 7px !important;
        height: auto !important;
    }
    .dataTables_wrapper select.form-control {
        padding: 2px !important;
        height: 30px !important;
    }
    .fixed-top .navbar-brand img {
        width: 70px;
    }
    .fixed-top .navbar-toggler {
        padding-right: 0;
    }
    .sub-title {
        margin-bottom: 10px;
    }
    .form-control {
        padding: 10px;
    }
    .vertical_tab .nav-pills .nav-link {
        padding: 0.5rem 0;
        display: block !important;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .vertical_tab .nav-pills .nav-link span {
        display: none;
    }
    .vertical_tab .nav-pills .nav-link i {
        margin-right: 0 !important;
    }
    .vertical_tab .nav-pills .nav-link.active {
        padding: 0.5rem 0 !important;
        display: block !important;
    }
    .vertical_tab .nav-pills .nav-link.active .d-flex {
        padding-top: 5px;
    }
    .vertical_tab .nav-pills .nav-link .d-flex {
        display: block !important;
        text-align: center;
        padding-top: 0px;
    }
    .fixed-top h1 {
        font-size: 20px !important;
    }
    .card .card-body {
        padding: 15px !important;
    }
    .btn.btn-sm,
    .btn-group-sm>.btn,
    .btn-group-sm .btn {
        padding: 0.25rem 1rem !important;
    }
    .norm_list.mobile_scroll ul.nav {
        display: block;
        flex-wrap: initial;
        flex-direction: column !important;
        overflow-x: auto;
        max-height: initial !important;
        min-height: initial !important;
        overflow-y: auto;
        width: calc(100% + 0px);
        white-space: nowrap;
    }
    .norm_list.mobile_scroll ul.nav .nav-item {
        display: inline;
    }
    .norm_list.mobile_scroll ul.nav .nav-item .nav-link {
        width: auto !important;
    }
    .card.h-100>.card-body {
        min-height: calc(100vh - 180px);
    }
}

@media only screen and (max-width: 640px) {
    div.dt-buttons {
        float: right !important;
        text-align: right;
    }
    .fixed-top h1 {
        font-size: 18px !important;
    }
}

.fixed-top h1 {
    font-size: 24px;
    color: #00416B;
}

.fixed-top .notification_new {
    position: relative;
}

.fixed-top .notification_new .img-svg {
    width: 16px;
    height: auto;
}

.fixed-top .notification_new .img-svg path {
    fill: #212529;
}

.fixed-top .notification_new span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #ffd166;
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-top .notification_new:hover path {
    fill: #00416B;
}

.fixed-top .dropdown-toggle .img {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #f7f7ff;
}

.fixed-top .dropdown-toggle .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-top .dropdown-toggle:after {
    display: none !important;
}

.fixed-top .profile-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.filter_area {
    margin: 0px 0 0px;
}

.action-icon a {
    color: #adb5bd;
}

.dropdown .language-img {
    width: 24px;
    height: auto;
}

.dropdown .dropdown-item .language-img {
    margin-right: 10px;
}

.helpdesk_area {
    position: relative;
}

.helpdesk_area .dropdown-toggle {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #6acd67 !important;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.notification_area {
    position: relative;
}

.notification_area .dropdown-toggle {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #67bbcd !important;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.notification_area .user_notification_count {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #67bbcd !important;
    color: #798fa6;
    border-radius: 100%;
    min-width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    font-size: 10px;
}

.notification_area .dropdown-menu {
    right: -100px;
    left: auto;
    max-width: 300px;
    min-width: 300px;
    max-height: 295px;
    overflow: auto;
}

.notification_area .dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.notification_area .dropdown-menu ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 65, 107, 0.1);
}

.notification_area .text-link {
    color: #ef476f;
}

.notification_area .text-link:hover {
    background: none;
    color: rgba(239, 71, 111, 0.7);
}

.fixed-top.navbar {
    margin: 0px 0 20px;
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}

.nav-link.active,
.nav-link:hover {
    font-weight: 400;
}

.nav-link.active {
    background-color: rgba(200, 200, 200, 0.2);
}

.profile-menu .dropdown-menu .dropdown-item {
    margin: 5px 7px;
}

.navbar a {
    color: #3C4858;
    font-size: 14px;
}


/*.navbar{
	.navbar-collapse{
		&.collapse{
			&.show {display: flex !important; right: auto; width: 100%; height: auto !important; position: absolute; top: 50px;}
		}
	}
}*/

@media only screen and (max-width: 991px) {
    /*.navbar-expand-lg .navbar-collapse.show {display: flex !important; justify-content: flex-start !important; flex-basis: auto; }*/
    .navbar .navbar-collapse.collapse.show {
        display: flex !important;
        flex-basis: auto;
        right: 0;
        width: auto;
        height: auto !important;
        position: absolute;
        top: 50px;
        transform: translate(0px, 0px);
        padding: 0 15px;
    }
    .navbar .navbar-collapse.collapse .profile-menu,
    .navbar .navbar-collapse.collapse .notification_area,
    .navbar .navbar-collapse.collapse .helpdesk_area {
        z-index: 2;
    }
    .navbar .navbar-collapse.collapse .profile-menu .dropdown-menu,
    .navbar .navbar-collapse.collapse .notification_area .dropdown-menu {
        background-color: #fff;
        padding: 15px !important;
    }
    .navbar .navbar-collapse.collapse .profile-menu .dropdown-menu .dropdown-item,
    .navbar .navbar-collapse.collapse .notification_area .dropdown-menu .dropdown-item {
        margin: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-collapse.collapse .profile-menu .dropdown-menu {
        height: auto;
    }
    .navbar .navbar-collapse.collapse .notification_area .dropdown-menu {
        right: -180px;
    }
    .navbar .navbar-collapse.collapse .notification_area .mx-4 {
        margin: 10px 0 !important;
    }
    .navbar .navbar-collapse.collapse .language_flag .dropdown-menu {
        position: absolute;
        left: 0;
        top: 55px;
        height: auto;
        background: #fff;
    }
    .navbar .navbar-collapse.collapse .language_flag .dropdown-menu .dropdown-item {
        margin: 0 !important;
    }
}

.sidebar {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.sidebar .logo {
    padding: 10px 0px;
}

.sidebar .sidebar_hideshow {
    position: absolute;
    top: 18px;
    right: -35px;
    border-radius: 0 10px 10px 0;
    background: #fff;
}

.sidebar .sidebar_hideshow a {
    padding: 5px 10px 0;
    display: block;
    color: #adb5bd;
}

.sidebar .sidebar_hideshow a:hover i {
    transform: rotate(360deg);
}

.sidebar .logo-normal img {
    height: 43px;
}

.sidebar.sidebar_hide {
    left: -260px;
}

.nav-link {
    font-size: 14px !important;
}

.nav-link span {
    vertical-align: 0px;
}

.nav-link i {
    font-size: 18px !important;
}

.nav-link.active,
.nav-link:hover {
    font-weight: 500;
    color: #00416B !important;
}

.nav-link.active i,
.nav-link:hover i {
    color: rgba(0, 65, 107, 0.4) !important;
}

.sidebar .nav .caret {
    right: 16px;
    color: rgba(33, 37, 41, 0.3);
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    background: #f7f7ff !important;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.select2-container--open {
    z-index: 9999;
}

.searchable-fields {
    padding-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

ul {
    list-style-type: none;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.page-header:before {
    background-color: transparent !important;
}


/*.select2-results__option {padding-left: 0px; padding-right: 0px; }*/

.animate,
.btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .sidebar::before,
    .off-canvas-sidebar nav .navbar-collapse::before {
        background-color: #fff !important;
    }
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgba(0, 65, 107, 0.2);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 65, 107, 0.5);
}


/*New Code*/

.main-panel {
    /*&:after{ content:'' ; background: #fc0; left: 0; top: 0; right: 0; height: 150px; width: 100%; display: inline-block; z-index: 10;} */
}

.main-panel.sidebar_hide {
    width: calc(100% - 0px);
}

.main-panel .content {
    min-height: calc(100vh - 139px);
}

.sub-title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 65, 107, 0.5);
    margin-bottom: 20px;
}

.sub-title i {
    vertical-align: -3px;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    background: rgba(0, 65, 107, 0.1);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}

.swal-modal .swal-text,
.swal-modal .swal-footer {
    text-align: center;
}

.swal-modal .swal-button-container {
    margin: 5px 10px;
}

.swal-modal .swal-button-container .swal-button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background: rgba(0, 65, 107, 0.5);
    box-shadow: 0 4px 20px 0px rgba(0, 65, 107, 0.15), 0 7px 10px -5px rgba(0, 65, 107, 0.4);
}

.profile_area {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.profile_area .profile_pic {
    position: relative;
    border-radius: 100%;
    width: 100%;
    height: 100px;
    background: #f8f9fa;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #e9ecef;
    overflow: hidden;
    margin-top: 20px;
}

.profile_area .profile_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_area .profile_update {
    position: absolute;
    top: 0;
    right: -5px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    background: #00416B;
}

.profile_area .profile_update i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    vertical-align: 1px;
}

.dt-button-collection a {
    display: block;
    background: none !important;
    border: none !important;
    font-weight: 400;
    color: #6c757d !important;
    text-align: left;
    padding: 10px;
    box-shadow: none;
}

.dt-button-collection a:hover,
.dt-button-collection a.active {
    background: #e9ecef !important;
    color: #374450 !important;
}

.norm_list {
    border-right: 1px solid #DCE5EE;
    padding-right: 20px;
}

.norm_list>ul {
    padding-top: 20px;
    padding-right: 10px;
    max-height: calc(100vh - 275px);
    min-height: 100%;
    overflow-y: auto;
    display: block;
    width: calc(100% + 20px);
}

.norm_list .nav-item {
    margin-bottom: 5px;
    padding: 0 15px 0 5px;
}

.norm_list .nav-item .nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1rem;
}

.norm_list a {
    color: #3C4858;
    font-weight: 400;
}

.norm_list .sublist {
    padding-left: 25px;
}

.norm_list .nav-link {
    border-radius: 5px;
}

.norm_list .nav-link.active,
.norm_list .nav-link:hover {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

.norm_list .nav-link.active .norm_num,
.norm_list .nav-link:hover .norm_num {
    background-color: rgba(0, 65, 107, 0.1);
    border: 1px solid #f8f9fa;
    color: #00416B;
}

.norm_list .norm_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #e9ecef;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0.6rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 12px;
}

.norm_list .norm_txt {
    margin-left: 35px;
    display: inline-block;
}

.tooltip1 i {
    font-size: 20px;
}

.session_list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding-bottom: 20px;
    /*h4{ color:$blue }*/
}

.session_list p:last-child {
    margin-bottom: 0;
}

.session_list:first-child {
    margin-top: 0;
}

.session_list:last-child {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.comment {
    background: #f8fafb;
    padding: 20px;
}

.comment__list ul {
    padding-left: 0px;
    margin-bottom: 40px;
}

.comment__list ul li {
    padding: 5px 0 5px 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.comment__list ul li:before {
    /* content: " "; position: absolute; left: -25px; top: 7px; width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 100%; display: inline-block;*/
    margin-bottom: 0;
}

.comment__list ul li .comment_img {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 50px;
    margin-right: 15px;
}

.comment__list ul li .comment_img img {
    width: 100%;
}

.comment__list ul li p {
    margin-bottom: 5px !important;
    font-size: .875rem;
}

.comment__list ul li p:last-child {
    margin-bottom: 0 !important;
}

.comment__list ul li .comment_author {
    font-size: 90%;
}

.comment__list ul li .comment_author strong {
    color: #00416B;
}

.comment__list ul li .comment_author span {
    opacity: 0.7;
}

.comment__list ul li:hover {
    background: white;
}

.comment h6 {
    font-weight: 500;
}

.badge {
    line-height: 105%;
}

.nocarat:after {
    content: none;
}

.navbar.no_navbar {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.auth {
    padding: 40px;
}

.auth .brand_logo .img-svg {
    width: 40px;
}

.project_document_msg {
    font-size: .75rem;
}

.vertical_tab .comment__add {
    margin-top: 10px;
}

.vertical_tab .comment__add .nav-pills .nav-link {
    padding: 0.25rem 0.75rem .25rem 0;
}

.vertical_tab .comment__add .nav-pills .nav-link.active {
    background: transparent !important;
    box-shadow: none !important;
    color: #00416B !important;
    padding: 0.25rem 0.75rem .25rem 0 !important;
}

.dataTables_wrapper input[type="search"] {
    margin-left: 0 !important;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group .icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-group .icon .img-svg {
    width: 16px;
    height: auto;
}

.form-group .icon .img-svg path {
    fill: #C1CCD7;
}

.form-group .icon .img-svg.active path {
    fill: #779ABA;
}

textarea {
    height: 100px;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #DCE5EE !important;
    background: #fff !important;
    border-radius: 0 !important;
    padding: 12px;
    height: auto;
    font-size: 13px;
    color: #779ABA;
}

.form-control:focus {
    border: 1px solid #779ABA !important;
    background: #fff !important;
    color: #25537c !important;
}

.form-check,
label {
    color: rgba(60, 72, 88, 0.8);
    width: 100%;
}

.customcheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default checkbox */
    /* When the checkbox is checked, add a blue background */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
    /* On mouse-over, add a grey background color */
}

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customcheck input:checked~.checkmark {
    background-color: #00416B;
    border-radius: 5px;
}

.customcheck input:checked~.checkmark:after {
    display: block;
}

.customcheck .checkmark:after {
    content: '';
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customcheck:hover input~.checkmark {
    background-color: #ced4da;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #dee2e6;
    border-radius: 5px;
    /* Create the checkmark/indicator (hidden when not checked) */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-file {
    border: 1px solid #DCE5EE !important;
    margin: 0px 0 0;
}

.custom-file .custom-file-label {
    top: 4px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #DCE5EE !important;
    min-height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #779ABA !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

input[type="date"].form-control {
    padding: 10px 12px;
}

.btn {
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}

.btn :focus,
.btn :active {
    box-shadow: none !important;
    outline: none !important;
}

.btn.btn-primary {
    background: #67BBCD;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #4d909f !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn.btn-circle {
    padding: 0px;
    border-radius: 100%;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 39px;
    overflow: hidden;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.btn.btn-circle:hover {
    overflow: visible;
}

.btn.btn-link {
    padding: 10px 5px;
}

.btn.btn-link:hover {
    color: #212529;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

table.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.3em !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px !important;
}

table.table>thead>tr>th,
table.table>tbody>tr>th,
table.table>tfoot>tr>th {
    font-size: 13px;
    font-weight: 500;
}

table.table>thead>tr>th,
table.table>thead>tr>td,
table.table>tbody>tr>th,
table.table>tbody>tr>td,
table.table>tfoot>tr>th,
table.table>tfoot>tr>td {
    padding: 0.25rem 0.35rem !important;
}

.dataTables_scrollBody thead tr th {
    margin-right: 5px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-top: 0;
}

.dataTables_wrapper .dt-buttons .datatable_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    color: #6c757d;
    padding: 0;
    background: #e9ecef;
    border-radius: 4px;
    border: none;
    margin: 0 2px;
    transition: all 0.2s;
    cursor: pointer;
}

.dataTables_wrapper .dt-buttons .datatable_icon .tooltip_txt {
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    font-size: 10px;
    background: #728591;
    line-height: 130%;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
}

.dataTables_wrapper .dt-buttons .datatable_icon:hover .tooltip_txt {
    display: block;
}

.dataTables_wrapper .dt-buttons .datatable_icon:hover {
    background: #ced4da;
}

.dataTables_wrapper .dt-buttons .datatable_icon:last-child .tooltip_txt {
    margin-left: -15px;
}

/* Override CDN dt-button styles for our icon buttons */
.dataTables_wrapper .dt-buttons button.dt-button.datatable_icon {
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    background: #e9ecef !important;
    background-image: none !important;
    min-width: unset !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
}


/*.datatable_with_btn{
	.dataTables_filter{float: none !important;}
}
*/

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.8;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc,
.dataTables_wrapper table.dataTable thead th.sorting,
.dataTables_wrapper table.dataTable thead th.sorting_asc,
.dataTables_wrapper table.dataTable thead th.sorting_desc {
    padding-right: 0.35rem !important;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting:before,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc:before,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc:before,
.dataTables_wrapper table.dataTable thead th.sorting:before,
.dataTables_wrapper table.dataTable thead th.sorting_asc:before,
.dataTables_wrapper table.dataTable thead th.sorting_desc:before {
    display: none !important;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting:after,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc:after,
.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc:after,
.dataTables_wrapper table.dataTable thead th.sorting:after,
.dataTables_wrapper table.dataTable thead th.sorting_asc:after,
.dataTables_wrapper table.dataTable thead th.sorting_desc:after {
    display: inline-block !important;
    position: relative !important;
    margin-left: 10px !important;
    top: 0 !important;
    background: url("../images/sort.webp") no-repeat center center !important;
    background-size: 12px auto !important;
    content: "" !important;
    width: 12px;
    height: 16px;
    vertical-align: middle;
    opacity: .7;
    right: 0;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting_asc:after,
.dataTables_wrapper table.dataTable thead th.sorting_asc:after {
    background-image: url("../images/sorting_asc.webp") !important;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting_desc:after,
.dataTables_wrapper table.dataTable thead th.sorting_desc:after {
    background-image: url("../images/sorting_desc.webp") !important;
}

.dataTables_scrollHeadInner table.dataTable thead th.sorting-none:after,
.dataTables_scrollHeadInner table.dataTable thead th.sorting-none:before,
.dataTables_wrapper table.dataTable thead th.sorting-none:after,
.dataTables_wrapper table.dataTable thead th.sorting-none:before {
    display: none !important;
}

.dowbload-doc .dropdown-toggle:after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    /*.table-responsive{ overflow: inherit !important;}*/
}

.table-responsive {
    min-height: 240px;
    overflow-x: auto;
}


/*tr{
	&:last-child{
		.no_navbar{
			.dropdown-menu{ top: calc(-100% - 0px);
			}
		}
	}
}*/

td .navbar {
    margin: 0 auto;
    display: block;
}

td .navbar .dropdown-menu {
    right: 0;
    left: auto;
}

td .navbar .dropdown-menu a,
td .navbar .dropdown-menu button {
    padding: 2px 10px !important;
}

td .navbar .dropdown-menu a i,
td .navbar .dropdown-menu button i {
    vertical-align: middle;
}

td .navbar .dropdown-menu a {
    border-right: 1px solid #ddd !important;
}

td .navbar .dropdown-menu a:last-child {
    border-right: none !important;
}

td .navbar .show {
    /*min-width: 100%;*/
}

td .navbar .show .dropdown-menu {
    /*height: 80px; overflow-y: auto; overflow-x: hidden;*/
    display: flex;
}

td .navbar .show a {
    min-width: auto;
    text-align: left;
    /*display: block;*/
}

td .navbar .show a:hover {
    background: none;
    box-shadow: none;
}

td .navbar .show a span {
    font-weight: 300;
    margin-left: 5px;
    font-size: 12px;
    text-transform: capitalize;
}

td .navbar .show form {
    /*width: 100%;*/
}

td .navbar .show form .btn {
    text-align: left;
    width: 100%;
    color: #333;
}

td .navbar .show form .btn:hover {
    background: none;
    box-shadow: none;
}

td .navbar .show form .btn span {
    font-weight: 300;
    margin-left: 5px;
    font-size: 12px;
    text-transform: capitalize;
}

td .navbar .show>.btn.dropdown-toggle {
    background: transparent !important;
    border-color: transparent !important;
    color: #212529;
}

.search {
    position: relative;
    z-index: 1;
    padding: 0 30px 0 0;
    display: inline-block;
}

.search .search__icon {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0;
    background: none;
    border: none;
    z-index: 0;
}

.search .search__icon .img-svg {
    width: 22px;
}

.search .search__icon .img-svg path {
    fill: rgba(33, 37, 41, 0.5);
}

.search .search__field {
    position: absolute;
    top: -25px;
    right: 0;
    width: 50px;
    height: 52px;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 13px;
    color: rgba(33, 37, 41, 0.8);
}

.search .search__field:focus {
    border: 1px solid #ddd !important;
    width: 310px;
    background: #fff;
    opacity: 1;
    cursor: default;
    z-index: 0;
    outline: none;
    box-shadow: none;
}

.search .search__field.to_right {
    left: -10px;
    right: auto;
    padding-left: 40px;
    height: 40px;
    top: -7px;
}

.card {
    margin-top: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: .8rem;
}

.card .card-body {
    padding: 30px;
}

.page-item .page-link {
    color: #212529;
    border: none !important;
}

.page-item .page-link:hover {
    background: #67BBCD !important;
    color: #fff;
    box-shadow: none !important;
}

.page-item.active .page-link {
    color: #fff;
    background: #67BBCD;
}

.pagination li a {
    color: #212529;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
    background: #67BBCD;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
}

.vertical_tab .nav-pills .nav-link {
    color: rgba(33, 37, 41, 0.6) !important;
    text-transform: capitalize !important;
    font-weight: 500;
    padding: .75rem 0;
    transition: .5s ease all;
}

.vertical_tab .nav-pills .nav-link i {
    vertical-align: -5px;
    color: rgba(33, 37, 41, 0.6) !important;
    margin-right: 5px;
}

.vertical_tab .nav-pills .nav-link span {
    font-size: .8rem;
}

.vertical_tab .nav-pills .nav-link.active {
    background-color: #dfe3e7;
    /* color:rgba($white,.9) !important; box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
    color: #00416B !important;
    padding: .75rem .25rem .75rem .5rem;
}

.vertical_tab .nav-pills .nav-link.active i {
    color: #00416B !important;
}

.vertical_tab .card {
    min-height: 400px;
}

.alert {
    padding: 15px;
}

.alert.alert-success {
    background: rgba(6, 214, 128, 0.1);
    border: 1px solid rgba(6, 214, 128, 0.2);
    color: #06d680;
    box-shadow: none;
}

.alert.alert-danger {
    background: rgba(239, 71, 111, 0.1);
    border: 1px solid rgba(239, 71, 111, 0.2);
    color: #ef476f;
    box-shadow: none;
}

.alert.alert-info {
    background: rgba(0, 65, 107, 0.1);
    border: 1px solid rgba(0, 65, 107, 0.2);
    color: #00416B;
    box-shadow: none;
}

.alert .list-unstyled {
    margin-bottom: 0;
}

.breadcrumb {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
}

.breadcrumb a {
    color: #00416B;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.tooltip1 {
    position: relative;
    overflow: visible;
    /* If you want dots under the hoverable text */
    /* Tooltip text */
    /* Show the tooltip text when you mouse over the tooltip container */
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #212529;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: -80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 150%;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

.modal .modal-header {
    background: rgba(0, 65, 107, 0.1);
}

.modal .modal-body ol {
    line-height: 140%;
}

.modal .modal-body ol li {
    margin-bottom: 15px;
}

.modal .modal-body ol li:last-child {
    margin-bottom: 0;
}

.modal .modal-body ol li:last-child:after {
    display: none;
}

.modal .modal-body ol li:after {
    content: '';
    width: 25%;
    height: 1px;
    background: #e9ecef;
    display: block;
    margin-top: 10px;
}

.modal .modal-body ol li.selfpost {
    margin-left: 10%;
}

.modal .modal-body ol li.selfpost:after {
    margin-left: -10%;
}

.tiny_view h1 {
    font-size: 30px;
}

.tiny_view h2 {
    font-size: 24px;
}

.tiny_view h3 {
    font-size: 20px;
}

.tiny_view h4 {
    font-size: 18px;
}

.tiny_view h5 {
    font-size: 16px;
}

.tiny_view h6 {
    font-size: 14px;
}

.tiny_view ul {
    list-style: disc;
}

.tiny_view ol {
    list-style: number;
}

.login-page {
    background: url("../images/base_img.webp") center left no-repeat;
    background-size: auto 100%;
    position: relative;
    width: 100%;
    height: 100vh;
}

.login-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 65, 107, 0.8);
}

.login-page .side_panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
    height: 100vh;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.login-page .container-fluid {
    z-index: 2;
}

.login-page .navbar-brand {
    margin-top: 20px;
    padding: 20px 0;
    margin-left: 50px;
}

.login-page .navbar-brand img {
    width: 400px;
    height: auto;
}

.login-page .authentication_msg {
    position: absolute;
    left: 0;
    top: calc(94% + 100px);
    transform: translateY(-50%);
    width: 35%;
    color: #fff;
    margin-left: 50px;
    margin-bottom: 20px;
}

.login-page .authentication_msg h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.login-page .authentication_msg p {
    font-size: 18px;
}

.login-page .authentication {
    height: 100%;
    width: 100%;
    background: #fff;
    /*display: flex; align-items: center*/
}

.login-page .authentication__body {
    padding: 20px 50px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 100%;
}

.login-page .authentication__body .heading {
    margin-bottom: 40px;
}

.login-page .authentication__body .heading h2 {
    font-size: 30px;
    color: #00416B;
    font-weight: 700;
}

.login-page .authentication__body .heading p {
    font-size: 14px;
    color: #779ABA;
}

.login-page .authentication__body .authentication_action {
    font-size: 14px;
    color: #00416B;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .login-page .side_panel {
        width: 50%;
    }
    .login-page .authentication__body {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .login-page .side_panel {
        width: 100%;
    }
    .login-page .authentication__body .navbar-brand {
        padding: 0;
        margin: 0 auto 70px;
        display: block;
        text-align: center;
    }
}

.dashboard_points {
    text-align: center;
    color: #fff;
}

.dashboard_points .card-header {
    padding-bottom: 0;
}

.dashboard_points .card-header .icon {
    /*width: 70px; height: 70px; border-radius: 100%; border: 2px solid $white; display: inline-block; line-height: 64px;*/
    display: inline-block;
    margin: 20px auto 10px;
}

.dashboard_points .card-header .icon i {
    font-size: 36px;
}

.dashboard_points .card-header .card-title {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px 0;
    margin-bottom: 0;
    line-height: 100%;
    position: relative;
}

.dashboard_points .card-header .card-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.dashboard_points .card-body {
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    font-size: 45px;
    font-weight: 300;
    margin-top: -12px;
}

.table .btn {
    padding: 2px !important;
}

.dashboard_points.dashboard_points_1 {
    background-color: #24CBC3;
}

.dashboard_points.dashboard_points_2 {
    background-color: #FDC75A;
}

.dashboard_points.dashboard_points_3 {
    background-color: #F16953;
}

.dashboard_points.dashboard_points_4 {
    background-color: #24CBC3;
}

.dashboard_points.dashboard_points_5 {
    background-color: #5aaafd;
}

.dashboard_points.dashboard_points_6 {
    background-color: #8ece5b;
}

@media only screen and (max-width: 1300px) {
    .dashboard_points .card-body {
        margin-top: -11px;
    }
    .dashboard_points .card-header .card-title {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .dashboard_points .card-body {
        margin-top: 10px;
    }
    .dashboard_points .card-header .card-title {
        font-size: 11px;
        padding: 7px 15px 7px;
        word-break: break-all;
    }
    .dashboard_points .card-header .card-title:after {
        border-radius: 20px;
        height: 100%;
    }
}

#togglePassword {
    cursor: pointer;
    transition: transform 0.3s ease;
}

#togglePassword:hover {
    transform: scale(1.2);
}

.module-button {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.module-button.active {
    background-color: #007bff;
    /* Cor destacada quando clicado */
    color: #fff;
    /* Cor do texto quando clicado */
}

.module-button.hover {
    background-color: #e6e6e6;
    /* Cor de fundo ao passar o mouse */
    color: #000;
    /* Cor do texto ao passar o mouse */
}

.disabled-button {
    background-color: #d3d3d3;
    /* Light gray or any color you prefer for disabled buttons */
}

#outerContainer #mainContainer div.toolbar {
    display: none !important;
    /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important;
    /* move doc up into empty bar space */
}

.has-submenu {
    position: relative;
}

.submenu {
    display: none;
}

.submenu.active {
    display: block;
}

.submenu-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.custom-file {
    overflow: hidden;
}

.custom-file-input {
    z-index: 1;
    opacity: 0;
}

.custom-file-label {
    cursor: pointer;
}

#supportFile.dragover {
    border: 2px dashed #007bff;
}

#filePreview {
    margin-top: 10px;
}


/*# sourceMappingURL=app.css.map */