@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Maven+Pro:wght@400;500;600;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);

a {
    color: #1E7FC6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    line-height: 1.6;
    color: #6b7885;
    overflow-x: hidden;
    font-size: .84rem;
    scroll-behavior: smooth;
    font-family: Inter, sans-serif;
    transition: all .3s ease;
    -webkit-font-smoothing: antialiased;
    background-color: #f3f4f6;
    padding: 0;
    margin: 0;
}

h1 {
    margin-top: 0px;
}

.nofloat {
    float: none !important;
}

.float-wrapper {
    position: relative;
    width: auto;
}

.float-wrapper::after{
    content: '';
    clear: both;
    display: block;
}

#load-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 9px #979797;
    text-align: center;
}

#load-img {
    width: 205px;
    height: 205px;
    position: static;
    margin: 0px auto;
}

#load-img img{
    width: 100%;
}

#load-message {
    font-size: 20px;
}

body.page-newcampaign, body.login-page {
    background-color: #fff;
}

body.welcome-page {
    background: #60b5da;
}

.welcome-page header {
    width: 1024px;
    margin: 0px auto;
    height: 75px;
    padding-top: 20px;
}

.welcome-page #submit {
    padding: 10px;
    font-family: 'sans-pro';
    font-weight: 600;
    font-size: 18px;
}

.welcome-page .left, .welcome-page .right {
    width: 50%;
    margin: 0px;
}

.welcome-page .image {
    background-image: url('img/image7.jpg');
    border-radius: 15px;
    float: right;
    width: 461px;
    height: 348px;
    /* you need to match the shadow color to your background or image border for the desired effect*/
    box-shadow: 0 0 0px 0px #60b5da inset;
}

.logos__container {
    max-width: 1400px;
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.logos__item {
    max-width: 100px;
    margin: 1em;
}

.logos__item img {
    max-width: 100%;
    height: auto;
}

#logo-front {
    color: #fff;
    font-family:'avenirnext-demi';
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    letter-spacing: 4px;
}

main #submit {
    float: left;
    margin-top: 43px;
}

.welcome-page .nav {
    float: right;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

.welcome-page .nav .submenu {
    position: absolute;
    display: none;
    background: #fff;
}

.welcome-page .nav li{
    float: right;
}

.welcome-page .nav li a {
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    margin-left: 8px;
    display: inline-block;
    position: relative;
    font-family:'sans-pro';
    color: #fff;
}

.welcome-page h1 {
    font-size: 36px;
    color: #fff;
    line-height: normal;
}

.welcome-page main {
    width: 1024px;
    margin: 130px auto 0;
}

.checkbox-group {
    font-size: 18px;
}

.checkbox-group input {
    height: 24px;
    width: 24px;
    vertical-align: sub;
}

.org-session-hint-section {
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
}

h2 {
    font-size: 1.5em;
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 10px;
}

.center {
    margin: 0px auto;
}

.left {
    float: left;
    margin-right: 50px;
}

.right {
    float: right;
}

.shadow {
    box-shadow: 0px 1px 4px rgb(19 126 199 / 20%);
    border-color: #CBDAE2;
}

.fa-home {
    font-size: 30px !important;
    color: #2a2a2a;
}

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], select, textarea{
    border-radius: 3px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 6px 12px;
    border: 1px solid #CBDAE2;
}

input[type=submit], #date_search, .button, #addnew {
    border: 0;
    color: white;
    line-height: 20px;
    border-radius: 3px;
    font-weight: normal;
    text-decoration: none;
    padding: 6px 24px;
    background: #FF6A2B;
}

select.disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }

#addnew {
    cursor: pointer;
    width: 65px;
}

select#phone1 {
    width: 145px;
}

input#phone2, input#phone5 {
    width: 55px;
}

input#phone3, input#phone6 {
    width: 100px;
}

.new_donor {
    position: absolute;
    right: 40px;
    top: 65px;
}

