
.CustomCard {
    background: linear-gradient(to bottom right, #eff0f3, #e5e6eb);
    box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #fff;
    border-radius: 10px;
    border: none !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.inputlable {
    color: #071e54;
    font-size: 15px;
    font-weight: bold;
    opacity: .5;
    margin-left: 25px;
}

.t_input {

    padding: 13.3px 13px 14px 24px;
    border-radius: 50px;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    color: #101113;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    -moz-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    height: 40px;
}

.form-control {

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.border-0 {
    border: 0 !important;
}

.t_input:focus {
    color: #071e54;
    box-shadow: inset 3.5px 3.5px 6px rgba(7, 30, 84, .4), inset -3.5px -3.5px 6px #fff;
    background: transparent;
    outline: none;
    /* text-transform: capitalize; */
}
.t_textarea{
    padding: 13.3px 63px 14px 24px;
    border-radius: 20px;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    color: #071e54;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    -moz-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    height: 200px;
}
.t_textarea:focus {
    color: #071e54;
    box-shadow: inset 3.5px 3.5px 6px rgba(7, 30, 84, .4), inset -3.5px -3.5px 6px #fff;
    background: transparent;
    outline: none;
    /* text-transform: capitalize; */
}

.ButtonRefresh {
    background: transparent linear-gradient(276deg, rgba(230, 101, 62, 0.9), #fc5436) 0 0 no-repeat padding-box;
    color: white;
    box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
    width: 100%;
    border-radius: 0 20px 20px 0;
    border: none;
    padding: 0 5px !important;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ButtonRefresh:hover {
    background: linear-gradient(276deg, rgba(0, 100, 0, 0.9), #228B22); /* Darker green on hover */
}

.ButtonSave {
background: transparent linear-gradient(276deg,rgba(13,53,148,.898),#35d3e1) 0 0 no-repeat padding-box;
color: white;
box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
width: 100%;
border-radius: 20px;
border: none;
padding: 8px 10px;
font-size: 13px;
cursor:pointer;
}

.ButtonDark {
background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
color: white;
box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
width: 100%;
border-radius: 20px;
border: none;
padding: 8px 10px;
font-size: 13px;
cursor:pointer;
}

.ButtonReset {

background: transparent linear-gradient(276deg,rgba(165, 33, 10, 0.898),#f4314a) 0 0 no-repeat padding-box;
color: white;
box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
width: 100%;
border-radius: 20px;
border: none;
padding: 8px 10px;
font-size: 13px;
cursor:pointer;
}

.ButtonExport {
    background: transparent linear-gradient(276deg, rgba(0, 128, 0, 0.9), #32CD32) 0 0 no-repeat padding-box;
    color: white;
    box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ButtonExport:hover {
    background: linear-gradient(276deg, rgba(0, 100, 0, 0.9), #228B22); /* Darker green on hover */
}


.t_select{
padding: 13.3px 63px 14px 24px;
border-radius: 50px;
background: transparent;
width: 100%;
border: none;
outline: none;
font-size: 12px;
font-weight: 500;
line-height: 1.5;
color: #071e54;
-webkit-appearance: none;
-webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
-moz-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
height: 40px;
}
.t_select:focus {
color: #071e54;
box-shadow: inset 3.5px 3.5px 6px rgba(7, 30, 84, .4), inset -3.5px -3.5px 6px #fff;
background: transparent;
outline: none;
/* text-transform: capitalize; */
}
.t_select_option{
padding: 13.3px 63px 14px 24px;
background: #EDEEF1;
width: 100%;
border: none;
outline: none;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #071e54;
-webkit-appearance: none;
-webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
-moz-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
height: 50px;
}

.password-view-container{
    position: absolute;
    right:15px;
    top:10px;
    font-weight: bold;
}

/* Input type file */
.t_file{
    padding: 13.3px 63px 14px 24px;
    border-radius: 50px;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #071e54;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    -moz-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    height: 45px;
    }

    .t_file:focus {
        color: #071e54;
        box-shadow: inset 3.5px 3.5px 6px rgba(7, 30, 84, .4), inset -3.5px -3.5px 6px #fff;
        background: transparent;
        outline: none;
        /* text-transform: capitalize; */
        }

    /* New code for type file  */
    .file-input-wrapper {
        display: inline-block;
        position: relative;
    }

    .file-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .file-input-label {
        display: inline-block;
        width: 300px;
        /* Set a fixed width */
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 700;
        color: white;
        background-color: #2b7db7;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-input-label:hover {
        background-color: #2b7db7;
    }

   
/* Design for meter using in dashboard */
  .frame {
    border-radius: 5px;
    /* box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    /* background: #fff; */
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background: rgba(255, 255, 255, 0.2); */
}

.center {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.temparature-meter__container {
    position: relative;
    height: 175px;
    width: 175px;
    border-radius: 200px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
    /* border: solid 10px #fff; */
    overflow: hidden;

    &:after {
        position: absolute;
        content: "";
        height: 90px;
        width: 90px;
        background-color: #fff;
        z-index: 0;
        transform: rotate(45deg);
        bottom: -40px;
        left: 45px;
        z-index: 1;
    }
}

.temparature-meter__inner {
    display: flex;
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    overflow: hidden;

    .temparature-meter__inner-ring {
        cursor: pointer;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 115px;
        width: 115px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
        z-index: 9;

        &:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 50%;
            background-image: linear-gradient(#2a4674 15px, transparent 0);
            top: 0;
            left: 50%;
            transform-origin: bottom;
            transform: rotatez(-40deg);
            transition: all 0.8s ease-in-out;
        }

        &:hover:after {
            transform: rotatez(-20deg);
        }

        .temparature-count {
            display: block;
            position: absolute;
            width: 100%;
            text-align: center;
            transition: all 0.8s ease-in-out;

            &.c2 {
                opacity: 0;
                transform: translatex(50px) scale(0.5);
            }
        }

        &:hover {
            .c1 {
                opacity: 0;
                transform: translatex(-50px) scale(0.5);
            }

            .c2 {
                opacity: 1;
                transform: translatex(0) scale(1);
            }
        }
    }

    .temparature-inside {
        position: relative;
        font-size: 28px;
        display: inline-block;
        letter-spacing: -1px;
        font-weight: 500;
        color: #2a4674;
        height: 35px;

        .temperature-sup {
            font-size: 20px;
            position: absolute;
            position: relative;
            right: -25px;
            top: -25px;
        }
    }

    .temparature-outside {
        font-size: 13px;
    }

    .temparature-meter__inner-label {
        font-size:9px;
        font-weight:bold;
        position:relative;
        top:5px;
        color: red
    }
}

/* For Blinking Image */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking-image {
  animation: blink 1.5s infinite;
}


