/* Start general layout */
body {
    background-color: #000;
  }
  
  .logo {
    width: 150px;
  }
  
  .user-menu-xs {
    position: fixed; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    z-index: 3000;
    display: none;
  }
  
  .user-menu-xs-bg {
    position: absolute; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    background-color:#fff; 
    opacity: .95;
  }
  
  .user-menu-xs-container {
    position: absolute; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px;
  }
    .user-menu-xs-container h5 {
        float: right; 
        padding: 10px;
    }
    .user-menu-xs-container .content {
        margin-top: 30px;
    }
    .user-menu-xs-container .content .identity {
        border-bottom: 1px solid #ccc; 
        width: 100%; 
        padding-bottom: 30px; 
        padding-left: 10px; 
        display: block; 
        height: 100px;
    }
    .user-menu-xs-container .content .identity div {
        float: left; 
        display: block;
    }
    .user-menu-xs-container .content .identity h3 {
        padding: 0px 15px; 
        margin: 0px; 
        margin-top: 10px;
    }
    .user-menu-xs-container .content .identity h4 {
        padding: 0px 15px; 
        margin: 0px;
    }
    .user-menu-xs-container .content .identity img {
        width: 80px; 
        height: 80px; 
        border-radius: 40px;
    }
    .user-menu-xs-container .content .menu {
        float: left; 
        width: 100%; 
        padding-top: 20px;
    }
  
  #page {
    background-color: #f1f1f1;
    padding-top: 62px;
    width: 100%;
  }
  
  .page-inner {
    background-color: #fff; 
    margin-top: 30px;
  }
  @media (max-width: 575px) {
    .page-inner {
        margin-top: 0px;
    }
  }
  
  @media (max-width: 768px) {
    #page {
        padding-top: 60px;
    }
  }
  
  .page {
    width: 100%;
  }
  
  .page-x {
    display: none;
  }
  
  
  .footer {
    width: 100%;
  }
  .footer1 {
    width: 100%;
    background-color: #252525;
    float: left;
  }
  
  .footer-logo {
    width: 100%; 
    text-align: center; 
    padding: 15px;
  }
  
  .footer-logo img {
    width: 200px;
  }
  
  .footer-social {
    float: left; 
    width: 240px; 
    margin-left: calc(50% - 120px); 
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .footer-social .social-icon {
    width: 40px; 
    height: 40px; 
    border: 3px solid #fff; 
    border-radius: 20px; 
    font-size: 24px; 
    float: left; 
    padding: 4px; 
    text-align: center; 
    padding-top: 5px; 
    margin: 10px;
    color: #fff;
  }
  .footer-social .social-icon a {
    color: #fff;
  }
  .footer2 {
    width: 100%;
    background-color: #000;
    color: #fff;
    float: left;
  }
  
  .footer2 .footer-map-head {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  .footer2 .footer-map-item {
    font-size: 14px;
  }
  
  .footer2 .footer-map-item a {
    color: #fff;
  }
  
  .footer2 .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  /* End general layout */
  
  /* Start Bootstrap overrides */
  .collapse {
    background-color: transparent;
  }
  
  .card {
    border: none;
    background-color: transparent;
  }
  
  .card-header {
    padding: 0px;
  }
  
  .card-header h2 {
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  .card-header .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    text-align: left;
    color: #fff;
  }
  
  .navbar {
    border-bottom: 6px solid #f3c057; 
    background-color: #fff !important;
  }
  
  .nav-link img {
    border: 2px solid #f3c057; 
    border-radius: 50%;
    height: 38px; 
    width: 38px;
  }
  
  .nav-link {
    color: #000 !important;
  }
  
  .identity .nav-link {
    padding: 0px;
  }
  
  .identity .dropdown-menu {
    left: inherit;
    margin-top: -5px;
    margin-left: -260px;
    width: 300px;
  }
  
  .identity .dropdown-menu  h4 {
    padding-left: 10px;
  }
  
  .img-thumbnail {
    border: 1px solid rgb(222, 226, 230);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  @media (max-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
  }
  
  .form-group.row {
    padding-top: 10px;
  }
  
  @media (max-width: 767px) {
    .form-group.row {
        border-top: 1px solid #ccc;
    }
  }
  /* End Bootstrap overrides */
  
  /* Start waiting indicator */
  .fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2500;
  }
  
  .fullscreen .spinner {
    position:absolute;
    top:40%;
    left:calc(50% - 32px);
    z-index: 1600;
  }
  
  .spinnerfull {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1550;
    background-color: #000;
    opacity: 0.5;
  }
  
  .spinnerIcon
  {
    position:absolute;
    display:inline-block;
    width:32px;
    height:32px;
    background: url(../Images/sprite.png) no-repeat;
    background-size: 192px auto;
  }    
  .spinnerIcon.sp1{top:0px;left:0px;-webkit-animation:spinA 3s ease-in-out infinite;animation:spinA 3s ease-in-out infinite; background-position: -32px -64px;}
  .spinnerIcon.sp2{top:0px;left:48px;-webkit-animation:spinB 3s ease-in-out infinite;animation:spinB 3s ease-in-out infinite; background-position: 0px -64px;}
  .spinnerIcon.sp3{top:48px;left:48px;-webkit-animation:spinC 3s ease-in-out infinite;animation:spinC 3s ease-in-out infinite; background-position: -32px -64px;}
  .spinnerIcon.sp4{top:48px;left:0px;-webkit-animation:spinD 3s ease-in-out infinite;animation:spinD 3s ease-in-out infinite; background-position: 0px -64px;}
  @-webkit-keyframes spinA{25%{-webkit-transform:translate3d(48px, 0, 50)}50%{-webkit-transform:translate3d(48px, 48px, 0)}75%{-webkit-transform:translate3d(0, 48px, 0)}}
  @-webkit-keyframes spinB{25%{-webkit-transform:translate3d(0, 48px, 0)}50%{-webkit-transform:translate3d(-48px, 48px, 0)}75%{-webkit-transform:translate3d(-48px, 0, 0)}}
  @-webkit-keyframes spinC{25%{-webkit-transform:translate3d(-48px, 0, 0)}50%{-webkit-transform:translate3d(-48px, -48px, 0)}75%{-webkit-transform:translate3d(0, -48px, 0)}}
  @-webkit-keyframes spinD{25%{-webkit-transform:translate3d(0, -48px, 0)}50%{-webkit-transform:translate3d(48px, -48px, 0)}75%{-webkit-transform:translate3d(48px, 0, 0)}}
  @keyframes spinA{25%{transform:translate3d(48px, 0, 0)}50%{transform:translate3d(48px, 48px, 0)}75%{transform:translate3d(0, 48px, 0)}}
  @keyframes spinB{25%{transform:translate3d(0, 48px, 0)}50%{transform:translate3d(-48px, 48px, 0)}75%{transform:translate3d(-48px, 0, 0)}}
  @keyframes spinC{25%{transform:translate3d(-48px, 0, 0)}50%{transform:translate3d(-48px, -48px, 0)}75%{transform:translate3d(0, -48px, 0)}}
  @keyframes spinD{25%{transform:translate3d(0, -48px, 0)}50%{transform:translate3d(48px, -48px, 0)}75%{transform:translate3d(48px, 0, 0)}}
  
  .waiting-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    z-index: 2000;
    text-align: center;
    background-color: #000;
  }
  /* End waiting indicator */
  
  /* Start style for ImageUploader */
  .img-uploader-container {
    width: 100%;
    float: left;
    padding-left: 5px;
  }
  
  @media (max-width: 1199px) {
    .img-uploader-container {
        padding-left: 25px;
    }
  }
  @media (max-width: 991px) {
    .img-uploader-container {
        padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .img-uploader-container {
        padding-left: 35px;
    }
  }
  @media (max-width: 575px) {
    .img-uploader-container {
        padding-left: 0px;
    }
  }
  
  .img-uploader-picker {
    width: 200px;
    height: 200px;
    border: 4px dashed #ccc;
    border-radius: 25px;
    float: left;
    margin: 10px;
  }
  
  .img-uploader-item {
    float: left;
    width: 200px;
    height: 230px;
    margin: 10px;
  }
  .img-uploader-img {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    border: 1px solid #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center fixed;
  }

  .img-uploader-img-overlay {
    width: 200px;
    height: 200px;
    position: absolute;
    background-color: #ccc;
    border-radius: 25px;
    border: 1px solid #ccc;
    z-index: 1000;
    opacity: 0.5;
  }

  .img-uploader-item .spinner-border {
    position: absolute;
    margin-top: 84px;
    margin-left: 84px;
    z-index: 1100;
  }
  
  .img-uploader-remove {
    text-align: center;
  }
  
  .img-uploader-file {
    opacity: 0;
    height: 200px;
    width: 200px;
  }
  /* End style for ImageUploader */
  
  /* Start log styles */
  .list-toolbar {
    display: block;
    width: 100%;;
    height: 40px;
  }
  
  .list-toolbar .views {
    float: left;
  }
  
  .list-toolbar .filters {
    float: right;
  }
  
  .gallery-text {
    height: 80px; 
    padding: 5px;
    border-left: 1px solid rgb(222, 226, 230);
    border-right: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  
  .gallery-text .serial {
    font-size: 24px;
  }
  
  .gallery-text .ymodel {
    font-size: 16px;
  }
  /* End log styles */
  
  .carousel-item {
    width: 75vw;
    height: 50vw;
    display: block;
    transition: none !important;
  }
  
  .carousel-inner {
    width: 75vw;
    height: 50vw;
    display: block;
  }
  
  #carousel-example-generic {
    margin: 20px auto;
    width: 75vw;
  }
  
  #carousel-custom {
    margin: 20px auto;
    width: 75vw;
  }
  #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
  }
  #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
  }
  #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    padding: 2px;
  }
  #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
  }
  #carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
  }
  
  .gallery-img {
    display: block;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    width: 100%; 
    padding-bottom: 100%;
    border: 1px solid #f1f1f1;
    cursor: pointer;
  }
  
  .guitar-gallery {
    display: block;
    width: 100%;
  }
  
  .thumbnails {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 95px;
    overflow: hidden;
  }
  
  .thumbnails .thumbnail-carousel ul {
    left: 0px; 
    margin: 0px; 
    padding: 0px; 
    position: relative; 
    list-style-type: none; 
    z-index: 1;
  }
  
  .thumbnails .thumbnail-carousel ul li {
    padding: 5px;
    display: block;
    float: left;
  }
  
  .thumbnails .thumbnail-carousel .img-wrapper {
    width: 80px;
    height: 80px;
    float: left;
  }
  
  .thumbnails .thumbnail-carousel .carousel-left {
    left: 0px; 
  }
  
  .thumbnails .thumbnail-carousel .carousel-right {
    right: 0px; 
  }
  
  .thumbnails .thumbnail-carousel .carousel-move {
    width: 30px; 
    height: 95px; 
    position: absolute; 
    font-size: 60px; 
    background-color: #f1f1f1; 
    z-index: 2000; 
    margin: auto; 
    padding-top: 17px;
    cursor: pointer;
  }
  
  .thumbnails .thumbnail-carousel .carousel-move:hover {
    background-color: #ccc;
  } 
  
  .imgFullContainer {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 4000;
    background-color: #000;
    cursor: pointer;
  }
  
  .imgFullContainer .imgFull {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
  }
  
  .imgFullContainer .imgClose {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    z-index: 2000;
    font-size: 48px;
  }
  
  .imgFullContainer .imgClose:hover {
    color: #fff;
  }

  .imgFullContainer .imgDownload {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ccc;
    z-index: 2000;
    font-size: 48px;
  }
  
  .imgFullContainer .imgDownload:hover {
    color: #fff;
  }
  
  .imgFullContainer .imgLeft {
    position: absolute;
    left: 0px;
    top: 48%;
    background: #999;
    color: #ccc;
    z-index: 2000;
    font-size: 48px;
  }
  
  .imgFullContainer .imgLeft:hover {
    color: #fff;
  }
  
  .imgFullContainer .imgRight {
    position: absolute;
    right: 0px;
    top: 48%;
    background: #999;
    color: #ccc;
    z-index: 2000;
    font-size: 48px;
  }
  
  .imgFullContainer .imgRight:hover {
    color: #fff;
  }
  
  .img-wrapper a {
    width: 80px;
    height: 80px;
  }
  
  .msg-row {
    width: 100%; 
    float: left; 
    border-top: 1px dashed #ccc; 
    padding: 10px;
  }
  
  .msg-row.alt {
    background: #f1f1f1;
  }
  
  .msg-row-social {
    width: 60px; 
    float: left;
  }
  
  .msg-row-social img {
    width: 40px; 
    height: 40px; 
    border-radius: 20px;
  }
  
  .msg-row-msg {
    width: calc(100%-60px); 
    float: left;
  }
  
  .msg-row-msg > .un {
    font-weight: bold;
  }
  
  .msg-row-msg > .dt {
    color: #999;
  }
  
  .profile-container {
    width: 100%; 
    float: left; 
    padding-bottom: 30px;
  }
  
  .profile-container .profile-details {
    width: calc(100% - 160px); 
    float: left;
  }
  
  .profile-container .photo-container {
    width: 160px; 
    float: left;
    padding: 20px;
  }
  
  .profile-container .photo-container img {
    width: 120px; 
    height: 120px; 
    border-radius: 60px;
    border: 1px solid #f1f1f1;
  }
  
  .profile-container .photo-container input {
    width: 120px; 
    height: 120px; 
    border-radius: 60px;
    margin-left: -120px;
    opacity: 0;
    position: absolute;
  }
  
  .profile-container .photo-container button {
    width: 100%;
    text-align: center;
  }
  
  .profile-container .photo-container label {
    width: 100%;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .profile-container .profile-details {
        width: calc(100% - 160px); 
        float: left;
    }
  
    .profile-container .photo-container {
        width: 160px; 
        float: left;
        padding: 20px;
    }
  
    .profile-container .photo-container img {
        width: 120px; 
        height: 120px; 
        border-radius: 60px;
        border: 1px solid #f1f1f1;
    }
  
    .profile-container .photo-container input {
      width: 120px; 
      height: 120px; 
      border-radius: 60px;
      margin-left: -120px;
      opacity: 0;
      position: absolute;
    }
  }
  @media (max-width: 767px) {
    .profile-container .profile-details {
        width: calc(100% - 120px); 
        float: left;
    }
  
    .profile-container .photo-container {
        width: 120px; 
        float: left;
        padding: 20px;
    }
  
    .profile-container .photo-container img {
        width: 80px; 
        height: 80px; 
        border-radius: 40px;
        border: 1px solid #f1f1f1;
    }
  
    .profile-container .photo-container input {
      width: 80px; 
        height: 80px; 
        border-radius: 40px;
        margin-left: -80px;
        opacity: 0;
        position: absolute;
    }
  }
  @media (max-width: 575px) {
    .profile-container .profile-details {
        width: 100%;
        float: left;
    }
  
    .profile-container .photo-container {
        width: 120px; 
        float: left;
        padding: 20px;
    }
  
    .profile-container .photo-container img {
        width: 80px; 
        height: 80px; 
        border-radius: 40px;
        border: 1px solid #f1f1f1;
    }
  
    .profile-container .photo-container input {
      width: 80px; 
        height: 80px; 
        border-radius: 40px;
        margin-left: -80px;
        opacity: 0;
        position: absolute;
    }
  }
  
  .profile-container .profile-details .profile-details-inner {
    width: 100%; 
    padding: 20px;
  }
  
  .detail-row {
    width: 100%; 
    margin-left: 5px; 
    margin-right: 5px; 
    border-top: 1px solid #ccc; 
    padding: 5px; 
    float: left;
  }
  
  .profile-details-inner .detail-row {
    margin: 0px;
  }
  
  .gallery-img2 {
    width: 100%; 
    height: 300px;
    display: none;
  }
  
  @media (max-width: 1199px) {
    .gallery-img2 {
        background-position-y: -300px;
        background-position-x: 0px;
    }
  }
  @media (max-width: 991px) {
    .gallery-img2 {
      background-position-y: -600px;
      background-position-x: 0px;
    }
  }
  @media (max-width: 767px) {
    .gallery-img2 {
      background-position-y: -900px;
      background-position-x: 0px;
    }
  }
  @media (max-width: 575px) {
    .gallery-img2 {
      background-position-y: -1200px;
      background-position-x: center;
    }
  }
  
  .gallery-img2.active {
    display: block;
  }
  
  #home .carousel {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  
  #home .carousel .carousel-inner {
    width: 100%;
    height: 300px;
    background-color: #000;
  }
  
  .profile-prop {
    font-weight: bold; 
    float: left;
  }
  
  .profile-prop-val {
    float: right;
  }
  
  .validate-option {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #f0f0f0;
  }
  
  .validate-option.active {
    background-color: #fcefd5;
  }
  
  .tile-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-color: #ececec;
    border-left: 1px solid rgb(222, 226, 230);
    border-right: 1px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
  }
  
  .btn-link {
    padding: 0px;
  }
  
  
  
  
  .tilesContainer {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  
  .tilesContainer .tile {
    min-width: 0px;
    max-width: 25%;
    display: flex;
    flex: 0 0 25%;
    box-sizing: border-box;
    list-style: none;
    margin: 0px;
  }
  
  .tilesContainer .tile .tileDiv {
    background-color: #fff;
    position: relative;
    width: 100%;
  }
  
  .tilesContainer .tile .tileDiv a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  
  .tileMain {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
  
  .tileMain .tileImg {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background: #ececec 50% no-repeat;
    background-size: cover;
  }
  
  .tileMain .tileInfo {
  
  }
  
  .tileFooter {
  
  }
  
  .newThreadIndicator {
    width: 12px;
    height: 12px; 
    border-radius: 6px;
    background-color: red; 
    position: absolute; 
    top: 35px; 
    margin-left: 25px;
    display: none;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
    padding-top: 20px;
  }
  
  .data-filters {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1900;
  }

  .data-filters-shaddow {
    position: fixed;
    left: 300px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.5;
  }

  .data-filters-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    border-right: 1px solid #ccc;
  }

  .data-filters-body {
    position: fixed;
    top: 60px;
    left: 0px;
    bottom: 60px;
    width: 300px;
    padding: 5px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    overflow-y: auto;
  }

  .data-filters-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    border-right: 1px solid #ccc;
  }

  .form-check-sub {
    margin-left: 20px;
  }

  .info-pics {
    left: 0px; 
    margin: 0px; 
    padding: 0px; 
    position: relative; 
    list-style-type: none; 
    z-index: 1;
  }
  
  .info-pics li {
    padding: 5px;
    display: block;
    float: left;
  }
  
  .info-pics .img-wrapper {
    width: 80px;
    height: 80px;
    float: left;
  }

  .cookie-warning {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
    z-index: 2000;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #999;
  }

  .suggestionBox {
    position: absolute;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top: none;
    z-index: 1000;
    right: 17px;
    left: 17px;
  }

  .suggestionItem {
    width: 100%;
    padding: 4px;
    cursor: pointer;
    border-bottom: 1px dotted #ced4da;
  }

  .suggestionBox div:last-child {
    border-bottom: none;
  }

  .suggestionItem:hover {
    background: #ced4da;
  }

  .dropdown-menu-2col {
    width: 340px; 
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row;
  }

  .dropdown-item-2col {
    width: 50%;
  }

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media {
  padding: 10 10 0 10;
}

.media:hover {
  cursor: pointer;
  background-color: #ccc;
}

.media-body h5 {
  padding-top: 0px;
}

.descWrapper {
}

.descWrapperText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.calOption {
  margin-bottom: 10px; 
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.calOption:hover {
  background: #ccc;
}

.calOption.selected {
  background: #ffc439;
}

.calOption.selected:hover {
  filter: brightness(0.95);
}

.totals {
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}