/*

------------------------------------------------
Table of Content
------------------------------------------------

1. General CSS styles
2 Header
3. Navigation
4. Pages
4.1. Homapage hero section
4.2. Homepage info section
4.3. Homepage grid
4.4. News page
4.5. Course detail page
4.6. Registration form
5. Sidebar
6. Tables
7. Form elements
8. Footer





/* ============ 1. General CSS styles ============ */

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: 'open sans', 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: normal;
    font-style: normal;
    color: #555555;
    overflow-x: hidden !important;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    padding: 1.25rem 0 1.85rem 0;
    background: url(../img/crossword.png) repeat;
    /*background-repeat: repeat;*/
}

.container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    main {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none !important;
    text-decoration: none;
    color: currentColor;
}

a:hover {
    text-decoration: underline;
}

/* However, for the main area the all black links are not working, so lets make them blue! */
.content a {
    color: #337ab7;
}

.btn, a.btn {
    display: inline-block;
    /* padding: 0.375rem 0.75rem; */
    padding: 12px;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 500;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #333;
}

.btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

.btn-lg {
    /* padding: 0.75rem 1.25rem; */
    font-size: 1.125rem !important;
}

@media (max-width: 576px) {
    .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem !important;
    }
}

a.btn-blue, .btn-blue {
    background-color: #416092;
    color: #fff;
    border-bottom: 2px solid #416092;
}

.btn-blue:hover {
    background-color: #395480;
    border-color: #204d74;
}

.btn-orange {
    background-color: #ffa321;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.btn-orange:hover {

    background-color: #ff9808;
    border-color: #D37406;
    border-bottom: 1px solid #D37406;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 500;
}

h1,
h2,
h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}


.text-blue {
    color: #337ab7;
}

.img-gallery {
    display: flex;
    justify-content: space-evenly;
}

.gallery-column {
    width: 100%;
    flex-basis: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.mb-3 {
    margin-bottom: 1rem;
}

/* ============ 2. Header ============ */

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.875rem 0;
    margin: 0 -0.9375rem;

}

.topbar-center {
    font-size: 1.75rem;
    color: #677B9D;
    width: calc(33.3333% - 1.875rem);
    flex-basis: calc(33.3333% - 1.875rem);
    padding: 0 0.9375rem;
    display: inline-flex;
    align-items: center;
}

.topbar-center svg {
    height: 2.375rem;
    width: 1.375rem;
    vertical-align: bottom;
    stroke: #fff9f1;
    stroke-width: 10;
}

.topbar-center .hover-highlight {
    padding: 1.25rem;
    background-color: #FFF9F1;
    border-radius: 0.5rem;
}

.topbar-center .hover-highlight:hover,
.topbar-center .hover-highlight:focus,
.topbar-center .hover-highlight:active {
    background-color: #ffeed8;
}

.topbar-center .hover-highlight a:hover {
    text-decoration: none;
    font-weight: 300;
}
.hover-highlight a {

    font-weight: 300;
}

.topbar-left {
    width: calc(41.6667% - 1.875rem);
    flex-basis: calc(41.6667% - 1.875rem);
   /* padding: 0 0.9375rem;*/
}

.topbar-right {
    width: calc(25% - 1.875rem);
    flex-basis: calc(25% - 1.875rem);
    /*padding: 0 0.9375rem;*/
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.lang-switcher {

    margin-left: 0.375rem;
    margin-top: 0.25rem;
}

.lang-switcher img {
    display: block;
}

@media (max-width: 991px) {

    .topbar-right,
    .topbar-center {
        display: none;
    }
}

@media (max-width: 768px) {

    .top-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5rem;
        padding-bottom: 1.25rem;
        text-align: center;
        margin-bottom: 10px;
    }


    .topbar-left {
        display: inline-block;
        width: auto;
    }

    .topbar-left>img {
        display: table;
        max-width: 70vw;
    }

    .topbar-center {
        display: block;
        width: fit-content;
        margin: 1.25rem auto 0 auto;
        font-size: 1.25rem;
    }

    .topbar-center svg {
        width: 1rem;
        height: 1rem;
        vertical-align: baseline;
        stroke-width: 25;
    }

    .topbar-center .hover-highlight {
        display: inline-block;
        padding: 0.875rem;
    }

}


/* ============ 3. Navigation ============ */

nav.topnav {
    background-color: #106290;
    color: #fff;
}

nav ul {
    margin: 0;
    padding: 0;
}

.topnav>.container {
    display: flex;
    justify-content: space-between;
}

