/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root{
    --primary: #222;
    --secondary: #1cbf45;    
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

html {
    color: #333;
    font-size: 1em;
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
}

body{
    background-color: #F4F4F4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    width: 88%;
}

img{
    max-width: 100%;
}

.no-mb{
    margin-bottom: 0!important;
}

.tc{
    text-align: center;
}

.flex{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb{
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc{
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac{
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe{
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

.jfe{
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
}

.jfi{
    justify-items: flex-end;
    -moz-justify-items: flex-end;
    -webkit-justify-items: flex-end;
    -o-justify-items: flex-end;
    -ms-justify-items: flex-end;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 1.6em;
    margin-top: 0;
}

h2 {
    font-size: 1.3em;
    margin-top: 0;
}

    h2 span{
        font-weight: 400;
        font-size: .9em;
    }

h3 {
    color: rgba(76, 78, 100, 0.87);
    font-weight: 500;
    letter-spacing: 0.15px;
    border-bottom: dotted 1px rgba(76, 78, 100, 0.87);
    margin: 2em 0;
    padding-bottom: 5px;
}

h4 {

}

h5 {

}

h6 {

}

p {

}

p a {

}

h2 a {

}

ul {

}

ul li {

}

ul li a {

}

/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}
.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -1em 0 1em -1em;
}

    .grid--gutters>.grid-cell {
        padding: 1em 0 0 1em;
    }

.gs-half {
    width: 50%!important;
}

.gs-third {
    width: 33.3333%!important;
}

.gs-fifth{
    width: 20%!important;
}

.gs-third, .gs-twothirds {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    flex: none!important;
}

.gs-twothirds {
    width: 66.6667%!important;
}

.gs-quarter {
    width: 25%!important;
}

.gs-quarter, .gs-threequarters {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    flex: none!important;
}

.gs-threequarters {
    width: 75%!important;
}

.gs-1{
    width: 8.333333%!important;
}

.gs-2{
    width: 16.6666667%!important;
}

.gs-3{
    width: 25%!important;
}

.gs-4{
    width: 33.333333%!important;
}

.gs-5{
    width: 41.6666667%!important;
}

.gs-6{
    width: 50%!important;
}

.gs-7{
    width: 58.333333%!important;
}

.gs-8{
    width: 66.6666667%!important;
}

.gs-9{
    width: 75%!important;
}

.gs-10{
    width: 83.333333%!important;
}

.gs-11{
    width: 91.6666667%!important;
}

.gs-12{
    width: 100%!important;
}

.gs-1-5 {
  width: 11.111111% !important;
  max-width: 11.111111% !important;
}
.demo {
    background-color: rgba(0,0,0,0.2);
    text-align: center;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

.hidden_fields{
    display: none;
}


#contact_form {
    background-color: #F9F9F9;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
}

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow.flex{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.overflowVisible{
    overflow: visible;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    /*margin: 0 0 5px 0;
    color: #FFF;*/
}

td label{
    cursor: pointer;
}

.formRow input, .formRow select, td select {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    background: #fff;
    padding: 6px 10px;
    height: 45px;
    font-size: 0.95em;
    border-radius: 8px;
}

.formRow input.shortBox,
.formRow select.shortBox{
    width: 160px;
    display: inline-block;
}

.formRow input.numberBox{
    width: 100px;
    display: inline-block;
}

.formRow input.numberBox2{
    width: 50px;
    display: inline-block;
}

.formRow input.input_half{
    width: 50%;
    display: inline-block;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
    border-radius: 8px;
    line-height: 1.3;
}

.formRow .shortTextarea{
    height: 100px;
}

.remodal-content .checkbox-holder label{
    cursor: pointer;
    display: flex;
    align-items: center;  
    float: none !important;
    width: 100% !important;  
}

    .remodal-content .checkbox-holder label input{
        width: 25px;
        margin: 0 10px 0 0;
        cursor: pointer;
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*=== Login page ===*/

#loginPage{
    min-height: 100vh;    
    background: var(--primary);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.loginContainer{
    max-width: 400px;
    margin: auto;
    width: 88%;
    background: #fff;
    border-radius: 5px;
    padding: 2em;
    text-align: center;
}

    .loginContainer img{
        display: block;
        margin: 0 auto 2em;
        max-width: 100%;
        width: 220px;
    }
    

#loginForm input{
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #ddd;
    border-radius: 8px;
    margin: 0 0 20px;    
    font-weight: 400;
    font-size: 1.2em;
    color: #3f3f3f;
    background: rgba(255,255,255,0.9);
}  

    #loginForm p{        
        text-align: center;        
    }
        #loginForm p a{            
            text-decoration: none;
            font-size: .85em;
            color: var(--secondary);
        }

    #loginForm button{
        margin-left: 0;
        padding: 14px 30px;
    }

.loginError p{ 
    text-align: center;    
    font-weight: bold;
    color: #941519;
}

.password_box {
    position: relative;
}

.password_box input {
    padding-right: 64px;
    z-index: 4;
}

.password_box input + span {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    padding-top: 15px;
    font-size: 1.1em;
    z-index: 5;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.date_box {
    position: relative;
}

.date_box input {
    padding-left: 50px;
    z-index: 4;
}

.date_box input + span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding-top: 7px;
    font-size: 1.1em;
    z-index: 5;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

/*=== Header ===*/
header{
    position: fixed;
    top: 0;
    right: 0;
    left: 260px;
    z-index: 10;
    background: #fff;
    padding: 15px 2em;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
}

    header p{
        margin: 0;
        font-size: 0.9em;
    }

    header form{
        margin-right: 20px;
    }

    .toggle{
        color: #656565;
        margin-right: 10px;
    }

    .notification{
        position: relative;
        margin: 0 30px;
        display: none;
    }

        .notification span{
            position: absolute;
            top: 0;
            right: 0;
            background: #B50000;
            height: 15px;
            width: 15px;
            border-radius: 100%;
            font-size: 9px;
            color: #fff;
            text-align: center;
        }

    .avatar{
        margin-left: 15px;
    }

        .avatar img{
            border-radius: 100%;
            max-width: 35px;
            /*-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
            box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);*/
        }

    .profile-dropdown{
        position: relative;
        display: inline-block;
    }

        .profile-submenu{
            position: absolute;
            top: 35px;
            right: 20px;
            padding: 8px 0;
            width: 0;
            max-height: 0;
            background-color: #fff;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
            -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
            box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
            opacity: 0;
            overflow: hidden;            
            transition: opacity 0.3s ease 0s;
            -moz-transition: opacity 0.3s ease 0s;
        }

        .show-profile{
            opacity: 1;
            width: 230px;
            max-height: 400px;
            top: 75px;
            right: 0;
            z-index: 1;
        }

        .more_link + .show-profile{
            top: 34px;
        }

        .profile-info{
            padding: 0.5rem 1rem 0.75rem;
            display: flex;
            align-items: center;
        }

            .profile-info img{
                width: 40px;
                margin-right: 15px;
            }

            .profile-info p{
                line-height: 1.2;
                font-size: 16px;
            }

                .profile-dropdown p span{
                    font-size: 12px;
                    opacity: 0.5;
                }

        .profile-dropdown hr{
            margin: 5px 0;
            border-top: 1px solid rgba(76, 78, 100, 0.12);
        }

        .profile-dropdown ul{
            width: 230px;
            right: -10px;
            z-index: -1;
            padding-left: 0;
            margin: 0;
            list-style: none;
        }

            .profile-dropdown li a{
                display: flex;
                align-items: center;
                padding: 5px 15px;
                position: relative;
                text-decoration: none;
                color: rgba(76, 78, 100, 0.87);
                background-color: transparent;
            }

            .profile-dropdown li a:hover{
                background-color: rgba(76, 78, 100, 0.12);
            }
           
            .profile-dropdown li a svg{
                margin-right: 10px;
            }

.context-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #555;
    font-size: 1.1em;
    border-radius: 50%;
    padding-top: 2px;
    margin-left: 5px;
}

    .context-btn:hover{
        background: #eee;
    }

/*=== Footer ===*/
footer{
    width: 100%;
    padding-left: calc(279px + 2em);
    padding-right: 2em;
    padding-bottom: 2em;
}

    footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: right;
    }

        footer li{
            display: inline-block;
            margin-left: 25px;
            font-size: 0.8em;
        }

        footer li:first-of-type{
            margin-left: 0;
        }

            footer li a{
                color: #282A40;
                text-decoration: none;
            }

/*=== Nav ===*/
nav{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    padding: 15px;
    background-color: var(--primary);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 4;
}

    nav > img{
        display: block;
        margin: 20px auto 20px;
        max-width: 60%;
    }

    nav ul{
        list-style: none;
        padding: 20px 0 0;
        /*border-top: 1px solid #E3E3E3;
        border-top: 0.5px solid #E3E3E3;*/
    }

        nav li{
            margin-bottom: 5px;
        }

            nav li a{
                display: block;
                border-radius: 8px;
                padding: 10px 20px;
                text-decoration: none;
                font-size: 1em;
                color: rgba(234, 234, 255, 0.87);
                position: relative;
            }

            nav li a:hover{
                background-color: rgba(234, 234, 255, 0.08);
            }

            nav li a.active{
                background-color: var(--secondary);
            }

                nav li a span{
                    font-size: 0.9em;
                    width: 30px;
                    display: inline-block;
                }

                .nav-more{
                    width: 20px;
                    position: absolute;
                    top: 0;
                    right: 10px;
                    bottom: 0;
                    margin: auto;
                    cursor: pointer;
                    transform: rotate(0deg);
                    transition: all ease-in-out 0.3s;
                    -moz-transition: all ease-in-out 0.3s;
                    -webkit-transition: all ease-in-out 0.3s;
                    -o-transition: all ease-in-out 0.3s;
                    -ms-transition: all ease-in-out 0.3s;
                }

                .active-mobile .nav-more{
                    transform: rotate(180deg);
                }

            nav ul.submenu{
                padding: 0;
                border-top: 0;                
                display: none;
            }
                nav ul.submenu li{
                    margin-top: 5px;
                }

                nav ul.submenu li a{
                    padding: 5px 50px;
                    font-weight: 400;
                    font-size: .9em;
                }

                nav ul.submenu li a:before{
                    display: block;
                    content: "";
                    background-color: rgba(234, 234, 255, 0.87);
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    position: absolute;
                    left: 30px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

.main-content .tab-bar{
    display: flex;
    border-bottom: solid 1px #ddd;
    margin-bottom: 2em;
}

    .main-content .tab-bar a{
        height: 42px;
        padding: 0 20px;
        color: #888;
        text-decoration: none;
    }

        .main-content .tab-bar a.active{
            border-bottom: solid 2px var(--secondary);
            color: #222;
        }

        .main-content .tab-bar a:hover{
            color: #222;            
        }

/*===== Tables =====*/
.cms_table{
    width: 100%;
    border-collapse: collapse;
    font-size: .95em;
}

    .cms_table thead{
        text-align: left;
        background-color: rgb(245, 245, 247);
        border-bottom: 1px solid rgb(233, 233, 236);
        font-size: .8em;
        text-transform: uppercase;  
        cursor: pointer;      
    }

    .cms_table th{
        padding: 10px 5px;
        font-weight: 400;
        color: rgba(76, 78, 100, 0.87);
    }

    .cms_table td{
        padding: 7px 5px;
        border-bottom: 1px solid rgb(233, 233, 236);
    }

    .cms_table td a{
        text-decoration: none; 
        color: #0066cc;
    }

    .cms_table tr:hover{
        background-color: rgb(245, 245, 247);
    }

    .cms_table .sub-row{
        font-size: .85em;
        padding-left: 20px;
    }

    .input_grid td{
        font-size: .9em;
    }

    .margin_table{
        margin: 2em 0;
    }

    .small_table{
        font-size: .9em;
    }

.asset-container{
    padding-bottom: 2em;
    margin-bottom: 3em;
}
    .asset_table thead{
        border-bottom: none;
    }
    .asset_table th{
        white-space: nowrap;
        border: solid 1px rgb(233, 233, 236);
    }
    .asset_table td{        
        border: solid 1px rgb(233, 233, 236);
        font-size: .8em;
        white-space: nowrap;
    }

.new-asset-modal a{
    color: #06c;
    text-decoration: none;
}

/* asset table inside popup */
.asset_table_modal td{
    padding: 0px;
    min-width: 100px;
}
.asset_table_modal input,
.asset_table_modal select{
    border: none;
    width: 100%;
    height: 30px;
    font-size: .85em;
    padding: 0 5px;
    margin: 0;
    border-radius: 0;
}
.asset-search-cell{
    position: relative;
}
    .asset-search-cell input{
        position: absolute;
        top: 0;
        left: 0;
    }
    .asset-search-cell a{
        position: absolute;
        top: 3px;
        right: 5px;
        font-size: .9em;
    }
.search-results{
    position: absolute;
    top: 100%;
    z-index: 100;
}


.asset-tools{
    font-size: .9em;
}
    .asset-tools a{
        margin-left: 20px;
    }

.filter-icon{
    width: 15px;
    margin-right: 5px;
}

.dataTables_length{
    float: left;
    width: 30%;
    padding-top: 20px;
}

.dataTables_filter{
    float: right;   
    padding: 10px 0;
    margin-bottom: 20px;
}

    .dataTables_filter input{
        border-radius: 8px;
        padding: 8px 14px;
        border: 1px solid rgb(233, 233, 236);
    }

.dataTables_info{
    float: left;
    width: 50%;
    padding: 35px 0 0;
    font-size: .9em;
}

.dataTables_paginate{
    float: right;
    width: 50%;
    padding: 35px 0 0;
    text-align: right;
    margin-bottom: 40px;
}

    .paginate_button{
        margin: 0 5px;
        cursor: pointer;
        color: gray;
    }

    .paginate_button.current{
        background-color: var(--secondary);
        padding: 2px 7px;
        border-radius: 5px;
        color: #fff;
    }

    a#dataTable_previous{
        color: var(--secondary);
    }

    a#dataTable_next{
        color: var(--secondary);
    }

