@import url('https://rsms.me/inter/inter-ui.css');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.servieseTime{
    background: white;
    font-family: 'Inter UI', sans-serif;
    margin: 0;
    padding: 20px;
  }

  .time{
    height: 100vh;
  }


.servieseTime .page {
  background: #e2e2e5;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  place-content: center;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .servieseTime .page {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.servieseTime .container {
  display: flex;
  height: 420px;
  margin: 0 auto;
  width: 840px;
}
@media (max-width: 767px) {
  .servieseTime .container {
    flex-direction: column;
    height: 630px;
    width: 320px;
  }
}
.servieseTime .left {
    background: white;
    height: calc(100% - 40px);
    top: 20px;
    position: relative;
    width: 40%;
    border: 2px solid var(--accent-color);
    border-right: none;

}
@media (max-width: 767px) {
  .servieseTime .left {
    height: 100%;
    left: 20px;
    width: calc(100% - 40px);
    max-height: 270px;
  }
}
.servieseTime .login {
    font-size: 28px;
    font-weight: bold;
    height: 100%;
    margin: 34% 40px;

}

.servieseTime .login h1{
    font-size: 3rem;
    font-weight: bold
}
.servieseTime .eula {
  color: #999;
  font-size: 18px;
  line-height: 1.5;
  margin: 40px;
}
.servieseTime .right {
  background: #474A59;
  box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
  color: #F1F1F2;
  position: relative;
  font-size: 18px;
  width: 60%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .servieseTime .right {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 350px;
  }
}
.servieseTime svg {
  position: absolute;
  width: 350px;
}
.servieseTime path {
  fill: none;
  stroke: url(#linearGradient);;
  stroke-width: 4;
  stroke-dasharray: 240 1386;
}
.servieseTime .form {
  margin: 10px 40px;
  position: absolute;
  text-align: center;
}
.servieseTime label {
  color:  #c2c2c5;
  /* display: block; */
  font-size: 14px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 12px;

}
.servieseTime input {
  background: transparent;
  border: 0;
  color: #f2f2f2;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e2e2e5;
  /* outline: none !important; */
}
.servieseTime input::-moz-focus-inner {
  border: 0;
}

.servieseTime #submit, .output .button {
  color: var(--contrast-color);
  background: var(--accent-color);
  /* margin-top: 40px; */
  transition: color 300ms;
  width: 50%;
}
.servieseTime #submit:focus {
  color: #f2f2f2;
}
.servieseTime #submit:active {
  color: #d0d0d2;
}



/* .servieseTime .time .container {
    display: flex;
    height: 80%;
    margin: 0 auto;
    width: 940px;
} */
/*
.servieseTime .time .container .left{
    background: var(--accent-color);
    width: 30%;
} */

.servieseTime .time .container .cal{
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background: #fff;
    height: calc(100% - 40px);


}
/* .servieseTime .time .container .right{
    width: 70%;
} */
/*
.servieseTime .time .container label
{
    margin-top: 5px;
} */
/* //////////////////////////////////// */

.servieseTime .output .container{
    width: 1200px;
    height: 100%;
}

.servieseTime .output .left{
    width: 25% !important;
    text-align: center;
}
.servieseTime .output .right{
    text-align: center;
    padding: 30px 20px;
    width: 75% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.servieseTime .output .right .card, .output .right .cardlist{
    padding: 0 15px;

}

.servieseTime .output .right .card .img{
    /* width: 31rem; */
    margin: auto;
    height: 21rem;
}
.servieseTime .output .right .card .img img{
    width: 90%;
    margin: auto;
    height: 100%;

}

.servieseTime ul{

    list-style: none;
    text-align: left;
    line-height: 2;
    font-size: 16px;
}

.servieseTime .output p{
    font-size: 20px;
}

.servieseTime a.btu.button {
    padding: 10px 20px;
    direction: none;
    text-decoration: none;
    width: 150px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    border: 1px solid var(--contrast-color);
}

.servieseTime a.btu.button:hover{
    color: var(--accent-color) ;
    border: 2px solid var(--accent-color);
    background:var(--contrast-color) ;
}

.output h3, .form h2{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    color: #fff;

}

.servieseTime .page input[type="submit"] {
    height: 40px;

}

.output .left p
{
    font: 18px;
    font-family: "Playfair Display", serif;


}

.output .cardlist div:not(:last-child){
    border-bottom: 2px solid #fdfdfd29 ;
    text-align: left;
}


.output h1, .output h3{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
}

.output .right h1, .output h3{
    color: #fff;
}


.frequency .time .container {

    display: flex;
    height: 100%;
    margin: 0 auto;
    width: 1300px;

}
.servieseTime .time .inputVaule,
.servieseTime .output .tableInput
{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin: 40px auto;
    line-height: 3;
}


/* index page  */

.index {
    height: 100vh;
}

.index label{
    display: block;
}
.index #submit{
    margin-top: 40px;
}

