.dropdown-menu .dropdown-item.active{
    color: #1da0f2;
    background-color: #fff;
  }
  .dropdown-menu .dropdown-item.active:hover{
    background-color: #1da0f210;
    
      }
      a.dropdown-item.active p{
        position: relative;
      }
      a.dropdown-item.active p::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5499 0.43968C19.8311 0.720971 19.9891 1.10243 19.9891 1.50018C19.9891 1.89793 19.8311 2.27939 19.5499 2.56068L8.30693 13.8037C8.15835 13.9523 7.98196 14.0702 7.78781 14.1506C7.59367 14.231 7.38558 14.2724 7.17543 14.2724C6.96529 14.2724 6.7572 14.231 6.56305 14.1506C6.36891 14.0702 6.19251 13.9523 6.04393 13.8037L0.457932 8.21868C0.314667 8.08031 0.200394 7.91479 0.12178 7.73179C0.0431668 7.54878 0.00178736 7.35195 5.66349e-05 7.15278C-0.00167409 6.95361 0.0362786 6.75609 0.1117 6.57175C0.187121 6.3874 0.298501 6.21993 0.43934 6.07909C0.580179 5.93825 0.747657 5.82687 0.932001 5.75145C1.11635 5.67603 1.31387 5.63807 1.51303 5.6398C1.7122 5.64153 1.90903 5.68291 2.09204 5.76153C2.27505 5.84014 2.44056 5.95441 2.57893 6.09768L7.17493 10.6937L17.4279 0.43968C17.5672 0.30029 17.7326 0.189715 17.9147 0.114273C18.0967 0.0388304 18.2919 0 18.4889 0C18.686 0 18.8811 0.0388304 19.0632 0.114273C19.2452 0.189715 19.4106 0.30029 19.5499 0.43968Z' fill='%231874FF'/%3E%3C/svg%3E%0A");
        width: 15px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    a.sidebar-link.active svg {
        color: #1da0f2;
        /*stroke: #1da0f2;*/
    }

    .form-control {
        font-size: 1.0625rem !important;
        line-height: 1.25rem !important;
        /*font-weight: 400 !important;*/
        box-sizing: border-box !important;
        border-radius: 0.5rem !important;
        background-color: #fff !important;
        background-clip: padding-box !important;
        color:#000 !important;
        cursor: inherit !important;
        display: block !important;
        width: 100% !important;
        padding: 11px calc(11px + 0ch) 11px calc(11px + 0ch) !important;
    }

    .form-control:focus {
        /*border:1px solid #1da0f2!important;
        box-shadow: 0 0 0 3px #1da0f250 !important;*/
        box-shadow: 0px 0px 0px 3px rgba(29, 160, 242, .4) !important;;
        outline: rgb(29, 160, 242) solid 1px !important;;
        outline-offset: 0px !important;;
    }
    .label{
      color: #4a5874;
      font-size: 1.0625rem;
        line-height: 1.25rem;
        font-weight: 500;
    }
    .modal-small{
      width: 376px;
    }
    .p-20{
      padding: 20px !important;
    }

    .pb-0{
        padding-bottom: 0 !important;
    }