
  /* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Variables */

:root {
  --white: #fff;
  --black: #000;
  --background: #e8eff2; /*light-grey*/
  --yellow: #fec900;
  --primary: #003576; /* dark blue*/
  --fontcolor: #4b525f; /*dark-grey*/
  --medium-grey: #E6E7E8;
  --light-grey: #E8EFF2;
  --dark-grey: #4B525F00;
  --light-grey-background: #E8EFF2;
  --message-background: #dff0d8;

    /* header height */
    --header-height: 140px;
    --extra-large: 1440px; /*max width*/
}


/* myPlasser Font */

@font-face {
    font-family: "Rubik";
    src: url("/Rubik-VariableFont_wght.ttf") format("truetype");
}

/* Global Styles */

html {
  scroll-behavior: smooth;
  height: 100%;
  font-family: "Rubik" !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik" !important;
/*  padding-top: 140px !important;
  padding-bottom: 194px;
*/
  position: relative;
  height: auto;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Rubik" !important;
}

h1, .h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--white);
}

h2, .h2 {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 400;
  color: var(--primary);
}

h3, .h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  color: var(--primary);
}

h4, .h4 {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 400;
  color: var(--primary);
}

p, .p {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 400;
  color: var(--fontcolor);
}


p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#EntityFormPanel h3{
   margin-top: 0;
   margin-bottom: 0;
}

img, picture, video, svg {
  display: block;
  max-width: 100%;
}
h1.modal-title {
  font-family: "Rubik" !important;
  color: var(--fontcolor);
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 400;
  
}
main.pt_container{
   max-width: 1350px;
   margin: 0 auto;      
   padding: 0 20px;     
   box-sizing: border-box;
   padding-bottom: 295px;
}
form#content_form{
/*    padding-bottom: 130px;*/
    background: hsl(0deg 0% 97.16%);
    margin-bottom: 0;
}iframe.quickform {
    height: auto !important;
    min-height: 400px;
}
iframe#customerassets.quickform{
    background: hsl(0deg 0% 97.16%);
}
.entity-form .tab-column,
.entity-form .section,
.entity-form fieldset {
    max-height: none !important;
    overflow: visible !important;
}
.container.wrapper-body form#content_form{
    padding-bottom: 10px;
    background: none;
}
html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
     border-right: none !important;
}
div.page-header h1{
  font-size: 32px;
  font-weight: 400;
  color: var(--primary);
}
.page-header {
    padding-bottom: 23.5px;
    border-bottom: none; 
}

.pt-layout{
    padding-bottom: 295px;
}
/* ===================== BUTTONS Start ===================== */ 
a{
    color: var(--primary);
}
a:hover, a:focus {
    color: var(--primary);
    text-decoration: none;
}

.pt_btn.pt_action_fsrequest{
    display: inline-block;    
}
.pt_btn.pt_report_changes,
.pt_btn.pt_smart_catalog{
    display: inline-block;
    height: auto;
    margin-left: 10px;
    font: normal normal bold 14px / 17px Rubik;
}
.pt_btn.pt_report_changes{
   padding: 13px 18.5px;
}

.pt_btn {
    background-color: var(--primary);
    color: white;
    height: 45px;
    border: 2px solid var(--primary);
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font: normal normal bold 14px/17px Rubik;
}
a.pt_btn.pt_reportform_close{
    height: auto;
    padding: 13px 18.5px;
    font: normal normal bold 14px / 17px Rubik;
    float: right;
}

.pt_action_right {
    display: flex;
    gap: 12px;
}
.pt-report-tooltipcontainer {
    display: inline-block;
    position: relative;
}

.pt-ReportTooltip {
    position: absolute;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%) translateY(-6px); 
    background-color: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
}

.pt-report-tooltipcontainer.show-tooltip .pt-ReportTooltip {
    opacity: 1;
}
a.pt_action_back {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

a.pt_action_back span {    
    vertical-align: middle;
    padding-left: 5px;
    font: normal normal normal 12px/14px Rubik;
    letter-spacing: 0px;
}

.pt_action_back img{
    height: 12px;
}

.btn:focus,
input:focus,
.form-control:focus {
     box-shadow: none !important;

}
.btn-primary,
.btn-info,
.btn-group .previous-btn,
.form-group a.btn {     
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    border-radius: 5px !important;
    font: normal normal bold 14px / 17px Rubik;
    padding: 13px 18.5px;
    width: auto;
    color: white;
}
a.pt_btn:hover,
a.pt_btn:focus,
.btn-info:active,
.btn-info:hover,
.btn-primary:active,
.btn-primary:focus{
    color: var(--fontcolor);
    background-color: var(--yellow);
    border-color: var(--yellow);
    box-shadow: none;

}

.btn-primary:hover{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white);
}
.btn-default {
    width: 45px;
    height: 45px;
    background: var(--white);
    color: var(--fontcolor);
    border: 2px solid var(--fontcolor); 
    border-radius: 0px 5px 5px 0px;
}
.btn.btn-default.btn-entitylist-filter-submit{
    width: auto;
    border-radius: 5px;
}
.select2-container .select2-selection--single {
    height: auto !important;
    display: inline;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;    
}
/* datapicker */
.entitylist-filter-option .date-input-wrapper {
    position: relative;
}
button.calendar-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 37px;
    display: flex;
    border: 0;
    cursor: pointer;
}
.fake.form-control{
    height: 37px;   
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 30px; 
    font-size: 18px;
}
.form-search .btn{
    border: 2px solid var(--fontcolor) !important; 
    border-radius: 0px 5px 5px 0px;
}
.btn-default:hover,
ul.pt-dropdown-menu.pt-dropdown-search li a:hover{    
    background: var(--primary) !important;
    color: var(--white) !important;    
    border-color: var(--primary) !important;
}