.delete_item svg,
.remove_row svg,
.download_item svg{
    margin-left: 15px;
    color: rgba(76, 78, 100, 0.54);
}

.edit_item svg{
    margin-left: 5px;
    color: rgba(76, 78, 100, 0.54);
}

.icon_center{
    text-align: center;
}

    .icon_center svg{
        color: rgba(76, 78, 100, 0.54);
    }

.image_count{
    color: rgba(76, 78, 100, 0.54);
    margin-left: 3px;
    font-size: .8em;
}

/*remodal overrides */
.new-asset-modal{
    max-width: 90%;
    height: 90vh;
}

.labeltip{
    position: relative;
}

.labeltip .tip {
    min-width: 45px; 
    top: -11px;
    left: 75%;
    transform: translate(-50%, -100%);
    padding: 3px 8px;
    color: #fff;
    background-color: #333;
    font-weight: normal;
    font-size: .75em;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    /*box-shadow:0 1px 8px rgba(0,0,0,0.5);*/
    display: none;
    white-space: nowrap;
}

.labeltip:hover .tip {
    display: block;
}

.labeltip .tip i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    overflow: hidden;
}

.labeltip .tip i::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #333;
    /*box-shadow:0 1px 8px rgba(0,0,0,0.5);*/
}

.pricing_table input{
    margin: 5px 0;
    border: 1px solid #DDD;
    background: #fff;
    padding: 6px 10px;
    height: 40px;
    font-size: 0.95em;
    border-radius: 8px;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.image-gallery > li {
  flex-basis: 150px; /* width: 350px; */
}

.image-gallery li img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}