.main-menu {
    /*padding: 0 0.9375rem;*/
    padding-right: 0.9375rem;
    display: flex;
    justify-content: flex-start;
    width: fit-content;

    margin: 0 -0.9375rem;
}
.top-right-menu {
    margin: 0 -0.9375rem;
}

.nav-item {
    display: inline-block;
    list-style: none;
    position: relative;
}

.nav-item a {
    display: block;
    padding: 1rem 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 300;
}

.nav-item a:hover,
.nav-item a:focus,
.nav-item a:active,
.nav-item.current-page a {
    background-color: #1372a7;
    text-decoration: none;
}

.sub-menu .nav-item a {
    font-size: 1rem;
    padding: 0.4375rem 0.9375rem;
    line-height: 1.42857143;
}

.green-nav-item {
    background-color: #87BD3C;
}

.green-nav-item a:hover,
.green-nav-item a:active,
.green-nav-item a:focus {
    background-color: #6b9630;
}

.orange-nav-item {
    background-color: #EC7704;
    margin-right: -0.25rem;
}

.orange-nav-item a:hover,
.orange-nav-item a:active,
.orange-nav-item a:focus {
    background-color: #ba5e03;
}

.orange-nav-item a {
    padding-left: 3.75rem;
}

.orange-nav-item a:before {
    content: '';
    position: absolute;
    left: 0.3125rem;
    top: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.25rem;
    background: #fff url(../img/id06.png) center center no-repeat;
    background-size: auto 2.1875rem;
}

.sub-menu {
    position: absolute;
    z-index: 110;
    top: 100%;
    left: 0;
    /*min-width: 10rem;*/
    min-width: 100%;
   /* min-width: 8rem;*/
    display: block;
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 600ms cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1372a7;
}

.sub-menu li {
    width: 100%;
    text-wrap: nowrap;
}

.green-nav-item .sub-menu {
    background-color: #87BD3C;
}

.nav-item:hover .sub-menu {
    max-height: 20rem;

}

.sub-menu .nav-item a:hover,
.sub-menu .nav-item a:active,
.sub-menu .nav-item a:focus {
    text-decoration: underline;
}

.toggle-nav {
    display: none;
}

.lang-switcher-mobile {
    display: none;
}

@media (max-width: 991px) {

    .toggle-nav {
        display: flex;
        cursor: pointer;
        padding: 0.5625rem 0.625rem;
        margin: 0.5rem 0.9375rem 0.5rem 0;
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        background-color: transparent;
        height: 2.125rem;
        width: 2.75rem;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
        justify-self: flex-end;
    }

    .toggle-nav:focus,
    .toggle-nav:active,
    .toggle-nav:hover {
        background-color: #4081a6;
    }

    .toggle-nav>span {
        display: block;
        width: 1.375rem;
        height: 0.125rem;
        border-radius: 0.0625rem;
        background-color: #fff;
    }

    .topnav {

        max-height: 3.25rem;
        overflow: hidden;
        transition: max-height 400ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .topnav.toggled {
        max-height: 100vh;
        transition: max-height 400ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .top-right-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .orange-nav-item {
        order: 2;
    }

    .green-nav-item {
        order: 1;
    }

    .toggled .main-menu {
        border-top: 1px solid #e7e7e7;
        padding-top: 0.5rem;
    }

    .topnav .sub-menu {
        position: relative;
        top: unset;
    }


    .topnav>.container {
        display: grid;
        justify-content: unset;
    }

    .topnav .nav-item {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .lang-switcher-mobile {
        display: inline-flex;
        position: absolute;
        align-items: center;
        height: 3.125rem;
        line-height: 1;
    }

    .lang-switcher-mobile p {
        font-weight: bold;
        margin-right: 0.5rem;
    }

    .topnav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 0 1px;
    }


    .topnav .sub-menu {
        max-height: unset;

    }

    .topnav .nav-item {
        text-align: center;
        /*margin: 0 -0.9375rem;*/
        width: calc(100% + 1.875rem)
    }

    .topnav .main-menu .nav-item,
    .topnav .top-right-menu .nav-item {
        width: 100%;
    }

    .topnav .sub-menu .nav-item {
        margin: 0;
    }

    .topnav .nav-item a {
        padding: 0.625rem;
    }

    .sub-menu .nav-item a {
        font-size: 0.875rem;
        padding: 0.4375rem;
    }

    .main-menu {
        display: block;
        margin: 0 -0.9375rem;
        width: calc(100% + 1.875rem);
    }

    .top-right-menu {
        /*padding: 0 0.9375rem;*/
        margin: 0 -0.9375rem;
        width: calc(100% + 1.875rem);
    }

    .orange-nav-item a:before {
        width: 2rem;
        height: 2rem;
        top: 0.25rem;
        left: 0.25rem;
        background-size: auto 1.85rem;
    }

    .toggle-nav {
        margin-right: 0;
        margin-top: 0.5625rem;
    }


}

/* ============ 4. Homepage ============ */

/* ============ 4.1 Hero section ============ */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    min-height: 27rem;
    margin: 0 -0.9375rem;
}

.hero-left {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    padding: 0 0.9375rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.8125rem;
    flex-shrink: 0;
    align-self: stretch;
    box-sizing: border-box;
}

.hero-left h2 {
    font-size: 2.1875rem;
    margin: 0;
}

.hero-left p {
    font-size: 1.25rem;
}

.hero-right {
    width: 50%;
    flex-basis: 50%;

}

.form-wrapper {
    display: flex;
    padding: 3.125rem 6rem 3.875rem 6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/hero-right-bg.png);
    background-size: cover;
    box-sizing: border-box;
}