.btn-default:active,
a.btn.btn-default:active,
a.btn.btn-default:focus,
a.add-folder.btn.btn-info.action:focus,
.btn-group .previous-btn:focus{    
    background: var(--yellow);
    color: var(--fontcolor);  
    border: var(--yellow);
}
a.pt_btn.pt_smart_catalog.inactive:hover,
a.pt_btn.pt_smart_catalog.inactive:active,
a.pt_btn.pt_smart_catalog.inactive:focus {
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
}
.btn-group.btn-select .btn {
    width: 95px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 2px solid var(--fontcolor);
    color: var(--fontcolor);
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    
}
 .crmEntityFormView button.btn-default,
.crmEntityFormView .input-group-addon:last-child {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    font: normal normal bold 14px / 17px Rubik;
    border-radius: 5px;
    width: auto;
}

button.delete-link.btn-default.btn {
    width: auto;
    border-radius: 5px;
    color: var(--primary);
    border: 2px solid var(--primary);
    background: transparent;
    font: normal normal bold 14px / 17px Rubik;
    padding: 13px 18.5px;
}
.btn.pt-submit-thirdstep{
     background-color: var(--white);   
    border-radius: 5px !important;
    font: normal normal bold 14px / 17px Rubik;
    padding: 13px 18.5px;
    width: auto;   
    color: var(--primary);
    border: 2px solid var(--primary);

}

 .inactive{
    opacity: 0.5;
    cursor: not-allowed;
  }
/*input group*/
.input-group .form-control,
input#q {
    height: 45px;
    width: 207px;
    border: 2px solid var(--fontcolor) ;
    background: var(--light-grey);  
    border-radius: 5px 0px 0px 5px;
}


.input-group-addon:last-child {
    border-radius: 0px 5px 5px 0px;
    background: var(--primary);

}
.input-group-btn>.btn:active{
    color: var(--fontcolor);
    background: var(--yellow);
    border-color: var(--yellow);
}
.fa-search:before {    
    font-size: 19px;
}
span.fa.fa-list {
    display: none;
}
 .input-group.lookup {
    max-width: 100%;
    flex-wrap: nowrap;
}

.crmEntityFormView .input-group-addon .fa,
 .crmEntityFormView .input-group-btn .fa {
    color: var(--white);
}
.crmEntityFormView .input-group-addon{
   background: var(--primary);
}
/* Buttons End */
.breadcrumb {
    border-bottom: 4px solid var(--yellow);
    padding-bottom: 13px;
}
.breadcrumb-container {
    margin-top: 22px;
}
.pt-page-title{
    margin-top: 50px;
    margin-bottom: 40px;
}
.pt_assetdetail_page_title,
.pt_wo_detail_page_title,
pt_task_detail_page_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.pt-status-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pt-status-left {
  display: flex;
  gap: 8px;
}

.pt-status-item {
  padding: 3px 10px;
  border-radius: 4px;
  font: normal normal normal 12px/12px Arial;
  letter-spacing: 0px;
  opacity: 1;
}

.status-item--dark {
  background: var(--fontcolor) 0% 0% no-repeat padding-box;
  color: var(--white);
}

.status-item--light {
  background: var(--medium-grey) 0% 0% no-repeat padding-box;
  color: var(--fontcolor);
}

.pt-status-right {
  font: normal normal normal 14px/24px Rubik;
  letter-spacing: 0px;
  color: var(--primary);
  text-align: right;
  opacity: 1;
}
.breadcrumb li a{
    font: normal normal 600 14px/12px Rubik;
    color: var(--fontcolor) !important;
}

.cancel.btn.btn-default{
    width: auto;
    border-radius: 5px;
    font: normal normal bold 14px / 17px Rubik;
    padding: 6px 12px;
}
.addnote.btn.btn-default{
   width: max-content;
    border-radius: 5px;
    font: normal normal bold 14px / 17px Rubik;
    padding: 11px 12px 6px 12px;
}
html[dir=ltr] .entity-notes a.addnote {
    float: none;
}
 /*===================== MESSAGES INFO ===================== */

div#success-message {
    font-family: "DIN-Next", sans-serif !important;
}
span#caseSuccessMessage{
    font-style: italic;
    font-weight: 600;
}
div#ContentContainer_MainContent_MainContent_ContentBottom_ConfirmationMessage {
    width: 93%;
    margin-left: 5%;
    text-align: center;
}
a#clean-url-address {
    float: right;
}
div#pt_AttachmentsText {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 20px;
    text-align: center;
}
#pt-custom-savebtn-secondstep {
    margin-right: 15px;
    margin-left: 10px;
}
input#pt-claim-savebtn-secondstep,
input#pt-claim-savebtn-thirdstep {
    margin-right: 10px;
    margin-left: 5px;

}
  #ammWait {
    position: fixed;
    z-index: 1000;
    background-color: grey;
    width: 100%;
    height: 100%;
    border: solid 1px;
    top: 0px;
    left: 0px;
    opacity: 0.3;
  }
#pogressIndicator {
    display: block;
    position: absolute;
    z-index: 1000;
    border: 3px solid white;
    top: 180px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    border-top: 3px solid #1f394b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }



/* ===================== Field Service Request Overview Start // all Overview ===================== */
.pt_hero {
    position: relative;
    max-width: var(--extra-large);
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pt_hero_detailpage{
    position: relative;
/*    margin-top: var(--header-height);
    padding-top: 10px;*/
}
.pt_hero.pt-fs-overview {
    background-image:
        linear-gradient(rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)),
        url("/pt-header-overview.png");
}

.pt_hero.pt-support-overview {
    background-image:
        linear-gradient(rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)),
        url("/pt-claim-header.png");
}

.pt_hero.pt-claim-overview,
.pt_hero.pt-tasks-overview {
    background-image:
        linear-gradient(rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)),
        url("/pt-header-overview.png");
}
.pt_hero.pt-assets-overview {
    background-image:
        linear-gradient(rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)),
        url("/pt_header_bild.png");

}
.pt_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/pt-header-overview-poligon.png") center / cover no-repeat;
    opacity: 0.7;
    pointer-events: none;
}


