@import url("https://fonts.googleapis.com/css?family=Red+Hat+Mono");
@import url("https://fonts.googleapis.com/css?family=Kalam");
/* @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
@import url("https://fonts.googleapis.com/css?family=PT+Mono"); */
@import url("https://fonts.googleapis.com/css?family=JetBrains+Mono");

/* https://www.flaticon.com/premium-icon/now_6072901?related_id=6072901 */
body {
    font-family: "JetBrains Mono";
}

h3 {
    font-family: "Kalam";
}

.logo-1 {
    color: #bf0000;
}

.logo-2 {
    color: gold;
    font-family: "Kalam";
}

.beta-icon {
    width: 32px !important;
    height: 18px !important;
    vertical-align: top !important;
    border-radius: 2px;
}

.row {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.col-utcdatetime-card {
    margin-top: 3px !important;
}

.card {
    border-radius: 8px !important;
}

.card-header {
    margin-bottom: 2px;
    text-align: center !important;
    font-family: "Red Hat Mono";
    font-weight: bold;
    font-size: larger;
    border-bottom: 1px dashed aliceblue;

}

.card-body {
    text-align: center !important;
}

.card-title {
    font-size: large;
    font-weight: bold;
    font-family: "Kalam";
}

.btn-danger {
    background-color: #bf0000 !important;
}

.btn-danger:hover {
    background-color: #8d0101 !important;
}

.local-title {
    font-weight: bold;
}

.input-center {
    text-align: center !important;
    font-size: medium !important;
}


/* Copy Icon CSS */
.fa-clone-corner-light {
    color: white;
    background-color: #ffffff00 !important;
    border: none !important;
    margin-top: 4px !important;
    float: right !important;
}

.fa-clone-corner-light:hover {
    color: gold;
}

.fa-clone-corner-dark {
    color: #212529;
    background-color: #ffffff00 !important;
    border: none !important;
    margin-top: 4px !important;
    float: right !important;
}

.fa-clone-corner-dark:hover {
    color: #bf0000;
}

.fa-calendar-corner-dark {
    color: #212529;
    border: none !important;
    margin-top: 4px !important;
    float: left !important;
    font-size: 22px;
    background-color: #ffffff00 !important;
}

.fa-calendar-corner-dark:hover {
    color: #bf0000;
}

.fa-clock-o-corner-dark {
    color: #212529;
    border: none !important;
    margin-top: 4px !important;
    float: right !important;
    font-size: 26px;
    background-color: #ffffff00 !important;
}

.fa-clock-o-corner-dark:hover {
    color: #bf0000;
}

.fa-footer-location {
    color: rgb(0, 190, 0) !important;
    font-size: smaller !important;
}

.fa-footer-timezone {
    color: rgb(1, 184, 216) !important;
}

.fa-footer-error {
    color: #bf0000 !important;
}

.fa-arrow-right {
    float: right !important;
}

.fa-arrow-left {
    float: left !important;
    margin-right: 10px !important;
    cursor: pointer !important;
}

/* Copy Icon CSS Ends*/

/* Dropdown Region CSS */
.modal-searchbox {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 7px 7px 7px 7px;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 2px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    outline: 2px solid #212529;
}

.modal-searchbox:focus,
.modal-searchbox:focus {
    outline: 3px solid #bf0000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    cursor: pointer;
    background-color: #f6f6f6;
    width: 200px !important;
    max-height: 200px !important;
    overflow: scroll !important;
    border: 1px solid #ddd;
    z-index: 1;
}

.regions-list-button {
    color: black;
    cursor: pointer;
    border: none;
    border-bottom: #212529 solid 1px;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    width: 100% !important;
}

.regions-list-button:hover {
    background-color: gold;
    color: #212529;
    font-weight: bold;
}

/* Toast Body CSS */
.toast-css {
    z-index: 11;
}
.toast-css-paste {
    z-index: 10;
}

.toast-body {
    background-color: #bf0000;
}

.toast-paste-css {
    background-color: #664d03;
    /* background-color: #0059bf; */
}

/* Alert CSS */
.alert-footer-mycss {
    background-color: #121416 !important;
    color: #ffffff !important;
    margin: 0px !important;
    font-family: "Kalam";
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

input:focus {
    box-shadow: 0.5px 0.5px 0.5px 0.5px grey !important;
}

/* Up and Down arrows disable for input Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Select Text Highlights */
::-moz-selection {
    /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #121416;
}

::selection {
    color: rgb(255, 255, 255);
    background: #121416;
}

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #212529;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #30363b;
}


input[type="date"]::-webkit-datetime-edit { padding: 8px;}
input[type="time"]::-webkit-datetime-edit { padding: 8px; }
/* ::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { display: none; } */
/* ::-webkit-inner-spin-button { font-size: large; }*/
/* ::-webkit-datetime-picker-indicator { font-size: large; }*/ 
input[type="date"]::-webkit-calendar-picker-indicator { font-size: 28px; }  
input[type="time"]::-webkit-calendar-picker-indicator { font-size: 22px; }  