.course-filter label {
    font-weight: 500;
    margin-bottom: 0.25rem;
    display: block;
    width: 100%;
}

form.course-filter {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 2rem 1fr;
    grid-template-rows: 1fr 1fr 1fr 3.875rem auto;
    grid-template-areas:
        "training training training"
        "language a city"
        "datestart to dateend"
        "gap gap gap"
        "submit b link";
}

.course-filter input[type="text"],
.course-filter input[type="date"],
.course-filter select {
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3125rem 0.5rem 0.3125rem 0.8125rem;
    color: #5a5a5a;
    margin-bottom: 1.25rem;
    margin-top: 0 !important;
    height: 34px;
}

.course-filter select {
    padding: 0.38rem 2rem 0.38rem 0.8125rem;
}

div.form-grid-item {
    display: grid;
    align-content: flex-end;
    position: relative;
}

span.form-grid-item {
    font-size: 0.875rem;
    display: grid;
    place-content: center;
    padding-top: 0.5rem;
}

.form-grid-item:nth-child(1) {
    grid-area: training;
}

.form-grid-item:nth-child(2) {
    grid-area: language;
}

.form-grid-item:nth-child(3) {
    grid-area: city;
}

.form-grid-item:nth-child(4) {
    grid-area: datestart;
}

.form-grid-item:nth-child(5) {
    grid-area: to;
}

.form-grid-item:nth-child(6) {
    grid-area: dateend;
}

.form-grid-item:nth-child(7) {
    grid-area: submit;
}

.form-grid-item:nth-child(8) {
    grid-area: link;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.form-grid-items{
    margin-bottom: 1.25rem;
}

.input-hidden {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3125rem 0.5rem 0.3125rem 0.8125rem;
    color: #5a5a5a;
    margin-bottom: 1.25rem;
    opacity: 0;
}
::placeholder {
    color: #5a5a5a;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #5a5a5a;
}

@media (max-width: 1023px) {
    .hero {
        flex-wrap: wrap;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        flex-basis: 100%;
        gap: 0;
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 768px) {

    .form-wrapper {
        padding: 3.125rem;
    }

    span.form-grid-item {
        padding-top: 0.25rem;
    }
}

@media (max-width: 576px) {
    .form-wrapper {
        padding: 3.125rem 1.625rem;
    }

    span.form-grid-item {
        padding-top: 0;
        padding-bottom: 0.375rem;
        place-content: flex-end center;
    }
}

@media (max-width: 420px) {
    form.course-filter {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr auto auto 1.5rem auto auto;
        grid-template-areas:
            "training"
            "language"
            "city"
            "datestart"
            "to"
            "dateend"
            "gap"
            "submit"
            "link";
    }

    span.form-grid-item {
        place-content: unset;
        padding: 0.25rem 0;
    }

    a.form-grid-item {
        margin-top: 1rem;
    }
}

/* ============ 4.2. Info section ============ */

.info {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 0.9375rem;
    /*border: 0.6325rem solid #fff;*/
    background-color: #fff;
    font-weight: 300;
    margin: 0 -0.9375rem 1.875rem -0.9375rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 1.875rem;
}

.info-grid {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);

    background-color: #fff;
    font-weight: 300;
    /*margin: 0 -0.9375rem 1.875rem -0.9375rem;*/
    margin: 1.875rem -0.9375rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-card {
    position: relative;
    padding: 3.125rem 0.9375rem 0.9375rem 0.9375rem;
}

.grid-card h2 {

    color: #337ab7;

    /*font-family: "Helvetica Neue";*/
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 0px */
    letter-spacing: -0.6px;
    overflow: hidden;
    margin: 0 0 1.25rem 0;
}

.info-label {
    position: absolute;
    display: block;
    top: 0;
    left: 0.9375rem;
    /* padding: 0.0625rem 0.5625rem;
    border-radius: 2px;
    background-color: #FF5D21;
    color: #fff;*/
    padding: 0.225rem 0.45rem;
    border-radius: 0.125rem;
    background-color: #FF5D21;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.info-column {
    width: 33%;
    flex-basis: 33%
}

@media (max-width: 768px) {
    .info {
        margin-top: 1.25rem;
        flex-wrap: wrap;
        gap: 0;
    }

    .info-column {
        width: 100%;
        flex-basis: 100%;
    }
}

/* ============ 4.3. Grid ============ */
.white-bg {
    background-color: #fff;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);

}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(100px, 1fr));
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 0 -0.9375rem;
}