.pt-fs-overview-container{
    max-width: 1350px;
    margin: 0 auto;       
    padding: 0 20px;      
    display: flex;        
    align-items: center;  
    height: 100%;
}

.container h1 {
  margin: 0;           
  text-align: left;
}
#pt-anchor-section{
    scroll-margin-top: 170px;
}
.pt-listtitle-section{
    display: flex;
    align-items: center;
    justify-content: space-between;   
}

.pt-listtitle-section a {
   display: flex;  
}
.pt-listtitle-section a h4{
   font-size: 16px;
}
span.pt-info {
  align-content: center;
  position: relative;
  margin-left: 10px;
}

/*Tooltip*/
.pt-tooltip {
    position: absolute;
    top: 50%;              
    left: 110%;             
    transform: translateY(-50%);     
    background: var(--white);
    padding-left: 2px;    
    border-radius: 6px;    
    font: normal normal 12px/14px Rubik; 
    letter-spacing: 0px;
    color: var(--primary);
    text-align: left;
    max-width: 200px;        
    min-width: 185px;        
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
        white-space: normal;   
    word-wrap: break-word;
}
.pt-tooltip.show {
    opacity: 1;   
}


img#pt-icon-fieldset-befor {
    height: 28px;
}
legend .custom-header-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
legend .custom-header-wrapper h3,
.custom-header-wrapper h2 {
    display: inline-flex;
    align-items: center;
    margin: 0;          
    white-space: nowrap; 
}

span#pt-icon-fieldset-befor img{
    height: 30px;
}

/*fieldset[aria-label="Documents"] .custom-icon-fieldset img {
    width: 30px;
   
}*/

/* Tooltip end */

/* CLAIM Detail */

#openClaimDocumentsbtn {
    margin-left: 8px;
    display: flex;
    gap: 8px;
    width: auto;
}

#pt-claimdetail-form h2.tab-title{
    display: -webkit-box;
} 

#pt-claimdetail-form h2.tab-title {
    border: 1px solid #e8e8e8 !important;
    padding: 16px;
    background-color: hsl(0deg 0% 97.16%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#pt-claimdetail-form h2.tab-title:hover {
    background-color: hsl(0deg 0% 97.16%);
}



#pt-claimdetail-form h2.tab-title div {
    display: flex;
    align-items: center;
}


img.pt-claimdetail-icons {
    height: 30px;
    width: auto;
}
.pt_assetdetails_machine_container {
    overflow: hidden;
    display: flex;
    border: 1px solid var(--light-grey-background);
    flex-direction: row-reverse;
}

.pt-tab-counter {
    background-color: #f0f0f0; 
    color: #333;               
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 12px;      
    margin-left: 8px;          
    border: 1px solid #ccc;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}


.pt-tab-chevron {
    transition: transform 0.3s ease; 
    margin-left: auto;
    font-size: 0.8em;
    color: #666;
}


.header-active .pt-tab-chevron {
    transform: rotate(180deg);
}


.form-action-container-right {
    display: flex;
    align-items: center;
    gap: 10px;
}


/*#pt-asset-detail-form.crmEntityFormView td.cell{
        

}
*/
td#pt-td-machine-containet {
    vertical-align: middle;
       
}
/*img.pt_assetdetails_machine_img {
  max-width: 200%;
}*/

.pt_modal_img_view{
  display: none; 
  position: fixed; 
  z-index: 1030; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.9); 
}
.pt-modal-content {
  margin: auto;

}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.pt_close_btn_modal_img {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.pt_close_btn_modal_img:hover,
.pt_close_btn_modal_img:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* asset details end */
#pt-list-title-assignments,
#pt-list-title-cases{
    margin-bottom: 40px;
    margin-top: 50px;
    display: flex;  
    gap: 10px;
}
.pt-listtitle-section h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .pt-first-toolbar .pull-right {    
    margin: auto !important;;
}

.pt_view_list tr{
    height: 60px;
}
a.details-link.has-tooltip{
    text-decoration: underline;
}
.pt_view_list th a{
    text-align: left;
    font: normal normal 600 12px/14px Rubik;
    letter-spacing: 0px;
} 
.pt_view_list td{
    font: normal normal normal 14px/17px Rubik;
    letter-spacing: 0px;
} 
.pt_view_list .table-striped>tbody>tr:nth-of-type(odd),
.pt_view_list .table>tbody>tr:nth-of-type(odd) {
    background-color: var(--light-grey);
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    border-top: none;
}
th.sort-disabled {
    color: var(--primary);
}
.pagination {   
    display: flex;
    justify-content: center;   
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: var(--primary) !important;
}
.pagination > li > a, .pagination > li > span {    
    font: normal normal normal 12px / 12px Rubik;    
    color: var(--primary);
}

/*li.dropdown */
.pt_view_list .selected-view.dropdown-toggle {
    border: 2px solid var(--fontcolor);
    height: 45px;    
    border-radius: 5px;
    color: var(--fontcolor);
    font: normal normal bold 14px / 17px Rubik;    
    box-sizing: border-box;
    display: inline-block;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}


.pt_view_list .nav li > a.selected-view.dropdown-toggle:hover,
.pt_view_list .nav .open > a.selected-view.dropdown-toggle:focus {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
    outline: none;
}

.pt_view_list .dropdown-menu {
    border-radius: 6px;
    background: var(--primary);
    list-style: none;
    box-sizing: border-box;
    margin-left: 3px;
}

.pt_view_list .dropdown-menu > li > a {
    display: block;   
    font: normal normal normal 14px/17px Rubik;
    color: white;
    text-decoration: none;
    height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
 }  

