
.file-manager-nav .nav-tabs.flex-column > li > a.active.nav-link {
    border-right: 0px solid #3472F7;
}

.file-manager-nav .nav-tabs.flex-column > li > a {
    padding: 6px 20px !important;
}

.file-manager-nav .nav-tabs.flex-column .nav-link {
    text-align: left;
}


.form-group-block {
    display: flex;
    justify-content: space-between;
}

.form-group-block a {
    color: #72849a;
}

.company-logo {
    margin-top: 90px;
    text-align: center;
}

.company-logo img {
    max-height: 140px;
    max-width: 100%;
}

.side-nav .side-nav-inner .side-nav-menu > li.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0.0001);
    -webkit-transform: scaleY(0.0001);
    -moz-transform: scaleY(0.0001);
    -o-transform: scaleY(0.0001);
    -ms-transform: scaleY(0.0001);
    transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    border-right: 2px solid;
    border-color: #3f87f5
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active {
    background-color: rgba(63, 135, 245, 0.15)
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active a {
    color: #3f87f5
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active:after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    opacity: 1
}

.side-nav .side-nav-inner .side-nav-menu > li.active {
    background-color: rgba(63, 135, 245, 0.15)
}

.side-nav .side-nav-inner .side-nav-menu > li.active a {
    color: #3f87f5
}

.side-nav .side-nav-inner .side-nav-menu > li.active:after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    opacity: 1
}

.file-manager-wrapper .file-manager-content .file-manager-content-body .file-manager-content-files {
    width: 100%;
}

.card .card-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    justify-content: space-between;
}

.card .card-header h5 {
    font-weight: bold;
    font-size: 24px;

}

.social_icons {
    width: 30px;
    border-radius: 5px;
    margin-right: 5px;
}

.profile_img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

.soc-list-ico {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

.social {
    margin-top: 14%;
}

.moving-tab {
    /*display: none!important;*/
}


/*.nav-pills li a {*/
/*    !* Set the transition properties *!*/
/*    transition: transform 0.3s ease;*/
/*}*/
.nav-pills li a.active {
    /* Styles for the active link */
    transition: transform 0.3s ease-in-out;
    /* Add your animation properties here */
    /*transform: translateX(10px);*/
    background-color: #999999 !important;
}

.wizard-navigation ul {
    display: flex;
    width: 100%;
}

.wizard-navigation li {
    flex: 1;
    /*min-width: 180px;*/
}

.select2-container {
    width: 100% !important;
}

.select2-search:after {
    top: 6px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

.custom-switch {
    position: relative;
    display: flex;
    vertical-align: middle;
    padding-left: 0 !important;

}

.custom-switch-input {
    display: none;
}

.custom-switch-label {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 0px !important;
}

.bg-light-gray {
    background-color: #f4f4f4;
    padding: 0 8px;
}

.custom-switch-label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.custom-switch-input:checked + .custom-switch-label {
    background-color: #3472F7 !important;
}

.custom-switch-input:checked + .custom-switch-label:before {
    transform: translateX(20px);
}

.custom-switch-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.link-icon {
    width: 24px;
    margin-right: 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.btn-delete {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-delete:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-delete:focus,
.btn-delete.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-delete.disabled,
.btn-delete:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-delete:not(:disabled):not(.disabled):active,
.btn-delete:not(:disabled):not(.disabled).active,
.show > .btn-delete.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-delete:not(:disabled):not(.disabled):active:focus,
.btn-delete:not(:disabled):not(.disabled).active:focus,
.show > .btn-delete.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* Rename .btn-success to .btn-add */
.btn-add {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.btn-add:hover {
    color: #fff;
    background-color: #00e3bc;
    border-color: #00e3bc;
}

.btn-add.focus, .btn-add:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-add.disabled, .btn-add:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-add:not(:disabled):not(.disabled).active, .btn-add:not(:disabled):not(.disabled):active,
.show > .btn-add.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-add:not(:disabled):not(.disabled).active:focus, .btn-add:not(:disabled):not(.disabled):active:focus,
.show > .btn-add.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* Rename .btn-secondary to .btn-dark and use color #886cff */
.btn-dark {
    color: #fff;
    background-color: #886cff;
    border-color: #886cff;
}

.btn-dark:hover {
    color: #fff;
    background-color: #725eff;
    border-color: #725eff;
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(136, 108, 255, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #886cff;
    border-color: #886cff;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #725eff;
    border-color: #725eff;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(136, 108, 255, 0.5);
}

/* Rename .btn-primary to .btn-edit */
.btn-edit {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-edit:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-edit.focus, .btn-edit:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-edit.disabled, .btn-edit:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-edit:not(:disabled):not(.disabled).active, .btn-edit:not(:disabled):not(.disabled):active,
.show > .btn-edit.dropdown-toggle {
    color: #fff;
    background-color: #0056b3;
    border-color: #004ecc;
}

.btn-edit:not(:disabled):not(.disabled).active:focus, .btn-edit:not(:disabled):not(.disabled):active:focus,
.show > .btn-edit.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

span.required {
    color: red;
}

.count-utils {
    font-size: 10px !important;
}


.features .form-check {
    margin-bottom: 8px;
}

.features .form-check-label {
    padding-left: 5px;
}

.features .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/* Style for checkbox when checked */
.features .form-check-input:checked {
    background-color: #3472F7;
    border-color: #3472F7;
}

.dataTables_length {
    float: left;
    margin-bottom: 10px !important;

}

.dataTables_filter {
    float: right;
}

table.dataTable {
    clear: both;
}

.input-available {
    border-color: green !important;
    border-width: 2px !important;
}

.input-not-available {
    border-color: red !important;
    border-width: 2px !important;
}

.published {
    color: #52c59e !important;

    border-radius: 50%;
}

.pending {
    color: orange !important;
    border-radius: 50%;
}

.alert-pending {
    color: #000;
    background-color: #fff;
    border-color: #ffa151;
    border-radius: 25px;
    border-width: medium;

}

.card-header {
    /*background: linear-gradient(81deg, #d4d1d154 30%, white 100%) !important;*/
    border-radius: 3px !important;
}

.btn-edit {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-edit:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.btn-edit:focus, .btn-edit.focus {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5) !important;
}

.btn-edit:active, .btn-edit.active {
    color: #fff !important;
    background-color: #0a53be !important;
    border-color: #09489d !important;
}

.btn-edit:disabled, .btn-edit.disabled {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    opacity: 0.65 !important;
}

.settings-section-title{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;

}
