

























































































































































































































































































































































































































  /* custom scrollbar styles */
.custom-scroll[data-v-71d74cbb]::-webkit-scrollbar-thumb {
    background:#B5BFD3 !important;
    background-color: #B5BFD3 !important;  
    border-radius: 8px !important;
}
.custom-scroll[data-v-71d74cbb]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.template-margin[data-v-71d74cbb]{
    margin: 0px 0px 0px 24px;
}
.scrolled[data-v-71d74cbb]{    
    padding-right: 16px;
    overflow: auto;
}
.no-scroll[data-v-71d74cbb]{   
    margin: 0px 0px 0px 24px !important;
    padding-right: 24px;    
    overflow: visible;
}
.title-text[data-v-71d74cbb]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
}
.sub-title-text[data-v-71d74cbb]{
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    color: #364462;
}
.v-list[data-v-71d74cbb]{   
    border-radius: 4px !important;
}
.v-list-item[data-v-71d74cbb]{   
    width: 100%;
    height: 72px;
    margin-bottom: 8px;
    padding-right: 0px !important;
    border-radius: 4px;
    border: 1px solid #E5EAF6;
}
.v-list-item__action[data-v-71d74cbb]{
    margin-right: 0px;
}
.v-list-item__title[data-v-71d74cbb] {  
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px !important;
    text-align: left;
    color: #364462;
    text-decoration: none;
}
.v-list-item[data-v-71d74cbb]:hover, .v-list-item[data-v-71d74cbb]::before {
    background-color: transparent;
}
.arrow[data-v-71d74cbb] {
    border-color: #364462;
}
.avatar-gray[data-v-71d74cbb]{
    background-color: #EBF1FE;
    font-size: 14px;    
    color: #364462;
    margin-right: 20px !important;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
    display: block;
}
.additional-list[data-v-71d74cbb]{
    border: 1px solid #E5EAF6;
}
.additional-list .v-list-item[data-v-71d74cbb]{
    border: 1px solid #E5EAF6;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #E5EAF6 !important;
}
.additional-list .last-item[data-v-71d74cbb]{
    border-bottom: none !important;    
    margin-bottom: -4px;
}
.additional-list .v-list-item__title[data-v-71d74cbb]{
    font-size: 14px;
}
.additional-list .v-list-item__subtitle[data-v-71d74cbb]{    
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #364462 !important;
}
.template-footer[data-v-71d74cbb]{   
    position: fixed;
    bottom: 0;     
    height: 56px;
    width: 100%;
    padding-left: 24px;    
    -ms-flex-line-pack: center;    
        align-content: center;
    background: white;
    border-top: 1px solid #E5EAF6;

    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #364462;
a{
      color: #3773F5;
      text-decoration: none;
      -ms-flex-line-pack: center;
          align-content: center;
}
}
[data-v-71d74cbb] .dialog-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
    min-height: 200px;
}
[data-v-71d74cbb] .v-dialog-right {    
  right: 0px !important;
  top: auto !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0px !important;    
  border-radius: 0px !important;    
  background: white !important;
}


/* Custom slide-right transition for slower opening */
[data-v-71d74cbb] .custom-slide-right-enter-active {
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}
[data-v-71d74cbb] .custom-slide-right-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}
[data-v-71d74cbb] .custom-slide-right-enter {
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
}
[data-v-71d74cbb] .custom-slide-right-leave-to {
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
}


h3[data-v-71d74cbb] {
  color: var(--gp-navy);
  font-size: 20px;
}
p[data-v-71d74cbb] {
  color: var(--gp-navy);
  line-height: 20px;
}
.disabled-item[data-v-71d74cbb] {
  pointer-events: none;
}
