﻿@font-face {
    font-family: 'Prompt-Regular';
    src: url('../fonts/Prompt/Prompt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Prompt-Regular';
    src: url('../fonts/Noto_Sans_Lao_Looped/NotoSansLaoLooped-Regular.ttf') format('truetype');
    unicode-range: U+0E80-0EFF;
}

body {
    font-family: 'Prompt-Regular';
}

.body-login {
    background: #F8F9FA;
    padding-top: 20px;
}

.login-header {
    background: url('../Resources/Images/slide_bg.jpg');
    background-size: cover;
    height: 200px;
    color: #26A69A;
}

a {
    text-decoration: none !important;
    color: #26A69A;
}

.error {
    color: red;
}

.require > i {
    color: red;
    font-size: 0.5rem;
}

form .row {
    padding: 0 0 15px 0;
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #495057;
        line-height: 35px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
    }

/* login */
.container-login100 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Resources/Images/banner.jpg) center center no-repeat;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/*slidebar*/
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    /*background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);*/
    /*background-color: #3A5774;*/
    background-color: #F8F9FA;
    border-right: 1px solid #dee2e6;
}

    #sidebar-wrapper .sidebar-heading {
        /*padding: 0.98rem 0rem;*/
        font-size: 1rem;
        color: #26A69A;
        /*font-weight: 600;*/
        text-align: center;
        /*padding-top: 0.3rem;*/
        letter-spacing: 2px;
    }

        #sidebar-wrapper .sidebar-heading i {
            color: #F8A739;
        }

        #sidebar-wrapper .sidebar-heading .heading-text-short {
            display: none;
        }

    #sidebar-wrapper .sidebar-profile {
        /*padding: 1rem .8rem;*/
        /*font-size: 1rem;*/
        height: 102px;
        width: 100%;
        background: url(../Resources/Images/slide_bg.jpg) center 20%;
        background-size: cover;
        /*position: relative;*/
        /*width: 16.875rem;*/
        /*height: 8rem;*/
        text-align: center;
        /*opacity: 0.7;*/
        /*background: url(../assets/images/pattern-1.svg) bottom no-repeat;*/
        /*margin: 10px;*/
        /*border-radius: 1rem;*/
        /*background: rgba(255, 255, 255, .2)*/
        margin-bottom: 10px;
    }

    #sidebar-wrapper .sidebar-profile-text {
        /*color: #fff;
        text-shadow: #000 0 1px;*/
        z-index: 1;
        position: relative;
        font-size: .8rem;
        padding-top: 10px;
    }

        #sidebar-wrapper .sidebar-profile-text a {
            color: #fff;
        }

    #sidebar-wrapper hr {
        margin-top: 0rem;
        margin-bottom: 0rem;
        /*width: 70%;*/
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

        #sidebar-wrapper .list-group .submenu {
            /*background-color: rgba(0, 0, 0, 0.1);*/
        }

            #sidebar-wrapper .list-group .submenu a {
                color: #26A69A;
                padding: .6rem 2.5rem;
                font-size: .9rem;
            }

                #sidebar-wrapper .list-group .submenu a:before {
                    content: "";
                    display: block;
                    float: left;
                    margin: 10px 10px 0 0;
                    /*position: absolute;*/
                    width: 0.4rem;
                    height: 0.4rem;
                    background-color: #FFB422;
                    left: 2.4rem;
                    /*top: calc(50% - 0.3rem);*/
                    /*border: 1px solid #333;*/
                    border-radius: 50%;
                    z-index: 1;
                }

                #sidebar-wrapper .list-group .submenu a:hover {
                    background-color: #fff; /*rgba(255, 255, 255, 0.04);*/
                    color: #26A69A !important;
                    /*border-top-left-radius: 20px;
                    border-bottom-left-radius: 20px;*/
                    border: 1px solid #dee2e6;
                    border-right: 0;
                    /*-webkit-box-shadow: inset 3px 0 0 #F89C22;
                    box-shadow: inset 3px 0 0 #F89C22;*/
                }

    #sidebar-wrapper .list-group-item {
        background: transparent;
        border: 0;
        padding: .6rem 1.25rem;
        color: #26A69A;
        margin-bottom: 5px;
    }

    #sidebar-wrapper .list-group-item-action:focus, .list-group-item-action:hover {
        background-color: #fff; /*rgba(255, 255, 255, 0.04);*/
        color: #26A69A !important;
        /*border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;*/
        border: 1px solid #dee2e6;
        border-right: 0;
    }

    #sidebar-wrapper .list-group-item:hover {
        background-color: #fff; /*rgba(255, 255, 255, 0.04);*/
        color: #26A69A !important;
        /*border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;*/
        border: 1px solid #dee2e6;
        border-right: 0;
        border: 1px solid #dee2e6;
        border-right: 0;
    }

    #sidebar-wrapper .list-group-item.active {
        background-color: #fff; /*rgba(255, 255, 255, 0.04);*/
        color: #26A69A !important;
        /*border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;*/
        border: 1px solid #dee2e6;
        border-right: 0;
        border: 1px solid #dee2e6;
        border-right: 0;
    }

    #sidebar-wrapper .dropdown-item.active, .dropdown-item:active {
        /*background-color: #F9BE00;*/ /*rgba(255, 255, 255, 0.04);*/
        /*-webkit-box-shadow: inset 3px 0 0 #dc3545;
        box-shadow: inset 3px 0 0 #dc3545;*/
        background-color: #fff; /*rgba(255, 255, 255, 0.04);*/
        color: #26A69A !important;
        /*border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;*/
        border: 1px solid #dee2e6;
        border-right: 0;
    }

    #sidebar-wrapper .menu-dropdown {
        display: none;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -12rem;
    }

        #wrapper.toggled #sidebar-wrapper .list-group-item {
            text-align: right;
            padding-right: .5rem;
        }

            #wrapper.toggled #sidebar-wrapper .list-group-item .menu-caption {
                display: none;
            }

            #wrapper.toggled #sidebar-wrapper .list-group-item .menu-icon {
                margin-right: 8px;
            }

        #wrapper.toggled #sidebar-wrapper .menu-collapse {
            display: none;
        }

        #wrapper.toggled #sidebar-wrapper .submenu {
            display: none;
        }

        #wrapper.toggled #sidebar-wrapper .menu-dropdown {
            display: inline-block;
        }

        #wrapper.toggled #sidebar-wrapper .sidebar-profile-text {
            text-align: right;
            padding-right: .2rem;
            font-size: 1.1rem;
        }

            #wrapper.toggled #sidebar-wrapper .sidebar-profile-text .profile-text {
                display: none;
            }

        #wrapper.toggled #sidebar-wrapper .sidebar-heading {
            text-align: right;
        }

            #wrapper.toggled #sidebar-wrapper .sidebar-heading .heading-text-short {
                display: inline-block;
                padding-right: .7rem;
            }

            #wrapper.toggled #sidebar-wrapper .sidebar-heading .heading-text-full {
                display: none;
            }
}

