@font-face{font-family:'Lato-Regular';font-weight:400;font-style:normal;src:local('Lato2-Regular'),local('Lato 2 Regular'), url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');}
@font-face{font-family:'Lato-Medium';font-weight:500;font-style:normal;src:local('Lato2-Medium'),local('Lato 2 Medium'), url('https://static.zohocdn.com/webfonts/lato2medium/font.woff2') format('woff2');}
@font-face{font-family:'Lato-Semibold';font-weight:600;font-style:normal;src:local('Lato2-Semibold'),local('Lato 2 Semibold'), url('https://static.zohocdn.com/webfonts/lato2semibold/font.woff2') format('woff2');}
body{
    font-family:'Lato-Regular';
    margin:0;
    padding:0;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 62px;
    background: #06113A;
    padding: 5px 10px;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}
.zoff-loader-circle-sm {
    width: 23px;
    height: 23px;
    box-sizing: content-box;
    display: block;
    border: 3px solid #428FF2;
    border-left-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    background-image: none;
    opacity: 1;
    margin: 2px;
    transition: opacity .5s;
    animation: loader-circle 1s linear infinite;
    flex-shrink: 0;
}
.zoff-loader-title {
    font-family:'Lato-Semibold';
    font-size: 16px;
    color: #ffffff;
    margin: 10px;
}
.zoff-loader-title:parent() {
   color: red;
}
@keyframes loader-circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
.zoff-clr-wt {
    color: #ffffff;
}
.zoff-top-margin-small {
    margin-top: 5px;
}
.zoff-top-margin-medium {
    margin-top: 10px;
}
.zoff-top-margin-large {
    margin-top: 15px;
}
.zoff-top-margin-xl {
    margin-top: 20px;
}
.zoff-right-margin-small {
    margin-right: 5px;
}
.zoff-right-margin-medium {
    margin-right: 10px !important;
}
.zoff-right-margin-large {
    margin-right: 20px;
}
.ui-left-pad-xl {
    padding-left: 20px;
}
.zoff-hide {
    display: none;
}
.zoff-flex {
    display: flex;
}
.zoff-flex-column {
    flex-direction: column;
}
.zoff-flex-spc-btwn {
    justify-content: space-between;
}
.zoff-flex-center {
    justify-content: center;
    align-items: center;
}
.zoff-flex-vcenter {
	align-items: center;
}
.zoff-flex-end {
    justify-content: flex-end;
    align-items: flex-end;
}
.zoff-flex-1 {
    flex: 1;
}
.zoff-tab {
    background-color: #1E3998;
    height: 50px;
    padding: 0 20px;
}
.zoff-title {
    font-family:'Lato-Semibold';
    font-size: 16px;
    color: #ECF4FF;
    text-transform: uppercase;
}
/* Style the buttons that are used to open the tab content */
.zoff-tablinks-container {
    position: relative;
    top: 3px;
}
.zoff-tablinks {
    display: flex;
    font-family:'Lato-Semibold';
    font-size: 12px;
    line-height: 15px;
    color: #D3D3ED;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 15px 17px 15px;
    text-transform: uppercase;
    transition: 0.3s;
}
/* Create an active/current tablink class */
.zoff-tablinks:hover, .zoff-tablinks.active {
    color: #ffffff;
    background-color: #0F2571;
}
/* reports table styles */
.tablelist th {
  border: 1px solid #ddd;
  padding: 5px;
  font-family:Arial;
  text-transform: uppercase;
}
.tablelist td {
  border: 1px solid #ddd;
  padding: 0px;
  font-family:Arial;
}
.tablelist tr:nth-child(even){background-color: #f2f2f2;}
.tablelist tr:hover {background-color: #ddd;}
.tablelist th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #87caf2;
  color: black;
}
/* Style the tab content */
.zoff-tabcontent-parent[style="display: none;"] ~ .wrapper {
    height: calc(100vh - 50px);
}
.tabcontent {
    display: none;
    font-family: 'Lato-Semibold';
    font-size: 13px;
    padding: 12px 12px;
    color: #D3D3ED;
    background-color: #0F2571;
    height: 50px;
    padding: 0 20px;
    align-items: center;
}
.tabcontent label {
    margin-right: 8px;
}
.zoff-select-box {
    display: flex;
    align-items: center;
    font-family:'Lato-Regular';
    font-size: 13px;
    color: #ffffff;
    line-height: 16px;
    border: 1px solid rgba(255,255,255,0.5); 
    border-radius: 4px;
    height: 26px;
    padding: 0 25px 0 10px;
    background: url("data:image/svg+xml,%3Csvg height='16px' width='16px' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='3.5,6.5 4.5,5.5 8,9 11.5,5.5 12.5,6.5 8,11'%3E%3C/polygon%3E%3C/svg%3E") no-repeat right;
    -webkit-appearance: none;
    background-position-x: calc(100% - 5px);
    cursor: pointer;
}
.zoff-select-box:focus {
    outline: none;
    box-shadow: none;
}
.zoff-button {
    font-size: 13px;
    min-width: 70px;
    align-items: center;
    border: 1px solid #428FF2;
    border-radius: 4px;
    height: 26px;
    color: #428FF2;
    padding: 0 10px;
    -webkit-appearance: none;
    background-color: #ffffff;
    cursor: pointer;
}
.zoff-button-primary {
    color: #ffffff;
    background-color: #428FF2;
}
.zoff-button-primary a {
    color: #fff !important;
}
.zoff-button-normal {
    border-color: #ccc;
    color: #000;
    background-color: #f5f5f5;
}
.zoff-input {
    align-items: center;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    height: 26px;
    color: #FFF;
    padding: 0 10px;
    -webkit-appearance: none;
    background-color: #0f2471;
}
.zoff-input:read-only {
    cursor: default;
    border-color: #E1E1EC;
    background-color: #F2F2F7;
}
.zoff-input:focus {
    outline: none;
    box-shadow: none;
}
.zoff-input-file[type="file"]::file-selector-button {
    font-size: 13px;
    min-width: 70px;
    align-items: center;
    border: 1px solid #428FF2;
    border-radius: 4px;
    height: 26px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    background-color: #428FF2;
    cursor: pointer;
}
.zoff-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.zoff-icon-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    fill: #424260;
}
.tagtext {
    font-size: 10px;
    font-style: italic;
    padding: 4px 9px;
    background-color: #FFD59E;
    border-radius: 10px;
    color: #0F0F26;
}
.zoff-content-area {
    width: 341px;
    height: auto;
    z-index: 100;
    position: absolute;
    top: 108px;
    color: #0F0F26;
    border: 1px solid rgba(85,85,116,0.3);
    resize: both;
    box-shadow: 0 4px 13px 0 rgba(15,15,38,0.3);
}
.zoff-content-area-header {
    font-family:'Lato-Semibold';
    font-size: 18px;
    line-height: 22px;
}
.zoff-content-area-input {
    width: 100%;
    height: 34px;
}
.zoff-content-area-editor {
    font-family:'Lato-Regular';
    height: 260px;
    overflow: scroll;
    border: 1px solid #E1E1EC;
    padding: 12px;
    border-radius: 4px;
}
.zoff-content-area label {
    margin-bottom: 8px;
}
.zoff-dialog {
    padding: 0;
    border: 0;
    box-shadow: 0 4px 13px 0 rgba(15,15,38,0.3);
}
.zoff-dialog:before {
    content: ''; 
    width: 100%;
    height: 100%;
    background-color: rgba(15,15,38,0.5); 
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.zoff-dialog-container {
    padding: 15px 20px 20px;
    background-color: #ffffff;
    border-radius: 6px;
}
.zoff-dialog-container input, .zoff-dialog-container .zoff-select-box {
    font-family:'Lato-Regular';
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #E1E1EC;
    border-radius: 4px;
}
.zoff-dialog-aws {
    width: 601px;
    height: 343px;
}
.zoff-dialog-aws input, .zoff-dialog-aws .zoff-select-box {
    width: 332px;
    height: 40px;
    flex-shrink: 0;
}
.zoff-dialog-aws .zoff-content-area-header {
    font-size: 20px;
    color: #0F0F26;
}
.zoff-dialog-aws label {
    color: #424260;
}
.zoff-dialog-aws .zoff-icon-close {
    width: 25px;
    height: 25px;
}
.zoff-dialog-container .zoff-button {
    height: 30px;
}
.zoff-dialog label {
    width: 50%;
}
.zoff-dialog .zoff-input {
    min-width: 198px;
}
.zoff-dialog .zoff-select-box {
    color: #0F0F26;
	background-image: url("data:image/svg+xml,%3Csvg height='20px' width='20px' viewBox='0 0 16 16' fill='000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='3.5 6.5 4.5 5.5 8 9 11.5 5.5 12.5 6.5 8 11'%3E%3C/polygon%3E%3C/svg%3E");
}
.zoff-collab-choose-type {
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.5);
}
.zoff-collab-choose-type input {
    margin: 0 5px 0 0;
}
.zoff-contact-dialog {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    width: 500px;
    height: 570px;
    /*transform: translate(-50%, -50%);*/ 
}
.zoff-contact-dialog iframe {
    border: 1px solid #ffffff;
}
/* console styles*/
*, *::before, *::after {
    box-sizing: border-box;
}
 body {
    margin: 0;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    width: 100vw;
    background: #ffffff;
}
.pane {
    padding: 21px;
    color: #fff;
    min-width: 200px;
    position: relative;
}
.console {
    position: relative;
}
.zoff-console-container {
    background-color: #0A194C;
    padding: 0;
}
.zoff-console-dropdown-input {
	display: none;
}
.zoff-trigger-label {
    font-family:'Lato-Semibold';
    font-size: 16px;
    text-transform: uppercase;
    padding: 21px 10px 11px;
    display: flex;
    width: 100%;
    background-color: #0A194C;
    cursor: pointer;
}
.zoff-console-portion {
    transition: padding 0.5s ease;
}
.zoff-console-section {
    background-color: #192757;
    max-height: 0;
    transition: max-height 0.5s ease, padding 0.5s ease;
}
.zoff-console-section:hover .zoff-button.zoff-hide {
    display: flex;
}
.zoff-console-dropdown-input:checked ~ .zoff-console-container .zoff-console-section {
    max-height: 200px;
    padding: 0 10px 10px;
    transition: max-height 0.5s ease, padding 0.5s ease;
}
.zoff-console-dropdown-input:checked ~ .zoff-console-container .zoff-console-portion {
    padding: 0 20px 20px;
    transition: padding 0.5s ease;
}
.zoff-arrow-icon {
    width: 28px;
    height: 28px;
    background-color: #428FF2;
    border-radius: 8px;
    position: relative;
}
.zoff-arrow-icon:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 47%;
    border-style: solid;
    border-color: white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform 0.4s ease-in-out;
}
.zoff-console-dropdown-input:checked ~ .zoff-console-container .zoff-arrow-icon:before {
    transform: translate(-40%, -70%) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}
