#MasterModal {
    overflow-y: scroll;
}

.fade.in {
    opacity: 1;
}

.po-count-section {
    margin-left: 60%;
}

.max-w98 {
    max-width: 98%;
}

a.dns_sort_desc span {
    font-size: 10px;
}

.news_link:hover {
    color: unset !important;
}

.internal_news_link:hover {
    color: unset !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.form-group {
    /* padding-bottom: 15px; */
}

.label-default {
    background-color: #d2d6de;
    color: #444;
}

.label-warning {
    background-color: #f0ad4e;
    color: #444;
}

.label-success {
    background-color: #5cb85c;
    color: #444;
}

.label-danger {
    background-color: #d9534f;
    color: #444;
}

.label-partial-pending {
    background-color: #FF6666;
    color: #444;
}

.label-submited {
    background-color: #FF9966;
    color: #444;
}

.label-confirm {
    background-color: #00CC00;
    color: #444;
}

.po-address-block {
    border: 1px solid #494949;
    border-radius: 5px;
}

.content-wrapper>.content .overlay {
    z-index: 99999;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.form-group .select2-container--default .select2-dropdown .select2-search__field:focus,
.form-group .select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none;
}

.form-group .select2-container--default .select2-dropdown .select2-search__field,
.form-group .select2-container--default .select2-search--inline .select2-search__field {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.7);
    float: right;
    /* margin-left: 5px; */
    margin-right: -2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    /* border-right: 1px solid #aaa; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #333;
    outline: none;
}

.box-header .box-title,
.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.control-label,
.form-horizontal .form-group label,
th {
    text-transform: capitalize;
    font-size: 13px;
}

.content-wrapper>.content .loading-img,
.content-wrapper>.content .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-wrapper>.content .overlay>img {
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary {
    border-color: #337ab7;
}

.panel-heading {
    padding: 5px 15px;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

form.form-filter {
    /*overflow: hidden;*/
    margin-bottom: 10px;
}

form.form-filter fieldset {
    border: 1px solid #E5E5E5;
    margin: 0;
    padding: 10px;
}

form.form-filter fieldset legend {
    border: medium none;
    color: #333333;
    line-height: 20px;
    margin: 0;
    width: auto;
}

form.form-filter ul.search {
    clear: both;
    list-style: none outside none;
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
}

form.form-filter ul.search li {
    float: left;
    /*width: 230px;*/
    padding-right: 10px;
    margin-bottom: 5px;
}

form.form-filter ul.search li label {
    display: block;
}

form.form-filter ul.search li.action {
    margin-top: 30px;
}

span.sol_required {
    color: red;
}

.hide {
    display: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

ul.people li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    list-style-type: none;
    min-height: 154px;
}

ul.people {
    width: 100%;
    overflow: hidden;
}

.box-body ul,
li div .left img,
ul.people {
    margin: 0;
    padding: 0;
}

.box-body {
    padding: 13px !important;
    border-radius: 0 0 3px 3px;
}

.right h3 {
    font-size: 17px;
    margin-top: 0;
}

ul.person-block li div.right {
    float: left;
    padding-left: 40%;
    width: 250px;
}

.box-body ul,
li div .left img,
ul.people {
    margin: 0;
    padding: 0;
}

li div .left {
    float: left;
    height: 140px;
    width: 140px;
    position: relative;
    overflow: hidden;
}

.box-body ul,
li div .left img,
ul.people {
    margin: 0;
    padding: 0;
}

.right p {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}

ul.people li a {
    text-decoration: none;
    color: #000;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
}

.box,
.small-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