/* Loading */
.loading-panel {
    /*background: rgba(240,240,240,0.8) no-repeat center center;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    cursor: wait;
}

.loading-panel-background {
    background: rgba(240,240,240,0.8) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading-panel-animation {
    background: url("../Resources/Images/Loading/loader.gif") no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading-text {
    position: fixed;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading-icon {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #26A69A;
}
/* End Loading */

span.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 6px;
    padding: 20px 17px;
    text-align: center;
    /*background-color: #eee;*/
}

a.project {
    color: #212529;
}

    a.project:hover {
        zoom: 1.1;
    }

button.project {
    width: 60px;
    height: 60px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.hithere {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.bell {
    /*display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 50px auto 0;
    color: #9e9e9e;*/
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.glow {
    border-radius: 100px;
    /*background-color: #ccc;*/
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 5px -5px #FFD15C;
    }

    to {
        box-shadow: 0 0 5px 5px #FFD15C;
    }
}

.pulse {
    border-radius: 50%;
    background: #28A745;
    box-shadow: 0 0 0 rgba(255,255,255, 1);
    animation: pulse 3s infinite, ring 3s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

.btn-primary {
    background-color: #26A69A;
    border-color: #26A69A;
}

    .btn-primary:hover {
        background-color: #4DB6AC;
        border-color: #4DB6AC;
    }

    .btn-primary:active {
        background-color: #4DB6AC;
        border-color: #4DB6AC;
    }

    .btn-primary:focus {
        background-color: #4DB6AC;
        border-color: #4DB6AC;
    }

    .btn-primary:disabled, .btn-primary.disabled {
        background-color: #26A69A;
        border-color: #26A69A;
    }

.btn-social .fa-facebook-f {
    background: #3B5998;
    color: white;
}

.btn-social .fa-google {
    background: #dd4b39;
    color: white;
}

.btn-social .fab {
    padding: 12px;
    font-size: 30px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.social-line {
    margin: 10px auto;
    width: 200px;
    color: #343a40;
}

    .social-line .or {
        text-align: center;
        background-image: linear-gradient(#aaa,#aaa),linear-gradient(#aaa,#aaa);
        background-size: 40% 1px;
        background-position: center left,center right;
        background-repeat: no-repeat;
    }

.sliderToolIcon {
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    font-size: 1.2em;
}

    .sliderToolIcon:hover {
        color: #333;
    }

.breadcrumb {
    background: #F4F7F0;
    padding: 10px;
}

.bootbox .modal-header {
    padding: .5rem 1rem
}

.bootbox .modal-body {
    text-align: center;
}

.bootbox .modal-footer {
    justify-content: center;
}

.bootbox-close-button {
    background: transparent;
    border: 0;
    font-size: 2rem;
}

.battery {
    padding-top: 7px;
    width: 200px;
    border: solid 2px #6c757d;
    border-radius: 10px;
    position: relative;
    margin: auto;
    display: inline-block;
    max-width: 60%;
}

    .battery:after {
        content: " ";
        top: 15px;
        right: -7px;
        height: 20px;
        width: 7px;
        position: absolute;
        background: #6c757d;
    }

.bar {
    display: inline-block;
    width: 0;
    border: solid thin rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 5px;
    height: 35px;
    background: transparent;
    transition: background 1s;
}

    .bar.active {
        background: #26A69A;
    }

.blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.text-primary {
    color: #26A69A !important;
}

.circle-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 5px #26A69A;
    margin: auto;
    padding-top: 28px;
    background: #F4F7F0;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #26A69A;
        }

            .progressbar li.active:before {
                border-color: #26A69A;
                background: #26A69A;
                color: #fff;
            }

            .progressbar li.active + li:after {
                background-color: #26A69A;
            }

.line {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #dc3545;
    z-index: 99998;
    overflow: hidden;
}

.dot {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #fff;
    animation: dotleft 2s cubic-bezier(.72,.03,.75,.54) infinite;
}

.dot1 {
}

.dot2 {
    animation-delay: .4s;
}

.dot3 {
    animation-delay: .8s;
}

.dot4 {
    animation-delay: 1.2s;
}

.dot5 {
    animation-delay: 1.6s;
}

@keyframes dotleft {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

/* Privacy */
.privacy-title-2Bf {
    font-size: 1.2em;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 6px;
}

.privacy-mainContent-2Vf {
    text-indent: 50px;
    margin: 5px 0px 10px;
}

.privacy-mainContent-2Vf1 {
    text-indent: 70px;
    margin: 5px 0px 10px;
}

.privacy-list-3M2 {
    width: 100%;
}

.privacy-olList-261 {
    list-style-type: decimal;
    padding: 10px 40px;
}

a.no-style {
    color: gray;
    text-decoration: none; /* no underline */
}

.bg-error {
    height: 100vh;
    background: url('../Resources/Images/bg_error.png') no-repeat center fixed;
    background-size: cover;
    /*background: linear-gradient(to bottom, white 70%, #eeeeee 30%);*/
}

.circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px;
    background: #F4F7F0;
    display: inline-block;
}

.circle-icon-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 8px 6px -6px #777;
}

.circle-icon-contact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px 0 13px;
    background: #F4F7F0;
    display: inline-block;
}

.bd-color {
    color: #28ADE3;
}

.card-menu {
    box-shadow: 0 0 5px #eee;
}

.bg-primary {
    background-color: #26A69A !important;
}

.page-item-dt.disabled.active .page-link {
    background-color: #F4F7F0 !important;
    color: #26A69A;
}

.page-item-dt.disabled.active {
    background-color: #F4F7F0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.page-item-dt {
    padding: 10px 10px 0px 10px;
}

.page-item-dt-arrow {
    padding: 5px 0 0 0
}

    .page-item-dt-arrow:first-child .page-link {
        color: #26A69A;
    }

    .page-item-dt-arrow:last-child .page-link {
        color: #26A69A;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    .page-item-dt {
        padding: 10px 10px 10px;
    }

    .page-item-dt-arrow {
        padding: 18px 0 0 0
    }

    .body-login {
        padding-top: 0;
    }
}

#pac-input {
    width: 25%;
}
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    #pac-input {
        width: 94%;
    }
}

.cookies_container {
    display: inline-flex;
    position: fixed;
    bottom: 0px;
    padding: 2px;
    width: 100%;
    margin-bottom: 20px;
    left: 0;
    z-index: 1
}

.cookies_inner_wrapper {
    display: inline-block;
    background-color: #72c02c;
    border-radius: 40px;
    color: #fff;
    padding: 0.6rem 2rem;
}

a.cookies__link {
    color: #fff
}