/*  */
.time .form{
    width: 80%;
    text-align: left;

}
.time .sbumet{
    text-align: center;
}
/* ///////////////////////////////////////////////////// */

.servieseTime .output .tableInput::-webkit-scrollbar,
.servieseTime .time .inputVaule::-webkit-scrollbar {
    width: 10px;/* عرض الشريط */
}
.servieseTime .output .tableInput::-webkit-scrollbar-track,
.servieseTime .time .inputVaule::-webkit-scrollbar-track {
    background: #f0f0f0;
    border:1px solid var(--accent-color);/

}
.servieseTime .output .tableInput::-webkit-scrollbar-thumb,
.servieseTime .time .inputVaule::-webkit-scrollbar-thumb {
    background: var(--accent-color); /* لون مقبض شريط التمرير */
    border:1px solid var(--accent-color);/* حواف مستديرة */
}
.servieseTime .output .tableInput::-webkit-scrollbar-thumb:hover,
.servieseTime .time .inputVaule::-webkit-scrollbar-thumb:hover {
    background: #000;/* لون المقبض عند التمرير */
}




  /* output style  */

.output .loginOutPut{
    margin: 20px auto;
  }

.output .tableInput{
    height: 250px !important;
    font-size: 12px;
    /* margin: 80px auto 100px!important; */
}
.output .img {
    width: 100%;

}

.output .img img{
    width: 100%;
}
.output .cardlist{
    width: 100% !important;
    text-align: left!important;
    line-height: 3;

}


.output .cardlist h3{
    color: #fff;
    text-decoration: underline #000;
    text-shadow: -3px 1px 0px #272222;

}
.output .cardlist p{
    padding-left: 20px;
}


/* .actionOutput {
    width: 100%;
    padding: 27px 0;
} */
.actionOutput button,
.actionOutput a{
    padding: 10px 50px;
    background-color: var(--accent-color);
    color: #ffffff;
    border: 1px solid #fff;
    font-size: 20px;
    width: 80%;
    margin: 10px 10%;

}
.actionOutput button:hover,
.actionOutput a:hover,
.actionOutput button:focus,
.actionOutput a:focus{
    background-color: #fff;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);

}


.output .page{
    padding: 50px 0;
    margin-top: 50px;
}

.output table tfoot  tr{
    background-color: #000;
    color: #f0f0f0;

}


.servieseTime .output .rightoutput {
    background: #474A59;
    box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
    color: #F1F1F2;
    position: relative;
    font-size: 26px;
    line-height: 2;
    padding: 20px;
    /* text-align: center; */
}
.servieseTime .output .rightoutput h1{
    color: #fff;
    margin-bottom: 20px;
}