.grid-item {
    position: relative;
    padding: 3.125rem 0.9375rem 0.9375rem 0.9375rem;
}

.grid-item:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background-color: #ddd;
}

.grid-item-label {
    position: absolute;
    top: 0.9375rem;
    padding: 0.225rem 0.45rem;
    border-radius: 0.125rem;
    background-color: #FF5D21;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;

}

.grid-item h2 {
    height: 3.3em;
    font-size: 1.75rem;
    line-height: 1.1;
    overflow: hidden;
    color: #337ab7;
    font-weight: 500;
    margin: 0 0 1.25rem 0;
}

.grid-item h2 a:hover,
.grid-item h2 a:focus,
.grid-item h2 a:active {
    text-decoration: underline;
}

.grid-item-img-wrapper {
    width: 100%;
    height: 14rem;
    overflow: hidden;
    border-radius: 1rem;
}

.card-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-item-description {

    margin: 1.25rem 0 9.5rem 0;
}

.grid-item-info {
    height: 9.5rem;
    position: absolute;
    bottom: 0;
}

.price {
    display: block;
    width: 100%;
    color: #FF5D21;
    font-weight: 300;
    font-size: 1.75rem;
    margin-bottom: 0.3125rem;

}

.price small {
    display: block;
    color: #555;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

.grid-item-info a.btn {
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.after-main-content {
    text-align: center;
}

.after-main-content a {
    display: inline-block;
    margin: 1.875rem auto;
    background-color: #FFF9F1;
    color: #337ab7;
    border-radius: 0.5rem;
    padding: 0.9375rem 1.875rem;
    font-size: 1.5rem;
    font-weight: 300;
}

.after-main-content a:hover,
.after-main-content a:focus,
.after-main-content a:active {
    text-decoration: none;
    background-color: #ffeed8;
    color: #23527c;
}
.form-row {
    display: grid;
    grid-template-columns: 0.4fr 0.5fr;
    justify-items: start;
    align-items: center;
}

@media (max-width: 991px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .info-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-item h2 {
        height: auto;
    }

    .grid-item-img-wrapper {
        height: auto;
        width: 50%;
        float: right;
    }

    .card-image {
        object-fit: none;
    }
}

@media (max-width: 576px) {
    .grid-item-img-wrapper {
        float: none;
        width: 100%;
    }

    .grid-item-description {
        margin-bottom: 0.5rem;
    }

    .grid-item-info {
        position: relative;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .price-small,
    .grid-item-info a.btn {
        margin-bottom: 0.5rem;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ============ 4.4. News page ============ */

.news-list {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
}

.news-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

/* ============ 4.5. Course detail page ============ */

.course-row {
    /*padding: 0.5rem;*/
    padding: 0.5rem 0.5rem 0.5rem 0;
    border-top: 1px solid #ddd;
    display: grid;
    grid-template-columns: 14rem auto;
}

.course-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.course-row.single-line {
    display: block;
}

@media (max-width: 768px) {
    .calendar-title {
        padding-top: 1.25rem;
        border-top: 1px solid #ccc;
    }
}

@media (max-width: 576px) {
    .course-row {
        display: block;
    }

    .course-row>* {
        display: block;
    }
    .row-content.sep-line {
        display: block;
    }

    .course-row.single-line>* {
        display: contents;
    }

    .newline-mobile {
        display: block;
    }

    .row-title {
        margin-right: 0.25rem;
    }

    .row-content img {
        vertical-align: middle;
    }

    .personcard-checkboxes {

        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;

        .checkbox-items {
            margin: 10px 0;
        }
    }
}
@media (max-width: 420px) {
    .personcard-checkboxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============ 4.6. Registration form ============ */

#course-info {
    display: none;
}

#course-info.active {
    display: block;
}
.registration-form {
    margin-top: 1.5625rem;
}


/* ============ 5. Sidebar ============ */

.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: flex;
}

.left-sidebar {
    width: 25%;
    box-sizing: border-box;
    display: inline-block;
    background-color: #F5F8FC;
    padding: 1.875rem;
    min-height: 20rem;
    vertical-align: top;
}

.left-sidebar h3 {
    color: #3098D3;
    font-weight: 300;
    margin: 2.5rem 0 1.25rem 0;
}

.left-sidebar h3:first-child {
    margin-top: 0;
}

.sidebar-nav-item {
    display: block;
    color: #416092;
    margin-bottom: 0.9375rem;
    font-size: 0.9375rem;
}

.content {
    width: calc(75% - 5px);
    box-sizing: border-box;
    display: inline-block;
    padding: 35px;
}

@media (max-width: 1023px) {
    .left-sidebar {
        display: none;
    }

    .content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 1.875rem 0.9375rem;
    }


}


/* ============ 6. Tables ============ */
/*table {
    word-break: break-word;
}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.table-striped th,
.table-striped td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
    min-width: 90px;
}


.price-column {
    white-space: nowrap;
}

.sub-header {
    background-color: #F2F2F2;
}

.course-title {
    position: relative;
    padding-right: 2.75rem !important;
    /* font-weight: 600; */
}

.course-thumbnail {
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 2.25rem;
}

.course-link {
    cursor: pointer;
}


.course-link:hover {
    background-color: #eee !important;
}

.course-link a {
    color: #337ab7;
}

.course-link:hover .course-title {
    text-decoration: underline;
}
/* TODO: Remove this someday: */
.course-title a{
   /* color: #555555; */
}

/* TODO: Remove this someday: */
.date-column {
    /* color: #337ab7; */
}

@media only screen and (max-width: 768px) {

    .table-responsive thead {
        display: none;
    }

    .table-responsive table,
    .table-responsive tbody,
    .table-responsive tr {
        display: block;
        max-width: 100%;
    }

    .table-responsive td {
        display: flex;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0;
        white-space: normal;
        border: 0;
    }

    .table-responsive td img {
        align-self: center;
    }

    .table-responsive td.course-title {

        padding-right: 2.75rem;
    }

    .table-responsive td:first-child {
        padding-top: 1.25rem;
        border-top: 1px solid #ddd;
    }

    .table-responsive .course-link>td:before {
        margin-right: 0.5rem;
        min-width: 5.5rem;
        max-width: 5.5rem;
        font-weight: 600;
        border-right: 1px solid #ddd;
        padding-right:0.25rem;
    }

    .table-responsive .course-link>td:nth-child(1):before {
        content: 'Kuupäev:';
        display: inline-block;

    }

    .table-responsive .course-link>td:nth-child(2):before {
        content: 'Koolituse nimetus:';
        display: inline-block;

    }

    .table-responsive .course-link>td:nth-child(3):before {
        content: 'Linn:';
        display: inline-block;

    }

    .table-responsive .course-link>td:nth-child(4):before {
        content: 'Keel:';
        display: inline-block;

    }

    .table-responsive .course-link>td:nth-child(5):before {
        content: 'Hind (+km):';
        display: inline-block;

    }


}

/* ============ 7. Form elements ============ */

form:not(.course-filter)>div:not(.justify-start) {
    /*display: flex;
    display: flex;*/
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5625rem;
    margin-bottom: 0.3125rem;
}
.form-footer {
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5625rem;
    margin-bottom: 0.3125rem;
}
/*
form>div.justify-start {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-bottom: 1.5625rem;
}*/
.justify-start {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-bottom: 1.5625rem;
}

select {
    appearance: none;
    background-image: url("../img/chevron.svg");
    background-repeat: no-repeat;
    background-position: right 0.5rem top 50%;
    background-size: 1.5rem auto;
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0.38rem 2rem 0.38rem 0.8125rem;
    color: #5a5a5a;
    /*margin-bottom: 1.25rem;*/
    margin: 4px 0 1.25rem 0;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.datepicker {
    border: 1px solid #77ADE4;
    box-shadow: 0 0 1px 0.5px rgba(158, 194, 205, 0.40);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*input[type="date"]:not(.has-value):before{
    color: lightgray;
    content: attr(placeholder);
}*/

select:hover,
textarea:hover,
.datepicker:hover {
    border: 1px solid #77ADE4;
    box-shadow: 0 0 1px 0.5px rgba(158, 194, 205, 0.40);
}

select:focus-visible,
input:focus-visible {
    outline: 0;
}
textarea:focus-visible {
    outline: 0;
    border: 1px solid #77ADE4;
    box-shadow: 0 0 1px 0.5px rgba(158, 194, 205, 0.40);
}

input:not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    /*margin-top: 0.5rem;*/
    margin-top: 4px;
    padding: 0.3125rem 0.5rem 0.3125rem 0.8125rem;
    color: #5a5a5a;
    /*margin-bottom: 1.25rem;*/
    border-radius: 0.25rem;
    border: 1px solid #ccc;
}

.custom-reg-search-dropdown {
    background-color: #fff;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    z-index: 111;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 2px 4px #0000001a;
    width: 100%;
    right: -1px;
}

.custom-reg-search-dropdown .option:hover {
    background-color: #eee;
}

.custom-reg-search-dropdown .option {
    padding: 4px 8px;
    cursor: pointer;
}


input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):hover {
    border: 1px solid #77ADE4;
    box-shadow: 0 0 1px 0.5px rgba(158, 194, 205, 0.40);
}


input[type="checkbox"] {
    display: none;

}

input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}