.passed_donor {
    color: #fff;
    background: #333;
}

.buttons {
    margin-top: 35px;
}

#wrapper {
    display: flex;
    position: relative;
}

table, section, .table-head {
    border-color: #CBDAE2;
    box-sizing: border-box;
    padding: 14px 18px;
    margin-bottom: 18px;
    background: #fff;

    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

#login {
    margin-top: 100px;
}

.login-page {
    font-family:'sans-pro';
}

.login-form {
    box-shadow: unset;
}

.login-form input[type='text'], .login-form input[type='password']{
    padding: 16px;
    background-color: #FFFFFF;
    box-shadow: none;
    border: 1px solid #CBDAE2;
    border-radius: 3px;
    height: auto;
    margin-bottom: 0;
    max-width: 560px;
    width: 560px;
    font-family: inherit;
    font-size: 18px;
    margin-bottom: 20px;
}

.login-form input:focus{
    outline: 0.5px solid #7a73ff;
}

.login-page h1{
    font-size: 32px;
    color: #013159;
    font-weight: bold;
}

#submit {
    border: none;
    padding: 14px 30px;
    font-size: 18px;
    outline: none;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 20px;
    font-family: inherit;
    cursor: pointer;
    background-color: #F70059;
    -webkit-appearance: none;
    float: right;
}

#submit:hover {
    background-color: #eb0458;
}

section dt {
    font-size: 12px;
}

section dd {
    font-weight: bold;
    margin: 0 0 6px 0;
}

table.left {
    margin-right: 20px;
}

.box {
    width: 300px;
    text-align: center;
    float: left;
    margin-right: 50px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

.county.box {
    margin-right: 0px;
    width: 380px; 
    margin-top: 0px; 
    margin-left: 35px;
}

.county.box::after {
    display: block;
    clear: both;
}

.nav {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.nav div {
    width: 30%;
    padding: 10px;
    background: #fff;
    font-size: 18px;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.table-head {
    width: 1000px;
}

.pagination {
    display: flex;
}

.page-num {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #283c50;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s ease;
    border: 1px solid #e8eaf2;
}

.page-num.current {
    font-weight: bold;
    color: #fff !important;
    background-color: #3454d1;
    transition: all .3s ease;
}

#menu > li {
    position: relative;
}

.before-submenu::after {
    content: "";
    font-size: 16px;
    background: url('img/chevron-down.svg');
    background-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 16px;
    height: 16px;
    display: block;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 35px;
    top: 10px;
}

#menu a.menu-item.current-menu {
    color: #001327;
    background-color: #eaebef;
    transition: all .3s ease;
}

.menu-caption {
    display: block;
    color: #7587a7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    padding: 15px 20px 10px;
    text-transform: uppercase;
}

.menu-caption::after {
    content: '' !important;
}

.menu-box {
    margin: 20px;
    color: #283c50;
    background: #eff0f6;
    border-color: #e5e7eb;
    height: 150px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

table th {
    text-align: left;
    padding: 5px 10px;
}

.page-doc .table-list {
    border-collapse: collapse;
}

.page-doc .table-list td, .page-doc .table-list th {
    padding: 8px 15px;
}

.table-list td {
    padding: 5px 10px;
}

.table-list tr {
    border-bottom: 1px solid #e5e5e5;
}

.table-list tr:hover {
    background: #F4F8FB;
}

.collapse {
    width: 90%;
}

.collapse.collapsed{
    display: none;
}

.collapse-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    transition: all 300ms ease;
    font-size: 20px !important;
}

.collapse-btn.collapsed {
    transform: rotate(180deg);
}

.delete, #delete {
    color: #f57d7d !important;
    border-color: #f57d7d !important;
    font-weight: bold;
    background: white;
    line-height: 20px;
    border-radius: 3px;
    text-decoration: none;
    padding: 6px 24px;
    border-style: solid;
    border-width: 1px;
}

.fa-trash {
    font-size: 25px !important;
}