@media (max-width: 400px) {
    .servieseTime .container {
        flex-direction: column;
        height: 700px;
        max-width: 400px;
    }

    .servieseTime .left {
        width: calc(90% - 0px);
    }
    .servieseTime .right {

        width: 90%;
    }

    /* ////////////outPout//////////////// */

    .servieseTime .output .left {
        width: 70% !important;
        text-align: center;
        top: 0;
        height: 400px !important;
    }

    .servieseTime .output .right {
        text-align: center;
        padding: 30px 20px;
        width: 70% !important;
        display: flex;
        height: 750px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }




    .output .img {
        width: 65%;
        margin-bottom: 20px;
    }

}
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
/* //// /* // Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {


    .servieseTime .output .left {
        width: 90% !important;
        height: 500px;
        margin-top: 50px;
    }

    .output .img {
        width: 90%;
        margin-bottom: 30px;
    }

    .output .cardlist {
        width: 90% !important;
        line-height: 3;
    }

    .servieseTime .output .page {
        background: none;
        display: block;
        height: calc(950px - 10px);
        width: calc(100% - 0px);
    }

}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .time {
        height: 120vh;
    }


    .servieseTime .time .right {
        height: 450px;
    }


    /* //////// */




}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .servieseTime .page {
        height: auto;
        width: 100%;
    }

    .servieseTime .container {
        flex-direction: column;
        height: 700px;
        width: 520px;
    }

    .servieseTime .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 400px;
        border-right: 2px solid var(--accent-color);

    }

    .servieseTime .login {
        font-size: 18px;
        font-weight: bold;
        height: 100%;
        margin: 20px 40px
    }
    .servieseTime .login h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .servieseTime .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 400px;
    }

    .servieseTime input {

        width: 80% !important;
    }

    /* //////////////// */

    .servieseTime .time .right {
        height: 480px;
    }

    /* ///////////////// */


    .servieseTime .output .left {
        margin-top: 0px;
    }
    .servieseTime .output .page {
        background: none;
        display: block;
        height: calc(1300px - 10px);
        width: calc(100% - 0px);
    }







}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .main{
        overflow: hidden;
    }

    .index {
        height: auto;
    }

    .servieseTime{
        padding: 0;
    }
    .servieseTime .container {
        flex-direction: column;
        height: 700px;
        max-width: 500px;
    }
    .servieseTime .page {
        background: none;
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 0px);
    }

    .servieseTime .left {
        width: calc(80% - 0px);
        border-right: 2px solid var(--accent-color);
        /* height: 470px; */
        left: 0;
        margin-bottom: 50px;
    }

    .servieseTime .login {
        font-size: 20px;
        font-weight: bold;
        height: 70%;
        margin: 15% 40px;
    }
    .servieseTime .right {
        flex-shrink: 0;
        height: 60%;
        width: 80%;
        max-height: 450px;
        margin-bottom: 20px;
    }
    .servieseTime .form {
        margin: auto;
        position: absolute;
        text-align: center;
        line-height: 2.5;
        font-size: 18px;
    }

    /* ////////////////////// */

    .time {
        height: 120vh;
    }





    /* //////////output  */


    .servieseTime .output .left {
        width: 80% !important;
    }


    .servieseTime .output .page {
        background: none;
        display: block;
        height: calc(1400px - 10px);
        width: calc(100% - 0px);
    }
    .output .cardlist {
        width: 80% !important;
        text-align: left !important;
        line-height: 3;
    }

    .output .img {
        width: 76%;
        margin-bottom: 30px;
    }


}











/*  */


.Drow .fourDiretion .wrightNumber{
    color: #fff;
    font-size: 22px;

}



.Drow .fourDiretion strong
{
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #FF9800;
}
.Drow .fourDiretion .topOutputNumber, 
.Drow .fourDiretion .topInputNumber {
    position: absolute;
    top: 50;
    left: 374px;
   
}

.Drow .fourDiretion .topOutputNumber{
    left:550;

}

.Drow .fourDiretion .BottonOutputNumber, 
.Drow .fourDiretion .BottonInputNumber   {
    position: absolute;
    top: 51px;
    transform: rotate(-180deg);
    right: 464px;
}
.Drow .fourDiretion .BottonOutputNumber{
    right: 279px;
}

.Drow .fourDiretion .liftOutputNumber, 
.Drow .fourDiretion .liftInputNumber {
    position: absolute;
    top: 9px;
    transform: rotate(-270deg);
    left: 355px;
}
.Drow .fourDiretion .liftOutputNumber {
    left: 559px;
}

.Drow .fourDiretion .rightOutputNumber, 
.Drow .fourDiretion .rightInputNumber{

    position:absolute;
    transform: rotate(-90deg);
    left: 378px;

}

.Drow .fourDiretion .rightOutputNumber{
    left :560px;
}