.checkmark {
    position: relative;
    padding-left: 1.875rem;
    font-weight: 400;
}

.checkmark:before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.checkmark.error:before {
    border: 1px solid #d95129;
}

input[type="checkbox"]:checked+span.checkmark:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.40625rem;
    background-image: url(../img/checkmark.svg);
    position: absolute;
    top: 0.40625rem;
    left: 0.40625rem;
}

input[type="radio"]:checked+span.checkmark:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.40625rem;
    background-image: url(../img/checkmark.svg);
    position: absolute;
    top: 0.40625rem;
    left: 0.40625rem;
}

input[type="checkbox"]:hover+span.checkmark::before {
    border: 1px solid #77ADE4;
    box-shadow: 0 0 1px 0.5px rgba(158, 194, 205, 0.40);
}

label {
    font-weight: 700;
    /*width: 100%;*/
    flex-basis: 100%;
    position: relative;
    padding-right: 0.75rem;
}

.personcard-checkboxes label{
    padding-right: 0;
}

/*label.req:after {
    content: '*';
    color: #777;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 1.625rem;
    ;
}*/
label:has(+ [required])::after {
    content: '\00a0 *';
    color: #777;
}

.justify-start label {
    width: auto;
    flex-basis: auto;
}

.input-descr {
/*    position: absolute;*/
    color: #777;
    font-size: 0.625rem;
/*    bottom: 0;
    left: 0;*/
}

textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin-top: 4px;
}

.form-nav {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
}

.form-footer {
    padding: 0.5625rem 0;
    display: flex;
}

.form-nav svg {
    vertical-align: middle;
}

.form-nav:hover {
    color: #337AB7;
}

.form-nav.disabled {
    pointer-events: none;
    color: #777;
}

@media screen and (max-width:767px) {
    input:not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
        margin-bottom: 1.75rem;
    }

    .input-descr {
        bottom: - 0.3125rem;
    }
}



/* ============ 8. Footer ============ */
footer {
    padding: 1.875rem 0.9375rem;
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    margin: 0 -0.9375rem;
}

.footer-top .footer-section {
    border-right: 1px solid #eee;
    padding: 0 0.9375rem;
    width: 33.3333%
}

.footer-logo.main-logo {
    width: 100%;
    text-align: center;
}

.footer-logo.main-logo>img {
    display: inline-flex;
}

.footer-top .footer-section:last-child {
    border-right: 0;
}

.footer-top p {
    line-height: 1.8;
    margin-top: 0;
}

.footer-bottom {
    padding: 3.125em 0 1.25rem 0;
    margin: 0;
}

.footer-bottom .footer-section {
    width: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.footer-logo:first-child {
    margin-bottom: 2.5rem;
}

.footer-logo>img {
    display: block;
}

.footer-logo:last-child {
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: #416092;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.625rem 0;
}

.fb-link {
    padding: 0.625rem 1.25rem;
    margin: 0 0 1.25rem;
    font-size: 1.09375rem;
    border-left: 0.3125rem solid #eee;
    display: inline-block;
}

.fb-link:hover {
    text-decoration: underline;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    padding: 0 0.9375rem;
}

.footer-bottom-left img {
    width: 33%;
    flex-basis: 33%;
}

.footer-bottom-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
}


.footer-bottom-right span {
    font-size: 1.0625rem;
    max-width: 30ch;
    margin-top: 1.25rem;
    margin-right: 1.875rem;
    align-self: flex-start;
}

.footer-bottom-right img {
    margin-right: 2.625rem;
}

