    @charset "UTF-8";
    /* CSS Document */

    :root {
    --navy: #0b1e2e;
    --pink: #ff038b;
    --blue: #0391ff;
    --blue_lite: #56b5ff;
    --green: #29d40c;
    }

    body {
        margin: 0;
        margin-top: 65px;
        font-family: "Roboto Mono", monospace;
        background: #000;
    }

    .clear {
        clear: both;
    }

    .blue {
        color: var(--blue);
    }

    .pink {
        color: var(--pink);
    }

    .green {
        color: var(--green);
    }

    h1,
    h2,
    h3 {
        font-size: 100px;
        line-height: 0.9em;
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
        color: #fff;
        margin: 30px auto;
        /*    color: rgba(255,255,255,0.4);*/
    }
    
    .names {
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
        color: #fff;
        margin: 30px auto;
        font-size: 20px;
    }

    h1 {
        font-weight: 900;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        margin: 30px auto 10px auto;
        font-size: 24px;
    }


/*for animation teleplays*/

    .screenplay {
        margin: auto;
        background: white;
        padding: 40px 80px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    .play-heading {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-size: larger;
        margin-bottom: 20px;
    }
    .scene-heading {
        font-weight: bold;
        text-transform: uppercase;
        margin: 20px 0 5px;
    }
    .action {
        margin: 20px 0;
        font-style: italic;
    }
    .character {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
    }
    .dialog {
        margin: 10px 0 0 40px;
    }

    .stage-direction {
        font-weight: normal;
        font-style: italic;
        text-transform: none;
/*        color: #999;*/
/*        font-size: smaller;*/
    }

    .ani_box {
        padding: 20px;
        margin: 20px auto;
        border-radius: 10px;
        cursor: pointer;
        border: 2px solid var(--blue);
    }

    .ani_box p {
        margin: 10px 0 0 0;
    }

    .ani_box:hover {
        background: var(--blue);
    }

    .ani_box h2 {
        font-family: "Exo 2", sans-serif;
        font-weight: 900;
        font-size: 28px;
        margin: 0; 
        text-transform: uppercase;
    }

/* end for animation teleplays*/


    .small_banner {
    font-size: 60px;
    }

    .info_heading {
    color: var(--blue);
    }

    label {
    color: var(--green);
    font-weight: bold;
    font-size: 12px;
    }

    .label_block {
    margin-top: 15px;
    color: var(--blue);
    font-weight: bold;
    font-size: 12px;
    display: block;
    }

    .faqs h3 {
    color: var(--blue);
    }

    p,
    ol,
    ul {
    font-family: "Roboto Mono", monospace;
    font-size: 20px;
    color: #fff;
    }

    a {
    color: lime;
    }

    a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    }

    .footer_box {
    padding: 10px;
    font-family: "Roboto Mono", monospace;
    border-radius: 10px;
    border: 1px solid var(--blue);
    width: 100%;
    max-width: 400px;
    margin: auto;
    }

    .main_input, .btn {
    box-sizing: border-box;
    padding: 10px;
    font-family: "Roboto Mono", monospace;
    border-radius: 5px;
    border: 1px solid #000;
    width: 100%;
    max-width: 300px;
    }

    .btn {
    color: #fff;
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
    background: var(--blue);
    cursor: pointer;
    }

    .btn:hover {
    background: var(--pink);
    border-color: var(--pink);
    }

    .myrobot_btn {
    color: #fff;
    margin: auto;
    font-size: 16px;
    text-align: center;
    background: var(--blue);
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    font-family: "Roboto Mono", monospace;
    border-radius: 5px;
    border: 1px solid #000;
    width: 48%;
    float: left;
    }

    .save_small {
    box-sizing: border-box;
    padding: 5px;
    font-family: "Roboto Mono", monospace;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    background: var(--blue);
    cursor: pointer;
    }

    .team_cont {
        max-width: 600px;
        margin: auto;
        padding-top: 30px;
        overflow: auto;
        color: #fff;
    }

