/*!
 * Dark Mode Switch v1.0.1 (https://github.com/coliff/dark-mode-switch)
 * Copyright 2021 C.Oliff
 * Licensed under MIT (https://github.com/coliff/dark-mode-switch/blob/main/LICENSE)
 */

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
  background: linear-gradient(to right, #111 40%, #023a71) !important;
  background-size: 100% 100%;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] a,
[data-theme="dark"] body,
[data-theme="dark"] li,
[data-theme="dark"] ul {
  color: #dbdbdb;
}
/*
[data-theme="dark"] a, body, li, ul {
	color: #dbdbdb !important;
	
}*/

[data-theme="dark"] section.home-section.packages .package-list .item  {
    background-image: initial;
    background-color: rgb(24, 26, 27);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 47px 100px;
	
}


[data-theme="dark"] header .topbar .text-block a:first-child {
    background: #465764;
}

[data-theme="dark"] #header-mobile,
[data-theme="dark"] header.header-active {
    background-color: #181a1b;
}


[data-theme="dark"] section#user-information .user__info-wrapper .form__wrapper .form__content .form-group input {
    background: #FFFFFF;
    /*color: #465764 !important; */

}

[data-theme="dark"] .section-component .headline .title .text, 
[data-theme="dark"] section.home-section .headline .title .text {
    color: #d2d2d2;
}

[data-theme="dark"] section#user-information .user__info-wrapper .profile {

   /* background: #0a78e6;*/
    background-color: #2f57ef !important;
    background-image: linear-gradient(to left, #0e365d, #1111113d, #0e365d, #0e365d) !important;
   
   
    border: 1px solid #111111;
}

[data-theme="dark"] .text-secondary {
    color: #fff !important;
}

[data-theme="dark"] section#user-information .user__info-wrapper .menu {
   /* background: #0a78e6;*/
	
    background-color: #2f57ef !important;
    background-image: linear-gradient(to left, #0e365d, #1111113d, #0e365d, #0e365d) !important;
	
	border: 1px solid #111111;
	
	

}

[data-theme="dark"] .rbt-my-account-tab-button {
  /*  background-color: #0a78e6;*/
	
    background-color: #2f57ef !important;
    background-image: linear-gradient(to left, #0e365d, #1111113d, #0e365d, #0e365d) !important;
	
}

[data-theme="dark"]  section#user-information .user__info-wrapper .form__wrapper {
    background: #0a78e6;
	border: 1px solid #111111;
}

[data-theme="dark"] header .main-menu {
	/*background-image: linear-gradient(to right, transparent 22%, #0079d0);*/
	background-image: linear-gradient(to right, transparent 22%, #0a78e6);
}

[data-theme="dark"] .btn-primary {
    color: #fff;
    background-color: #28a745;
    border-color: #007bff;
}
[data-theme="dark"] .btn-primary:hover {
    color: #fff;
    background-color: #1a5327;
    border-color: #007bff;
}


[data-theme="dark"] .bg-darkbey {
	background-color: #2f57ef !important;
    background-image: linear-gradient(to right, #0e365d, #111111, #0e365d, #0e365d) !important;

}


[data-theme="dark"] .form-control {
    color: #ffffff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #2f57ef !important;
    background-image: linear-gradient(to right, #0e365d, #111111, #0e365d, #0e365d) !important;
}

[data-theme="dark"] .modal-content {
    background-color: #0a78e6;
}


[data-theme="dark"] .nav-pills .nav-link:not(.active, .disabled) {
color: white;
    background-color: #2f57ef !important;
    background-image: linear-gradient(to left, #0e365d, #1111113d, #0e365d, #0e365d) !important;
}

[data-theme="dark"] .new{
	 color:white !important;
 }
 
 
[data-theme="dark"] .section-component .content .item {
    background: #0c1d2d;
    box-shadow: 0 47px 100px rgba(0, 0, 0, .05);

}

[data-theme="dark"] section.home-section.packages.corporate:after {
    background: linear-gradient(1.2deg, #03386c -2.93%, rgba(159, 176, 255, 0) 64.69%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);

}

[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd) {
    background-color: #043362de;
	color:white;
}

[data-theme="dark"] .table {
    color: white;
}

[data-theme="dark"] .table-bordered ,
[data-theme="dark"] .table-bordered td, 
[data-theme="dark"] .table-bordered th,
[data-theme="dark"] .table thead th
 {
    border: 1px solid #053462;
}

[data-theme="dark"] .dataTables_wrapper .dataTables_length > label >select {
    background-color: #004080;
	background-image: linear-gradient(1.2deg, #111111 -2.93%, #004080 64.69%);
}

[data-theme="dark"] .dataTables_wrapper .dataTables_length,
[data-theme="dark"] .dataTables_wrapper .dataTables_filter, 
[data-theme="dark"] .dataTables_wrapper .dataTables_info, 
[data-theme="dark"] .dataTables_wrapper .dataTables_processing,
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate{
		color:white;
}

[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {

    color: white;
    background: #043c73;

}

[data-theme="dark"] .badge-success ,
[data-theme="dark"] .btn-info ,
[data-theme="dark"] .t-button {
    color: #fff !important;
}


[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #05325f;
}
[data-theme="dark"] .form-control:disabled, 
[data-theme="dark"]  .form-control[readonly] {
    background: #145699 !important;
    opacity: 1;
}


[data-theme="dark"] #mobile-menu {

    background: linear-gradient(to right, #111 40%, #023a71) !important;

}

[data-theme="dark"] #mobile-menu .mobile-menu-v .menu-item {
    color: #fff;
    background-color: #026cc9;
}

[data-theme="dark"] .mobile-footer {
  
    background: #026cc9 !important;

}

[data-theme="dark"] main.sample .content {
    background: #181a1b;
}

[data-theme="dark"] main.sample .content p {
    color: #c1c1c1;
}
[data-theme="dark"] main.category .item-list .package-list .item {
    background: #181a1b;
}
[data-theme="dark"] main.category .item-list .package-list .item .first .title {
    color: #e9e9e9;
}

[data-theme="dark"] main.contact .contact-area .item,
[data-theme="dark"] main.tracking-tool .tracking-comment .comment-box {
    background: #181a1b;

}
[data-theme="dark"] main.contact .contact-area .item .header span:last-child,
[data-theme="dark"] main.tracking-tool .tracking-area .item .header span:last-child, 
[data-theme="dark"] main.tracking-tool .tracking-comment .comment-box .header span:last-child {

    color: #dbdbdb;
}

[data-theme="dark"] main.contact .contact-area .item .content .item-box {
    color: #dbdbdb;
}