.pt_view_list .dropdown-menu > li > a:hover,
.pt_view_list .dropdown-menu > li> a:focus,
.pt_view_list .dropdown-menu > .active > a,
.pt_view_list .dropdown-menu>.active > a:hover {
    background-color: var(--primary);
    color: var(--yellow);
    border-color: transparent; 
}
.pt_view_list .dropdown.action{
    display: none;
}

[data-name="pt_task_section"] td[data-attribute="description"],
div.view-grid.table-responsive td[data-attribute="pt_description"]{
    position: relative;
}
[data-name="pt_task_section"] td[data-attribute="description"] > div,
.pt-description-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  position: relative;
  cursor: pointer;
}

[data-name="pt_task_section"] td[data-attribute="description"]:hover::after,
div.view-grid.table-responsive td[data-attribute="pt_description"]:hover::after {
  content: attr(data-value);
  position: absolute;
  bottom: 0;
  left: 20px;
  background: var(--white);
  padding: 8px 12px;  
  white-space: normal;
  z-index: 9999;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); 
  pointer-events: none;
  min-width: 450px;
}

img#pt_brand_img {
    height: 25px;
}
.view-toolbar.grid-actions.pt-first-toolbar{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }
    .view-toolbar .pull-right { 
        margin: 0;
        padding-left: 10px;
    }
    .pt-first-toolbar .view-toolbar .pull-right{
        margin: auto;
    }
/* Field Service Request Form End */
/* Field Service Details Form  */

div#pt_machinenrcustomer_address {
height: auto !important;
    margin-top: -13px;    
    margin-bottom: 5px;
}
.pt-asset-input-wrapper {
    position: relative;
}

.pt-asset-input-wrapper input {
    padding-right: 32px; 
}

.pt-asset-link {
    position: absolute;
    right: 10px;
    top: 10px;    
    z-index: 5;
}
}

.pt-asset-icon {

    cursor: pointer;
}

/* data table view start */
.pt-filter-section label{
    font: normal normal 14px / 26px Rubik;
}
h4.filter-section {
    margin-bottom: 20px;
}
.pt-filter-section .checkbox {
    margin-left: 13px;
}
@media (min-width: 992px) {
    .pt_filters_panel { width: 20%; }
    .col-md-9.pt-section-task-list { width: 80%; }
}


.pt_section_pt_table {
    width: 100%;
    overflow-x: auto; 
}

.pt_section_pt_table table.dataTable {
    width: 100% !important;
    border-collapse: collapse;
}

.dt-column-header span.dt-column-title {
    text-align: left;
    font: normal normal 600 12px / 14px Rubik;
    letter-spacing: 0px;
    color: var(--primary);
}


.pt_section_pt_table table.dataTable tbody td {
    font: normal normal normal 14px / 17px Rubik;
    letter-spacing: 0px;
}


.pt_section_pt_table table.dataTable tbody tr:nth-child(odd) {
    background-color: var(--light-grey);
}
.col-md-3.pt_filters_panel {
    border: 1px solid var(--light-grey);
    padding: 15px;
    margin-bottom: 30px;    
}
.dt-paging nav {
    display: flex;
    justify-content: center;  
    margin-top: 10px;
    
}
.dt-paging-button {
    border: none;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {   
    background: var(--primary);
    border-radius: 50%;
    color: var(--white);   
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button {
    background: inherit;
    color: inherit;
    border: none;
    border-radius: none;
}
@media (max-width: 1550px) {
    .pt_section_pt_table {
        overflow-x: auto;
    }
}
@media (max-width: 991px) {
    .pt_filters_panel {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .pt_filters_panel .pt-filter-section {
        min-width: 175px;
        display: grid;
                flex: 1 1 auto;
    }

    .pt_filters_panel .pt-filter-section h4 {
        display: block;
        margin-bottom: 4px;
        text-align: left;
    }

    .pt_filters_panel .pt-filter-section .checkbox {
        display: block;
        margin-bottom: 4px;
        text-align: left;
    }
}
/* data table view end */
/* Field Service Details Form End */
span#PTpagingRecords {
    padding-left: 10px;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
}
.pt_status_task_claim {
    padding: 4px 3px;
    border-radius: 4px;    
    text-align: center;
    font: normal normal 400 12px / 14px Rubik;
    letter-spacing: 0px;
}

.pt_yellow_status {
    background-color: var(--yellow);
    color: var(--fontcolor);
}

.pt_blue_status {
    background-color: var(--primary);
    color: white;
}

.pt_none_status {
    background-color: gray;
}


/* ===================== HEADER ===================== */

.pt-navbar {
    position: sticky; /*fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
/*    height: 140px;*/
    min-height: 140px;
    height: auto;
    margin-bottom: 0;
    background-color: var(--white);
    border: 1px solid var(--background);
}

.pt-container {
    max-width: var(--extra-large);
    margin: 0 auto;
    padding: 0 15px;
}

.pt-navbar .pt-visible-xs {
  display: none;
}

.pt-flexwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pt-flexwrapper > .pt-navbar-collapse {
     margin-left: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 14px;
    min-width: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
}

.pt-navbar-collapse .pt-menu-bar {
  display: flex;
  align-items: center;
  gap: 14px;
}   

.pt-navbar-right-block img {
    margin-top: 24px;
    height: 25px;
}
.pt-navbar-right-block {
    margin-top: 6px;
}
.pt-header-title {
    display: flex;
    flex-direction: column;
    flex: 0 0 187px;
    cursor: pointer;
}

#pt-title-mypleasser {
    font: bold 36px/34px Rubik;
    color: var(--primary);
}

#pt-title-portal {
    font: 500 28px/34px Rubik;
    color: var(--primary);
}

.pt-navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pt-navbar-nav li {
    position: relative;
}

.pt-navbar-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 16px;
    border: 2px solid var(--fontcolor);
    border-radius: 5px;
    font: normal normal bold 18px / 22px Rubik;
    color: var(--fontcolor);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* button language / profile */