.divider {
    border-top: 2px dashed #39536f;
    margin: 20px auto;
}

    .info_cont {
        box-sizing:border-box;
        float: right;
        width: calc(70% - 10px);
        font-size: 32px;
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
    }
        
    .robot_cont {
        text-align: center;
        box-sizing:border-box;
        float: left; 
        width: calc(30% - 10px);
    }
        
    .robot_img {
        box-sizing:border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 200px;
        width: 128px;
        height: 128px;
        margin: auto;
        display: inline-block;
    }
    .center_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    }

    #mint_process_cont {
    padding: 20px;
    background-color: var(--navy);
    border: 2px solid var(--green);
    border-radius: 10px;
    width: 400px;
    overflow: auto;
    }

    .events_heading {
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    margin: 0 auto 10px auto;
    }

    .events_cont {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .span_call {
    border-radius: 5px;
    padding: 0px 4px;
    background-color: #fff;
    }

    .mob_only,
    .mob_only_il {
    display: none;
    }

    .desk_only {
    display: block;
    }

    .desk_only_il {
    display: inline;
    }

    .blackout,
    .slider_gallery,
    .fillscreen_fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    z-index: 250;
    }

    .inner_box {
    max-width: 600px;
    padding: 10px;
    margin: auto;
    }

.enter_names_box {
    border-radius: 10px;
    border: 2px solid #000;
    width: 600px;
    max-width: calc(100% - 30px);
    font-family:"Roboto Mono", monospace;
    font-size: 16px;
    min-height: 300px;
    padding: 10px;
}

    .custom_name_cont {
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    color: #fff;
    /*    overflow: auto;*/
    position: relative;
    }

    .blue_box {
    background: var(--blue);
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    color: #fff;
    /*    overflow: auto;*/
    position: relative;
    }

    .box_logo {
    position: absolute;
    top:-10px;
    left: -10px;
    width:90px;
    height:90px;
    }

    .box_text {
    padding-left: 80px;
    }

    .gas_key {
    color: #fff;
    }

    .span_menu {
    color: var(--blue);
    margin-bottom: 20px;
    }

    .span_btn {
    padding: .5px 5px;
    margin: 0 10px;
    border-radius: 2px;
    cursor: pointer;
    }

    .span_btn.selected, .span_btn:hover {
    color: #fff;
    background: var(--pink);
    }

    .main_menu {
    padding: 5px;
    color: #fff;
    height: 60px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid red;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
    z-index: 200;
    }

    .main_menu_logo {
    position: absolute;
    top: 2px;
    height: 85px;
    width: 275px;
    }

    .main_menu_icon {
    float: right;
    font-size: 42px !important;
    color: #fff;
    margin: 10px;
    }

    .menu_slider_outter {
    font-family: "Exo 2", sans-serif;
    font-size: 26px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    top: 30px;
    z-index: 500;
    background: var(--blue);
    width: 350px;
    border-radius: 10px;
    margin-right: -1000px;
    //border:1px solid red;
    }

    .menu_slider_inner {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    top: 10px;
    z-index: 150;
    background: var(--navy);
    border-radius: 5px;
    border: 1px solid #000;
    /*  background-image: url(images/octavious_drunk_robot.png);*/
    background-position: 20px 100%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: scroll;
    }

    .menu_close,
    .galley_close {
    background: url(images/x_close.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -5px;
    top: -18px;
    z-index: 220;
    }

    .galley_close {
    right: 10px;
    top: 10px;
    }

    .p_img_cont {
    float: right;
    padding-left: 10px;
    text-align: center;
    font-size: 14px;
    color: var(--blue);
    }

    .p_img_cont img {
    display: inline-block;
    margin: auto;
    max-width: 200px;
    }

    .new_label {
    margin-top: 0;
    text-align: left;
    color: var(--blue);
    }

    #next_btn,
    #prev_btn {
    cursor: pointer;
    color: #fff;
    width: 15px;
    background-color: transparent;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 10;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_next.png");
    }

    .slick-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }

    #prev_btn {
    right: auto;
    left: 8px;
    background-image: url("../images/arrow_prev.png");
    }

    .menu_item {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #000;
    overflow: auto;
    position: relative;
    }

    .full_img {
    margin: auto;
    max-width: 100%;
    }

    .disconnect {
    background-color: var(--pink);
    }

    .menu_item:hover {
    background-color: var(--blue);
    }

    .carousel_img, .header_img {
    height: 300px;
    width: 100%;
    }

    .header_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    }