.footer-bottom-right a:hover {
    text-decoration: underline;
}

i.icon {
    display: inline-block;
    width: 0.875rem;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -0.125rem;
}

.phone-square {
    background-image: url(../img/phone-square.svg);

}

.envelope-square {
    background-image: url(../img/envelope-square.svg);

}

@media (max-width: 768px) {

    .footer-top,
    .footer-bottom {
        flex-wrap: wrap;
        padding: 0;
    }

    .footer-section {
        width: 100% !important;
        flex-basis: 100% !important;
        text-align: center;
        border-right: 0;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #eee;
    }

    .footer-bottom .footer-section:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-logo:last-child {
        margin-bottom: 0.5rem;
    }

    .footer-logo>img {
        display: inline-flex;
    }

    .footer-bottom-right {
        flex-wrap: wrap;
    }

    .footer-bottom-right span {
        margin-top: 0;
        max-width: unset;
        width: 100%;
    }

    .footer-bottom-right img {
        display: block;
        margin: auto;
    }

}

@media screen and (max-width:575px) {
    form:not(.course-filter) label {
        /*width: 100% !important;*/

        flex-basis: 100% !important;
        /*margin-bottom: 1rem;*/
        margin-bottom: 0.5rem;
        display: block;
    }
    .req {
        margin-bottom: 0!important;
    }
    .form-grid {
        gap: 10px;
        margin-bottom: 10px;
    }
    input {
        margin-bottom: 1.25rem;
        margin-top: 0;
    }
    .justify-start {
        display: block !important;
    }


    form:not(.course-filter)>div:not(.form-footer, .d-none) {
        display: block !important;
    }
    .d-none {
        display: none !important;
    }

    input:not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
        margin-bottom: 0;
    }

    .input-descr {
        position: relative;
    }
}

/* ============ 8. Responsive fixes ============ */
.d-none {
    display: none !important;
}
.w-bold {
    font-weight: bold;
}
.items-checkboxes {
    display: flex;
    gap: 1.85rem;
    align-items: center;
}
.items-checkboxes div{
    padding-top: 30px;
}
.personcard-checkboxes{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
}
.holder-type{
    gap: 50px;
    justify-content: unset!important;
}
.pc-img{
    padding-top: 7px;
}

.reg-button{
    padding: 12px 20px;
    background-color: #FFA321;
    border-radius: 6px;
    color: #fff;
    width: 170px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.title-par {
    display: flex;
    justify-content: space-between;
}
.button-add {
    text-align: center;
    margin-bottom: 20px;
}
.button-remove {
    cursor: pointer;
}

.app-input-error-text {
    margin-top: 4px;
    color: #d95129;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -.01em;
}
.app-input-error {
    border-color: #d95129 !important;
}
.title{
    /*font-size: 1.5rem;

    margin-bottom: 1.25rem*/;
    font-weight: bold;
}
#response_course_name, #response_course_time{
    display: flex;
    /*justify-content: space-between;*/
}
#response_course_name >span, #response_course_time >span{
    font-weight: bold;
}

.uppercase{
    text-transform: uppercase;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label {
    color: #555555;
    /*width: 170px;*/
    border: 1px solid #CCCCCC;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    display: block;
    padding: 0.375rem 0.75rem;
    margin: 5px 0 15px 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0.25rem;
    background-color: #fff;
}

.file-input{
    display: flex;
    align-items: center;
    color: #5C5C5C;
    background-color: #F8F7F7;
    border-radius: 15px;
    text-align: center;
    justify-content: space-between;
    width: 200px;
}

.file-input div{
    padding: 2px 0 2px 10px;
    white-space: nowrap;
}

.file-input span{
    display: flex;
    align-items: center;
    padding: 2px 10px;
}
.file-input span>svg{
    cursor: pointer;
}

.personcard {
    text-transform: uppercase;
    margin-bottom: 25px!important;
    font-weight: 700;
}

.personcard-header{
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}
.personcard-header div{
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.pt-10{
    padding-top: 10px;
}


/* ============ 9. Calendar ============ */

.calendar .header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    gap: 1px;
    /*border: 1px solid #ddd;
    border-radius: 2px;*/
    width: 100%;
    margin: 0 auto;
}

.cal-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    /*gap: 1px;
    border: 1px solid #ddd;*/
    border-radius: 2px;
    width: 100%;
    margin: 0 auto;
}

.cal-header {
    display: flex;
    background-color: #eee;
    height: 60px;
    border-right: 1px solid #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.cal-content {
    display: flex;
    background-color: #e9f2a9;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid #fff;

}
.cal-content.empty {
    background-color: #fff;
    font-weight: normal;
}

