/*dashboard work starts*/
.no-padding {
	padding: 0px !important;
}
.dashboard-sidebar {
    align-items: center;
    background: #123241;
    display: flex;
    flex-direction: column;
}
.dashboard-container .col-md-3 {
    flex: 1;
}
.row.dashboard-container {
    display: flex;
}
.dashboard-sidebar .profile-image-container {
    text-align: center;
    margin-top: 30px;
}
.donations-page-last-row h4, .donations-page-last-row h5{
    font-family: unset !important;
}
.dashboard-sidebar .profile-image-container p {
    font-size: 16px;
    line-height: 23px;
    color: #5B6B7F;
    margin: 0;
    margin-top: 10px;
    text-transform: capitalize;
}
.dashboard-sidebar ul {
    margin: 0;
    list-style-type: none;
    margin-top: 8vh;
}
.dashboard-sidebar ul li {
    margin-bottom: 32px;
}
.dashboard-sidebar ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.7;
}
.dashboard-sidebar .profile-image-container img {
    width: 105px;
    height: 103px;
    border-radius: 50%;
}
.dashboard-sidebar ul li a img {
    margin-right: 16px;
}
.dashboard-toggle, .tkdf-dashoard-toggle-sm {
    display: none;
}
.tkdf-dashoard-toggle-sm {
    background-color: #123241;
    height: 60px;
    border: 1px solid #123241;
}
.dashboard-container .col-md-9 {
    padding: 0;
    flex: 3;
    padding-bottom: 150px;
}
.donation-heading h2 {
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    color: #333;
    font-family: inherit;
}
.dashboard-container .row.donation-heading-row:nth-child(3).stats-container {
    margin: 32px 6vw 0px 4.5vw;
}
.row.donation-heading-row:nth-child(3).stats-container>div {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 172px;
    margin: 5px;
    width: 30%;
}
.donation-single-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.donation-stats {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.donation-para {
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #333;
}
.row.donation-heading-row.filter-row {
    display: flex;
}
.donation-single-container a {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #1A4362;
    background-blend-mode: overlay, normal;
    width: 73%;
    height: 40px;
    color: #ffffff !important;
    padding: 8px;
    text-align: center;
    font-weight: 800;
}
.tkdf-dashoard-toggle-sm .profile-image-container p{
	display: inline;
    color: #fff;
    margin: 0px 20px;
}
.dashboard-toggle {
    position: absolute;
    z-index: 99;
    margin-top: 20px;
    color: #fff !important;
    font-size: 30px;
    right: 20px;
    margin-right: 1%;
}
.row.tabs-row {
    margin: 40px 6vw 0px 4.5vw;
}
.donation-page-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.tabs-row ul li {
    width: 33.33%;
    height: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    border: 1px solid #18486B;
    border-radius: 8px;
}
.tabs-row .nav .nav-item:nth-child(1) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.tabs-row .nav .nav-item:nth-child(1) a {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tabs-row .nav .nav-item:nth-child(2) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1px;
}
.row.tabs-row ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #18486B;
    width: 100%;
    justify-content: center;
}
.nav-link.active {
    color: #ffffff !important;
    background-color: #18486B !important;
}
.dashboard-container .row.donation-heading-row:nth-child(2) {
    margin: 40px 6vw 0px 3.5vw;
}
.dashboard-container.charity-container .row.donation-heading-row:nth-child(2) .col-md-12{
    padding-left: 6px;
}
.dashboard-container.charity-container .row.donation-heading-row:nth-child(3){
    margin: 0px 6vw 0px 3.5vw;   
}
.charity-container .dataTables_filter{
    margin-top: -50px;
    margin-right: 150px;
}
.dataTables_filter{
    margin-top: -50px;
    margin-right: 93px;
}
.row.donation-heading-row.filter-row>div{
    padding-left: 6px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.dataTables_filter input[type="search"] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    height: 36px;
    padding: 0px 15px;
    font-weight: 500;
}
table.dataTable.no-footer {
    border-bottom: unset !important;
}
.tkdf-table-wrapper {
    width: 86% !important;
    margin: 0px 55px !important;
}
.all-donations-container .dataTables_wrapper,.all-donations-container .dataTables_paginate{
    display: none;
}
.tkdf-table-wrapper thead {
    border-bottom: unset !important;
    color: #C4C4C4 !important;
    text-transform: uppercase;
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    background: #5B6B7F;
}
.tkdf-table-wrapper thead tr {
    height: 45px;
}
thead td, table.dataTable thead th {
    padding: 10px 12px !important;
    border-bottom: unset !important;
    color: #C4C4C4 !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc {
    background-image: unset;
}
.dataTables_length, #donation-history-table_previous {
    display: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: #F3F6F7 !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even {
    background: rgba(243, 246, 247, 0.4);
}
.tkdf-table-wrapper tbody tr td {
    font-size: 16px;
    line-height: 23px;
    color: #5B6B7F;
}
.dataTables_info {
    display: none !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: unset !important;
}
.dataTables_paginate {
    margin-top: 15px;
}
.row.donations-page-last-row.all-donations-single-row{
    width: 87%;
    margin-top: 30px;
}
.dataTables_paginate{
    padding: 0px 55px;
}