#search,
.pt-menuelement-language,
.pt-menu-profile {
    width: 45px;
    padding: 0;
}
.pt-menu-profile{
    background-image: url(/pt-user-grey.svg);       
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 29px;
}
.pt-navbar-nav a:hover,
.pt-navbar-nav a:hover,
.pt-menuelement-language:hover,
.pt-menu-profile:hover,
#search:hover {
    background-color: var(--primary);
    color: var(--white);
    text-decoration: none;
    border-color: var(--primary);
    
}

.pt-menu-profile:hover{
    background-image: url(/pt-user-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 29px;
}

.pt-menuelement-language:focus,
.pt-menu-profile:focus,
#search:focus{
    background-color: var(--yellow);
    color: var(--fontcolor);
    text-decoration: none;
    border-color: var(--yellow);
    
}
.pt-menu-profile:focus{
     background-image: url(/pt-user-grey.svg); 
}

li.pt-menu-dropdown.weblink.pt-dropdown:hover > a,
li.pt-menu-dropdown.weblink.pt-dropdown:focus-within > a {
    background-color: var(--primary);
    color: #fff;
}

#search:hover .glyphicon {
    color: #fff;
}

/* ===================== dropdown menu ===================== */
.pt-menu-dropdown {
  position: relative;
}

.pt-dropdown-menu {
  position: absolute;
  padding-top: 14px; 
  z-index: 1000;
  min-width: 100%;
  overflow: visible;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease; 
  pointer-events: none;  

}
.pt-dropdown-menu.profile{
    left: auto;
    right: 0;
}
 .pt-dropdown-menu.profile{
    left: auto;
    right: 0;
}
.pt-menu-dropdown.showing > .pt-dropdown-menu {
  visibility: visible; 

}
.pt-menu-dropdown.showing:not(.open) > .pt-dropdown-menu {
  transition-delay: 0.3s;
}

.pt-menu-dropdown:hover > .pt-dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  
}

li.weblink a {
    width: 209px;
}
li.pt-menu-dropdown.weblink.pt-dropdown > .pt-dropdown-menu,
li.pt-menu-dropdown.weblink.pt-dropdown > .dropdown-menu {
    width: 209px;
}
ul.pt-dropdown-menu.pt-dropdown-search {
    right: 0;
}

.pt-dropdown-menu::before {
  content: none;
}

.pt-dropdown-menu li a {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    background-color: var(--primary);
    text-decoration: none;
    border: 1px solid  transparent;
    border-radius: 0;
    font: normal normal normal 14px / 17px Rubik;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 33px;
    padding-top: 5px;   
}

.pt-navbar-nav > li.pt-menu-dropdown > a.active  {
    background-color: var(--yellow);     
    text-decoration: none;
    color: var(--fontcolor) ;
    border-color: var(--yellow);
    
}

.pt-dropdown-menu li a:hover,
.pt-dropdown-menu li a.active {
  color: var(--yellow);
}

.pt-dropdown-menu li:first-child a,
ul.pt-dropdown-menu.pt-dropdown-search .dropdown-menu li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.pt-dropdown-menu li:last-child a,
ul.pt-dropdown-menu.pt-dropdown-search .dropdown-menu li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ul.pt-dropdown-menu.pt-dropdown-search .dropdown-menu {
    padding-bottom: 0 !important;
    background: none;
    box-shadow: none;
    border: none;
    min-width: auto;
    white-space: nowrap;
}
ul.dropdown-menu.open {
    display: inline-block;
}
ul.pt-dropdown-menu.pt-dropdown-search .dropdown-menu li a {
    border-radius: 0;
    margin: 0;
    background-color: var(--primary);
    border: 2px solid transparent;
    padding: 8px 18px;
    
}
ul.pt-dropdown-menu.pt-dropdown-search .dropdown-menu li a:hover {
    color: var(--yellow) !important; 
    transition: none;
     
}

/* ===================== Header end ===================== */

/* ===================== Multi step FORM ===================== */
 label {
    font: normal normal 500 12px/14px Rubik;
    letter-spacing: 0;
    color: var(--fontcolor);
    opacity: 1;
}
h3 label.field-label {
    text-align: left;
    font: normal normal bold 14px / 17px Rubik;
    letter-spacing: 0px;
    color: var(--primary);
    opacity: 1;
}
.crmEntityFormView .tab-title,
.crmEntityFormView .section-title{
   font: normal normal 600 24px/28px Rubik; 
}

.crmEntityFormView .row { margin-left: 0; margin-right: 0; }

.crmEntityFormView tr > td.cell {
  padding-left: 0;
  padding-right: 0;
}

.crmEntityFormView tr > td.cell + td.cell {
  padding-left: 16px; 
}


/**/
 div.col-sm-6 clearfix{
    padding-left: 0;
}
.crmEntityFormView .cell input,
 .crmEntityFormView .cell select,
 .crmEntityFormView .cell textarea,
.crmEntityFormView .form-control.readonly,
 .crmEntityFormView .form-control[readonly][disabled],
 .form-readonly .form-control{
    border-radius: 5px;
    box-shadow: none;
    font: normal normal normal 14px/17px Rubik;
    outline: none;
    color: var(--fontcolor);
    border: 1px solid var(--light-grey) !important;
    background: var(--light-grey);
}
.crmEntityFormView .cell input[type=text]::placeholder,
.crmEntityFormView .cell input[type=email]::placeholder,
.crmEntityFormView .cell select::placeholder,
.crmEntityFormView textarea::placeholder {
    font: normal normal normal 14px/17px Rubik;  
    color: var(--fontcolor);                     
    opacity: 1;                                  
}
.crmEntityFormView .form-control.readonly,
 .crmEntityFormView .form-control[readonly][disabled],
 .form-readonly .form-control{
    padding: 6px 12px;
}


