﻿
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 2px;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1, h2 {
    color: #333;
}

ul {
    list-style-type: none;
    padding: 0;
}

    ul li {
        padding: 10px 0;
    }

a {
    color: #007BFF;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

hr {
    border: 1px solid #f4f4f1;
}

.ceo-profile-card {
    background-color: #1a45ff71;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 3px #f9f9f9;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

    .ceo-profile-card img {
        width: 150px;
        height: 150px;
        border: 5px solid white;
        border-radius: 100%
    }

    .ceo-profile-card h1 {
        font-size: 35px
    }

    .ceo-profile-card p {
        font-size: 21px
    }

    .ceo-profile-card a {
        color: yellow
    }

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: vertical;
}

input[type = checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

select {
    background-color: white;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Arial, Verdana,'Times New Roman',sans-serif;
    margin: 0;
    color: #404040;
    overflow-x: hidden;
}

    body a {
        text-decoration: none;
        color: black;
    }

        body a:hover {
            text-decoration: underline;
            color: orangered;
        }

    body h1, h2, h3 {
        font-weight: 600;
        font-size: 30px;
    }

.scrl-green {
    scrollbar-color: limegreen black;
    /*scrollbar-width: auto;*/
    scrollbar-width: thin;
    overflow-x: hidden;
    cursor: default;
}

    .scrl-green::-webkit-scrollbar {
        width: 10px;
    }

    .scrl-green::-webkit-scrollbar-track {
        background: black;
        box-shadow: inset 0 0 1px limegreen;
    }

    .scrl-green::-webkit-scrollbar-thumb {
        background: limegreen;
        border-radius: 2px
    }

        .scrl-green::-webkit-scrollbar-thumb:hover {
            background: red;
        }


html {
    scrollbar-color: white #328db5;
    scrollbar-width: auto;
    /* scrollbar-width: thin;*/
    overflow-x: hidden
}

    html::-webkit-scrollbar {
        width: 15px;
    }

    html::-webkit-scrollbar-track {
        background: #328db5;
        box-shadow: inset 0 0 1px #328db5;
    }

    html::-webkit-scrollbar-thumb {
        background: white;
        border-radius: 2px
    }

        html::-webkit-scrollbar-thumb:hover {
            background: red;
        }

ul {
    list-style: square;
}

.header {
    /*font-size: 30px;*/
    background-color: white;
    border-bottom: 1px solid #ececec;
    /*height: 50px;*/
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20000;
    clear: both;
}

.doc-author-profile-picture {
    height: 120px;
    width: 120px;
    border-radius: 200px;
    border: solid 2px white;
    margin-left: 110px;
    margin-top: -80px;
    position: relative;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arrowat-billboard {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}

.arrowat-billboard-caption {
    position: absolute;
    margin-top: 410px;
    width: auto;
    background: rgba(0, 114, 255, 0.59);
    color: white;
    font-size: 30px;
    font-weight: lighter;
    border-top-right-radius: 40px;
}

.ads-mobile {
    display: none;
}

.ads-desktop {
    display: inline;
}

.footer {
    clear: both;
    z-index: 20000;
    background-color: white
}

.footer-absolute {
    background-color: #001e2c;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    width: 100%;
    color: #cdcdcd;
    z-index: 20000;
}

    .footer-absolute a {
        color: #00c1ed
    }

.apps-header {
    /*background-color: #88cfff;*/
    background-color: #328db5;
    color: white;
    border-radius: 5px
}

.arrowat-textbox-form-default {
    border-radius: 2px;
    border: 1px solid black;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    resize: vertical
}

.arrowat-button-form-default {
    border: 1px solid black;
    border-radius: 2px;
    font-size: 18px;
    cursor: pointer;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 5px #dddddd;
    color: inherit
}

.arrowat-form-default {
    border-radius: 0px;
    border: 1px solid #e2dcdc;
    box-shadow: 0px 0px 5px #dddddd;
}

.border-color-default {
    border-color: #cfcaca;
}

.position-absolute {
    position: absolute
}

margin-5px {
    margin: 5px
}


.horizontal-line {
    border-bottom: 2px solid white
}

.underline {
    text-decoration: underline;
}

.linethrough {
    text-decoration: line-through;
}
/*.site-layout {
    width: 1200px;
    margin: auto;
}*/
/*Layout*/
.aside-left {
    width: 500px;
    float: left;
}

    .aside-left ul {
        list-style: square
    }

        .aside-left ul li {
            padding: 5px
        }

.aside-left-content {
    position: fixed;
    overflow-y: auto;
    top: 85px;
    bottom: 0;
    background-color: white;
    border-right: 1px solid #ececec;
    z-index: 10000;
}

.aside-left-content-menu {
    width: 300px
}
/*.aside-right{

}*/
.article {
    float: right;
    width: 100%;
    margin-left: 70px;
    margin-right: 70px
}

.section {
    display: inline-flex
}

.home-layout {
    margin-left: 30px;
    margin-right: 30px;
}

/*Text*/
.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.width-100-percent {
    width: 100%;
}

.width-350px {
    width: 350px;
}

.max-width-400px {
    max-width: 400px;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.word-break-break-all {
    word-break: break-all
}


.padding-2px {
    padding: 2px;
}

.padding-3px {
    padding: 3px;
}

.padding-4px {
    padding: 4px;
}

.padding-5px {
    padding: 5px;
}

.padding-6px {
    padding: 6px;
}

.padding-7px {
    padding: 7px;
}

.padding-8px {
    padding: 8px;
}

.padding-9px {
    padding: 9px;
}

.padding-10px {
    padding: 10px;
}

.padding-15px {
    padding: 15px;
}

.padding-left-15px {
    padding-left: 15px;
}

.padding-left-10px {
    padding-left: 10px;
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}
/*Displays*/

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block
}

.display-inline-flex {
    display: inline-flex
}

/*Margins / padding*/
.margin-top-60px {
    margin-top: 60px
}

.margin-top-10px {
    margin-top: 10px
}

.margin-top-5px {
    margin-top: 5px
}

.margin-2px {
    margin: 2px
}

.margin-3px {
    margin: 3px
}

.margin-5px {
    margin: 5px
}

.margin-10px {
    margin: 10px
}

.margin-20px {
    margin: 20px
}

.margin-top-70px {
    margin-top: 70px
}

.margin-top-90px {
    margin-top: 90px
}

.margin-top-110px {
    margin-top: 110px
}

.margin-top-40px {
    margin-top: 40px
}

.margin-top-20px {
    margin-top: 20px
}

.margin-left-10px {
    margin-left: 10px
}

.margin-right-left-10px {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-right-left-15px {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-right-left-30px {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-right-left-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-right-left-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-left-15px {
    margin-left: 15px
}

.margin-left-18px {
    margin-left: 18px
}

.margin-left-21px {
    margin-left: 21px
}

.margin-left-5px {
    margin-left: 5px
}

.margin-none, .margin-0px {
    margin: 0;
}

/*Tables*/
.default-table {
    min-width: 700px;
    width: 100%;
}

    .default-table, .default-table th, .default-table td {
        border: 1px solid gray;
        border-collapse: collapse;
    }

        .default-table th, .default-table td {
            padding: 15px;
            text-align: center;
        }
/*Float*/
float-left {
    float: left;
}
/*flex*/
.flexbox {
    display: inline-flex;
}

    .flexbox div {
        width: 33%;
        padding: 7px;
    }



        .flexbox div a {
            background-color: rgba(0, 0, 0, 0.39);
            color: white;
            border: none;
            padding: 5px;
            border-radius: 2px;
            font-size: 20px;
            cursor: pointer;
        }

.inlinebox {
    width: 100%;
    display: inline;
}

    .inlinebox div {
        padding: 7px;
    }

        .inlinebox div a {
            background-color: rgba(0, 0, 0, 0.39);
            color: white;
            border: none;
            padding: 5px;
            border-radius: 2px;
            font-size: 20px;
            cursor: pointer;
        }


.interactive-box {
    height: 80px;
    width: 300px;
    background-color: cornflowerblue;
    color: white;
    box-shadow: #062351 3px 3px;
    display: inline-flex;
    margin: 5px;
}

.hoverbox-default:hover {
    background-color: #006e8d;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.float-right {
    float: right
}


.text-decoration-line-none:hover {
    text-decoration-line: none;
}

/*Font*/
.font-size-25px {
    font-size: 25px
}

.font-size-30px {
    font-size: 30px
}

.font-size-22px {
    font-size: 22px
}

.font-size-21px {
    font-size: 21px
}

.font-size-20px {
    font-size: 20px
}

.font-size-18px {
    font-size: 18px
}

.font-size-13px {
    font-size: 13px
}

.font-size-12px {
    font-size: 12px
}

.font-size-11px {
    font-size: 11px
}

.font-size-10px {
    font-size: 10px
}

.font-size-16px {
    font-size: 16px
}

.font-size-40px {
    font-size: 40px;
}

.font-size-50px {
    font-size: 50px
}

.arrowat-responsive-font-style {
    font-size: 50px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-lighter {
    font-weight: lighter;
}


/*Border*/
.border-gray-1px {
    border: solid #ececec 1px
}

.border-gray-2px {
    border: solid #ececec 2px
}

.border-solid-1px-steelblue {
    border: 1px solid steelblue;
}

.border-solid-1px-custom-cyan {
    border: 1px solid #328db5
}

.border-left-solid-1px-default {
    border-left: 1px solid #ececec;
}

.border-right-solid-1px-default {
    border-right: 1px solid #ececec;
}

.border-solid-1px-default {
    border: 1px solid #ececec;
}

.border-radius-5px {
    border-radius: 5px
}

.border-radius-3px {
    border-radius: 3px
}

.border-radius-2px {
    border-radius: 2px
}

.border-radius-4px {
    border-radius: 4px;
}

.border-radius-20px {
    border-radius: 20px
}

/*Background*/
.background-color-green-clear {
    background-color: #59e200
}

.background-color-custom-cyan-dark {
    background-color: #001e2c;
}

.background-color-light-pink {
    background-color: #ffd9d9
}

.background-color-custom-cyan {
    background-color: #328db5;
}

.background-color-orangered {
    background-color: orangered;
}

.background-color-black {
    background-color: black;
}

.background-color-white {
    background-color: white;
}

.background-color-steelblue {
    background-color: steelblue
}
/*images/vide*/
.image-responsive {
    width: 60%
}

.video-responsive {
    width: 400px
}

/*Color*/
.color-orangered {
    color: orangered;
}

.color-white {
    color: white
}

.color-gray-white {
    color: #908e8e;
}

.color-hover-white:hover {
    color: white
}

.color-hover-none:hover {
    color: inherit
}

.color-black {
    color: black;
}

.color-blue {
    color: blue;
}

.color-blueclear {
    color: #009dff
}

.color-green {
    color: green;
}

.color-limegreen {
    color: limegreen;
}

.color-custom-cyan {
    color: #328db5
}

.color-steelblue {
    color: steelblue
}

.color-red {
    color: red
}

.color-shadow-blue-normal {
    text-shadow: blue 1px 1px 1px
}

.color-shadow-black-normal {
    text-shadow: black 1px 1px 1px
}

.box-shadow-default {
    box-shadow: 1px 2px 5px black
}

.vertical-align-middle {
    vertical-align: middle
}

.formatCode {
    font-family: "Times New Roman";
    font-size: 15px;
    font-weight: lighter;
    border: 1px solid black;
    padding: 8px;
    margin-left: 7px;
    margin-right: 7px;
    color: steelblue;
    text-align: left;
    border: 1px solid;
    word-break: break-all
}

.arrowat-format-Code {
    color: limegreen;
    background-color: black;
    padding: 8px;
    font-size: 17px;
    border-radius: 3px;
    min-height: 20px;
}

    .arrowat-format-Code p {
        margin: 0;
    }
/*@keyframes arrowat-billboard-play {
    10% {
        background-image: url('/javascriptstudio/resources/phonesjs.jpg');
    }

    40% {
        background-image: url('/javascriptstudio/resources/3dcalcapp.png');
    }

    70% {
        background-image: url('/javascriptstudio/resources/notelife.png');
    }
}

.arrowat-billboard  {
    animation:step-end;
    animation-iteration-count:infinite;
    animation-duration: 20s;
    animation-name: arrowat-billboard-play;
   
}*/
@keyframes background_color_an {
    from {
        background-color: dodgerblue;
    }

    to {
        background-color: fuchsia;
    }
}

.anime-background-color {
    animation: alternate-reverse;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-name: background_color_an
}

    .anime-background-color:hover {
        animation-play-state: paused;
        cursor: crosshair;
    }

@keyframes width_80px_to_120px_an {
    from {
        width: 80px;
        transform: rotate(-180deg);
        opacity: 0.2;
        border-radius: 100%
    }

    to {
        width: 120px;
        opacity: 1;
    }
}

.anime-width-from-80px-to-120px:hover {
    animation-fill-mode: both;
    animation-duration: 0.6s;
    animation-name: width_80px_to_120px_an;
}


.arrowat-footer-badge {
    /*    float: right;*/
    padding-bottom: 5px;
}

    .arrowat-footer-badge a img {
        border-radius: 3px;
        border: none;
        width: 230px;
        vertical-align: middle
    }



/*Media Q*/
@media only screen and (max-width: 1080px) {

    .arrowat-footer-badge {
        float: none;
        text-align: center
    }

    body {
        overflow-x: hidden
    }
    /*.site-layout {
        width: 100%
    }*/
    .aside-left {
        display: none;
    }

    .article {
        float: none;
        margin-left: 1px;
        margin-right: 1px
    }

    .section {
        display: block
    }

    .home-layout {
        margin-left: 10px;
        margin-right: 10px;
    }


    .flexbox {
        display: inline-block;
    }

        .flexbox div {
            width: 100%;
            padding: 3px
        }



    .inlinebox {
        display: inline-block;
    }

        .inlinebox div {
            width: 100%;
            padding: 3px
        }

    .arrowat-billboard {
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .arrowat-billboard-caption {
        position: absolute;
        margin-top: 320px;
        font-size: 20px;
        padding-top: 5px
    }

    .arrowat-responsive-font-style {
        font-size: 30px;
    }

    .ads-mobile {
        display: inline;
    }

    .ads-desktop {
        display: none;
    }

    .image-responsive {
        width: 80%
    }
}


@media only screen and (max-width: 450px) {



    .image-responsive {
        width: 100%
    }

    .video-responsive {
        width: 100%
    }


    .ads-mobile {
        display: inline;
    }

    .ads-desktop {
        display: none;
    }
}