/*===== Edit form / tabs =====*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{
    outline: solid 1px var(--secondary);
}

.main-content a.clear_search{
    margin-left: 20px;
    color: #fa4141;
}

/* jQuery UI tab overrides */

.ui-widget,
.ui-widget input,
.ui-widget button,
.ui-widget select,
.ui-widget textarea{
    font-family: 'Inter', sans-serif;
}

.ui-widget-header{
    background-color: #f4f4f4;
}

.ui-widget-header .ui-state-active{
    border: 1px solid #06c;
    background: #06c;
}

.ui-widget-content a, .main-content a{
    text-decoration: none;
    color: #06c;
}

.ui-widget-content .titleBar{
    margin-bottom: 1em;
}

.main-content .formRow{
    overflow: hidden;
    margin: 0;
}

.main-content .centerRow{
    text-align: center;
    margin-top: 1em;
}

.main-content .paddedRow{
    padding: 1em 0;
    margin-bottom: 2em;
}

.main-content .formRow > label{
    line-height: 22px;
    max-width: 290px;
    float: left;
    width: 40%;
    text-align: right;
    padding: 21px 15px 0 0;
}

    .main-content .form-twocolumn .formRow label{
        width: 25%;
    }

    .main-content .formRow .long-label{
        line-height: 20px;
        margin-top: 20px;
    }