.crmEntityFormView .cell input[type=text],
.crmEntityFormView .cell input[type=email],
.crmEntityFormView .cell select {
    height: 45px;
}
.crmEntityFormView textarea[readonly]{
     height: auto;
}
.crmEntityFormView .cell input[type=text]:hover,
 .crmEntityFormView .cell select:hover,
 .crmEntityFormView .cell textarea:hover{

    background: var(--medium-grey) !important;
    border-color: var(--medium-grey) !important;
}

.crmEntityFormView .cell input[type=text]:focus,
 .crmEntityFormView .cell select:focus,
 .crmEntityFormView .cell textarea:focus {
    border: 1px solid var(--fontcolor) !important;
}
.crmEntityFormView .cell div.info.required label:after{
    color: var(--yellow) !important;
}


/* ===== 3. PCF Multiselect ===== */

/* .msos-container */
.msos-container:not(.msos-disabled) {
    background: var(--light-grey) !important;
    border: 1px solid var(--light-grey) !important;
    border-radius: 5px !important;    
    overflow: visible !important;
    height: auto;    
}

#WebFormPanel .msos-container.msos-container:not(.msos-disabled).msos-focused {
    background: var(--light-grey) !important;
}

.msos-container:not(.msos-none-selected):not(.msos-disabled) .msos-selecteditems-container {
    height: 45px;
    align-items: center;
}
.crmEntityFormView .msos-container:not(.msos-disabled).msos-active{
    background: var(--medium-grey) !important;
    border: 1px solid var(--medium-grey) !important;

}
 .msos-input {
    padding-left: 10px !important;
}

 .msos-selection-container {
    background: var(--light-grey) !important;
    border: 2px solid var(--light-grey) !important;
    border-radius: 5px !important;
    padding: 5px 0 !important;
    margin-top: 21px !important;
    box-shadow: none !important;
}

.msos-option-focused:after,
 .msos-selection-container * {
    background: transparent !important;
    border: none !important;
}

 .msos-selection-container .msos-option {
    font: normal normal normal 14px/17px Rubik !important;
    letter-spacing: 0 !important;
    color: var(--fontcolor) !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    border-radius: 3px !important;
}

 .msos-selection-container .msos-option:hover .msos-label-text {
    color: var(--yellow) !important;
}

 .msos-selection-container .msos-option.msos-option-selected .msos-label-text {
    color: var(--yellow) !important;
}

 .msos-selection-container .msos-action-buttons .msos-label-text {
    color: var(--fontcolor) !important;
}

 .msos-selection-container .msos-action-buttons .msos-label:hover .msos-label-text {
    color: var(--yellow) !important;
}

 .msos-selection-container .msos-option input[type="checkbox"] {
    margin-right: 8px !important;
}
.msos-filter-container:hover {
  background-color: yellow;

}


/*Multi step FORM End*/

/* ===================== PROGRESS ===================== */
.progress {
    background-color: white;
    border: none;
    box-shadow: none;
}

.pt_servicerequest_Form ol.progress {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 60px;
    isolation: isolate;
}

.pt_servicerequest_Form ol.progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    border-radius: 999px;
    z-index: 1;
    background: var(--light-grey) !important;
}

.pt_servicerequest_Form ol.progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    border: 1px solid var(--light-grey);
    border-radius: 999px;
    pointer-events: none;
    z-index: 3;
}

.pt_servicerequest_Form ol.progress li {
    flex: 1;
    position: relative;
    text-align: center;
    padding-top: 22px;
    background: transparent !important;
    border: 0 !important;
    z-index: 2;
}

.pt_servicerequest_Form ol.progress li.list-group-item-success::before,
.pt_servicerequest_Form ol.progress li.active::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -3px;  
    right: -3px; 
    height: 14px;
    background: var(--primary);
    z-index: 2;
    border-radius: 0;
margin-right: 4px;
}

.pt_servicerequest_Form ol.progress li.list-group-item-success:first-child::before,
.pt_servicerequest_Form ol.progress li.active:first-child::before {
    left: 0;
    border-radius: 999px 0 0 999px;
    margin-left: 4px;
}

.pt_servicerequest_Form ol.progress li.active::before {
    right: 0;
    border-radius: 0 999px 999px 0;
}

.pt_servicerequest_Form ol.progress li:first-child.active::before {
    left: 0;
    right: 0;
    border-radius: 999px;
}
.list-group-item {
    position: relative;   
    display: flex;    
    align-items: center;
    justify-content: center;    
    font: normal normal 500 12px/14px Rubik;
}

.pt_servicerequest_Form ol.progress li {
    font-size: 12px;
    color: var(--primary);
}
.pt_servicerequest_Form ol.progress li.active,
.pt_servicerequest_Form ol.progress li:hover{
    color: var(--primary);
}

/* mobile override */
@media (max-width: 600px) {
    .pt_servicerequest_Form ol.progress {
        flex-direction: column;
        height: auto;
    }
    .pt_servicerequest_Form ol.progress::before,
    .pt_servicerequest_Form ol.progress::after {
        position: relative;
        width: 100%;
    }
    .pt_servicerequest_Form ol.progress li {
        padding-top: 6px;
        text-align: left;
    }
    .pt_servicerequest_Form ol.progress li::before {
        display: none;
    }
}
/* ===================== PROGRESS END===================== */

/* ===================== Footer Start ===================== */ 
.pt-footer {
  background-color: var(--primary);
  height: 194px;
  color: var(--white);
  width: 100%;
  position: absolute; 
  padding: 40px 0;   
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  bottom: 0;
}

.pt-footer-container {
    max-width: 1335px;
    width: 100%;   
    display: flex;   
    justify-content: space-around;    
    gap: 40px;   
    flex-direction: row;     
    margin-right: 4.5vw;
}

.pt-footer-title {
  width: 146px;
}

#pt-footertitle-first {
  font: normal normal bold 28px/28px Rubik;
  text-align: left;
  color: var(--white);
  display: block;
  height: 33px;
}

#pt-footertitle-second {
  font: normal normal 500 20px / 28px Rubik;
  text-align: left;
  color: var(--white);
  display: block;
}