.calendar-month {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.calendar-month span{
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background-color: #eee;
    color: #666;
    line-height: 32px;
    border-radius: 3px;
/*    font-weight: bold;*/
}
.calendar-month .prev{
    margin-right: 15px;
}
.calendar-month .next{
    margin-left: 15px;
}

.cal-content a{
    display: flex;
    justify-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    height: 60px;
    width: 100%;
}
a span{
    flex-basis: 100%;
    text-align: center;
}

.cal-content img {
    width: 24px;
}

.mr-5 {
    margin-right: 5px;
}
.month-data {
    display: inline-block;
}

.app-tooltip {
    position: relative;
    cursor: auto!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.app-tooltip > .app-tooltip-content {
    opacity: 0.01;
    pointer-events: none;
    position: absolute;
    /*top: 50%;*/
    top: 0;
    /*transform: translateY(-50%);*/
    right: calc(100% + 8px);
    overflow: hidden;
    z-index: 2;
    max-width: 200px;
    min-width: 60px;
    background-color: transparent;
    width: 100vw;
    transition: opacity 0.15s ease-out;
}

.app-tooltip:hover {
    cursor: pointer;
}
.app-tooltip:hover > .app-tooltip-content {
    opacity: 1;
}

.bank-container{
    display:grid;
    width:100%;
    grid-template-columns: repeat(4, 1fr);
    /*flex-direction:row;
    flex-wrap:wrap;*/
    padding-top:16px;
    align-items:flex-start
}

.montonio-target-container{
    background-color:#fafbfc;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    padding:16px;
    box-sizing:border-box
}

.montonio-target-container p{
    font-family:inherit,sans-serif
}

.montonio-target-container *{
    box-sizing:border-box
}

.bank{
    height:100px;
    border:1px solid #f5f5f5;
    margin:0 16px 16px 0;
    width:100px;
    display:flex;
    box-shadow:0 1px 2px rgb(15 26 42 / 8%);
    background-color:#fff;
    border-radius:20px;padding:12px;
    cursor:pointer
}

.bank img{
    max-width:100%;
    max-height:26px;
    margin:auto;
    pointer-events:none
}

.country-select {
    width:100%;
    height:32px;
    font-size:16px;
    border-radius:3px;
    border:2px solid #e1e8ed
}

.bank:not(.bank-active):hover{
    background-color:#f7f7f7!important
}

.bank-active{
    transition-duration:.2s;
    background-color:#bee6ff!important
}
.bank-button {
    background-color: #000;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px #00000059;
    color: #cfcfd0;
    cursor: pointer;
    font-size: 18px;
    margin: auto auto 32px;
    padding: 14px;
    text-decoration: none;
    transition-duration: .4s;
}

.payment-button {
    text-align: center;
    margin-top: 10px;
}
.payment-button .app-input-error-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.error-page{
    padding: 2.5rem 0.9375rem 2.5rem 3.4375rem;
    width: 100%;
    text-align: center;
}

.f-20 {
    font-size: 20px;
}

.cards-container .form-grid-items {
    /*margin-bottom: 0;*/
}

.card-item {
    margin-bottom: 1.25em;
}

.card-item label {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}
.card-item label span:last-child {
    cursor: pointer!important;
}

.card-item select {
    margin-bottom: 0;
}

/*-------------------- payment response styles------------------*/
.big_message_wrap {border: 1px solid #ddd; border-radius: 0.25rem; padding: 30px; margin: 30px; text-align: center;}
.big_message_icon {display: flex; margin: 0 auto 25px; width: 90px; height: 90px; border-radius: 999px; background: #73b62f url('data:image/svg+xml,<svg fill="%23FFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') center / 45px no-repeat; animation: mailboxanime 1.2s 0.2s 1 cubic-bezier(.36,.07,.19,.97) both;}
.big_message_icon.error {background-color: #FF5D21; background-image: url('data:image/svg+xml,<svg fill="%23FFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');}
@keyframes mailboxanime {
    0% {transform: scale(1);}
    20% {transform: scale(1.15);}
    40% {transform: scale(1);}
    60% {transform: scale(1.15);}
    80% {transform: scale(1.25);}
    100% {transform: scale(1);}
}
.big_message {font-size: 26px; margin-bottom: 10px;}
.big_subtext {}

/*------------spinner for inputs fields----------------*/
input.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cg transform='rotate(0 25 25)'%3E%3Cpath d='M25,5 A20,20 0 0,1 39.14,39.14' fill='none' stroke='%235c5c5c' stroke-width='5'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='2s' repeatCount='indefinite' /%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
}