ul.people li a.edit-people {
    background-color: #F05B47;
    padding: 5px 9px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

ul.people li a.delete-people {
    background-color: #ED1C24;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.error {
    color: #DD4B39;
}

.error,
.filter-in {
    display: inline-block;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

a.download-link {
    position: absolute;
    right: -5px;
    color: inherit;
}

.nav-tabs-custom {
    /* margin-bottom: 20px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

/*.ticket-list-content {
    margin-bottom: 5px !important;
}*/

.nav {
    padding-left: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
    background-color: rgba(235, 240, 244, 0);
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #d2d6de;
    border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li.active:hover>a,
.nav-tabs-custom>.nav-tabs>li.active>a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: 0 0;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a {
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background-color: #76838F;
    color: #fff;
    font-family: proxima_nova_rgregular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.fas,
.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.ion {
    margin-right: 10px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    margin: 0 0 1.2em !important;
    /*-webkit-box-shadow: 0 0 0 0 #000;*/
    box-shadow: 0 0 0 0 #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: 700 !important;
    text-align: left !important;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
    margin: 10px 0 10px 10px;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.add-panel {
    display: none;
}

.filter-out {
    display: none;
}

.show {
    display: block !important;
}

/*Tab Section CSS*/
.header-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    padding: 7px;
}

/* .left-side .sub-header-ul  .nav-menu::after {
    border-right: 1px solid hsl(var(--secondary-light-h), var(--secondary-light-s), calc(var(--secondary-light-l) + 0%));
    content: "";
} */
.left-side .sub-header-ul .nav-menu>a {
    margin-right: 10px;
    font-size: 13px;
    color: black;
}

.left-side .sub-header-ul .box-menu>a {
    margin-left: 10px;
}

.left-side .sub-header-ul .nav-menu>.active {
    /*background-color: aqua; */
}

#customer_div>div.input-group>span.select2 {
    width: 75% !important;
}

.nav-tabs-custom .tab-content {
    margin: 0;
}

#footer_confirm_box .modal-confirm {
    margin-top: 15%;
    width: 337px;
}

#footer_confirm_box .modal-confirm .modal-body {
    padding: 15px 0;
}

#footer_confirm_box .model-yes {
    margin: 18px 0px 0px 37px;
    background-color: #23ADAD;
    height: 42px;
    width: 100px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    color: #FFF;
}

#footer_confirm_box .model-no {
    margin: 18px 0px 0px 20px;
    background-color: #505050;
    width: 100px;
    height: 42px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    color: #FFF;
}

#footer_confirm_box .model-no:hover {
    color: #FFF;
}

#footer_confirm_box .modal-content-box {
    border: 7px solid rgba(0, 0, 0, 0.4);
}

#footer_confirm_box .modal_correct_sign {
    display: inherit;
    margin-bottom: -7px;
}

#footer_confirm_box .modal_text {
    margin-top: 0px;
    color: #000000;
    font-size: 20px;
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

.font-10 {
    font-size: 10px;
}

.reminder-activity .reminder-div .tab-content .tab-pane .inner-div span.red-type {
    color: #d0211c;
    font-size: 12px;
    line-height: 1;
}

.footer-dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: 1px solid #D3DEEE;
}

.footer-dismiss-btn {
    background-color: #ee5e20;
    border-radius: 20px;
    padding: 3px 18px;
    font-size: 12px;
}

.footer-dismiss-btn:hover {
    color: white !important;
}

.footer-approve-btn {
    background-color: #57a934;
    border-radius: 20px;
    padding: 3px 18px;
    font-size: 12px;
}

.footer-approve-btn:hover {
    color: white !important;
}

select[readonly].select2-hidden-accessible+.select2-container--default .select2-selection--single {
    pointer-events: none !important;
    touch-action: none !important;
    background: #eee;
    background-color: #eee !important;

    .select2-selection {
        background: #eee;
        background-color: #eee !important;
        cursor: not-allowed !important;
        box-shadow: none !important;
    }

    .select2-selection__arrow,
    .select2-selection__clear {
        display: none !important;
    }
}

/* for pencil btn in same form in edit modal and update */
.imgsizer {
    height: 20px;
    width: 20px;
}

.pencilbtn {
    height: 20px;
    width: 20px;
    margin-left: -20px;
}

.w-50 {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-450 {
    width: 450px !important;
}

.w-500 {
    width: 500px !important;
}

.input-right {
    text-align: right !important;
}

.swal-overlay .swal-modal .swal-icon--warning__body {
    display: none;
}

.style-dd ul.dropdown-menu {
    border-radius: 10px;
}

.style-dd ul.dropdown-menu li:nth-of-type(1) a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.style-dd ul.dropdown-menu li:nth-last-of-type(1) a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.style-dd ul.dropdown-menu li a:hover {
    background-color: #EEEEEE;
}

.style-dd ul.dropdown-menu li a[data-method=delete]:hover {
    background-color: #fbebec;
    color: #ff3b3c !important;
}

.module_title_code {
    margin-top: -10px;
    font-size: 12px;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/* Nofification */
.push-notification {
    width: 360px;
    padding: 15px;
    background-color: white;
    border-radius: 16px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transform: translateY(200%);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.push-notification.show {
    transform: translateY(0);
    opacity: 1;
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.notification-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.notification-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f2f5;
    font-size: 14px;
}

.notification-container {
    display: flex;
    align-items: flex-start;
}

.notification-media {
    position: relative;
}

.notification-user-avatar {
    width: 60px;
    height: 60px;
    /* border-radius: 60px;
    object-fit: cover; */
}

.notification-reaction {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: white;
    background-image: linear-gradient(45deg, #0070e1, #14abfe);
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.notification-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    line-height: 1.2;
    color: #000000;
}

.notification-text {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
    color: #000000;
}

.notification-timer {
    color: #1876f2;
    font-weight: 600;
    font-size: 14px;
}

.notification-status {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #1876f2;
    border-radius: 50%;
}