.main-content .formRow > div{
    float: left;
    width: 60%;
}

    .main-content .formRow > div p{
        margin-top: 19px;
        margin-left: 5px;
    }

.main-content input[type="checkbox"]{
    width: 20px;
    border: 0;
    cursor: pointer;    
}

.main-content input[type="radio"]{
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    display: inline-block; 
}

    .radio_holder{
        padding-top: 10px;
    }

        .radio_holder input[type="radio"]:not(:first-child){
            margin-left: 15px;
        }

input[readonly]{
    background: #eee;
}

.main-content button{
    margin-left: 0;
    padding-right: 12px 22px;
    border-radius: 8px;
    text-transform: none;
}

a.btn, button.btn
{
    background-color: var(--secondary);
    border: 0;
    color: #fff;    
    font-size: .95em;
    border-radius: 8px;
    padding: 12px 22px;
    text-decoration: none;        
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
    a.btn:hover, button.btn:hover{
        opacity: 0.9;
    }

    .main-content a.small_btn{
        font-size: .9em;
        padding: 10px 20px;
    }

.titleBar {
    margin: 0 0 1.3em;
}
    .titleBar h1{
        font-weight: normal;
        padding-left: 10px;
        margin: 0;
    }
    .titleBar h2{
        margin: 0 0 0 10px;
    }
    .titleBar aside{
        
    }
    .titleBar aside .btn{
        margin-left: 10px;
    }

    .titleBar aside form{
        display: inline-block;
    }

    .titleBar aside form input{
        border: solid 1px #ddd;        
        border-radius: 8px;
        height: 45px;
    }

    .titleBar aside form select{
        border: solid 1px #ddd;
        border-radius: 8px;
        padding: 6px 10px;
        background-color: #fff;
        margin-left: 7px;
    }

    .titleBar2{
        padding-bottom: 10px;
    }

    .titleBar2 aside{
        text-align: right;
    }

        .titleBar2 aside p{
            margin-top: 0;
        }

        .titleBar2 aside .btn{            
            
            
        }

.main-content a.download_btn{
    background-color: #3a96ab;
}

.notification_panel{    
    padding: 15px 50px;  
    position: fixed;
    top: 20px;  
    right: 20px;
    z-index: 1000;
    border-radius: 8px;
}    
    .success_panel{
        background-color: rgba(222,240,216,0.95);
        color: #436c40;
    }
    .error_panel{    
        background-color: rgba(234, 180, 180, 0.95); 
        color: #a30b0b;
    }
    .notification_panel svg{
        margin-right: 5px;
    }

.active_flag{
    font-size: .7em;
}

    .active_flag_active{
        color: #55b555; 
    }

    .tag-orange{
        color: #f79448;
    }

    .active_flag_inactive{
        color: #fa4141;
    }

.tag{
    display: inline-block;    
    color: #fff;
    text-transform: uppercase;
    font-size: .65em;
    border-radius: 5px;
    padding: 3px 5px;
    min-width: 60px;
    text-align: center;
}

    .tag_green{
        background-color: #55b555; 
    }

    .tag_orange{
        background-color: #f79448;
    }

    .tag_red{
        background-color: #fa4141;
    }

.notice_box{
    font-size: .9em;    
    border-radius: 8px;
    padding: 7px 18px;
    text-align: left;    
}

    .notice_red{
        border: solid 1px #981D12;
        color: #981D12;
    }

    .notice_orange{
        border: solid 1px #e66017;
        color: #e66017;
    }

    .notice_green{
        border: solid 1px #55b555;
        color: #55b555;
    }

    .notice_box svg{
        font-size: 1.2em;
        margin-right: 10px;
    }

/* select2 override styles */

.select2-container{
    margin-bottom: 10px;
}

    td .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: .8em !important;
    }

    td .select2-results__option {        
      font-size: .8em !important;
    }