.delete:has(> .fa-trash) {
    border-width: 0px;
}

.hidden, #delivery_type_row, #delivery_mm_row, #delivery_mm_name {
    display: none;
}

.table-list .delete {
    padding: 4px;
}

.del {
    cursor: pointer;
}

canvas {
    width: 800px;
}

.tif-box {
    cursor: pointer;
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px rgb(19 126 199 / 20%);
    border-color: #CBDAE2;
    background: #fff;
}

.tif-form {
    margin: 0px 0px 10px 25px;
    float: left;
}

.page-upload-custom .tif-form {
    margin: 0px 0px 10px 0px;
}

.pages {
    margin-bottom: 30px;
}

#logo {
    color: #1E7FC6;
    text-align: center;
    font-family:'avenirnext-demi';
    letter-spacing: 2px;
    margin-top: 14px;
    font-size: 35px;
    margin-bottom: 10px;
    position: absolute;
    top: 0px;
    left: 85px;
}

#header #logo img{
    height: 30px;
    margin-top: 10px;
}

#login #logo img{
    width: 300px;
}

#menu {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}


#menu li a{
    margin: 3px 15px;
    border-radius: 5px;
    display: block;
    line-height: 1.2;
    padding: 12.5px 15px 12.5px;
    font-size: 13px;
    color: #283c50;
    font-weight: 600;
    transition: all .3s ease;
}

#side {
    padding: 10px 0;
    position: relative;
    border-right: 1px solid #e5e7eb;
}

.nxl-navigation.extended {
    transform: translateX(-280px);
}

#side a {
    text-decoration: none;
    color: inherit;
}

#side .submenu {
    list-style-type: none;
    padding-left: 0px;
}

#side .submenu a{
    margin-left: 35px;
}

.nxl-navigation {
    top: 81px;
    bottom: 0;
    z-index: 1026;
    position: fixed;
    background: #fff;
    width: 280px;
    transition: all .3s ease;
    padding-bottom: 10px;
}

#side-header {
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    height: 80px;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.header-right {
    padding: 20px 0px 0px 0px;
}

#side-content {
    padding: 10px 0;
    position: relative;
    border-right: 1px solid #e5e7eb;
    height: calc(100vh - 300px);
}

.ps {
    touch-action: auto;
    overflow-anchor: none;
    overflow: hidden !important;
}

.ps__rail-x,
.ps__rail-y {
    opacity: 0.6;
}

#menu li a:hover {
    color: #001327;
    background-color: #eaebef;
    transition: all .3s ease;
}

.version {
    margin: 0px auto;
    text-align: center;
}

.logout {
    width: calc(100% - 16px);
    max-width: 252px;
    background: transparent;
    font-size: 14px;
    border-radius: 3px;
    display: block;
    text-decoration: underline;
    color: #555;
    padding: 10px 15px;
    text-align: left;
}

.logout:hover {
    color: #001327;
    background-color: #eaebef;
    transition: all .3s ease;
}

.logout img {
    vertical-align: middle;
    margin-right: 15px;
    width: 16px;
}

#header {
    right: 0;
    top: 0px;
    z-index: 1025;
    position: fixed;
    left: 0px;
    color: #eaebef;
    background: #fff;
    min-height: 80px;
    border-bottom: 1px solid #e5e7eb;
    transition: all .3s ease;
}

#header.extended {
    width: 100%;
    position: absolute;
    left: 0;
}

#header-wrapper {
    display: flex;
    padding: 0 30.5px;
    justify-content: space-between;
}

.dropdown-link {
    height: 60px;
    width: auto;
    position: relative;
    float: right;
    margin-left: 25px;
}

.dropdown-user {
    display: flex;
}

.user-link, .flag-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('img/avatar_placeholder.png');
    background-size: 40px;
    cursor: pointer;
}

.flag-link {
    background: #eaebef;
    position: relative;
}