.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    z-index: 1;
}
.all-donations-container ul.pagination{
    display: inline-block; 
    position: relative; 
    margin-left: 0px; 
}
.all-donations-container .row.pagination-row{
    margin: 0px 6vw 0px 3.5vw;
}
.all-donations-container .dataTables_filter{
    margin-right: 0px;
}
.all-donations-container .tkdf-table-wrapper {
    width: 100% !important;
    margin: 0 !important; 
}
.all-donations-container .dataTables_wrapper .dataTables_paginate{
    position: relative; 
    z-index: 1;
    float: left !important;
}
.donation-heading h4, .donation-heading button{
    display: inline-block;
    font-weight: bold;
}
.pagination-row{
        margin: 0px 6vw 0px 3.5vw;
}
.collapse-button{
    background: #1F4A61;
    border-radius: 0px !important;
    font-size: 18px;
    color: #FFFFFF;
    border: unset;
    padding: 10px 10px;
    margin-left: 20px;
    font-family: unset;
}
.collapse-button:before{
    margin-right: 10px;
}
.donations-page-last-row .row .col-md-4{
    padding-left:6px; 
}
.all-donations-container .dataTables_paginate{
    padding: 0px; 
}
.all-donations-container .paginate_button.current,.all-donations-container .paginate_button{
    background: rgb(255,255,255,0.8) !important;
}
.table-and-details-container{
    background-color: #F7F7F7;
    width: 90%;
    margin: 40px 6vw 0px 3.5vw;
}
.dashboard-container .all-donations-single-row{
    margin: 0px 2vw 0px 2vw;
}
.donation-tables tbody tr td{
    border: 1px solid #ddd !important;
    border-right: unset !important;
}
.all-donations-container table.dataTable.display tbody tr.odd>.sorting_1,.all-donations-container table.dataTable.display tbody tr.even>.sorting_1{
    background-color: #F3F6F7 !important;
}
.all-donations-container .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: inherit !important;
}
.donation-heading{
    margin-top: 20px;
}
.paginate_button.current, .paginate_button {
    background: #F3F6F7 !important;
    border-radius: 2px !important;
    border: unset !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5B6B7F !important;
}
.donations-page-last-row {
    margin-top: 25px;
    width: 100%;
}
.charity-container .download-statement-div {
    text-align: right;
    margin-right: 4vw;
    margin-top: 0px;
}
.download-statement-div {
    text-align: right;
    margin-right: 4vw;
    margin-top: 30px;
}
.charity-container .download-statement-div a {
    opacity: 1;
    border: unset;
    border-radius: 0px;
    padding: unset;
    color: #123241;
}
.download-statement-div a {
    opacity: 0.6;
    border: 2px solid #18486B;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 40px;
    color: #333333;
}
.download-statement-div a:hover {
    background-color: #18486B;
    color: #fff;
    opacity: 1;
}
.charity-container .download-statement-div a:hover  {
    background-color: unset;
    color: #123241;
}
.download-statement-div p {
    margin: 20px 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #5B6B7F !important;
}
.tkdf-edit-profile-container .tkdf-edit-profile-main-row {
    padding: 60px 110px;
}
.tkdf-profile-container .login {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #2A323B;
}
.tkdf-profile-container .form-control {
    width: 80% !important;
    background: #FFFFFF;
    box-sizing: border-box;
}
#user-panel-edit-profile-image {
    margin: 10px 0px;
    border-radius: 50%;
    width: 105px;
    height: 103px;
}
.tkdf-pass-group #user-admin-update-profile {
    margin-top: -276px;
}
.tkdf-profile-container .btn-lg {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #18486B;
    border: 2px solid #18486B;
    box-sizing: border-box;
    width: 80%;
    border-radius: 0px;
    height: 38px;
    padding: 0;
}
.tabs-row .nav .nav-item:nth-child(2) a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.row.donation-recurring-stats-row {
    margin: 20px 4vw 0px 4vw;
}
.dashboard-toggle {
    position: absolute;
    z-index: 99;
    margin-top: 12px;
    color: #fff !important;
    font-size: 30px;
    right: 20px;
}
.tkdf-dashoard-toggle-sm .profile-image-container img {
    border-radius: 50%;
    width: 32px; 
    height: 32px;
}
.tkdf-dashoard-toggle-sm .profile-image-container p {
    display: inline;
    color: #fff;
    margin: 0px 20px;
}
.row.donation-recurring-stats-row.donations-stats {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    display: flex;
}
.recurring-monthly-donation-cause {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.row.donation-recurring-stats-row.donations-stats .col-md-6:nth-child(1) {
    justify-content: space-around;
    display: flex;
    align-items: center;
}
.row.donation-recurring-stats-row.donations-stats .col-md-6 {
    flex: 1;
}
.recurring-monthly-donation-stats h3 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #18486B;
    margin-bottom: 30px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}