.zoff-console-title {
    font-family:'Lato-Semibold';
    font-size: 20px;
    color: #A3C1FF;
    height: 41px;
    position: sticky;
    top: 0;
    margin: 0 -10px;
    padding: 5px 0 10px;
    background-color: #0b194c;
}
.gutter {
    width: 100%;
    height: 10px;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    cursor: row-resize;
}
/*Console code theme css*/
.zoff-pln {
    color: #C1C1D7;
}
.zoff-str, .zoff-prh {
    color: #FFAE5F;
}
.zoff-console-response .zoff-prh {
    color: #BED53B;
}
/* Custom settinga */
.dropdown-check-list {
    position: relative;
    font-family:'Lato-Regular';
}
.dropdown-check-list .anchor {
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 0 25px 0 10px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    height: 26px;
}
/*checkbox dropdown*/
.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3px;
    right: 10px;
    top: 43%;
    transform: translatey(-50%) rotate(-45deg);
    transition: transform 200ms ease-in-out;
    transform-origin: center;
}
.dropdown-check-list.visible .anchor:after {
    transform: rotate(135deg);
}
.dropdown-check-list ul.items {
    position: absolute;
    min-width: 120px;
    padding: 0;
    display: none;
    margin: 0;
    background: #333a5c;
    border: 1px solid #575e7c;
    border-top: none;
    z-index: 2;
}
.dropdown-check-list ul.items li {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px 10px;
    list-style: none;
}
.dropdown-check-list ul.items input {
    margin: 0 10px 0 0;
    cursor: pointer;
}
.dropdown-check-list.visible .items {
    display: block;
}
.zoff-iframe {
    border: 1px solid #E95601;
}
.zoff-iframe-tag {
    position: absolute;
    bottom: calc(100% - 21px);
    font-family:'Lato-Semibold';
    font-size: 10px;
    color: #ffffff;
    padding: 1px 4px;
    background-color: #E95601;
    border-radius: 2px 2px 0 0;
}
.zoff-badge {
    font-size: 11px;
    line-height: 11px;
    min-width: 16px;
    min-height: 16px;
    padding: 3px 5px;
    border-radius: 10px;
    background: #fe001c;
    position: relative;
    top: -5px;
    left: 3px;
    align-items: center;
    justify-content: center;
}
/*collaborator iframe css*/
.zoff-collab-ui {
    padding: 10px;
}
.zoff-collab-ui iframe {
    border: 1px solid #E95601;
}
.zoff-collab-ui .zoff-select-box {
    color: #0F2571;
    border-color: rgba(15,36,113,0.5);
    background: url("data:image/svg+xml,%3Csvg height='16px' width='16px' viewBox='0 0 16 16' fill='%230F2571' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='3.5,6.5 4.5,5.5 8,9 11.5,5.5 12.5,6.5 8,11'%3E%3C/polygon%3E%3C/svg%3E") no-repeat right;
}