.pt-footer-headline {
  font: normal normal normal 18px/12px Rubik;
  text-align: left;
  color: var(--white);
  height: 22px;
}

.pt-footer-links li a {
  color: var(--white);
  text-align: left;
  font: normal normal normal 14px/17px Rubik;
  text-decoration: none;
  
}

.pt-footer-links li a:hover,
.pt-footer-links li a:active {
  color: var(--yellow);
  text-decoration: underline;
}


.pt-footer-social {
  display: grid;
  grid-template-columns: repeat(2, 40px); 
  grid-gap: 16px 24px; 
}

.pt-icons {
  width: 35px;
  height: 35px;  
  display: flex;
  align-items: center;
  justify-content: center;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}


.pt-social-icon:hover,
.pt-social-icon:active {
  background-color: var(--yellow);
  
}

.pt-insta-icon{
    background-image: url("/pt-insta-img.svg");
}
.pt-facebook-icon{
    background-image: url("/pt-facebook-img.svg");
}
.pt-linkedln-icon{
    background-image: url("/pt-linkedin-img.svg");
    background-size: 100% auto;
}
.pt-youtube-icon{
    background-image: url("/pt-youtube-img.svg");
}
.pt-insta-icon:hover{
    background-image: url("/pt-insta-yellowimg.svg");
    background-size: 100% auto;
}
.pt-facebook-icon:hover{
    background-image: url("/pt-facebook-yellowimg.svg");
}
.pt-linkedln-icon:hover{
    background-image: url("/pt-linkedil-yellowimg.svg");
}
.pt-youtube-icon:hover{
    background-image: url("/pt-youtube-yellowimg.svg");
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block !important;
  width: 52px;
  height: 34px;
  margin-bottom: -8px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B0B0B0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: var(--primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.pt_mileage-wrapper {
    display: inline-flex;
}

/* ===================== Footer End ===================== */ 
.pt_popup_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.pt_popup_overlay.pt-open{
    display: flex;
}
.pt_popup_box {
    background: #f5f5f5;
    padding: 20px 30px; 
    position: relative;   
    max-width: 65%;
    max-height: 90vh;
    overflow-y: auto;
}
.pt_popup_overlay #PTpagingRecords{
    display: none !important;;
}

.pt_popup_header {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-bottom: 20px;
}

.pt_popup_title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.pt_popup_close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.pt_popup_close img {
  width: 20px;
  height: 20px;
}

.pt-poup-form .tab-title {
  display: none;
}

.pt_changerequest_close_firsstep{
    display: none;
    margin-left: 20px;
    background-color: var(--white);
    border: 2px solid var(--primary);
    color: var(--primary);
}

.pt_btn.pt_changerequest_close_firsstep{
    background-color: var(--white);
    border: 2px solid var(--primary);
    color: var(--primary);
}
a.pt_cancele_claim_firsstep,
input.pt_cancele_claim_firsstep{
    display: inline-block;
    background-color: var(--white);
    border: 2px solid var(--primary);
    color: var(--primary);
    
}
a.pt_cancele_claim_firsstep{
     margin-left: 20px;
}
input.pt_cancele_claim_firsstep{
    margin-right: 10px;
}
textarea#pt_description {
    max-width: -webkit-fill-available;
}

#pt_description::placeholder {
  color: rgb(163 147 147 / 60%); 
  font-style: italic;         
}
#pt_description {
  font-style: italic;         
}

button#UploadButton {
    color: var(--white);
    border-radius: 3px;
    padding: 13px 18.5px;
    border-radius: 5px !important;
    font: normal normal bold 14px / 17px Rubik;
    background: var(--primary);
}
button#UploadButton.btn.btn-default:hover{
    color: var(--fontcolor) !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    box-shadow: none;

}
.item.pull-left.btn.btn-default {
    width: auto;
    height: auto;   
}
.item.pull-left.btn.btn-default:hover{
     background-color: var(--primary) !important;
}
div.message.success {
    text-align: center;
    min-width: 50vw;
}

.pt-img-hasattachments {
    width: 20px;
    height: 20px;
    display: inline-block;
}
td[data-attribute="pt_hasattachmentsflag"] {
  display: flex;
  justify-content: center; 
  align-items: center;         
  height: 45px;            
}
.pt-message-record-deleted{
    text-align: center;
    min-width: 50vw;
    background-color: var(--message-background);
    padding: 16px;
    border-radius: 3px;
}
.pt-message-record-deleted{
    font-family: 'Rubik';
    font-size: 16px;
    line-height: 1.42857;
}
.pt-text-firststep {
    padding-left: 20px;
}


/* MEDIA */
@media (max-width: 495px) {
  .btn-group.entity-action-button {
    margin-top: 5px;
  }
}

/* 100% Image Width on Smaller Screens */
/*  Mobile Navigation header start*/
@media (min-width: 1025px) {  
     .pt-menu-dropdown:hover > .pt-dropdown-menu,
      .pt-menu-dropdown:focus-within > .pt-dropdown-menu,
      .pt-menu-dropdown:hover > .dropdown-menu,
      .pt-menu-dropdown:focus-within > .dropdown-menu { 
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
  }
.portal-container,
    .pt-container{
        max-width: var(--extra-large);
    }
.pt-navbar-header {
        display: none !important;
    }
    .pt-menu-dropdown:hover > .pt-dropdown-menu,
        .pt-menu-dropdown:focus-within > .pt-dropdown-menu {
        display: block;
    }

}


@media (min-width: 1025px) and (max-width: 1440px) {
    .portal-container {
        max-width: 100%;
    }
    .pt-header-title {    
        flex: 0 0 150px;    
    }
    #pt-title-mypleasser {
     font-size: 26px;
     line-height: 24px;    
    }
    #pt-title-portal {     
     font-size: 24px;
     line-height: 18px;   
    }
    li.weblink a {
        width: 190px;
        height: 40px;     
    }