.multi_robot_cont {
    border: 1px solid var(--blue);
    padding: 10px;
    border-radius:10px;
    margin-top: 20px;
}

.multi_robot_tray {
    position: relative;
    border-radius:5px; 
    margin-top: 10px;
    overflow: auto;
    box-sizing: border-box;
}

.robot_multi_img_cont {
    position: relative;
}

.multi_robot_tray_text {
    color: #fff;
    font-size: 20px;
    font-family: "Exo 2", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.multi_robot_tray_text  i {
    font-size: 55px;
}

.multi_robot_thumb, .multi_robot_thumb_highlight {
    box-sizing: border-box;
    width: calc(20% - 10px);
    padding-bottom: calc(20% - 10px);
    //height: 120px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00eaff;
    border-radius: 5px;
    float: left;
    margin: 5px;
    position: relative;
    cursor: move;
}

.multi_robot_thumb_highlight {
    background-color: lime;
}

.multi_robot_remove {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.multi_robot_remove:hover {
    color:red;
}

.add_multi_robot_btn {
    display: inline-block;
    background: var(--blue);
    padding: 1px 10px; 
    border-radius: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.add_multi_robot_btn:hover {
    background: var(--pink);
}

.drag_disabled .multi_robot_remove {
    display: none;
}

    .tab_buttons {
        border-radius: 10px;
        max-width: 800px;
        margin: 40px auto;
        overflow: hidden;
    }

    .tab_btns {
        font-family: "Exo 2", sans-serif;
        font-weight: 900;
        text-align: center;
        float: left;
        box-sizing: border-box;
        padding: 10px 0;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        background:black;
    }

    .tab_btns.selected {
        background: var(--blue);
    }

    .large_button, .med_button,
    .large_button_pink {
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
    text-align: center;
    max-width: 800px;
    padding: 10px 0;
    margin: 20px auto;
    font-size: 48px;
    color: #fff;
    background: var(--blue);
    border-radius: 10px;
    cursor: pointer;
    }

    .read_more_link {
        text-align: right;
        color: var(--pink);
        cursor: pointer;
    }

    .read_more_link:hover {
        text-decoration: underline;
    }

    .med_button {
        font-size: 32px;
    }

    .large_button_pink {
        background: var(--pink);
    }

    .add_names:hover {
        background: var(--pink);
    }

    .pro_stats {
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 20px 20px 60px;
    background-color: var(--navy);
    border: 4px solid var(--pink);
    border-radius: 10px;
    height: 60vh;
    overflow: scroll;
    }

    .image_lineup, #captcha_img {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    }

    .img_lineup_cont {
        text-align: center;
    }

    .img_lineup {
        width: 100%;
        display: inline-block;
    }

    #captcha_img {
    height:100px;
    width: 100px;
    position: relative;
    cursor: pointer;
    float: right;
    }

    #refresh_capt {
    position: absolute;
    top:-0px;
    left:-0px;
    }

    .callout_box {
    position: relative;
    background: var(--blue);
    border-radius: 10px;
    padding: 10px 15px;
    overflow: auto;
    }

    .callout2 {
    position: relative;
    background: #13334e;
    border: 2px solid #6699c4;
    border-radius: 10px;
    padding: 10px 15px;
    overflow: auto;
    }

    .call_in {
    max-width: 600px;
    margin: auto;
    }

    .call_col_1 {
    width: 28%;
    box-sizing: border-box;
    min-width: 100px;
    }

    .call_col_2 {
    width: 68%;
    box-sizing: border-box;
    }

    .drunk_robots_signature {
    background-image: url("images/drunk_robots_signature.jpg");
    height: 200px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    }

    .large_page_input, #captcha_input {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    font-size: 24px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    }

    #captcha_input {
    width: 90%;
    margin-top: 25px;
    }

    .info_box.social_media {
    padding: 20px 5px;
    }

    .info_box_inner {
    padding: 30px;
    max-width: 800px;
    margin: auto;
    }

    .info_box_inner2 {
    padding: 30px;
    max-width: 900px;
    margin: auto;
    }

    .page_img {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    }

    .page_img img {
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
    }

    .box_red {
    background-color: #900;
    border: 3px solid red;
    border-left: none;
    border-right: none;
    }

    .box_blue {
    background-color: var(--blue);
    border: 3px solid var(--blue_lite);
    border-left: none;
    border-right: none;
    }

    .box_navy {
    background-color: var(--navy);
    border: 3px solid #0c3e68;
    border-left: none;
    border-right: none;
    padding-bottom: 40px;
    }

    .about_robots_more {
    display: none;
    }

    #dr_gallery_cont {
    /*  overflow: auto;*/
    text-align: center;
    }

    .gallery_image {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 15px 10px;
    background-size: cover;
    }

    .social_media {
    text-align: center;
    }

    .social_media_link {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 0 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    cursor: pointer;
    }

    #quote_text {
        display: block;
        margin: 10px 0;
        min-height: 60px;
        padding: 10px;
        font-family: "Roboto Mono", monospace;
        border-radius: 5px;
        border: 1px solid #000;
        width: 100%;
        max-width: 300px;
    }

    .robot_banner {
    min-height: 300px;
    position: relative;
    background: #111;
    }

    .banner_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }

    .footer {
    color: #fff;
    text-align: center;
    background-color: #0b1e2e;
    border: 3px solid #0c3e68;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 40px 0;
    }

    .social_icons {
    text-align: center;
    font-size: 40px;
    color: #fff;
    }

    .social_icons i {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    }

    .social_icons i:hover {
    background-color: var(--blue);
    color: #fff;
    }

    .social_icons a,
    .social_icons a:hover {
    color: inherit;
    text-decoration: none;
    }

    .bot_group {
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
    }

    .bot_img {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-right: 20px;
    }

    .meta_table {
    width: 100%;
    /*    table-layout: fixed;*/
    color: #fff;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
    }

    .tb_label {
    color: var(--blue);
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    width: 20%;
    }

    .tb_info {
    width: 100%;
    }

    .admin_page .meta_table {
    font-size: 12px !important;
    }

    @media only screen and (max-width: 700px) {
        
        
    .screenplay {
        padding: 30px 20px;
        font-size: 14px;
    }
        
    .dialog {
        margin-left: 20px;
    }
        
        
    h1 {
    font-size: 46px;
    }
        
    .tab_btns {
        font-size: 18px;
    }

    .small_banner {
        font-size: 36px;
    }

    p,
    ol,
    ul {
    font-size: 14px;
    }

    .mob_only {
    display: block;
    }

    .mob_only_il {
    display: inline;
    }

    .desk_only,
    .desk_only_il {
    display: none;
    }
        
    .multi_robot_remove {
        right: -3px;
        top: -3px;
        font-size: 18px;
    }

    #mint_process_cont {
    width: 300px;
    }

    .p_img_cont {
    padding: 0;
    float: none;
    }

    .p_img_cont img {
    max-width: 100%;
    }

    .menu_slider_inner {
    background-image: none !important;
    }

    .carousel_img {
    height: 250px;
    }

    .header_img {
        background-size:contain;
        height: 150px;
    }

    .gallery_image {
      box-sizing: border-box;
      width: 30%;
      height: 0;
      padding-bottom: 30%;
    margin: 4px 2px;
    }

    .meta_table {
    font-size: 12px;
    }

    .image_lineup {
    height: 170px;
    }

    .pro_stats {
    padding: 20px;
    }

    .drunk_robots_signature {
    height: 100px;
    }

    .social_media_link {
    width: 75px;
    height: 75px;
    margin: 0;
    }

    .info_cont {
        font-size: 22px;
    }
        
    .robot_img {
        width: 90px;
        height: 90px;
    }

    .robot_banner {
    min-height: 140px;
    position: relative;
    background: #111;
    }

    .banner_img {
    height: 240px;
    width: auto;
    }

    .footer_box {
        max-width: calc(100% - 60px);
    }

    .call_col_2 {
        width: calc(95% - 110px);
    }


    }

    .d-none {
    visibility: hidden;
    }
    .remove-element {
    display: none;
    }
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    }

    #loader {
    background-image: url("./images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    }

    .spinner-container {
    display: flex;
    justify-content: center;
    color: var(--green);
    }


