/* News styles */ 

.article-container p, li {
    font-size: 15px;
    line-height: 23px;
}

.article-container li {
    margin-block-start: 0.6em;
}

.article__intro-text {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 40px;
}

.article-container__publish-date-article {
    margin-bottom: 40px;
    color: #535353;
    border: 1px solid #bdbbbb;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}

.article-container .two-columns {
    display: flex;
    justify-content: space-around;
    margin: 33px 0px;
    gap: 20px;
}    

.data-glightbox {
    cursor: pointer;
}


/* Youtube embed styles  */
iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.toc-container__inner::-webkit-scrollbar-thumb {
    background-color: #e7e7e7;
    border-radius: 20px;
}

.toc-container__inner::-webkit-scrollbar {
    background: #ffa50000;
    width: 7px;
}

.download .m-container, .contact .m-container {
    position: relative;
    top: 40px;
}

.latest-release, .previous-releases {
    display: inline-block;
    color: #000;
    opacity: .75;
    padding: 4px 25px 2px;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 13px;
    background-color: #dcdcdc;
}

.previous-releases {
    /*margin-top: 50px;*/
}

.release {
    display: flex;
    flex-direction: column;
    fill: #000;
    border-bottom: 1px solid #bbbbbb7d;
    border-left: 1px solid #bbbbbb7d;
    border-right: 1px solid #bbbbbb7d;
}

.release.release-previous-first {
    border-top: 1px solid #bbbbbb7d; 
}

.release:hover {
    background-color: var(--site-hover-list-row);
}

.release--open {
    background-color: #fff;
    /* outline: 1px solid #c4c4c4; */
    /* border: 0; */
    margin-bottom: 10px;
    /* box-shadow: 0px 0px 15px #0000001f; */
    position: relative;
    /* top: 1px; */
    /* border: 1px solid #000;*/
}

.release--open:hover,
.release-sm.release--open:hover {
    background-color: #fff;
}

.release--hidden {
    display: none;
}

.release__data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*font-weight: 300;    */
    padding: 5px 10px 3px 2px;
    cursor: pointer;
}

.release__logo {
    display: none;
}

.release__logo svg:first-child {
    width: 40px;
    margin-right: 11px;
}

.release__logo svg:last-child {
    width: 248px;
    position: relative;
    /* top: -7px; */
}

.release__version {
    flex: 1;
}

.release__version-icon {
    width: 36px;
    position: relative;
    top: 1px;    
    opacity: .5;
}

.release__date, .release__notes-link {
    margin-right: 50px;
}

.release__version-small {
    display: block;
    font-size: 12px;
    opacity: .5;
    line-height: 11px;
}

.release__date {
    font-size: 14px;
}

.release__link, .release__link:link, .release__link:active, .release__link:visited, .release__notes-link, .release__notes-link:link, .release__notes-link:active, .release__notes-link:visited {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    color: #000;
}

.release__link svg, .release__notes-link svg {
    display: inline-block;
    width: 36px;
}

.release__link svg {
    position: relative;
    top: 3px;
}

.release__link:hover, .release__link:hover svg, .release__notes-link:hover, .release__notes-link:hover svg {
    color: #0092d6;
    fill: #0092d6;
}

.release__notes {
    display: none;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid #0000002e;
    padding: 11px 20px;
 
}

.release__notes ul {
    padding-inline-start: 30px;   
}

.release__notes-heading {
    padding-top: 7px;
}

.release__notes li {
    padding-bottom: 0px;
}

/* New article overview styles */ 

.news-articles-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;    
}