.recurring-donation-cause-button {
    background: #18486B;
    border-radius: 8px;
    width: 278px;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    padding: 15px 0px;
    margin: 30px 0px;
    color: #FFFFFF;
}
.recurring-donation-cause-button-cancel {
    text-align: center;
    font-size: 13px;
    padding: 5px 3%;
    border: unset;
    color: #fff !important;
    background-color: #1D4766 !important;
}
.change-pass-container {
    margin-top: 188px;
}
.change-password-link {
    font-size: 16px;
    line-height: 20px;
    color: #1D4766;
    background: #fff;
    border: 2px solid #1D4766;
    box-sizing: border-box;
    width: 80%;
    padding: 8px 18px;
}
.cancel-change-password-link {
    font-size: 16px;
    line-height: 20px;
    color: #1D4766;
    background: #fff;
    border: 2px solid #1D4766;
    box-sizing: border-box;
    width: 80%;
    padding: 8px 18px;
    display: none;
}
.password-container {
    visibility: hidden;
    margin-top: 30px;
}
.row.donation-recurring-stats-row.donations-stats:last-child{
    margin-bottom: 50px;
}
.donation-heading.no-purchase h4{
    font-size: 30px;
    line-height: 30px;
    color: #123241;
    text-transform: inherit;
}
.modal-dialog.modal-sm {
   /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;*/
}
.modal-sm .modal-body {
    padding: 20px 16%;
}
.bootbox.modal .modal-footer .btn {
    background-color: #17486b !important;
    padding: 4px 6%;
    color: #FFFFFF !important;
    font-size: 12px;
}
.dashboard-container .notification-container {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #123241;
}
.modal-body .bootbox-body{
    text-align: center !important;
}
.modal-body button.close{
    margin-top: -15px;    
}
.modal-footer {
    padding: 10px !important;
    text-align: center !important;
    border-top: 0px solid #e5e5e5 !important; 
}
.form-group.tkdf-name-group.password-container{
    margin-top: 20px;
}
.dashboard-container .notification-container p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.notification-container i {
    margin-right: 10px;
}
#lostpasswordform .no-margin label, .dl-forgot-pass-container #password-lost-form-wrap p label {
    line-height: 23px;
    color: #333;
    margin-top: 30px;
    font-size: 16px !important;
}
#lostpasswordform #reset-pass-submit, #resetpasswordform #reset-pass-submit{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #18486B !important;
    background-blend-mode: overlay, normal !important;
    width: 220px;
    height: 64px;
    font-style: normal;
    font-size: 16px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center;
    text-align: center !important;
    color: #fff !important;
    justify-content: center;
    border: unset;
    margin-top: 20px;
}
@media (min-width: 768px)
.modal-sm {
    width: 300px;
}
@media (min-width: 993px) {
    .col-md-3.dashboard-sidebar {
       display: flex !important;   
    }
}
@media (max-width: 992px) and (min-width: 768px){
	.dashboard-container .row.donation-heading-row:nth-child(3).stats-container{
		margin: 32px auto 0px auto;
	    justify-content: center;
	    align-items: center;
	    display: flex;
    }
    .charity-container .download-statement-div {
        margin-right: 5vw;
    }
    .change-pass-container {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .tkdf-edit-profile-container .tkdf-edit-profile-main-row {
        padding: 60px 110px 0px !important;
    }
    .dashboard-sidebar ul li:first-child {
        padding-top: 10px !important;
    }
    .dashboard-sidebar ul li:last-child {
        margin-bottom: 16px !important;
    }
    .dashboard-toggle, .tkdf-dashoard-toggle-sm {
    	display: block !important;
	}
	.profile-image-container {
	    float: left;
	    position: absolute;
	    left: 15px;
	    top: unset;
	    margin-top: 12px;
	    margin-left: 1.5%;
	}
	.dashboard-toggle {
	    background: unset;
	    border: unset;
	}
    .dashboard-sidebar .profile-image-container {
        display: none;
    }
    .toggle-hide {
        display: none;
    }
    /*.toggle-show {
        display: block;
    }*/
    .dashboard-sidebar ul{
        margin-top: 0px;
        padding: 0px 0px 10px 0px;
    }
    .dashboard-sidebar ul li a { 
        justify-content: center;
        display: inline-flex;
    }
    .dashboard-sidebar {
        display: none;
    }
    .row.dashboard-container {
        display: inherit;
    }
    .dashboard-toggle {
        font-size: 24px;
    }
    .tkdf-edit-profile-main-row .form-control {
        width: 100% !important;
    }
    .tkdf-pass-group #user-admin-update-profile{
        margin-top: -288px;
        width: 100%;
    }
    .row.donation-heading-row.filter-row>div, .dashboard-container.charity-container .row.donation-heading-row:nth-child(2) .col-md-12{
        padding-left: 27px !important;
    }
    .all-donations-container  .row.donation-heading-row.filter-row>div {
        padding-left: 0px !important; 
    }
    .dataTables_filter{
        margin-right: 8.7% !important;
    }
    .charity-container .dataTables_filter{
        margin-right: 160px !important;
    }
    .row.donation-heading-row.filter-row i.fa-filter{
        right: 65px !important;
    }
    .row.donation-heading-row.filter-row a.download-icon{
        right: 30px !important;
    }
    .all-donations-container .dataTables_filter{
        margin-right: 0.7% !important;
    }
    .row.donations-page-last-row.all-donations-single-row{
        width: 98% !important;
    }
    .table-and-details-container{
        margin: 40px 6vw 0px 4.5vw !important;
    }
}
@media (max-width: 767px) {
    .row.donation-recurring-stats-row{
        margin: 20px 6vw 20px 8vw !important;
    }
    .charity-container .donations-page-last-row{
        margin-top: 60px;
    }
    .charity-container .download-statement-div{
        text-align: left;
        margin-right: 0vw;
        margin-left: 4vw;
    }
    .charity-container .download-statement-div a{
        font-size: 16px !important;
    }
    .all-donations-container .dataTables_filter{
        margin-top: 20px !important;
    }
    .all-donations-container  .row.donation-heading-row.filter-row>div {
        padding-left: 0px !important; 
    }
    .dataTables_wrapper{
        padding:0px !important; 
    }
    .all-donations-container .donations-page-last-row .row .col-md-4{
        padding-left: 15px !important;
    }
    .collapse-button{
        margin-left: 0px !important;
    }
    .all-donations-container .donation-tables th:nth-child(1),.all-donations-container .donation-tables th:nth-child(4){
        display: none !important;
    }
    .table-and-details-container {
        width: 97% !important;
        margin: 40px auto 0px auto !important;
    }
    .all-donations-container .donation-tables td:nth-child(1), .all-donations-container .donation-tables td:nth-child(4) {
        display: none;
    }
    .all-donations-container .donation-tables thead tr th:nth-child(2), .all-donations-container .donation-tables tbody tr td:nth-child(2) {
        display: none;
    }
    .donation-heading h4{
        display: block;
    }
    .charity-container .donation-heading h4{
        display: block;
        text-align: left;
    }
    .change-pass-container {
        margin-top: 50px !important;
        margin-bottom: 40px !important;
    }
    .dashboard-sidebar ul li:first-child {
        padding-top: 10px !important;
    }
    .dashboard-sidebar ul li:last-child {
        margin-bottom: 16px !important;
    }
     .row.donation-heading-row.filter-row>div, .dashboard-container.charity-container .row.donation-heading-row:nth-child(2) .col-md-12{
        padding-left: 27px !important;
    }
    .dashboard-container.charity-container .row.donation-heading-row:nth-child(2) .col-md-12 .donation-heading{
        text-align: left;
    }
    #donation-subscribtion-table_filter{
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
        float: left;        
    }
    .donation-heading.no-purchase {
        margin-bottom: 30px !important;
    }
    .dashboard-toggle {
        background: unset;
        border: unset;
    }
    .row.dashboard-container {
        display: inherit;
    }
    .row.tabs-row {
        display: inline-block;
        margin: 40px 15px 0px 15px;
        width: 95%;
    }
    .donation-page-navigation {
        padding: 0px 10px 0px 0px;
    }
    .row.tabs-row ul li {
        width: 50%;
        height: 58px;
    }
    .dashboard-sidebar .profile-image-container {
        display: none;
    }
    .toggle-hide {
        display: none;
    }
    /*.toggle-show {
        display: block;
    }*/
    .dashboard-sidebar ul{
        margin-top: 0px;
        padding: 0px 0px 10px 0px;
    }
    .dashboard-sidebar ul li a{
        justify-content: center;
    }
     .dashboard-toggle, .tkdf-dashoard-toggle-sm {
        display: block !important;
    }
    .profile-image-container {
        float: left;
        position: absolute;
        left: 15px;
        top: unset;
        margin-top: 12px;
        margin-left: 2%;
    }
    .row.donation-heading-row:nth-child(3).stats-container>div {
        width: 100%;
        margin-right: unset;
        margin: 10px 0px;
    }
    #donation-history-table th:nth-child(1), #donation-history-table th:nth-child(4) {
        display: none;
    }
    .my-donation .dashboard-container .row.donation-heading-row:nth-child(2)  {
        margin: 35px 0vw 0px 5px !important;
        text-align: center;
    }
    .my-donation .dashboard-container.charity-container .row.donation-heading-row:nth-child(3){
        margin: 10px 0vw 0px 5px !important;
        text-align: center;
    }
    #donation-history-table td:nth-child(1), #donation-history-table td:nth-child(4) {
        display: none;
    }
    .dataTables_filter {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
        float: left;
    }
    #donation-history-table {
        width: 100% !important;
    }
    .dataTables_wrapper {
        padding: 0px 15px 0px 15px;
    }
    .tkdf-table-wrapper {
        width: 100% !important;
        margin: 0px !important;
    }
    .dataTables_paginate{
        padding: 0px !important; 
    }
    .tkdf-edit-profile-main-row .form-control {
        width: 100% !important;
    }
    .tkdf-pass-group #user-admin-update-profile{
        margin-top: -290px;
        width: 100%;
    }
    .tkdf-edit-profile-container .tkdf-edit-profile-main-row {
        padding: 60px 15px;
    }
    .recurring-donation-cause-button, .recurring-donation-cause-button-cancel {
        color: #1D4766 !important;
        background-color: unset !important;
        border-bottom: 1px solid #1D4766 !important;
        padding: 0 !important;
    }
    #donation-subscribtion-table thead tr th:first-child, #donation-subscribtion-table tbody tr td:first-child{
        display: none;
    }
    #donation-history-table thead tr th:nth-child(2),#donation-history-table tbody tr td:nth-child(2){
        display: none;
    }
    .tkdf-edit-profile-main-row .change-pass-container .change-password-link {
        display: inherit;
        width: 100%;
    }
    .tkdf-edit-profile-main-row .cancel-change-password-link {
        display: none;
        width: 100%;
    }
    .dashboard-sidebar ul li a {
        display: inline-flex !important;
    }
    .dashboard-sidebar {
        display: none;
    }
    .dashboard-toggle {
        font-size: 24px;
    }
}
#donor-details-modal .modal-header, #charity-filter-modal .modal-header{
    background: #3494AA;
}
#donor-details-modal .modal-header p, #charity-filter-modal .modal-header p{
    margin: 0;
    text-align: center;
    color: #fff;
}
#donor-details-modal .modal-body{
    padding: 15px 30px;
}
#donor-details-modal .modal-body p.heading{
    margin: 0 0 5px;
    line-height: 12px;
    color: #17486B;
    font-size: 14px;
}
#donor-details-modal .modal-body p.details{
    font-size: 12px;
    color: #000000;
}
.row.donation-heading-row.filter-row i.fa-filter{
    height: fit-content;
    position: absolute;
    right: 35px;
    bottom: 18px;
    font-size: 30px;
    color: #123241;
    cursor: pointer;
}
.row.donation-heading-row.filter-row .download-icon{
    position: absolute;
    right: 0;
    bottom: 13px;
}
.row.donation-heading-row.filter-row .download-icon i{
    height: fit-content;
    font-size: 30px;
    color: #123241;
    cursor: pointer;
}
@media(min-width: 340px) and (max-width: 767px){
    .charity-container .dataTables_filter {
        margin-top: 0px !important;
        margin-right: 80px !important;
        margin-bottom: 10px;
        float: right !important;
    }
    .row.donation-heading-row.filter-row i.fa-filter{
        right: 45px !important;
        z-index: 1;
        bottom: -31px !important;
    }
    .row.donation-heading-row.filter-row .download-icon{
        right: 10px !important;
        z-index: 1;
        bottom: -35px !important;
    }
}
@media(max-width: 339px){
    .charity-container .dataTables_filter {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 50px;
        float: unset !important;
    }
    .row.donation-heading-row.filter-row i.fa-filter{
        right: 45px !important;
        z-index: 1;
        bottom: -75px !important;
    }
    .row.donation-heading-row.filter-row .download-icon{
        right: 10px !important;
        z-index: 1;
        bottom: -80px !important;
    }
}
/* New Changes Css */
.dm_generalDonationForm .nav-pills li {
    margin-left: 0px !important;
    width: 25% !important;
}
.dm_generalDonationForm .nav-pills .active a {
    color: #000 !important;
    /*background: #3494AA !important;*/
    /* border: 1px solid #3494AA;*/
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    opacity: 1 !important;
}
.nav-pills a {
    width: 100% !important;
}
.dm_generalDonationForm .nav-pills a {
    width: 100% !important;
    text-align: center;
    height: 55px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: #000 !important;
    background: #fff !important;
    /*border: 1px solid #3494AA !important;*/
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    border-radius: unset !important;
    opacity: 0.3;
}
.dm_generalDonationForm .nav-pills .fa-angle-right {
    padding-left: 20px;
    font-size: 22px;
}
.dm_generalDonationForm .col-sm-9 .nav-pills .fa-angle-right {
    padding-left: 10px;
    font-size: 20px;
}
.dm_generalDonationForm .nav-pills li:nth-child(1) a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.dm_generalDonationForm .nav-pills li:nth-child(4) a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.dm_generalDonationForm .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: unset !important;
}
.dm_generalDonationForm .dm_formRow .dm_formColumn.halfWidth.donationAddressWidth {
    width: 40%;
}
.dm_generalDonationForm .dm_formRow .dm_formColumn.quarterWidth.donationZipWidth {
    width: 10%;
}
.dm_generalDonationForm .dm_formRow .fullWidthMobile.fullWidthTablet.halfWidth.country {
    width: 25%;
}
.dm_generalDonationForm .dm_formRow .dm_formColumn.halfWidth.singleDonationAddressWidth {
    width: 35%;
}
.dm_generalDonationForm .dm_formRow .dm_formColumn.quarterWidth.singleDonationZipWidth {
    width: 15%;
}
#menu3 .dialog .anonymous-donation-container {
    pointer-events: none;
}
.radioPaymentCycle label {
    font-size: 16px !important;
}
.radioItem.disabled {
    opacity: 0.3;
    pointer-events: none;
}