.flag-link img {
    position: absolute;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.nxl-language-dropdown .row {
    flex-wrap: wrap;
}

.language_select {
    width: 33.33333333%;
    flex: 0 0 48%;
    margin-bottom: 20px;
}

.language_select a {
    color: #283c50;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px dashed #e5e7eb;
    transition: all .3s ease;
    display: flex !important;
    gap: .5rem !important;
    transition: all 300ms ease;
}

.language_select a:hover {
    background: #eaebef;
}

.avatar-sm {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dcdee4;
}

.avatar-sm img{
    height: 22px;
    width: 23px;
}

h6 {
    font-size: .9375rem;    
    color: #283c50;
    font-weight: 700;
    margin: 0px;
}

.dropdown .row {
    margin-bottom: 0px;
}

.user {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.dropdown {
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    border-top: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    top: 60px;
    right: -15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 300ms linear;
    pointer-events: none; /* Prevent interaction when hidden */
    width: 300px;
    box-sizing: border-box;
}

.dropdown a {
    color: #283c50;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Enable interaction when visible */
}

.dropdown-top {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #e5e7eb;
}

.page-head {
    background: #fff;
    min-height: 65px;
    padding: 0 30px 0 30px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}

.page-head {
    color: #283c50;
    font-weight: 600;
}

#main {
    position: relative;
    top: 80px;
    margin-left: 280px;
    min-height: calc(100vh - 80px);
    transition: all .3s ease;
    padding: 0px 30px 5px;
    width: 100%;
    overflow-x: scroll;
}

#main.print {
    top: 0px;
    margin-left: 0px;
}

#main.extended {
    width: 100%;
    position: absolute;
    margin-left: 0;
}

#main.callcenter {
    top: 0px;
    font-size: 16px;
}

#main.callcenter input, #main.callcenter select option {
    font-size: 16px;
}

#main.callcenter .tabs h2 {
    padding: 5px 20px;
}

.member-row span {
    display: block;
    width: 215px;
}

.abc-box {
    margin-bottom: 20px;
}

.abc-box, .bigdonor {
    margin-top: 20px;
}    

.abc-box span, .bigdonor{
    margin-right: 10px;
    cursor: pointer;
    text-decoration: underline;
}

#upload-overlay, #search_overlay, #member_search_overlay, #mm-overlay {
    display: none;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 3;
}

#search_overlay, #member_search_overlay, #mm-overlay  {
    height: auto !important;
    background: #fff;
    padding: 20px;
    width: 500px !important;
    box-shadow: 1px 1px 15px 0px #c7c6c6;
}

#search_overlay table {
    box-shadow: unset;
}

#search_overlay .add {
    cursor: pointer;
    border: 1px solid #d1d1d1;
    padding: 0px 3px;
    margin-bottom: 2px;
    display: inline-block;
}

#mm-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #000;
    cursor: pointer;;
}

#mm-overlay {
    left: 350px;
    top: 150px; 
}

#mm-overlay button {
    margin-top: 20px;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
}

#new_user, #user_search, #user_add  {
    line-height: 20px;
    border-radius: 3px;
    font-weight: normal;
    text-decoration: none;
    padding: 6px 24px;
    cursor: pointer;
    font-size: 14px;
    background: white;
    box-shadow: none;
    color: #203D4C;
    border: 1px solid #CBDAE2;
    display: inline-block;
}

#user_add {
    font-size: 26px;
    vertical-align: bottom;
    display: none;
    padding: 4px 15px;
    margin-left: 5px;
}

input.disabled {
    background: #e3e3e3;
}

#search_close, #member_search_close {
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.tabs {
    display: flex;
    justify-content: space-between;
    width: 641px;
    margin-top: 20px;
}

.tabs h2{
    margin: 0px;
    padding: 20px;
    cursor: pointer;
}

.tabs .opened{
    background: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.page-users #table th{
    cursor: pointer;
}

/* Page Stat */

.stats {
    width: 900px;
    text-transform: uppercase;
}

.head {
    text-align: center;
}