/*    .pt-navbar-right-block img {
        margin-top: 7px;
        height: 19px;
    }
*/
    #search, .pt-menuelement-language, .pt-menu-profile {
        width: 40px;    
        height: 40px;
    }
    .pt-navbar-nav a {
        height: 40px;
    }
/*    .pt-flexwrapper > .pt-navbar-collapse {
        gap: 2px;
    }
*/
    
}
@media (min-width: 768px) {
    .col-sm-6 {
       width: auto;
    }
}
/* main mobile */
@media (max-width: 1024px) {


  .pt-navbar .pt-visible-xs {
    display: block;
  }
    .pt-modal-content {
    width: 100%;
  }

  body.menu-open {
    overflow: hidden;
  }

body.menu-open .pt-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
/*    bottom: 0; 
*/
    z-index: 9999;
    background: #fff;
    overflow-y: auto; 
    padding: 1rem;
  }
body.menu-open::after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4); 
      z-index: 1000; 
      pointer-events: auto;
  }
/*   .pt_hero {
    margin-top: 50px;
 }*/
   .pt-navbar {
      width: 100%;
      height: auto;
    min-height: 50px;
}
  .pt-navbar-toggle {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 1100;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
  }
  .pt-navbar-toggle .pt-icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    margin: 4px 0;
    background: var(--primary);
  }

  .pt-header-title,
  .pt-navbar-right-block,
  .pt_homelink { display: none !important; }

  .pt-navbar-collapse {
    display: none !important; 
    flex-direction: column !important; 
    width: 100% !important; 
}

  .pt-navbar-collapse.pt-open { 
    display: flex !important;
    padding: 0 1rem;
    margin-top: 0;
}
 .pt-navbar-collapse .pt-menu-bar {
    margin: 0;
    padding: 4rem 0 0px 1.8rem;
    width: 100%;
    height: auto;
    max-height: 65vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: left;
    gap: 1.25rem;

}
  .pt-navbar-nav { 
    flex-direction: column !important; 
    width: 100% !important;
    gap: 0.5rem;
 }
  .pt-navbar-nav li { width: 100% !important; }
  .pt-navbar-nav a {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 10px 16px !important;
    font-size: 16px !important;
    border: 1px solid #707070;
    border-radius: 6px;
    display: block;
  }

  .pt-dropdown-menu {
        display: none !important;
        position: static !important; 
        width: 100% !important;
        /* background-color: var(--primary) !important; */
         box-shadow: none !important; 
/*         padding: 0 !important; 
         margin: 0 !important; 
*/
        list-style: none !important;
        flex-direction: column;
        padding-left: 1rem;
/*        background-color: var(--primary);
*/
  }
  .pt-menu-dropdown.pt-open > .pt-dropdown-menu { 
    display: flex !important; 
    flex-direction: column;
}

  .pt-dropdown-menu li a {   
    padding: 10px 14px !important;
    display: block !important; 
    font: normal normal normal 14px / 17px Rubik;
    background-color: var(--primary);
/*    background: transparent !important;
*/
  }
  .pt-dropdown-menu li a:hover,
  .pt-dropdown-menu li a:focus { 
    color: var(--yellow) !important; 
    
    }

/*   ul.pt-dropdown-menu.pt-dropdown-sublinks,
*/
   .pt-open ul.pt-dropdown-menu{
    visibility: visible;
    opacity: 1;
    }
    a.pt-menu-profile,
    a.pt-menu-profile:hover,
    a.pt-menu-profile:active,
    a.pt-menu-profile:focus{    
       background-position: left;
       background-repeat: no-repeat;
/*       background-size: 27px 26px;              
*/
    }
     .pt-dropdown-search .input-group{
        display: -webkit-inline-box;
    }
.pt-navbar-toggle::after {
    content: '';
    display: none;
    width: 22px;
    height: 22px;
    background: url('/pt-close-btn.svg') center / contain no-repeat;
    pointer-events: none;
    transform: scale(1.5);
  }


  .pt-navbar-toggle.pt-open .pt-icon-bar {
    display: none;
  }

  .pt-navbar-toggle.pt-open::after {
    display: block;
  }
}


@media (min-width: 1251px) {
    .pt-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 1250px) { 
    .entitylist-filter-option .select2-container {
      width: 100% !important;
      max-width: 100%;
      min-width: 0;
      display: block;
    }    .entitylist-filter-option {
    width: 100%;
  }

  .entitylist-filter-option .select2-container {
    width: 100% !important;
  }

}
    
/*
    .pt-container {
        padding-left: 32px;
        padding-right: 32px;
    }*/

@media (min-width: 992px) {
    .pt-poup-form .col-md-8 {       
        width: 100%;
    }
}

@media (max-width: 992px) {
     .view-toolbar.grid-actions.pt-first-toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        justify-content: flex-start;
    }
    .pt-first-toolbar .pt_btn.pt_action_fsrequest {   
        margin-left: 10px;
    }
    .pagination > li > a, .pagination > li > span{
        height: auto !important;
        width: auto !important;
    }

}
@media (max-width: 700px) {
     .view-toolbar.grid-actions.pt-first-toolbar{
        justify-content: center;
    }
    .view-toolbar.grid-actions.clearfix {
        display: flex;
        flex-wrap: wrap;   
        gap: 8px;
       
    }
}
/*  Mobile Navigation  header end*/
/* media footer start */
@media (max-width: 1550px) {
  .pt-footer-container {
        margin-left: 2vw;
        margin-right: 6vw;    
  }
}


@media (max-width: 1200px) {
  .pt-footer-container {
      margin-left: 2vw;
      margin-right: 4vw;
      gap: 20px;
  }
}

@media (max-width: 1024px) {
  .pt-footer {
     padding: 27px 0;
     height: auto;
  }
  .pt-footer-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 20px;
        margin-left: 12vw;        
        align-items: center;
  }
}
/* media footer end */