.select2{
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 42px;
  font-size: .95em;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {  
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 10px 0 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.select2-container .select2-selection--single {
    height: 45px;  
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 62px;  
}

.select2-dropdown{
    border: 1px solid #ddd;
}

.select2-results__option {  
  color: #000;
  font-size: .95em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {  
  font-size: .95em;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ddd;
  outline: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 6px 5px;
    height: 25px;
}

/*===== Popup styling =====*/

.remodal-content .formRow{
    overflow: hidden;
    margin: 0;
}

.remodal-content .centerRow{
    text-align: center;
    margin-top: 1em;
}

.remodal-content .formRow label{
    line-height: 63px;    
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 15px;
}

.remodal-content .formRow > div{
    float: left;
    width: 60%;
    text-align: left;
}

.remodal-content .popupRow label{
    width: 40%;
}

.remodal-content .popupRow > div{
    width: 60%;
}

.remodal-content input[type="checkbox"]{
    width: 20px;
    border: 0;
    cursor: pointer;    
}

.remodal-content button{
    margin-left: 0;
    padding-right: 12px 22px;
    border-radius: 8px;
    text-transform: none;
}

.checkbox_list{    
    list-style-type: none;  
    margin-top: 1em;    
}

.main-content .formRow .checkbox_list label{
    float: none;
    width: 200px;
    text-align: left;
    cursor: pointer;
    line-height: 1;
    font-weight: normal;
}

.main-content .formRow .checkbox_list input{
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.two_column{
    max-width: 400px;
    column-count: 2;    
}  

.resp_box{
    font-size: .9em;
    max-width: 100%;
} 

    .resp_box input{
        margin: 5px 0;
    }

.inline-checkbox input{  
    display: inline-block;
    height: 20px;
    margin-right: 8px;
}

.inline-checkbox label{
    display: flex;
    font-weight: normal;
}

/*===== Page Content =====*/
.page-content{
    padding-left: calc(260px + 2em);
    padding-top: calc(60px + 2em);
    padding-right: 2em;
    padding-bottom: 2em;
}

    .left-column{
        width: 100%;
    }

.radio-container{
margin-right: 30px;
}

.radio-container:last-of-type{
margin-right: 0;
}

.radio-container input{
    width: 17px;
    margin-right: 7px;
}

.radio-container span{
    font-weight: 500;
}

form .buttons{
margin-top: 3em;
padding-top: 2em;
border-top: 1px solid #ccc;
margin-bottom: 1em;
text-transform: uppercase;
font-size: 0.9em;
}

form .buttons p{
    margin: 0;
}

    form .buttons p a{
        color: #4D0000;
        text-decoration: none;
        font-weight: 500;
    }

form button{
    background-color: var(--secondary);
    border: 0;
    color: #fff;
    margin-left: 0;
    border-radius: 8px;
    padding: 12px 22px;
    cursor: pointer;
    text-transform: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

form button:hover{
    opacity: 0.9;
}

.buttons button{
    font-size: 1.2em;                        
}

    .buttons button svg{
        margin-left: 3px;
    } 

form button.btn_red{
    background-color: #fa4141;
}                   

.main-content{
    width: 100%;
    min-height: 80vh;
    background-color: #fff;
    border-radius: 10px;    
    overflow: hidden;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}



.save-btn{
    color: #282A40;
    border: 1px solid #282A40;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9em;
    padding: 10px 22px;
    cursor: pointer;    
    text-transform: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.save-btn:hover{
    background-color: #282A40;
    color: #fff;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item a{
    text-decoration: none;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 15px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: solid 2px #ccc;
  border-radius: 50%;
  background: #f4f4f4;
  color: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active .step-name a {
  color: var(--secondary);
}

.stepper-item.completed .step-counter,
.stepper-item.active .step-counter {          
  color: var(--secondary);
  border: solid 2px var(--secondary);
}

.stepper-item.completed .step-name a,
.stepper-item .step-name a{
    color: #555;
    font-weight: 500;
    font-size: .75em;
    text-transform: uppercase;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--secondary);
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 3;
}        

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.control_panel{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

    .control_panel .cp_box{
        flex: 0 0 33.3333%;
        padding: 20px;        
    }

    .control_panel label{
        cursor: pointer;
        font-size: 1.3em;
    }

    .control_panel p{
        font-size: .9em;
        margin: 5px 0;
    }

/* items */

.add_item{
    font-size: .9em;
    padding: 10px 20px;    
}

.formRow .item_table input.numberBox{
    min-width: 83px;
}

.specifics_table{
    max-width: 900px;
    margin: 0 auto;
}

    .specifics_table input{
        margin: 0;
    }

.main-content .formRow > div .new-reinsured{
    margin: 5px;
    font-size: .8em;
}

.dashboard-container{
    width: 100%;
    font-size: .9em;
}

.dashboard-box{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin-bottom: 17px;
}

    .dashboard-box h3{
        border-bottom: none;
        margin: 0 0 .5em;
        padding: 0;
        font-size: .9em;
    }

    .dashboard-box h2{
        font-size: 2em;
    }

.dashboard-filters{
    padding: 1em;
}

    .dashboard-filters .formRow{
        margin: 0;
    }

.dashboard-filters .formRow select{
    margin: 0 15px 0 0;
    width: auto;
    display: inline-block;
}

    .month-total{
        margin: 5px 0;
    }

    .month-total span:first-child{
        text-transform: uppercase;
        font-size: .8em;
        font-weight: bold;
        color: #777;
    }

    .ep-box h2{
        line-height: 1.4;
    }

        .ep-box h2 span{
            font-weight: inherit;
            font-size: inherit;
            color: #999;
        }

.enquiries_list{
    font-size: .9em;
}

.input-subhead{
    margin: 0 0 0 10px !important;
    font-size: .75em;
}

/* mobile specific styling */

.nav-switch{   
    text-align: right;   
    margin: 0; 
}

    .nav-switch a{
        color: #fff;
    }

.mobile-header{
    left: 70px;   
}

.mobile-nav{
    width: 70px;
    overflow: visible;
}

    .mobile-nav ul li{
        margin-bottom: 15px;
        position: relative;
    }

    .mobile-nav ul li a{
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        padding: 0;
        border-radius: 5px;
    }

.mobile-page{
    padding-left: calc(70px + 2em);
}

.mobile-submenu{
    display: none;
    position: absolute;
    left: 56px;
    top: -7px;
    background-color: var(--primary);
    width: 200px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .mobile-submenu ul{
        padding: 15px 0;
    }

    .mobile-submenu ul li{
        margin-bottom: 10px;
    }

        .mobile-submenu ul li:last-child{
            margin-bottom: 0;
        }

    .mobile-submenu ul li a{
        font-size: .9em;
        text-align: left;
        border-radius: 0;
        padding: 5px 20px 5px 25px;
    }

/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 1500px) {

    nav{
        width: 215px;
    }

    header{
        left: 215px;
    }

    .page-content{
        padding-left: calc(215px + 2em);
    }

}

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

    .step-bar p a{
        font-size: 0.8em;
    }

}

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

    .page-grid{
        display: block;
    }

        .lc-box.flex{
            display: block;
        }

            .lc-box form{
                width: 100%!important;
            }

            .lc-box-right{
                width: 100%!important;
                margin-left: 0;
                min-width: 0;
            }

        .right-column{
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-top: 2em;
        }

}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

   @media only screen and (max-width : 1000px) {}
   @media only screen and (max-width : 768px) {}
   @media only screen and (max-width : 660px) {}
   @media only screen and (max-width : 460px) {}
   @media only screen and (max-width : 380px) {}

 .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
    display: flex;
    align-items: center;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #555;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }

  .checkbox-wrapper-19 span{
    font-size: 1.3em;
    margin-left: 10px;
  }