.head h2{
    margin-bottom: 10px;
}

.days {
    font-size: 30px;
    font-weight: bold;
    background-color: #ffae92;
    padding: 10px;
    margin-bottom: 15px;
}

.row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.row section {
    width: 49%;
}

.row.small {
    justify-content: space-around;
}

.titles {
    font-size: 25px;
    margin-bottom: 10px;
}

.titles.first {
    line-height: 70px;
}

.titles.small, .numbers.small {
    font-size: 18px;   
}

.numbers {
    font-size: 30px;
    font-weight: bold;
}

.type1 {
    background: #d8efd2 !important;
}

.type2 {
    background: #e5e5e5 !important;
    opacity: 0.7;
    color: #000;
}

/* Page campaign */

.page-campaign table {
    width: 100%;
    box-shadow: none;
    border-color: unset;
}

.page-campaign .table-white {
    background: #fff;
    padding: 0px;
    font-size: 12px;
}

.page-campaign table thead th {
    text-align: left;
    border-bottom: 1px solid #CBDAE2;
}

/* Page new campaign */

.new-campaign {
    position: absolute;
    top: 30px;
    right: 30px;
    text-decoration: none;
}

.new-campaign:hover {
    text-decoration: none;
}

fieldset.center {
    width: 380px;
    border: 0px;
    margin-top: 100px;
}

fieldset.center h2 {
    text-align: center;
}

fieldset.center input {
    width: 100%;
}

fieldset.center input[type="text"], fieldset.center input[type="number"] {
    color: #203D4C;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #CBDAE2;
    font-size: 14px;
}

fieldset.center input[type="submit"] {
    height: 44px;
    font-size: 15px;
}

fieldset.center label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Telethon page */

.telethon-page {
    color: #000;
    font-size: 15px;
}

.telethon-page .telethon-hide {
    display: none;
}

.telethon-page table td {
    border-spacing: 0px;
    padding: 0px;
}

#hamburger {
    width: 40px;
    height: 20px;
    cursor: pointer;
    z-index: 99;
    top: 30.5px;
    position: relative;
}

#hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 300ms ease;
}

#hamburger span:nth-child(2) {
    margin: 5px 0px;
}

#hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-3px, 7px);
}

#hamburger.active span:nth-child(2) {
    opacity: 0;
}

#hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -9px);
}

@media only screen and (max-width: 1750px) and (max-resolution: 175dpi),
       only screen and (max-width: 1750px) and (-webkit-max-device-pixel-ratio: 1.5),
       only screen and (max-width: 1750px) and (max-device-pixel-ratio: 1.5) {
    #side, .nxl-navigation {
        width: 160px;
    }

    #menu li a{
        min-width: 160px;
        padding: 7px 0px;
    }

    .submenu {
        padding-left: 10px;
    }

    #main {
        margin-left: 160px;
  }
}

@media only screen and (max-width: 1660px) {
    .dashboard .county.box{
        float: none;
        margin-top: 25px;
        width: 1000px;
        margin-left: 0px;
        display: flex;
        justify-content: space-around;
    }

    .dashboard .chart {
        float: none !important;
    }

}

@media only screen and (max-width: 1490px) {
    #wrapper {
        display: block;
    }

    #side {
        width: 100%;
        position: relative;
    }
    
    #main {
        width: 100%;
    }

    #side #logo img {
        width: 150px;
    }
    
}

@media only screen and (max-width: 1295px) {
    canvas {
        width: 700px;
    }
}

@media only screen and (max-width: 1180px) {
    canvas {
        width: 600px;
    }
}

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

    #header-wrapper {
        display: block;
    }

    .header-right {
        margin-top: 35px;
    }

    #header {
        min-height: 130px;
        position: relative;
    }

    #main {
        position: relative !important;
        width: calc(100% - 15px) !important;
        padding-left: 15px;
    }

    .page-head {
        display: none;
    }

    table {
        padding: 14px;
    }
}