﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Roboto&display=swap');

* {
    font-family: Oswald;
}

body {
    margin: 0px;
    background: #fff;
}
.dvBxClub {
    position: relative;
    float: left;
    width: 170px;
    height: 250px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 7px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.dvBoxClubBtn {
    background: #ffffff;
    text-decoration:none;
    color:#202020;
    height:250px;

}
    .dvBoxClubBtn:hover {
        background: linear-gradient(45deg,#084386,#73b4ff);
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
.dvBxClubIco {
    padding: 5px 10px 10px 20px;
    font-size: 40px;
    color: #0069c6;
}
.dvBxClubTxtT {
    margin: 5px 10px 10px 10px;
    font-size: 15px;
    border-bottom: 1px solid #cecece;
    height:48px;
}
.dvBxClubTxt {
    padding: 5px 0px 0px 10px;
    font-size: 13px;
}
.dvBxClub:hover {
    background: #00a1ff;
    color: #fff;
    cursor: pointer;
}
/* form */
.dvAuth {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((100vh/2) - 170px);
}

.dvAuthMain {
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
}

.dvTopPg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255, 0.7);
    top: 0px;
    height: 65px;
    border-bottom: 1px solid #808080;
    z-index: 1000;
    transition: all 0.9s;
}

.dvContinut {
    margin-top: 80px;
    padding: 20px;
}
.dvForm {
    position: relative;
    max-width: 720px;
    border: 1px solid #808080;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 15px;
}

/* backgrounds */
.bg_auth_adm {
    background: rgb(61,138,214);
    background: radial-gradient(circle, rgba(61,138,214,1) 0%, rgba(20,102,170,1) 100%);
}
.mod_box_info {
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.64);
}

.mod_bg {
    background-color: black;
    filter: aplha(opacity=60);
    opacity: 0.5;
}

/* pagina general */
.dvPgTitlu {
    padding-top: 5px;
    font-size: 20px;
    width: 250px;
}
.dvPgHostTitlu {
    margin-top: -22px;
    display: flex;
    justify-content: space-between;
}
.dvPgHostTitluBtn {
    position: relative;
    float: right;
    display: flex;
    min-width: 285px;
    height: 40px;
    justify-content: flex-end;
}

.ico_verde {
    color: #14a10e;
}

    .ico_verde:hover {
        color: #14a10e;
    }

.ico_rosu {
    color: #bf0e0e;
}

    .ico_rosu:hover {
        color: #bf0e0e;
    }

.ico_albastru {
    color: #1f8dd6;
}

    .ico_albastru:hover {
        color: #1f8dd6;
    }

.ico_gri {
    color: #808080;
}

    .ico_gri:hover {
        color: #333;
    }

.btnB {
    padding: 5px 10px 5px 10px;
    color: #333;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    border: 1px solid #808080;
    margin: 5px 10px 5px 10px;
}

.btn_left_20 {
    margin-left: 20px;
}

.btn_verde {
    color: #fff;
    background: #1b9b09;
}

    .btn_verde:hover {
        background: #1d8a0e;
        color: #fff;
    }

.btn_rosu {
    color: #fff;
    background: #ba0303;
}

    .btn_rosu:hover {
        color: #fff;
        background: #a10b0b;
    }

.btn_albastru {
    color: #fff;
    background: #1f8dd6;
}

    .btn_albastru:hover {
        color: #fff;
        background: #1a71bd;
    }

.btn_gri {
    color: #fff;
    background: #8e8e8e;
}

    .btn_gri:hover {
        background: #808080;
        color: #fff;
    }
.txt_titlu_p1 {
    color: #1f8dd6;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    float: left;
    top: 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.txt_titlu_p2 {
    color: #333;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    float: left;
    top: 15px;
    padding-top: 20px;
    padding-left: 5px;
}
.mAuthForm {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.mAuthDv {
    border: 1px solid #808080;
    background: #fff;
    color: #000;
    border-radius: 5px;
}
/* card statistica */
.cardBoxCount {
    color: #fff;
}

.bg-cBC-blue {
    background: linear-gradient(45deg,#084386,#73b4ff);
}

.bg-cBC-green {
    background: linear-gradient(45deg,#347168,#59e0c5);
}

.bg-cBC-yellow {
    background: linear-gradient(45deg,#B07117,#ffcb80);
}

.bg-cBC-pink {
    background: linear-gradient(45deg,#FF5370,#904cf4);
}

.bg-cBC-verde {
    background: linear-gradient(45deg,#348423,#0ae118);
}


.cardBoxC {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .cardBoxC .card-block {
        padding: 20px;
    }

.cardBoxCount i {
    font-size: 26px;
}

.fBC-left {
    float: left;
}

.fBC-right {
    float: right;
    font-size: 12px;
    margin-top: -2px;
}