
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    color: #333 !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #176eb6;
}

body p {
    font-size: .875rem;
}

.link:hover {
    color: #176eb6;
}

body p {
    line-height: 1.75;
}

.text-main {
    color: #176eb6 !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #176eb6;
    border: 1px solid #176eb6;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
    width: auto;
    min-width: 140px;
    padding: 15px 20px;
    font-size: .875rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.padding {
    padding: 40px 8px;
}


.logo1{
    width: 90px;
}

.header-top{
    padding: 15px 8px;
}

.login-section {
    background-image: url('../images/img1.jpg');
    background-size: cover;
}
.login-section .overlay {
    background: rgb(0 0 0 / 50%);
}

.login-section .logo {
    width: 130px;
}

.login-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 460px;
    margin: auto;
}


.dropdown.dropdown1 button.btn {
    background-color: transparent !important;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}

.dropdown.dropdown1 button.btn::after {
    border: 0;
    width: 8px;
    height: 8px;
    border-left: 2px solid rgb(0 0 0 / 50%);
    border-bottom: 2px solid rgb(0 0 0 / 50%);
    transform: rotate(-45deg);
}

.dropdown.dropdown1 button.btn .user1 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
}

.dropdown.dropdown1 .dropdown-menu {
    border-color: rgb(0 0 0 / 5%);
    box-shadow: 0 4px 5px rgb(0 0 0 / 6%);
}

.dropdown.dropdown1 .dropdown-menu .dropdown-item {
    background: transparent !important;
    font-size: .875rem;
}

.dropdown.dropdown1 .dropdown-menu .dropdown-item:hover {
    color: #176eb6;
}


nav.navbar .navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
}

.header2 {
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
    background: #176eb6;
}

nav.navbar .nav-link {
    color: #fff;
    padding: 12px 30px !important;
    font-size: .875rem;
}

nav.navbar .nav-link.active {
    color: #000;
}

nav.navbar .nav-link:hover {
    color: #000;
}

nav.navbar .dropdown-menu {
    border-color: rgb(0 0 0 / 5%);
    box-shadow: 0 4px 5px rgb(0 0 0 / 6%);
}

nav.navbar .dropdown-menu .dropdown-item {
    background: transparent;
    padding: 5px 15px;
    font-size: .875rem;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
    color: #176eb6;
}


nav.navbar .nav-link.dropdown-toggle::after {
    border: 0;
    width: 7px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 8px;
}

nav.navbar .nav-link.dropdown-toggle:hover::after {
    border-left-color: #000;
    border-bottom-color: #000;
}

nav.navbar .dropdown-item.dropdown-toggle::after {
    border: 0;
    width: 7px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-136deg);
    margin-left: 8px;
}

nav.navbar .dropdown-item.dropdown-toggle:hover::after {
    border-left-color: #176eb6;
    border-bottom-color: #176eb6;
}

nav.navbar .nav-link.active.dropdown-toggle::after {
    border-left-color: #000;
    border-bottom-color: #000;
}

nav.navbar .dropdown-menu .dropdown-item.active {
    color: #176eb6;
}

nav.navbar .dropdown-menu .dropdown-item.dropdown-toggle.active::after {
    border-left-color: #176eb6;
    border-bottom-color: #176eb6;
}


/* form.form1 */
.form.form1 .form-select,
.form.form1 .form-control {
    height: 50px;
    background-color: #fff;
    border: 2px solid rgb(0 0 0 / 15%);
    border-radius: 8px;
    font-size: .875rem;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 15px;
}

.form.form1 .form-select:focus,
.form.form1 .form-control:focus {
    border-color: #176eb6;
}

.form.form1 .form-control::placeholder {
    color: rgb(0 0 0 / 40%)
}

.form.form1 .icon-box {
    position: relative;
}

.form.form1 .icon-box .icon {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 1rem;
    color: rgb(0 0 0 / 50%);
}
.form.form1 .icon-box .form-control {
    padding-right: 42px;
}

.alert.alert1 {
    border-left: 4px solid #176eb6;
    border-radius: 0;
    background: #fff;
    box-shadow: 5px 2px 15px rgb(0 0 0 / 10%);
}

.card.card1 {
    border-color: rgb(0 0 0 / 7%);
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    overflow: hidden;
}

.card.card1 .card-header {
    padding: 20px;
    background: transparent;
    border-color: rgb(0 0 0 / 10%);
}

.card.card1 .card-body {
    padding: 20px;
}

/* .table.table1 */

.table.table1 th {
    padding: 10px 12px;
    background: #176eb6;
    color: #fff;
    font-weight: 500;
}

.table.table1 td {
    padding: 10px 12px;
    font-size: .875rem;
    vertical-align: middle;
}

.campaigns-box {
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    border-radius: 15px;
}


.campaign-1 {}

.campaign-1 .circle {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #176eb6;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 7px;
    position: relative;
}

.campaign-1 .c-left:after {
    content: '';
    position: absolute;
    left: calc(50% + 7px);
    top: 32px;
    width: calc(100% - 14px);
    height: 2px;
    background: #176eb6;
}

.campaign-1 .c-left {
    position: relative;
}


.form.form1 .ui.fluid.dropdown {
    height: auto;
    min-width: 50px;
    border: 2px solid rgb(0 0 0 / 15%);
    border-radius: 8px;
    font-size: .875rem;
    color: #000;
    font-weight: 400;
    padding: 10px;
    padding-right: 30px;
}

.form.form1 .ui.dropdown>.dropdown.icon {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 15px;
    padding-left: 0;
}
.form.form1 .ui.dropdown>.dropdown.icon:before {
    content: '\f107';
}

.form.form1 .ui.fluid.dropdown:focus {
    border-color: #176eb6;
}

.form.form1 .default.text {
    color: #000 !important;
}

.form.form1 a.ui.label.transition.visible {
    font-weight: 500;
    color: #000 !important;
}



















/*.scrollbar*/
.scrollbar
{
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  background-color: #737373;
}

.scrollbar::-webkit-scrollbar
{
  width: 4px;
  background-color: #222;
}

.scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #000;
  border: 0px solid #555555;
}



.footer-section {
    background: #222;
    padding: 20px 8px;
    color: #fff;
}