.news-article__link, .news-articles-container::after  {
    border: 1px solid #00000029;
    padding: 20px;
    flex-grow: 1;
    width: 100%;
    /* flex: 1 1 25%; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px #00000008; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-articles-container::after {
  content: "";
  visibility: hidden;
}

.news-article__link:hover {
    border: 1px solid #00b2db;
}

.news-article__header {

}

.news-article__date {
    font-size: 12px;
    color: #000;
}
.news-article__title {
    font-size: 17px;
}
.news-article__description {
    color: #000;
    margin-top: 20px;
    font-weight: 400;
}

/* Modifications for latest release */
.release.release--latest {
    background-color: #ffffff;
    border: 1px solid #0000003b;
    border-radius: 3px;
    outline: none;
    fill: #2f2f2f;
    color: #000;
    /* box-shadow: 0px 0px 15px #0000001f; */
    overflow: hidden;
}

.release.release--latest:hover {
    outline: none;
}

.release--latest .release__data {
    padding: 11px 45px 11px 24px;
    font-size: 25px;
    background-color: #eaeaea;
    cursor: initial;
}

.release--latest .release__logo {
    display: block;
    flex: 1;
}

.release--latest .release__version {
    flex: initial;
    margin-right: 50px;
}

.release--latest .release__version-small {
    line-height: 20px;
}

.release--latest .release__version-icon {
    display: none;
}

.release--latest .release__date {
    font-size: inherit;
}

.release--latest .release__date-dash {
    opacity: .50;
    font-size: 18px;
    position: relative;
    top: -2px;
    padding: 0px 3px;
}

.release--latest .release__notes-link {
    display: none;
}

.release--latest .release__date-small {
    display: block;
    font-size: 12px;
    opacity: .5;
    line-height: 20px;
}

.release__date-small {
    display: none;
}

.release--latest .release__link {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding-left: 41px;
    border-left: 1px solid #97979754;
}

.release--latest .release__link:hover {
    color: #0092d6;
}

.release--latest .release__link svg {
    width: 52px;
    margin-bottom: 0px;
}

.release--latest .release__notes {
    display: block;
    padding: 22px 45px 12px;
    border-color: #00000026;
}

.all-releases-btn, .all-releases-btn:link, .all-releases-btn:active, .all-releases-btn:visited {
    padding: 11px 36px 8px;
    line-height: 18px;
    color: #000;
    margin: 0 auto;
    background-color: #a7a7a729;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #a4a4a4;
    width: 30%;
    display: block;
    margin-top: 35px;
    text-align: center;
}

.all-releases-btn:hover {
    color: #fff;
    fill: #fff;
    background-color: #06afff;
    border-color: #06afff;
}

/*

.release-sm {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #0000003b;
    border-radius: 3px;
    outline: none;
    fill: #2f2f2f;
    color: #000;
    box-shadow: 0px 0px 15px #0000001f;
    overflow: hidden;
    padding: 15px 45px 15px 50px;
    margin-top: 10px;
    margin-bottom: 50px;
    align-items: center;
}

*/

.release-sm {
    background-color: #ffffff;
    border: 1px solid #0000003b;
    border-radius: 3px;
    outline: none;
    fill: #2f2f2f;
    color: #000;
    /* box-shadow: 0px 0px 15px #0000001f; */
    overflow: hidden;
    margin-top: 10px;
    
}

.release-sm__space-after {
    margin-bottom: 50px;
}

.release-sm__inner-container {
    display: flex;
    padding: 15px 45px 15px 45px;
    align-items: center;
    justify-content: space-between;
}

.release-sm__has-notes:hover {
    background-color: var(--site-hover-list-row);
    cursor: pointer;
}


.release-sm__logo-container {
    width: 30px;
    margin-right: 21px;    
}

.release-sm__title-container {
}

.release-sm__title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.release-sm__description {
    font-size: 14px;
    line-height: 21px;
}

.release-sm__info-container {
    display: flex;
    align-items: center;
}

.release-sm .release__link {
    /*
    border-left: 1px solid #97979754;
    padding-left: 26px;
    */
}

.release-sm__download-arrow {
    
}

.release-sm__download-link {
    padding-left: 8px;
}

.release-sm__history {
    padding-left: 20px;
}

.release-sm .release__notes {
    /* padding: 11px 20px; */
    padding: 22px 45px 12px;
}

/* Support page styles */

.m-container__section {
    margin-top: 50px;
}

.m-container__section-heading {
    font-size: 25px;
    border-top: 1px solid #0000003d;
    padding-top: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 12px;    
}

.m-container__section-text {
    margin-bottom: 20px;
}

.sample-files {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.sample-files__sample {
    flex: 1 0 45%;
}

.sample-files__sample img{
    width: 100%;
}

@media screen and (max-width:900px) {
    .sample-files__sample {
        flex: 1 0 45%;
    }
}

@media screen and (max-width:600px) {
    /*
    .sample-files {
        gap: 0px;
    }

    .sample-files__sample {
        flex: 1 0 100%;
    }
    */
}

/* Contact page styles */
.contact .m-container {
    display: flex;
    justify-content: flex-start;
}

.form {
    width: 65%;
}

.form-container {
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
    outline: 1px solid #a9a9a952;
    /*box-shadow: 0px 0px 15px #0000001f;    */
}

.form-header {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
    background-color: #ffffff;
}

.form-header__step {
    border-right: 1px solid #e3e3e3;
}

.form-header__heading {
    /*padding-left: 15px;*/
    padding: 10px 19px;
}

.form-content {

    /* padding: 25px; */
}

.form-content__group, .button-wrapper {

    /* margin-bottom: 30px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 25px 15px;
    border-bottom: 1px solid #c9c9c980;
    border: initial;
}

.form-content__group-options {
    padding: 25px;
}

.form-content__radio-container {
    padding: 6px 0px;
}

.form-content__radio {
}

.form-content__radio-label {
    padding-left: 10px;
}

.form-content__input-container {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 16px;
}

.form-content__input-container--fullwidth {
    width: 100%;
}

.form-content__input-container-state {
    display: none;
}

.form-content__input-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.form-content__label-required {
}

abbr[title] {
    text-decoration: none;
    color: #ca0000;
}

.form-content__input-text {
    padding: 10px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.form-content__input-textarea {
    width: 100%;
}

.form-content__submit-btn {
    padding: 14px 49px 13px;
    line-height: 18px;
    color: #fff;
    background-color: #0088c8;
    border-radius: 2px;
    white-space: nowrap;
    text-align: center;
    display: block;
    border: 0;
}

.form-content__submit-btn:hover {
    color: #fff;
    fill: #fff;
    background-color: #06afff;
}

.company-info {
    margin-left: 40px;
    margin-top: 0px;
    width: 35%;
}

.company-info__heading {
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    font-size: 23px;
    font-family: 'Inter', sans-serif;
}

.company-info__heading2 {
    margin-bottom: 20px;
    font-size: 18px;
}

.company-info__logo {
    width: 200px;
    margin-bottom: 30px;
}

.company-info__text {
    /*font-weight: 300;*/
}

/* Pricing page styles */
.pricing-item__container {
    display: flex;
    flex-direction: row;
    padding: 10px 0px 9px 0px;
    color: #000;
    justify-content: space-between;
    border-top: 1px solid #bbbbbb7d;
}

.pricing-item__name {
    font-size: 14px;
    flex: 3;
}

.pricing-item__price {
    font-size: 20px;
    flex: 1;
    text-align: right;
}

.pricing-item__price-link {
    flex: 1;
    text-align: right;
}

.pricing-item__space {
    flex: 1;
    display: none;
}

.pricing-try-banner__container {
    margin-top: 70px;
}

/* Support page styles  */
.support-item__container {
    /*margin-top: 20px;*/
}

.support-item__link, .support-item__link:link, .support-item__link:active, .support-item__link:visited {
    display: flex;
    flex-direction: row;
    fill: #000;
    padding: 4px 15px 4px 15px;
    color: #000;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #bbbbbb7d;
}

.support-item__link:last-child {
    border-bottom: 1px solid #bbbbbb7d;
}

.support-item__link:hover {
    background-color: var(--site-hover-list-row);
}

.support-item__link::after {
    content: url('../images/link-arrow-side.svg');
    width: 36px;
    height: 36px;
}

.video-tutorials {
    display: flex;
    margin-top: 24px;    
    gap: 20px;    
    flex-wrap: wrap;    
}

.video-tutorials__video-container {
    flex: 1 0 25%;
    background-color: #2b2b2b;
    border: 1px solid #00000036;
}

.video-tutorials__video-container:hover {
    border: 1px solid #0088c8;
    background-color: #0088c8;
    cursor: pointer;
}

.video-tutorials__video-link {
    display: block; 
}

.video-tutorials__play-icon {
    display: none;
    position: absolute;
}

.video-tutorials__play-icon svg{
    width: 20px;
}

.video-tutorials img {
    width: 100%;
    /* box-shadow: 0px 0px 10px #00000008; */
    /* border: 1px solid #00000012; */
}

.video-tutorial__title {
    font-size: 18px;
    margin-bottom: 10px;
    /* margin-top: 0px; */
    padding: 15px 15px 0px 15px;
    color: #fff;
}

.video-tutorial__time {
    margin-left: 6px;
    font-size: 13px;
    color: rgb(255 255 255 / 65%);
}

.video-tutorial__description {padding: 5px 15px 15px 15px;color: #fff;}

.video-tutorial__description-ul {
    padding-left: 23px;
    padding-inline-start: 23px;
}

.video-tutorial__description-li {
    padding-top: 0px;
}

/* Default article page styles  */
.default-article .m-container {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
}

.default-article-container {
    background-color: #fff;/* flex: 2; */
    width: 280px;
    /* box-shadow: 0px 0px 15px #0000001f; */
    /* border: 1px solid #00000029; */
    padding: 0px;
    box-sizing: border-box;
    margin-left: 40px;
}

.default-article-container__content {
    border: 1px solid #00000029;
    border-radius: 3px;    
}

.default-article-container li {
    list-style: none;
    padding: 7px 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-block-start: 0;
}

.default-article-container li:last-child {
    border-bottom: none;
}

.default-article-container li:hover {
    background-color: #f6f6f6;
}

.default-article-container a:hover {
    opacity: 1;
}

.default-article-container__publish-date {
    font-size: 12px;
    color: #000;
}

.default-article-container__title {font-weight: 400;font-size: 14px;}

.default-article-container__mobile-header-close-btn {
    fill: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 10px;
}

.default-article-container__mobile-header-close-btn svg { 
    width: 30px;
}

/* Support article page styles  */
.support-article .m-container {
    display: flex;
    margin-top: 50px;
}

.toc-container {background-color: #fff;/* flex: 2; *//* padding: 20px; */margin: 18px 30px 0 0;width: 280px;box-shadow: 0px 0px 15px #0000001f;border-radius: 5px;padding: 5px; box-sizing: border-box;}

.toc-container--mobile {
    width: 100%;
    height: 100%;
    margin: initial;
    display: none;
    position: fixed;
    z-index: 999;    
}

.toc-container__content {
    /* overflow-y: scroll; */
    /* height: 100%; */
    /* height: 100vh; */
    margin-bottom: 15px;
    margin-right: 10px;
}

.toc-container__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    /* padding-top: 20px; */
    /* border: 1px solid #b7b7b7; */
    /* padding-bottom: 20px; */
    border-radius: 3px;
    /* color: #000; */
    overflow-y: scroll;
    /* height: 100%; */
    height: 100vh;
}

.toc-container__mobile-header {
    display: none;
}

.toc-container__mobile-header-close-btn {
    fill: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 10px;
}

.toc-container__mobile-header-close-btn svg { 
    width: 30px;
}

.toc-container__select {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.toc-container__select-label {
    display: block;
    font-size: 12px;
    opacity: .5;
    margin-bottom: 5px;
}

.toc-container__section-select {
    background-color: #ffffff;
    color: #000;
    font-size: 14px;
    padding: 7px;
    /*font-weight: 300;*/
    width: 100%;
    text-overflow: ellipsis;
    border-color: #cfcfcf;
}

.toc-container__item {
    display: block;
    margin-bottom: 20px;
}

.toc-container__inner ol {
    padding-left: 15px;
    list-style: none;
    /* padding-right: 15px; */
    /* border-bottom: 1px solid #00000030; */
}

.toc-container__inner li {
    padding: 5px 0px;
    border-bottom: 1px solid #00000014; 
    margin-block-start: 0;
}

.toc__level-0 > li {
    border-bottom: 1px solid #00000030;
    margin-bottom: 0px;
}

.toc-container__inner a {
}

.toc-container__inner a, .toc-container__inner a:link, .toc-container__inner a:active, .toc-container__inner a:visited {
    opacity: .75;
    font-size: 14px;
    color: #000;
    display: block;
}

.toc-container__inner li:hover {
    background-color: #f6f6f6;
}

.toc-container__inner a:hover {
    opacity: 1;
}

.article-container {
    flex: 1;
}

.article-container__image-container {
    display: inline-block;
    padding: 30px;
    border: 1px solid #d8d8d8;
    background-color: #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.article-container img {
    max-width: 100%;
    max-height: 430px;
    /* outline: 1px solid #0000001a; */
    box-shadow: 0 2px 10px #0000000f;
}


@media screen and (max-width:1050px) {
    .contact .m-container {
        flex-direction: column;
    }

    .form {
        width: 100%;
    }

    .company-info {
        margin-left: 0px;
        margin-top: 50px;
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .pricing-item__space {
        display: none;
    }

    .video-tutorials__video-container {
        flex: 1 0 50%;
    }

    .default-article-container {
        position: fixed;
        top: 0;
        left: 0; 
        overflow-y: scroll;
        height: 100%;
        height: 100vh;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        border-radius: 0;
        width: 100%;
        display: none;
    }

    .toc-container {
        display: none;
    }

    .toc-container__mobile-header {
        display: block;
    }

    .article-container {
        margin-top: 50px;
    }
}

@media screen and (max-width:700px) {

    .release__data {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .release--latest .release__data {
        padding: 40px 0px 35px;
        flex-direction: column;
        font-size: 22px;
        width: 100%;
    }

    .release__logo svg:first-child {
        width: 40px;
        margin-right: 10px;        
    }

    .release__logo svg:last-child {
        width: 300px;
        top: -7px;
    }

    .release--latest .release__version {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0px;
        text-align: center;
    }

    .release--latest .release__date {
        margin-bottom: 20px;
        margin-right: 0px;  
        text-align: center;      
    }

    .release--latest .release__link {
        padding-left: 0px;
        border-left: initial;
    }

    .release--latest .release__notes {
        padding: 20px 20px;
    }    

    .release__version {
    }

    .release__date {
        font-size: 14px;
        margin-right: 5px;
        text-align: right;
    }

    .release__notes-link, .release__notes-link:link, .release__notes-link:active, .release__notes-link:visited {
        display: none;
    } 

    
    .release__link > span, .release__date > span {
        /*
        position: relative;
        top: 8px;
        */
    }
    
    .release__link svg, .release__notes-link svg {
        position: relative;
        top: -3px;
    }

    .release-sm__download_arrow {
        position: relative;
        top: 7px;
    }

    .release-sm__inner-container { 
        padding: 15px 20px 5px 20px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .release-software-manager .release-sm__info-container {
            position: relative;
            left: -10px;
    }

    .video-tutorials {
        flex-direction: column;
    }

    .video-tutorials__video-container {
        flex: 1 0 100%;
    }

    .toc-container {
        border-radius: 0;
    }

    .toc-container__inner li {
        padding: 10px 0px;
    }

    .toc-container__inner a, .toc-container__inner a:link, .toc-container__inner a:active, .toc-container__inner a:visited {
        font-size: 16px;
    }

    .toc-container__inner ol:first-child {
        padding-left: 10px;
    }

    .toc-container__inner ol {
        padding-left: 25px;
    }

    .form-content__group, .button-wrapper {
        padding: 15px 15px 15px;
    }

    .form-content__input-container {
        width: 100%;
    }

}



